* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
  max-height: 100vh;
}

body.enable-scroll {
  max-height: unset;
}

a {
  text-decoration: none;
  font-family: 'NeueHaasDisplayRoman';
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'NeueHaasDisplayRoman';
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: 'NeueHaasDisplayRoman';
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/* Header */
.mobile-main {
  display: none;
}

.header-logo {
  text-align: center;
}

.header-cart ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

a.nav-link {
  font-size: 18px;
  font-family: 'NeueHaasDisplayMediu';
  color: black;
}

.navbar-expand-lg .navbar-nav {
  gap: 35px;
}

.header-main {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 25px 0px;
  transform: translateY(-100%);
  transition: 1s ease-in-out;
}

.mini-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.mini-prdimg {
  background: #F1F1F1;
  padding: 60px 60px 30px 60px;
  border-radius: 20px;
}
.dl-tittle h3 {
  font-size: 32px;
  font-weight: 600;
  color: black;
}
.title-delete {
  display: flex;
}
.mini-veriation {
  margin-top: 35px;
}
.mini-veriation h3 {
  font-size: 24px;
  color: black;
}
.quantity-from {
  display: inline-block;
  border: 1px solid black;
  border-radius: 100px;
  padding: 10px 20px;
  margin-top: 20px;
}

.quantity-from .value-button {
  display: inline-block;
  margin: 0px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantity-from .value-button:hover {
  cursor: pointer;
}

.quantity-from #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.quantity-from #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.quantity-from #input-wrap {
  margin: 0px;
  padding: 0px;
}

.quantity-from input#number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  background: transparent;
  vertical-align: middle;
}

.quantity-from input[type=number]::-webkit-inner-spin-button,
.quantity-from input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantitybox h3 {
  color: black;
  font-size: 24px;
}

/* End Header */
.ppx-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.ppx-74 {
  padding-left: 77px;
  padding-right: 77px;
}

.ppx-77 {
  padding-left: 77px;
  padding-right: 77px;
}

.ppx-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.ppx-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.ppx-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.ppx-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.ppx-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.litblue {
  color: #81CFE5;
}

.bold-font {
  font-family: 'NeueHaasDisplayBold';
}



/* Home Banner */
.header-main.active,
.mobile-main.active {
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(5px);
}

