/** Shopify CDN: Minification failed

Line 682:20 Unexpected "{"
Line 682:29 Expected ":"
Line 688:20 Unexpected "{"
Line 688:29 Expected ":"
Line 694:20 Unexpected "{"
Line 694:29 Expected ":"
Line 699:20 Unexpected "{"
Line 699:29 Expected ":"
Line 704:20 Unexpected "{"
Line 704:29 Expected ":"
... and 200 more hidden warnings

**/
/* FONTS */
@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-Regular.eot?v=1774872690') format('eot'),
        url('/cdn/shop/files/Montserrat-Regular.woff2?v=1774872689') format('woff2'),
        url('/cdn/shop/files/Montserrat-Regular.woff?v=1774872690') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SF Pro Display';
    src: url('/cdn/shop/files/SFProDisplay-Regular.eot?v=1774890520') format('eot'),
        url('/cdn/shop/files/SFProDisplay-Regular.woff2?v=1774890519') format('woff2'),
        url('/cdn/shop/files/SFProDisplay-Regular.woff?v=1774890519') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('/cdn/shop/files/SFProDisplay-Bold.eot?v=1774890985') format('eot'),
        url('/cdn/shop/files/SFProDisplay-Bold.woff2?v=1774890985') format('woff2'),
        url('/cdn/shop/files/SFProDisplay-Bold.woff?v=1774890985') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Freestyle Script';
    src: url('/cdn/shop/files/FreestyleScript-Regular.eot?v=1774956032') format('eot'),
        url('/cdn/shop/files/FreestyleScript-Regular.woff2?v=1774956032') format('woff2'),
        url('/cdn/shop/files/FreestyleScript-Regular.woff?v=1774956031') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: 'TT Ramillas Trl';
    src: url('/cdn/shop/files/TTRamillasTrl-Medium.eot?v=1774959221') format('eot'),
        url('/cdn/shop/files/TTRamillasTrl-Medium.woff2?v=1774959220') format('woff2'),
        url('/cdn/shop/files/TTRamillasTrl-Medium.woff?v=1774959220') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('/cdn/shop/files/TTRamillasTrl-Regular.eot?v=1774972280') format('eot'),
        url('/cdn/shop/files/TTRamillasTrl-Regular.woff2?v=1774972280') format('woff2'),
        url('/cdn/shop/files/TTRamillasTrl-Regular.woff?v=1774972279') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 


@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-ExtraBold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "TT Ramillas Trl", sans-serif !important;
}

body span.pink {
  color: #fdb5d7;
  font-family: "Freestyle Script", sans-serif;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

body .button--primary,
body .button--secondary {
  padding: 0.6rem 3rem;
  background: #fdb5d7;
  color: #fff;
  font-size: 1.8rem;
  line-height: 100%;
  border-radius: 10.346rem;
}

body .button--primary {
  box-shadow: 0 -0.4rem 0.6rem 0 #00000073 inset;
}

body .button--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  border-radius: inherit;
  box-shadow: 0 0.4rem 0.6rem 0 #FFE8CD73 inset;
  pointer-events: none;
}

body .button--secondary:after,
body .button--secondary:before,
body .button--primary:after {
  display: none;
}

html {
  font-size: 62.5%;
}

