/** Shopify CDN: Minification failed

Line 4129:0 Expected "}" to go with "{"

**/
@charset "UTF-8";
/*

    1. BASE
    reset
    base
    Variable

    2. Element
    Header
    Footer
    Text
    Text Move
    Text Color
    Text Size 
    Column Grid
    Bricks
    Image Block Item
    Kicker
    Hero
    Hotspot
    Newsletter
    Modal
    Icon List
    Form
    Pills
    Bundles

    3. Layout
    Home
    Password
    Contact

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
html:root {
  --leading-tight: 1.1;
  --font-4: 16.5px;
}

/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
}

/* outline */
* {
  letter-spacing: 0;
}
*:focus {
  outline: none !important;
}

/* Selection */
::-moz-selection {
  background: #4a453c;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #4a453c;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #4a453c;
  color: #fff;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #4a453c !important;
}

::-moz-placeholder {
  color: #4a453c !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #4a453c !important;
} /* ie */
:-moz-placeholder {
  color: #4a453c !important;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.bottom-line {
  position: relative;
  overflow: visible;
}
.bottom-line:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  -webkit-margin-start: var(--kicker-flourish-left, auto);
  margin-inline-start: var(--kicker-flourish-left, auto);
  -webkit-margin-end: var(--kicker-flourish-right, auto);
  margin-inline-end: var(--kicker-flourish-right, auto);
  background: #cad4cc;
  opacity: 1;
}

.kicker-flourished:after {
  background: #836a5b;
  opacity: 1;
}

/* Para elementos específicos con scrollbar personalizada */
.section-columns [data-custom-scrollbar-items] {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin !important;
  scrollbar-color: #836a5b #eae8e6;
}
.section-columns [data-custom-scrollbar-items]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  display: block !important;
}
.section-columns [data-custom-scrollbar-items]::-webkit-scrollbar {
  width: 12px; /* Set the width of the vertical scrollbar */
}
.section-columns [data-custom-scrollbar-items]::-webkit-scrollbar-track {
  background: #eae8e6;
  border-radius: 4px;
}
.section-columns [data-custom-scrollbar-items]::-webkit-scrollbar-thumb {
  background: #836a5b;
  border-radius: 4px;
}
.section-columns [data-custom-scrollbar-items]::-webkit-scrollbar-thumb:hover {
  background: #4a453c;
}

.standard__heading {
  padding-bottom: 10px;
}

.text__standard .rte p {
  margin-bottom: 16px;
}
.text__standard .rte p:last-child {
  margin-bottom: 0;
}

.rte p strong,
.rte li strong,
.rte span strong {
  font-weight: bold !important;
}
.rte ul,
.rte ol {
  margin-bottom: 8px;
}

.shopify-policy__body h4,
.shopify-policy__body h5 {
  font-family:
    "Space Grotesk",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 8px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  [data-custom-scrollbar-items] {
    -webkit-overflow-scrolling: touch;
  }
  .brick__block__text .text__standard .kicker__line {
    padding-left: 24px;
    padding-right: 24px;
  }
  .brick__block__text .text__standard .kicker__line:after {
    left: 24px;
  }
  .body-size-4 {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
  }
  #about-us .header__backfill {
    height: 40px !important;
  }
  .align-sm-left .body-size-5 p {
    text-align: left;
  }
  .header__backfill {
    height: 40px !important;
  }
  .text__standard .rte {
    padding-left: 24px;
    padding-right: 24px;
  }
  .fix--mobile .section-padding {
    padding-top: 0;
  }
  .fix--mobile .section-padding .hero__cta__wrapper a {
    margin-top: 0;
  }
  .section-columns.col--fix-mobile .index__column {
    padding-bottom: 0 !important;
  }
}
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
.shopify-section.shopify-section-group-group-header {
  background: #fefaf1;
}