.header-main .row {
  align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

.viewport-wrapper {
  position: relative;
  min-height: 100vh;
  background-color: #1D84A7;
  transition: 1s ease-in-out;
}

.viewport-wrapper .loader-vector {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scale(0.2);
  transform-origin: center bottom;
  z-index: 9;
  transition: 1s ease-in-out;
}

.viewport-wrapper .loader-vector .loading-txt {
  font-family: 'NeueHaasDisplayRoman';
  display: block;
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
}

.banner-bg {
  transform: scale(0.1);
  transform-origin: center bottom;
  border-radius: 100px;
  transition: 1s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-banner {
  /* background: url(../images/home-banner.webp); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 125vh;
  padding: 120px 0px 107px 0px;
  z-index: 1;
}

.animation-reveal {
  opacity: 0;
  transition: 1s ease-in-out;
}

.animation-reveal.animated {
  transform: translateX(0) translateY(0);
  opacity: 1;
}

ul.banner-socials {
  display: inline-block;
}

ul.banner-socials li {
  margin: 65px 0;
}

ul.banner-socials li a {
  writing-mode: vertical-lr;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
}

.bsocial {
  position: absolute;
  top: 10%;
  right: 3%;
  width: 4%;
  display: flex;
  justify-content: end;
  transform: translateY(-50vh);
}

.banner-discover {
  width: 360px;
  position: absolute;
  border-radius: 30px;
  padding: 20px 20px 20px 20px;
  border: 1px solid white;
  background: radial-gradient(84.45% 84.45% at 35.06% 16.88%, #81cfe585 0%, #1d84a7b5 100%);
  backdrop-filter: blur(5px);
  right: 6%;
  bottom: 17%;
  transform: translateX(20%);
}

.banner-discover .row {
  align-items: center;
}

.discover-text h3 {
  font-size: 18px;
  color: white;
  font-family: 'NeueHaasDisplayMediu';
}

.discover-text p {
  color: white;
  font-size: 12px;
}

.discover-text {
  position: relative;
}

.discover-text a.only-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.ban-top-text {
  text-align: center;
  position: relative;
}

.ban-top-text h1 {
  font-size: 96px;
  color: black;
  transform: translateX(-5%);
}

.ban-top-text h2 {
  font-size: 128px;
  color: #1D84A7;
  font-family: 'NeueHaasDisplayMediu';
  transform: translateX(5%);
}

.hbanner-btn {
  text-align: end;
  margin-top: 34px;
  position: absolute;
  right: 19.6%;
}

.borderw-icon {
  font-size: 24px;
  color: #1D84A7;
  border: 1px solid #1D84A7;
  padding: 20px 12px 20px 32px;
  border-radius: 41px;
  font-family: 'NeueHaasDisplayBold';
}

.borderw-icon span {
  background: #1D84A7;
  border-radius: 100px;
  padding: 12px 17px;
  margin-left: 20px;
}

.borderw-icon svg {
  rotate: 0deg;
  transition: ease all 0.5s;
}

.borderw-icon:hover svg {
  rotate: 40deg;
}

.banner-bottom {
  position: absolute;
  width: 382px;
  border-radius: 30px;
  padding: 33px 28px 27px 34px;
  border: 1px solid white;
  background: radial-gradient(84.45% 84.45% at 35.06% 16.88%, #81cfe585 0%, #1d84a7b5 100%);
  backdrop-filter: blur(5px);
  left: 14%;
  bottom: 50px;
  transform: translateX(-30%);
}

ul.emb-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.emb-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

ul.emb-feature h3 {
  font-size: 30px;
  color: white;
  font-family: 'NeueHaasDisplayMediu';
}

.only-icon span {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 11px 12px;
}

.only-icon:hover svg {
  rotate: 40deg;
}

.only-icon svg {
  rotate: 0deg;
  transition: ease all 0.5s;
}

ul.emb-price h4 {
  color: white;
  font-size: 16px;
}

ul.emb-price h3 {
  font-family: 'NeueHaasDisplayBold';
  color: white;
  font-size: 34px;
}

.border-btn {
  border: 1px solid white;
  padding: 16px 31px;
  border-radius: 30px;
  font-size: 15px;
  color: white;
  font-family: 'NeueHaasDisplayMediu';
  transition: ease all 0.5s;
}

.border-btn:hover {
  background: #1D84A7;
  border-color: #1D84A7;
}

/* End Home Banner */
/* Home Perfect Beg Section*/
.home-perfect-bag {
  background: #F9F9F9;
  padding: 100px 0px;
}

.black-border-btn {
  border: 1px solid #4C595A;
  padding: 11px 43px;
  border-radius: 30px;
  font-size: 20px;
  color: #4C595A;
  font-family: 'NeueHaasDisplayMediu';
  transition: ease all 0.5s;
}

.black-border-btn:hover {
  background: #1D84A7;
  border-color: #1D84A7;
  color: white;
}

.hpb-top p {
  color: #4c595aa8;
  font-size: 20px;
  font-family: 'NeueHaasDisplayMediu';
  margin-bottom: 33px;
}

.prd-list-item .heading-cart h3 {
  color: black;
  font-size: 36px;
}

.prd-list-item .heading-cart .only-icon span {
  padding: 18px 19px;
}

.prdimg {
  width: 100%;
  height: 35vh;
}

.prd-list-item {
  background: #EFEFEF;
  padding: 20px 33px;
  border-radius: 30px;
}

.prd-img {
  margin-top: 20px;
}

.hpb-bottom {
  margin-top: 80px;
  transform: scale(0.8);
}

.hpb-top h2 {
  font-size: 40px;
}

/* End Home Perfect Beg Section*/
/* Home Itinary Beg Section*/
.home-itinary-bag {
  background: #F9F9F9;
  padding: 100px 0px;
}

.home-itinary-bag h2 {
  font-size: 80px;
  color: black;
}

.home-itinary-bag h3 {
  font-size: 80px;
  color: black;
  font-family: 'NeueHaasDisplayBold';
}

.hover-icon {
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  padding: 50px 17px;
  display: table;
  height: 140px;
  width: 140px;
}

.hover-icon .prd-redirect {
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(5px);
  padding: 40px 20px;
  border-radius: 100px;
  border: 1px solid transparent;
}

.hover-icon .prd-redirect span {
  background: #EFEFEF;
  border-radius: 100px;
  padding: 21px 12px;
}

.hover-icon .prd-redirect svg {
  width: 40px;
  height: 40px;
}

.product-1 {
  position: relative;
  z-index: 1;
}

.prd-on-hover {
  position: absolute;
}

.one-icon-1 {
  bottom: 10px;
  left: 10px;
}

.one-icon-1.active .prd-on-hover {
  left: 0;
  top: 0;
  left: 201px;
}

.one-icon-2 {
  left: 52%;
  top: -70px;
}

.one-icon-2.active .prd-on-hover {
  top: 200px;
  left: -70px;
}

.one-icon-3 {
  right: 11%;
  bottom: 14%;
}

.one-icon-3.active .prd-on-hover {
  top: -220px;
  left: -150px;
}

.two-products {
  display: flex;
}

.product-1 {
  margin-left: 260px;
}

.product-2 {
  position: relative;
  margin-left: -270px;
}

.two-icon-1 {
  right: 32%;
  top: 0;
}

.two-icon-1.active .prd-on-hover {
  left: -280px;
}

.hover-icon:hover .prd-redirect span {
  background: radial-gradient(84.45% 84.45% at 35.06% 16.88%, #81CFE5 0%, #1D84A7 100%);
}

.hover-icon:hover .prd-redirect span svg path {
  stroke: white !important;
}

.hover-icon:hover .prd-redirect {
  border: 1px solid #81CFE5;
}

.hover-icon:hover {
  border-color: #6aced940;
}

.prd-on-hover {
  visibility: hidden;
  opacity: 0;
  width: 418px;
  border-radius: 30px;
  padding: 33px 28px 27px 34px;
  border: 1px solid #1D84A8;
  background: rgb(29 132 168 / 60%);
  backdrop-filter: blur(5px);
  z-index: 9999;
}

.prd-top.active .prd-on-hover {
  visibility: visible;
  opacity: 1;
}

.prd-top {
  position: absolute;
  padding: 30px 30px;
  z-index: 9;
}

.prd-top.active {
  z-index: 99;
}

.prd-on-hover ul.emb-feature p {
  color: white;
  font-size: 16px;
  width: 210px;
}

.prd-on-hover ul.emb-feature {
  align-items: baseline;
}

/* End Home Itinary Beg Section*/
/* Best Seller Section*/
.home-best-seller {
  background: #F9F9F9;
  padding: 100px 0;
  overflow: hidden;
}

.best-sellet-text h2 {
  font-size: 60px;
  color: black;
}

.pl-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-hprice{
  width: 50%;
}

.save-tag {
  background: black;
  padding: 10px 20px;
  border-radius: 5px;
}

.save-tag span {
  color: white;
  font-size: 15px;
  font-family: 'NeueHaasDisplayBold';
}

.pl-bottom {
  display: flex;
  flex-direction: row;
}

.pl-bottom h3 {
  color: black;
  font-size: clamp(16px,2vw,2rem);
  font-family: 'NeueHaasDisplayMediu';
}

.pl-bottom h4 {
  color: black;
  font-size: 24px;
  font-family: 'NeueHaasDisplayMediu';

}

.product-loop {
  background: #F1F1F1;
  padding: 20px 20px;
  border-radius: 40px;
  margin: 0 15px;
  position: relative;
  transition: ease all 0.5s;
  height: 100%;
  min-width:450px;
  width: 30vw;
}

.pl-middle {
  padding: 60px 40px 60px 40px;
}

.pl-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  background: rgba(129, 207, 229, 0.60);
  backdrop-filter: blur(5px);
  transition: .5s ease;
  opacity: 0;
}

.buy-text {
  position: absolute;
  top: 10%;
  left: 55%;
  color: black;
  font-size: 34px;
  font-family: 'NeueHaasDisplayMediu';
  background: white;
  border-radius: 100px;
  border: 1px solid black;
  padding: 45px 45px;
}

.product-loop:hover .pl-overlay {
  opacity: 1;
}

.home-client-sec {
  background-image: url(../images/backdrop-3.webp);
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* width: 100%; */
}

.test-heading h2 {
  text-align: center;
  color: white;
  font-size: 100px;
}

.clients-middle {
  text-align: center;
  padding: 20px 0;
}

.clients-middle h3 {
  font-size: 28px;
  font-family: 'NeueHaasDisplayMediu';
  color: white;
}

.clients-middle img {
  display: table;
  margin: 0 auto;
}

.clients-top img {
  display: table;
  margin: 0 auto;
}

.clients-bottom p {
  text-align: center;
  color: white;
  font-size: 25px;
}

#clients-carousal img {
  width: unset !important;
}

#clients-carousal .owl-item.active.center .cc-wrap {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}

#clients-carousal .owl-item .cc-wrap {
  opacity: 0.25;
  filter: blur(5px);
  transform: scale(0.5);
  transition: 0.5s;
}

#clients-carousal .owl-dots {
  display: none;
}

