@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Inter:wght@400;500;600&display=swap";:root{--sv-primary: #8B5543;--sv-primary-hover: #7A4838;--sv-accent: #D4A84B;--sv-accent-soft: #F9F3E4;--sv-bg: #FFFFFF;--sv-bg-ivory: #FBF9F5;--sv-bg-soft: #F3EDE6;--sv-text: #2C1F18;--sv-text-secondary: #6B5A4E;--sv-text-muted: #9A8A7D;--sv-border: #EAE2DA;--sv-border-strong: #D8CCC1;--sv-success: #2E7D32;--sv-warn: #A3542F;--sv-error: #C62828;--sv-text-on-primary: #FBF9F5;--sv-text-on-accent: #2C1F18;--sv-font-heading: "Fraunces", serif;--sv-font-body: "Inter", sans-serif;--sv-weight-heading: 600;--sv-weight-body-regular: 400;--sv-weight-body-medium: 500;--sv-weight-body-semibold: 600;--sv-text-h1: 34px;--sv-text-h2: 24px;--sv-text-h3: 16px;--sv-text-body: 15px;--sv-text-small: 13px;--sv-text-meta: 12px;--sv-radius-button: 12px;--sv-radius-input: 12px;--sv-radius-pill-size: 10px;--sv-radius-card-product: 16px;--sv-radius-card-offer: 12px;--sv-radius-card-review: 16px;--sv-radius-banner: 20px;--sv-radius-badge: 999px;--sv-space-1: 8px;--sv-space-2: 16px;--sv-space-3: 24px;--sv-space-4: 32px;--sv-space-5: 48px;--sv-space-6: 72px;--sv-section-spacing: 44px;--sv-header-height: 64px;--sv-button-height: 52px;--sv-button-height-dense: 48px;--sv-touch-target-min: 44px;--sv-shadow-card: 0 4px 16px rgba(44, 31, 24, .06);--sv-shadow-drawer: 0 -8px 32px rgba(44, 31, 24, .12)}@media screen and (min-width:750px){:root{--sv-text-h1: 52px;--sv-text-h2: 34px;--sv-text-h3: 18px;--sv-section-spacing: 72px;--sv-header-height: 80px}}.sv-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sv-space-1);width:100%;height:var(--sv-button-height);min-height:var(--sv-touch-target-min);padding:0 var(--sv-space-4);border-radius:var(--sv-radius-button);font-family:var(--sv-font-body);font-weight:var(--sv-weight-body-semibold);font-size:var(--sv-text-body);text-decoration:none;cursor:pointer}@media screen and (min-width:750px){.sv-btn{width:auto}}.sv-btn--block{width:100%}.sv-btn--dense{height:var(--sv-button-height-dense)}.sv-btn--primary{border:none;background:var(--sv-primary);color:var(--sv-text-on-primary)}.sv-btn--primary:hover,.sv-btn--primary:active{background:var(--sv-primary-hover)}.sv-btn--secondary{border:1.5px solid var(--sv-primary);background:transparent;color:var(--sv-primary)}.sv-btn--secondary:hover,.sv-btn--secondary:active{border-color:var(--sv-primary-hover);color:var(--sv-primary-hover)}.sv-btn:disabled{cursor:not-allowed;opacity:.5}.sv-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:var(--sv-radius-badge);font-family:var(--sv-font-body);font-weight:var(--sv-weight-body-semibold);font-size:var(--sv-text-meta);white-space:nowrap}.sv-badge--discount{background:var(--sv-accent);color:var(--sv-text-on-accent)}.sv-badge--corner{position:absolute;top:var(--sv-space-2);left:var(--sv-space-2);z-index:2}.sv-pill{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--sv-border-strong);border-radius:var(--sv-radius-pill-size);background:var(--sv-bg);color:var(--sv-text);font-family:var(--sv-font-body);font-weight:var(--sv-weight-body-medium);font-size:var(--sv-text-small);cursor:pointer;-webkit-user-select:none;user-select:none}.sv-pill--selected{border-color:var(--sv-primary);background:var(--sv-primary);color:var(--sv-text-on-primary)}.sv-pill--soldout{border-color:var(--sv-border);color:var(--sv-text-muted);text-decoration:line-through}.sv-card{position:relative;overflow:hidden;background:var(--sv-bg);border:1px solid var(--sv-border);box-shadow:var(--sv-shadow-card)}.sv-card--product{border-radius:var(--sv-radius-card-product)}.sv-card--offer{border-radius:var(--sv-radius-card-offer)}.sv-card--review{border-radius:var(--sv-radius-card-review)}.sv-card--banner{border-radius:var(--sv-radius-banner)}@media(hover:hover)and (min-width:750px){.sv-card--interactive{transition:transform .25s ease-out}.sv-card--interactive:hover{transform:scale(1.02)}}.sv-product-card{display:block;color:inherit;text-decoration:none}.sv-product-card__media{position:relative;aspect-ratio:4 / 5;margin-bottom:var(--sv-space-2)}.sv-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sv-product-card__image--secondary{opacity:0}@media(hover:hover)and (min-width:750px){.sv-product-card:hover .sv-product-card__image--primary{opacity:0}.sv-product-card:hover .sv-product-card__image--secondary{opacity:1}}.sv-product-card__quick-add{position:absolute;right:var(--sv-space-2);bottom:var(--sv-space-2);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:var(--sv-touch-target-min);height:var(--sv-touch-target-min);border:none;border-radius:var(--sv-radius-badge);background:var(--sv-primary);color:var(--sv-bg);box-shadow:var(--sv-shadow-card);cursor:pointer}.sv-product-card__quick-add svg{width:16px;height:16px}.sv-product-card__swatches{display:flex;align-items:center;gap:6px;margin-bottom:var(--sv-space-1)}.sv-product-card__swatch{width:16px;height:16px;border-radius:50%;border:1px solid var(--sv-border-strong)}.sv-product-card__swatch-more{font-family:var(--sv-font-body);font-size:var(--sv-text-meta);color:var(--sv-text-muted)}.sv-product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 var(--sv-space-1);font-family:var(--sv-font-heading);font-weight:var(--sv-weight-heading);font-size:var(--sv-text-h3);color:var(--sv-text)}.sv-product-card__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--sv-space-1);margin-bottom:2px}.sv-product-card__price{white-space:nowrap;font-family:var(--sv-font-body);font-weight:var(--sv-weight-body-semibold);font-size:var(--sv-text-body);font-variant-numeric:tabular-nums;color:var(--sv-primary)}.sv-product-card__compare-price{white-space:nowrap;font-family:var(--sv-font-body);font-size:var(--sv-text-small);font-variant-numeric:tabular-nums;color:var(--sv-text-muted);text-decoration:line-through}.sv-product-card__cod{margin:0;font-family:var(--sv-font-body);font-size:var(--sv-text-meta);color:var(--sv-text-secondary)}.sv-accordion__item{border-bottom:1px solid var(--sv-border)}.sv-accordion__item:first-child{border-top:1px solid var(--sv-border)}.sv-accordion__trigger{display:flex;align-items:center;justify-content:space-between;padding:var(--sv-space-2) 0;font-family:var(--sv-font-body);font-weight:var(--sv-weight-body-semibold);font-size:var(--sv-text-body);color:var(--sv-text);cursor:pointer;list-style:none}.sv-accordion__trigger::-webkit-details-marker{display:none}.sv-accordion__icon{display:inline-flex;flex-shrink:0;transition:transform .2s ease-out}.sv-accordion__icon svg{width:16px;height:16px;color:var(--sv-text-secondary)}.sv-accordion__item[open] .sv-accordion__icon{transform:rotate(180deg)}.sv-accordion__content{padding:0 0 var(--sv-space-2);font-family:var(--sv-font-body);font-size:var(--sv-text-small);color:var(--sv-text-secondary);line-height:1.6}.sv-accordion__faq-item{margin-bottom:var(--sv-space-2)}.sv-accordion__faq-item:last-child{margin-bottom:0}.sv-accordion__faq-q{margin:0 0 4px;font-weight:var(--sv-weight-body-semibold);color:var(--sv-text)}.sv-accordion__faq-a{margin:0}@media screen and (max-width:749px){body:has([data-sv-sticky-atc]) .sv-footer{padding-bottom:72px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/sv-theme.css.map */
