/** Shopify CDN: Minification failed

Line 91:2 Unexpected "{"

**/
.utility-bar--grid-3 .utility-bar__wrapper {
  grid-template-columns: 0.5fr 2fr 0.5fr !important;
}
.utility-announcement {
  max-width: 700px !important;
}
.home-carousel__title .section__title-text {
  font-weight: bold !important;
}
.header--logo-left .primary-nav {
  margin-left: calc(var(--header-logo-width, 0px) + 100px) !important;
}
a.primary-nav__link {
    font-weight: 500 !important;
    font-size: 13px !important;
}
header#top {
  border-color: transparent !important;
}
img.product-card__img.js-product-card-image, .product-card--fit .product-card__img-hover {
  padding: 50px !important;
}

section.section.section--page.page .section__title--center {
  margin: 50px auto 24px;
  text-align: center;
}

.section__title.section__title--center .section__title-text {
  text-transform: uppercase;
}
h3.footer-nav__title.h5 {
  color: #D18569;
  font-weight: bold;
  font-size: 14px;
}
.footer-nav__text.footer-nav__text {
    line-height: 20px;
}
.multi-column__desc {
  line-height: 21px;
}
h3.multi-column__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.newsletter__title h2.section__title-text {
  font-size: 20px;
  font-weight: 500;
}

.newsletter__title .section__title-desc {
  line-height: 20px;
}

.article__title .section__title--center {
  margin: 0 auto;
  text-align: center;
  max-width: inherit;
}
.article__title .section__title-text {
  font-size: 24px !important;
}
.article__content {
  line-height: 24px;
}

.pagination .page.current,
.pagination .next.current,
.pagination .prev.current {
  border: 1px solid var(--color--bg);
  background: #363636;
  color: #fff;
}
.media-gallery__thumbs .thumbnail-list__item--active .thumbnail {
  border-color: #D18569;
}
.shopify-policy__container {
  max-width: 1600px !important;
}
.shopify-policy__body, .image-with-text__text.rte p, .section__title-desc p {
    font-size: 13px;
    line-height: 24px;
} {
    line-height: 24px !important;
    font-size: 13px !important;
}

button[data-essential-upsell-element="add-to-cart-button"] {
  letter-spacing: 1px !important;
  padding: 16px !important;
}
staged-action-text.staged-action__text {
  font-size: 8px;
}
@media (max-width: 1366px){
  img.product-card__img.js-product-card-image, .product-card--fit .product-card__img-hover {
    padding: 25px !important;
}
}
@media (max-width: 1140px){
.utility-bar--grid-3 .utility-bar__wrapper {
    grid-template-columns: 1fr 2fr 1fr !important;
}
}
@media (max-width: 768px){
.utility-bar--grid-3 .utility-bar__wrapper {
    grid-template-columns:inherit!important;
}
}

form#HeaderLocalizeForm .secondary-nav__link {
    font-size: 12px;
}
.quick-shop__trigger:before {
    background-color: #D18569;
}
.quick-shop__trigger:hover:before {
    background-color: #363636;
}

span.icon.icon--theme.icon--quickbuy {
    --color: #fff;
}

.cart-count-bubble {
    background: #D18569;
}

button staged-action-text.staged-action__text {
    font-size: 12px;
}

.collection-empty--sidebar {
    margin-right: inherit;
    text-align: left;
}

.blog-page h1.section__title-text.h2 {
    display: none;
}
.blog-page h1.section__title-text.h2 {
    display: none;
}

h2.blog__title.h2 {
    line-height: normal;
    font-size: 22px;
    color: #CF8362;
    font-weight: normal;
}

.blog__text.rte {
    line-height: 22px;
}

p.blog__text-link {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}

span.list-menu__text {
    text-transform: lowercase;
    font-size: 14px;
}

span.list-menu__text:first-letter {
    text-transform: uppercase;
}

.wfb-wrapper .wfb-tooltip__email {
    background-color: #cf8362 !important;
}

.wfb-wrapper .wfb-tooltip__email::after, .wfb-tooltip__email::before {
    border-left-color: #cf8362 !important;
}

.wfb-wrapper .wfb-tooltip__email.wfb-reverse::after, .wfb-tooltip__email.wfb-reverse::before {
    border-right-color: #cf8362 !important;
}

.wfb-email {
    background-color: #cf8362!important;
}

.wfb-email::after {
    background-color: #cf8362!important;
}