.testimonial-wrap {
  margin-top: 70px;
}

.testimonial-wrap .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(5px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 8vw;
  width: 8vw;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 30px !important;
  transition: 0.3s !important;
  border: 1px solid white !important;
}

.testimonial-wrap .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #061B3A !important;
}

.testimonial-wrap .owl-nav .owl-prev {
  left: 25%;
}

.testimonial-wrap .owl-nav .owl-next {
  right: 25%;
}

.clients-top img {
  border: 2px solid white;
  border-radius: 100%;
}

/* End Best Seller Section*/

/*FAQ Section*/
.accordion-item {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.accordion-item.active {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.accordion-item[data-image="../images/faq1.webp"].active {
  background-image: url('../images/faq1.webp');
}

.accordion-item[data-image="../images/faq2.webp"].active {
  background-image: url('../images/faq2.webp');
}

.accordion-header .accordion-button {
  font-size: 32px;
  color: black;
}

.accordion-body p {
  font-size: 22px;
  margin-top: 20px;
  color: black;
}

.faqs-sec {
  padding: 100px 0;
}

.faq-heading h2 {
  font-size: 60px;
  color: black;
  padding-left: 25px;
}

.accordion-button::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB7SURBVHgBtdXRDYAgDATQjuYGuoluwG3sCAgqiSFIaHtccl809z4ReXKknm8hvDR3t9RYFeIPGrtLfgiNBy+Kn81s3WokoujsreUokFB0dkJ97EWhwbyoCbOiLkyLUrBRlIqNoHTMgroxDUrDRlA61kOnYV+0fDm7KHMBXMar4oM4O6IAAAAASUVORK5CYII=);
  width: 22px;
  height: 22px;
  background-size: 22px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB1SURBVHgBtdXRDYAgDATQjsYGuolu4G3sCEoMJEZJofR6yX1B7n1WxJ499yyFBAe516eQoKCBhaFQMDqKAYyGwoC5USijRykNRQeroaAYxCioFXOhs9gU6sVM6ErCRtCkfZjBeuizmYSLaejyfqwnZxNefrs3GHGr5ChwgswAAAAASUVORK5CYII=");
  transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

/*End FAQ Section*/
/*Journey Section*/
.home-journey {
  background: url('../images/botanical-product.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 120px 0px 107px 0px;
}

.journey-top h2 {
  text-align: center;
  font-size: 80px;
  color: #000;
}

.journey-img {
  text-align: center;
}

.journey-top a.black-border-btn {
  margin: 20px auto 0 auto;
  display: table;
  border-color: #000;
  color: #000;
}

.auto-he{
  height: auto !important;
}

/* End Journey Section*/

/*Footer Section*/
.footer-main {
  background: black;
  padding: 100px 0 50px 0;
}

.foo-column p {
  color: white;
  font-size: 16px;
  margin-top: 40px;
}

.foo-column h3 {
  font-size: 16px;
  color: white;
  font-family: 'NeueHaasDisplayMediu';
}

.foo-column ul li a {
  font-size: 16px;
  color: white;
}

.foo-column ul {
  margin-top: 20px;
}

.foo-column ul li {
  margin: 10px 0;
}

.foo5 h2 {
  font-size: 44px;
  color: white;
}

.foo5 form {
  position: relative;
  margin-top: 20px;
}

.foo5 form input[type="text"] {
  height: 60px;
  width: 100%;
  border-radius: 100px;
  background: transparent;
  border: 1px solid white;
  padding-left: 30px;
  padding-right: 80px;
  color: white;
}

.foo5 form input[type="text"] ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: white;
}

.foo5 form input[type="text"] ::placeholder {
  color: white;
}

button.btn.btn-default {
  background: white;
  border-radius: 100px;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 30px;
  font-family: 'NeueHaasDisplayMediu';
}

p.developer-copy {
  color: white;
  font-family: 'NeueHaasDisplayMediu';
  font-size: 13px;
}

ul.social-media li i:hover {
  transform: rotate(360deg);
}

ul.social-media li i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  font-size: 24px;
  color: white;
  text-align: center;
  border: 1px solid white;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;

}