.page-width {
  max-width: 144rem;
  width: 100%;
}
.inner-page-width {
  max-width: 124rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.mar-bar .mar-item {
  font-family: "Montserrat", sans-serif;
}

/* HEADER */
.header .header-top-wrapper {
  width: 100%;
  padding: 0rem;
}

.header.header--top-left .header__heading-link {
  padding: 0;
}

.header.header--top-left-two-row {
  padding-left: 0;
  padding-right: 0;
}

.header.header--top-left-two-row .header__top-row {
  padding-top: 0;
  padding-bottom: 0rem;
}

.header.header--top-left-two-row .header__top-row,
header .bottom-wrapper .inner-sec {
  max-width: 124rem;
  margin: 0 auto;
  width: 100%;
}

header .bottom-wrapper .inner-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header__icon .svg-wrapper {
  width: 1.9rem;
  height: 1.9rem;
}

.header .bottom-wrapper {
    background: #e11b7a;
    padding: 0.5rem 3rem;
    width: 100%;
    display: none;
}

.header .bottom-wrapper .header__bottom-row {
  width: auto;
  border-top: 0;
  padding-top: 0;
}

.header .header__bottom-row .header-bottom .header__inline-menu {
  margin-top: 0;
}

.header .header__menu-item {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 100%;
  color: #fff;
  padding: 1rem 0rem;
}
a.list-menu__item.list-menu__item--link {
    font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 100%;
    color: #111111;
    font-weight: 400;
}
.footer-block .list-menu__item.list-menu__item--link {
    text-transform: capitalize;
}
.header .list-menu--inline span.header__active-menu-item {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}

.header__submenu .header__menu-item {
  color: #000;
}

/* SEARCH BAR */
.header .search-bar {
  width: 40rem;
}

.header .header__search-fixed,
.header .search-bar .search-modal__form {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.header .search-bar .search__input.field__input {
  border: 0.1rem solid #D9D9D9;
  border-radius: 2rem;
  padding: 1rem 3.2rem;
  height: 3rem;
}

.header .search-bar .field:before,
.header .search-bar .field:after {
  display: none;
}

.header .search-bar .search__input.field__input:focus {
  box-shadow: unset !important;
  outline: 0 !important;
}

.header .search-bar .field__button {
  left: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.header .search-bar .field__button > .svg-wrapper {
  height: 100% !important;
  width: 100% !important;
}

.header .search-bar .search__button .icon {
  height: 1.1rem;
  width: 1.1rem;
}

.header .search-bar .search__input.field__input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  text-transform: capitalize;
  color: #9F9F9F;
  opacity: 1;
}

/* FOOTER */
/* footer.footer {
  padding-left: 3rem;
  padding-right: 3rem;
} */

footer .footer__content-top.page-width {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0.1rem solid #FBF1E9;
}

footer.footer .footer-block__heading {
  font-family: "SF Pro Display", sans-serif !important;
  font-weight: 700;
  font-size: 2rem;
  text-transform: capitalize;
  line-height: 150%;
}

footer.footer .footer-block__details-content .list-menu__item--link {
  font-family: "SF Pro Display", sans-serif;
}

footer.footer .footer__content-top .grid {
  gap: 13rem;
}

footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
  max-width: max-content;
  width: auto !important;
}

footer.footer .footer-block.grid__item.image-block {
  flex: 2;
  font-family: "SF Pro Display", sans-serif;
}

footer.footer .footer-block.grid__item.image-block .info {
  padding-top: 2.5rem;
}

footer.footer .footer-block.grid__item.image-block .info p {
  margin: 0;
}

footer.footer .footer-block.grid__item.footer-block--menu {
  flex: 1;
}

footer.footer .footer-block.grid__item.footer-block--menu .list-social {
  justify-content: flex-start;
  gap: 2.1rem;
  padding-top: 3rem;
}

footer.footer .footer-block.grid__item.footer-block--menu .list-social__link {
  padding: 0;
}

footer.footer .footer-block.grid__item.footer-block--menu .list-social .svg-wrapper {
  width: 3.6rem;
  height: 3.6rem;
}

footer.footer .footer__content-bottom {
  padding-top: 5rem;
  border: none;
}

footer.footer .footer__content-bottom-wrapper--center {
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
}

footer.footer .footer__content-bottom-wrapper--center .payment-support ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  background: #fff;
  padding: 1rem 0.5rem;
  border-radius: 1rem;
  justify-content: center;
}

footer.footer .footer__content-bottom-wrapper--center .payment-support ul li {
  line-height: 1;
}

