html {
  scroll-behavior: smooth;
}
.product-img a{
text-decoration: none !important;
}
a:hover{
text-decoration: none !important;
}
.blue-fc{
    color: #48a7f0;
}
.logo-sns{
    max-width: 230px;
    margin: 0px auto;
    display: block;
}
.header-bg{
    background-image: url('/assets/shop-page/images/wave-bg.png'), url('/assets/shop-page/images/header-bg2.png');
    background-attachment: scroll, fixed;
    background-size: contain, 30%;
    background-position: bottom, right;
    position: relative;
    background-repeat: no-repeat, no-repeat;
    padding: 40px 20px;
}
.header-bg2{
    position: absolute;
    right: 0px;
    bottom: 30%;
    z-index: -9;
    max-width: 400px;

}
.header-bg .container{
    max-width: 1140px;
    height: 600px;
    align-items: center;
    justify-content: space-between;
}

.header-bg h1{
    font-size: 71px;
    line-height: 76px;
    color: #62b9fc;
    font-weight: 700;
}
.bottles{
    max-width: 500px;
}
.explore-btn{
      padding: 12px 28px;
      display: inline-block;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      letter-spacing: 1.4px;
      background: linear-gradient(to bottom, #f9b233, #f08a00); /* gradient */
      border: none;
      text-align: center;
      border-radius: 8px; /* rounded corners */
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s ease;
}
.explore-btn:hover{
    background: linear-gradient(to bottom, #f08a00, #f9b233); /* gradient */
    transform: scale(1.05);
}
.products{
    background-color: #62b9fc;
    padding-bottom: 40px;
}
.products h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.product-img{
    display: flex;
    justify-content: space-between;
    gap:30px;
    padding:20px;
}
.product-img p{
font-size: 20px;
color: #fff;
text-align: center;
font-weight: 600;
}
.product-img img{
    max-width: 250px;
    width: 100%;
    transition: transform 0.3s ease;
}
.product-img img:hover{
    transform: scale(0.9);
}
.products .container{
    max-width: 1140px;
}
.afford{
    background-image: url(/assets/shop-page/images/afford-bg.webp), url(/assets/shop-page/images/header-bg3.png);
    background-repeat: no-repeat;
    background-position: bottom left, top right;
    background-size: 48%, 25%;
    padding: 40px;
}
.afford .container{
    max-width: 1140px;
}
.how-sell{
    width: 50%;
    margin-left: auto;
}
.how-sell p{
    font-size: 20px;
}
.how-sell h1{
    font-size: 40px;
    font-weight: 600;
}


@media (min-width: 768px) and (max-width: 1399px) {
  .logo-sns{
      max-width: 16.43vw; /* 230px */
  }
  .header-bg{
      padding: 2.86vw 1.43vw; /* 40px 20px */
  }
  .header-bg2{
      max-width: 28.57vw; /* 400px */
  }
  .header-bg .container{
      max-width: 81.43vw; /* 1140px */
      height: 42.86vw;    /* 600px */
  }
  .header-bg h1{
      font-size: 5.07vw;   /* 71px */
      line-height: 5.43vw; /* 76px */
  }
  .bottles{
      max-width: 35.71vw; /* 500px */
  }
  .explore-btn{
      padding: 0.86vw 2.00vw; /* 12px 28px */
      font-size: 1.57vw; /* 22px */
      letter-spacing: 0.10vw; /* 1.4px */
      border-radius: 0.57vw; /* 8px */
  }
  .products{
      padding-bottom: 2.86vw; /* 40px */
  }
  .products h2{
      font-size: 2.86vw; /* 40px */
  }
  .product-img{
      gap: 2.14vw; /* 30px */
      padding: 1.43vw; /* 20px */
  }
  .product-img p{
  	font-size: 1.43vw; /* 20px */
  }
  .product-img img{
      max-width: 17.86vw; /* 250px */
  }
  .products .container{
      max-width: 81.43vw; /* 1140px */
  }
  .afford{
      padding: 2.86vw; /* 40px */
  }
  .afford .container{
      max-width: 81.43vw; /* 1140px */
  }
  .how-sell p{
      font-size: 1.43vw; /* 20px */
  }
  .how-sell h1{
      font-size: 2.86vw; /* 40px */
  }
}

@media (max-width: 767px) {
    .flex-col-m{
        flex-direction: column;
    }
    .header-bg2{
        display: none;
    }
    .bottles {
        max-width: 400px;
        width: 100%;
    }
    .center-m{
        text-align: center;
    }
    .how-sell{
        width: 100%;
    }
    .header-bg h1{
        font-size: 40px;
        line-height: 45px;
    }
    .afford{
        background-image: none;
        padding: 20px;
    }
    .header-bg{
        padding: 20px;
        background-image: url('/assets/shop-page/images/wave-bg.png'), url('/assets/shop-page/images/header-bg2.png');
        background-attachment: scroll, fixed;
        background-size: contain, contain;
        background-position: bottom, center;
    }
    
    .header-bg .container{
        height: auto;
    }
    .products h2{
        font-size: 35px;
    }
    .product-img{
        padding: 10px;
    }
    .products{
        padding-bottom: 20px;
    }
}

@media (max-width: 450px) {

    .product-img{
        flex-direction: column;
        margin: 0px auto;
        text-align: center;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
    .product-img img{
        max-width: 200px;
    }

  .how-sell h1{
  font-size: 30px;
  }
	.products h2 {
    font-size: 30px;
	}

}