/** Shopify CDN: Minification failed

Line 1551:146 Unexpected "{"

**/
.main-announcement {
  background: var(--color-black, #000);
  display: flex;
  width: 100%;
  padding: var(--spacing-3, 12px) 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  color: var(--color-white, #FFF);
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.main-header {
  display: flex;
  width: 100%;
  padding: var(--spacing-7, 28px) var(--spacing-12, 48px);
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: sticky;
  top: 0px;
  z-index: 5;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main-header {
    padding: 16px;
    height: 64px;
    box-sizing: border-box;
  }
  .product__info-wrapper .product__title h1 {
    font-size: 48px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .main-header .main-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px;
  }
}
.main-header__menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .main-header__menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #fff;
    left: -100%;
  }
}
.main-header__menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: var(--spacing-8, 32px);
}
@media only screen and (max-width: 1024px) {
  .main-header__menu ul {
    flex-direction: column;
  }
}
.main-header__menu ul li {
  list-style: none;
}
.main-header__menu ul li a {
  color: var(--color-black, #000);
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
}
.main-header__menu ul li a:hover {
  text-decoration: underline;
}
.main-header__menu ul li a.hightlight {
  color: var(--color-black, #000);
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.main-header__actions {
  display: flex;
  width: 125px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .main-header__actions {
    position: absolute;
    right: 16px;
    margin: auto;
  }
}
.main-header__actions button {
  background-color: transparent;
  border: 0;
  padding: 0px;
}

.main-footer {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: var(--spacing-16, 64px) var(--spacing-8, 32px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-14, 56px);
  flex-shrink: 0;
  background: var(--color-neutral-800, #262626);
}
.main-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
@media only screen and (max-width: 1024px) {
  .main-footer__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-11, 44px);
    align-self: stretch;
  }
}
.main-footer__top--col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-6, 24px);
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col {
    width: 100%;
  }
}
.main-footer__top--col.first-col {
  width: 317px;
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col.first-col {
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col.second-col {
    order: 3;
  }
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col.thirthy-col {
    order: 4;
  }
}
.main-footer__top--col.newsletter-col {
  width: 430px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col.newsletter-col {
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col.newsletter-col .footer-newsletter {
    width: 100%;
  }
}
.main-footer__top--col.newsletter-col .footer-newsletter__inputs {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col.newsletter-col .footer-newsletter__inputs {
    flex-direction: column;
  }
}
.main-footer__top--col.newsletter-col .footer-newsletter__inputs input {
  display: flex;
  width: 278px;
  padding: 0 var(--Space-600, 24px);
  align-items: center;
  gap: var(--Space-0, 0);
  align-self: stretch;
  border-radius: var(--radius-none, 0);
  border: 1px solid var(--color-white, #FFF);
  background-color: transparent;
  box-sizing: border-box;
  color: var(--color-neutral-400, #fff);
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col.newsletter-col .footer-newsletter__inputs input {
    width: 100%;
    height: 50px;
  }
}
.main-footer__top--col.newsletter-col .footer-newsletter__inputs input::placeholder {
  color: #999;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col.newsletter-col .footer-newsletter__inputs button {
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main-footer__top--col.newsletter-col .footer-newsletter__checks {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.main-footer__top--col.newsletter-col .footer-newsletter__checks input[type=checkbox] {
  visibility: hidden;
}
.main-footer__top--col.newsletter-col .footer-newsletter__checks label {
  color: #FFF;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}
.main-footer__top--col.newsletter-col .footer-newsletter__checks label span {
  width: 409px;
  display: block;
  padding-left: 22px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col.newsletter-col .footer-newsletter__checks label span {
    width: 72vw;
  }
}
.main-footer__top--col.newsletter-col .footer-newsletter__checks label:after {
  border-style: none none solid solid;
  content: "";
  height: 3px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
}
.main-footer__top--col.newsletter-col .footer-newsletter__checks a {
  color: #FFF;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.main-footer__top--col.newsletter-col .footer-newsletter__checks input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.main-footer__top--col h2 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-2xl, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin: 0px;
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col h2 {
    font-size: 20px;
    line-height: 16px;
  }
}
.main-footer__top--col h3 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col h3 {
    line-height: 20px;
  }
}
.main-footer__top--col ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-8, 32px);
}
@media only screen and (max-width: 1024px) {
  .main-footer__top--col ul {
    gap: 26px;
  }
}
.main-footer__top--col ul li {
  list-style: none;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.main-footer__top--col ul li strong {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: block;
  margin-bottom: -14px;
}
.main-footer__top--col ul li a {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.main-footer__top--col ul li a.menu-footer-link {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.main-footer__top--col ul li a.menu-footer-link:hover {
  text-decoration: underline;
}
.main-footer__middle svg {
  width: 100%;
  height: auto;
  display: block;
}
.main-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media only screen and (max-width: 1024px) {
  .main-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-3, 6px);
    align-self: stretch;
  }
}
.main-footer__bottom span {
  color: var(--color-neutral-600, #525252);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
@media only screen and (max-width: 1024px) {
  .main-footer__bottom span {
    font-family: var(--font-family-brand-secondary, Helvetica);
    font-size: var(--font-size-base, 14px);
    font-weight: 700;
    line-height: 18px;
    text-align: center;
  }
}
.main-footer__bottom span a {
  color: var(--color-neutral-600, #525252);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .main-footer__bottom span a {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-footer__bottom span a:hover {
  color: #fff;
  text-decoration: underline;
}

.custom-section-hero {
  position: relative;
  overflow: hidden;
}
.custom-section-hero__labels {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 690px;
  text-align: center;
  margin: auto;
  top: 6%;
}
@media only screen and (max-width: 1024px) {
  .custom-section-hero__labels {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    top: 8%;
  }
  .custom-section-hero__labels svg {
    width: 300px;
    height: auto;
  }
}
.custom-section-hero__labels .big-title span {
  display: block;
  color: var(--color-white, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 90.837px;
  font-style: normal;
  font-weight: 200;
  line-height: 72.142px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-hero__labels .big-title span {
    font-size: 48px;
    line-height: 48px;
  }
}
.custom-section-hero__actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
}
.custom-section-hero__dot {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 22.127px;
  border: 1.58px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  z-index: 2;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.custom-section-hero__dot::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 16px;
  height: 16px;
  left: 9px;
  top: 9px;
  z-index: 2;
  border-radius: 100px;
}
.custom-section-hero__dot a {
  display: flex;
  padding: var(--spacing-3, 12px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-1, 4px);
  border-radius: var(--radius-sm, 4px);
  background: #FFF;
  margin-left: 170px;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: none;
}
.custom-section-hero__dot a h4 {
  color: #000;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
.custom-section-hero__dot a p {
  color: #747474;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  margin: 0px;
}
.custom-section-hero__dot:hover {
  background-color: transparent;
  border-color: transparent;
}
.custom-section-hero__dot:hover a {
  margin-left: 180px;
  visibility: visible;
  opacity: 1;
}
.custom-section-hero .hero-bg {
  display: block;
  width: 100%;
  height: auto;
}

.custom-section-product-grid {
  position: relative;
}
.custom-section-product-grid h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-product-grid h2 {
    margin-bottom: 24px;
  }
}
.custom-section-product-grid__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
@media only screen and (max-width: 1024px) {
  .custom-section-product-grid__container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }
}
.custom-section-product-grid__container .custom-section-product-item {
  position: relative;
  text-decoration: none;
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-product-grid__container .custom-section-product-item {
    flex: 0 0 315px;
    width: 315px;
    max-width: 315px;
    padding-bottom: 12px;
  }
}
.custom-section-product-grid__container .custom-section-product-item__image {
  width: 100%;
}
.custom-section-product-grid__container .custom-section-product-item__image span {
  display: flex;
  padding: var(--spacing-2, 8px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 12px;
  top: 12px;
  background: var(--color-white, #FFF);
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.custom-section-product-grid__container .custom-section-product-item__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.custom-section-product-grid__container .custom-section-product-item__labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.custom-section-product-grid__container .custom-section-product-item__labels div:nth-child(1) {
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.custom-section-product-grid__container .custom-section-product-item__labels div:nth-child(2) {
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.custom-section-product-grid__container .custom-section-product-item:nth-child(1) .custom-section-product-item__image, .custom-section-product-grid__container .custom-section-product-item:nth-child(3) .custom-section-product-item__image {
  aspect-ratio: 2/1.55;
  min-height: 10px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-product-grid__container .custom-section-product-item:nth-child(1) .custom-section-product-item__image, .custom-section-product-grid__container .custom-section-product-item:nth-child(3) .custom-section-product-item__image {
    aspect-ratio: 2/2;
  }
}
.custom-section-product-grid__container .custom-section-product-item:nth-child(2) .custom-section-product-item__image {
  aspect-ratio: 2/2.2;
  min-height: 10px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-product-grid__container .custom-section-product-item:nth-child(2) .custom-section-product-item__image {
    aspect-ratio: 2/2.75;
  }
}

.custom-section-deals {
  position: relative;
}
.custom-section-deals__items {
  display: flex;
  width: 100%;
  padding: var(--spacing-20, 80px) 0 var(--spacing-32, 128px) 0;
  padding-bottom: 96px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-20, 80px);
  background: var(--color-Brand-Colors-primary, #FAF8F5);
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .custom-section-deals__items {
    padding-top: 60px;
    padding-bottom: 46px;
    gap: 40px;
  }
}
.custom-section-deals__items--grid {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-6, 24px);
}
.custom-section-deals__items--grid.grid-faqs {
  width: 1450px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .custom-section-deals__items--grid {
    flex-direction: column;
  }
}
.custom-section-deals__items--grid__item {
  display: flex;
  width: 414px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-8, 32px);
}
@media only screen and (max-width: 1024px) {
  .custom-section-deals__items--grid__item {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.custom-section-deals__items--grid__item:nth-child(1) svg {
  transform: scale(0.8);
}
.custom-section-deals__items--grid__item svg {
  height: 50px;
}
.custom-section-deals__items--grid__item div {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-6, 24px);
}
.custom-section-deals__items--grid__item div h4 {
  color: #000;
  text-align: center;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-xl, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin: 0px;
  width: 100%;
  text-align: center;
}
.custom-section-deals__items--grid__item div p {
  color: #000;
  text-align: center;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-leading-6, 24px);
  margin: 0px;
  width: 100%;
  text-align: center;
}
.custom-section-deals__marqee {
  background: var(--color-black, #000);
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  width: 100%;
  padding: var(--spacing-3, 12px) 0;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}
.custom-section-deals__marqee span {
  display: inline-block;
  animation: marquee 20s linear infinite;
  padding: 0 20px;
  color: var(--color-white, #FFF);
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.custom-section-deals__marqee span strong {
  padding-left: 40px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.custom-section-image {
  position: relative;
  width: 1550px;
  max-width: 85%;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-image {
    margin-top: 34px;
    margin-bottom: 34px;
    max-width: 98%;
  }
}
.custom-section-image img {
  width: 100%;
  display: block;
  height: auto;
}

.custom-section-slider-image.custom-section-spacing {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  margin-top: 125px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-slider-image {
    margin-top: 38px !important;
    margin-bottom: 56px !important;
  }
}
.custom-section-slider-image .slick-arrow {
  background: transform;
  z-index: 5;
  width: 42%;
  height: 42%;
  top: 35%;
}
.custom-section-slider-image .slick-arrow::before {
  opacity: 0;
}

.custom-section-slider-image .slick-arrow.slick-prev {
  left: -42%;
}
.custom-section-slider-image .slick-arrow.slick-next {
  right: -42%;
}
@media only screen and (max-width: 1024px) {

}


.custom-section-slider-image__items {
  position: relative;
  width: 760px;
  margin: 0 auto;
  overflow: visible;
}
.custom-section-slider-image__items .slick-list {
  overflow: visible;
}
.custom-section-slider-image__items .slick-track {
  padding-top: 50px;
  padding-bottom: 30px;
}
.custom-section-slider-image__items .slick-list .slick-slide {
  transform: scale(0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custom-section-slider-image__items .slick-list .slick-slide.slick-current {
  transform: scale(1);
}
.custom-section-slider-image__items .slick-list .slick-slide.slick-current .custom-section-slider-image__items--item img {
  transform: scale(1.8);
  top: 20px;
}
.custom-section-slider-image__items .slick-list .slick-slide.slick-current .custom-section-slider-image__items--item div {
  visibility: visible;
  opacity: 1;
  top: 32px;
}
@media only screen and (max-width: 1360px) {
  .custom-section-slider-image__items {
    width: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-section-slider-image__items {
    width: 100%;
  }
}
.custom-section-slider-image__items--item {
  position: relative;
}
.custom-section-slider-image__items--item img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0px;
  position: relative;
  transform: scale(1.2);
}
.custom-section-slider-image__items--item div {
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 60px;
}
.custom-section-slider-image__items--item div h3 {
  color: #000;
  font-family: var(--font-family-brand-primary, "Playfair Display");
  font-size: var(--font-size-3xl, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-slider-image__items--item div h3 {
    font-size: 24px;
  }
}
.custom-section-slider-image__items--item div p {
  color: #000;
  text-align: right;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-slider-image__items--item div p {
    font-size: 14px;
  }
}

.custom-section-products-slider {
  position: relative;
}
.custom-section-products-slider h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-products-slider h2 {
    margin-bottom: 24px;
  }
}
.custom-section-products-slider .slick-list {
  padding: 0 14px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-products-slider .slick-list {
    padding: 0 4px;
  }
}
.custom-section-products-slider .slick-list .slick-track {
  display: flex;
  gap: 12px;
}
.custom-section-products-slider .slick-arrow {
  position: absolute;
  right: 24px;
  top: -50px;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-products-slider .slick-arrow {
    right: 12px;
    top: -33px;
    opacity: 0 !important;
  }
}
.custom-section-products-slider .slick-arrow::before {
  display: none;
}
.custom-section-products-slider .slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: no-drop;
}
.custom-section-products-slider .slick-arrow.slick-prev {
  left: auto;
  right: 66px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDQ0IDQ0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMzAuMzA1MiAzMy44NjE1TDI4LjM2MTggMzUuODA0OEwxNC41NTY4IDIxLjk5OThMMjguMzYxOCA4LjE5NDgzTDMwLjMwNTIgMTAuMTM4MkwxOC40NDUzIDIxLjk5OThMMzAuMzA1MiAzMy44NjE1WiIgZmlsbD0iIzFBMUExQSIvPgo8L3N2Zz4=);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .custom-section-products-slider .slick-arrow.slick-prev {
    right: 60px;
  }
}
.custom-section-products-slider .slick-arrow.slick-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDQ0IDQ0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMuNjk0OCAxMC4xMzg1TDE1LjYzODIgOC4xOTUxN0wyOS40NDMyIDIyLjAwMDJMMTUuNjM4MiAzNS44MDUyTDEzLjY5NDggMzMuODYxOEwyNS41NTQ3IDIyLjAwMDJMMTMuNjk0OCAxMC4xMzg1WiIgZmlsbD0iIzFBMUExQSIvPgo8L3N2Zz4=);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
.custom-section-grid-collections {
  position: relative;
  margin-bottom: 100px;
}
.custom-section-grid-collections h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-grid-collections h2 {
    margin-bottom: 24px;
    line-height: 30px;
  }
}
.custom-section-grid-collections__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 20px;
}
.custom-section-grid-collections__container--col.col1 {
  width: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-6, 24px);
}
.custom-section-grid-collections__container--col.col1 a {
  aspect-ratio: 2/1.9;
}
.custom-section-grid-collections__container--col.col2 {
  width: 44%;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  gap: 20px 19px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .custom-section-grid-collections__container--col.col2 {
    width: 100%;
    gap: 10px;
  }
}
.custom-section-grid-collections__container--col.col2 a {
  flex-shrink: 0;
}
.custom-section-grid-collections__container--col.col2 a:nth-child(2) {
  aspect-ratio: 2/1.29;
}
.custom-section-grid-collections__container--col.col2 a:nth-child(3), .custom-section-grid-collections__container--col.col2 a:nth-child(4) {
  width: calc(50% - 10px);
  aspect-ratio: 2/2.2;
}
@media only screen and (max-width: 1024px) {
  .custom-section-grid-collections__container--col.col2 a {
    aspect-ratio: 2/3.2 !important;
    width: calc(50% - 5px) !important;
  }
}
.custom-section-grid-collections__container--col a {
  text-decoration: none;
  overflow: hidden;
  display: flex;
  width: 100%;
  min-height: 10px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.custom-section-grid-collections__container--col a span {
  z-index: 2;
  position: relative;
  color: #FFF;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-2xl, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .35s cubic-bezier(.77,0,.175,1);
  -moz-transition: all .35s cubic-bezier(.77,0,.175,1);
  -o-transition: all .35s cubic-bezier(.77,0,.175,1);
  transition: all .35s cubic-bezier(.77,0,.175,1);
  top: 0px;
  width: 100%;
}
.custom-section-grid-collections__container--col a span strong {
  text-decoration: underline;
  display: block;
  position: absolute;
  bottom: -26px;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  -webkit-transition: all .35s cubic-bezier(.77,0,.175,1);
  -moz-transition: all .35s cubic-bezier(.77,0,.175,1);
  -o-transition: all .35s cubic-bezier(.77,0,.175,1);
  transition: all .35s cubic-bezier(.77,0,.175,1);
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .custom-section-grid-collections__container--col a span {
    font-size: 18px;
    display: block;
    padding: 0 10px;
    text-align: center;
    line-height: 22px;
  }
}
.custom-section-grid-collections__container--col a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all .45s cubic-bezier(.77,0,.175,1);
  -moz-transition: all .45s cubic-bezier(.77,0,.175,1);
  -o-transition: all .45s cubic-bezier(.77,0,.175,1);
  transition: all .45s cubic-bezier(.77,0,.175,1);
}



.custom-product-item {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.custom-product-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 2/2.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .custom-product-item__image {
    margin-bottom: 16px;
  }
}
.custom-product-item__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.custom-product-item__labels {
  display: flex;
  flex-direction: column;
}
.custom-product-item__labels div:nth-child(1) {
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1024px) {
  .custom-product-item__labels div:nth-child(1) {
    margin-bottom: 6px;
  }
}
.custom-product-item__labels div:nth-child(2) {
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//saycheesecakes.es/cdn/fonts/arapey/arapey_n4.f34340ab9c56baa7f8accf674e253407b725d12c.woff2") format("woff2"), url("//saycheesecakes.es/cdn/fonts/arapey/arapey_n4.003d1426f62522643e43e1d3072a2e7d1ab78130.woff") format("woff");
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//saycheesecakes.es/cdn/fonts/arapey/arapey_i4.ad247a0e8f08ff5e0ae323e76dcd32a177cc1ff2.woff2") format("woff2"), url("//saycheesecakes.es/cdn/fonts/arapey/arapey_i4.82d96a9fb4e68810c9dda6c6733ec9fc812fc1dd.woff") format("woff");
}
@font-face {
  font-family: "Playfair Display";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("//saycheesecakes.es/cdn/fonts/playfair_display/playfairdisplay_n5.6d96c6c4ac11fa0f6466bea3ceb706b13b60121f.woff2") format("woff2"), url("//saycheesecakes.es/cdn/fonts/playfair_display/playfairdisplay_n5.243754f603c104a858dcf4ebe73445104040a1bf.woff") format("woff");
}
html, body {
  margin: 0;
  padding: 0;
}

.slow_ani {
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}

.main-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .main-container {
    padding: 0 12px;
  }
}

.custom-section-spacing {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-spacing {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.custom-section-spacing-big {
  margin-top: 120px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .custom-section-spacing-big {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1025px) {
  .show-only-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .show-only-desktop {
    display: none !important;
  }
}

.ds-components-section {
  position: relative;
  margin: 50px;
  padding: 40px;
  box-sizing: border-box;
  outline: 1px solid rgb(212, 212, 212);
}
.ds-components-section.dark-version {
  background-color: #000;
}

.big-title {
  color: var(--color-white, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Playfair Display";
  font-size: 142.179px;
  font-style: italic;
  font-weight: 400;
  line-height: 112.917px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .big-title {
    font-size: 60px;
    line-height: 60px;
  }
}

.type-h2 {
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-primary, "Playfair Display");
  font-size: var(--font-size-4xl, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0px;
}
@media only screen and (max-width: 1024px) {
  .type-h2 {
    font-size: 30px;
    line-height: 16px;
  }
}

.type-h2-v2 {
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: "Playfair Display";
  font-size: var(--font-size-6xl, 60px);
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  margin: 0px;
}
@media only screen and (max-width: 1024px) {
  .type-h2-v2 {
    font-size: 30px;
    line-height: normal;
  }
}

.full-width-img {
  width: 100%;
  height: auto;
  display: block;
}

.main-button {
  background: var(--color-black, #000);
  border: 1px solid var(--color-black, #000);
  color: var(--color-white, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  padding: var(--spacing-5, 20px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: auto;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.main-button:hover {
  background-color: transparent;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .main-button {
    padding: 15px 20px;
  }
}

.secondary-button {
  background: var(--color-black, #fff);
  border: 1px solid var(--color-black, #fff);
  color: var(--color-white, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  padding: var(--spacing-5, 20px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: auto;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.secondary-button:hover {
  background-color: transparent;
  color: #fff;
}

  .custom-section-slider-image__items .slick-dots {
    bottom: -32px;
  }
  .custom-section-slider-image__items .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .custom-section-slider-image__items .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #000;
    opacity: 0.5;
    border: 0px;
    border-radius: 10px;
    padding: 0px;
  }
  .custom-section-slider-image__items .slick-dots li button:before {
    display: none;
  }
  .custom-section-slider-image__items .slick-dots li.slick-active button {
    opacity: 1;
  }

@media only screen and (max-width: 1024px) {
  .secondary-button {
    padding: 15px 20px;
  }
  .custom-section-slider-image__items .slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 3px;
  }
  .custom-section-slider-image__items .slick-dots li button {
    width: 4px;
    height: 4px;
  }
}

@media only screen and (min-width: 1025px) {
  .custom-section-grid-collections__container--col a:hover img {
    transform: scale(1.16);
  }

  .custom-section-grid-collections__container--col a:hover span {
    top: -10px;
  }

  .custom-section-grid-collections__container--col a:hover span strong {
    opacity: 1;
    bottom: -36px;
  }

  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper,
  body.template-page-about .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper,
  body.template-page-faqs .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper,
  body.template-404 .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper {
    background: transparent !important;
    border: 0;
    position: absolute;
    width: 100%;
  }
  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__inline-menu a span,
  body.template-page-about .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__inline-menu a span,
  body.template-page-faqs .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__inline-menu a span,
  body.template-404 .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__inline-menu a span {
    color: #fff !important;
  }
  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__heading-logo-wrapper,
  body.template-page-about .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__heading-logo-wrapper,
  body.template-page-faqs .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__heading-logo-wrapper,
  body.template-404 .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__heading-logo-wrapper {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
  }

  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--search .icon.icon-search,
  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--cart .svg-wrapper svg,
  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .menu-drawer-container svg:not(.icon-close), {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
  }

  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--search,
  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--cart {
    color: #fff !important;
  }

  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--search .svg-wrapper svg,
  body.template-index .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--cart {
    filter: invert(100%) !important;
    -webkit-filter: invert(100%) !important;
    -moz-filter: invert(100%) !important;
  }

  body.template-page-about .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--search .svg-wrapper svg,
  body.template-page-faqs .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--search .svg-wrapper svg,
  body.template-404 .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--search .svg-wrapper svg {
    filter: invert(100%) !important;
    -webkit-filter: invert(100%) !important;
    -moz-filter: invert(100%) !important;
  }
  

  body.template-index .shopify-section-group-header-group .header-wrapper,
  body.template-page-about .shopify-section-group-header-group .header-wrapper,
  body.template-page-faqs .shopify-section-group-header-group .header-wrapper,
  body.template-404 .shopify-section-group-header-group .header-wrapper {
    border: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  body.template-page-about .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--search .icon.icon-search,
  body.template-page-about .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--cart .svg-wrapper svg,
  body.template-page-about .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .menu-drawer-container svg:not(.icon-close) {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
  }

  body.template-page-faqs .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--search .icon.icon-search,
  body.template-page-faqs .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--cart .svg-wrapper svg,
  body.template-page-faqs .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .menu-drawer-container svg:not(.icon-close) {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
  }

  body.template-404 .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--search .icon.icon-search,
  body.template-404 .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .header__icon--cart .svg-wrapper svg,
  body.template-404 .shopify-section-group-header-group:not(.scrolled-past-header) .header-wrapper .menu-drawer-container svg:not(.icon-close) {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
  }

  body.template-index .announcement-bar-section .utility-bar {
    background: #fff !important;
    color: #000 !important;
  }
  body.template-index .announcement-bar-section .utility-bar .announcement-bar__message span {
    color: #000 !important;
  }
}

body.template-404 .banner__content .banner__box {
  background: transparent !important;
}

body.template-404 .banner__content .banner__box .banner__heading  {
  color: var(--Colors-100, var(--Colors-100, #F7F7F5));
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-primary, "Playfair Display");
  font-size: var(--font-size-4xl, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.08px;
}

body.template-404 .banner__content .banner__box .banner__text {
  margin-top: 0px;
  margin-bottom: 16px;
}

body.template-404 .banner__buttons a {
  background: var(--color-black, #fff);
  border: 1px solid var(--color-black, #fff);
  color: var(--color-white, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  padding: var(--spacing-5, 20px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: auto;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
body.template-404 .banner__buttons a:hover {
  background-color: transparent;
  color: #fff;
}
body.template-404 .banner__buttons a:after,
body.template-404 .banner__buttons a:before {
  display: none;
}
body.template-404 .banner__buttons {
  margin-top: 10px;
}

body.template-404 .banner__content .banner__box .banner__text p {
  color: var(--Colors-100, var(--Colors-100, #F7F7F5));
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 33.4px;
}


.announcement-bar__message {
  position: relative;
  top: 1px;
}

body.template-index .custom-section-hero__labels {
  display: none !important;
}


body.template-index .shopify-section-group-header-group.scrolled-past-header.shopify-section-header-sticky {

}

variant-selects .product-form__input .form__label {
  color: var(--color-black, #000);
  font-family: var(--font-family-brand-secondary, Inter);
  font-size: var(--font-size-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}

variant-selects .js.product-form__input {
  margin-bottom: 20px;
}

variant-selects .product-form__input--pill input[type=radio]+label {
  border-radius: var(--radius-none, 0);
  border: 1px solid var(--color-Brand-Colors-quaternary, #9C9C9C);
  background: var(--color-white, #FFF);
  color: var(--color-Brand-Colors-quaternary, #9C9C9C);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--Typo-Body-S, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

variant-selects .product-form__input--pill input[type=radio]:checked+label {
  border-radius: 0px;
  border-radius: var(--radius-none, 0);
  border: 1px solid var(--color-black, #000);
  background: var(--color-white, #FFF);
  color: var(--color-black, #000);
  text-align: center;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--Typo-Body-S, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-form__input--pill input[type=radio].disabled:checked+label, .product-form__input--pill input[type=radio]:disabled:checked+label {
  color: #000 !important;
}

.product__info-wrapper .product__title h1 {
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: "Playfair Display";
  font-size: var(--font-size-6xl, 60px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 70px;
}

/*# sourceMappingURL=styles.css.map */

/* tooltip */
.custom-product-info__tooltip {
  display: flex;
  padding: 0px var(--Space-150, 6px);
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: var(--Corner-Full, 10000px);
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
}
.custom-product-info__tooltip .purchase-indicator {
  display: flex;
  height: 28px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px auto 0;
  border-radius: var(--radius-full, 9999px);
}
.custom-product-info__tooltip .purchase-indicator .profile-images {
  display: flex;
  align-items: center;
  gap: -4px;
}
.custom-product-info__tooltip .purchase-indicator .profile-image {
  width: 16px;
  height: 16px;
  border-radius: 40px;
  border: 2px solid #FFF;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  transition: border-radius 0.5s ease-in-out, transform 0.3s ease-in-out;
}
.custom-product-info__tooltip .purchase-indicator .profile-image:not(:first-child) {
  margin-left: -4px;
}
.custom-product-info__tooltip .purchase-indicator .profile-image.profile-image-highlighted {
  border-radius: 8px !important;
}
.custom-product-info__tooltip .purchase-indicator .profile-image.profile-image-highlighted:hover {
  transform: scale(1.05);
}
.custom-product-info__tooltip .purchase-indicator p {
color: var(--color-black, #000);
font-family: var(--font-family-brand-secondary, Helvetica);
font-size: var(--font-size-sm, 14px);
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
letter-spacing: -0.7px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.custom-product-info__tooltip .purchase-indicator .purchase-name-container {
  position: relative;
  display: inline-block;
  min-height: 1.2em;
}
.custom-product-info__tooltip .purchase-indicator .purchase-name {
  display: inline-block;
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--Typo-Body-S, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.65px;
  opacity: 1 !important;
}
.custom-product-info__tooltip .purchase-indicator .purchase-name.active {
  opacity: 1;
  transform: translateY(0);
}
.custom-product-info__tooltip .purchase-indicator .verified-icon {
  width: 12px;
  height: 13px;
  flex-shrink: 0;
}
.custom-product-info__tooltip .purchase-indicator .purchase-text {
  opacity: 0.9;
}
.custom-product-info__tooltip .purchase-indicator .purchase-number {
  font-weight: bold;
  color: var(--Colors-1000, var(--Colors-1000, #1D2730));
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-sm, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
}
.custom-product-info__tooltip .purchase-indicator .purchase-number.loading {
  animation: pulse 1s ease-in-out infinite;
  color: #999;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .custom-product-info__tooltip .purchase-indicator {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    row-gap: 6px;
    align-items: center;
    justify-items: center;
  }
  .custom-product-info__tooltip .purchase-indicator .profile-images {
    grid-column: 1;
    grid-row: 1/span 2;
    display: inline-flex;
    gap: 4px;
  }
  .custom-product-info__tooltip .purchase-indicator > p {
    grid-column: 2;
    grid-row: 1/span 2;
    margin: 0;
  }
  .custom-product-info__tooltip .purchase-indicator .purchase-name-container {
    display: block;
    margin-bottom: 2px;
  }
  .custom-product-info__tooltip .purchase-indicator .verified-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  .custom-product-info__tooltip .purchase-indicator .purchase-text {
    display: inline;
  }
}

.custom-product-info__cards {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 18px;
}

.custom-product-info__cards svg {
  max-width: 100%;
}

.product__accordion {
  margin-top: 35px !important;
  border: 1px solid var(--color-neutral-400, #A1A1A1) !important;
}
.product__accordion .summary__title {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.product__accordion .summary__title .accordion__title  {
  color: var(--color-neutral-400, #A1A1A1);
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product__accordion.accordion+.accordion {
  margin-top: 10px !important;
}

.product__info-container .main-product-block--stock {
  color: var(--color-green-600, #00A63E);
  font-family: var(--font-family-brand-secondary, Inter);
  font-size: var(--font-size-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.7px;
  position: relative;
  padding-left: 22px;
}
.product__info-container .main-product-block--stock::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 40px;
  background: rgba(83, 187, 92, 0.3);
}
.product__info-container .main-product-block--stock::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 40px;
  background: #53BB5C;
}

.klarma-snippet {
  display: block;
  color: var(--Colors-Grey, var(--Colors-grey, #8F8F8F));
  font-family: var(--font-family-brand-secondary, Inter);
  font-size: var(--Typo-Body-M, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.8px;
}
.klarma-snippet a {
  color: var(--Colors-Grey, var(--Colors-grey, #8F8F8F));
  font-family: var(--font-family-brand-secondary, Inter);
  font-size: var(--Typo-Body-M, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.klarma-snippet svg {
  position: relative;
  top: 4px;
  margin-left: 2px;
  margin-right: 1px;
}
.product__tax.caption {
  display: none;
}
.product__info-wrapper .price__container {
  margin-bottom: 0px !important;
}
.price__container .price-item.price-item--regular {
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-sans, Inter);
  font-size: var(--font-size-lg, 18px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: var(--font-leading-7, 28px); /* 155.556% */
  letter-spacing: var(--font-tracking-normal, 0);
}
/* tooltip */


body.template-collection .collection-hero__inner {
  width: 100%;
  max-width: 100%;
  padding: 0 100px;
}
body.template-collection .facets-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 100px;
}
.collection-hero__text-wrapper {
  margin-bottom: -70px;
  width: 50%;
  flex-basis: 50% !important;
  z-index: 2;
}
body.template-collection .product-grid-container .collection.page-width {
  width: 100%;
  max-width: 100%;
  padding: 0 100px;
}
body.template-collection .product-count {
  display: none !important;
}
body.template-collection .facet-filters.sorting .facet-filters__label label {
  color: var(--Colors-800, var(--Colors-800, #1E1E1E));
  leading-trim: both;
  text-edge: cap;

  /* Font-Styles/Body M */
  font-family: var(--Family-Font---Body, "Public Sans");
  font-size: var(--Typo-Body-M, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 156.25% */
}
body.template-collection .facet-filters.sorting {
  margin-bottom: 70px;
}

.main-custom-product-list__container--filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-custom-product-list__container--filter a {
  display: flex;
  padding: var(--Space-200, 8px) var(--Space-300, 12px);
  align-items: center;
  gap: 10px;
  color: var(--color-black, #000);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--Typo-Body-S, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid var(--color-black, #000);
  background: var(--color-white, #FFF);
  border: 1px solid var(--color-black, #000);
  background: var(--color-white, #FFF);
  text-transform: uppercase;
  text-decoration: none;
}
.main-custom-product-list__container--filter a.active {
  background: #000;
  color: #fff;
}
.collection-hero__title {
  color: var(--color-black, #000);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-primary, "Playfair Display");
  font-size: var(--font-size-4xl, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.08px;
  text-align: left;
  margin-top: 56px;
}

body.template-collection .custom-product-item {
  gap: 0;
}

body.template-collection .grid__item  {
  margin-bottom: 48px;
}

body.template-page-about .image-with-text__text-item.grid__item .image-with-text__content {
  justify-content: center;
}
body.template-page-about .image-with-text__text-item.grid__item .image-with-text__content .image-with-text__heading {
  color: var(--Colors-800, var(--Colors-800, #171717));
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-primary, "Playfair Display");
  font-size: var(--Typo-H2, 39px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.17px;
}
body.template-page-about .image-with-text__text-item.grid__item .image-with-text__content p{
  color: var(--Colors-Grey, var(--Colors-grey, #4E4E4E));
  leading-trim: both;
  text-edge: cap;
  font-family: Helvetica;
  font-size: var(--Typo-Body-L, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 33.4px;
}

body.template-page-about .image-with-text__grid--reverse .image-with-text__media {
  justify-content: center;
}

.custom-section-deals.is-only-text .custom-section-deals__items {
  gap: 0px;
}

.custom-section-deals.is-only-text .custom-section-deals__items p {
  color: var(--color-black, #000);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--Typo-Body-L, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 33.4px;
  width: 640px;
}

.custom-section-map {
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  gap: 52px;
}
.custom-section-map_text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.custom-section-map_text h3 {
  color: var(--color-black, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-primary, "Playfair Display");
  font-size: var(--font-size-4xl, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 44.444% */
}
.custom-section-map_text div {
  margin: 2px 0px;
  color: var(--Colors-Grey, var(--Colors-grey, #4E4E4E));
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 33.4px;
}
.custom-section-map_text strong {
  color: var(--Colors-Grey, var(--Colors-grey, #4E4E4E));
  font-family: var(--font-family-brand-secondary, Helvetica);
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 33.4px; /* 208.75% */
}
.custom-section-map_image {
  width: 60%;
  padding: 20px;
  box-shadow: border-box;
  position: relative;
}
.custom-section-map_image img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.custom-section-map_image iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .custom-section-deals.is-only-text .custom-section-deals__items {
    text-align: left !important;
    align-items: flex-start !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .custom-section-deals.is-only-text p {
    text-align: left !important;
    width: 100% !important;
    font-size: 16px !important;
  }
  .custom-section-map {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
    display: flex !important;
    gap: 40px !important;
    flex-direction: column;
  }
  .custom-section-map_image {
    width: 100% !important;
    padding: 10px !important;
  }
  .custom-section-map_text {
    width: 100% !important;
    text-align: center !important;
    padding-top: 0 !important;
  }
  .custom-section-map_text h3 {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  body.template-page-about .image-with-text-section-custom .page-width {
    padding: 0 !important;
  }
  body.template-page-about .image-with-text__content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.template-page-about .image-with-text__content .image-with-text__text p {
    font-size: 16px;
  }
  body.template-page-about .image-with-text-section-custom .image-with-text__grid .image-with-text__media-item {
    order: 2 !important;
  }
  body.template-page-about .image-with-text-section-custom .image-with-text__grid .image-with-text__text-item {
    order: 1 !important;
  }

  body.template-collection .collection-hero__inner, body.template-collection .facets-wrapper {
    padding: 0 20px;
  }
  .collection-hero__text-wrapper {
    margin-bottom: 0px !important;
    width: 100% !important;
    flex-basis: 100% !important;
    z-index: 2;
  }
  body.template-collection .product-grid-container .collection.page-width {
    padding: 0 20px;
  }
  .collection-hero__title {
    font-size: var(--font-size-4xl, 26px) !important;
    margin-top: 24px;
  }
  .main-custom-product-list__container--filter {
    flex-wrap: wrap;
  }
  body.template-collection .grid__item {
    margin-bottom: 22px;
  }

  body.template-404 .banner__media {
    height: 100%;
    position: absolute;
  }

  body.template-404 .banner__content .banner__box {
    padding: 100px 20px;
  }
  body.template-404 .banner__content .banner__box .banner__text p {
    line-height: 22px;
    margin-top: 20px;
  }
  body.template-404 .banner__content .banner__box .banner__heading {
    line-height: 40px;
  }
  body.template-404 .banner__buttons a {
    padding: var(--spacing-5, 12px); 
    font-size: var(--font-size-base, 14px);
    line-height: 24px;
  }
  .iconOpenHamburger {
    position: relative;
    top: 2px;
  }
  .second-dot {
    left: 66% !important;
    top: 51% !important;
  }
  .custom-section-hero__dot.second-dot a {
    position: absolute;
    right: 48px;
    left: auto;
    width: auto;
  }
}

.custom-product-info__extra {
display: flex;
align-items: flex-start;
align-content: flex-start;
gap: 10px;
align-self: stretch;
flex-wrap: wrap;
margin-top: 26px;
}
.custom-product-info__extra--item {
display: flex;
align-items: center;
gap: var(--spacing-2, 8px);
}
.custom-product-info__extra--item span {
color: #000;
leading-trim: both;
text-edge: cap;
font-family: var(--font-family-brand-secondary, Helvetica);
font-size: var(--font-size-base, 14px);
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.product-form__buttons .product-form__submit {
height: 52px;
}

.product-form__buttons .product-form__submit span {
color: var(--color-white, #FFF);
font-family: var(--font-family-sans, Inter);
font-size: var(--font-size-base, 16px);
font-style: normal;
font-weight: var(--font-weight-semibold, 600);
line-height: var(--font-leading-6, 24px); /* 150% */
letter-spacing: var(--font-tracking-normal, 0);
    text-transform: uppercase;
}

.header__icon .svg-wrapper {
  width: 28px;
  height: 28px;
}

#shopify-section-template--26801891901773__1766592942c2e30866 {
  margin-bottom: 30px;
}
body.template-index .reputon-reviews-head {
  display: none;
}

body.template-page-horarios #MainContent .page-width {
  width: 100%;
  max-width: 100%;
  padding: 50px 50px;
}

body.template-page-horarios #MainContent .main-page-title {
  color: var(--Colors-800, var(--Colors-800, #171717));
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-family-brand-primary, "Playfair Display");
  font-size: var(--Typo-H2, 39px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.17px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
   body.template-page-horarios #MainContent .page-width {
    padding: 25px 30px;
  }
}