footer.footer .footer__content-bottom-wrapper--center .payment-support ul li svg {
  width: 4.5rem;
}

footer.footer .footer__content-bottom-wrapper--center .copyright__content {
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

footer.footer .footer__content-bottom-wrapper--center .copyright__content a {
  color: #E11B7A;
}
header.header.header--top-left.header--mobile-left.header--top-left-two-row.header--has-menu.header--has-social.header--has-account {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 3rem;
}
.shopify-section-header-sticky {
    background-color: #fff;
}
/* .collection-card__media {
    background-color: #e21a79 !important;
} */
/* Swiper Arrow */
body .general-arrow-css {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: #fdb5d7;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  color: #fff;
  border: none;
  display: flex;
    flex-direction: column;
}
.testimonial-header .general-arrow-css:first-child {
  background: #fff;
  transition: background 0.2s;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
}
.testimonial-header .general-arrow-css:first-child svg {
  filter: invert(1);
}
.header .header-top-menus .header__menu-item {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 100%;
    color: #000;
    padding: 1rem 0rem;
    font-weight: 600;
}

.header .header-top-menus .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4rem;
}
body .general-arrow-css svg {
  width: 1.6rem;
  height: 1.6rem;
}
.header-top-menus {
    display: block !important;
}

@media (min-width: 1025px) {
  body .hxl {
    font-size: 6rem;
    line-height: 110%;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
  }

  body .h0 {
    font-size: 5rem;
    line-height: 100%;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .banner__heading {
    font-size: 5rem !important;
  }
  .bustiers_heading_font_size {
    font-size: 3.8rem !important;
}
  body .h1 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
  }

  body .h2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
  }

  body span.pink {
    font-size: 7rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  body .hxl {
    font-size: 4.5rem;
  }

  body .h0 {
    font-size: 3.5rem;
  }

  body .h1 {
    font-size: 3rem;
  }

  body .h2 {
    font-size: 2rem;
  }

  body span.pink {
    font-size: 4rem;
  }

  body .general-arrow-css {
    width: 4rem;
    height: 4rem;
  }

  body .general-arrow-css svg {
    width: 1.4rem;
    height: 1.4rem;
  }

  footer.footer .footer__content-top .grid {
    gap: 5rem;
  }

  footer.footer .footer-block.grid__item.footer-block--menu .list-social {
    gap: 0.8rem;
  }

  footer.footer .footer-block.grid__item.footer-block--menu .list-social .svg-wrapper {
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width: 1024px) {
  .header .header-top-wrapper header-drawer {
    display: block;
  }

  .header .header-top-wrapper .header__icons {
    margin-left: auto;
    margin-right: 1.5rem;
  }
  .header-top-menus {
    display: none;
  }
  .header .header-top-wrapper {
      width: 100%;
      padding: 0 0rem;
  }
  header.header.header--top-left.header--mobile-left.header--top-left-two-row.header--has-menu.header--has-social.header--has-account {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  body .hxl {
    font-size: 3.5rem;
  }

  body .h0 {
    font-size: 2.5rem;
  }

  body .h1 {
    font-size: 2rem;
  }

  body .h2 {
    font-size: 2rem;
  }

  body span.pink {
    font-size: 3rem;
  }

  .header .header-top-wrapper .header__heading-logo {
    height: auto;
    max-width: 10rem;
  }

  footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
    margin: 2rem 0;
    max-width: 100%;
    width: 100%;
  }

  footer.footer .footer-block__details-content .list-menu__item--link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  footer.footer .footer-block.grid__item.footer-block--menu .list-social {
    gap: 1.5rem;
    padding-top: 0;
  }

  footer.footer .footer__content-bottom-wrapper--center .payment-support ul li svg {
    width: 5rem;
  }

  footer.footer .footer__content-bottom {
    padding-top: 3rem;
  }

  body .general-arrow-css {
    width: 3.5rem;
    height: 3.5rem;
  }

  body .general-arrow-css svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}






/* ============= Slider section style =========== */


  .shopify-section-{{ section.id }} .main-swiper-section {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .shopify-section-{{ section.id }} .main-swiper-section.layout--grid {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .swiper {
    width: 100%;
  }

  /* Desktop Arrows - Hidden by default */
  .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-nav {
    display: none !important;
  }

  /* Desktop Pagination - Hidden by default */
  .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-pagination {
    display: none !important;
  }

  /* Desktop image visible by default */
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__media--desktop {
    display: block;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__media--mobile {
    display: none;
  }

  /* Slide Height */
  .shopify-section-{{ section.id }} .main-swiper-section[data-height="small"] .swiper-slide { min-height: 36rem; }
  .shopify-section-{{ section.id }} .main-swiper-section[data-height="medium"] .swiper-slide { min-height: 54rem; }
  .shopify-section-{{ section.id }} .main-swiper-section[data-height="large"] .swiper-slide { min-height: 7rem; }
  .shopify-section-{{ section.id }} .main-swiper-section[data-height="adapt_image"] .swiper-slide { min-height: 0; }
  .shopify-section-{{ section.id }} .main-swiper-section[data-height="custom"] .swiper-slide {
    min-height: var(--cs-custom-height, 60rem);
  }
  .shopify-section-{{ section.id }} .main-swiper-section[data-height="full_vh"] .swiper,
  .shopify-section-{{ section.id }} .main-swiper-section[data-height="full_vh"] .swiper-slide {
    min-height: 100vh;
    height: 100vh;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    pointer-events: none;
  }
  .header__menu-item:hover span {
      text-decoration: none !important;
  }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    padding: 6.3rem; 
    height: 100%;
    min-height: 70rem;
    min-height: clamp(40rem, 80vw, 60rem);
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content .banner__buttons {
    gap: 1.2rem;
    max-width: 100%;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content.align--top-left { align-items: flex-start; justify-content: flex-start; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content.align--top-center { align-items: flex-start; justify-content: center; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content.align--top-right { align-items: flex-start; justify-content: flex-end; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content.align--middle-left { align-items: center; justify-content: flex-start; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content.align--middle-center { align-items: center; justify-content: center; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content.align--middle-right { align-items: center; justify-content: flex-end; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content.align--bottom-left { align-items: flex-end; justify-content: flex-start; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content.align--bottom-center { align-items: flex-end; justify-content: center; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content.align--bottom-right { align-items: flex-end; justify-content: flex-end; }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box {
    width: var(--cs-block-box-width, auto);
    max-width: var(--cs-block-box-width, 60rem);
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.no-bg {
    background: transparent !important;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text--left { text-align: left; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text--center { text-align: center; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text--right { text-align: right; }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__heading {
    font-family: "Poppins", sans-serif !important;
    font-weight: 200;
    margin: 0 0 1.2rem;
    line-height: 1.1;
    word-break: break-word;
    /* color: #111111; */
  }
 .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__heading em {
    position: relative;
    display: inline-block;
    padding: 1rem 1rem;
    margin-right: 0.6rem;
    color: #fff;
    z-index: 1;
}
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__heading em::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #fdb5d7;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 237 72'><path d='M0 12.8599C0 6.90232 4.90107 2.11097 10.8571 2.24583L225.624 7.10857C231.392 7.23918 236 11.9528 236 17.7226V55.7665C236 61.527 231.406 66.2366 225.648 66.38L10.8811 71.729C4.91598 71.8776 0 67.0825 0 61.1155V12.8599Z' fill='white'/></svg>");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
  }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__subheading {
    margin: 0 0 2rem;
    /* color: #6E7180; */
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
  }

  /* Button Alignment Desktop */
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__buttons.button-alignment--flex-start {
    justify-content: flex-start;
  }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__buttons.button-alignment--center {
    justify-content: center;
  }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__buttons.button-alignment--flex-end {
    justify-content: flex-end;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text--center .cs-slide__buttons { justify-content: center; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text--right .cs-slide__buttons { justify-content: flex-end; }

  .swiper-fade .swiper-slide { pointer-events: none; }
  .swiper-fade .swiper-slide-active { pointer-events: auto; }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-prev { left: 1.5rem; }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-next { right: 1.5rem; }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-pagination {
    position: absolute;
    bottom: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    align-items: center;
    gap: 0.6rem;
    width: auto;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-pagination.visual--dots .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #E11B7A;
  }
  .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-pagination.visual--dots .swiper-pagination-bullet-active {
    background: #E11B7A;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-pagination-counter {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    background: rgba(0,0,0,0.35);
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    letter-spacing: 0.05em;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__placeholder svg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
  }
.home-slider-wrapper {
    background: #e3e3e3;
}
  /* Desktop Media Query for showing arrows and pagination */
  @media screen and (min-width: 768px) {
    .shopify-section-{{ section.id }} .main-swiper-section.cs-arrows-show-desktop .cs-swiper-nav {
      display: flex !important;
    }
    .shopify-section-{{ section.id }} .main-swiper-section.cs-pagination-show-desktop .cs-swiper-pagination {
      display: flex !important;
    }
  }
  @media (min-width: 1024px) and (max-width: 1600px) {
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content {
        max-width: clamp(40rem, 80vw, 52rem);
      }
}
  /* Mobile Media Query */
  @media screen and (max-width: 767px) {
    .shopify-section-{{ section.id }} {
      margin-top: 2rem;  
    }
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content {
      padding: 4rem 2rem;
    }
    
    .shopify-section-{{ section.id }} .main-swiper-section.cs-arrows-show-mobile .cs-swiper-nav {
      display: flex !important;
    }
    
    .shopify-section-{{ section.id }} .main-swiper-section.cs-pagination-show-mobile .cs-swiper-pagination {
      display: flex !important;
    }

    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__media--desktop {
      display: none;
    }
    
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__media--mobile {
      display: block;
    }

    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__media.hide-on-mobile {
      display: none;
    }

    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box {
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box;
    }

    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text-mobile--left { text-align: left; }
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text-mobile--center { text-align: center; }
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text-mobile--right { text-align: right; }

    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text-mobile--left .cs-slide__buttons { justify-content: flex-start; }
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text-mobile--center .cs-slide__buttons { justify-content: center; }
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__box.text-mobile--right .cs-slide__buttons { justify-content: flex-end; }

    /* Button Alignment Mobile */
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__buttons.button-alignment-mobile--flex-start {
      justify-content: flex-start;
    }
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__buttons.button-alignment-mobile--center {
      justify-content: center;
    }
    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__buttons.button-alignment-mobile--flex-end {
      justify-content: flex-end;
    }

    .shopify-section-{{ section.id }} .main-swiper-section.mobile-text-below .cs-slide {
      flex-direction: column;
      align-items: stretch;
      min-height: 0 !important;
    }

    .shopify-section-{{ section.id }} .main-swiper-section.mobile-text-below .cs-slide__media {
      position: relative;
      inset: auto;
      width: 100%;
      height: 35rem;
      flex-shrink: 0;
    }

    .shopify-section-{{ section.id }} .main-swiper-section .cs-slide__content {
      padding: 4rem 2rem;
    }

    .shopify-section-{{ section.id }} .main-swiper-section.mobile-text-below .cs-slide__content {
      position: relative;
      z-index: 2;
      flex: 1;
      align-items: flex-start !important;
      justify-content: flex-start !important;
    }

    .shopify-section-{{ section.id }} .main-swiper-section.mobile-text-below .cs-slide__box {
      color: rgb(var(--color-foreground));
      width: 100% !important;
      max-width: 100% !important;
    }

    .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-prev { left: 0.8rem; }
    .shopify-section-{{ section.id }} .main-swiper-section .cs-swiper-next { right: 0.8rem; }
  }


  .shopify-section-{{ section.id }} .main-swiper-section .swiper-wrapper {
    transition-timing-function: ease-in-out !important;
  }

  .shopify-section-{{ section.id }} .main-swiper-section .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
  }



/* ============= out category section css ================= */



  .collection-grid  {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    background-color: {{ section.settings.section_bg }};
  }

  .collection-grid  .collection-grid__header {
    padding: 0 3rem 5rem;
    text-align: center;
    max-width: 87rem;
    width: 100%;
    margin: 0 auto;
  }

  .collection-grid  .collection-grid__heading {
    color: {{ section.settings.heading_color }};
    font-family: "TT Ramillas Trl", san-serif;
    margin: 0 0 1.2rem;
    display: inline-block;
  }

  .collection-grid  .collection-grid__para {
    color: {{ section.settings.text_color }};
    margin: 0;
    font-size: 1.8rem;
    line-height: 145%;
    text-transform: capitalize;
    col
  }
  .collection-card {
    display: flex !important;
    flex-direction: column;
    gap: 2rem;
  }
  .collection-grid  .collection-grid__grid {
    display: grid;
    row-gap: 50px;
    column-gap: 0px;
    grid-template-columns: repeat(3, 1fr);
  }

  .collection-grid  .collection-card {
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    cursor: pointer;
  }

  /* .collection-grid  .collection-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.14);
  } */

  .collection-grid  .collection-card__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 36rem;
    background-color: {{ section.settings.card_bg }};
  }

  .collection-grid  .collection-card__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
  }

  .collection-grid  .collection-card:hover .collection-card__media img {
    transform: scale(1.05);
  }

  .collection-grid  .collection-card__placeholder {
    background: #f0f0f0;
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .collection-grid  .collection-card__placeholder svg {
    width: 5.6rem;
    height: 5.6rem;
    fill: #ccc;
  }

  .collection-grid  .collection-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    gap: 0.8rem;
  }

  .collection-grid  .collection-card__title {
    margin:0;
    font-family: "TT Ramillas Trl", san-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    color: {{ section.settings.card_title_color }};
  }

  .collection-grid  .collection-card__view-all {
    font-family: "SF Pro Display", san-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 150%;
    text-transform: capitalize;
    text-decoration: underline;
    color: {{ section.settings.view_all_color }};
  }

  @media screen and (min-width: 768px) {
    #section-{{ section.id }}.cols-desktop-3 .collection-card .collection-card__media{
      border-right: {{ section.settings.divider_width }}px solid {{ section.settings.divider_color }};
    }
    #section-{{ section.id }}.cols-desktop-3 .collection-card:nth-child(3n) .collection-card__media{
      border-right: none;
    }
    #section-{{ section.id }}.cols-desktop-4 .collection-card .collection-card__media{
      border-right: {{ section.settings.divider_width }}px solid {{ section.settings.divider_color }};
    }
    #section-{{ section.id }}.cols-desktop-4 .collection-card:nth-child(4n) .collection-card__media{
      border-right: none;
    }

  }
  @media (max-width:1024px) {
    .collection-grid  .collection-card__title {
    font-size: 1.8rem;
  }
  .collection-grid  .collection-card__view-all,
    .collection-grid  .collection-grid__para {
      font-size: 1.6rem;
    }
  }
  @media screen and (max-width: 767px) {
    .collection-grid  .collection-grid__grid {
      grid-template-columns: repeat({{ section.settings.columns_mobile }}, 1fr);
    }
    #section-{{ section.id }}.cols-mobile-1 .collection-card .collection-card__media{
      border-right: none;
    }
  }

  /*BSD Additional CSS*/

  .qsc2-stickybar.qsc2-stickybar--desktop-top.qsc2-stickybar--mobile-top {
    background: #fdb5d7;
}

span.qsc2-stickybar__action-name--desktop {
    color: #fdb5d7;
}