/** Shopify CDN: Minification failed

Line 1319:0 Unexpected "{"
Line 1319:1 Expected identifier but found "%"
Line 1321:2 Unexpected "{"
Line 1321:3 Expected identifier but found "%"

**/
:root {
  --color-white: #FFFFFF;
  --color-white-100: #FAFAF9;
  --color-white--10: #FBFAF91A;
  --color-white--20: #FBFAF933;
  --color-white--30: #FBFAF94D;
  --color-white--40: #FBFAF966;
  --color-white--50: #FBFAF980;
  --color-grey-text: #4D4D4D;
  --color-black: #000000;
  --color-black-100: #060504;
  --color-black--10: #0605041A;
  --color-black--20: #06050433;
  --color-black--30: #0605044D;
  --color-black--40: #06050466;
  --color-white-bg: #FAFAF9;
  --color-primary: #0E1B4D;
  --color-grey-white-text: #E2E0DF;
  --color-blue--50: #00183880;
  --color-blue--20: #00183833;
  --color-icon-highlight: #19308A;
  --color-bg-blur: #FBFAF933;
}

html {
  scrollbar-color: var(--color-primary) #F0F0F0;
  scrollbar-width: auto;
  scroll-behavior: smooth;
}



::-webkit-scrollbar {
  width: 1.2rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-primary, #0E1B4D);
  border-radius: 0.6rem;
  border: 0.2rem solid var(--color-white, #FFFFFF);
}

::-webkit-scrollbar-thumb:hover {
  filter: brightness(85%);
}

::-webkit-scrollbar-button {
  background-color: var(--color-red);
  height: 1.5rem;
  width: 1.2rem;
}

body {
  background-color: var(--color-white, #FFFFFF);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 110%;
  text-wrap: unset;
  color: inherit;
}

:is(h1, h2, h3, h4, .h1, .h2, .h3, .h4) :is(strong, .highlight) {
  letter-spacing: -0.04em;
}

h1,.h1 {
  font-size: 4rem;
  letter-spacing: -0.03em;
}

h2,.h2 {
  font-size: 3.2rem;
  letter-spacing: -0.03em;
}

h3,
.h3 {
  font-size: 2.8rem;
  letter-spacing: 0;
}

h4,
.h4 {
  font-size: 2.4rem;
  letter-spacing: 0;
}

h5,
.h5 {
  font-size: 2rem;
  letter-spacing: 0;
}

h6,
.h6 {
  font-size: 1.8rem;
  letter-spacing: 0;
}

.template--404 main {
  min-height: calc(100dvh - 52rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}

.z-1 {
  z-index: 1;
}

.text--primary {
  color: var(--color-primary, #0E1B4D);
}

.text--icon {
  color: var(--color-icon-highlight, #19308A);
}

.text--black {
  color: var(--color-black-100, #060504);
}

.text--white {
  color: var(--color-white, #FFFFFF);
}

.text--white-2 {
  color: var(--color-white-100, #FAFAF9);
}

.text--grey-text {
  color: var(--color-grey-text, #4d4d4d);
}


.shopify-policy__container {
    max-width: 560px;
    max-width: 65ch;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-block: 60px;
}


.shopify-policy__container h1 {
    padding-bottom: 16px;
}

a {
  text-decoration: none;
  transition: color .3s ease-in-out;

  &:hover:not(:disabled, [aria-disabled="true"], .link--text, .list-social__link) {
    color: var(--color-primary, #0E1B4D);
  }
}

a.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.p1 {
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.p2 {
  /* font-size: 1.4rem; */
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: -0.01em;
}

.p3 {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0;
}

.text--regular {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 500;
}

.text--tagline {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.text--counter {
  font-size: 4rem;
  letter-spacing: -0.01em;
  line-height: 100%;
  font-weight: 500;
}

.text--number-product {
  font-size: 2.4rem;
  line-height: 110%;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.text--button-text {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.m-0 {
  margin: 0;
}

.relative {
  position: relative;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

button:disabled {
  cursor: not-allowed;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded,
button,
.button {
  padding: 1rem 3.2rem;
  border-radius: 0.8rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  border: 1.5px solid transparent;
  transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  width: 100%;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.button--primary {
  background-color: var(--color-primary, #0E1B4D);
  color: var(--color-white, #FFFFFF);

  &.dark--bg {
    background-color: var(--color-white, #FFFFFF);
    color: var(--color-primary, #0E1B4D);

    &:hover:not(:disabled, [aria-disabled="true"]) {
      background-color: var(--color-primary, #0E1B4D);
      color: var(--color-white, #FFFFFF);
      border-color: var(--color-white, #FFFFFF);
    }
  }

  &:hover:not(:disabled, [aria-disabled="true"]) {
    background-color: var(--color-white, #FFFFFF);
    color: var(--color-primary, #0E1B4D);
    border-color: var(--color-primary, #0E1B4D);
  }
}

.button--secondary {
  background-color: var(--color-white, #FFFFFF);
  color: var(--color-primary, #0E1B4D);
  border-color: var(--color-primary, #0E1B4D);

  &.border-transparent {
    border-color: transparent;
  }

  &.dark--bg {
    background-color: var(--color-primary, #0E1B4D);
    color: var(--color-white, #FFFFFF);
    border-color: var(--color-white, #FFFFFF);

    &:hover:not(:disabled, [aria-disabled="true"]) {
      background-color: var(--color-white, #FFFFFF);
      color: var(--color-primary, #0E1B4D);
      border-color: var(--color-white, #FFFFFF);
    }
  }

  &:hover:not(:disabled, [aria-disabled="true"]) {
    background-color: var(--color-primary, #0E1B4D);
    color: var(--color-white, #FFFFFF);
    border-color: var(--color-primary, #0E1B4D);
  }
}

.button--transparent {
  background-color: transparent;
  color: var(--color-primary, #0E1B4D);
  border-color: var(--color-primary, #0E1B4D);

  &:hover:not(:disabled, [aria-disabled="true"]) {
    background-color: var(--color-primary, #0E1B4D);
    color: var(--color-white, #FFFFFF);
    border-color: var(--color-primary, #0E1B4D);
  }
}

.button--transparent--white {
  background-color: transparent;
  color: var(--color-white, #FFFFFF);
  border-color: var(--color-white, #FFFFFF);

  &.dark--bg {
    background-color: transparent;
    color: var(--color-primary, #0E1B4D);
    border-color: var(--color-primary, #0E1B4D);

    &:hover:not(:disabled, [aria-disabled="true"]) {
      background-color: var(--color-white, #FFFFFF);
      color: var(--color-primary, #0E1B4D);
      border-color: var(--color-white, #FFFFFF);
    }
  }

  &:hover:not(:disabled, [aria-disabled="true"]) {
    background-color: var(--color-white, #FFFFFF);
    color: var(--color-primary, #0E1B4D);
    border-color: var(--color-primary, #0E1B4D);
  }
}

.splide:not(.is-overflow) .splide__arrows {
  display: none;
}

.splide__arrow.button--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 1.2rem;
  border: 1.5px solid var(--color-primary, #0E1B4D);
  color: var(--color-primary, #0E1B4D);
  background-color: transparent;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;

  svg {
    width: 1.6rem;
    height: 1.6rem;
  }

  &:hover:not(:disabled) {
    background-color: var(--color-primary, #0E1B4D);
    color: var(--color-white, #FFFFFF);
  }
}

a,
a > span {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

a:not(.button, :has(span), .no-underline, .list-social__link, .mega-menu__link, .cart-item__link, .menu-drawer__menu-item)::after,
a:not(.button, :has(span), .no-underline, .list-social__link, .mega-menu__link, .cart-item__link, .menu-drawer__menu-item) > span::after,
.header__menu-item > span::after, .header header-menu .mega-menu__link::after  {
  content: "";
  position: absolute;
  height: 0.1rem;
  transition: width .2s cubic-bezier(.25, .1, .25, 1) 0s;
  right: 0;
  width: 0;
  bottom: -0.4rem;
  top: unset;
  background-color: currentColor;
  transition-duration: .3s;
}

a:not(:has(span)):hover::after,
a:hover > span::after,
a > .header__active-menu-item::after,
.header__menu-item:hover > span::after,
.header header-menu .mega-menu__link:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.page-width--no-padding {
  padding: 0;
}

.section-padding {
  padding-inline: 2rem;
  padding-block: 3rem;
}

.section-paddding--header {
  padding-block: 2rem;
  padding-inline: 2rem;
}

.divider {
  display: block !important;
  opacity: 0.4;
  background: var(--color-black--40, rgba(6, 5, 4, 0.40));
  width: 100%;
  height: 1px;
}

details:not(.mega-menu, .menu-drawer-container) {
  overflow: hidden;
  padding: 1.6rem 0;
  opacity: 0.5;
  transition: opacity .3s ease-in-out;
}

details[open]:not(.mega-menu) {
  opacity: 1;
}

details[open]:not(.mega-menu) .accordion-title {
  font-weight: 700;
}

summary:not(.header__menu-item) {
  cursor: pointer;
  list-style: none;
  user-select: none;
}

summary:not(.header__menu-item)::-webkit-details-marker {
  display: none;
}

.progress {
  height: 4px;
  border-radius: 4px;
  background-color: rgba(0, 24, 56, 0.20);
  overflow: hidden;
  display: none;
}

.bar {
  display: block !important;
  height: 100%;
  width: 0%;
  background-color: #19308A;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.content-inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 1.6rem 0;
}

/* Cards Carousel */

.cards__wrapper {
  padding-left: 0;
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
}

.cards__wrapper .splide__arrows {
  position: initial;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
}

.cards__wrapper .splide__arrows .splide__arrow {
  position: initial;
  transform: none;
}

.cards__wrapper .splide__pagination {
  position: initial;
  display: flex;
  padding: 0;
  gap: 0.8rem;
}

.cards__wrapper .splide__pagination li {
  display: flex;
}

.cards__wrapper .splide__pagination .splide__pagination__page {
  border-radius: 4px;
  background-color: var(--color-black--20, rgba(6, 5, 4, 0.20));
  margin: 0;
  opacity: 1;
  transform: none;
  transition: width .3s ease-in-out;
}

.cards__wrapper .splide__pagination .splide__pagination__page.is-active {
  width: 4.8rem;
  background: var(--color-blue--50, rgba(0, 24, 56, 0.50));
}

.cards__item {
  cursor: pointer;
}

.cards__item .cards__item__wrapper {
  padding: 2.4rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.cards__item .cards__item__wrapper .cards-content__container {
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #fff;
}

.cards__item .cards-content__container .cards-content__wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(1.6rem);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.cards__item:hover .cards-content__container .cards-content__wrapper {
  margin-top: 1.6rem;
  max-height: 40rem;
  opacity: 1;
  transform: translateY(0);
}

.testimonial-card .content p {
    margin-bottom: 10px;
}

.testimonial-card .content p:last-of-type {
    margin-bottom: 0;
}

/* Star Rating */
.star-rating {
  display: flex;
  align-items: center;
  gap: 3px;
}

.star-rating .star {
  width: 16px;
  height: 16px;
  background-color: #ccc;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.4 0L5.80378 5.2669L0 6.1115L4.2 10.2112L3.20846 16L8.4 13.2669L13.5924 16L12.6 10.2112L16.8 6.1115L10.9953 5.2669L8.4 0Z" fill="%23FFD316"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.4 0L5.80378 5.2669L0 6.1115L4.2 10.2112L3.20846 16L8.4 13.2669L13.5924 16L12.6 10.2112L16.8 6.1115L10.9953 5.2669L8.4 0Z" fill="%23FFD316"/></svg>') no-repeat center;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  overflow: hidden;
}

.star-rating .star-inner {
  display: block;
  background-color: #FFD316;
  width: 100%;
  height: 100%;
}

/* Footer */
.footer .divider {
  margin-top: 0;
  background: rgba(251, 250, 249, 0.20);
}

.footer .footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer .footer__info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.4rem;
}

.footer .list-menu__item {
  margin: 0.8rem 0;
  display: inline-block;
}

.footer .list-social {
  justify-content: flex-start;
}

.list-social__item .list-social__link {
  padding: 1.6rem;
  color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(251, 250, 249, 0.20);
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.list-social__item .list-social__link:hover {
  color: var(--color-primary);
  background-color: #fff;
  border: 1px solid #fff;
}

.list-social__item .list-social__link:hover path {
  color: var(--color-primary);
  fill: var(--color-primary);
}


.footer .footer__logo__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
}

.footer .footer__menu {
  display: flex;
  gap: 2.4rem;
  padding-right: 0;
  flex-direction: column;
}

.footer .footer__menu__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.footer .footer__copyright {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.4rem;
}

.footer .footer__policies {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}

.footer .footer__list-social {
  display: flex;
  gap: 1.2rem;
}

.footer .footer__container {
  padding-bottom: 2.4rem;
}

.footer .footer-logo-wrapper img {
  max-width: 34.8rem;
  width: 100%;
  height: auto;
}

/* search footer */
body.template--search {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

body.template--search #MainContent {
  min-height: 0;
}

/* Header */
.header .header__heading {
  margin-right: 1.6rem;
}

.header .header-icons {
  display: grid;
  border-radius: 8px;
  width: max-content;
  align-items: center;
  grid-area: icons;
  grid-template-columns: 3.4rem 3.4rem;
  border: 0;
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.header .header__ctas {
  grid-area: ctas;
  display: flex;
  gap: 1.6rem;
}

.header .header__icon {
  color: var(--color-primary);
}

.header .list-menu--inline {
  gap: 1.8rem;
}

.header .header__menu-item {
  color: #060504;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  padding: 0;
}

.header summary.header__menu-item {
  padding-right: 1.7rem;
}

.header summary.header__menu-item .icon-caret {
  right: 0.2rem;
}

.header header-menu .mega-menu__link {
  padding: 0;
  color: #000;
  transition: opacity .3s ease-in-out;
  display: inline-block;
}

.header header-menu .mega-menu__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 3.2rem 4.8rem;
  margin: 0;
  justify-content: center;
}
.header header-menu .mega-menu__link:hover {
  text-decoration: none;
}

.header header-menu .mega-menu__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  align-items: flex-start;
}

.header header-menu .mega-menu__wrapper > .mega-menu__list {
  flex: 0 0 40%;
  width: 40%;
}

.header header-menu .mega-menu__wrapper > .content {
  flex: 0 0 60%;
  width: 60% ;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  padding: 3.2rem 4.8rem;
  border-left: 1px solid var(--10-black, rgba(6, 5, 4, 0.10));
}

#MegaMenu-Content-3 .mega-menu__list {
  width: 100%;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mega-menu__wrapper > .content .megamenu-product__card {
  border-radius: 1.6rem;
  border: 1px solid #EBEBEC;
  overflow: hidden;
  max-height: 12rem;
}

.mega-menu__wrapper > .content .megamenu-product__card__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu__wrapper > .content img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.mega-menu__wrapper > .content .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 2.4rem 0 0;
  background: #FFF;
  padding: 1.2rem 1.6rem;
  margin: 0;
  text-align: center;
  transition: width .3s ease-in-out;
}

.mega-menu__wrapper>.content .megamenu-product__card__wrapper:hover .title-wrapper {
  width: 100%;
}

.mega-menu__wrapper > .content .title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}

.header .header__icon--cart {
  position: relative;
  display: flex;
  width: max-content;
  left: -1rem;
}

shopify-account {
  position: relative;
}

shopify-account::after,
.header__icon--cart::after {
  content: none;
  position: absolute;
  top: 50%;
  left: 0rem;
  height: 2rem;
  width: 1px;
  background: rgba(6, 5, 4, 0.20);
  transform: translateY(-50%);
}

.header .mega-menu:hover::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 7rem;
}

header.header {
  grid-template-areas: "heading icons ctas left-icons";
  grid-template-columns: 1fr auto auto auto;
  gap: 0;
}
.header .header__ctas {
  justify-content: center;
}
.header .header__search details {
  padding: 0;
  opacity: 1;
}

.header .header__ctas .button {
  padding: 1rem 1.6rem;
}

.header .menu-drawer__menu details {
  opacity: 1;
  padding: 0;
}

.header .header-drawer__ctas {
  padding: 2.4rem;
  display: block;
}

.header .menu-drawer__search {
  padding: 2.4rem 3rem 1.2rem;
}

.header .menu-drawer__search .field {
  margin: 0;
}
.header .menu-drawer__search .field:before,
.header .menu-drawer__search .field:after {
display:none;
}


.header .menu-drawer__search .field__input {
  height: 50px;
  padding: 10px 5rem 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
  color: var(--100-black, #060504);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.16px;
  margin: 0;
}

.menu-drawer__localization.header-localization {
  display: none;
}

.header header-drawer {
  margin-left: 1.2rem;
}

.header .header-icons .header__search,
.header .header-icons .header__icon--cart,
.header .header-icons shopify-account {
  padding: 1rem 1.2rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s ease-in-out;
}

.header .header-icons shopify-account {
  display: none;
}

.header .header-icons shopify-account svg {
  width: 1.6rem;
  height: 1.6rem;
  /* position: relative; */
  right: 0.2rem;
}

.announcement-bar-close {
  padding: 0;
  background: none;
  cursor: pointer;
  transition: transform .3s ease-in-out;
}

.announcement-bar-close:hover {
  transform: scale(1.2);
}

.search-modal__form .search__button .svg-wrapper .icon-search {
  color: var(--color-primary) !important;
}

@media screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h0,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    text-wrap: balance;
  }
  .text--counter {
    font-size: 5rem;
  }
  button,
  .button {
    width: max-content;
  }
  .button--full-width {
    width: 100%;
    text-align: center;
  }

  /* Footer */
  .footer .footer__menu {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footer__copyright {
    flex-direction: row;
  }
  .footer .divider {
    margin-top: 2.4rem;
  }
  header.header {
    gap: 1.6rem;
  }
  .header .header-icons {
    grid-template-columns: repeat(3, 4.4rem);
    padding: 0;
    border: 1px solid rgba(6, 5, 4, 0.20);
  }
  .header .header-icons:has(.cart-count-bubble) {
    grid-template-columns: 4.4rem 5.4rem 4.4rem;
  }
  .header .header-icons shopify-account {
    display: flex;
  }
  shopify-account::after,
  .header__icon--cart::after {
    content: '';
    left: 0;
  }
  .header .header-drawer__ctas {
    display: none;
  }
  .header .header__icon--cart {
    left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-icons {
    grid-template-columns: repeat(2, 4.4rem);
  }

  .header .header-icons:has(.cart-count-bubble) {
    grid-template-columns: 5.4rem 4.4rem;
  }

  .header .header-icons .header__search {
    display: none;
  }

  .header .header-icons shopify-account {
    display: flex;
  }

  shopify-account::after {
    content: '';
    left: 0;
  }

  .header__icon--cart::after {
    display: none;
  }

  .header .header__icon--cart {
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  h1,.h1 {
    font-size: 5.2rem;
  }
  h2,.h2 {
    font-size: 4.2rem;
  }
  h3,.h3 {
    font-size: 3.2rem;
  }
  h4,.h4 {
    font-size: 2.6rem;
  }
  a.overlay-link {
    visibility: visible;
  }
  button,
  .button {
    padding: 1.5rem 3.2rem;
  }
  .p1 {
    font-size: 1.7rem;
  }
  .text--counter {
    font-size: 6rem;
  }
  .text--number-product {
    font-size: 2.8rem;
  }
  .text--button-text {
    font-size: 1.5rem;
  }
  .section-padding {
    padding-inline: 3rem;
    padding-block: 4rem;
  }
  .progress {
    display: block;
  }

  /* Cards Carousel */
  .cards__wrapper {
    padding-left: calc(26% + 4rem);
  }
  .cards__wrapper .splide__arrows {
    position: absolute;
    justify-content: center;
  }
  /* Footer */
  .footer .footer__info {
    flex-direction: row;
  }
  .footer .footer__menu {
    gap: 3rem;
    padding-right: 3rem;
    justify-content: flex-start;
  }
  .header .header__ctas {
    gap: 0.8rem;
  }
  .header .header__ctas .button {
    padding: 1.3rem 1rem;
  }
  .header.header--middle-left {
    gap: 0.8rem;
  }
  header.header {
    grid-template-areas: "heading navigation icons ctas";
    grid-template-columns: auto 1fr auto auto;
  }
  .header .header-icons .header__search {
    padding: 0;
    width: 100%;
  }
  .header .header-icons .header__search summary {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header .header-icons .header__search summary,
  .header .header-icons .header__icon--cart,
  .header .header-icons shopify-account {
    padding: 1.5rem 1.2rem;
  }
  .header .header-icons .header__search:hover,
  .header .header-icons .header__icon--cart:hover,
  .header .header-icons shopify-account:hover {
    background-color: var(--color-primary);
    cursor: pointer;
  }

  .header .header-icons .header__search:hover .icon-search,
  .header .header-icons .header__icon--cart:hover svg,
  .header .header-icons shopify-account:hover svg {
    color: #fff;
  }
  

  .header .header-icons .header__icon--cart:hover .cart-count-bubble {
    background-color: #fff;
    color: var(--color-primary);
  }
}

@media screen and (min-width: 1280px) {
  /* Cards Carousel */
  .cards__wrapper {
    padding-left: calc(26% + 8rem);
  }
  .text--counter {
    font-size: 7rem;
  }
  .text--number-product {
    font-size: 3.2rem;
  }
  .text--button-text {
    font-size: 1.6rem;
  }
  .section-paddding--header {
    padding-inline: 3.2rem;
  }
  .header .header__ctas {
    gap: 1.6rem;
  }
  .header .header__ctas .button {
    padding: 1.6rem 3.2rem;
  }
  .header.header--middle-left {
    gap: 1.6rem;
  }
}

@media screen and (min-width: 1440px) {
  h1,.h1 {
    font-size: 6.4rem;
  }
  h2,.h2 {
    font-size: 5.2rem;
  }
  h3,.h3 {
    font-size: 3.6rem;
  }
  h4,.h4 {
    font-size: 2.8rem;
  }
  .p1 {
    font-size: 1.8rem;
  }
  .section-padding {
    padding-inline: 6.4rem;
    padding-block: 8rem;
  }
  .section-padding--narrow {
    padding-inline: 4.8rem;
    padding-block: 4rem;
  }
  .section-padding--cta {
    padding-block: 4.8rem;
  }
  .section-padding--faq {
    padding-inline: 4.8rem;
  }
  .section-padding--carousel {
    padding-block: 4rem;
  }
}

@media screen and (max-width: 768px) {
  shopify-account {
    display: none !important;
  }
  .header .header-icons {
    grid-template-columns: repeat(1, 4.4rem) !important;
  }
  .remove-all-filter-btn {
    padding: 6px;
    border: none;
    text-decoration: underline;
  }
  .apply-filter-btn {
    border-radius: 30px;
    padding: 6px;
  }
}

.product-buy-buttons:after {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(6, 5, 4, 0.2);
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.main_product_grid {
  display: flex;
  gap: 80px;
  padding-top: 42px;
}

.product_gallery_col {
  width: 50%;
}

{% comment %} .product__info-container {
    padding: 0px 27px;
} {% endcomment %}
.review-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  margin-bottom: 15px;
} 

.review-stars {
  display: flex;
  gap: 1.32px;
  color: #f5c518;
  font-size: 20px;
  letter-spacing: 2px;
}

.review-text {
  font-family: 'Manrope';
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.16px;
}

.product-form__buttons {
  display: flex;
  gap: 16px;
  width: 100%;
  flex-direction: column;
}

@media (max-width: 767px) {
  .product-form__buttons {
    gap: 12px;
    flex-wrap: wrap;
  }
}

.buy-now-wrap {
  width: 100%;
}


.custom-button-row {
  width: 100%;
  display: flex;
  gap: 16px;
}

.custom-add-cart-btn, .truform-size-chart-btn {
  width: 100%;
  display: flex;
  margin: 0;
  height: 57px;
  align-items: center;
}

.custom-add-cart-btn {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.custom-add-cart-btn:disabled,
.custom-add-cart-btn.out-of-stock {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.custom-add-cart-btn .cart-icon {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.custom-add-cart-btn .cart-icon svg {
  width: 18px;
  height: 18px;
}

.custom-add-cart-btn .loading__spinner {
  display: none;
}

/* ==============================
   SIZE CHART POPUP
============================== */

.size-chart-modal {
  width: min(900px, calc(100% - 40px));
  max-width: 900px;
  max-height: 90vh;
  padding: 0;
  margin: auto;
  border: 0;
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.size-chart-modal::backdrop {
  background: rgba(6, 5, 4, 0.6);
  backdrop-filter: blur(3px);
}

.size-chart-modal__inner {
  position: relative;
  width: 100%;
  max-height: 90vh;
  padding: 32px;
  overflow-y: auto;
}

.size-chart-modal__header {
  margin-bottom: 24px;
  padding: 0 50px;
  text-align: center;
}

.size-chart-modal__title {
  margin: 0;
  color: var(--color-primary, #0E1B4D);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.size-chart-modal__close-wrap {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  margin: 0;
}

.size-chart-modal__close {
  width: 44px !important;
  height: 44px;
  min-width: 44px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 24, 56, 0.2);
  border-radius: 8px;
  background: #FFFFFF;
  color: var(--color-primary, #0E1B4D);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.size-chart-modal__close:hover {
  background: var(--color-primary, #0E1B4D);
  color: #FFFFFF;
  border-color: var(--color-primary, #0E1B4D);
}

.size-chart-modal__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.size-chart-modal__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70vh;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.size-chart-download-btn {
  display: none !important;
}


/* MOBILE */
@media screen and (max-width: 749px) {

  .size-chart-modal {
    width: calc(100% - 24px);
    max-height: 90vh;
    border-radius: 8px;
  }

  .size-chart-modal__inner {
    padding: 56px 16px 20px;
  }

  .size-chart-modal__header {
    margin-bottom: 16px;
    padding: 0 20px;
  }

  .size-chart-modal__title {
    font-size: 22px;
  }

  .size-chart-modal__close-wrap {
    top: 10px;
    right: 10px;
  }

  .size-chart-modal__image {
    max-height: 70vh;
  }

  .size-chart-download-btn {
    position: absolute;
    top: 12px;
    right: 68px;
    z-index: 5;
    width: 44px;
    height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 24, 56, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #0E1B4D;
    cursor: pointer;
  }

  .size-chart-download-btn svg {
    width: 22px;
    height: 22px;
  }
}

.text--number-product {
    font-size: 32px;
    font-weight: 500;
}

.main_product_grid .price-item.text--number-product.price-item--sale.price-item--last {
  font-size: 36px !important;
  font-weight: 700 !important;
}

.product__description {
    margin-top: -3px !important;
    line-height: 1.8;
}

.product__description h2,
.product__description h3,
.product__description h4 {
    margin-block: 30px 18px;
    font-size: 2.4rem;
}

.product__description ul {
  margin-top: 24px !important;
}

.product__description li {
  padding-bottom: 8px;
}


.form__label {
  font-size: 16px;
}

.quantity__input {
  border: 1px solid var(--color-black--20);
  font-size: 16px;
  height: 32px;
  border-radius: 8px;
}

quantity-input.quantity {
  padding-top: 4px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 106px;
}

.quantity__button {
  width: 20px;
}

.quantity__button .svg-wrapper {
  width: 15px;
}

.product-form__input--pill input[type=radio]+label {
  appearance: none;
  border: 1px solid rgba(0, 24, 56, .2);
  background: transparent;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: .25s;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -.16px;
  color: #060504 !important;
}

.product-form__input--pill input[type=radio]:checked+label {
  color: #fff !important;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  height: 57px;
}

product-form.product-form {
  margin: 0 !important;
}

.product-buy-buttons {
  background: #FFFFFF;
  bottom: 0;
  margin: 0 !important;
  padding: 15px 0;
}



@media screen and (max-width: 1058px) {
  .custom-button-row {
    display: flex;
    flex-direction: column;
  }

}

@media screen and (max-width: 1000px) {

  .main_product_grid {
      display: flex;
      flex-direction: column;
  }

  .product__info-container {
      max-width: unset;
  }

  .product_gallery_col {
      width: 100%;
  }

}


@media screen and (max-width: 749px) {
  .product__info-container {
    padding: 22px 0px;
  }

  .product__description h2 {
    margin-block: 1.8rem;
    font-size: 1.8rem;
  }

}