/** Shopify CDN: Minification failed

Line 747:2 Expected identifier but found "#fbf8ee"
Line 1318:2 Expected identifier but found "#fbf8ee"
Line 1533:0 Expected ")" to go with "("

**/
/* branding */
:root {
  --color-brand: #512856;
  --color-brand-inverse: #fff;
  --overlay-color: #512856b5;
  
  --font-size-product-title: 14px;
  --font-size-product-price: 14px;
  --font-size-product-installments: 14px;

  --font-weight-product-title: 600;
  --font-weight-product-price: 500;
  --font-weight-product-installments: 400;

  --line-height-product-title: 1.3;
  --line-height-product-price: 1.6;
  --line-height-product-installments: 1.6;

  --letter-spacing-product-title: 0em;
  --letter-spacing-product-price: 0em;
  --letter-spacing-product-installments: 0em;

  --opacity-product-installments: 0.6;
  --opacity-product-compare-at-price: 0.6;

  --gap-mobile: 16px;
  --padding-mobile: 16px;

  --font-size-title-mobile: 24px;
  --font-weight-title-mobile: 400;
  --line-height-title-mobile: 1;
  --letter-spacing-title-mobile: -2px;

  --font-size-subtitle-mobile: 20px;
  --font-weight-subtitle-mobile: 400;
  --line-height-subtitle-mobile: 1;
  --letter-spacing-subtitle-mobile: -2px;

  --font-size-description-mobile: 16px;
  --font-weight-description-mobile: 400;
  --line-height-description-mobile: 1.2;
  --letter-spacing-description-mobile: 0px;

  --font-size-subdescription-mobile: 14px;
  --font-weight-subdescription-mobile: 400;
  --line-height-subdescription-mobile: 1.2;
  --letter-spacing-subdescription-mobile: 0px;

  --font-size-button-mobile: 16px;
  --font-weight-button-mobile: 500;
  --line-height-button-mobile: 1.6;
  --letter-spacing-button-mobile: 0px;
}

.custom-section-background {
  display: none;
}

/* hidden */
@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}
/* geral */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.max-w-\[800px\] {
  max-width: 800px !important;
}
.shopify-policy__container {
  min-width: 90vw;
}
.underline {
  text-decoration: underline !important;
}

.hero:hover .text-block {
  text-decoration: var(--text-decoration);
}
.text-block {
  &:hover {
    text-decoration: var(--text-decoration);
  }
}
.dialog-modal::backdrop {
  background: var(--overlay-color);
}

/* policies */
.page-header h2,
section.user-content h2 {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

/* header */
.header-logo__image {
  transition: 0.3s scale;
}
.header[transparent] .header__row {
  background: transparent;
}
#header-component[data-sticky-state="active"],
#header-component[data-sticky-state="active"] .header__row {
  background: var(--color-brand);
  /* backdrop-filter: blur(7px); */
}
/* #header-component[data-sticky-state="active"] .header-logo__image {
  height: min(var(--header-logo-image-height), 40px);
} */

#header-component[data-sticky-state="active"] .menu-list__link {
  color: #fff;
}
#header-component[data-sticky-state="active"] .header-actions__action svg,
#header-component[data-sticky-state="active"] .header__icon.header__icon--menu.header__icon--summary,
#header-component[data-sticky-state="active"] .navigation_bar_mobile .menu-list--mobile li,
#header-component[data-sticky-state="active"] .navigation_bar_mobile .menu-list--mobile li a,
#header-component[data-sticky-state="active"] .header-actions__cart-icon .cart-bubble__text {
  color: #fff;
}
span.menu-list__link-title {
  letter-spacing: -1px;
}
@media screen and (max-width: 749px) {
  .header__row.header__row--top {
    border-bottom: 0 !important;
  }
}