ul.social-media {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.iti-prd {
  transform: rotate(23deg);
}

.bottom-footer hr {
  color: white;
  margin-top: 100px;
  margin-bottom: 20px;
}

.bottom-footer .row {
  align-items: center;
}

.bestseller-carousal {
  display: flex;
  width: 150%;
}



/*End Footer*/
@media screen and (max-height: 450px) {}


@media only screen and (min-width: 1200px) {}


.prd-list-item{
  height: 40vh;
}

.bags{
  height: auto !important;
}

.prd-img {
  height: 80%;
}

.home-perfect-bag{
  height: fit-content;
}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1444px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .prd-list-item {
    margin: 0;
  }

  
  .prd-list-item{
    height: 180px;
  }

  .prd-img {
    height: 70%;
}

  .two-products {
    position: relative;
  }

  .two-products .prod-item {
    position: unset;
  }

  .home-best-seller,
  .home-perfect-bag,
  .home-itinary-bag {
    padding: 50px 0;
  }

  .hover-icon {
    padding: 22px 0px;
  }

  .prd-top {
    padding: 0;
    transition: 1s ease-in-out;
  }

  .prd-top.active {
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
  }

  .one-icon-3 {
    right: 35%;
    bottom: 0;
  }

  .one-icon-2 {
    right: 15px;
    top: 38px;
    left: unset;
  }

  .two-icon-1 {
    right: 50%;
    top: 25px;
  }

  .prd-top .prd-on-hover {
    top: 80px !important;
    left: 50% !important;
    right: unset !important;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
  }

  /*.prd-on-hover ul.emb-feature p,*/
  /*ul.emb-price h4,*/
  /*ul.emb-price h3,*/
  /*ul.emb-feature h3 {*/
  /*     color: #000; */
  /*}*/
}

