/** Shopify CDN: Minification failed

Line 13:9 Unexpected "<"
Line 22:8 Unexpected "<"

**/
:root {
  --custom_b: #252E69;
  --primary_font: "Signika";
  --secondary_font: "Nunito";
}

.signika-<uniquifier> {
  font-family: "Signika", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}

.nunito-<uniquifier> {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.center-div{
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .center-div{
    max-width: 95%;
  }
}

.swiper-slide img:hover{
  transform: unset !important;
}




/* Custom Landing slider */

section.landing_slider {
  width: 100%;
}
section.landing_slider .swiper_landing_slider {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
section.landing_slider .swiper_landing_slider .swiper-pagination-bullet-active{
  background-color: #242F6A;
}
section.landing_slider .swiper_landing_slider .swiper-slide .slide-wrapper {
  width: 100%;
  display: flex;
}
section.landing_slider .swiper_landing_slider .swiper-slide .slide-wrapper .image-wrapper {
  width: 100%;
}
/* @media screen and (max-width: 500px) {
  section.landing_slider .swiper_landing_slider .swiper-slide .slide-wrapper .image-wrapper {
    display: none;
  }
} */
section.landing_slider .swiper_landing_slider .swiper-slide .slide-wrapper img {
  max-width: 100%;
  border-radius: unset;
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  @media screen and (max-width: 500px){
    max-height: 700px;
  }
}
section.landing_slider .swiper_landing_slider .swiper-slide .slide-wrapper img:hover {
  transform: scale(1);
}
section.landing_slider .swiper_landing_slider .swiper-slide .slide-wrapper .responsive-wrapper {
  width: 100%;
  display: none;
}
/* @media screen and (max-width: 500px) {
  section.landing_slider .swiper_landing_slider .swiper-slide .slide-wrapper .responsive-wrapper {
    display: block;
  }
} */
section.landing_slider .swiper_landing_slider .swiper-slide:hover {
  transform: unset;
}

/* Custom Icon Block */

section.custom_icon_block {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 768px){
    padding: 20px 0;
  }
}
section.custom_icon_block .center-div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.custom_icon_block p.disclaimer{
  font-family: "Signika";
  color: var(--custom_b);
  width:  100%;
  font-weight: 500;
  font-size: 10px;
  text-align: start;
}
section.custom_icon_block h2 {
  text-align: center;
  color: #242F6A;
  font-weight: 600;
  font-size: 48px;
  margin: 0;
  font-family: var(--primary_font);
}
@media screen and (max-width: 500px) {
  section.custom_icon_block h2 {
    font-size: 32px;
  }
}
section.custom_icon_block span {
  text-align: center;
  color: #0D0D0D;
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto;
  max-width: 650px;
  font-family: var(--secondary_font);
}
@media screen and (max-width: 500px) {
  section.custom_icon_block span {
    font-size: 16px;
    max-width: 80%;
  }
}
section.custom_icon_block .content-wrapper {
  width: 100%;
  display: grid;
  gap: 20px;
  margin-top: 20px;
  /* grid-template-columns: repeat(6, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
@media screen and (max-width: 1000px) {
  section.custom_icon_block .content-wrapper {
    /* grid-template-columns: repeat(3, 1fr); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
  }
}
section.custom_icon_block .content-wrapper .icon-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  @media screen and (max-width: 1000px) {
      width: 30%;
  }
}
section.custom_icon_block .content-wrapper .icon-box .icon-wrapper {
  width: 100%;
  display: flex;
  max-width: 200px;
  max-height: 200px;
  align-items: center;
  justify-content: center;
}
section.custom_icon_block .content-wrapper .icon-box .icon-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  section.custom_icon_block .content-wrapper .icon-box .icon-wrapper img {
    max-width: 80%;
  }
}
section.custom_icon_block .content-wrapper .icon-box span {
  font-family: "Signika";
  color: var(--custom_b);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.custom_icon_block .content-wrapper .icon-box span {
    font-size: 12px;
    line-height: 14px;
  }
}

/* Custom Collection Slider */

section.custom_collection_slider {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 768px){
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  section.custom_collection_slider .center-div {
    max-width: 100%;
  }
}
section.custom_collection_slider .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 30px;
  border-radius: 60px;
  gap: 10px;
}
section.custom_collection_slider.flash_deals{
  margin: 50px 0;
  position: relative;
}
section.custom_collection_slider.flash_deals .content-wrapper{
  padding: 30px;
  @media screen and (max-width: 500px){
    padding: 30px 10px 30px 10px;
  }
}
@media screen and (max-width: 768px) {
  section.custom_collection_slider .content-wrapper {
    padding: 50px 0 50px 10px;
    border-radius: 0;
    gap: 15px;
  }
}
section.custom_collection_slider .content-wrapper h1 {
  font-family: var(--primary_font);
  color: var(--custom_b);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider .content-wrapper h1 {
    font-size: 32px;
  }
}
section.custom_collection_slider .content-wrapper span {
  color: var(--custom_b);
  font-family: var(--primary_font);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider .content-wrapper span {
    font-size: 14px;
  }
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider {
  width: 100%;
  overflow-x: hidden;
  margin-top: 20px;
  position: relative;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  section.custom_collection_slider .content-wrapper .swiper_collection_slider {
    padding: 0;
    margin-top: 10px;
    padding-left: 10px;
  }
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .swiper-slide {
  height: auto;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .swiper-slide:hover {
  transform: unset;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 25px;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  gap: 10px;
  background-color: #FFCBCB;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper {
    /* align-items: flex-start; */
  }
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: unset;
  border-radius: unset;
  position: relative;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper .circular_bg {
  background-color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper .circular_bg {
    width: 105px;
    height: 105px;
  }
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper img {
  max-width: 180px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper img {
    max-width: 130px;
  }
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper a.name {
  font-size: 12px;
  font-family: var(--secondary_font);
  font-weight: 500;
  color: #000;
  /* text-transform: lowercase; */
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none;
  text-align: center;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper a.name::first-letter, section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper a.name:first-line{
  /* text-transform: uppercase; */
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper a.name {
    font-size: 12px;
    text-align: center;
    height: 70px;
  }
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper .price-wrapper{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper .price-wrapper .custom_sale_price{
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.price {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.slashed{
  font-size: 12px;
  line-height: 100%;
  text-decoration: line-through;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.disclaimer{
  line-height: 100%;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.price {
    font-size: 14px;
    text-align: center;
  }
  section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.disclaimer{
    font-size: 10px;
  }
  section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.slashed{
    font-size: 12px;
  }
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper button {
  border: none;
  background-color: #242F6A;
  border-radius: 20px;
  text-decoration: none;
  width: 100%;
  padding: 10px 30px;
  min-height: unset;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper button span {
  font-size: 12px;
  color: white;
  font-family: var(--secondary_font);
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper button span {
    font-size: 12px;
  }
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper product-form {
  width: 100%;
}
section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper button::after, section.custom_collection_slider .content-wrapper .swiper_collection_slider .slide-wrapper button:hover::after {
  box-shadow: unset;
}
section.custom_collection_slider .content-wrapper .swiper-button-prev, section.custom_collection_slider .content-wrapper .swiper-button-next {
  display: block !important;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  section.custom_collection_slider .content-wrapper .swiper-button-prev, section.custom_collection_slider .content-wrapper .swiper-button-next {
    display: none !important;
  }
}
section.custom_collection_slider .content-wrapper .swiper-button-prev {
  left: 0px;
}
section.custom_collection_slider .content-wrapper .swiper-button-next {
  right: 0px;
}
section.custom_collection_slider .content-wrapper .swiper-button-next::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/prev-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}
section.custom_collection_slider .content-wrapper .swiper-button-prev::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/next-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}
section.custom_collection_slider .content-wrapper .card__badge span{
  width: 40px;
  height: 40px;
  top: 0px;
  position: absolute;
  left: 0;
  background-image: url('/cdn/shop/files/sale-bg.png?v=1740166644');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  display: flex;
  padding: 0;
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  color: white;
  z-index: 2;
  justify-content: center;
}

/* CUSTOM IMAGE BANNER */

section.custom_image_banner {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 768px){
    padding: 20px 0;
  }
}
section.custom_image_banner .image-wrapper, section.custom_image_banner .responsive-wrapper {
  width: 100%;
  display: flex;
  border-radius: unset;
  align-items: center;
}
section.custom_image_banner .image-wrapper img, section.custom_image_banner .responsive-wrapper img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_image_banner .responsive-wrapper {
  display: none;
}
@media screen and (max-width: 600px) {
  section.custom_image_banner .responsive-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  section.custom_image_banner .image-wrapper {
    display: none;
  }
}

/* CUSTOM THREE ICON BLOCKS */

section.custom_three_icon_block {
  width: 100%;
  background-color: #FFC7CB;
  padding: 50px 0;
  @media screen and (max-width: 768px){
    padding: 20px 0;
  }
}
section.custom_three_icon_block .center-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.custom_three_icon_block h2 {
  text-align: center;
  color: #242F6A;
  font-weight: 600;
  font-size: 48px;
  margin: 0;
  font-family: var(--primary_font);
}
@media screen and (max-width: 500px) {
  section.custom_three_icon_block h2 {
    font-size: 32px;
  }
}
section.custom_three_icon_block span {
  text-align: center;
  color: #242F6A;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  font-family: var(--secondary_font);
}
@media screen and (max-width: 500px) {
  section.custom_three_icon_block span {
    font-size: 16px;
    max-width: 80%;
  }
}
section.custom_three_icon_block .content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 900px;
  margin-top: 20px;
  @media screen and (max-width: 500px) {
    gap: 30px;
  }
}
section.custom_three_icon_block .content-wrapper .icon-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
section.custom_three_icon_block .content-wrapper .icon-wrapper .image-wrapper {
  width: 100%;
  border-radius: 50%;
  background-color: white;
}
section.custom_three_icon_block .content-wrapper .icon-wrapper .image-wrapper img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_three_icon_block .content-wrapper .icon-wrapper p {
  text-align: center;
  color: #242F6A;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  font-family: var(--primary_font);
}
@media screen and (max-width: 500px) {
  section.custom_three_icon_block .content-wrapper .icon-wrapper P {
    font-size: 14px;
  }
}

/* CUSTOM THREE ICON BLOCK 2 */

section.custom_three_icon_block.two{
  padding: 30px 0;
  background-color: #B8E57C;
  margin-top: 30px;
}
section.custom_three_icon_block.two .center-div{
  gap: 0;
}
section.custom_three_icon_block.two .content-wrapper{
  margin: 0;
}

/* HOW TO USE */

section.custom_three_icon_block.how_to_use{
  background-color: unset;
}
section.custom_three_icon_block.how_to_use .center-div{
  background-color: #FEE180;
  border-radius: 50px;
  padding: 50px 20px;
  gap: 0;
}
section.custom_three_icon_block.how_to_use h2{
  font-size: 32px;
  @media screen and (max-width: 768px){
    font-size: 20px;
  }
}
section.custom_three_icon_block.how_to_use h2 span{
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  @media screen and (max-width: 768px){
    font-size: 20px;
  }
}
@media screen and (max-width: 768px){
    section.custom_three_icon_block.how_to_use span{
      display: none;
    }
}
section.custom_three_icon_block.how_to_use h2 span::first-letter{
}
section.custom_three_icon_block.how_to_use .content-wrapper{
  display: flex;
  width: 100%;
  gap: 0;
  row-gap: 20px;
  max-width: unset;
  flex-wrap: wrap;
  justify-content: center;
}
section.custom_three_icon_block.how_to_use .content-wrapper .icon-wrapper{
  width: 20%;

  @media screen and (max-width: 768px){
    width: 50%;
  }
}

/* CUSTOM PRODUCT CHANGES */

.custom-product{
  background: transparent;
}
.custom-product .disclaimer{
  display: none;
}
.custom-product .product__title h1{
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  color: #242F6A;
  line-height: 120%;
  @media screen and (max-width: 768px){
    font-size: 24px;
  }
}
.custom-product .product__title h1::first-letter{
}
.custom-product .custom-price{
  display: flex;
  align-items: flex-end;
}
.custom-product .custom-price .price--show-badge{
  display: flex;
  align-items: center;
   @media screen and (max-width: 768px){
     width: auto;
   }
  @media screen and (max-width: 375px){
     width: 100%;
   }
}
.custom-product .custom-price .price__container, .custom-product .custom-price .badge{
  margin: 0 !important;
}
.custom-product .custom-price .price__container{
  display: flex;
  justify-content: flex-start;
}
.custom-product .custom-price .price__container .price__regular{
  display: none;
}
.custom-product .custom-price .price__container .price__sale{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
   @media screen and (max-width: 768px){
    flex-direction: row;
   }
}
.custom-product .price__regular .price-item--regular, .custom-product .price .price-item{
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 24px;
  color: #242F6A;
  line-height: 34px;
   @media screen and (max-width: 768px){
    font-size: 23px;
     margin-right: 5px;
  }
}
.custom-product .price .price-item.price-item--regular{
  line-height: 22px;
  font-size: 14px;
   @media screen and (max-width: 768px){
     font-size: 13px;
     line-height: 18px;
   }
} 
.custom-product .product__tax{
  font-family: var(--secondy_font);
  font-weight: 400;
  font-size: 14px;
  line-height: 19.2px;
  text-align: center;
  color: #252E69;
  margin: 0 0 5px 10px;
}
.custom-product .badge{
  display: none;
}
.custom-product .product-form__quantity .form__label{
  display: none;
}
.custom-product .quantity{
  border: 0.75px solid #252E69;
  border-radius: 12px;
  max-width: 120px;
  background-color: #ECF5FA;
}
.custom-product .quantity__button{
  background: transparent !important;
}
.custom-product .quantity__input, .custom-product .quantity__button{
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 18px;
  color: #252E69;
  line-height: 18px;
  text-align: center;
}
.custom-product .quantity:before{
  background: unset;
}
.custom-product .product-form__quantity{
  display: flex;
  gap: 10px;
  align-items: center;
}
.custom-product .quantity:after{
  box-shadow: unset;
}
.custom-product .product-form__quantity .product-form{
  margin: 0;
}
.custom-product .product-form__quantity .quantity-buy{
  width: 100%;
}
.custom-product .product-form__quantity .quantity-buy .product-form__submit{
  background-color: #252E69;
  border-radius: 12px;
  font-size: 16px;
  margin: 0;
  font-family: var(--secondary_font);
  color: #F9F4EB;
  padding: 15px 0;
}
.custom-product .product-form__quantity .quantity-buy .product-form__submit:after{
  box-shadow: unset;
}
.custom-product .buy-now-button .product-form__buttons .product-form__submit{
  display: none;
}

.custom-product .custom_key_features{
  width: 100%;
  display: flex;
}
.custom-product .custom_key_features .feature-wrapper{
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.custom-product .custom_key_features .feature-wrapper .image-wrapper{
  width: 100%;
  display: flex;
}
.custom-product .custom_key_features .feature-wrapper .image-wrapper img{
  max-width: 100%;
  object-fit: cover;
}
.custom-product .custom_key_features .feature-wrapper span{
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #252E69;
  @media screen and (max-width: 768px){
    font-size: 12px;
  }
}
.custom-product .product-form__input input[type=radio]+label{
  border: 1px solid #252E69;
  background-color: #ECF5FA;
  border-radius: 12px;
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #252E69;
}
.custom-product .product-form__input input[type=radio]:checked+label{
  background-color: #ECF5FA;
  color: #252E69;
  border: 2px solid #252E69;
}
.custom-product fieldset.product-form__input .form__label{
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 20px;
  color: #242F6A;
  line-height: 20px;
}

/* CUSTOM ACCELERATED CHECKOUT */

shopify-accelerated-checkout{
  --shopify-accelerated-checkout-button-block-size: 20px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-button-border-radius: 12px;
  --shopify-accelerated-checkout-skeleton-background-color: #ECF5FA;
}

.shopify-payment-button__button--unbranded{
  background-color: #ECF5FA !important;
  border-radius: 12px !important;
  border: 1px solid #252E69 !important;
  color: #252E69 !important;
} 
.shopify-payment-button__button--unbranded:after, .shopify-payment-button__button--unbranded:hover:after{
  box-shadow: unset;
}

/* CUSTOM COLLECTION SLIDER ALT */

section.custom_collection_slider_alt {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 768px){
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  section.custom_collection_slider_alt .center-div {
    max-width: 100%;
  }
}
section.custom_collection_slider_alt .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 30px;
  border-radius: 60px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.custom_collection_slider_alt .content-wrapper {
    padding: 50px 0 50px 10px;
    border-radius: 0;
    gap: 15px;
    flex-direction: column;
  }
}
section.custom_collection_slider_alt .content-wrapper .heading-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  section.custom_collection_slider_alt .content-wrapper .heading-container {
    max-width: 100%;
  }
}
section.custom_collection_slider_alt .content-wrapper h1 {
  font-family: var(--primary_font);
  color: var(--custom_b);
  font-size: 48px;
  font-weight: 600;
  text-align: start;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider_alt .content-wrapper h1 {
    font-size: 32px;
  }
}
section.custom_collection_slider_alt .content-wrapper span {
  color: var(--custom_b);
  font-family: var(--primary_font);
  font-size: 18px;
  font-weight: 400;
  text-align: start;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider_alt .content-wrapper span {
    font-size: 14px;
  }
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt {
  width: 100%;
  overflow-x: hidden;
  margin-top: 20px;
  position: relative;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt {
    padding: 0;
    margin-top: 10px;
  }
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .swiper-slide {
  height: auto;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .swiper-slide:hover {
  transform: unset;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 25px;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  gap: 10px;
  background-color: #FFCBCB;
  align-items: stretch;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper {
    /* align-items: flex-start; */
  }
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: unset;
  border-radius: unset;
  position: relative;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper .image-wrapper .circular_bg {
  background-color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper .image-wrapper .circular_bg {
    width: 105px;
    height: 105px;
  }
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper .image-wrapper img {
  max-width: 180px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper .image-wrapper img {
    max-width: 130px;
  }
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper a.name {
  font-size: 12px;
  font-family: var(--secondary_font);
  font-weight: 500;
  color: #000;
  height: 100%;
  display:block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper a.name::first-letter{
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper a.name {
    font-size: 12px;
    text-align: center;
    height: 70px;
  }
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper .price-wrapper{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper .price-wrapper .custom_sale_price{
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper p.price {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper p.slashed{
  font-size: 12px;
  line-height: 100%;
  text-decoration: line-through;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper p.disclaimer{
  line-height: 100%;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper p.price {
    font-size: 14px;
    text-align: center;
  }
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper p.disclaimer{
    font-size: 10px;
  }
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper p.slashed{
    font-size: 12px;
  }
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper button {
  border: none;
  background-color: #242F6A;
  border-radius: 20px;
  text-decoration: none;
  width: 100%;
  padding: 10px 30px;
  min-height: unset;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper button span {
  font-size: 12px;
  color: white;
  font-family: var(--secondary_font);
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper button span {
    font-size: 14px;
  }
  section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper button{
    padding: 5px 15px;
  }
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper product-form {
  width: 100%;
}
section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper button::after, section.custom_collection_slider_alt .content-wrapper .swiper_collection_slider_alt .slide-wrapper button:hover::after {
  box-shadow: unset;
}
section.custom_collection_slider_alt .content-wrapper .swiper-button-prev, section.custom_collection_slider_alt .content-wrapper .swiper-button-next {
  display: block !important;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  section.custom_collection_slider_alt .content-wrapper .swiper-button-prev, section.custom_collection_slider_alt .content-wrapper .swiper-button-next {
    display: none !important;
  }
}
section.custom_collection_slider_alt .content-wrapper .swiper-button-prev {
  left: 0px;
}
section.custom_collection_slider_alt .content-wrapper .swiper-button-next {
  right: 0px;
}
section.custom_collection_slider_alt .content-wrapper .swiper-button-next::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/prev-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}
section.custom_collection_slider_alt .content-wrapper .swiper-button-prev::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/next-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}
section.custom_collection_slider_alt .content-wrapper .card__badge span{
  width: 40px;
  height: 40px;
  top: 0;
  position: absolute;
  left: 0px;
  background-image: url('/cdn/shop/files/sale-bg.png?v=1740166644');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  display: flex;
  padding: 0;
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  color: white;
  z-index: 2;
  justify-content: center;
}

/* HEADER CHANGES */


.header-wrapper{
  background-color: #252E69;
}
header.custom-header{
  padding: 0;
  display: unset;
}
header.custom-header .center-div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
header.custom-header .header__menu-item span{
  color: #F9F4EB;
  text-transform: uppercase;
  font-family: var(--secondary_font);
  font-weight: 500;
  font-size: 12px;
}
header.custom-header .header__menu-item:hover span, header.custom-header details[open]>.header__menu-item{
  text-decoration: none;
}
header.custom-header .header__menu-item .icon-caret{
  color: white;
  fill: white;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
}
header.custom-header .menu-drawer{
  background-color: #ECF5FA;
}
header.custom-header .menu-drawer .link--text{
  font-weight: 500;
  font-size: 14px;
  font-family: var(--secondary_font);
  color: #252E69;
  text-transform: uppercase;
  text-align: center;
}
header.custom-header .menu-drawer__submenu{
  background-color: #ECF5FA;
}
header.custom-header .menu-drawer__inner-submenu ul.list-menu{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  padding: 20px 0;
}
header.custom-header .menu-drawer__inner-submenu ul.list-menu a.link--text{
  padding: 0;
  display: flex;
  text-transform: unset;
  flex-direction: column;
}
header.custom-header .menu-drawer__inner-submenu ul.list-menu a.link--text .image-wrapper{
  border-radius: unset;
  box-shadow: unset;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 5px;
}
header.custom-header .menu-drawer__inner-submenu ul.list-menu a.link--text .image-wrapper img{
  max-width: 90px;
  max-height: 90px;
  z-index: 2;
}
header.custom-header .menu-drawer__inner-submenu ul.list-menu a.link--text .image-wrapper .circular_bg{
  background-color: #FEDD81;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
header.custom-header .header__icon{
  color: white;
}
header.custom-header .custom-mega-menu{
  background-color: #ECF5FA;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
}
header.custom-header .custom-mega-menu .center-div{
  background-color: #ECF5FA;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  width: 100%;
  align-items: flex-start;
}
header.custom-header .custom-mega-menu .custom-mm-content{
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
header.custom-header .custom-mega-menu .custom-mm-content .image-wrapper{
  border-radius: 20px;
  box-shadow: unset;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: 1px solid #252E69;
}
header.custom-header .custom-mega-menu .custom-mm-content .image-wrapper img{
  max-width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
header.custom-header .custom-mega-menu .custom-mm-content span{
  font-family: var(--primary_font);
  color: #252E69;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: start;
  text-decoration: none;
}
header.custom-header .custom-mega-menu .custom-mm-content a{
  font-family: var(--primary_font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: start;
  text-decoration: none;
  background-color: #242F6A;
  color: #FFFFFF;
  border: none;
  border-radius: 24px;
  padding: 10px 20px;
}
header.custom-header .custom-mega-menu hr.divider_line{
  border: 1px solid black;
  height: 350px;
  margin: 0;
}
header.custom-header .custom-mega-menu ul{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  gap: 20px;
  width: 75%;
}
header.custom-header .custom-mega-menu ul li{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
header.custom-header .custom-mega-menu ul a .image-wrapper{
  border-radius: unset;
  box-shadow: unset;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
header.custom-header .custom-mega-menu ul a{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #252E69;
}
header.custom-header .custom-mega-menu ul a span{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #252E69;
}
header.custom-header .custom-mega-menu ul a span::first-letter{
}
header.custom-header .custom-mega-menu ul a .image-wrapper img{
  max-width: 100px;
  max-height: 100px;
  z-index: 2;
  transition: all 0.2s;
}
header.custom-header .custom-mega-menu ul a .image-wrapper img:hover{
  transform: scale(1.12);
  transition: all 0.2s;
}
header.custom-header .custom-mega-menu ul a .image-wrapper .circular_bg{
  background-color: #FEDD81;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
header.custom-header .header__menu-item.custom_link_button{
  background-color: white;
  border-radius: 20px;
  padding: 5px 10px;
}
header.custom-header .header__menu-item.custom_link_button:hover span{
  text-decoration: none;
}
header.custom-header .header__menu-item.custom_link_button span{
  font-weight: 600;
  font-size: 12px;
  /* font-size: 16px; */
  color: #252E69; 
}
header.custom-header .list-menu--inline{
  justify-content: center;
}
header.custom-header .list-menu--inline li{
  display: flex;
  align-items: center;
  
}
.announcement-bar__message{
  font-size: 12px;
  min-height: unset;
}
#fsb_bar, #fsb_bar span{
  font-size: 12px !important;
  line-height: 100% !important;
  font-familty: "Signika" !important;
  padding: 1rem 0 !important;
}

header .search_wrapper{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* CUSTOM COLLECTION HEADER */

section.custom_collections_header {
  width: 100%;
}
section.custom_collections_header .content-wrapper {
  width: 100%;
  display: flex;
  padding: 10px 0;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  section.custom_collections_header .content-wrapper {
    padding-left: 0px;
  }
}
section.custom_collections_header .content-wrapper .swiper_collections_header{
  overflow-x: hidden;
}
section.custom_collections_header .content-wrapper .collection-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 15px; */
  gap: 5px;
  text-decoration: none;
}
section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: unset;
  border-radius: unset;
  position: relative;
  /* width: 80px;
  height: 80px; */
  width: 60px;
  height: 60px;
}
section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper .circular_bg {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper img {
  /* max-width: 80px;
  max-height: 80px; */
  max-width: 60px;
  max-height: 60px;
  z-index: 2;
  transition: all 0.2s !important;
}
section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper picture {
  /* max-width: 80px;
  max-height: 80px; */
  max-width: 60px;
  max-height: 60px;
  z-index: 2;
  transition: all 0.2s !important;
}
section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper img:hover{
  transform: scale(1.15) !important;
  transition: all 0.2s !important;
}
section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper picture:hover{
  transform: scale(1.15) !important;
  transition: all 0.2s !important;
}
section.custom_collections_header .content-wrapper .collection-wrapper span {
  font-family: var(--primary_font);
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ECF5FA;
  text-align: center;
  margin: 0;
}
section.custom_collections_header .content-wrapper .collection-wrapper span::first-letter{
}
@media screen and (max-width: 768px) {
  section.custom_collections_header .content-wrapper .collection-wrapper span {
    font-size: 12px;
  }
  section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper{
    width: 80px;
    height: 80px;
  }
  section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper img{
    max-width: 80px;
    max-height: 80px;
  }
  section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper picture{
    max-width: 80px;
    max-height: 80px;
  }
  section.custom_collections_header .content-wrapper .collection-wrapper .image-wrapper .circular_bg{
    width: 70px;
    height: 70px;
  }
}

/* Outer swiper container */
.swiper_collections_header.marquee-swiper {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 10%,
    white 90%,
    transparent 100%
  );
}

.swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}

/* Individual slides */
.swiper-slide.marquee-swiper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/* CUSTOM THREE CARDS */

section.custom_three_cards {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 768px){
    padding: 20px 0;
  }
}
section.custom_three_cards .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
section.custom_three_cards .content-wrapper .heading-wrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
section.custom_three_cards .content-wrapper .heading-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 40px;
  margin: 0;
  margin-bottom: 25px;
  color: #242F6A;
}
section.custom_three_cards .content-wrapper .heading-wrapper p {
  font-family: var(--primary_font);
  font-weight: 500;
  margin: 5px 0;
  line-height: 24px;
  font-size: 20px;
  color: #242F6A;
  @media screen and (max-width: 900px){
    text-align: center;
  }
}
section.custom_three_cards .content-wrapper .cards-container {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
section.custom_three_cards .content-wrapper .cards-container .card-wrapper {
  width: 100%;
  border-radius: 24px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 5px;
}
section.custom_three_cards .content-wrapper .cards-container .card-wrapper .image-wrapper {
  width: 100%;
  border-radius: unset;
  box-shadow: unset;
}
section.custom_three_cards .content-wrapper .cards-container .card-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 24px 24px 0 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_three_cards .content-wrapper .cards-container .card-wrapper h2 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-top: 5px;
  color: #242F6A;
  max-width: 85%;
  height: 100%;
  text-align: center;
}
section.custom_three_cards .content-wrapper .cards-container .card-wrapper p {
  font-family: var(--secondary_font);
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  text-align: center;
  color: #242F6A;
}
section.custom_three_cards .content-wrapper .cards-container .card-wrapper span {
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #E3365E;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px){
  section.custom_three_cards .content-wrapper{
    flex-direction: column;
  }
  section.custom_three_cards .content-wrapper .heading-wrapper{
    align-items: center;
    width: 100%;
  }
  section.custom_three_cards .content-wrapper .heading-wrapper h1{
    font-size: 32px;
  }
  section.custom_three_cards .content-wrapper .heading-wrapper span{
    font-size: 16px;
    text-align: center;
  }
  section.custom_three_cards .content-wrapper .cards-container{
    width: 100%;
  }
  section.custom_three_cards .content-wrapper .cards-container .card-wrapper h2{
    font-size: 18px;
  }
  section.custom_three_cards .content-wrapper .cards-container .card-wrapper p, section.custom_three_cards .content-wrapper .cards-container .card-wrapper span{
    font-size: 14px;
  }
}
@media screen and (max-width: 600px){
  section.custom_three_cards .content-wrapper .cards-container{
      grid-template-columns: repeat(1, 1fr);
      max-width: 270px;
  }
}

/* CUSTOM FOOTER CSS  */

footer.custom-footer{
  background-color: #ECF5FA;
  padding: 0;
  margin-top: 50px;
  @media screen and (max-width: 500px){
    margin-top: 30px;
  }
}
footer.custom-footer .center-div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer.custom-footer .center-div .custom_footer_logo_res{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  display: none;
}
footer.custom-footer .center-div .custom_footer_logo_res img{
  max-width: 250px;
  object-fit: cover;
  @media screen and (max-width: 500px){
    max-width: 220px;
  }
}
footer.custom-footer .footer__content-top{
  width: 100%;
  padding: 100px 0;
}
footer.custom-footer .footer__content-top .footer__blocks-wrapper{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item{
  width: 100%;
}
footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item h2.footer-block__heading{
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  color: #252E69;
  margin-bottom: 20px;
}
footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item a.link--text{
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: #252E69;
}
footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item .brand-info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item .brand-info .icon-box{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}
footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item .brand-info .icon-box .text-wrapper{
  display: flex;
}
footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item .brand-info .icon-box .image-wrapper{
  display: flex;
  align-items: center;
  margin-top: 5px;
}
footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item .brand-info .icon-box a.link--text, footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item .brand-info .icon-box p.link--text{
  text-decoration: none;
  font-size: 13px;
  margin: 0;
  color: #252E69;
  font-family: var(--secondary_font);
}
footer.custom-footer .footer__content-bottom{
  width: 100%;
  padding: 10px 0;
  background-color: #252E69;
}
footer.custom-footer .footer__content-bottom .footer__copyright{
  margin: 0;
}
footer.custom-footer .footer__content-bottom .copyright__content{
  font-weight: 400;
  color: #F9F4EB;
  font-size: 16px;
  font-family: var(--primary_font)
}
@media screen and (max-width: 900px){
  footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item:first-child{
    display: none;
  }
  footer.custom-footer .footer__content-top .footer__blocks-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item a.link--text{
    padding: 0;
  }
  footer.custom-footer .footer__content-top{
    padding: 0;
    padding-top: 40px;
  }
  footer.custom-footer .center-div .custom_footer_logo_res{
    display: flex;
    flex-direction: column;
  }
  footer.custom-footer .center-div{
    padding: 0 20px;
  }
  footer.custom-footer .footer__content-top .footer__blocks-wrapper .grid__item{
    margin: 0;
  }
}

footer.custom-footer .footer__content-bottom-wrapper{
  justify-content: space-between;
}
@media screen and (max-width: 600px){
  footer.custom-footer .footer__content-bottom-wrapper:nth-child(2){
    padding-bottom: 20px;
  }
}
footer.custom-footer .footer__help{
  text-align: center;
}
footer.custom-footer .footer__help .copyright__content a:hover{
  color: #fff;
  text-decoration: none;
}
footer.custom-footer .custom_footer_logo{
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding-right: 10px;
}
footer.custom-footer .custom_footer_logo .logo_text, footer.custom-footer .custom_footer_logo_res .logo_text{
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 14px;
  max-width: 250px;
  margin: 0;
  line-height: 120%;
  color: #252E69;
}
footer.custom-footer .custom_footer_logo_res .logo_text{
  text-align: center;
}






/* CUSTOM TESTIMONIAL SLIDER */

section.custom_testimonial_slider {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 768px){
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  section.custom_testimonial_slider .center-div {
    max-width: 100%;
  }
}
section.custom_testimonial_slider .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 30px;
  border-radius: 60px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.custom_testimonial_slider .content-wrapper {
    padding: 50px 0 50px 10px;
    border-radius: 0;
    gap: 15px;
  }
}
section.custom_testimonial_slider .content-wrapper h1 {
  font-family: var(--primary_font);
  color: var(--custom_b);
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.custom_testimonial_slider .content-wrapper h1 {
    font-size: 32px;
  }
}
section.custom_testimonial_slider .content-wrapper span {
  color: var(--custom_b);
  font-family: var(--primary_font);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.custom_testimonial_slider .content-wrapper span {
    font-size: 14px;
  }
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider {
  width: 100%;
  overflow-x: hidden;
  margin-top: 20px;
  position: relative;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  section.custom_testimonial_slider .content-wrapper .swiper_collection_slider {
    padding: 0;
    margin-top: 10px;
  }
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .swiper-slide {
    height: 430px;
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .swiper-slide:hover {
  transform: unset;
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 25px;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  gap: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper {
    align-items: flex-start;
  }
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: unset;
  border-radius: unset;
  position: relative;
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper .circular_bg {
  background-color: white;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper .circular_bg {
    width: 105px;
    height: 105px;
  }
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper img {
  max-width: 200px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper .image-wrapper img {
    max-width: 130px;
  }
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper span.name {
  font-size: 16px;
  font-family: var(--primary_font);
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper span.name {
    font-size: 14px;
    text-align: start;
  }
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.content {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  font-family: var(--secondary_font);
  color: #fff;
  margin: 0;
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.info {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.info, section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper p.content {
    font-size: 12px;
    text-align: start;
  }
  section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .swiper-slide{
    height: 350px;
  }
}
section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper button::after, section.custom_testimonial_slider .content-wrapper .swiper_collection_slider .slide-wrapper button:hover::after {
  box-shadow: unset;
}
section.custom_testimonial_slider .content-wrapper .swiper-button-prev, section.custom_testimonial_slider .content-wrapper .swiper-button-next {
  display: block !important;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  section.custom_testimonial_slider .content-wrapper .swiper-button-prev, section.custom_testimonial_slider .content-wrapper .swiper-button-next {
    display: none !important;
  }
}
section.custom_testimonial_slider .content-wrapper .swiper-button-prev {
  left: 0px;
}
section.custom_testimonial_slider .content-wrapper .swiper-button-next {
  right: 0px;
}
section.custom_testimonial_slider .content-wrapper .swiper-button-next::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/prev-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}
section.custom_testimonial_slider .content-wrapper .swiper-button-prev::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/next-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}

/* CUSTOM IMAGE WITH TEXT */

section.custom_image_with_text {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 768px){
    padding: 20px 0;
  }
}
section.custom_image_with_text .content-wrapper {
  width: 100%;
  display: flex;
  gap: 50px;
  flex-direction: row;
}
section.custom_image_with_text .content-wrapper .image-grid {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
section.custom_image_with_text .content-wrapper .image-grid .image-wrapper {
  width: 100%;
  display: flex;
  border-radius: 20px;
  max-height: 230px;
}
section.custom_image_with_text .content-wrapper .image-grid .image-wrapper img {
  width: 100%;
  border-radius: 20px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_image_with_text .content-wrapper .image-grid .first {
  grid-column: span 2;
}
section.custom_image_with_text .content-wrapper .image-grid .fifth {
  grid-column: span 3;
}
section.custom_image_with_text .content-wrapper .text-wrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
section.custom_image_with_text .content-wrapper .text-wrapper h1 {
  font-family: var(--primary_font);
  color: #242F6A;
  font-size: 40px;
  font-weight: 600;
  text-align: start;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.custom_image_with_text .content-wrapper .text-wrapper h1 {
    font-size: 32px;
  }
}
section.custom_image_with_text .content-wrapper .text-wrapper p {
  font-family: var(--secondary_font);
  color: #394782;
  font-size: 16px;
  font-weight: 500;
  text-align: start;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.custom_image_with_text .content-wrapper .text-wrapper p {
    font-size: 32px;
  }
}
section.custom_image_with_text .content-wrapper .text-wrapper a {
  text-decoration: none;
  outline: none;
  background-color: #242F6A;
  color: #FFFFFF;
  border: none;
  border-radius: 24px;
  padding: 10px 30px;
}
@media screen and (max-width: 900px){
  section.custom_image_with_text .content-wrapper{
      flex-direction: column-reverse;
  }
  section.custom_image_with_text .content-wrapper .image-grid{
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  section.custom_image_with_text .content-wrapper .text-wrapper{
    width: 100%;
  }
  section.custom_image_with_text .content-wrapper .text-wrapper h1{
    text-align: center;
  }
  section.custom_image_with_text .content-wrapper .text-wrapper p, section.custom_image_with_text .content-wrapper .text-wrapper a{
    display: none;
  }
  section.custom_image_with_text .content-wrapper .image-grid .first{
    grid-column: span 1;
  }
  section.custom_image_with_text .content-wrapper .image-grid .fifth{
    grid-column: span 2;
  }
}

/* CUSTOM COLLECTION GRID CSS */

/* .custom-collection-grid .product-count{
  display: none;
} */

.custom-collection-grid .custom_title h2{
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 48px;
  color: #242F6A;
  line-height: 48px;
  margin: 0;
}
.custom-collection-grid .custom_title h2::first-letter{
}
.custom-collection-grid .facets__form{
  align-items: center;
}
.custom-collection-grid .facets__form .facet-filters__field .select{
  border: 1.25px solid #242F6A;
  padding: 10px 20px;
  border-radius: 25px;
}
.custom-collection-grid .facets__form .facet-filters__field .select .select__select{
  text-align: start;
  font-family: var(--secondary_font);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #242F6A;
  padding: 5px;
}
.custom-collection-grid .facets__form .facet-filters__field .select svg{
  right: 20px;
}
.custom-collection-grid .facets__form .facet-filters__sort:focus-visible, .custom-collection-grid .facets__form .select:focus-visible{
  outline: none;
  box-shadow: unset;
}
.custom-collection-grid .facets__form .facet-filters__label label{
  font-family: var(--secondary_font);
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #242F6A;
}
/* .custom-collection-grid .mobile-facets__wrapper{
  display: none;
} */
.custom-collection-grid ul.grid{
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  @media screen and (max-width: 800px){
    grid-template-columns: repeat(3, 1fr);
  }
  @media screen and (max-width: 500px){
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-collection-grid .card__content {
  display: flex;
  flex-direction: column;
}
.custom-collection-grid ul.grid li{
  width: 100%;
  max-width: unset;
}
.custom-collection-grid .custom_card{
  background: #F9F4EB;
  padding: 10px;
  border-radius: 24px;
}
.custom-collection-grid .custom_card .card__inner{
  background: transparent;
}
.custom-collection-grid .custom_card .card__inner .card__media .media{
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-collection-grid .custom_card .card__inner .card__media .media img{
  max-width: 200px;
  max-height: 200px;
  position: unset;
}
.custom-collection-grid .custom_card .card__information{
  padding: 0;
  grid-row-start: unset;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.custom-collection-grid .custom_card .card__information h3.card__heading{
  height: 100%;
}
.custom-collection-grid .custom_card .card__information .card__heading a{
  font-family: var(--secondary_font);
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-align: center;
  -webkit-box-orient: vertical;
  @media screen and (max-width: 500px){
    font-size: 12px;
  }
}
.custom-collection-grid .custom_card .card__information .card__heading a::first-letter{
}
.custom-collection-grid .custom_card .card__information .price{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.custom-collection-grid .custom_card .card__information .price p.disclaimer{
  line-height: 100%;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
  @media screen and (max-width: 500px;){
    font-size: 10px;
  }
}
.custom-collection-grid .custom_card .card__information .price__sale .price-item--regular{
  /* display: none; */
}
.custom-collection-grid .custom_card .card__information .price__regular, .custom-collection-grid .custom_card .card__information .price-item--sale{
  font-family: var(--secondary_font);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-top: 5px;
  @media screen and (max-width: 500px){
    font-size: 14px;
  }
}
.custom-collection-grid .custom_card .card__content product-form button{
  border: none;
  margin-top: 10px;
  background-color: #242F6A;
  border-radius: 20px;
  line-height: unset;
  height: auto;
  min-height: unset;
  padding: 10px 0;
}
.custom-collection-grid .custom_card .card__content product-form .button:not([disabled]):hover:after, .custom-collection-grid .custom_card .card__content product-form .button:after{
  box-shadow: unset;
}
.custom-collection-grid .custom_card .card__content product-form button span{
  font-family: var(--secondary_font);
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  @media screen and (max-width: 500px){
    font-size: 14px;
  }
}
.custom-collection-grid .badge{
  width: 40px;
  height: 40px;
  top: 0px;
  position: absolute;
  left: 0px;
  background-image: url('/cdn/shop/files/sale-bg.png?v=1740166644');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  display: flex;
  padding: 0;
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px){
  /* .custom-collection-grid .small-hide{
    display: block !important;
  } */
  .custom-collection-grid .facets__form{
    display: flex;
    flex-direction: column;
  }
  .custom-collection-grid .facets__form .facet-filters{
    width: 100%;
    padding: 0;
  }
  .custom-collection-grid .facets__form .facet-filters .facet-filters__field{
    justify-content: space-between;
  }
  .custom-collection-grid .custom_title h2{
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 32px;
  }
}

.custom-collection-grid .facets__disclosure-vertical{
    border-color: #242F6A;
  }
  .custom-collection-grid .facets__summary:hover .facets__summary-label{
    color: #242F6A;
    text-decoration: none;
  }
  .custom-collection-grid .facets__summary span, .custom-collection-grid .facet-checkbox__text, .custom-collection-grid .active-facets__button--light .active-facets__button-inner, .custom-collection-grid .facets__heading{
    color: #242F6A;
    text-decoration: none;
  }
  .custom-collection-grid .facet-checkbox input[type=checkbox]{
    background-color: white;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid #242F6A;
  }
  .custom-collection-grid input.mobile-facets__checkbox{
    background-color: white;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #242F6A;
  }
  .custom-collection-grid .mobile-facets__label>svg{
    background-color: transparent;
    border-radius: 100%;
  }
  .custom-collection-grid .facet-checkbox>svg, .custom-collection-grid .facet-checkbox input[type=checkbox]{
    border-radius: 100%;
  }
  .custom-collection-grid .mobile-facets__inner span, .custom-collection-grid .mobile-facets__summary label, .custom-collection-grid .mobile-facets__sort .select__select{
    color: #242F6A;
  }
  .custom-collection-grid .mobile-facets__footer button{
    background-color: #242F6A;
  }
  .predictive-search, .search-modal__content, .header__search .search_wrapper .field__input{
    background-color: #394782 !important;
  }
  .predictive-search__item-heading, .predictive-search__heading, .predictive-search__item--term, .predictive-search__item--term .icon-arrow{
    color: white !important;
  }
  .facet-filters__field .select__select, .mobile-facets__sort .select__select{
    padding: 0 10px;
  }


/* CUSTOM COLLECTION BANNER */

.custom-collection-banner{
  width: 100%; 
}
.custom-collection-banner .image-wrapper{
  width: 100%;
}
.custom-collection-banner .image-wrapper img{
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  @media screen and (max-width: 768px){
    display: none;
  }
}
.custom-collection-banner .image-wrapper img.responsive{
  display: none;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  @media screen and (max-width: 768px){
    display: block;
  }
}



/* CUSTOM COLLECTION DISPLAY */

section.custom_collection_display {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.custom_collection_display .center-div {
    max-width: 100%;
  }
}
section.custom_collection_display .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
  padding: 50px 30px;
  border-radius: 60px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.custom_collection_display .content-wrapper {
    padding: 50px 0;
    border-radius: 0;
    gap: 15px;
    flex-direction: column;
  }
}
section.custom_collection_display .content-wrapper .heading-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  background: #DBF4A0;
  padding: 30px;
  border-radius: 28px;
}
@media screen and (max-width: 768px) {
  section.custom_collection_display .content-wrapper .heading-container {
    max-width: 95%;
    gap: 5px;
    margin: 0 auto;
    align-items: center;
  }
}
section.custom_collection_display .content-wrapper h1 {
  font-family: var(--primary_font);
  color: var(--custom_b);
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
section.custom_collection_display .content-wrapper h1::first-letter{
}
@media screen and (max-width: 600px) {
  section.custom_collection_display .content-wrapper h1 {
    font-size: 28px;
  }
}
section.custom_collection_display .content-wrapper span, section.custom_collection_display .content-wrapper strong, section.custom_collection_display .content-wrapper .heading-container p {
  color: #252E69;
  font-family: var(--primary_font);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
section.custom_collection_display .content-wrapper .heading-container span, section.custom_collection_display .content-wrapper .heading-container strong, section.custom_collection_display .content-wrapper .heading-container p{
  text-align: start;
  @media screen and (max-width: 768px){
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  section.custom_collection_display .content-wrapper span, section.custom_collection_display .content-wrapper strong, section.custom_collection_display .content-wrapper .heading-container p {
    font-size: 12px;
  }
}
section.custom_collection_display .content-wrapper strong{
  font-weight: 700;
}
section.custom_collection_display .content-wrapper p{
  margin: 0;
  display: flex;
}
section.custom_collection_display .content-wrapper span:empty{
  display: none;
}
section.custom_collection_display .content-wrapper a{
  color: #fff;
  font-family: var(--secondary_font);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: #252E69;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  padding: 15px 30px;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  section.custom_collection_display .content-wrapper a {
    padding: 10px 30px;
    font-size: 12px;
  }
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display {
    margin-top: 10px;
    margin-left: 10px;
  }
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display.less-slides .swiper-scrollbar{
  display: block !important; 
  opacity: 1;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .swiper-slide {
  height: auto;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .swiper-slide:hover {
  transform: unset;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 25px;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  gap: 10px;
  background-color: #FFCBCB;
}
@media screen and (max-width: 600px) {
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper {
    align-items: center;
  }
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  box-shadow: unset;
  margin: 0;
  background: transparent;
  border-radius: unset;
  position: relative;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper .image-wrapper .circular_bg {
  background-color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper .image-wrapper .circular_bg {
    width: 105px;
    height: 105px;
  }
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper .image-wrapper img {
  max-width: 180px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper .image-wrapper img {
    max-width: 130px;
  }
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper a.name {
  font-size: 12px;
  font-family: var(--secondary_font);
  font-weight: 500;
  color: #000;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  background: transparent;
  padding: 0;
  -webkit-box-orient: vertical;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper a.name::first-letter{
}
@media screen and (max-width: 600px) {
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper a.name {
    font-size: 12px;
    text-align: center;
    height: 70px;
  }
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper .price-wrapper{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper .price-wrapper .custom_sale_price{
  display: flex;
  gap: 10px;
  align-items: center;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper p.price {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper p.slashed{
  font-size: 14px;
  line-height: 100%;
  text-decoration: line-through;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper p.disclaimer{
  line-height: 100%;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper p.price {
    font-size: 14px;
    text-align: center;
  }
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper p.disclaimer{
    font-size: 10px;
  }
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper p.slashed{
    font-size: 12px;
  }
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper button {
  border: none;
  background-color: #242F6A;
  border-radius: 20px;
  text-decoration: none;
  width: 100%;
  padding: 5px 30px;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper button span {
  font-size: 14px;
  color: white;
  font-family: var(--secondary_font);
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper button span {
    font-size: 14px;
  }
  section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper button{
    padding: 5px 15px;
  }
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper product-form {
  width: 100%;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper button::after, section.custom_collection_display .content-wrapper .swiper_custom_collection_display .slide-wrapper button:hover::after {
  box-shadow: unset;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .swiper-scrollbar{
  height: 10px;
}
section.custom_collection_display .content-wrapper .swiper_custom_collection_display .swiper-scrollbar .swiper-scrollbar-drag{
  display: block;
  filter: brightness(80%);
}
.header__heading-link{
  padding: 0;
  @media screen and (max-width: 768px){
    margin-left: 50px;
  }
}
.header__heading-logo-wrapper{
  display: flex;
}
section.custom_collection_display .content-wrapper .card__badge span{
  width: 40px;
  height: 40px;
  top: 0px;
  position: absolute;
  left: 0;
  background-image: url('/cdn/shop/files/sale-bg.png?v=1740166644');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  display: flex;
  padding: 0;
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  color: white;
  z-index: 2;
  justify-content: center;
}



/* pickrr-tracking-container{
  max-width: 1100px;
  margin: 0 auto;
} */

quantity-popover .quantity{
  background: transparent;
}


/* CUSTOM MARQUEE */


.marquee-horizontal {
  position: relative;
  z-index: 200;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
}
.track-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 40s linear infinite;
}
@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-text, a.marquee-link {
  margin-right: 4vw;
  flex: 0 0 auto;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  max-height: 40px;
}
.marquee-horizontal .image-wrapper{
  display: flex;
  max-height: 60px;
}
.marquee-horizontal .image-wrapper img{
  max-width: 100%;
  object-fit: contain;
}

/* CUSTOM HORIZONTAL TABS */

section.custom_horizontal_tabs{
  padding: 50px 0 30px 0;
}

.custom_horizontal_tabs .tab {
  background: transparent;
  border: unset;
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping */
  overflow-x: auto; /* Enable horizontal scrolling */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
  justify-content: flex-start; /* Align tabs to the start for scrolling */
  padding: 0 10px; /* Add some padding to avoid edge clipping */
}

.custom_horizontal_tabs .tab::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Webkit browsers (Chrome, Safari) */
}

@media screen and (min-width: 769px) {
  .custom_horizontal_tabs .tab {
    justify-content: center; /* Center tabs on larger screens */
    overflow-x: hidden; /* Disable scrolling on larger screens */
  }
}

.custom_horizontal_tabs .tab button {
  font-family: var(--primary_font);
  font-weight: 500;
  cursor: pointer;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  background: transparent;
  color: #252E69;
  padding: 10px 30px;
  transition: 0.3s;
  border: none;
  border-bottom: 1px solid #394782;
  white-space: nowrap; /* Prevent text from wrapping */
  margin-right: 10px; /* Add spacing between tabs */
}

@media screen and (max-width: 768px) {
  .custom_horizontal_tabs .tab button {
    font-size: 16px;
    padding: 10px 15px;
    margin-right: 8px; /* Slightly smaller spacing on mobile */
  }
}

.custom_horizontal_tabs .tab button:last-child {
  margin-right: 0; /* Remove margin from the last tab */
}

.custom_horizontal_tabs .tab button.active {
  border-bottom: 3px solid #252E69;
}

.custom_horizontal_tabs .tabcontent {
  display: none;
  color: #252E69;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.custom_horizontal_tabs .tabcontent .image-wrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_horizontal_tabs .tabcontent .image-wrapper img{
  object-fit: cover;
  max-width: 60%;
  @media screen and (max-width: 500px){
    max-width: 100%;
  }
}
.custom_horizontal_tabs .tabcontent .tabcontent{
  display: block !important;
  padding: 0;
}
.custom_horizontal_tabs .tabcontent .tabcontent p{
  font-family: var(--primary_font);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #252E69;
  @media screen and (max-width: 768px){
    font-size: 14px;
  }
}
.custom_horizontal_tabs .tabcontent .tabcontent iframe{
  max-width: 100%;
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* CUSTOM TEXT WITH BG */

section.custom_text_with_bg {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 768px){
    padding: 20px 0;
  }
}
section.custom_text_with_bg .center-div{
  padding: 50px;
  display: flex;
  justify-content: center;
  border-radius: 48px;
}
section.custom_text_with_bg .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 700px;
  align-items: center;
  justify-content: center;
}
section.custom_text_with_bg .content-wrapper span.subheading {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  margin: 0;
  text-align: center;
  color: #394782;
  text-transform: capitalize;
}
section.custom_text_with_bg .content-wrapper .content {
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  margin: 0;
  color: #394782;
}
section.custom_text_with_bg .content-wrapper .content p{
  margin: 0;
}
section.custom_text_with_bg .content-wrapper h2.heading {
  font-family: var(--primary_font);
  font-weight: 600;
  margin: 0;
  font-size: 40px;
  line-height: 100%;
  color: #394782;
  text-align: center;
}
@media screen and (max-width: 500px){
  section.custom_text_with_bg .center-div{
    max-width: 100%;
    border-radius: 0px;
    padding: 50px 10px;
  }
  section.custom_text_with_bg .content-wrapper{
      gap: 20px;
  }
  section.custom_text_with_bg .content-wrapper span.subheading{
    font-size: 14px;
  }
  section.custom_text_with_bg .content-wrapper .content{
    font-size: 12px;
  }
  section.custom_text_with_bg .content-wrapper h2.heading{
    font-size: 24px;
  }
}

/* CUSTOM IMAGE WITH RICHTEXT */

section.custom_image_with_richtext {
  width: 100%;
  padding: 50px 0;
}
section.custom_image_with_richtext .content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
}
section.custom_image_with_richtext .content-wrapper .image-wrapper {
  width: 45%;
  display: flex;
}
section.custom_image_with_richtext .content-wrapper .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
section.custom_image_with_richtext .content-wrapper .text-wrapper {
  width: 55%;
  display: flex;
  gap: 25px;
  flex-direction: column;
}

section.custom_image_with_richtext .content-wrapper .text-wrapper .content_block {
  font-family: var(--primary_font);
  font-weight: 400;
  line-height: 140%;
  color: #252E69;
}
section.custom_image_with_richtext .content-wrapper .text-wrapper .content_block p{
  margin: 0;
}
section.custom_image_with_richtext .content-wrapper .text-wrapper .content_block strong{
  font-weight: 600;
}
@media screen and (max-width: 900px){
  section.custom_image_with_richtext .content-wrapper{
    flex-direction: column;
    padding: 0 10px;
  }
  section.custom_image_with_richtext .content-wrapper .image-wrapper, section.custom_image_with_richtext .content-wrapper .text-wrapper{
    width: 100%;
  }
}
@media screen and (max-width: 900px){
  section.custom_image_with_richtext .content-wrapper .text-wrapper{
    gap: 15px;
  }
  section.custom_image_with_richtext .content-wrapper{
    gap: 20px;
  }
}

/* CUSTOM FLIP CARDS */

section.custom_flip_cards {
  width: 100%;
  padding: 50px 0;
}
section.custom_flip_cards .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.custom_flip_cards .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin: 0;
  color: #394782;
}
section.custom_flip_cards .content-wrapper .cards-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.custom_flip_cards .content-wrapper .cards-container .card-wrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.custom_flip_cards .content-wrapper .cards-container .card {
  position: relative;
  height: 400px;
  border-radius: 20px;
  text-align: center;
  background-color: transparent;
  width: 100%;
  max-width: 320px;
}
section.custom_flip_cards .content-wrapper .cards-container .card .face {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 5px solid #252E69;
  transition: transform 0.5s ease-in-out;
  backface-visibility: hidden;
  background: #E7EEF8;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}
section.custom_flip_cards .content-wrapper .cards-container .card:hover .face-front {
  transform: rotateY(-180deg);
}
section.custom_flip_cards .content-wrapper .cards-container .card .face-front{
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  text-align: center;
  color: #394782;
}
section.custom_flip_cards .content-wrapper .cards-container .card .face-back {
  transform: rotateY(180deg);
}
section.custom_flip_cards .content-wrapper .cards-container .card .face-back p{
  font-family: var(--primary_font);
  font-weight: 400;
  line-height: 140%;
  color: #252E69;
  margin: 0;
  text-align: start;
}
section.custom_flip_cards .content-wrapper .cards-container .card:hover .face-back {
  transform: rotateY(0deg);
}

/* CUSTOM FLIP CARDS SLIDER */

section.custom_flip_cards_slider {
  width: 100%;
  padding: 50px 0;
}
section.custom_flip_cards_slider .center-div{
  @media screen and (max-width: 1100px){
    max-width: 100%;
  }
}
section.custom_flip_cards_slider .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 30px;
}
section.custom_flip_cards_slider .content-wrapper .custom-wrapper{
  width: 100%;
  position: relative;
}
section.custom_flip_cards_slider .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin: 0;
  color: #394782;
  @media screen and (max-width: 700px){
    font-size: 28px;
  }
}
section.custom_flip_cards_slider .content-wrapper .custom_flip_cards_swiper {
  width: 100%;
  overflow-x: hidden;
  padding: 0 30px;
  @media screen and (max-width: 1100px){
      padding: 0 10px;
  }
}
section.custom_flip_cards_slider .content-wrapper .custom_flip_cards_swiper .card-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.custom_flip_cards_slider .content-wrapper .custom_flip_cards_swiper .card {
  position: relative;
  height: 400px;
  border-radius: 20px;
  text-align: center;
  background-color: transparent;
  width: 100%;
  max-width: 290px;
}
section.custom_flip_cards_slider .content-wrapper .custom_flip_cards_swiper .card .face {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: transform 0.5s ease-in-out;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: #E7EEF8;
  display: flex;
  align-items: center;
  background-size: cover;
  padding: 20px;
  justify-content: center;
}
section.custom_flip_cards_slider .content-wrapper .custom_flip_cards_swiper .card .face-back {
  transform: rotateY(180deg);
}
section.custom_flip_cards_slider .content-wrapper .custom_flip_cards_swiper .card .face-back p {
  font-family: var(--primary_font);
  font-weight: 400;
  line-height: 140%;
  color: #252E69;
  margin: 0;
  text-align: start;
}
section.custom_flip_cards_slider .content-wrapper .custom_flip_cards_swiper .card .face-front {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #394782;
}
section.custom_flip_cards_slider .content-wrapper .custom_flip_cards_swiper .card:hover .face-front {
  transform: rotateY(-180deg);
}
section.custom_flip_cards_slider .content-wrapper .custom_flip_cards_swiper .card:hover .face-back {
  transform: rotateY(0deg);
}
section.custom_flip_cards_slider .content-wrapper .swiper-button-prev, section.custom_flip_cards_slider .content-wrapper .swiper-button-next {
  display: block !important;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  section.custom_flip_cards_slider .content-wrapper .swiper-button-prev, section.custom_flip_cards_slider .content-wrapper .swiper-button-next {
    display: none !important;
  }
}
section.custom_flip_cards_slider .content-wrapper .swiper-button-prev {
  left: -10px;
}
section.custom_flip_cards_slider .content-wrapper .swiper-button-next {
  right: -10px;
}
section.custom_flip_cards_slider .content-wrapper .swiper-button-next::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/prev-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}
section.custom_flip_cards_slider .content-wrapper .swiper-button-prev::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/next-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}

/* CUSTOM TEXT WITH VIDEO */

section.custom_text_with_video {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 500px){
    padding: 30px 0;
  }
}
section.custom_text_with_video .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.custom_text_with_video .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin: 0;
  color: #394782;
  @media screen and (max-width: 600px){
    font-size: 32px;
  }
}
section.custom_text_with_video .content-wrapper .video-wrapper {
  width: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
section.custom_text_with_video .content-wrapper .video-wrapper video {
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
section.custom_text_with_video .content-wrapper .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.custom_text_with_video .content-wrapper .video-wrapper .play-button img{
  width: 100%;
  object-fit: cover;
}

/* CUSTOM IMAGE WITH TEXT 2 */

section.custom_image_with_text_2 {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 500px){
    padding: 30px 0;
  }
}
section.custom_image_with_text_2 .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  @media screen and (max-width: 500px){
    gap: 20px;
  }
}
section.custom_image_with_text_2 .content-wrapper .heading {
  font-family: var(--primary_font);
  font-weight: 400;
  max-width: 1000px;
  text-align: center;
  line-height: 140%;
  color: #252E69;
}
section.custom_image_with_text_2 .content-wrapper .content {
  font-family: var(--primary_font);
  font-weight: 400;
  color: #252E69;
  line-height: 140%;
}
section.custom_image_with_text_2 .content-wrapper .content p, section.custom_image_with_text_2 .content-wrapper .heading p{
  margin: 0;
}
section.custom_image_with_text_2 .content-wrapper .image-wrapper, section.custom_image_with_text_2 .content-wrapper .responsive-wrapper {
  width: 100%;
}
section.custom_image_with_text_2 .content-wrapper .image-wrapper img, section.custom_image_with_text_2 .content-wrapper .responsive-wrapper img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 48px;
}
section.custom_image_with_text_2 .content-wrapper .responsive-wrapper {
  display: none;
}
@media screen and (max-width: 768px){
  section.custom_image_with_text_2 .content-wrapper .responsive-wrapper{
    display: block;
  }
  section.custom_image_with_text_2 .content-wrapper .image-wrapper{
    display: none;
  }
}

/* CUSTOM LOGO MARQUEE */

section.custom_logo_marquee {
  width: 100%;
  padding: 50px 0;
}
section.custom_logo_marquee .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.custom_logo_marquee .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 32px;
  margin: 0 auto;
  max-width: 720px;
  color: #252E69;
  line-height: 140%;
  text-align: center;
  @media screen and (max-width: 500px){
      font-size: 24px;
      padding: 0 10px;
  }
}
section.custom_logo_marquee .content-wrapper .custom_logo_marquee_swiper {
  overflow-x: hidden;
}
section.custom_logo_marquee .content-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.custom_logo_marquee .content-wrapper .image-wrapper img {
  max-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* CUSTOM CARD GRID */

section.custom_card_grid {
  width: 100%;
  padding: 50px 0;
}
section.custom_card_grid .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
section.custom_card_grid .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  margin: 0;
  text-align: center;
  color: #242F6A;
  @media screen and (max-width: 500px){
      font-size: 32px;
  }
}
section.custom_card_grid .content-wrapper .grid-wrapper {
  width: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  @media screen and (max-width: 800px){
    grid-template-columns: repeat(3, 1fr);
  }
  @media screen and (max-width: 500px){
    grid-template-columns: repeat(2, 1fr);
  }
}
section.custom_card_grid .content-wrapper .grid-wrapper .card-wrapper {
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
  justify-content: center;
  @media screen and (max-width: 800px){
      padding: 10px;
      height: 180px;
  }
  @media screen and (max-width: 500px){
      height: 140px;
  }
}
section.custom_card_grid .content-wrapper .grid-wrapper .card-wrapper .content {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  width: 100%;
  color: #252E69;
  @media screen and (max-width: 800px){
    font-size: 25px;
  }
  @media screen and (max-width: 500px){
    font-size: 22px;
  }
}

/* CUSTOM TEXT WITH BUTTON */

section.custom_text_with_button {
  width: 100%;
  padding: 15px 0;
}
section.custom_text_with_button .content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.custom_text_with_button .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 32px;
  color: #242F6A;
  margin: 0;
  line-height: 100%;
  @media screen and (max-width: 768px){
    font-size: 22px;
  }
  @media screen and (max-width: 500px){
    font-size: 16px;
    text-align: start;
  }
}
section.custom_text_with_button .content-wrapper a {
  outline: none;
  border: unset;
  font-family: var(--secondary_font);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  background-color: #242F6A;
  border-radius: 24px;
  width: 220px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 768px){
    font-size: 14px;
  }
}

/* CUSTOM IMAGE WITH TEXT 3 */

section.custom_image_with_text_3 {
  width: 100%;
  padding: 50px 0;
  margin: 40px 0 0 0;
}
section.custom_image_with_text_3 .content-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
}
section.custom_image_with_text_3 .content-wrapper .text-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.custom_image_with_text_3 .content-wrapper .text-wrapper .content {
  color: #252E69;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.custom_image_with_text_3 .content-wrapper .text-wrapper .content p {
  font-family: var(--secondary_font);
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  color: #252E69;
}
section.custom_image_with_text_3 .content-wrapper .text-wrapper .content p:empty{
  display: block;
}
section.custom_image_with_text_3 .content-wrapper .text-wrapper .content h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 40px;
  margin: 0;
  color: #252E69;
}
section.custom_image_with_text_3 .content-wrapper .text-wrapper a {
  outline: none;
  border: unset;
  font-family: var(--secondary_font);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  background-color: #242F6A;
  border-radius: 24px;
  width: 220px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
section.custom_image_with_text_3 .content-wrapper .image-wrapper, section.custom_image_with_text_3 .content-wrapper .responsive-wrapper {
  width: 40%;
  display: flex;
}
section.custom_image_with_text_3 .content-wrapper .image-wrapper img,section.custom_image_with_text_3 .content-wrapper .responsive-wrapper img {
  max-width: 100%;
  border-radius: 24px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_image_with_text_3 .content-wrapper .responsive-wrapper {
  display: none;
}
@media screen and (max-width: 800px){
  section.custom_image_with_text_3 .content-wrapper{
    flex-direction: column;
  }
  section.custom_image_with_text_3 .content-wrapper .text-wrapper, section.custom_image_with_text_3 .content-wrapper .responsive-wrapper{
    width: 100%;
  }
  section.custom_image_with_text_3 .content-wrapper .image-wrapper{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  section.custom_image_with_text_3 .content-wrapper .responsive-wrapper{
    display: block;
  }
  section.custom_image_with_text_3 .content-wrapper .image-wrapper{
    display: none;
  }
  section.custom_image_with_text_3 .content-wrapper .text-wrapper a {
    font-size: 14px;
    width: 140px;
    padding: 5px;
  }
}

/* INITIAL LINKS FOR COLLECTION AND PRODUCT */

.initial_links{
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 0 0 20px 10px;
  @media scree and (max-width: 500px){
    justify-content: center;
  }
}
.initial_links a, .initial_links p{
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #394782;
  line-height: 100%;
  margin: 0;
}

footer.custom-footer .list-social__link{
  color: #252E69 !important;
  @media screen and (max-width: 500px){
    padding: 10px !important;
  }
}
footer.custom-footer .list-social{
  flex-wrap: nowrap;
}


section.custom-sticky-buttons {
  position: fixed;
  z-index: 99;
  transform: translate(-50%, -50%);
  bottom: 20px;
  right: 0px;
  display: flex;
  gap: 10px;
  @media screen and (max-width: 500px){
    right: -40px;
  }
}
section.custom-sticky-buttons a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.2s;
}
section.custom-sticky-buttons a:hover{
  transform: scale(1.05);
  transition: all 0.2s;
}
section.custom-sticky-buttons a img{
  max-width: 100%;
  object-fit: cover;
}

/* CUSTOM CONTACT INFO */

section.custom-contact-info {
  width: 100%;
}
@media screen and (max-width: 1100px){
  section.custom-contact-info .center-div{
    max-width: 100%;
  }
}
section.custom-contact-info .content-wrapper {
  width: 100%;
  padding: 50px 80px;
  border-radius: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #E3EDBF;
  gap: 10px;
  @media screen and (max-width: 768px){
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0;
    padding: 40px 30px;
  }
}
section.custom-contact-info .content-wrapper .column-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.custom-contact-info .content-wrapper .column-wrapper:first-child{
  grid-column: span 2;
}
section.custom-contact-info .content-wrapper .column-wrapper .text-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
section.custom-contact-info .content-wrapper .column-wrapper h2 {
  font-family: var(--primary_font);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #252E69;
  margin: 0;
  @media screen and (max-width: 768px){
    font-size: 20px;
  }
}
section.custom-contact-info .content-wrapper .column-wrapper a {
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #252E69;
  text-align: start;
  text-decoration: none;
  @media screen and (max-width: 768px){
    font-size: 16px;
  }
}

/* CUSTOM CONTACT FORM CSS */

.custom-contact{
  display: flex;
  gap: 50px;
}
.custom-contact h2{
  color: #252E69;
  @media screen and (max-width: 500px){
    text-align: center;
  }
}
.custom-contact h2 p{
  margin: 0;
}
.custom-contact .contact-form-image{
  width: 50%;
  padding: 30px;
  display: flex;
}
.custom-contact .contact-form-image img{
  max-width: 100%;
  object-fit: cover;
}
.custom-contact .page-width--narrow{
  width: 50%;
  max-width: unset;
  padding: 30px;
}

.custom-contact .field{
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
}
.custom-contact .field:after, .custom-contact .field:hover:after, .custom-contact .field .field__input:focus-visible{
  box-shadow: none;
}
.custom-contact .field .field__input, .custom-contact .field .field__input option{
  border: 1px solid #252E69;
  border-radius: 12px;
  padding: 10px;
  height: unset;
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #252E69;
}
.custom-contact .field .field__input::placeholder{
  color: #848BBE;
  opacity: 1;
}
.custom-contact .field .field__label{
  position: static;
  font-family: var(--primary_font);
  font-weight: 400;
  font-size: 20px;
  color: #252E69;
  line-height: 100%;
  @media screen and (max-width: 500px){
    font-size: 16px;
  }
}
.custom-contact .field .field__input:focus~.field__label{
  font-size: 20px;
  letter-spacing: unset;
  @media screen and (max-width: 500px){
    font-size: 16px;
  }
}
.custom-contact .contact__button button{
  font-family: var(--secondary_font);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: #242F6A;
  border-radius: 24px;
  text-align: center;
  color: #fff;
}
.custom-contact .contact__button button:after, .custom-contact .contact__button button:hover:after{
  box-shadow: none;
}
@media screen and (max-width: 900px){
  .custom-contact{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .custom-contact .contact-form-image{
    width: 100%;
    max-width: 700px;
  }
  .custom-contact .page-width--narrow{
    width: 100%;
    max-width: 700px;
    
  }
}
@media screen and (max-width: 500px){
  .custom-contact .page-width--narrow{
    padding-top: 0px;
  }
}

/* POLICY PAGES */

.shopify-policy__container{
  max-width: 1100px;
}
.shopify-policy__container h1{
  font-family: var(--primary_font);
  color: #242F6A;
  font-size: 40px;
  font-weight: 600;
  @media screen and (max-width: 600px) {
    font-size: 32px;
  }
}
.shopify-policy__container p{
  font-family: var(--secondary_font);
  color: #394782;
  font-size: 16px;
  font-weight: 500;
}

/* Custom share button links */

/* Styling for the Share Button */
.custom-product .share-button {
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 20px;
  height: 20px;
  padding: 0;
}
.custom-product .custom-share-buttons{
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 50px;
  height: 20px;
  margin-left: 10px;
  margin-top: 10px;
  gap: 10px;
  padding: 0;
}
.custom-product .custom-share-buttons .iWishAddColl{
  position: static;
  width: 20px;
  height: 20px;
}
.custom-product .share-button img{
    max-width: 100%;
    max-height: 100%; 
}
.custom-product .share-button:hover {
    transform: scale(1.1);
}
.custom-product .product__title.wrapper{
  display: flex;
}

/* SNIZE PRODUCT FILTER CSS */

#snize-search-results-grid-mode li.snize-product, #snize-search-results-grid-mode span.snize-overhidden, #snize-search-results-grid-mode span.snize-thumbnail{
  border-radius: 20px;
}
#snize-search-results-grid-mode li.snize-product span.snize-title{
  height: 100%;
}
div.snize li.snize-product .snize-price-list .snize-price, div.snize li.snize-product .snize-price-list .snize-discounted-price{
  font-size: 20px;
}
div.snize li.snize-product .snize-price-list .snize-discounted-price{
  font-size: 14px;
}
#snize-search-results-grid-mode li.snize-product span.snize-title{
  font-size: 16px;
  font-weight: 500;
}
#snize-search-results-grid-mode span.snize-description{
  display: none;
}
#snize-search-results-grid-mode li.snize-product{
  background-color: 
}

/* SEARCH BAR PAGE CONTENT */

.custom_search .card__content{
  display: flex;
  flex-direction: column;
}
.custom_search ul.grid{
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  @media screen and (max-width: 800px){
    grid-template-columns: repeat(2, 1fr);
  }
  @media screen and (max-width: 500px){
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom_search ul.grid li{
  width: 100%;
  max-width: unset;
}
.custom_search .custom_card{
  background: #F9F4EB;
  padding: 10px;
  border-radius: 24px;
}
.custom_search .custom_card .card__inner{
  background: transparent;
}
.custom_search .custom_card .card__inner .card__media .media{
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_search .custom_card .card__inner .card__media .media img{
  max-width: 200px;
  max-height: 200px;
  position: unset;
}
.custom_search .custom_card .card__information{
  padding: 0;
  grid-row-start: unset;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.custom_search .custom_card .card__information h3.card__heading{
  height: 100%;
}
.custom_search .custom_card .card__information .card__heading a{
  font-family: var(--secondary_font);
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-align: center;
  -webkit-box-orient: vertical;
  @media screen and (max-width: 500px){
    font-size: 12px;
  }
}
.custom_search .custom_card .card__information .card__heading a::first-letter{
}
.custom_search .custom_card .card__information .price{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.custom_search .custom_card .card__information .price p.disclaimer{
  line-height: 100%;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: #000;
  margin: 0;
  @media screen and (max-width: 500px;){
    font-size: 10px;
  }
}
.custom_search .custom_card .card__information .price__sale .price-item--regular{
  /* display: none; */
}
.custom_search .custom_card .card__information .price__regular, .custom_search .custom_card .card__information .price-item--sale{
  font-family: var(--secondary_font);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-top: 5px;
  @media screen and (max-width: 500px){
    font-size: 14px;
  }
}
.custom_search .custom_card .card__content product-form button{
  border: none;
  margin-top: 10px;
  background-color: #242F6A;
  border-radius: 20px;
  line-height: unset;
  height: auto;
  min-height: unset;
  padding: 10px 0;
}
.custom_search .custom_card .card__content product-form button span{
  font-family: var(--secondary_font);
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}
.custom_search .custom_card .card__content product-form .button:not([disabled]):hover:after, .custom_search .custom_card .card__content product-form .button:after{
  box-shadow: unset;
}
.custom_search .badge{
  width: 40px;
  height: 40px;
  top: 0px;
  position: absolute;
  left: 0px;
  background-image: url('/cdn/shop/files/sale-bg.png?v=1740166644');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  display: flex;
  padding: 0;
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.custom_search .facets__disclosure-vertical{
  border-color: #242F6A;
}
.custom_search .facets__summary:hover .facets__summary-label{
  color: #242F6A;
  text-decoration: none;
}
.custom_search .facets__summary span, .custom_search .facet-checkbox__text, .custom_search .active-facets__button--light .active-facets__button-inner, .custom_search .facets__heading{
  color: #242F6A;
  text-decoration: none;
}
.custom_search .facet-checkbox input[type=checkbox]{
  background-color: white;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #242F6A;
}
.custom_search input.mobile-facets__checkbox{
  background-color: white;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #242F6A;
}
.custom_search .mobile-facets__label>svg{
  background-color: transparent;
  border-radius: 100%;
}
.custom_search .facet-checkbox>svg, .custom_search .facet-checkbox input[type=checkbox]{
  border-radius: 100%;
}
.custom_search .mobile-facets__inner span, .custom_search .mobile-facets__summary label, .custom_search .mobile-facets__sort .select__select{
  color: #242F6A;
}
.custom_search .mobile-facets__footer button{
  background-color: #242F6A;
}
.predictive-search, .search-modal__content, .header__search .search_wrapper .field__input{
  background-color: #394782 !important;
}
.predictive-search__item-heading, .predictive-search__heading, .predictive-search__item--term, .predictive-search__item--term .icon-arrow{
  color: white !important;
}
.facet-filters__field .select__select, .mobile-facets__sort .select__select{
  padding: 0 10px;
}

/* SPECIAL CSS WITH SECTION ID */

#pincode-input:focus-visible{
  box-shadow: unset;
  outline: none;
}

/* VEEBA'S EBOOK PAGE */

.sdd-download-button{
  border: none;
  margin-top: 10px;
  background-color: #242F6A;
  border-radius: 20px;
  line-height: unset;
  height: auto;
  min-height: unset;
  cursor: pointer;
  font-size: 16px !important;
  color: white;
}
.sdd-download-product, sdd-download-file{
  color: #242F6A;
}

/* Veeba food service page, icon block section */
section.template--19112441282797__custom_icon_block_afbRmK{
  padding-bottom: 0;
}
section.template--19112441282797__custom_icon_block_afbRmK .icon-box{
  gap: 10px;
}

/* CUSTOM ORDER TRACKING */

.custom-order-tracking .grid__item{
  max-width: 100%;
}

.custom-order-tracking h6{
  font-family: var(--primary_font) !important;
}

.custom_search .predictive-search--search-template{
  z-index: 3;
}


.facets__price{
  flex-direction: column;
}
.range-slider {
    position: relative;
    width: 100%;
}

.range-slider__input {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    top: -10px;
    z-index: 2;
}

.range-slider__input::-webkit-slider-thumb {
    pointer-events: all;
    width: 15px;
    height: 15px;
    background: #242F6A;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.range-slider__track {
    position: absolute;
    height: 5px;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    width: 100%;
    z-index: 1;
}

.range-slider__range {
    position: absolute;
    height: 5px;
    background: #242F6A;
    top: 50%;
    transform: translateY(-50%); 
    z-index: 2;
    display: block !important;
    border-radius: 5px;
}

.range-slider__values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 15px;
    color: #242F6A;
}

.range-slider__labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #242F6A;
}

.slider-tooltip {
    font-size: 12px;
    color: #242F6A;
    margin-top: 0px;
}


.iWishAddColl.iwishAdded svg path{
  fill: #E3365E !important;
  stroke: #E3365E !important;
}
.iWishAddColl svg path{
  stroke: #E3365E !important;
}
header.custom-header .desktop-localization-wrapper .iwishDrawer{
  display: flex !important;
}
header.custom-header .desktop-localization-wrapper .iwishDrawer svg{
  width: 20px;
  height: 20px;
}

/* Wishlist Drawer */

#iwish-drawer-root .wishlist-drawer-container .iwish-drawer-menu{
  color: #252e69;
}
#iwish-drawer-root .wishlist-drawer-container .add_to_cart{
  transition: all 0.2s;
  background-color: #252e69;
  color: #fff;
  border-radius: 12px;
}
#iwish-drawer-root .wishlist-drawer-container .add_to_cart:hover{
  background-color: #252e69;
  transition: all 0.2s;
}
#iwish-drawer-root .wishlist-drawer-container p.product-title a, #iwish-drawer-root .wishlist-drawer-container .price_Container .price-regular span, #iwish-drawer-root .wishlist-drawer-container .qty-input{
  color: #252e69;
}
.iWishAddColl{
  z-index: 3 !important;
}
#iwish-drawer-root .iwish-title_container svg{
  fill: #fff;
}
#iwish-drawer-root .mst-drawer-title-text, #iwish-drawer-root .login_msg, #iwish-drawer-root .iwish-drawer-menu #dropdown-basic{
  color: #fff;
  border-color: transparent;
}
#iwish-drawer-root .mst-drawer-title-text{
  text-transform: uppercase;
}
#iwish-drawer-root .iwish-drawer-menu .wish-drawer-header{
  background-color: #252e69 !important;
}
#iwish-drawer-root .iwish-drawer-menu .wish-drawer-title .closeNewCatWrapper{
  display: flex;
}
#iwish-drawer-root .iwish-drawer-menu .wish-drawer-title .closeNewCatWrapper svg{
  fill: white;
  height: 100%;
}
#iwish-drawer-root .iwish-drawer-menu .paginationContainer .continue-shopping-btn, #iwish-drawer-root .iwish-drawer-menu .paginationContainer .addToCart-btn{
  transition: all 0.2s;
  background-color: #252e69;
  color: #fff;
  border-radius: 12px;
}
#iwish-drawer-root .iwish-drawer-menu .paginationContainer .continue-shopping-btn:hover, #iwish-drawer-root .iwish-drawer-menu .paginationContainer .addToCart-btn:hover{
  background-color: #252e69;
  color: #fff;
  transition: all 0.2s;
}
#iwish-drawer-root .social-media{
  display: none !important;
}

section.custom-account{
  display:flex;
  gap: 15px;
  margin-top: 20px;
}
section.custom-account .tab {
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
section.custom-account .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  text-align: left;
  cursor: pointer;
  border: none;
  transition: 0.3s;
}
section.custom-account .tab button:hover {
  background-color: #394782;
  color: #fff;
}
section.custom-account .tab button.active {
  background-color: #394782;
  color: #fff;
}
section.custom-account .tab button:after{
  box-shadow: unset;
}
section.custom-account .tabcontent {
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 70%;
  border-left: none;
}

/* RICHTEXT WITH SLIDER */

section.richtext-with-slider {
  width: 100%;
}
section.richtext-with-slider .content-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  @media screen and (max-width: 1000px){
      grid-template-columns: repeat(1, 1fr);
      padding: 0 20px;
  }
}
section.richtext-with-slider .content-wrapper .richtext-container {
  width: 100%;
  display: flex;
  background-color: #F2FF66;
  flex-direction: row-reverse;
  border-radius: 0 20px 20px 0;
  align-items: center;
  padding: 20px;
  gap: 20px;
  @media screen and (max-width: 1000px){
      border-radius: 20px;
      justify-content: center;
  }
  @media screen and (max-width: 768px){
      flex-direction: column-reverse;
  }
}
section.richtext-with-slider .content-wrapper .richtext-container .image-wrapper {
  width: 100%;
  max-width: 350px;
  display: flex;
  border-radius: 16px;
  align-items: center;
  height: 350px;
  @media screen and (max-width: 1200px){
    max-width: 250px;
    height: 250px;
  }
  @media screen and (max-width: 1000px){
      max-width: 350px;
      height: 350px;
  }
  @media screen and (max-width: 768px){
      max-width: 100%;
      height: 250px;
  }
}
section.richtext-with-slider .content-wrapper .richtext-container .image-wrapper img {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.richtext-with-slider .content-wrapper .richtext-container .text-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
  @media screen and (max-width: 768px){
      width: 100%;
      gap: 15px;
  }
}
section.richtext-with-slider .content-wrapper .richtext-container .text-wrapper span {
  font-family: var(--primary_font);
  font-weight: 400;
  font-size: 18px;
  color: #394782;
  line-height: 100%;
  @media screen and (max-width: 768px){
    font-size: 14px;
  }
}
section.richtext-with-slider .content-wrapper .richtext-container .text-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 32px;
  color: #394782;
  line-height: 125%;
  margin: 0;
  @media screen and (max-width: 768px){
    font-size: 24px;
  }
}
section.richtext-with-slider .content-wrapper .richtext-container .text-wrapper .section-text {
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #252E69;
  letter-spacing: 0%;
  @media screen and (max-width: 768px){
    font-size: 14px;
  }
}
section.richtext-with-slider .content-wrapper .richtext-container .text-wrapper .section-text p{
  margin: 0;
}
section.richtext-with-slider .content-wrapper .slider-container {
  width: 100%;
  display: flex;
  overflow-x: hidden;
}
section.richtext-with-slider .content-wrapper .slider-container .richtext_swiper{
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
section.richtext-with-slider .content-wrapper .slider-container .swiper-slide {
  border-radius: 20px;
}
section.richtext-with-slider .content-wrapper .slider-container .swiper-slide .card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #F9F4EB;
  border-radius: 20px;
  box-sizing: border-box;
  height: 100%;
}
section.richtext-with-slider .content-wrapper .slider-container .swiper-slide .card-wrapper .image-wrapper {
  width: 100%;
  border-radius: 16px;
  display: flex;
}
section.richtext-with-slider .content-wrapper .slider-container .swiper-slide .card-wrapper .image-wrapper img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  max-height: 220px;
  height: 100%;
  aspect-ratio: 16 / 9;
}
section.richtext-with-slider .content-wrapper .slider-container .swiper-slide .card-wrapper .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  gap: 20px;
  height: 100%;
  @media screen and (max-width: 768px){
    padding: 15px;
  }
}
section.richtext-with-slider .content-wrapper .slider-container .swiper-slide .card-wrapper .text-wrapper h2 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 18px;
  color: #394782;
  margin: 0;
  line-height: 125%;
  height: 100%;
  @media screen and (max-width: 768px){
    font-size: 14px;
  }
}
section.richtext-with-slider .content-wrapper .slider-container .swiper-slide .card-wrapper .text-wrapper a {
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #E3365E;
  letter-spacing: 0%;
  text-decoration: none;
}
section.richtext-with-slider .content-wrapper .slider-container .swiper-scrollbar{
  height: 10px;
  border-radius: 12px;
  background: #F2FF66;
}
section.richtext-with-slider .content-wrapper .slider-container .swiper-scrollbar .swiper-scrollbar-drag{
  background: #D8E82E;
  display: block;
}

.whatmore-root p{
  margin-bottom: 30px;
}
.wht-prod-info p{
  margin-bottom: 00px;
}
.chakra-stack p{
  margin-bottom: 0px;
}
.wht-hide-scrollbar .whatmore-event-tile-horizontal-swipe-animation-next div:first-child{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
  border-radius: 20px !important;
}
.wht-hide-scrollbar .whatmore-event-tile-horizontal-swipe-animation-next .wht-prod-info{
  padding: 12px 10px !important;
}
.whatmore-root button{
  background-color: #242F6A !important;
}

a#HeaderDrawer-shop-shop-all .image-wrapper:nth-child(2){
  display: none;
}

/* TESTIMONIAL CARD SLIDER */

section.testimonial_card {
  width: 100%;
  padding: 50px 0;
}
section.testimonial_card h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #242F6A;
  margin: 0;
}
section.testimonial_card .center-div{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding: 0 45px;
  @media screen and (max-width: 768px) {
    padding: 0;
  }
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 20px 10px;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .svg-wrapper{
  display: flex;
  position: absolute;
  left: 30px;
  top: 30px;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .text-container {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .text-container .text-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  text-align: right;
  line-height: 110%;
  font-size: 15px;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .text-container .review-stars {
  width: 100%;
  display: flex;
  margin: 20px 0 10px 0;
  justify-content: flex-end;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .text-container .review-stars img {
  width: 100%;
  max-width: 100%;
  justify-content: flex-end;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .text-container p.name {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #252E69;
  margin: 0;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .text-container a.icon-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  outline: none;
  border: none;
  padding: 5px;
  max-width: 15px;
  border-radius: 5px;
  background-color: #fff;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .text-container a.icon-wrapper img{
  width: 100%;
  max-width: 100%;
  justify-content: flex-end;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .image-wrapper {
  max-width: 160px;
  height: 200px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-slide .card-wrapper .image-wrapper img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-button-prev, section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-button-next {
  display: block !important;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-button-prev, section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-button-next {
    display: none !important;
  }
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-button-prev {
  left: 0px;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-button-next {
  right: 0px;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-button-next::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/prev-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}
section.testimonial_card .content-wrapper .testimonial_card_swiper .swiper-button-prev::after {
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  background-image: url("/cdn/shop/files/next-arrow.png?v=1739565706");
  background-size: contain;
  background-repeat: no-repeat;
}

/* CUSTOM RICHTEXT */

.custom-richtext {
  width: 100%;
  display: flex;
}
.custom-richtext .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.custom-richtext .center-div{
  width: 100%;
  display: flex;
}
.custom-richtext .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #242F6A;
  margin: 0;
}
.custom-richtext .content-wrapper .sub-heading {
  color: var(--custom_b);
  font-family: var(--primary_font);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.custom-richtext .content-wrapper .sub-heading p{
  margin: 0;
}
@media screen and (max-width: 600px) {
  .custom-richtext .content-wrapper .sub-heading {
    font-size: 14px;
  }
}

/* CUSTOM KOREAN LANDING */

section.custom_korean_landing {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 500px){
    padding: 30px 0;
  }
}
section.custom_korean_landing .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  @media screen and (max-width: 500px){
    gap: 20px;
  }
}
section.custom_korean_landing .content-wrapper .heading {
  font-family: var(--primary_font);
  font-weight: 700;
  max-width: 1000px;
  text-align: center;
  line-height: 130%;
  color: #F9F6F2;
}
section.custom_korean_landing .content-wrapper .heading strong{
  color: #E63946;
}
section.custom_korean_landing .content-wrapper .content {
  font-family: var(--primary_font);
  font-weight: 400;
  color: #252E69;
  line-height: 140%;
}
section.custom_korean_landing .content-wrapper .content p, section.custom_korean_landing .content-wrapper .heading p{
  margin: 0;
}
section.custom_korean_landing .content-wrapper .image-wrapper, section.custom_korean_landing .content-wrapper .responsive-wrapper {
  width: 100%;
  display: flex;
}
section.custom_korean_landing .content-wrapper .image-wrapper img, section.custom_korean_landing .content-wrapper .responsive-wrapper img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_korean_landing .content-wrapper .responsive-wrapper {
  display: none;
}
@media screen and (max-width: 768px){
  section.custom_korean_landing .content-wrapper .responsive-wrapper{
    display: flex;
  }
  section.custom_korean_landing .content-wrapper .image-wrapper{
    display: none;
  }
}

/* CUSTOM IMAGE WITH RICHTEXT 2 */

section.custom_image_with_richtext2 {
  width: 100%;
  padding: 50px 0;
  @media screen and (max-width: 500px){
    padding: 30px 0;
  }
}
section.custom_image_with_richtext2 .content-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
  max-width: 1250px;
  margin: 0 auto;
  @media screen and (max-width: 500px){
    gap: 20px;
  }
}
section.custom_image_with_richtext2 .content-wrapper .text-container{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
}
section.custom_image_with_richtext2 .content-wrapper .heading {
  font-family: var(--primary_font);
  font-weight: 600;
  max-width: 1000px;
  text-align: center;
  line-height: 100%;
  color: #E9222B;
}
section.custom_image_with_richtext2 .content-wrapper .content {
  font-family: 'Space Grotesk';
  font-weight: 500;
  color: #1A1A1A;
  line-height: 140%;
}
section.custom_image_with_richtext2 .content-wrapper .content em{
  font-size: 24px;
  font-style: normal;
}
section.custom_image_with_richtext2 .content-wrapper .content strong{
  color: #252E69;
}
section.custom_image_with_richtext2 .content-wrapper .content p, section.custom_image_with_richtext2 .content-wrapper .heading p{
  margin: 0;
  text-align: center;
}
section.custom_image_with_richtext2 .content-wrapper .image-wrapper, section.custom_image_with_richtext2 .content-wrapper .responsive-wrapper {
  width: 25%;
}
section.custom_image_with_richtext2 .content-wrapper .image-wrapper img, section.custom_image_with_richtext2 .content-wrapper .responsive-wrapper img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_image_with_richtext2 .content-wrapper .responsive-wrapper img{
  max-width: 50%;
}
section.custom_image_with_richtext2 .content-wrapper .responsive-wrapper {
  display: none;
}
@media screen and (max-width: 900px){
  section.custom_image_with_richtext2 .content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  section.custom_image_with_richtext2 .content-wrapper .responsive-wrapper{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  section.custom_image_with_richtext2 .content-wrapper .image-wrapper{
    display: none;
  }
  section.custom_image_with_richtext2 .content-wrapper .text-container{
    width: 100%;
  }
}

/* CUSTOM PRODUCT SLIDER */

section.custom_product_slider {
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.custom_product_slider .top-image{
  margin-bottom: -10px;
}
section.custom_product_slider .top-image, section.custom_product_slider.bottom-image{
  width: 100%;
  object-fit: cover;
}
section.custom_product_slider .section-wrapper{
  background: #FFD522;
}
section.custom_product_slider .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 30px;
  border-radius: 60px;
  gap: 30px;
}
section.custom_product_slider .content-wrapper .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.custom_product_slider .content-wrapper .text-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #242F6A;
  margin: 0;
  @media screen and (max-width: 500px){
    font-size: 38px;
  }
}
section.custom_product_slider .content-wrapper .text-wrapper p {
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #252E69;
  text-align: center;
  margin: 0;
}
section.custom_product_slider .content-wrapper .custom_product_swiper_outer_wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  justify-content: center;
  gap: 20px; /* spacing between arrows and swiper */
  overflow: visible;
}
section.custom_product_slider .content-wrapper .custom_product_swiper_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow-x: clip;
}
section.custom_product_slider .content-wrapper .custom_product_swiper {
  width: 100%;
  /* overflow-x: hidden; */
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  padding: 50px 40px;
}
section.custom_product_slider .content-wrapper .custom_product_swiper .swiper-slide{
  transition: transform 0.3s ease;
  flex-shrink: 0;
  z-index: 1;
}
section.custom_product_slider .content-wrapper .custom_product_swiper .swiper-slide.is-center {
  transform: scale(1.25);
  z-index: 10;
  transition: transform 0.3s ease;
}
section.custom_product_slider .content-wrapper .custom_product_swiper .swiper-slide .image-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: unset;
  border-radius: unset;
  position: relative;
}
section.custom_product_slider .content-wrapper .custom_product_swiper .swiper-slide .image-wrapper img {
  max-width: 100%;
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_product_slider .content-wrapper .swiper-button-prev, section.custom_product_slider .content-wrapper .swiper-button-next {
  width: 72px;
  height: 36px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
section.custom_product_slider .content-wrapper .swiper-button-prev img, section.custom_product_slider .content-wrapper .swiper-button-next img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.custom_product_slider .content-wrapper .swiper-button-prev:after, section.custom_product_slider .content-wrapper .swiper-button-next:after{
  content: '';
}
@media (max-width: 768px) {
  section.custom_product_slider .content-wrapper .swiper-button-prev, section.custom_product_slider .content-wrapper .swiper-button-next {
    display: none;
  }
}

/* CUSTOM SLIDER WITH IMAGE  */

section.custom_slider_with_image {
  width: 100%;
  padding: 50px 0;
}
section.custom_slider_with_image .content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  @media screen and (max-width: 600px){
      flex-direction: column;
  }
}
section.custom_slider_with_image .content-wrapper .left-section {
  width: 30%;
  display: flex;
  @media screen and (max-width: 900px){
    width: 40%;
  }
  @media screen and (max-width: 600px){
    width: 60%;
  }
}
section.custom_slider_with_image .content-wrapper .left-section .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.custom_slider_with_image .content-wrapper .left-section .image-wrapper img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_slider_with_image .content-wrapper .slider_with_image_swiper {
  width: 70%;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  gap: 10px;
  @media screen and (max-width: 900px){
    width: 60%;
  }
  @media screen and (max-width: 600px){
    width: 100%;
  }
}
section.custom_slider_with_image .content-wrapper .slider_with_image_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.custom_slider_with_image .content-wrapper .slider_with_image_swiper .swiper-slide .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.custom_slider_with_image .content-wrapper .slider_with_image_swiper .swiper-slide .slide-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.custom_slider_with_image .content-wrapper .slider_with_image_swiper .swiper-slide .slide-wrapper .image-wrapper img {
  max-width: 100%;
  z-index: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_slider_with_image .content-wrapper .slider_with_image_swiper .swiper-slide .slide-wrapper .image-wrapper .curve-bg {
  position: absolute;
  width: 80%;
  height: 80%;
  bottom: 0;
  border-radius: 64px 2px 64px 2px;
  z-index: 1;
  display: flex;
}
section.custom_slider_with_image .content-wrapper .slider_with_image_swiper .swiper-slide .slide-wrapper a.product-title {
  font-family: "Space Grotesk";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #1A1A1A;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}
section.custom_slider_with_image .content-wrapper .slider_with_image_swiper .swiper-nav-arrows{
  width: 100%;
  display: flex;
  height: 40px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  @media screen and (max-width: 600px){
      justify-content: space-between;
  }
}
section.custom_slider_with_image .content-wrapper .swiper-button-prev, section.custom_slider_with_image .content-wrapper .swiper-button-next {
  width: 72px;
  height: 36px;
  flex-shrink: 0;
  cursor: pointer;
  position: static;
  display: flex;
  /* position: relative; */
}
section.custom_slider_with_image .content-wrapper .swiper-button-prev img, section.custom_slider_with_image .content-wrapper .swiper-button-next img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.custom_slider_with_image .content-wrapper .swiper-button-prev:after, section.custom_slider_with_image .content-wrapper .swiper-button-next:after{
  content: '';
}

/* CUSTOM PRODUCT SLIDER ALT */

section.custom_product_slider_alt {
  width: 100%;
  padding: 50px 0;
}
section.custom_product_slider_alt .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
section.custom_product_slider_alt .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #F83428;
  margin: 0;
}
section.custom_product_slider_alt .content-wrapper p {
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #F83428;
  text-align: center;
  margin: 0;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt {
  width: 100%;
  overflow-x: hidden;
  margin-top: 20px;
  position: relative;
  gap: 10px;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-slide .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  gap: 10px;
  background-color: #FFD5D3;
  border-radius: 48px 2px 48px 2px;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-slide .slide-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px 2px 38px 38px;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-slide .slide-wrapper .image-wrapper img {
  max-width: 100%;
  width: 100%;
  border-radius: 48px 2px 38px 38px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-slide .slide-wrapper .text-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  gap: 10px;
  padding: 10px;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-slide .slide-wrapper h2 {
  font-family: "Space Grotesk";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #100101;
  margin: 0px;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-slide .slide-wrapper span {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #100101;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-nav-arrows {
  width: 100%;
  display: flex;
  height: 40px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-nav-arrows {
    justify-content: space-between;
  }
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-button-prev, section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-button-next {
  width: 72px;
  height: 36px;
  flex-shrink: 0;
  cursor: pointer;
  position: static;
  display: flex;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-button-prev img, section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-button-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-button-prev:after, section.custom_product_slider_alt .content-wrapper .custom_product_swiper_alt .swiper-button-next:after {
  content: "";
}

/* CUSTOM FEATURED PRODUCT */

section.custom_featured_product {
  width: 100%;
  padding: 50px 0;
}
section.custom_featured_product .content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.custom_featured_product .content-wrapper .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.custom_featured_product .content-wrapper .text-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #1C0601;
  margin: 0;
  @media screen and (max-width: 500px){
    font-size: 38px;
  }
}
section.custom_featured_product .content-wrapper .text-wrapper p {
  font-family: "Space Grotesk";
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  text-align: center;
  margin: 0;
  @media screen and (max-width: 500px){
    font-size: 22px;
  }
}
section.custom_featured_product .content-wrapper .product-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  @media screen and (max-width: 800px){
    flex-direction: column;
  }
}
section.custom_featured_product .content-wrapper .product-wrapper .image-wrapper {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 800px){
      width: 50%;
  }
  @media screen and (max-width: 500px){
      width: 100%;
  }
}
section.custom_featured_product .content-wrapper .product-wrapper .image-wrapper img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 20px;
  gap: 20px;
  @media screen and (max-width: 800px){
      width: 100%;
  }
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info a.product-title {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #1C0601;
  text-decoration: none;
  @media screen and (max-width: 500px){
    font-size: 26px;
  }
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info .price-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info .price-wrapper h2 {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  margin: 0;
  color: #1C0601;
  @media screen and (max-width: 500px){
    font-size: 26px;
  }
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info .price-wrapper span {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1C0601;
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info .product-description {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #1C0601;
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info .info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info .info-wrapper .info-block {
  width: 30%;
  display: flex;
  flex-direction: column;
  font-family: "Space Grotesk";
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info product-form button{
  border: none;
  background-color: #E9222B;
  border-radius: 24px 2px 24px 2px;
  text-decoration: none;
  width: 100%;
  padding: 10px 30px;
  min-height: unset;
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info product-form button span {
  font-size: 18px;
  color: #F9F6F3;
  font-family: 'Space Grotesk';
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  section.custom_featured_product .content-wrapper .product-wrapper .product-info product-form button span {
    font-size: 16px;
  }
}
section.custom_featured_product .content-wrapper .product-wrapper .product-info product-form button::after, section.custom_featured_product .content-wrapper .product-wrapper .product-info product-form button:hover::after {
  box-shadow: unset;
}

/* KOREAN CUSTOM FLIP CARD SLIDER */


section.custom_flip_cards_slider.korean .content-wrapper h1{
  color: #F9F6F3;
}
section.custom_flip_cards_slider.korean .content-wrapper p.subheading{
  font-family: 'Signika';
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  margin: 0;
  color: #F9F6F3;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom-flip-cards-outer-swiper {
  display: flex;
  align-items: center;
  max-width: 100%;
  justify-content: center;
  gap: 20px; /* spacing between arrows and swiper */
  overflow: visible;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper .card{
  max-width: 300px;
  height: 300px;
  transition: transform 0.5s ease;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper .card .face{
  border-radius: 48px;
  align-items: flex-end;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper .card .text-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper .card .text-wrapper h2{
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
  text-align: center;
  color: #FFEDED;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper .card .text-wrapper p{
  font-family: 'Space Grotesk';
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F9F6F3;
  text-align: center;
  margin: 0;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper .card .face-back{
  align-items: center;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper .card .face-back .text-wrapper p{
  color: #1A1A1A;
}
section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper .card .face-back .text-wrapper h2{
  color: #1A1A1A;
}
section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-prev, section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-next {
  width: 72px;
  height: 36px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-next{
  right: 0;
}
section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-prev{
  left: 0;
}
section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-prev img, section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-next img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-prev:after, section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-next:after{
  content: none;
}
@media (max-width: 768px) {
  section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-prev, section.custom_flip_cards_slider.korean .content-wrapper .swiper-button-next {
    display: none;
  }
}
@media (min-width: 800px) {
  section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper .card:hover {
    transform: translateY(80px);
    transition: transform 0.5s ease;
  }
  section.custom_flip_cards_slider.korean .content-wrapper .custom_flip_cards_swiper{
    padding-bottom: 100px;
  }
}


/* CUSTOM SLIDER WITH TEXT */

section.custom_slider_with_text {
  width: 100%;
  padding: 50px 0;
  background-size: cover;
}
section.custom_slider_with_text .content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px;
  border-radius: 80px 2px 80px 2px;
  @media screen and (max-width: 600px){
    flex-direction: column;
    padding: 20px;
  }
}
section.custom_slider_with_text .content-wrapper .left-section {
  width: 30%;
  display: flex;
  @media screen and (max-width: 900px){
    width: 40%;
  }
  @media screen and (max-width: 600px){
    width: 100%;
  }
}
section.custom_slider_with_text .content-wrapper .left-section .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  @media screen and (max-width: 600px){
    align-items: center;
  }
}
section.custom_slider_with_text .content-wrapper .left-section .text-wrapper h1{
  font-family: 'Signika';
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: #FFD522;
  margin: 0;
  @media screen and (max-width: 600px){
    text-align: center;
    font-size: 32px;
  }
}
section.custom_slider_with_text .content-wrapper .left-section .text-wrapper span{
  font-family: 'Space Grotesk';
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #FFD522;
  margin: 0;
}
section.custom_slider_with_text .content-wrapper .slider_with_text_swiper {
  width: 70%;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  @media screen and (max-width: 900px){
    width: 60%;
  }
  @media screen and (max-width: 600px){
    width: 100%;
  }
}
section.custom_slider_with_text .content-wrapper .slider_with_text_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px 2px 48px 2px;
}
section.custom_slider_with_text .content-wrapper .slider_with_text_swiper .swiper-slide .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFE2AD;
  border-radius: 48px 2px 48px 2px;
}
section.custom_slider_with_text .content-wrapper .slider_with_text_swiper .swiper-slide .slide-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 48px 2px 48px 48px;
}
section.custom_slider_with_text .content-wrapper .slider_with_text_swiper .swiper-slide .slide-wrapper .image-wrapper img {
  max-width: 100%;
  border-radius: 48px 2px 48px 48px;
  z-index: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_slider_with_text .content-wrapper .slider_with_text_swiper .swiper-slide .slide-wrapper .text-container{
  width: 100%;
  padding: 10px;
}
section.custom_slider_with_text .content-wrapper .slider_with_text_swiper .swiper-slide .slide-wrapper h2{
  font-family: 'Space Grotesk';
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin: 0;
  color: #1A1A1A;
}
section.custom_slider_with_text .content-wrapper .slider_with_text_swiper .swiper-nav-arrows{
  width: 100%;
  display: flex;
  height: 40px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  @media screen and (max-width: 600px){
      justify-content: space-between;
  }
}
section.custom_slider_with_text .content-wrapper .swiper-button-prev, section.custom_slider_with_text .content-wrapper .swiper-button-next {
  width: 72px;
  height: 36px;
  flex-shrink: 0;
  cursor: pointer;
  position: static;
  display: flex;
  /* position: relative; */
}
section.custom_slider_with_text .content-wrapper .swiper-button-prev img, section.custom_slider_with_text .content-wrapper .swiper-button-next img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.custom_slider_with_text .content-wrapper .swiper-button-prev:after, section.custom_slider_with_text .content-wrapper .swiper-button-next:after{
  content: '';
}

/* CUSTOM PRODUCT DETAIL SLIDER */

section.custom_product_detail_slider {
  width: 100%;
  padding: 50px 0;
}
section.custom_product_detail_slider .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 50px;
  border-radius: 64px;
  @media screen and (max-width: 600px){
    padding: 20px;
    border-radius: 30px;
  }
}
section.custom_product_detail_slider .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  margin: 0;
  @media screen and (max-width: 600px){
    font-size: 32px;
  }
}
section.custom_product_detail_slider .content-wrapper p {
  font-family: var(--secondary_font);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #F83428;
  text-align: center;
  margin: 0;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper {
  width: 100%;
  overflow-x: hidden;
  margin-top: 20px;
  position: relative;
  gap: 10px;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-slide .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  gap: 10px;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-slide .slide-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px 2px 48px 2px;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-slide .slide-wrapper .image-wrapper img {
  max-width: 100%;
  width: 100%;
  border-radius: 48px 2px 38px 38px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-slide .slide-wrapper .text-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  gap: 10px;
  padding: 10px;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-slide .slide-wrapper h2 {
  font-family: "Space Grotesk";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #F9F6F3;
  margin: 0px;
  text-align: start;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-slide .slide-wrapper span {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #F9F6F3;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-nav-arrows {
  width: 100%;
  display: flex;
  height: 40px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-nav-arrows {
    justify-content: space-between;
  }
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-button-prev, section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-button-next {
  width: 72px;
  height: 36px;
  flex-shrink: 0;
  cursor: pointer;
  position: static;
  display: flex;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-button-prev img, section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-button-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-button-prev:after, section.custom_product_detail_slider .content-wrapper .custom_product_detail_swiper .swiper-button-next:after {
  content: "";
}

/* CUSTOM SLIDER WITH TEXT 2 */

section.custom_slider_with_text2 {
  width: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
section.custom_slider_with_text2 .section-wrapper{
  padding-top: 50px;
}
section.custom_slider_with_text2.bottom-image{
  width: 100%;
  object-fit: cover;
}
section.custom_slider_with_text2 .content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  @media screen and (max-width: 600px){
    flex-direction: column;
  }
}
section.custom_slider_with_text2 .content-wrapper .left-section {
  width: 30%;
  display: flex;
  @media screen and (max-width: 900px){
    width: 40%;
  }
  @media screen and (max-width: 600px){
    width: 100%;
  }
}
section.custom_slider_with_text2 .content-wrapper .left-section .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  @media screen and (max-width: 600px){
    align-items: center;
  }
}
section.custom_slider_with_text2 .content-wrapper .left-section .text-wrapper h1{
  font-family: 'Signika';
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: #FFD522;
  margin: 0;
  @media screen and (max-width: 600px){
    text-align: center;
    font-size: 32px;
  }
}
section.custom_slider_with_text2 .content-wrapper .left-section .text-wrapper span{
  font-family: 'Space Grotesk';
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #FFD522;
  margin: 0;
}
section.custom_slider_with_text2 .content-wrapper .slider_with_text2_swiper {
  width: 70%;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  @media screen and (max-width: 900px){
    width: 60%;
  }
  @media screen and (max-width: 600px){
    width: 100%;
  }
}
section.custom_slider_with_text2 .content-wrapper .slider_with_text2_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.custom_slider_with_text2 .content-wrapper .slider_with_text2_swiper .swiper-slide .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40px;
  justify-content: center;
  padding: 10px;
}
section.custom_slider_with_text2 .content-wrapper .slider_with_text2_swiper .swiper-slide .slide-wrapper .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 160px;
}
section.custom_slider_with_text2 .content-wrapper .slider_with_text2_swiper .swiper-slide .slide-wrapper .image-wrapper img {
  max-width: 100%;
  z-index: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_slider_with_text2 .content-wrapper .slider_with_text2_swiper .swiper-slide .slide-wrapper .text-container{
  width: 100%;
  padding: 10px;
}
section.custom_slider_with_text2 .content-wrapper .slider_with_text2_swiper .swiper-slide .slide-wrapper h2{
  font-family: 'Space Grotesk';
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin: 0;
}
section.custom_slider_with_text2 .content-wrapper .slider_with_text2_swiper .swiper-nav-arrows{
  width: 100%;
  display: flex;
  height: 40px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  @media screen and (max-width: 600px){
      justify-content: space-between;
  }
}
section.custom_slider_with_text2 .content-wrapper .swiper-button-prev, section.custom_slider_with_text2 .content-wrapper .swiper-button-next {
  width: 72px;
  height: 36px;
  flex-shrink: 0;
  cursor: pointer;
  position: static;
  display: flex;
  /* position: relative; */
}
section.custom_slider_with_text2 .content-wrapper .swiper-button-prev img, section.custom_slider_with_text2 .content-wrapper .swiper-button-next img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.custom_slider_with_text2 .content-wrapper .swiper-button-prev:after, section.custom_slider_with_text2 .content-wrapper .swiper-button-next:after{
  content: '';
}

/* CUSTOM KOREAN TESTIMONIALS */

section.custom_korean_testimonials {
  width: 100%;
  padding: 50px 0;
}
section.custom_korean_testimonials .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.custom_korean_testimonials .content-wrapper h1 {
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #1A1A1A;
  margin: 0;
  @media screen and (max-width: 600px){
    font-size: 32px;
  }
}
section.custom_korean_testimonials .content-wrapper .custom_korean_testimonials_swiper {
  width: 100%;
  overflow-x: hidden;
  margin-top: 20px;
  position: relative;
}
section.custom_korean_testimonials .content-wrapper .custom_korean_testimonials_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.custom_korean_testimonials .content-wrapper .custom_korean_testimonials_swiper .swiper-slide .slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: 15px;
}
section.custom_korean_testimonials .content-wrapper .custom_korean_testimonials_swiper .swiper-slide .slide-wrapper .image-wrapper {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
section.custom_korean_testimonials .content-wrapper .custom_korean_testimonials_swiper .swiper-slide .slide-wrapper .image-wrapper img {
  max-width: 100%;
  border-radius: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.custom_korean_testimonials .content-wrapper .custom_korean_testimonials_swiper .swiper-slide .slide-wrapper .content {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #1A1A1A;
}
section.custom_korean_testimonials .content-wrapper .custom_korean_testimonials_swiper .swiper-slide .slide-wrapper span {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #1a1a1a;
}

/* KOREAN PAGE MISCELLENOUS CHANGES */

.utility-bar.korean-announcement, footer.custom-footer .footer__content-bottom.korean-announcement{
  background: #E9222B;
}