/*
@media screen and (min-width: 750px) {
  .menu-list__submenu,
  .header-menu__inner .overflow-menu:after {
    display: none !important;
  }
  #header-component[data-sticky-state="active"] .header-logo__image {
      height: min(var(--header-logo-image-height), 50px);
      width: auto;
  }
}
@media screen and (max-width: 749px) {
  body.template-product #header-component[transparent] {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: var(--layer-sticky);
    background-color: var(--color-brand);
    --header-bg-color: var(--color-brand);
    --header-logo-display: block !important;
    --header-logo-inverse-display: none !important;
    --color-foreground: var(--color-brand-inverse);
    --color-foreground-heading: var(--color-brand-inverse);
    --color-border: color-mix(in srgb, var(--color-brand-inverse) 22%, transparent);
  }

  body.template-product .announcement-bar {
    border-bottom: 1px solid var(--color-brand-inverse);
  }

  body.template-product #header-component[transparent] .header__row {
    --header-bg-color: #fff;
    --color-foreground: var(--color-brand-inverse);
    --color-foreground-heading: var(--color-brand-inverse);
    --color-border: color-mix(in srgb, var(--color-brand-inverse) 22%, transparent);
    background-color: var(--color-brand-inverse) !important;
  }

  body.template-product #header-component[transparent] .menu-list__link,
  body.template-product #header-component[transparent] .menu-list__link .menu-list__link-title,
  body.template-product #header-component[transparent] .localization-wrapper button,
  body.template-product #header-component[transparent] localization-form-component button {
    color: var(--color-brand-inverse);
  }

  body.template-product #header-component[transparent] .header-actions__action,
  body.template-product #header-component[transparent] .header-actions__action svg,
  body.template-product #header-component[transparent] .header__icon.header__icon--menu.header__icon--summary,
  body.template-product #header-component[transparent] .header-actions__cart-icon .cart-bubble__text,
  body.template-product #header-component[transparent] .navigation_bar_mobile .menu-list--mobile li,
  body.template-product #header-component[transparent] .navigation_bar_mobile .menu-list--mobile li a {
    color: var(--color-brand-inverse);
  }

  body.template-product #header-component[transparent] .header-actions__action svg {
    stroke: var(--color-brand-inverse);
  }

  body.template-product #header-component[transparent][data-sticky-state="active"],
  body.template-product #header-component[transparent][data-sticky-state="active"] .header__row,
  body.template-product #header-component[transparent][data-sticky-state="inactive"],
  body.template-product #header-component[transparent][data-sticky-state="inactive"] .header__row {
    background: var(--color-brand) !important;
    --header-bg-color: var(--color-brand);
    --color-foreground: var(--color-brand-inverse);
  }

  body.template-product #header-component[transparent][data-sticky-state="active"] .menu-list__link,
  body.template-product #header-component[transparent][data-sticky-state="inactive"] .menu-list__link {
    color: var(--color-brand-inverse) !important;
  }

  body.template-product #header-component[transparent][data-sticky-state="active"] .header-logo__image,
  body.template-product #header-component[transparent][data-sticky-state="inactive"] .header-logo__image {
    filter: brightness(100);
  }

  body.template-product #header-component[transparent][data-sticky-state="active"] .header-actions__action svg,
  body.template-product #header-component[transparent][data-sticky-state="active"] .header__icon.header__icon--menu.header__icon--summary,
  body.template-product #header-component[transparent][data-sticky-state="active"] .navigation_bar_mobile .menu-list--mobile li,
  body.template-product #header-component[transparent][data-sticky-state="active"] .navigation_bar_mobile .menu-list--mobile li a,
  body.template-product #header-component[transparent][data-sticky-state="active"] .header-actions__cart-icon .cart-bubble__text {
    color: var(--color-brand-inverse) !important;
  }

  body.template-product #header-component[transparent][data-sticky-state="active"] .header-actions__action svg {
    stroke: var(--color-brand-inverse);
  }
}
*/
/* header - custom */
/*
@media screen and (min-width: 750px) {
  .page-template-collection .header__columns {
    grid-template-areas: "center left right";
    grid-template-areas: " left  right center";
    grid-template-columns: 1fr;
    grid-template-columns: auto 1fr auto;
    align-items: flex-start;
  }
  .page-template-collection .header__columns .header-logo__image {
    height: calc(var(--header-logo-image-height) * 0.8);
    width: calc(var(--header-logo-image-width) * 0.8);
  }
  .page-template-product .header__columns {
    grid-template-areas: "center left right";
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .page-template-collection .header__columns .header__column--right {
    justify-content: flex-start;
  }
  .page-template-collection .header__column--center,
  .page-template-product .header__column--center {
    justify-content: flex-start;
    grid-area: center;
  }
  .page-template-collection .mega-menu-wrapper,
  .page-template-product .mega-menu-wrapper {
    left: auto !important;
    right: 0 !important;
  }
  .page-template-collection .header-support-menu,
  .page-template-product .header-support-menu {
    display: none;
  }
  .page-template-collection .mega-menu-wrapper .mega-menu__panel,
  .page-template-product .mega-menu-wrapper .mega-menu__panel {
    left: auto;
    right: 0;
  }
  .page-template-collection .mega-menu-wrapper .mega-menu__background-image,
  .page-template-product .mega-menu-wrapper .mega-menu__background-image {
    left: 0 !important;
    right: 450px !important;
  }  
  .page-template-collection .header-menu__inner .menu-list__list-item:not(.only-show-on-collection-and-pdp),
  .page-template-product .header-menu__inner .menu-list__list-item:not(.only-show-on-collection-and-pdp){
    display: none !important;
  }
  html:not(.page-template-collection, .page-template-product) .header-menu__inner .menu-list__list-item.only-show-on-collection-and-pdp {
    display: flex !important;
  }
  html:not(.page-template-collection, .page-template-product) .header-menu__inner .menu-list__list-item.only-show-on-collection-and-pdp {
    display: none !important;
  }
  .page-template-collection .header__columns.spacing-style:after {
    content: "";
    width: calc(100% - 240px);
    height: 1.5px;
    background: var(--color-brand);
    bottom: 16px;
    position: absolute;
    right: 200px;
  }
  .page-template-collection .menu-list__link {
    font-size: calc(var(--menu-top-level-font-size-desktop) * 1.5);
  }
  .page-template-product .header-logo__image {
    filter: brightness(100);
  }
}
@media screen and (max-width: 749px) {
  .header-logo, .header__columns .header-logo {
      padding: 12px 0;
  }
  .mega-menu-mobile__content .collection-card {
    min-height: 100px;
  }
  body[data-scroll-height="0px"].mega-menu-mobile-open .slide__content:has(.highlight-opcoes-menu-mobile a) {
    z-index: 9999999999999;
    height: auto;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  body[data-scroll-height="0px"].mega-menu-mobile-open .slide__content .highlight-opcoes-menu-mobile .text-block:last-child a {
    color: white !important;
  }
  .menu-mobile-scrollado .group-block-content {
    padding: 0 !important;
  }
  body[data-scroll-height="0px"].mega-menu-mobile-open .menu-mobile-scrollado {
    display: none !important;
  }

  .menu-drawer__menu-item--mainlist {
    min-height: 37px !important;
  }
  .menu-drawer__menu-item-text,
  .menu-mobile-scrollado .text-block p {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .menu-drawer__menu-item--child .menu-drawer__menu-item-text {
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
    color: var(--color-foreground);
    text-decoration: none;
    transition: color .2s ease;
    padding: 3px 0;
    text-transform: capitalize;
  }
  .mega-menu-mobile__container .collection-card.collection-card--image-bg .collection-card__content {
    padding-bottom: 0;
  }
}
*/