@media only screen and (max-width: 575px) {}

@media screen and (max-height: 607px) {
  .ban-top-text h1 {
    font-size: 85px;
  }

  .ban-top-text h2 {
    font-size: 91px;
    color: #1D84A7;
    font-family: 'NeueHaasDisplayMediu';
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 678px) and (max-height: 678px) {
  .bestseller-carousal {
    width: 300%;
  }

  /* Your CSS styles go here */
  .hbanner-btn {
    right: 13.3%;
  }

  /* Add more styles as needed */
}


/* Optional: Additional styles for responsiveness */
@media (max-width: 768px) {
  .header-scrolled {
    background-color: rgba(0, 0, 0, 0.9);
    /* Darker background on mobile */
  }

  
.product-loop {
  background: #F1F1F1;
  padding: 20px 20px;
  border-radius: 40px;
  margin: 0 15px;
  position: relative;
  transition: ease all 0.5s;
  height: 100%;
  min-width:320px;
  width: 35vw;
}

  .prdimg {
    width: 100%;
    height: 150px;
  }

}

.header-main.active {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-animation: slideDown 0.35s ease-out;
  animation: slideDown 0.35s ease-out;
}

.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

.navbar-toggler[aria-expanded="true"] {
  background-image: url(../images/toggle2.webp);
  background-size: contain;
  width: 100%;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  right: -352px;

}

.navbar-toggler[aria-expanded="true"]:after {}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* .faq_img {
  display: none;
} */

.accordion-body {
  padding: 30px 0;
  position: relative;
  transition: .4s all;
  overflow: hidden;
}

.faq_img {
  position: absolute;
  top: -30px;
  right: -20%;
  width: 600px;
  height: 180px;
  object-fit: cover;
  transition: .4s all;
  z-index: -1;
}



.offcanvas.offcanvas-end.mini-card {
  width: 790px;
  padding: 35px 45px 50px 45px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
}
button.btn-close.text-reset {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  border: 2px solid #C3C3C3;
  padding: 12px 12px;
}
.mini-heading{
  font-size: 48px;
  font-weight: 500;
}
.offcanvas-header{
  padding: 0;
}
.offcanvas-body{
  padding: 0;
}
hr.minni-line {
  border-color: #C3C3C3;
  opacity: 1;
}
.mini-card .checkout-detail {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  height: 100%;
  justify-content: space-between;
}
.mini-card .checkout-detail .you_save {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.mini-card .checkout-form .form-control {
  background: #f2fafc;
  padding: 0 30px;
}

.mini-card .checkout-detail-sticky {
  position: sticky;
  top: 0;
  left: 0;

}

.mini-card .product-box {
  display: flex;
  align-items: center;
  gap: 20px;
}




.mini-card .checkout-product-list {

  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 400px;
}
.mini-card .product-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0;
  justify-content: space-between;
  padding: 20px 0;
}

.mini-card .product-box .product-detail h1 {
  font-size: 32px;
  font-weight: bold;
}

.mini-card .product-box .product-detail .color {
  font-size: 26px;
}

.mini-card .product-box .product-detail .total_price {
  font-size: 20px;
  font-weight: 600;
  display: block;
  color: #C3C3C3;
  text-decoration: line-through;
  line-height: 1;
  margin-right: 10px;

}

.mini-card .product-box .product-detail .diss_price {
  font-size: 32px;
  font-weight: bold;
  color: #1D84A8;
  display: block;
  line-height: 1;
}

.mini-card .product-box .product-img {
  background-color: #5e616717;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.mini-card .product-box .product-img .save_am {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 5px;
  background-color: #000;
  color: #FFFFFF;
  font-size: 15px;
  padding: 3px 5px;
}

.mini-card .product-box .product-img .product_img {
  max-width: 400px;
  height: 245px;
  padding: 30px;
  object-fit: contain;
}

.mini-card .apply-coupon {
  position: relative;
}

.mini-card .apply-coupon input {
  width: 99%;
  height: 100%;
  padding: 25px;
  border-radius: 40px;
  color: #000;
  background-color: transparent;
  border: 1px solid black;
}

.mini-card .apply-coupon input::placeholder {
  font-size: 24px;
  color: #000;
}

.mini-card .apply-coupon .apply-coupon-btn {
  min-width: 164px;
  background-color: #81CFE5;
  border: none;
  font-size: 24px;
  border-radius: 40px;
  color: #FFFFFF;
  padding: 19px 20px;
  font-weight: 600;
  transition: .4s all;
  position: absolute;
  right: 0;
}
.mini-card .apply-coupon .apply-coupon-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.mini-card .total-box span {
  display: block;
  font-size: 32px;
}

.mini-card .total-box .subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  color: #000000;
}

.mini-card .total-box .shipping-type {
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  color: #000000;
}

.mini-card .total-box .grand_total {
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  font-weight: 700;
  color: #81CFE5;
}
.mini-card .checkout-btn {
  text-transform: uppercase;
  background-color: #1D84A8;
  padding: 13px 20px;
  width: 100%;
  display: block;
  border-radius: 40px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: large;
  border: none;
  transition: .4s all;
  text-align: center;
}
.mini-card .checkout-btn:hover {
  background-color: #000;
  color: #FFFFFF;
}
.mini-cart-item h3 {
  font-size: 32px;
  color: #000000;
  font-weight: 600;
}
.mini-checkout {
  margin-top: 20px;
}
.delet-item img {
  min-width: 38px;
}
.mini-cart-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.mini-veration h3 {
  font-size: 24px;
  color: black;
}
.mini-veration {
  margin-top: 20px;
}
.mini-card .checkout-product-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.mini-card .checkout-product-list::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.mini-card .checkout-product-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #1D84A8;
}

.lp-stars {
  position: absolute;
  right: 1rem;
}