.wfb-email::before {
    background-color: #cf8362!important;
}

/* Aplica scroll vertical suave quando existirem >10 opções */
.collection-sidebar__filter__accordion {
  max-height: 300px;        /* ajusta à tua UI */
  overflow-y: auto;
  padding-right: 0.25rem;   /* espaço p/ não cortar o scrollbar */
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch; /* iOS */
}

.price__notes .price__note--unit + .price__note--tax {
  display: none; /* acrescenta !important se o tema sobrepor */
}

.separator{
    max-width: 1600px;
    margin: 0 auto;
    color: #EBEAE5;
    border: 1px solid #EBEAE5;
    background: #EBEAE5;
}

/* NOTIFICAÇÃO DE EMAIL */

#email-me-frame .email-frame-content {
    max-height: 420px !important;
    padding: 20px!important;
    max-width: 500px!important;
}

.email-me-button.email-me-inlineButton, .email-me-button.email-me-submitButton {
    height: 52px!important;
    border-radius: 25px !important;
    text-transform: uppercase!important;
    font-size: 12px !important;
    font-family: 'Rubik' !important;
    font-weight: 600 !important;
}

#email-me-frame .email-frame-footer .email-footer-tips {
    font-size: 12px!important;
    line-height: 1.1em!important;
    color: #999!important;
}
#email-me-frame .frame-title {
    padding-left: 13px!important;
    flex: 1!important;
    color: #1A1B18!important;
    font-size: 16px!important;
    font-weight: 600!important;
    font-family: 'Rubik'!important;
    padding-top: 3px!important;
}

.product-restore-email {
    margin: 0 !important;
}

.frame-email-logo {
    display: none!important;
}

.email-frame-header {
    padding: 0!important;
    text-align: center!important;
}

.product-card__img-hover {
    transition: 0.7s!important;
}

/* Container da checkbox */
.checkbox-tl {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/* Esconde o checkbox nativo */
.checkbox-tl input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  width: 20px;
  height: 20px;
  border: 2px solid #D18469; /* cor da marca da tua loja */
  border-radius: 4px;
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Checkmark */
.checkbox-tl input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 0.2s transform ease-in-out;
  box-shadow: inset 1em 1em #D18469; /* cor quando ativo */
  border-radius: 2px;
}

/* Quando está checked */
.checkbox-tl input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.newsletter__form-wrapper {
    max-width: 768px;
    margin: 0 auto;
}

@media (min-width: 61.25em) {
    section[data-radius-form=true] .newsletter__btn, .popup[data-radius-form=true] .newsletter__btn {
        width: calc(100% - 0px);
    }
}

.newsletter__input.newsletter__input::placeholder {
    font-size:13px;
    color:#999!important;
}

.promo-pop__desc.rte p {
    line-height: 21px;
}

.popup.popup--promo {
    --width: 620px;
}

.promo-pop__input::placeholder {
    font-size: 12px;
}
.promo-pop__btn {
    width: 100%;
}

.product-form__swatch__sub-title, h1.product-single__title {
    text-transform: uppercase;
}
.price__notes {
    line-height: 16px;
}
p.legal-discount-note {
    font-size: 11px;
}
.list-menu__text .keep-upper {
  text-transform: uppercase;
}

.product-card__details {
    opacity: inherit !important;
}

product-card-title {
    text-transform: uppercase;
}

.collection-sidebar__item input[value="Novidade"] {
    display: none !important;
}

.collection-sidebar__item input[value="Novidade"] + label {
    display: none !important;
}

.collection-sidebar__item input[value="IVA 6%"] {
    display: none !important;
}

.collection-sidebar__item input[value="IVA 6%"] + label {
    display: none !important;
}

.collection-sidebar__item input[value="Produtos"] {
    display: none !important;
}

.collection-sidebar__item input[value="Produtos"] + label {
    display: none !important;
}

.collection-sidebar__item input[value="NOT FOR SALE"] {
    display: none !important;
}

.collection-sidebar__item input[value="NOT FOR SALE"] + label {
    display: none !important;
}

#termos-do-servico .shopify-policy__title h1 {
    font-size: 0 !important;
}

#termos-do-servico .shopify-policy__title h1::after {
    content: "Termos e Condições";
    font-size: 32px;
    font-weight: 500;
}

.o-layout .collection__cards .o-layout__item:not(.eosh-content-loaded .collection__cards .o-layout__item) {
  opacity: 1 !important;
}