/* section and group sections */
@media screen and (min-width: 750px) {
  .depoimento-group {
    min-width: calc(25% - var(--gap,16px)) !important;
  }
  .carousel-on-desktop {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-snap-align: start !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  .carousel-on-desktop .group-block {
    min-width: calc(25% - var(--gap,16px)) !important;
  }
}
@media (max-width: 768px) {
  .carousel-on-mobile {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .carousel-on-mobile .group-block {
    min-width: 70vw;
  }

  .carousel-on-mobile {
    margin-left: calc(-1 * var(--padding-block-start, 0px));
    margin-right: calc(-1 * var(--padding-block-end, 0px));
    padding-left: var(--padding-block-start, 0px);
    padding-right: var(--padding-block-end, 0px);
    width: calc(100% + var(--padding-block-start, 0px) + var(--padding-block-end, 0px));
    scroll-padding-left: var(--padding-block-start, 0px);
    scroll-padding-right: var(--padding-block-end, 0px);
  }
  .carousel-on-mobile::after {
    content: "";
    min-width: var(--padding-block-start, 0px);
    height: 1px;
    display: block;
  }
  .carousel-navigation.show-navigation,
  .arrows-navigation-mobile+.section-navigation,
  .ai-product-carousel__nav--next,
  .ai-product-carousel__nav--prev {
    display: none !important;
  }
  .condicoes-comerciais .section-navigation {
    display: flex !important;
  }
  .condicoes-comerciais .section-navigation .section-arrow {
    background: #51285600;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 0 0 rgba(81, 40, 86, 0.5);
  }

  .depoimento-name p {
    font-size: var(--font-size-description-mobile);
    font-weight: var(--font-weight-description-mobile);
    line-height: var(--line-height-description-mobile);
    letter-spacing: var(--letter-spacing-description-mobile);
  }
  .depoimento-text p {
    font-size: var(--font-size-subdescription-mobile);
    font-weight: var(--font-weight-subdescription-mobile);
    line-height: var(--line-height-subdescription-mobile);
    letter-spacing: var(--letter-spacing-subdescription-mobile);
  }
}

/* catalog */
.filters-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  @media (max-width: 768px) {
    gap: 0;
    justify-content: space-between;
    align-items: center;
    &:has(.custom-filter-toggle-container) {
      width: 100%;
    }
  }
}
.collection-wrapper.collection-header-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  min-height: 1px;
  height: auto;
  @media (max-width: 768px) {
    flex-wrap: wrap;
    position: relative;
  }
}
h2.facets-drawer__title.h3 {
  font-weight: 400;
  font-size: 1.5rem;
}
.facets__label {
  font-weight: 700;
  text-transform: uppercase !important;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .facets-toggle {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.field.price-facet__field input {
  border: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--color-foreground) !important;
  border-radius: 0;
  padding-bottom: 0;
  color: var(--color-foreground) !important;
}
.field.price-facet__field input::placeholder,
.field__label.price-facet__label {
  color: var(--color-foreground) !important;
}
.field__label.price-facet__label {
  padding-left: 0 !important;
}
.facets__see-results {
  border: 1px solid;
  background: transparent;
  color: var(--button-background-color);
  padding-block: 0 !important;
  padding: 5px 20px 3px !important;
  font-size: 18px;
  width: auto;
  min-width: 200px !important;
  flex: 0 !important;
  border-radius: 100px;
}
.facets-toggle__button {
  box-shadow: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  &:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 750px) {
    font-size: 1.2rem;
  }
}
.facets__form-wrapper {
  height: 100%;
}
@media screen and (min-width: 750px) {
  .product-card__content .card-gallery,
  .product-card__content slideshow-component,
  .product-card__content slideshow-component,
  .product-card__content slideshow-container {
    height: 100%;
  }
  .facets--drawer[open] {
    max-width: 40vw;
  }
  .facets__status-wrapper,
  accordion-custom.facets__item::before,
  sorting-filter-component::before {
    display: none !important;
  }
  .facets__filters-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto 0;
  }
}
.facets__filters-wrapper .facets__item {
  margin-bottom: 0;
}
.price-facet__highest-price,
.facets--drawer .facets__summary .icon-caret {
  display: none;
}
*:checked~.sorting-filter__label {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #filters-drawer:not(:has(dialog[open])) {
    display: none;
  }
  results-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .collection-wrapper:has(nav.subcollections-nav) .filters-wrapper {
    padding-top: 35px;
  }
}