.header__desktop {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__desktop__bar__l.desktop--options {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.header__desktop__bar__l.desktop--options .header__menu__inner {
  gap: 40px;
  padding: 24px 0;
}
.header__desktop__bar__l.desktop--options .header__menu__inner .navlink:hover {
  color: #4a453c;
}
.header__desktop__bar__l.desktop--options .header__menu__inner .hover__bar {
  background: #836a5b;
  opacity: 1;
}

.header__desktop__buttons.header__desktop__buttons--icons {
  gap: 0;
}

.navlink--cart__icon-wrapper {
  position: relative;
  display: inline-block;
}

.navlink--cart__badge {
  position: absolute;
  top: -5px;
  right: -10px;
  background: #4a453c;
  color: #fefaf1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 2px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header__desktop__button.search-button span {
  text-transform: uppercase;
}
.header__desktop__button.search-button .navlink {
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__dropdown__image
  .header__dropdown__image__holder
  .header__dropdown__actions {
  opacity: 1 !important;
  bottom: 16px !important;
  -webkit-transform: initial !important;
  transform: initial !important;
}
.header__dropdown__image
  .header__dropdown__image__holder
  .header__dropdown__actions
  .btn--neutral {
  padding: 8px 24px;
  background: #fefaf1;
}
.header__dropdown__image
  .header__dropdown__image__holder
  .header__dropdown__actions
  .text-btn-arrow-right:after {
  display: none;
}

.header__dropdown__inner .header__dropdown__image__holder {
  height: 300px;
  width: 100%;
  max-width: 500px;
}
.header__dropdown__inner .aspect-\[--wh-ratio\] {
  aspect-ratio: initial;
  height: 100%;
  width: 100%;
}
.header__dropdown__inner .header__dropdown__actions span {
  background: #fefaf1;
  color: #4a453c;
  font-size: 14px;
  line-height: 25px;
}
.header__dropdown__inner .header__dropdown__actions span:hover {
  background: #4a453c;
  color: #fefaf1;
}

.toolbar__links.header__additional-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  padding: 0 16px;
}
.toolbar__links.header__additional-menu a {
  text-decoration: underline;
}
.toolbar__links.header__additional-menu a:hover {
  text-decoration: none;
}
.toolbar__links.header__additional-menu a:after {
  display: none;
}

.header__wrapper {
  /* height: 30px; remove, was conflicting with overlay header */
}

.header__backfill {
  height: 55px !important;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .toolbar__links.header__additional-menu {
    display: none;
  }
}
@media all and (min-width: 769px) {
  /* Fix: extend the hover bridge so the mouse can reach the dropdown panel */
  .header__dropdown:before {
    height: 32px;
    top: -15px;
  }

  .header__wrapper {
    top: 0;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
  .header__wrapper.js__header__stuck {
    /* top: -80px;  bug*/
  }
  .theme__header {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .header__dropdown .navlink .navtext {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .header__wrapper
    .wrapper--full
    .header__menu
    .grandparent
    .header__dropdown__inner {
    padding-top: 32px;
    max-width: 100%;
  }
  .header__wrapper
    .wrapper--full
    .header__menu
    .grandparent
    .header__dropdown__inner
    > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .grandparent.kids-4 .header__dropdown__inner {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grandparent.kids-3 .header__dropdown__inner {
    -ms-grid-columns: 0.82fr 1fr;
    grid-template-columns: 0.82fr 1fr;
  }
}
@media all and (max-width: 768px) {
  .header__logo__link {
    max-width: 130px;
  }
  .header__logo {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  /* new menu */
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .sliderule__wrapper
    button.sliderow {
    pointer-events: none;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .sliderule__wrapper
    button.sliderow
    .sliderule__chevron--right {
    display: none;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .sliderule__wrapper
    button.sliderow
    .sliderow__title {
    font-weight: 600;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 34px;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .mobile__menu__dropdown.sliderule__panel {
    position: relative;
    visibility: visible;
    opacity: 1;
    height: auto;
    left: 0;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .mobile__menu__dropdown.sliderule__panel
    .sliderow__back {
    display: none;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .mobile__menu__dropdown.sliderule__panel
    .sliderow__links,
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .mobile__menu__dropdown.sliderule__panel
    .sliderow__links
    * {
    opacity: 1;
    -webkit-transform: initial;
    transform: initial;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .mobile__menu__dropdown.sliderule__panel
    .sliderule-grid.blocks-0 {
    display: none;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .mobile__menu__dropdown.sliderule__panel
    .sliderow__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .sliderow__links
    .sliderow__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .sliderow__links
    .sliderow__title.mobile--all {
    font-weight: bold;
    background: #f4f0e4;
  }
  .mobile__menu__dropdown.sliderule__panel.is-visible
    .sliderow__links
    .sliderow__title:not(.mobile--all) {
    padding-left: 60px;
  }
  .header__mobile__right {
    gap: 16px;
  }
  .header__mobile__right .header__mobile__button {
    min-width: auto;
  }
  .header__wrapper {
    height: 10px;
  }
}
/* ------------------------------------------------------------
     FOOTER
------------------------------------------------------------ */
footer.footer {
  background: #4a453c;
}
footer.footer .footer__image {
  margin-left: auto;
}
footer.footer .footer__title {
  font-size: 21px;
  line-height: 25px;
  text-transform: initial;
  font-weight: 700;
  color: #fefaf1;
  font-family: var(--FONT-STACK-HEADING);
}
footer.footer .footer__content__inner {
  padding-bottom: 0;
}
footer.footer .footer__block--socials {
  border-bottom: 3px solid var(--border);
  border-top: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 0;
}
footer.footer .footer__block--socials h3 {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.footer .footer__block--socials .footer__socials:not(:first-child) {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
footer.footer .footer__block--socials .footer__icon--social {
  max-width: 38px;
  height: 38px;
  width: 38px;
  position: relative;
  margin-right: 16px;
}
footer.footer .footer__block--socials .footer__icon--social:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fefaf1;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -21px;
}
footer.footer .footer__block--socials .footer__icon--social:last-child {
  margin-right: 0;
}
footer.footer .footer__block--socials .footer__icon--social:last-child:after {
  display: none;
}
footer.footer .footer__block--socials .footer__icon--social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 4px;
}

.subfooter {
  background: #4a453c;
}
.subfooter .subfooter__items {
  background: #4a453c;
}
.subfooter .subfooter__copyright:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subfooter .subfooter__copyright a {
  text-transform: initial;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (min-width: 993px) {
  .subfooter > .section-padding {
    max-width: var(--LAYOUT-WIDTH);
  }
  .footer .footer__holder > .section-padding-custom {
    max-width: var(--LAYOUT-WIDTH);
  }
}
@media all and (max-width: 768px) {
  footer.footer .grid--uniform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.footer .footer__block.footer__block--image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 50px;
  }
  footer.footer .footer__block.footer__block--image .footer__accordion__head {
    display: none;
  }
  footer.footer .grid__item:not(.footer__block.footer__block--image) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  footer.footer .footer__accordion__head {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
  }
  footer.footer .footer__block--socials .footer__icon--social {
    max-width: 28px;
    height: 28px;
    width: 28px;
  }
  footer.footer .footer__socials {
    border-top: 0;
  }
  footer.footer .footer__image {
    margin: 0 auto;
  }
  footer.footer .footer__content__inner {
    padding-bottom: 24px;
  }
  footer.footer .footer__block--socials .footer__icon--social:after {
    right: -10px;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-400 *,
.text-400 {
  font-weight: 400;
}

strong {
  font-weight: 600;
}

.rich-text__bottom-color .block__kicker--flourished:after {
  opacity: 1;
  background: #4a453c;
}
.rich-text__bottom-color .block__kicker--flourished p {
  font-weight: bold;
  color: #4a453c;
  letter-spacing: 3px;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fefaf1;
}

.text--white {
  --text: #fefaf1;
  --text-light: #fefaf1;
  --text-dark: #f7f7f7;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 30px;
}

.text-small,
.text-small * {
  font-size: 13px;
  line-height: 20px;
}

.text-19,
.text-19 * {
  font-size: 19px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-70 {
  font-size: 70px;
  line-height: 70px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .text-70 {
    font-size: 62px;
    line-height: 68px;
  }
}
@media all and (max-width: 768px) {
  .text-19,
  .text-19 * {
    font-size: 16px;
  }
  .text-24,
  .text-24 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-70 {
    font-size: 42px;
    line-height: 55px;
  }
}
@media all and (max-width: 680px) {
  .text-70 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
     PRODUCT
------------------------------------------------------------ */
/* Deshabilitar clicks en swatches deshabilitados */
.swatch__button--disabled,
.swatch__button--disabled a,
.swatch__button--disabled .swatch__label {
  pointer-events: none !important;
  cursor: default !important;
}

/* Opcional: agregar efecto visual de deshabilitado */
.swatch__button--disabled {
  opacity: 0.7;
}

.js-grid .grid__swatch__container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  gap: 8px;
}
.js-grid .grid__swatch__container .grid__swatch__placeholder {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.js-grid .grid__swatch__container .grid__swatch__hover * {
  margin-left: 0;
}

.product__main__content {
  padding-top: 0;
}

.product__align-left {
  padding-top: 0;
  padding-bottom: 0;
}

/* Product Loader */
.product__media__wrapper {
  position: relative;
}

.product__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f0ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.product__loader::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid #adb4b9;
  border-top-color: #000000;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.product__loader.product__loader--hidden {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.media__thumb {
  height: 80px;
  width: 72px;
}
[data-thumbnails-left] .media__thumb__holder {
  flex: 0 0 calc(72px + var(--IMAGE-SPACING)) !important;
  width: calc(72px + var(--IMAGE-SPACING)) !important;
}
[data-thumbnails-left] .media__thumb img {
  height: 80px;
  width: 72px;
}
[data-thumbnails-left] .media__thumb__holder .media__thumb__button {
  width: 72px;
}
@media (min-width: 1280px) {
  .media__thumb {
    height: 140px;
    width: 130px;
  }
  [data-thumbnails-left] .media__thumb__holder {
    flex: 0 0 calc(130px + var(--IMAGE-SPACING)) !important;
    width: calc(130px + var(--IMAGE-SPACING)) !important;
  }
  [data-thumbnails-left] .media__thumb img {
    height: 140px;
    width: 130px;
  }
  [data-thumbnails-left] .media__thumb__holder .media__thumb__button {
    width: 130px;
  }
}

.drawer__bottom__meta {
  text-align: center;
}

.grid__item .product__grid--slides {
  height: calc(100dvh - 210px);
  position: relative !important;
}
.grid__item .product__grid--slides .flickity-viewport {
  height: 100% !important;
  padding: 0 !important;
}
.grid__item
  .product__grid--slides
  .flickity-viewport
  *:not(button):not(.media__buttons__holder):not(
    .media__buttons__holder svg
  ):not(media__buttons__holder span) {
  height: 100%;
  padding: 0;
  margin: 0;
}
.grid__item .product__grid--slides .flickity-page-dots {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 6px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
  border-radius: 20px;
  overflow: hidden;
  gap: 4px;
  z-index: 50;
  color: var(--text-dark, #333);
  backdrop-filter: blur(40px);
  list-style: none;
  margin: 0;
}
.grid__item .product__grid--slides .flickity-page-dots::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: var(--bg, #fff);
  opacity: 0.3;
  backdrop-filter: blur(40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.grid__item .product__grid--slides .flickity-page-dots .flickity-page-dot {
  position: relative;
  z-index: 5;
  width: 3px;
  height: 3px;
  background: var(--text, #333);
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.grid__item
  .product__grid--slides
  .flickity-page-dots
  .flickity-page-dot::before {
  content: "";
  position: absolute;
  inset: -8px;
  cursor: inherit;
  z-index: -10;
}
.grid__item
  .product__grid--slides
  .flickity-page-dots
  .flickity-page-dot.is-selected {
  opacity: 1;
}
.grid__item
  .product__grid--slides
  .flickity-page-dots
  .flickity-page-dot:only-child {
  display: none;
}
.grid__item .product__slides__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  z-index: 100;
  padding: 0 20px;
  visibility: visible !important;
  opacity: 1 !important;
}
.grid__item .product__slides__navigation .flickity-button {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.grid__item .product__slides__navigation .flickity-button:hover {
  background: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.grid__item .product__slides__navigation .flickity-button:focus {
  outline: 2px solid #007acc;
  outline-offset: 2px;
}
.grid__item .product__slides__navigation .flickity-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.grid__item .product__slides__navigation .flickity-button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  background: rgba(255, 255, 255, 0.9);
}
.grid__item .product__slides__navigation .flickity-button-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.grid__item .product__slides__navigation .flickity-prev-next-button.previous {
  left: 0;
}
.grid__item .product__slides__navigation .flickity-prev-next-button.next {
  right: 0;
}
@media (max-width: 768px) {
  .grid__item .product__slides__navigation {
    padding: 0 10px;
  }
  .grid__item .product__slides__navigation .flickity-button {
    width: 36px;
    height: 36px;
  }
  .grid__item .product__slides__navigation .flickity-button-icon {
    width: 16px;
    height: 16px;
  }
}

.collection__nav[data-collection-tools] {
  display: none;
}

.product__grid__info .grid__swatch__hover {
  top: 0 !important;
  opacity: 1 !important;
  position: relative;
}

.swatch__button.swatch__button--square a {
  border: 1px solid #adb4b9;
}

/* new skin item */
.product__grid__info > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__grid__info .product__grid__title__wrapper p {
  font-size: 18px;
  line-height: 25px;
}
.product__grid__info .product__grid__price {
  font-size: 16px;
  line-height: 22px;
}
.product__grid__info .grid__swatch__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 24px;
}
.product__grid__info .grid__swatch__container .grid__swatch__placeholder {
  position: relative;
  top: 2px;
}

/* ------------------------------------------------------------
    OWL CAROUSEL SWATCHES
------------------------------------------------------------ */
.grid__swatch__hover.owl-carousel {
  width: 170px;
  padding-bottom: 0;
  padding-left: 30px;
  overflow: visible;
  padding-right: 30px;
}

.product__grid__info .grid__swatch__container {
  padding-bottom: 10px;
}

.grid__swatch__container .owl-carousel,
.sibs__slider .owl-carousel {
  position: relative;
}

.grid__swatch__container .owl-nav,
.sibs__slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  margin-top: -3px !important;
  left: 0;
}
.grid__swatch__container .owl-nav button,
.sibs__slider .owl-nav button {
  position: relative;
}
.grid__swatch__container .owl-nav .swatch-prev,
.sibs__slider .owl-nav .swatch-prev {
  left: -4px;
}
.grid__swatch__container .owl-nav .swatch-next,
.sibs__slider .owl-nav .swatch-next {
  right: 0;
}

html:not(.supports-touch)
  body:not(.focus-enabled)
  .product-grid-item:hover
  .grid__swatch__container
  .grid__swatch__placeholder {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.grid__swatch__placeholder {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.grid__swatch__container .swatch-nav button,
.sibs__slider .swatch-nav button {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
}

.grid__swatch__container .swatch-nav button:hover,
.sibs__slider .swatch-nav button:hover {
  background: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0.2);
}

.grid__swatch__container .swatch-nav button svg,
.sibs__slider .swatch-nav button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.grid__swatch__container .swatch-prev {
  left: -14px;
}

.grid__swatch__container .swatch-next {
  right: -14px;
}

.sibs__slider .swatch-prev {
  left: -14px;
}

.sibs__slider .swatch-next {
  right: -14px;
}

/* Ocultar flechas cuando no hay suficientes elementos */
.grid__swatch__container .owl-carousel:not(.owl-loaded) .owl-nav,
.sibs__slider .owl-carousel:not(.owl-loaded) .owl-nav {
  display: none;
}

.product__addon__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  font-size: 14px;
}
.product__addon__label input:checked {
  background-color: #4a453c;
}

/* ------------------------------------------------------------
    COLLECTION SHOW GRID
------------------------------------------------------------ */
.collection-show-grid__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media all and (max-width: 768px) {
  .collection-show-grid__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.collection-show-grid__hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.collection-show-grid__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.collection-show-grid__hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.collection-show-grid__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 24px;
  color: white;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}
.collection-show-grid__hero-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .collection-show-grid__hero-title {
    font-size: 21px;
  }
}
.collection-show-grid__hero-text {
  font-size: 18px;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .collection-show-grid__hero-text {
    font-size: 14px;
  }
}
.collection-show-grid__hero-text p {
  margin: 0;
  color: inherit;
}
.collection-show-grid__product-group--hidden {
  display: none !important;
}
.collection-show-grid__load-more-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.collection-show-grid__load-more-wrapper {
  margin-top: 2rem;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
}
.collection-show-grid__load-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  min-width: 200px;
}
.collection-show-grid__load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.collection-show-grid__load-more-text {
  display: inline-block;
}
.collection-show-grid__load-more-spinner {
  display: none;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  width: 20px;
  height: 20px;
}
.collection-show-grid__load-more-spinner svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.collection-show-grid__empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 48px 24px;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ------------------------------------------------------------
    BUTTON SECTION LIST
------------------------------------------------------------ */
.button-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #adb4b9 transparent;
}
.button-section-list .btn {
  background: #cad4cc;
  color: #4a453c;
  display: block;
}
.button-section-list .btn:hover {
  background: #39352d;
  color: #fefaf1;
}
.button-section-list .btn .btn__image {
  display: none;
}
.button-section-list::-webkit-scrollbar {
  height: 4px;
}
.button-section-list::-webkit-scrollbar-track {
  background: transparent;
}
.button-section-list::-webkit-scrollbar-thumb {
  background-color: #adb4b9;
  border-radius: 2px;
}
.button-section-list::-webkit-scrollbar-thumb:hover {
  background-color: #898f99;
}
.button-section-list > a,
.button-section-list > button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.button-section-list-empty {
  text-align: center;
  padding: 24px;
  color: #363a3d;
}

.form__selectors .swatch__button {
  border: 1px solid #adb4b9;
}

.radio__legend * {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.radio__legend__label {
  font-size: 16px;
  font-weight: 500;
  text-transform: none !important;
  letter-spacing: unset !important;
}

more-payment-options-link {
  display: none !important;
}

.pswp__zoom-wrap {
  /* transform: initial !important;
   display: flex;
   justify-content: center;
   align-items: center;
   .pswp__img  {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
   }*/
}

.radio__fieldset .radio__button input:checked ~ label {
  background-color: #4a453c;
}

.product__extra-info {
  width: 100%;
}
.product__extra-info .metafield-rich_text_field ul {
  list-style: disc;
  padding-left: 20px;
}
.product__extra-info .metafield-rich_text_field ol {
  list-style: decimal;
  padding-left: 20px;
}

.custom-lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fefaf1;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #4a453c;
  cursor: pointer;
  z-index: 1000000;
  padding: 10px;
}
.lightbox-close-btn svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
}

.lightbox-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
}
.lightbox-viewport:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

#pinch-zoom-wrapper {
  position: absolute;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#pinch-zoom-wrapper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

#lightbox-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.js-lightbox {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.js-lightbox-mobile {
  display: none;
}

.pinch-zoom-container {
  position: relative;
  width: 100%;
}

/* size guide */
.product__info__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  color: #4a453c;
}

.product__block__addons {
  margin-top: 20px;
}

.product__addons__title {
  font-family: var(--FONT-STACK-ACCENT);
  font-style: var(--FONT-STYLE-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT-BOLD);
  text-transform: var(--FONT-ACCENT-TRANSFORM);
  letter-spacing: var(--FONT-ACCENT-LETTER-SPACING);
  font-size: calc(var(--font-3) * var(--FONT-ADJUST-ACCENT));
  line-height: var(--leading-normal);
  margin-bottom: 15px;
}

.product__addon__item {
  margin-bottom: 12px;
}

.product__addon__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.product__addon__label:hover {
  opacity: 0.8;
}

.product__addon__checkbox {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product__addon__checkbox:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.product__addon__text {
  font-size: 16px;
  line-height: var(--leading-normal);
  color: var(--text);
}

.product__addon__unavailable {
  margin-left: 8px;
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
  color: var(--text-light);
  font-style: italic;
}

.product__addon__label input[type="checkbox"]:disabled + .product__addon__text {
  opacity: 0.6;
}

/* Estilos para el popdown personalizado de addons */
.product__popdown__inner--addons {
  padding: 20px;
}

.product__popdown__addons__list {
  max-height: 300px;
  overflow-y: auto;
  margin: 20px 0;
  padding-right: 10px;
}

.product__popdown__addon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--border, #e5e5e5);
}

.product__popdown__addon__item:last-child {
  border-bottom: none;
}

.product__popdown__addon__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
}

.product__popdown__addon__title {
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
  line-height: var(--leading-normal);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  color: var(--text);
  margin: 0 0 4px 0;
}

.product__popdown__addon__variant {
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
  line-height: var(--leading-normal);
  color: var(--text-light);
  margin: 0;
}

.product__popdown__addon__price {
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
  line-height: var(--leading-normal);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  color: var(--text);
  white-space: nowrap;
}

.product__popdown__cart__wrapper--addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.product__popdown__continue {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
}

.product__popdown__continue:hover {
  opacity: 0.7;
}

.product-page .breadcrumb {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  margin: 0 auto;
  font-weight: 450;
  color: var(--tw-color-accent);
}
@media (min-width: 768px) {
  .product-page .breadcrumb {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-section {
    margin-top: 12px;
  }
}

/* yotop */
#yotpo-app .yotpo-base-layout .yotpo-review-border-smooth.yotpo-border-margin {
  margin-top: 0 !important;
}
#yotpo-app .yotpo-base-layout .yotpo-headline {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: var(--FONT-KICKER-TRANSFORM);
  color: var(--text);
  padding-bottom: var(--inner);
  position: relative;
  text-align: center;
}
#yotpo-app .yotpo-base-layout .yotpo-title-text,
#yotpo-app .yotpo-base-layout #yotpo-main-widget-btn {
  font-family: var(--FONT-STACK-BODY);
}

.bundle-option {
  background: #f4f0ee;
  padding-bottom: 0;
}
.bundle-option .product__inner {
  background: #f4f0ee;
}
.bundle-option .media__thumb__holder [data-thumbs-arrow-prev] {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(40%, #f4f0ee)
  );
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #f4f0ee 40%);
}
.bundle-option .media__thumb__holder [data-thumbs-arrow-next] {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(40%, #f4f0ee)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f4f0ee 40%);
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .media__thumb__holder .media__thumb__button {
    height: 100%;
    width: 40px;
  }
  .media__thumb__holder .media__thumb__button .icon-theme {
    width: 30px;
    height: 30px;
  }
}
@media all and (min-width: 769px) {
  .product-single .product__inner {
    max-width: 100%;
    padding-right: 40px;
  }
  .product__section {
    width: 100%;
    overflow: visible;
  }
  .product__section .grid__item:first-child {
    position: sticky;
    top: 24px;
  }
}
@media all and (max-width: 768px) {
  .product-single .grid__item {
    padding-top: 0;
  }
  .button-section-list-wrapper .btn {
    padding: 8px 16px;
    height: auto;
    line-height: initial;
    min-width: initial;
    min-height: initial;
  }
  .media__buttons__holder button {
    opacity: 1;
  }
  .collection-show-grid__item {
    width: calc(50% - 8px);
  }
  .product__grid__info > a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product__grid__info > a * {
    width: 100%;
  }
  .product__grid__info .product__grid__price {
    font-size: 14px;
  }
  .product__grid__info .grid__swatch__container {
    padding-top: 0;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product__grid__info .product__grid__title__wrapper p {
    font-size: 16px;
  }
  .button-section-list .btn {
    padding: 0 0 8px 0;
  }
  .button-section-list .btn .btn__image {
    display: block;
    width: 170px;
    height: 120px;
    margin-bottom: 8px;
  }
  .button-section-list .btn .btn__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .text-left .product__grid__price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
    width: 100%;
  }
  .text-left .product__grid__price .product__grid__cutline {
    display: none;
  }
  .js-lightbox-mobile {
    display: block;
  }
  .js-lightbox {
    display: none;
  }
  .product__popdown__cart__wrapper--addons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .product__popdown__addons__list {
    max-height: 250px;
  }
  .grid__item .product__grid--slides {
    height: 400px;
  }
  .product__grid__info .product__grid__title__wrapper p {
    width: 100%;
  }
  .product__grid__info .product__grid__title {
    min-height: 50px;
  }
  .product-page .breadcrumb {
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
.btn.btn--secondary {
  color: #fff;
}

.btn--white.btn,
.btn--white.shopify-challenge__button {
  background: #fefaf1 !important;
  color: #4a453c;
}
.btn--white.btn:hover,
.btn--white.shopify-challenge__button:hover {
  background: #f4f0e4 !important;
}

.btn-block-text-underline,
.btn-text-thick-line {
  font-weight: bold;
  letter-spacing: 2px;
}
.btn-block-text-underline.btn--white:after,
.btn-text-thick-line.btn--white:after {
  background: #fefaf1;
}
.btn-block-text-underline:after,
.btn-text-thick-line:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  background: #a6956d;
}

.hero__content__wrapper .btn-block-text-underline.btn--neutral:after,
.hero__content__wrapper .btn-text-thick-line.btn--neutral:after {
  background: #fefaf1;
}

.standard__cta.btn-text-thick-line {
  padding-bottom: 10px;
}
.standard__cta.btn--soft {
  background: #cad4cc;
  color: #4a453c;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .standard__cta.btn-text-thick-line:after {
    bottom: 10px;
  }
}
/* ------------------------------------------------------------
     COLUMN GRID
------------------------------------------------------------ */
.column__image {
  position: relative;
}

.column__image-article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fefaf1;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-align: center;
}
.column__image-article h2 {
  margin: 0;
}
.column__image-article p {
  font-size: 18px;
  line-height: 25px;
  font-family: var(--FONT-STACK-HEADING);
}
.column__image-article.box--2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 24px;
  text-align: left;
}
.column__image-article.box--2 h2 {
  position: relative;
  margin-bottom: 30px;
}
.column__image-article.box--2 h2:after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  -webkit-margin-start: var(--kicker-flourish-left, auto);
  margin-inline-start: var(--kicker-flourish-left, auto);
  -webkit-margin-end: var(--kicker-flourish-right, auto);
  margin-inline-end: var(--kicker-flourish-right, auto);
  background: #fff;
  opacity: 1;
}
.column__image-article.box--2 p {
  min-height: 80px;
  font-family: var(--FONT-STACK-BODY);
}

.index__column.grid__item {
  position: relative;
  padding-bottom: 50px !important;
  margin-bottom: 16px !important;
}
.index__column.grid__item a.btn--neutral {
  position: absolute;
  bottom: 20px;
  left: 13px;
}

.image-skin-icon .brick__block .brick__block__text .standard__heading {
  color: #a6956d;
  position: relative;
  overflow: visible;
  margin-bottom: 32px !important;
}
.image-skin-icon .brick__block .brick__block__text .standard__heading:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  -webkit-margin-start: var(--kicker-flourish-left, auto);
  margin-inline-start: var(--kicker-flourish-left, auto);
  -webkit-margin-end: var(--kicker-flourish-right, auto);
  margin-inline-end: var(--kicker-flourish-right, auto);
  background: #a6956d;
  opacity: 1;
}

/* wide */
.block--wide .brick__section .brick__block:only-child {
  max-width: calc(50% - 16px);
}
.block--wide
  .brick__section
  .hero__content__wrapper
  .hero__content
  .hero__title {
  margin-bottom: 0;
}
.block--wide
  .brick__section
  .hero__content__wrapper
  .hero__content
  .hero__title::after {
  display: none;
}
.block--wide
  .brick__section
  .hero__content__wrapper
  .hero__content
  .hero__description,
.block--wide
  .brick__section
  .hero__content__wrapper
  .hero__content
  .hero__description
  * {
  font-size: 16px;
  line-height: 25px;
}

/* Carousel init */
.carousel-init {
  padding-bottom: 40px;
}
.carousel-init .index__column {
  padding-bottom: 0px !important;
  margin-bottom: 0 !important;
}
.carousel-init .flickity-page-dots {
  bottom: -32px;
}

.collection-show-grid__hero {
  display: block;
}
.collection-show-grid__hero .collection-show-grid__hero-bg {
  position: relative;
  height: calc(100% - 180px);
}
.collection-show-grid__hero .collection-show-grid__hero-content {
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: transparent;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #cad4cc;
  padding: 16px;
}
.collection-show-grid__hero .collection-show-grid__hero-content * {
  color: #4a453c;
  text-align: left;
  width: 100%;
}
.collection-show-grid__hero .collection-show-grid__hero-content p {
  font-size: 16px;
  line-height: 25px;
}
.collection-show-grid__hero .collection-show-grid__hero-title {
  font-family: var(--FONT-STACK-BODY);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 2px;
}

.collection-show-grid__hero-text {
  margin-bottom: 16px;
}

.collection-show-grid__hero-bg {
  background: #898f99;
}
.collection-show-grid__hero-bg .block {
  opacity: 1;
}

.flickity-page-dots {
  bottom: 5px;
}

[data-carousel] .flickity-button {
  background: #cad4cc;
}

.section-columns {
  overflow-x: hidden;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .column__image-article p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media all and (min-width: 769px) {
  .index__column.grid__item a.btn--neutral {
    height: 27px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .column__image-article p {
    font-size: 16px;
    line-height: 21px;
  }
  .index__column.grid__item {
    padding-bottom: 24px !important;
  }
  .index__column.grid__item a.btn--neutral {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin-bottom: 0;
  }
  .carousel-init {
    overflow: hidden;
  }
  .carousel-init .index__column:first-child {
    margin-left: 16px;
  }
  .column__image-article.box--2 h2 {
    font-size: 28px;
    line-height: 35px;
  }
  /* Ocultar dots en mobile cuando hide-dots-mobile está presente */
  .hide-dots-mobile .flickity-page-dots {
    display: none !important;
  }
  .block--wide.wide--mobile .section-padding {
    padding-bottom: 16px;
  }
  .collection-show-grid__hero {
    height: auto;
    width: 100%;
    border-top: 1px solid #a6956d;
    padding-top: 24px;
  }
  .collection-show-grid__hero .collection-show-grid__hero-bg {
    display: none;
  }
  .collection-show-grid__hero .collection-show-grid__hero-content {
    background: transparent;
    padding: 0 0 16px 0;
  }
  .collection-show-grid__hero .collection-show-grid__hero-content * {
    text-align: left;
    color: #000000;
    width: 100%;
  }
}
/* ------------------------------------------------------------
     BRICKS
------------------------------------------------------------ */
.brick__section .brick__block__text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brick__section .brick__block__text__inner {
  max-width: 400px;
}

/* hubspots */
.brick__block__image.brick__block__image--hotspots {
  height: 100%;
}
.brick__block__image.brick__block__image--hotspots figure,
.brick__block__image.brick__block__image--hotspots img {
  height: 100%;
}
.brick__block__image.brick__block__image--hotspots img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.brick__block__image.brick__block__image--hotspots .image__hero__frame {
  height: 100%;
}

.brick--hide-kicker .brick__block__image .bottom-line:after {
  display: none;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (min-width: 769px) {
  .brick--2 .brick__block__image .hero__content {
    padding-left: 10%;
    max-width: 70%;
  }
}
@media all and (max-width: 768px) {
  .brick-col--fix-mobile .brick__block__text .text__standard {
    padding-bottom: 0;
    padding-top: 8px;
  }
  .brick--center-mobile .text__standard {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brick--center-mobile .body-size-5 {
    text-align: center;
  }
  .block--center-mobile .body-size-5 * {
    text-align: center !important;
  }
  .brick__section .brick__block {
    min-height: initial !important;
  }
  .brick__section .brick__block__image {
    height: 330px;
  }
  .brick__section .brick__block__image.brick--video {
    height: 600px;
  }
  .brick__section .brick__block__image .image__hero__frame {
    height: 100%;
  }
  .brick__section .video-autoplay-wrapper {
    height: 600px;
  }
  .brick__block__image.brick__block__image--hotspots .image__hero__frame {
    width: 100%;
  }
}
.testimonial {
  position: relative;
}
.testimonial__slider {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  min-height: 200px;
  background: url(/cdn/shop/files/Rest-and-Reset-Quote.webp?v=1764637220)
    no-repeat center center;
  background-size: contain;
  padding: 150px 0;
}
.testimonial__slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.testimonial__slide.is-selected {
  opacity: 1;
}
.testimonial__text {
  text-align: center;
  padding: 2rem 0;
}
.testimonial__quote {
  color: #333;
  margin: 0 0 1.5rem 0;
  font-style: normal;
  font-weight: 400;
  border: 0;
}
.testimonial__quote,
.testimonial__quote * {
  font-family: var(--FONT-STACK-HEADING);
  font-size: 24px;
  line-height: 35px;
}
.testimonial__author {
  font-family: var(--FONT-STACK-BODY);
  font-size: 0.95rem;
  color: #666;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.testimonial__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}
.testimonial .flickity-button {
  position: relative;
  background: #f5f5f5;
  border: none;
  color: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial .flickity-button:hover {
  background-color: #e0e0e0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.testimonial .flickity-button:focus {
  outline: 2px solid #007acc;
  outline-offset: 2px;
}
.testimonial .flickity-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.testimonial .flickity-button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  background-color: #f5f5f5;
}
.testimonial .flickity-button-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.testimonial .flickity-prev-next-button.previous {
  margin-left: -60px;
}
.testimonial .flickity-prev-next-button.next {
  margin-right: -60px;
}
.testimonial .testimonial__navigation .flickity-prev-next-button {
  margin: 0;
  -webkit-transform: none !important;
  transform: none !important;
  background: #fefaf1;
}
.testimonial .testimonial__navigation .previous {
  left: 40px;
}
.testimonial .testimonial__navigation .next {
  right: 40px;
}
@media (max-width: 768px) {
  .testimonial__slider {
    margin: 0 60px;
  }
  .testimonial .flickity-prev-next-button.previous {
    margin-left: -50px;
  }
  .testimonial .flickity-prev-next-button.next {
    margin-right: -50px;
  }
  .testimonial__quote,
  .testimonial__quote * {
    font-size: 18px;
    line-height: 25px;
  }
  .testimonial__author {
    font-size: 0.9rem;
  }
  .testimonial .wrapper {
    padding-top: 0 !important;
  }
  .testimonial .testimonial__navigation .previous {
    left: 50px;
  }
  .testimonial .testimonial__navigation .next {
    right: 50px;
  }
}
@media (max-width: 480px) {
  .testimonial__slider {
    margin: 0 50px;
  }
  .testimonial .flickity-button {
    width: 40px;
    height: 40px;
  }
  .testimonial .flickity-button-icon {
    width: 16px;
    height: 16px;
  }
  .testimonial .flickity-prev-next-button.previous {
    margin-left: -40px;
  }
  .testimonial .flickity-prev-next-button.next {
    margin-right: -40px;
  }
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .testimonial__slider {
    padding: 120px 0;
  }
}
/* ------------------------------------------------------------
     IMAGE BLOCK ITEM
------------------------------------------------------------ */
.image-block-item .standard__kicker {
  font-family: var(--FONT-STACK-HEADING);
  font-size: 60px;
  line-height: 65px;
  color: #a6956d;
  text-transform: initial;
  letter-spacing: 0;
  color: #a6956d;
}
.image-block-item .standard__kicker:after {
  opacity: 1;
  background: #a6956d;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .image-block-item .standard__kicker {
    font-size: 40px;
    line-height: 45px;
  }
}
@media all and (max-width: 768px) {
  .image-block-item .standard__kicker {
    font-size: 32px;
    line-height: 35px;
  }
}
/* ------------------------------------------------------------
     KICKER
------------------------------------------------------------ */
.hero__kicker,
.hero__kicker *,
.kicker-flourished,
.kicker-flourished * {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 3px;
}

.kicker--color .standard__kicker:after {
  background: #836a5b;
  opacity: 1;
}

.standard__kicker * {
  font-weight: bold;
  letter-spacing: 3px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .hero__kicker,
  .hero__kicker *,
  .kicker-flourished,
  .kicker-flourished * {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .hero__kicker {
    margin-bottom: 16px;
  }
  .hero__kicker.hero--kicker-mobile {
    margin-bottom: 0;
  }
  .hero__cta__wrapper {
    padding-top: 16px;
  }
}
/* ------------------------------------------------------------
     HERO
------------------------------------------------------------ */
.hero__title {
  padding-bottom: 16px;
}

.hero__kicker p,
.hero__title p {
  line-height: var(--leading-tight);
}

.hero__logo {
  margin-bottom: 24px;
  display: block;
}
.hero__logo img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}
.hero__logo.hero__logo--small {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .hero__logo.hero__logo--small {
    max-width: 100px;
  }
}
.hero__logo.hero__logo--medium {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .hero__logo.hero__logo--medium {
    max-width: 160px;
  }
}
.hero__logo.hero__logo--large {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .hero__logo.hero__logo--large {
    max-width: 240px;
  }
}
.hero__logo.hero__logo--full {
  max-width: 100%;
  width: 100%;
}
.hero__logo.hero__logo--full img {
  width: 100%;
  height: auto;
}

.hero-section {
  background: #f7f5f4;
}
.hero-section.video-played .hero-video-component {
  height: var(--two-thirds);
}

/* Video Hero Styles */
.hero__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.hero__video::-webkit-media-controls {
  display: none !important;
}
.hero__video::-webkit-media-controls-enclosure {
  display: none !important;
}
.hero__video::-webkit-media-controls-panel {
  display: none !important;
}
.hero__video::-webkit-media-controls-play-button {
  display: none !important;
}
.hero__video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.hero__video::-moz-media-controls {
  display: none !important;
}
.hero__video::--webkit-media-controls {
  display: none !important;
}
.hero__video.hero__video--loaded {
  opacity: 1;
}

.hero__video--mobile {
  display: none;
}

.hero__video--desktop {
  display: block;
}

/* Video height classes */
.hero__video-wrapper.use_screen_full {
  height: 100vh;
}

.hero__video-wrapper.use_screen_three_quarters {
  height: 75vh;
}

.hero__video-wrapper.use_screen_two_thirds {
  height: 76.666vh;
}

.hero__video-wrapper.use_screen_one_half {
  height: 50vh;
}

.hero__video-wrapper.use_screen_one_third {
  height: 33.333vh;
}

.hero__video-wrapper.use_screen_one_fifth {
  height: 20vh;
}

.hero__video-wrapper.use_pixels_800 {
  height: 800px;
}

.hero__video-wrapper.use_pixels_650 {
  height: 650px;
}

.hero__video-wrapper.use_pixels_500 {
  height: 500px;
}

.hero__video-wrapper.use_image {
  height: auto;
  min-height: 400px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (min-width: 769px) {
  .section--image:not(.hero-section),
  .section--image:not(.hero-section-module) {
    min-height: initial !important;
  }
  .menu__item[data-name="the-fold"],
  .menu__item[data-name="about-us"] {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .hero-section,
  .hero-section .section-padding,
  .hero-section .section__inner,
  .hero-section .image__hero__frame {
    height: 600px;
  }
  .hero-section .section__inner,
  .hero-section .wrapper--none,
  .hero-section .hero__content__wrapper {
    height: 600px;
  }
  .standard__cta.btn-text-thick-line {
    height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* Video responsive styles */
  .hero__video-wrapper.use_screen_full {
    height: 100vh;
  }
  .hero__video-wrapper.use_screen_three_quarters {
    height: 75vh;
  }
  .hero__video-wrapper.use_screen_two_thirds {
    height: 66.666vh;
  }
  .hero__video-wrapper.use_screen_one_half {
    height: 50vh;
  }
  .hero__video-wrapper.use_screen_one_third {
    height: 33.333vh;
  }
  .hero__video-wrapper.use_screen_one_fifth {
    height: 20vh;
  }
  .hero__video-wrapper.use_pixels_800 {
    height: 400px;
  }
  .hero__video-wrapper.use_pixels_650 {
    height: 350px;
  }
  .hero__video-wrapper.use_pixels_500 {
    height: 300px;
  }
  .template-index .section--image {
    background: #4a453c;
  }
  .use_screen_two_thirds {
    height: auto;
    min-height: 400px;
  }
  .section--image:not(.hero-section) {
    min-height: auto !important;
  }
  .section--image:not(.hero-section) .hero-video-component {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section--image:not(.hero-section) .hero__content__wrapper {
    position: relative;
  }
  .hero-section.video-played .hero-video-component {
    height: 100%;
  }
  .hero__video--desktop {
    display: none;
  }
  .hero__video--mobile {
    display: block;
  }
  .hero__video-wrapper.use_screen_two_thirds {
    height: 100vh;
  }
  .hero-section-module .image__hero__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-section-module .section--image {
    height: 100%;
  }
  .section--image:not(.hero-section) .image__hero__frame {
    position: initial;
    min-height: initial !important;
    height: auto !important;
  }
  .section--image:not(.hero-section) .image__hero__frame .image__hero__scale {
    -webkit-transform: initial !important;
    transform: initial !important;
  }
  .hero-text-section .body-size-5 {
    padding: 0;
  }
}
/* ------------------------------------------------------------
     HOTSPOT
------------------------------------------------------------ */
.brick__block__image--hotspots + div {
  display: block;
  position: absolute;
  left: 40px;
  top: 40px;
}

.brick__section:not(.brick__section--reverse)
  .brick__block__image--hotspots
  + div {
  right: 40px;
  left: initial;
  text-align: right;
}

.hotspot__text .hero__btn {
  margin: 0 !important;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .brick__block__image--hotspots + div {
    top: 10px;
    left: 35px;
    width: 150px;
  }
  .brick__block__image--hotspots + div .standard__cta {
    position: absolute;
    bottom: -150px;
    right: 0;
  }
  .brick__section:not(.brick__section--reverse)
    .brick__block__image--hotspots
    + div {
    right: 35px;
  }
}
/* ------------------------------------------------------------
     NEWSLETTER
------------------------------------------------------------ */
.section-newsletter {
  position: relative;
  /* firefox 19+ */
  /* ie */
}
.section-newsletter.news--hero .newsletter__contain .input-group {
  background-color: transparent;
  border: 0;
}
.section-newsletter.news--hero
  .newsletter__contain
  .input-group
  input.input-group-field {
  border-radius: 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}
.section-newsletter.news--hero
  .newsletter__contain
  .input-group
  .btn.btn--secondary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.section-newsletter.news--hero .rte {
  max-width: 700px;
  margin: 0 auto 32px auto;
  width: 100%;
}
.section-newsletter.news--hero .rte * {
  color: #fefaf1;
}
.section-newsletter h2 {
  color: #fefaf1;
  letter-spacing: 3px;
}
.section-newsletter h2::after {
  background: #fefaf1;
}
.section-newsletter .input-group-field {
  color: #fefaf1;
}
.section-newsletter .input-group-field:focus {
  border-color: #f4f0e4 !important;
}
.section-newsletter--has-bg-image .section-padding {
  position: relative;
  z-index: 2;
}
.section-newsletter ::-webkit-input-placeholder {
  color: #fefaf1 !important;
}
.section-newsletter ::-moz-placeholder {
  color: #fefaf1 !important;
}
.section-newsletter :-ms-input-placeholder {
  color: #fefaf1 !important;
}
.section-newsletter :-moz-placeholder {
  color: #fefaf1 !important;
}
.section-newsletter__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image);
  background-position: var(--bg-position);
  background-size: var(--bg-size);
  background-repeat: no-repeat;
  z-index: 1;
}
.section-newsletter__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-color);
  opacity: var(--overlay-opacity);
  z-index: 1;
}

.newsletter__contain {
  max-width: 500px;
  margin: 0 auto;
}
.newsletter__contain form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .newsletter__contain form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.newsletter__contain .input-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.newsletter__contain input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.newsletter__contain input[type="email"]:focus {
  outline: none;
  border-color: #007acc;
}
.newsletter__contain .btn {
  white-space: nowrap;
  min-width: 120px;
}
@media (max-width: 767px) {
  .newsletter__contain .btn {
    width: 100%;
  }
}

/* :::::::::
     Responsive
::::::::::*/
@media all and (max-width: 768px) {
  .section-newsletter__background-image {
    background-attachment: scroll;
  }
  .newsletter__contain form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsletter__contain .btn {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .newsletter__contain {
    max-width: 100%;
    padding: 0 16px;
  }
}
/* ------------------------------------------------------------
     MODAL
------------------------------------------------------------ */
.popup__title {
  font-weight: 700 !important;
}

.popup .popup__inner {
  background-color: #fefaf1;
}

.modal__overlay {
  background: rgba(74, 69, 60, 0.76);
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .modal__container--inline {
    padding: 8px;
  }
}
.brick-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .brick-icon-list {
    gap: 32px;
    margin-top: 40px;
  }
}

.brick-icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .brick-icon-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    gap: 20px;
  }
}

.brick-icon-item__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brick-icon-item__image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 10/9;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.brick-icon-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.brick-icon-item__text p {
  margin: 0;
}
.brick-icon-item__text p:not(:last-child) {
  margin-bottom: 8px;
}

.section-icons.icon--dark * {
  color: #4a453c;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .brick-icon-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .brick-icon-item .brick-icon-item__text {
    width: 80%;
    text-align: left;
    padding: 0 !important;
  }
  .brick-image--mobile-fix .image__hero__frame,
  .brick-image--mobile-fix .image__hero__frame * {
    height: 300px;
    min-height: initial;
    max-height: initial;
  }
}
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
#contact-us-page input[type="text"],
#contact-us-page input[type="search"],
#contact-us-page input[type="password"],
#contact-us-page input[type="email"],
#contact-us-page input[type="file"],
#contact-us-page input[type="number"],
#contact-us-page input[type="tel"],
#contact-us-page input[type="url"],
#contact-us-page input[type="date"],
#contact-us-page textarea,
#contact-us-page select,
#contact-us-page .popout__toggle {
  border-color: #4a453c;
  color: #4a453c;
}
#contact-us-page label.label--float {
  border-radius: 10px;
  padding: 0 10px;
}

/*

whole sale

*/
.ws-registration-form .ws-registration-form--heading {
  font-family: var(--FONT-STACK-HEADING);
  margin: 0 !important;
  font-size: 18px;
}
.ws-registration-form .ws-btn.ws--wsaio-submit-btn {
  background: #4a453c !important;
  color: #fefaf1;
  border: 0;
  text-transform: uppercase;
  letter-spacing: var(--FONT-BUTTON-LETTER-SPACING);
  font-weight: var(--TYPE-WEIGHT-BUTTON);
}
.ws-registration-form .ws-btn.ws--wsaio-submit-btn:hover {
  background: #39352d !important;
}
.ws-registration-form .ws--terms_and_conditions_custom a {
  color: #4a453c;
  text-decoration: underline;
}
.ws-registration-form .ws--terms_and_conditions_custom a:hover {
  color: #39352d;
  text-decoration: none;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     PILLS
------------------------------------------------------------ */
.pills-section-wrapper {
  padding: 24px 0;
  background: #fefaf1;
}

.pills-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #adb4b9 transparent;
}
.pills-list .pill-item {
  background: #cad4cc;
  color: #4a453c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  text-decoration: none;
  font-family:
    "Space Grotesk",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
  font-weight: 500;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pills-list .pill-item:hover {
  background: #4a453c;
  color: #fefaf1;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.pills-list .pill-item .pill-item__text {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.pills-list::-webkit-scrollbar {
  height: 4px;
}
.pills-list::-webkit-scrollbar-track {
  background: transparent;
}
.pills-list::-webkit-scrollbar-thumb {
  background-color: #adb4b9;
  border-radius: 2px;
}
.pills-list::-webkit-scrollbar-thumb:hover {
  background-color: #898f99;
}

.pills-list-empty {
  text-align: center;
  padding: 48px 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .pills-list {
    gap: 12px;
  }
  .pills-list .pill-item {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .pills-section-wrapper {
    padding: 12px 0 12px 0;
  }
  .pills-section-wrapper .wrapper {
    padding: 0;
  }
  .pills-list {
    gap: 10px;
    scrollbar-color: transparent transparent;
  }
  .pills-list::-webkit-scrollbar {
    display: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .pills-list .pill-item {
    padding: 8px 16px;
    font-size: 13px;
  }
  .pills-list .pill-item:first-child {
    margin-left: 10px;
  }
  .pills-list .pill-item:last-child {
    margin-right: 10px;
  }
}
/* ------------------------------------------------------------
     BUNDLES
------------------------------------------------------------ */
body .gfbFrequentBoughtWidgetContainer {
  background: #f4f0ee;
  padding: 0;
}
body .gfbFrequentBoughtLabelPillsUI {
  border-radius: 0;
  border-width: 1px;
  border-color: #adb4b9;
}
body .gfbFrequentBoughtLabelPillsUISelected {
  background: #cad4cc;
  color: #4a453c;
  border-color: #cad4cc;
}
body .gfbFrequentBoughtLabelPillsUISelected:has(.gfbOptionImageWrapper) {
  border-color: #fefaf1 !important;
}
body .gfbFrequentBoughtAddToCartButton,
body .gfbFrequentBoughtAddToCartButtonWithExpandOperation {
  background-color: #4a453c;
  border-radius: 0;
}
body .gfbPlusIconWrapper {
  background-color: #4a453c;
}
body .gfbFrequentBoughtWidgetContainer,
body .gfbFrequentBoughtWidgetProductContainer {
  border-radius: 0;
}
body
  .gfbVolumeBundleTemplate_1_Wrapper
  .gfbVolumeDiscountWidgetOfferDiscountTierContainer:has(
    .gfbVolumeDiscountWidgetOfferDiscountTierRadio[type="radio"]:checked
  ),
body
  .gfbVolumeBundleTemplate_2_Wrapper
  .gfbVolumeDiscountWidgetOfferDiscountTierContainer:has(
    .gfbVolumeDiscountWidgetOfferDiscountTierRadio[type="radio"]:checked
  ),
body .gfbVolumeBundleTemplate_3_TierWrapper:has(input[type="radio"]:checked),
body .gfbVolumeBundleTemplate_4_TierWrapper:has(input[type="radio"]:checked) {
  border-color: #4a453c;
}
body
  :is(
    .gfbVolumeBundleTemplate_1_Wrapper,
    .gfbSubscriptionTiersWrapper,
    .gfbVolumeBundleTemplate_3_Wrapper,
    .gfbVolumeBundleTemplate_4_Wrapper
  )
  input[type="radio"]:checked {
  border-color: #4a453c;
}
body
  .gfbVolumeBundleTemplate_1_Wrapper
  .gfbVolumeDiscountSwatchColorUISelected {
  outline-color: #fefaf1;
  color: #4a453c;
}
body .gfbSimpleRibbonBadge {
  background: #4a453c;
}
body .gfbSimpleRibbonBadge[data-design-type="TOP_FOLD"]:after,
body .gfbSimpleRibbonBadge[data-design-type="TOP_FOLD"]:before {
  background: #4a453c;
}
body .gfbFrequentBoughtWidgetProductImage img {
  border-radius: 0;
}
body .gfbFrequentBoughtWidgetProductImage:after {
  border-radius: 0;
}
body .gfbFrequentBoughtLabelPillsUI:has(.gfbOptionImageWrapper) {
  border-radius: 0;
  border-width: 1px;
  border-color: #adb4b9;
}
body .gfbVolumeBundleWrapper .gfbVolumeBundleTemplate_4_Title {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: 500;
  font-size: 18px;
}
body .gfbVolumeBundleWrapper .gfbVolumeBundleTemplate_4_HorizontalLine {
  display: none;
}
body .gfbVolumeBundleWrapper .gfbVolumeBundleTemplate_4_TierWrapper {
  border-radius: 0;
  border-width: 1px;
}
body
  .gfbVolumeBundleWrapper
  .gfbVolumeBundleTemplate_4_TierWrapper:has(input[type="radio"]:checked) {
  border-color: transparent;
  background: #fefaf1;
}

.product-extra-box {
  margin-bottom: 24px;
  background: #fff;
  padding: 16px;
}
.product-extra-box h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;
}
.product-extra-box .metafield-rich_text_field ul {
  list-style: disc;
  padding-left: 20px;
}
.product-extra-box .metafield-rich_text_field ol {
  list-style: decimal;
  padding-left: 20px;
}
.product-extra-box .metafield-rich_text_field p {
  margin-bottom: 16px;
}
.product-extra-box .metafield-rich_text_field *:empty {
  display: none;
}

.price-bundle-alert {
  color: #657060;
  font-style: italic;
  font-size: 16px;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
.announcement {
  height: 48px;
}
.announcement .items-center p {
  text-align: center;
  width: 100%;
}

.newsletter__success {
  color: #22c55e;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
  /* Fade announcement styles */
}
.newsletter__success [x-data*="announcementFade"] {
  position: relative;
  min-height: inherit;
}
.newsletter__success [x-data*="announcementFade"] > div {
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newsletter__success [x-data*="announcementFade"] > div:not(:first-child) {
  opacity: 0;
  position: absolute;
}
.newsletter__success [x-data*="announcementFade"] > div:first-child {
  opacity: 1;
  position: relative;
}

.article__item-author {
  display: none !important;
}

.article__image .image__hero__pane img {
  -o-object-position: top !important;
  object-position: top !important;
}

.text__standard .standard__cta {
  margin-right: 0;
  margin-left: 0;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (min-width: 993px) {
  .popup .popup__inner {
    padding: 170px 40px;
    max-width: 540px;
  }
}
@media all and (max-width: 768px) {
  .announcement {
    height: 34px !important;
  }
  .hero-section-module .flickity-viewport {
    height: 600px !important;
  }
}
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
.password__video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.password__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.password__video--mobile {
  display: none;
}

.password__video--desktop {
  display: block;
}

.password__box {
  background: transparent;
  max-width: 900px;
  padding: 40px 32px;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.password__box .newsletter__contain {
  max-width: 100%;
  margin-top: 60px;
}
.password__box .newsletter__contain p {
  color: #fff;
}
.password__box .newsletter__contain form p {
  margin-bottom: 16px;
  font-size: 12px;
}
.password__box .input-group {
  max-width: 500px;
  margin: 0 auto;
}

.password__hero {
  margin-bottom: 24px;
}
.password__hero img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.password__article {
  margin-bottom: 370px;
}
.password__article h1,
.password__article h2,
.password__article h3,
.password__article h4,
.password__article h5,
.password__article h6 {
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fefaf1;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 5px;
}
.password__article:last-child {
  margin-bottom: 0;
}

.section-newsletter .newsletter__contain form {
  position: relative;
}
.section-newsletter .newsletter__contain form p {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

.password__box {
  padding-top: 260px;
}

.password__footer {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.password__modal__button {
  background: #fefaf1;
  color: #4a453c;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.password__modal__button:hover {
  background: #f4f0e4;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .password__video--desktop {
    display: none;
  }
  .password__video--mobile {
    display: block;
  }
  .password__box {
    padding: 0px 0 20px 0;
    position: relative;
    top: -40px;
  }
  .password__box .newsletter__contain p {
    font-size: 14px;
  }
  .password__article {
    margin-bottom: 0px;
  }
  .password__article h1,
  .password__article h2,
  .password__article h3,
  .password__article h4,
  .password__article h5,
  .password__article h6 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .password__hero {
    margin-bottom: 0;
  }
  .password-login {
    font-size: 10px;
  }
  .newsletter__contain > div {
    margin-bottom: 80px;
  }
  .password__modal__button {
    width: 100%;
  }
}
/* ------------------------------------------------------------
     CONTACT
------------------------------------------------------------ */
.section-contact .standard__kicker.kicker__line:after {
  bottom: 10px;
}
.section-contact label {
  margin-bottom: 8px;
}
.section-contact select {
  background-image: url(/cdn/shop/files/arrow.png?v=1760384512);
  background-size: 10px;
}
.section-contact button[type="submit"] {
  margin: 40px auto 60px auto;
  display: block;
  background: #fefaf1;
}
.section-contact button[type="submit"]:hover {
  bottom: -7px;
  background: #f4f0e4;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media all and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 55px;
  }
  h2,
  .h2 {
    font-size: 34px;
    line-height: 40px;
  }
  h3,
  .h3 {
    font-size: 28px;
    line-height: 35px;
  }
  h4,
  .h4 {
    font-size: 21px;
    line-height: 30px;
  }
  h5,
  .h5 {
    font-size: 18px;
    line-height: 25px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 35px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 27px;
  }
}

/* ------------------------------------------------------------
    ANNOUNCEMENT BAR — pause marquee on hover
------------------------------------------------------------ */
[data-announcement-bar]:hover .ticker--animated {
  animation-play-state: paused !important;
}

/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */

/* ------------------------------------------------------------
    QTY + ATC COMBINED BLOCK
------------------------------------------------------------ */
.qty-atc__row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.qty-atc__row .btn--add-to-cart {
  flex: 1;
}

.product__align-left .shopify-product-form {
  max-width: unset !important;


/* ------------------------------------------------------------
    ADD TO CART BUTTON
------------------------------------------------------------ */
.btn--add-to-cart {
  background-color: var(--color-accent, #657060) !important;
  color: #fff !important;
  border-color: var(--color-accent, #657060) !important;
}
.btn--add-to-cart:hover {
  background-color: var(--color-accent, #657060) !important;
  color: #fff !important;
}

/* ------------------------------------------------------------
    BREADCRUMBS
------------------------------------------------------------ */
.breadcrumb span[aria-hidden="true"]::after {
  content: "\00a0";
}