/* slideshow */
slideshow-controls[controls-on-media][pagination-position=center] {
    /* width: 100px; */
    margin: 0 auto;
    align-self: center;
}
.text-block h2:hover a {
  text-decoration: underline;
}

/* collection page */
.collection-title.h2 {
  letter-spacing: 0px;
}
@media screen and (max-width: 750px) {
  .collection-title.h2 {
    font-size: 1.5rem !important;
  }
}

/* collection card */
.collection-card--image-bg .collection-card__image,
.background-image-container img {
    transition: 0.3s all;
}
/* .collection-card--image-bg:hover .collection-card__image, */
/* .group-block:hover .background-image-container img {
    transform: scale(1.05);
} */
.collection-card__link:hover .hover\:underline,
.collection-card:hover .collection-card__link .hover\:underline,
.collection-card__link:hover .text-block .hover\:underline,
.collection-card:hover .text-block .hover\:underline {
  text-decoration: underline;
}

/* card */
.product-badges {
    gap: 8px;
    display: flex;
    flex-direction: column;
    /* @media screen and (max-width: 768px) { */
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        width: calc(100% - (2 * (var(--badge-inset) + var(--padding-block-start))));
    /* } */
}
.product-badges__badge {
    border: .5px solid var(--color-foreground) !important;
    background: transparent !important;
    padding: 3px 5px 0px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}
.resource-card__media {
    position: relative;
}
.resource-card__media,
.resource-card__image--secondary {
    overflow: hidden !important;
    border-radius: 15px !important;
}
.resource-card__content {
    gap: 0 !important;
}
.ready-to-ship-badge {
  /*background: #cee9c8 !important;
  color: #1b510f !important;
  border-color: #1b510f !important;*/
  background: #7b7d60 !important;
  border-color: #7b7d60 !important;
  color: #ffffff !important;
}
.last-units-badge {
  background: #edbfc7 !important;
  color: #56111d !important;
  border-color: #56111d !important;
}

.ready-to-ship-icon {
  display: inline-flex;
}
.ready-to-ship-icon i {
  --pulse-color: #cee9c8;
  margin-top: -3px;
  display: block;
  width: var(--icon-size, 15px);
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 50%;
  background: var(--pulse-color);
  position: relative;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--pulse-color) 60%, transparent);
  animation: pulse-circle 1.5s infinite;
  margin-left: 8px;
}

@keyframes pulse-circle {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--pulse-color) 60%, transparent);
  }
  70% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--pulse-color) 0%, transparent);
  }
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--pulse-color) 0%, transparent);
  }
}

.product-card-add-to-cart {
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    visibility: hidden;
    transition: 0.3s all;
    transform: translateY(100%);
    /* padding-top: 15px; */
    padding-top: 0;
    /* overflow: hidden; */
    isolation: isolate;
    background: #ffffffa6;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    @media (max-width: 768px) {
      display: none;
    }
}
.product-card-add-to-cart:has(.all-options-selected) {
  background: transparent;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
/* .product-card-add-to-cart::before {
    content: "";
    position: absolute;
    inset: 0;
    top: -20px;
    background: linear-gradient(to top, #ffffffa6 0%, #ffffffa6 90%, transparent 100%);
    pointer-events: none;
    z-index: -1;
} */
.resource-card:hover .product-card-add-to-cart,
product-card:hover .product-card-add-to-cart {
    visibility: visible;
    transform: translateY(1px);
}  
.product-card-add-to-cart .product-options-container {
  margin-bottom: var(--spacing-md);
}
.product-card-add-to-cart .variant-option {
  margin-bottom: var(--spacing-sm);
  display: flex;
  justify-content: center;
}
.product-card-add-to-cart .variant-option--buttons legend:not(:has(.variant-option__instruction)):before {
  content: "Escolha o";
}
.product-card-add-to-cart .variant-option.variant-option--buttons legend {
  order: 2;
}
.product-card-add-to-cart .variant-option__values {
  order: 1;
}
.progressive-options-container {
  margin: 8px;
  width: calc(100% - 16px) !important;
}
.product-card-add-to-cart .variant-option__label,
.product-card-add-to-cart .variant-option.variant-option--buttons legend,
.product-card-add-to-cart .option-group .option-label,
.product-card-add-to-cart .add-to-cart-button {
  display: block;
  margin-bottom: var(--spacing-xs);
  font-weight: 500;
  background: var(--color-foreground) !important;
  #fbf8ee;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 2;
  border-radius: 10px;
  border-radius: 15px;
  padding: 8px 5px 5px !important;
  line-height: 1;
}
.product-card-add-to-cart .add-to-cart-button {
  height: auto;
  margin: 8px;
  width: calc(100% - 16px) !important;
}
.product-card-add-to-cart .variant-option__button-label:has(:checked) {
  background: transparent !important;
  text-decoration: underline !important;
  color: inherit;
}
.product-card-add-to-cart .variant-option:has(:checked) .variant-option__label {
  display: none !important;
}
.product-card-add-to-cart .option-values {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.product-card-add-to-cart .option-value-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 4px;
}

.product-card-add-to-cart .option-value-label .option-value-text {
  color: var(--color-foreground, #222);
  text-decoration: none;
  font-weight: normal;
  font-size: .8rem;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 4px;
}

.product-card-add-to-cart .option-value-label input[type="radio"] {
  display: none;
}

.product-card-add-to-cart .option-value-label input[type="radio"]:checked + .option-value-text,
.product-card-add-to-cart .option-value-label:hover .option-value-text,
.product-card-add-to-cart .option-value-label:focus .option-value-text {
  text-decoration: underline;
  font-weight: bold;
  color: var(--color-foreground, #222);
}

.product-card-add-to-cart .option-label {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

/* .product-card-add-to-cart .variant-option.variant-option--buttons {
  display: flex;
  flex-direction: column-reverse;
} */
.product-card-add-to-cart .variant-option__values {
  display: flex;
  gap: var(--spacing-xs);
  justify-content: center;
  margin:0 auto;
}
.product-card-add-to-cart .variant-option__button-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  background: transparent;
  border: 0;
  padding: 5px;
  min-height: auto;
}
.product-card-add-to-cart .variant-option__button-label__text {
  color: var(--color-foreground);
}
.product-card-add-to-cart .variant-option__button-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.product-card-add-to-cart .variant-option__button-text {
  padding: var(--spacing-xs) var(--spacing-sm);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  background: var(--color-background);
  color: var(--color-foreground);
  font-size: 0.9em;
  transition: all 0.2s ease;
}
.product-card-add-to-cart .variant-option__button-label:hover .variant-option__button-text {
  border-color: var(--color-foreground);
}
.product-card-add-to-cart .variant-option__button-label input[type="radio"]:checked + .variant-option__button-text {
  background: var(--color-foreground);
  color: var(--color-background);
  border-color: var(--color-foreground);
}
.product-card-add-to-cart .variant-option__button-label input[type="radio"]:disabled + .variant-option__button-text {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-card-add-to-cart .product-add-to-cart-container {
  margin-top: var(--spacing-md);
}
.product-card-add-to-cart .variant-option__swatch-value {
  display: none;
}
.product-card-add-to-cart .variant-option strong {
  font-weight: inherit;
}

.product-card-add-to-cart .option-group .option-label,
.product-card-add-to-cart .add-to-cart-button {
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  background: var(--color-button);
  color: var(--color-button-text);
  border: none;
  border-radius: var(--border-radius);
  font-size: 1em;
  font-weight: 500;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.product-card-add-to-cart .add-to-cart-button {
  cursor: pointer;
}
.product-card-add-to-cart .add-to-cart-button:hover {
  background: var(--color-button-hover);
}
.product-card-add-to-cart .add-to-cart-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-card-add-to-cart .add-to-cart-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
}
.product-card-add-to-cart .variant-option__button-label {
    background: transparent;
    border: 0;
    padding: 5px;
    min-height: auto;
}
.product-card-add-to-cart .variant-option__button-label:hover {
  background-color: transparent;
  border: 0;
  color: var(--color-foreground);
  text-decoration: underline;
}
.product-card-add-to-cart .add-to-cart-icon {
  width: 1.2em;
  height: 1.2em;
}
.product-card-add-to-cart .add-to-cart-text--added {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.product-card-add-to-cart .add-to-cart-button.atc-added .add-to-cart-text {
  opacity: 0;
}
.product-card-add-to-cart .add-to-cart-button.atc-added .add-to-cart-text--added {
  opacity: 1;
}
.product-card-add-to-cart .product-selection-message {
  margin-top: var(--spacing-md);
  padding: var(--spacing-sm);
  background: var(--color-accent);
  border-radius: var(--border-radius);
  text-align: center;
}
.product-card-add-to-cart .selection-instruction {
  margin: 0;
  font-size: 0.9em;
  color: var(--color-foreground);
}
.personalize-drawer variant-picker .variant-option {
  margin-bottom: 2rem !important;
  &:last-child {
    margin-bottom: 0 !important;
  }
}
.personalize-drawer .variant-option .variant-option__button-label:not(.variant-option__button-label--link-variant) {
  /* min-width: auto !important; */
  background: transparent !important;
  border: 0 !important;
  color: var(--color-foreground) !important;
  padding: 0 !important;
  padding-inline: 2px;
  position: relative;
  flex-grow: 0;
  white-space: nowrap;
  text-align: center;

  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  
  &:has(:checked) {
    text-decoration: underline !important;
  }
}
add-to-cart-component .add-to-cart-button,
button.button.personalize-trigger,
.personalize-drawer .button.add-to-cart-button,
.button.sob-orcamento {
  background: transparent;
  border: 1px solid;
  border-radius: 100px;
  color: var(--button-background-color);
  font-size: 18px;
  line-height: 1;
  min-height: 1px;
  height: auto;
  width: auto !important;
  padding-inline: 0;
  padding-block: 0;
  padding: 8px 10px 5px !important;
  min-width: 220px;
  flex: 0;
  &:hover {
    background: var(--button-background-color);
    color: var(--button-color);
    border-color: var(--button-background-color);
  }
  &:is(.personalize-trigger) {
    padding: 6px 20px 3px !important;
    min-width: 220px;
  }
}
.button.sob-orcamento {
  min-width: 280px;
}
.personalize-drawer {
  .variant-option {
    strong {
      text-transform: uppercase;
    }
  }
}
add-to-cart-component .svg-wrapper.add-to-cart-icon,
add-to-cart-component .svg-wrapper.add-to-cart-icon--added {
  display: none;
}
product-recommendations .product-card-add-to-cart {
  display: none !important;
}
.variant-picker .variant-option--buttons label:has(.swatch) {
  /* margin: 0 3px; */
  margin: 0;
}

body:has(.tabs-info__drawer.is-open) .product-information__grid {
  z-index: 150;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* PADRONIZACAO DE CARDS */
@media screen and (max-width: 768px) {
  product-card .product-title p {
    font-size: var(--font-size-product-title) !important;
    line-height: var(--line-height-product-title) !important;
    letter-spacing: var(--letter-spacing-product-title) !important;
    font-weight: var(--font-weight-product-title) !important;
  }
  product-card product-price .price, 
  product-card product-price .compare-at-price {
    font-size: var(--font-size-product-price) !important;
    line-height: var(--line-height-product-price) !important;
    letter-spacing: var(--letter-spacing-product-price) !important;
    font-weight: var(--font-weight-product-price) !important;
  }
  product-card product-price .installments {
    font-size: var(--font-size-product-installments) !important;
    line-height: var(--line-height-product-installments) !important;
    letter-spacing: var(--letter-spacing-product-installments) !important;
    font-weight: var(--font-weight-product-installments) !important;
  }
  product-card product-price .installments, 
  product-card product-price .compare-at-price {
    opacity: var(--opacity-product-installments) !important;
  }
}

/* pdp */
@media screen and (min-width: 768px) {
  media-gallery slideshow-controls {
    position: absolute !important;
    bottom: 0 !important;
  }
  media-gallery .slideshow-controls__thumbnails {
    padding: 20px 40px !important;
    gap: 8px;
  }
  slideshow-controls[thumbnails]:is([pagination-position=right],[pagination-position=left]):not([controls-on-media]) .slideshow-controls__thumbnails-container {
    top: auto !important;
    bottom: 0 !important;
    position: absolute;
    left: 0;
    width: auto;
  }
  .product-information__grid .product-details {
    height: 100%;
    align-items: flex-end;
    padding-top: 120px;
  }
}
media-gallery .slideshow-controls__thumbnails-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
}
media-gallery .slideshow-controls__thumbnails .slideshow-control {
  overflow: hidden;
  border-radius: 10px;
}
.product-title-pdp {
  font-weight: 500;
}
rte-formatter.product-description {
  max-width: 80%;
}
@media screen and (max-width: 750px) {
  .product-details {
    margin-top: 15px !important;
  }
}
.videos-shorts {
  margin-top: 10px !important;
}
.video-short-thumb {
  border-width: 1px !important;
  height: 52px !important;
  width: 52px !important;
}

/* Vídeo em loop como thumbnail das mídias do tipo video na PDP */
media-gallery .slideshow-controls__thumbnail-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.installments.block {
  display: block;
  line-height: 1;
}

/* politicas */
.titulo-politicas-links {
  width: auto;
  display: flex;
  flex-grow: 0;
  flex: 0;
}
.titulo-politicas-links p {
  white-space: nowrap;
  line-height: 1 !important;
}
.lista-menu-politicas {
  flex: 1;
  width: 100%;
}
.lista-menu-politicas .group-block-content {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(to right, transparent, black 20px, black calc(100% - 20px), transparent);
  mask-image: linear-gradient(to right, transparent, black 20px, black calc(100% - 20px), transparent);
  padding: 0 20px;
  margin: 0 -20px;
  width: calc(100% + 20px);
  &::-webkit-scrollbar {
    display: none;
  }
}
.lista-menu-politicas .button-secondary {
  white-space: nowrap;
  transition: all .3s ease;
  padding: 0;
  border: 0 !important;
  padding: 0 10px;
  /* font-size: 14px !important; */
  line-height: 1;
  opacity: 0.6;
  @media screen and (max-width: 750px) {
    padding: 0 !important;
    padding-right: 20px !important;
    font-size: 14px !important;
  }
}
.lista-menu-politicas .button-secondary:hover,
.lista-menu-politicas .button-secondary.active {
  /* background: var(--color-secondary-button-text);
  color: var(--color-secondary-button-background); */
  opacity: 1;
  text-decoration: underline;
}

/* footer */
.footer-utilities__text {
  white-space: normal;
}
.email-signup__input {
  padding: 10px;
}
.email-signup__button {
  padding: 0;
}
footer .entre-em-contato-group .email-signup__button.button-unstyled {
  border: 1px solid;
  border-radius: 100px;
  padding: 0 10px;
  padding-top: 3px;
  height: auto;
  line-height: 1;
  min-height: 1px;
}
footer .entre-em-contato-group .email-signup__input.email-signup__input--all {
  padding: 0;
  border: 0;
  border-bottom: 1px solid;
  box-shadow: none;
}
footer .entre-em-contato-group .email-signup__input.email-signup__input--all::placeholder {
  color: var(--color-foreground);
  opacity: 0.7;
}
footer .entre-em-contato-group .email-signup__input-group {
  grid-template-columns: 1fr auto !important;
}

.menu-departamentos .menu__item.paragraph,
.menu-navegacao .menu__item.paragraph {
  line-height: 1;
}
.menu-departamentos .menu__item.paragraph a,
.menu-navegacao .menu__item.paragraph a {
  font-size: 13px !important; 
}

@media screen and (max-width: 750px) {
  footer .menu-departamentos .menu--accordion,
  footer .menu-navegacao .menu--accordion {
    padding-top: 5px;
  }
  footer accordion-custom.menu.menu--accordion.menu--caret {
    border-bottom: 1px solid;
  }
  footer > .section > .section-content-wrapper > .group-block > .group-block-content {
    gap: 0;
  }
  footer .menu--accordion .menu__heading__accordion {
    font-size: 1rem;
    line-height: 22px;
  }
  footer .details-content {
    padding-bottom: 25px;
  }
  footer .assine-nossa-newsletter-group,
  footer .entre-em-contato-group {
    padding: 25px 0;
  }
  footer .menu--accordion .details-content {
    margin-top: 0;
  }
  /* footer .entre-em-contato-group {
    padding-top: 0;
  } */
  .footer-follow-us .text-block>*:last-child {
    line-height: 1;
  }
  .footer-logo .group-block-content,
  .footer-follow-us .group-block-content {
    align-items: center;
    justify-content: center;
  }
  .footer-metodos-de-pagamento .image-block {
    width: auto;
    height: auto;
    max-width: 40px;
  }
  .footer-metodos-de-pagamento > .group-block-content {
    justify-content: space-between;
  }
  .footer-selo-seguranca img.image-block__image {
    width: auto;
    height: auto;
    max-height: 30px;
    margin-top: 0;
  }
  .footer-selo-seguranca .image-block {
    max-height: 30px;
    min-width: none;
    width: auto;
  }
  .footer-selo-seguranca img[alt="Shopify secure badge"] {
    max-height: 30px;
  }
  .footer-copy .text-block p {
    text-align: center;
  }
}


/* custom form */
.globo-form-id-0 .globo-form-app {
  max-width: 400px !important;
  margin: 0 auto !important;
}
.globo-form-id-0 .globo-form-app .gfb__footer {
  margin-top: -10px !important;
  padding-top: 0 !important;
}
.globo-form-control,
.gfb-style-material_filled .gfb__footer {
  padding: 0 !important;
}
.globo-form-control.layout-1-column {
  margin-bottom: 15px !important;
}
.globo-form-id-0 .globo-form-app .gfb__footer button {
  font-size: 1rem;
  height: 44px;
  padding: 0;
  line-height: 44px;
  border-radius: 50px;
  background: #512856 !important;
  #fbf8ee;
  font-weight: 500;
}
.globo-form-id-0 .globo-form-app .gfb__footer button:hover {
  color: #512856 !important;
  background: transparent !important;
  border-color: #512856 !important;
  border-width: 1px;
  box-shadow: none !important;
}
.globo-form-id-0 .globo-form-app .globo-form-input {
  border-radius: 50px !important;
  background: #fbf8ee !important;
  border: 1px solid !important;
  color: #512856 !important;
  height: 44px;
  padding: 0;
}
.globo-form-id-0 .globo-form-app .globo-form-input input {
  color: #512856 !important;
}
.globo-form-id-0 .globo-form-app .globo-label.gfb__label-v2 {
  margin-top: -3px;
}
.gfb-style-material_filled .globo-form-control:not([data-type=file2],[data-type=imageOptions],[data-type=rating-level],[data-type=feedback],[data-type=matrix],[data-type=rating-star2],[data-type=checkbox],[data-type=radio],[data-type=colorSwatches],[data-type=rangeSlider],[data-type=switcher],[data-type=button],[data-type=signature]) .globo-label {
  box-sizing: border-box;
  padding: 0;
  line-height: var(--gfb-material-line-height);
  font-size: var(--gfb-form-default-font-size);
  font-weight: 400;
  color: var(--gfb-color-text);
  display: block;
  transform-origin: top left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  position: absolute;
  left: 8px;
  top: 0;
  transform: translate(12px, 16px) scale(1);
  transition: color 200ms 
cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms 
cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms 
cubic-bezier(0, 0, 0.2, 1) 0ms;
  z-index: 1;
  pointer-events: none;
}
.globo-formbuilder .globo-form .globo-form-app .globo-form-control:not([data-type=switcher],[data-type=rangeSlider],[data-type=matrix],[data-type=rating-star2],[data-type=feedback],[data-type=rating-level],[data-type=file2],[data-type=colorSwatches],[data-type=radio],[data-type=checkbox],[data-type=imageOptions],[data-type=button],[data-type=acceptTerms],[data-type=consent],[data-type=signature]) .globo-label {
  display: block !important;
}
.globo-formbuilder .globo-form .globo-form-app .globo-form-control input::placeholder {
  font-size: 0!important;
  color: transparent!important;
}
.globo-formbuilder .globo-form .globo-form-app .globo-form-control .globo-form-input {
  height: 44px !important;
  min-height: 44px !important;
}
.gfb-style-material_filled .globo-form-control:not([data-type=file2],[data-type=imageOptions],[data-type=rating-level],[data-type=feedback],[data-type=matrix],[data-type=rating-star2],[data-type=checkbox],[data-type=radio],[data-type=colorSwatches],[data-type=rangeSlider],[data-type=switcher],[data-type=button],[data-type=signature]) .globo-label.gfb__label__shink, .gfb-style-material_filled .globo-form-control:not([data-type=file2],[data-type=imageOptions],[data-type=rating-level],[data-type=feedback],[data-type=matrix],[data-type=rating-star2],[data-type=checkbox],[data-type=radio],[data-type=colorSwatches],[data-type=rangeSlider],[data-type=switcher],[data-type=button],[data-type=signature]) .globo-label.gfb__label__filled {
  line-height: 1.5;
  font-size: var(--gfb-form-default-font-size);
  font-weight: 600;
  color: var(--gfb-color-text);
  -webkit-transform: translate(12px, 6px) scale(0.75);
  -moz-transform: translate(12px, 6px) scale(0.75);
  -ms-transform: translate(12px, 6px) scale(0.75);
  transform: translate(12px, 6px) scale(0.75);
}

/* calcular customizado no pdp */
.calculoFrete:has(#formKokfyShipping) {
  width: 100% !important;
  display: grid !important;
  gap: var(--spacing-sm, 12px) !important;
}
#formKokfyShipping {
  display: grid !important; 
  gap: var(--spacing-xs, 8px) !important;
}
#formKokfyShipping .container-btn {
  display: grid !important; 
  grid-template-columns: 1fr auto !important; 
  gap: var(--spacing-sm, 12px) !important; 
  align-items: center !important; 
  max-width: 250px !important; 
  height: auto !important;
  line-height: 1.6 !important;
  font-family: "Acumin Pro", sans-serif !important;
  margin-top: 18px !important;
  &:focus-visible {
    outline: 0 !important; 
    outline-offset: 0 !important; 
  }
}
#formKokfyShipping #zipcode {
  width: 100% !important; 
  border: 0 !important; 
  border-bottom: var(--input-border-width, 1px) solid var(--color-border, #ddd) !important; 
  border-radius: 0 !important; 
  padding: 0 !important; 
  color: var(--color-foreground, rgb(81, 40, 86) !important; 
  height: auto !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  &::placeholder {
    color: var(--color-foreground, rgb(81, 40, 86)) !important; 
  }
}
#formKokfyShipping .container-btn .search_zipcode {
  padding: 1px 12px 1px !important;
  border: 1px solid var(--button-background-color, rgba(81 40 86 / 1.0)) !important; 
  background: transparent !important; 
  color: var(--button-background-color, rgba(81 40 86 / 1.0)) !important; 
  width: 100% !important;
  height: auto !important;
  border-radius: 100px !important;
  line-height: 1.6 !important;
  &:hover {
    background: var(--button-background-color, rgba(81 40 86 / 1.0)) !important; 
    color: var(--button-color, rgba(255 255 255 / 1.0)) !important; 
    border-color: var(--button-background-color, rgba(81 40 86 / 1.0)) !important; 
  }
}
.calculoFrete .localization {
  margin-top: 0;
  border: 1px solid rgba(81 40 86 / 1.0) !important;
  line-height: 1;
  color: rgba(81 40 86 / 1.0);
}
.calculoFrete #calc-carrier ul {
  text-align: left;
  border-radius: 4px;
  margin-top: 0;
  display: block;
  padding: 10px;
  margin-bottom: 0;
  border: 1px solid;
  color: #512856;
  border-color: #512856;
  border-radius: 7px;
}
#calc-carrier li,
#calc-carrier ul li .ship-name,
#calc-carrier ul li span {
  border-color: inherit !important;
  color: inherit !important;
}
#calc-carrier ul li .ship-name > span:last-child {
  opacity: 0.6 !important;
}

/* ============================================
   PRODUCT CARD - LINK VARIANT SWATCHES
   Swatches de variantes via link no catálogo
   ============================================ */

.product-title__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 5px;
  width: 100%;
}

.product-card-link-swatches {
  display: flex;
  align-items: center;
}

.product-card-link-swatch {
  --swatch-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: 50%;
  text-decoration: none;
  flex-shrink: 0;
}

/* Swatch do produto atual: anel roxo ao redor */
.product-card-link-swatch--selected .product-card-link-swatch__dot,
.product-card-link-swatch--selected .product-card-link-swatch__img {
  box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--color-brand, ##512856);
}

.product-card-link-swatch__dot {
  display: block;
  width: calc(var(--swatch-size) - 6px);  
  height: calc(var(--swatch-size) - 6px);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-card-link-swatch__img {
  width: calc(var(--swatch-size) - 6px);
  height: calc(var(--swatch-size) - 6px);
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-card-link-swatch__text {
  font-size: 10px;
  line-height: 1;
  color: var(--color-foreground);
}

/* Hover nos swatches que são links */
a.product-card-link-swatch:hover .product-card-link-swatch__dot,
a.product-card-link-swatch:hover .product-card-link-swatch__img {
  box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--color-brand, #512856);
}
