*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#faf8f1;color:#2f2a22;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.site-sticky-header{display:contents}button,input,textarea{font:inherit}.checkout-promotion{display:grid;gap:8px;padding:14px 0;border-top:1px solid rgba(70,58,48,.12);border-bottom:1px solid rgba(70,58,48,.12)}.checkout-promotion>label{color:#4b4138;font-size:13px;font-weight:800}.checkout-promotion__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.checkout-promotion__controls input{width:100%;min-width:0;box-sizing:border-box;padding:10px 11px;border:1px solid #d9d0c6;border-radius:9px;background:#fff;color:#2d2823;font:inherit;text-transform:uppercase}.checkout-promotion__controls button{padding:0 13px;border:1px solid #2d2823;border-radius:9px;background:#2d2823;color:#fff;font:inherit;font-weight:800;cursor:pointer}.checkout-promotion__controls button.is-remove{border-color:#cbbfb4;background:#fff;color:#6a3d32}.checkout-promotion__controls button:disabled{cursor:not-allowed;opacity:.55}.checkout-promotion>small{line-height:1.4}.checkout-promotion>small.is-success{color:#9b744e;font-weight:700}.checkout-promotion>small.is-error{color:#a13f31}.topbar{position:sticky;top:0;z-index:20;min-height:58px;padding:6px clamp(18px,4vw,56px);display:flex;align-items:center;flex-wrap:nowrap;gap:26px;background:#faf8f1f0;border-bottom:1px solid rgba(180,154,74,.24);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.delivery-notice{position:sticky;top:var(--delivery-notice-top, 58px);z-index:19;min-height:42px;display:flex;align-items:center;justify-content:center;background:#2f2a22;color:#fff;transition:background-color .18s ease,box-shadow .18s ease,backdrop-filter .18s ease}.delivery-notice.is-scrolled{background:#2f2a22ad;box-shadow:0 8px 22px #18151124;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.delivery-notice__trigger{width:100%;min-height:42px;padding:7px clamp(18px,4vw,56px);display:flex;align-items:center;justify-content:center;gap:9px;border:0;background:transparent;color:inherit;font:inherit;font-size:13px;cursor:default}.delivery-notice__trigger strong{font-weight:900}.delivery-notice__free-shipping{color:#fff;white-space:nowrap}.delivery-notice__trigger>span{color:#ead690;font-weight:850;text-decoration:none;cursor:pointer}.delivery-notice__trigger>svg:last-child{color:#ead690}.delivery-notice__trigger:hover,.delivery-notice__trigger:focus-visible{background:#ffffff0f}.delivery-notice-panel__backdrop{position:fixed;inset:0;z-index:1300;padding:20px;display:flex;align-items:center;justify-content:center;background:#18151194;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.delivery-notice-panel{width:min(680px,100%);max-height:min(760px,calc(100vh - 40px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(44,42,36,.14);border-radius:16px;background:#fff;color:#2c2a24;box-shadow:0 28px 80px #120f0a47}.delivery-notice-panel>header,.delivery-notice-panel>footer{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.delivery-notice-panel>header{border-bottom:1px solid rgba(44,42,36,.1)}.delivery-notice-panel>footer{justify-content:flex-end;border-top:1px solid rgba(44,42,36,.1);background:#faf8f2}.delivery-notice-panel__heading{display:grid;gap:5px}.delivery-notice-panel__heading>span{display:inline-flex;align-items:center;gap:6px;color:#7c672a;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.delivery-notice-panel h2{margin:0;font-family:inherit;font-size:clamp(26px,4vw,34px)}.delivery-notice-panel>header>button{width:40px;height:40px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(44,42,36,.14);border-radius:999px;background:#fff;color:#2c2a24;cursor:pointer}.delivery-notice-panel__body{min-height:0;padding:18px;display:grid;gap:16px;overflow-y:auto}.delivery-notice-panel__body>p{margin:0;color:#5f5a4d;line-height:1.6;white-space:pre-line}.delivery-notice-panel__options{display:grid;gap:10px}.delivery-notice-panel__options article{padding:14px;display:grid;gap:8px;border:1px solid rgba(44,42,36,.12);border-radius:12px;background:#fffaf4}.delivery-notice-panel__options article>div{display:flex;align-items:center;justify-content:space-between;gap:14px}.delivery-notice-panel__options article>div>span{color:#7c672a;font-size:13px;font-weight:900}.delivery-notice-panel__options article p,.delivery-notice-panel__options article small{margin:0}.delivery-notice-panel__options article p{color:#5f5a4d;font-size:13px;line-height:1.45}.delivery-notice-panel__options article small{display:flex;align-items:flex-start;gap:7px;color:#6d655e;line-height:1.4}.delivery-notice-panel__options article small svg{margin-top:1px;flex:0 0 auto;color:#9b7e38}.delivery-notice-panel>footer button{min-height:42px;padding:0 16px;border:1px solid #2f2a22;border-radius:8px;font:inherit;font-weight:850;cursor:pointer}.delivery-notice-panel__policy{background:transparent;color:#2f2a22}.delivery-notice-panel__close{background:#2f2a22;color:#fff}@media(max-width:640px){.delivery-notice{min-height:48px}.delivery-notice__trigger{min-height:48px;padding:7px 13px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"icon message arrow" "icon link arrow";column-gap:8px;row-gap:1px;text-align:left}.delivery-notice__trigger>svg:first-child{grid-area:icon}.delivery-notice__trigger strong{grid-area:message;min-width:0;font-size:12px;line-height:1.25}.delivery-notice__free-shipping{white-space:normal}.delivery-notice__trigger>span{grid-area:link;font-size:11px}.delivery-notice__trigger>svg:last-child{grid-area:arrow}.delivery-notice-panel__backdrop{padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom));align-items:center}.delivery-notice-panel{width:100%;max-height:min(84vh,calc(100dvh - 28px),760px);border-radius:18px}.delivery-notice-panel>header,.delivery-notice-panel__body,.delivery-notice-panel>footer{padding-right:14px;padding-left:14px}.delivery-notice-panel>footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-notice-panel>footer button{width:100%;padding:0 9px;font-size:12px}.delivery-notice-panel__options article>div{align-items:flex-start}}.topbar img{width:116px;height:auto}.topbar nav{display:flex;flex-wrap:nowrap;gap:14px;margin-left:auto}.topbar button,.topbar a{border:0;background:transparent;color:#3d372b;text-decoration:none;font-weight:800;font-size:14px;cursor:pointer;white-space:nowrap}.topbar nav button,.topbar nav a{min-height:38px;display:inline-flex;align-items:center;justify-content:center}.topbar .topbar__checkout-button{min-height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#2f2a22;color:#fff;font-weight:950}.topbar .topbar__checkout-button:hover{background:#7c672a}.mobile-menu-toggle,.mobile-menu-backdrop{display:none}.brand-button{padding:0;flex:0 0 auto}.header-cart{position:relative;flex:0 0 auto;display:inline-flex;align-items:center}.header-cart-button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(180,154,74,.48);border-radius:999px;flex:0 0 auto}.header-cart-button .header-cart-button__icon{width:21px;height:21px;display:inline-block;flex:0 0 auto;background-color:currentColor;-webkit-mask:url(/shopping_cart_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg) center / contain no-repeat;mask:url(/shopping_cart_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg) center / contain no-repeat}.cart-svg-icon{width:21px;height:21px;display:inline-block;flex:0 0 auto;background-color:currentColor;-webkit-mask:url(/shopping_cart_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg) center / contain no-repeat;mask:url(/shopping_cart_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg) center / contain no-repeat}.header-cart-button__count{min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#8b6f1f;color:#fff;font-size:11px;line-height:1}.header-cart-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:45;width:min(360px,calc(100vw - 28px));max-height:min(480px,calc(100vh - 86px));padding:12px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:10px;border:1px solid rgba(47,42,34,.14);border-radius:8px;background:#fff;box-shadow:0 18px 44px #2f2a2233;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .14s ease,transform .14s ease}.header-cart-popover:before{content:"";position:absolute;right:0;bottom:100%;width:100%;height:12px}.header-cart.is-open .header-cart-popover{opacity:1;pointer-events:auto;transform:translateY(0)}.header-cart-popover__head,.header-cart-popover__foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.header-cart-popover__head span,.header-cart-popover__foot span{color:#7c672a;font-size:11px;font-weight:950;text-transform:uppercase}.header-cart-popover__head strong,.header-cart-popover__foot strong{color:#2f2a22;font-weight:950}.header-cart-popover__list{min-height:0;max-height:300px;display:grid;align-content:start;gap:8px;overflow-y:auto;padding-right:3px}.header-cart-popover__item{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px;border:1px solid rgba(47,42,34,.1);border-radius:8px;background:#fffaf4}.header-cart-popover__item img{width:48px;height:42px;object-fit:cover;border-radius:6px;background:#f7f3eb}.header-cart-popover__item div{min-width:0;display:grid;gap:2px}.header-cart-popover__item strong,.header-cart-popover__item small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-cart-popover__item strong{color:#2f2a22;font-size:13px;font-weight:950}.header-cart-popover__item small{color:#2f2a229e;font-size:11px;font-weight:850}.header-cart-popover__item>span{color:#2f2a22;font-size:12px;font-weight:950}.header-cart-popover__empty{margin:0;padding:18px 10px;border:1px solid rgba(47,42,34,.1);border-radius:8px;color:#2f2a22ad;font-size:13px;font-weight:850;text-align:center}.header-cart-popover__foot{padding-top:10px;border-top:1px solid rgba(47,42,34,.1)}.header-cart-popover__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.header-cart-popover__actions button{min-height:38px;min-width:0;padding:0 12px;border:0;border-radius:8px;background:#2f2a22;color:#fff;font-size:13px;font-weight:950;cursor:pointer}.header-cart-popover__actions .secondary-button{border:1px solid rgba(47,42,34,.14);background:#fff!important;color:#2f2a22!important}.header-cart-popover__actions button:disabled{opacity:.5;cursor:not-allowed}.account-link{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(180,154,74,.48);border-radius:999px}.account-menu{position:relative;flex:0 0 auto}.account-link span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:min(280px,calc(100vw - 28px));padding:8px;display:grid;gap:4px;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;box-shadow:0 18px 40px #2f2a2229}.account-dropdown:before{content:"";position:absolute;top:-6px;right:22px;width:12px;height:12px;background:#fff;border-left:1px solid rgba(47,42,34,.12);border-top:1px solid rgba(47,42,34,.12);transform:rotate(45deg)}.account-dropdown__identity{padding:10px;display:grid;gap:2px;border-bottom:1px solid rgba(47,42,34,.1)}.account-dropdown__identity strong{color:#2f2a22;font-size:14px}.account-dropdown__identity span,.account-dropdown__identity small{color:#2f2a229e;font-size:12px}.topbar .account-dropdown button{min-height:38px;padding:0 10px;display:flex;align-items:center;gap:8px;border-radius:6px;color:#2f2a22;font-size:13px;font-weight:850;text-align:left}.topbar .account-dropdown button:hover{background:#faf8f1}.hero{position:relative;min-height:520px;display:grid;align-items:center;padding:54px clamp(18px,5vw,72px);overflow:hidden}.hero--loading{background:#f6f0e4}.hero__loading-surface{position:absolute;inset:0;background:linear-gradient(90deg,#ffffff2e,#ffffff70,#ffffff2e),#f6f0e4;background-size:220% 100%,auto;animation:tableeHeroLoading 1.1s ease-in-out infinite}.hero__stage{position:absolute;inset:0;display:grid;align-items:center;padding:54px clamp(18px,5vw,72px);overflow:hidden}@keyframes tableeHeroLoading{0%{background-position:120% 0,0 0}to{background-position:-120% 0,0 0}}.hero.is-transition-fade .hero__stage{animation:tableeHeroFade var(--hero-transition-duration, .42s) ease both}.hero.is-transition-slide .hero__stage{animation:tableeHeroSlide var(--hero-transition-duration, .46s) ease both}.hero.is-transition-zoom .hero__stage{animation:tableeHeroZoom var(--hero-transition-duration, .52s) ease both}.hero.is-transition-none .hero__stage{animation:none}.hero__image,.hero__overlay{position:absolute}.hero__image{inset:-8%;width:116%;height:116%;object-fit:cover;transform-origin:center}.hero__overlay{inset:0;background:linear-gradient(90deg,#2f2a22e0,#2f2a226b)}.hero__content{position:relative;z-index:1;max-width:620px}.hero__composer{position:absolute;inset:0;z-index:1}.hero__composer-element{position:absolute;min-width:18px;min-height:18px;display:grid;place-items:center;border-radius:8px;box-sizing:border-box}.hero__composer-element.is-logo img,.hero__composer-element.is-image img{width:100%;height:100%;object-fit:contain}.hero__composer-element.is-logo img{filter:brightness(0) invert(1)}.hero__composer-element.is-text{justify-items:start;align-items:center;line-height:1.12;font-weight:850}.hero__composer-element.is-text span{margin:0;color:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;text-transform:none}.hero__composer-element.is-button button{width:100%;height:100%;min-height:0;padding:0 16px;background:#b49a4a;font:inherit;color:inherit}.hero__composer-element.is-shape{background:#b49a4a61}.hero__composer-element.is-circle{border-radius:999px}.hero__dots{position:absolute;z-index:3;left:50%;bottom:22px;display:inline-flex;align-items:center;gap:9px;transform:translate(-50%)}.hero__dots button{appearance:none;width:11px;min-width:11px;height:11px;min-height:11px;padding:0;display:block;border:1px solid rgba(255,255,255,.68);border-radius:50%;background:#ffffff29;box-shadow:0 2px 10px #2f2a2233;transition:background .16s ease,transform .16s ease,border-color .16s ease}.hero__dots button:hover,.hero__dots button.is-active{border-color:#ffffffeb;background:#ffffffb8;transform:scale(1.18)}.hero__content>img{width:min(420px,86vw);filter:brightness(0) invert(1)}.hero span{display:inline-flex;margin-bottom:12px;color:#f1df9f;font-size:13px;font-weight:900;text-transform:uppercase}.hero h1{margin:0 0 12px;color:#fff8e6;font-size:clamp(34px,5vw,58px);line-height:1.02}.hero p{max-width:560px;color:#fff8e6;font-size:clamp(20px,3vw,34px);line-height:1.16;font-weight:700}.hero button,.checkout-button,.product-card button,.featured-card button,.product-detail button,.register-page button,.checkout-entry__login button[type=submit]{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:#b49a4a;color:#fff;font-weight:900;text-decoration:none;cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.checkout-button:hover:not(:disabled){background:#9f8638;box-shadow:0 8px 18px #2f2a2224;transform:translateY(-1px)}.register-page button:disabled{cursor:not-allowed;opacity:.55}.hero .hero__dots button{width:11px;min-width:11px;max-width:11px;height:11px;min-height:11px;max-height:11px;padding:0;display:block;flex:0 0 11px;gap:0;border:1px solid rgba(255,255,255,.68);border-radius:50%;background:#ffffff29;color:transparent}.hero .hero__dots button:hover,.hero .hero__dots button.is-active{border-color:#ffffffeb;background:#ffffffb8}@keyframes tableeHeroFade{0%{opacity:0}to{opacity:1}}@keyframes tableeHeroSlide{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes tableeHeroZoom{0%{opacity:0;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.hero__stage{animation:none!important}}.featured-strip,.catalog,.cart-page,.checkout-page,.register-page,.policy-page,.page-panel{padding:38px clamp(18px,5vw,72px)}.section-heading span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#b49a4a2e;color:#7c672a;font-size:12px;font-weight:900;text-transform:uppercase}.section-heading h1,.section-heading h2{margin:8px 0 0;font-size:clamp(28px,4vw,44px)}.checkout-confirmation-subtitle{margin:6px 0 0;color:#2f2a22ad;font-size:15px;font-weight:850;line-height:1.35}.policy-page{background:#f8f1e4}.policy-page__header{max-width:820px}.policy-page__header>p{margin:14px 0 0;color:#2f2a22bd;font-size:16px;line-height:1.65}.policy-page__header>small{display:inline-flex;margin-top:12px;color:#2f2a228f;font-size:12px;font-weight:800}.policy-page__layout{display:grid;grid-template-columns:minmax(200px,260px) minmax(0,820px);gap:24px;align-items:start}.policy-page__nav{position:sticky;top:92px;display:grid;gap:8px}.policy-page__nav button{min-height:42px;border:1px solid rgba(47,42,34,.14);border-radius:8px;padding:0 12px;background:#fffaf0bd;color:#2f2a22c2;text-align:left;font-size:13px;font-weight:900;cursor:pointer}.policy-page__nav .policy-page__back{margin-bottom:8px;display:inline-flex;align-items:center;gap:8px;border-color:transparent;background:transparent;color:#2f2a22a8}.policy-page__nav button:hover,.policy-page__nav button.is-active{border-color:#5c7e506b;background:#fffaf0;color:#2f2a22}.policy-page__content{display:grid;gap:24px;border:1px solid rgba(47,42,34,.12);border-radius:8px;padding:clamp(22px,4vw,34px);background:#fffaf0}.policy-page__content h2{margin:0 0 10px;color:#2f2a22;font-size:20px;line-height:1.2}.policy-page__content p{margin:0;color:#2f2a22b8;font-size:14px;line-height:1.65}.policy-page__content p+p{margin-top:10px}.featured-carousel-shell{position:relative;margin-top:18px;padding:0 52px;--featured-gap: 14px;--featured-visible: 3}.featured-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--featured-gap) * (var(--featured-visible) - 1))) / var(--featured-visible));gap:var(--featured-gap);overflow-x:hidden;padding:0 0 8px;scroll-snap-type:x mandatory}.featured-carousel__arrow{position:absolute;top:50%;z-index:4;width:40px;height:56px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#2f2a22e6;color:#fff;cursor:pointer;transform:translateY(-50%);box-shadow:0 12px 26px #2f2a2233}.featured-carousel__arrow:hover{background:#3d372b}.featured-carousel__arrow--left{left:2px}.featured-carousel__arrow--right{right:2px}.featured-card{position:relative;min-height:310px;display:grid;grid-template-rows:150px 1fr;overflow:hidden;border-radius:8px;background:#2f2a22;color:#fff;scroll-snap-align:start}.featured-card img{width:100%;height:150px;object-fit:cover}.featured-card__body{min-height:160px;padding:13px;display:grid;grid-template-rows:14px minmax(42px,auto) minmax(38px,1fr) auto auto;align-content:start;gap:7px}.featured-card h2,.featured-card p{margin:0}.featured-card h2{font-size:19px;line-height:1.18}.featured-card p{color:#ffffffc7;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.featured-card span{color:#dcc47b;font-size:11px;font-weight:900;text-transform:uppercase}.featured-card__actions{grid-row:5;padding:0!important;display:flex!important;align-self:end;flex-wrap:wrap;gap:8px}.featured-card__body>strong{grid-row:4}.featured-card__actions button{min-height:36px;padding:0 11px;font-size:12px}.about-section{padding:42px clamp(18px,5vw,72px);display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1fr);gap:28px;align-items:center;background:#fff;border-top:1px solid rgba(180,154,74,.18);border-bottom:1px solid rgba(180,154,74,.18)}.about-section__media{width:100%;aspect-ratio:9 / 10;min-height:0;position:relative;overflow:hidden;border-radius:8px;background:#fffaf4}.about-section__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#2f2a2214,#2f2a2247);pointer-events:none}.about-section__media img{width:100%;height:100%;min-height:0;display:block;object-fit:cover;transform-origin:center center}.about-section__content{display:grid;align-content:center;gap:18px}.about-section__content p{max-width:680px;margin:0;color:#2f2a22b8;font-size:18px;line-height:1.55}.about-section__facts{display:flex;gap:8px;flex-wrap:wrap}.about-section__facts span{min-height:34px;padding:0 11px;display:inline-flex;align-items:center;border-radius:999px;background:#b49a4a24;color:#7c672a;font-size:12px;font-weight:900}.about-page{min-height:calc(100vh - 58px);display:grid;align-items:center;background:#fff}.about-section--standalone{min-height:calc(100vh - 58px);border-top:0}.events-page{background:#fbf8f0}.events-page__hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(220px,.8fr);gap:clamp(24px,5vw,64px);align-items:center}.events-page__copy{max-width:720px}.events-page__title-row{margin-top:8px;display:flex;align-items:center;gap:14px}.events-page__copy-logo{width:min(96px,28vw);height:auto;flex:0 0 auto;display:block}.events-page__title-row h1{margin:0}.events-page__copy>p,.events-page__intro p,.events-page__service p{color:#2f2a22c2;font-size:16px;font-weight:650;line-height:1.58}.events-page__copy>p{margin:18px 0 0}.events-page__actions{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}.events-page__actions .secondary-button{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:900;text-decoration:none}.events-page__brand{min-height:260px;display:grid;place-items:center;border-left:1px solid rgba(47,42,34,.12)}.events-page__preview{width:min(360px,100%);aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;box-shadow:0 18px 42px #2f2a2229}.events-page__intro{margin:34px 0 0;max-width:880px}.events-page__services{margin-top:26px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.events-page__service{min-height:190px;padding:18px;border-radius:8px;background:#fff;border:1px solid rgba(47,42,34,.1)}.events-page__service h2{margin:0;color:#2f2a22;font-size:18px;line-height:1.18}.events-page__service p{margin:10px 0 0;font-size:14px}.events-page__visit{margin-top:28px;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid rgba(47,42,34,.12)}.events-page__visit span{color:#7c672a;font-size:12px;font-weight:900;text-transform:uppercase}.events-page__visit h2{max-width:720px;margin:6px 0 0;font-size:clamp(22px,3vw,32px);line-height:1.12}.catalog-controls{margin:20px 0;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.catalog-controls label{min-height:42px;min-width:min(360px,100%);padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid rgba(47,42,34,.18);border-radius:8px;background:#fff}.catalog-controls input{width:100%;border:0;outline:0}.category-tabs{display:flex;gap:8px;flex-wrap:wrap}.category-tabs button{min-height:38px;padding:0 12px;border:1px solid rgba(47,42,34,.16);border-radius:999px;background:#fff;color:#3d372b;font-weight:800;cursor:pointer}.category-tabs button.is-active{background:#2f2a22;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.empty-state{grid-column:1 / -1;margin:0;padding:22px;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;color:#2f2a229e;font-weight:800}.product-card{position:relative;overflow:hidden;display:grid;grid-template-rows:auto 1fr;border-radius:8px;background:#fff;border:1px solid rgba(47,42,34,.12);box-shadow:0 18px 40px #2f2a2214;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.product-card:hover{transform:translateY(-2px);border-color:#b49a4a57;box-shadow:0 22px 46px #2f2a221f}.product-card__overlay{position:absolute;inset:0;z-index:2;padding:18px;display:grid;place-content:center;justify-items:center;gap:12px;background:#2f2a22b8;color:#fff}.product-card__overlay--hover{opacity:0;pointer-events:none;transition:opacity .16s ease}.product-card__image-wrap:hover .product-card__overlay--hover,.product-card__image-wrap:focus-within .product-card__overlay--hover{opacity:1}.product-card__price-table{width:min(300px,100%);overflow:hidden;border-radius:8px;background:#fffffff0;color:#2f2a22;box-shadow:0 14px 28px #0000002e}.product-card__price-table-head,.product-card__price-table-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(48px,auto) minmax(78px,auto);align-items:center;gap:7px}.product-card__price-table-head{padding:8px 12px;background:#fff7e8;color:#7c672a;font-size:11px;font-weight:950;text-transform:uppercase}.product-card__price-table-row{padding:9px 12px;border-top:1px solid rgba(47,42,34,.08);font-size:14px}.product-card__price-table-row span{font-weight:850;text-transform:none}.product-card__price-table-head span:last-child,.product-card__price-table-row strong,.product-card__price-table-row .price-display{justify-self:center}.product-card__price-table-head span:nth-child(2),.product-card__discount{justify-self:center}.product-card__discount{min-width:38px;padding:4px 6px;border-radius:999px;background:#fff7e8;color:#9a8039!important;font-size:11px!important;font-weight:950!important;text-align:center}.price-display{display:inline-grid;gap:2px;justify-items:center;line-height:1.05}.price-display__compare{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#2f2a227a;font-size:.78em;font-weight:850;white-space:nowrap}.price-display s{color:#9a8039}.price-display em{color:#9a8039;font-style:normal;font-weight:950}.price-display strong{color:inherit}.price-display--card{display:inline-flex;align-items:center;gap:10px;justify-items:initial;line-height:1}.price-display--card em{min-width:46px;padding:6px 8px;border-radius:999px;background:#fff7e8;color:#9a8039;font-size:13px;text-align:center}.price-display__prices{display:grid;gap:3px;justify-items:start}.price-display__prices s{color:#9a8039;font-size:12px;font-weight:900}.price-display__prices strong{font-size:19px;font-weight:950}.product-card__price-table-row .price-display--card{gap:7px}.product-card__price-table-row .price-display--card em{min-width:38px;padding:5px 6px;font-size:11px}.product-card__price-table-row .price-display__prices s{font-size:10px}.product-card__price-table-row .price-display__prices strong{font-size:14px}.product-card__price-table-row .price-display__prices{justify-self:center;justify-items:center}.price-display__final{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.price-display__final span{color:#2f2a228a;font-size:10px;font-weight:950;text-transform:uppercase}.product-card__image-wrap{position:relative;display:block;overflow:hidden}.product-card__wholesale-ribbon{position:absolute;z-index:1;top:28px;left:-86px;width:330px;min-height:58px;padding:10px 22px 9px;display:grid;place-items:center;transform:rotate(-38deg);transform-origin:center;background:#2f2a22;color:#fff;box-shadow:0 10px 22px #2f2a223d;pointer-events:none;text-align:center}.product-card__wholesale-ribbon-content{width:fit-content;max-width:250px;display:grid;justify-items:center;gap:1px}.product-card__wholesale-ribbon-content strong,.product-card__wholesale-ribbon-content span{display:block;line-height:1;letter-spacing:0;white-space:nowrap}.product-card__wholesale-ribbon-content strong{font-size:15px;font-weight:950;text-transform:uppercase}.product-card__wholesale-ribbon-content span{font-size:9px;font-weight:850}.product-card__quantity{min-height:46px;display:inline-flex;align-items:center;gap:12px;padding:6px;border-radius:999px;background:#ffffffeb;color:#2f2a22;box-shadow:0 12px 26px #0000002e}.product-card__quantity button{width:34px;height:34px;min-height:34px!important;padding:0!important;border-radius:999px!important;background:#b49a4a!important;color:#fff!important}.product-card__quantity strong{min-width:24px;text-align:center;font-size:16px}.product-card__overlay>.secondary-button{min-height:38px;background:#fff!important;color:#2f2a22!important}.product-image-button{width:100%;padding:0!important;display:block!important;border:0!important;background:transparent!important}.product-image-button img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.product-card__body{min-height:190px;padding:14px;display:grid;grid-template-rows:auto 1fr auto auto auto;gap:8px}.product-card__category{width:fit-content;max-width:100%;padding:4px 8px;overflow:hidden;border-radius:999px;background:#fff7e8;color:#9a8039;font-size:11px;font-weight:950;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.product-card__main{display:grid;align-content:start;gap:5px}.product-card__price{min-height:42px;display:flex;align-items:end;color:#2f2a22}.product-card__price>strong,.product-card__price .price-display{font-size:19px;font-weight:950}.product-card__wholesale-note{margin:-2px 0 0;color:#2f2a2294;font-size:9px;font-weight:400;line-height:1.28}.product-card p.product-card__wholesale-note{font-weight:400}.product-actions{padding:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.product-actions button{width:100%;min-width:0}.secondary-button{background:#2f2a22!important;color:#fff}.product-card h2,.product-card p{margin:0}.product-card h2{color:#2f2a22;font-size:20px;line-height:1.08}.product-card p{color:#2f2a22a3;font-size:14px;font-weight:750}.link-button{margin-bottom:18px;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#7c672a;font-weight:900;cursor:pointer}.product-detail{padding:38px clamp(18px,5vw,72px)}.product-detail__body{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1fr);gap:28px;align-items:start}.product-detail__gallery{position:relative;overflow:hidden;border-radius:8px;background:#fff7e8}.product-detail__gallery>img{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover}.product-detail__gallery-arrow{width:40px;min-width:40px;height:40px;min-height:40px!important;padding:0!important;position:absolute;top:50%;z-index:2;border-radius:999px!important;background:#2f2a22b8!important;color:#fff!important;transform:translateY(-50%)}.product-detail__gallery-arrow:hover{background:#2f2a22e6!important}.product-detail__gallery-arrow--left{left:12px}.product-detail__gallery-arrow--right{right:12px}.product-detail__gallery-dots{position:absolute;left:50%;bottom:14px;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px;transform:translate(-50%)}.product-detail__gallery-dots button{width:11px;min-width:11px;max-width:11px;height:11px;min-height:11px!important;max-height:11px;padding:0!important;display:block;flex:0 0 11px;gap:0;border:1px solid rgba(255,255,255,.82);border-radius:50%;background:#2f2a2233;color:transparent;box-shadow:0 2px 8px #2f2a222e}.product-detail__gallery-dots button:hover,.product-detail__gallery-dots button.is-active{background:#ffffffdb;transform:scale(1.18)}.product-detail__content{display:grid;gap:12px}.product-detail__body span{color:#9a8039;font-weight:900;text-transform:uppercase}.product-detail__body h1{margin:0;font-size:clamp(32px,5vw,56px)}.product-detail__body p{max-width:620px;color:#2f2a22b3;font-size:18px;line-height:1.5}.product-detail__description{white-space:pre-line}.product-detail__options{width:min(360px,100%);display:grid;gap:10px}.product-option-select{position:relative;display:grid;gap:6px}.product-option-select>span{color:#9a8039;font-size:12px;font-weight:900;text-transform:uppercase}.product-option-select__trigger{width:100%;min-height:44px;padding:0 12px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #b49a4a;border-radius:8px;background:#fff!important;background-color:#fff!important;background-image:none!important;color:#b49a4a;font:inherit;font-weight:850;text-align:left;box-shadow:0 10px 22px #2f2a221a}.product-option-select__trigger span{flex:1 1 auto;min-width:0;overflow:hidden;color:#b49a4a;text-align:left;text-overflow:ellipsis;white-space:nowrap}.product-option-select__trigger svg{flex:0 0 auto;margin-left:auto;color:#b49a4a;transition:transform .16s ease}.product-option-select__trigger.is-open svg{transform:rotate(180deg)}.product-option-select__menu{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;max-height:220px;overflow-y:auto;padding:6px;border:1px solid rgba(47,42,34,.14);border-radius:8px;background:#fffdf8;box-shadow:0 18px 42px #2f2a222e}.product-option-select__menu button{width:100%;min-height:38px;padding:0 10px;display:flex;align-items:center;justify-content:flex-start;border:0;border-radius:6px;background:transparent;color:#2f2a22;font-size:14px;font-weight:850;text-align:left}.product-option-select__menu button:hover,.product-option-select__menu button.is-selected{background:#b49a4a29}.product-option-select__menu button.is-selected{color:#7c672a;font-weight:950}.product-detail__price-table{width:100%;overflow:hidden;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;box-shadow:0 12px 28px #2f2a2214}.product-detail__purchase{width:min(360px,100%);display:grid;justify-items:center;gap:12px}.product-detail__purchase>button{width:100%}.product-detail__single-price{justify-self:start}.product-detail__quantity{width:fit-content;min-height:44px;display:inline-flex;align-items:center;justify-content:center;justify-self:center;gap:16px;padding:6px;border-radius:999px;background:#2f2a22;color:#fff;box-shadow:0 12px 26px #2f2a2229;animation:detailQuantityIn .18s ease-out both}.product-detail__quantity button{width:34px;height:34px;min-height:34px!important;padding:0!important;border-radius:999px!important;background:#b49a4a!important;color:#fff!important}.product-detail__quantity strong{min-width:28px;text-align:center;font-size:17px}@keyframes detailQuantityIn{0%{opacity:0;transform:translateY(5px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.product-detail__price-table-head,.product-detail__price-table-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(148px,auto);align-items:center;gap:12px}.product-detail__price-table-head{padding:9px 12px;background:#fffaf4;color:#7c672a;font-size:11px;font-weight:950;text-transform:uppercase}.product-detail__price-table-row{padding:11px 12px;border-top:1px solid rgba(47,42,34,.08);color:#2f2a22}.product-detail__price-table-row span{color:#2f2a22c2;font-size:14px;font-weight:850;text-transform:none}.product-detail__price-table-row strong{justify-self:center;font-size:16px}.product-detail__price-table-head span:last-child{justify-self:center}.product-detail__price-stack{justify-self:center;display:grid;gap:3px}.product-detail__price-before,.product-detail__price-now{display:inline-flex;align-items:baseline;justify-content:flex-start;gap:5px;white-space:nowrap}.product-detail__price-before span,.product-detail__price-now span{color:#2f2a2294;font-size:12px;font-weight:950}.product-detail__price-before s{color:#9a8039;font-size:14px;font-weight:900}.product-detail__price-now strong{color:#2f2a22;font-size:16px;font-weight:950}.related-products{margin-top:44px}.related-products .section-heading{margin-bottom:16px}.related-products .section-heading h1{font-size:clamp(24px,3.2vw,34px)}.related-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.related-product-card{overflow:hidden;display:grid;grid-template-rows:auto 1fr;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;box-shadow:0 14px 32px #2f2a2214}.related-product-card__image{width:100%;padding:0!important;display:block!important;border:0!important;background:transparent!important}.related-product-card__image img{display:block;width:100%;aspect-ratio:5 / 3;object-fit:cover}.related-product-card__body{padding:12px;display:grid;grid-template-rows:auto auto auto 1fr auto;gap:7px}.related-product-card__body>span{color:#9a8039;font-size:11px;font-weight:950;text-transform:uppercase}.related-product-card h2,.related-product-card p{margin:0}.related-product-card h2{color:#2f2a22;font-size:17px;line-height:1.1}.related-product-card p{color:#2f2a22a3;font-size:13px;font-weight:800}.related-product-card__price{display:flex;align-items:end}.related-product-card__price>strong,.related-product-card__price .price-display{font-size:16px;font-weight:950}.related-product-card__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.related-product-card__actions button{width:100%;min-width:0;min-height:38px;padding:0 10px;font-size:13px}.related-product-card__actions .product-card__quantity{justify-self:start;grid-column:1 / -1}.cart-panel,.checkout-panel,.checkout-page,.register-page form,.register-grid>div,.account-panel,.auth-message{padding:18px;border-radius:8px;background:#fff;border:1px solid rgba(47,42,34,.12)}.cart-table{margin-top:16px;overflow-x:auto;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff}.cart-table__header,.cart-row{min-width:920px;display:grid;grid-template-columns:minmax(280px,1fr) 150px 170px 140px 190px;align-items:center;gap:14px}.cart-table__header{padding:11px 14px;border-bottom:1px solid rgba(47,42,34,.1);background:#fff7e8;color:#7c672a;font-size:11px;font-weight:950;text-transform:uppercase}.cart-table__header span:nth-child(n+2){justify-self:center}.cart-list{display:grid}.cart-row{padding:10px 14px;border-bottom:1px solid rgba(47,42,34,.08);background:#faf8f1}.cart-row:last-child{border-bottom:0}.cart-row__product{min-width:0;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:10px}.cart-row img{width:64px;height:54px;object-fit:cover;border-radius:6px}.cart-row__info{min-width:0;display:grid;gap:4px}.cart-row__info strong,.cart-row__info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-row small,.empty-cart{color:#2f2a229e}.cart-row__price,.cart-row__subtotal{display:grid;gap:2px;justify-items:center;color:#2f2a22}.cart-row__price strong,.cart-row__subtotal strong{font-size:14px;white-space:nowrap}.cart-row__price .price-display{font-size:14px}.quantity{display:inline-flex;align-items:center;justify-self:center;gap:7px}.cart-row__quantity{min-height:44px;gap:12px;padding:5px;justify-self:center;box-shadow:0 10px 22px #2f2a221f}.cart-row__quantity strong{min-width:26px;font-size:16px}.cart-row__actions{display:inline-flex;align-items:center;justify-content:center;gap:8px}.quantity button,.icon-only{width:30px;height:30px;border:1px solid rgba(47,42,34,.14);border-radius:8px;background:#fff;color:#2f2a22;cursor:pointer}.cart-row__quantity button{width:34px;height:34px;border:0;border-radius:999px;background:#b49a4a;color:#fff}.cart-row__actions .icon-only{width:34px;min-width:34px;height:34px;min-height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-color:#2f2a22;border-radius:8px;background:#2f2a22;color:#fff}.cart-row__actions .icon-only:hover{background:#3d372b}.cart-detail-button{min-height:34px;padding:0 11px;border:0;border-radius:8px;color:#fff;font-size:12px;font-weight:900;cursor:pointer}.checkout-page,.register-page form{max-width:620px;display:grid;gap:10px}.checkout-page{width:min(100%,620px);margin:0 auto}.checkout-page--buyer{width:100%;max-width:none;padding-top:58px;padding-bottom:58px}.checkout-page--entry{width:100%;max-width:none;gap:18px}.checkout-entry{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,456px));grid-auto-rows:1fr;gap:12px;align-items:stretch;justify-content:space-evenly}.checkout-entry__login,.checkout-entry__guest{min-width:0;height:100%;align-self:stretch;padding:14px;display:grid;grid-template-rows:auto auto 1fr auto;gap:9px;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#faf8f1}.checkout-entry__guest{grid-template-rows:auto auto 1fr auto}.checkout-entry__guest .checkout-entry__actions{align-self:end}.checkout-entry__guest h2,.checkout-entry__login h2{margin:0;color:#2f2a22;font-size:17px;line-height:1.08}.checkout-entry__copy{max-width:520px;margin:0;color:#2f2a22ad;font-size:12px;line-height:1.45;font-weight:750}.checkout-entry__fields{display:grid;align-content:start;gap:9px}.checkout-entry__actions{margin-top:auto;display:grid;gap:8px}.checkout-entry__login>button[type=submit],.checkout-entry__guest .checkout-button,.checkout-entry__guest .secondary-button,.checkout-entry__actions>button[type=submit]{width:100%;min-height:38px}.checkout-entry .password-input,.checkout-entry input{min-height:38px;height:38px}.checkout-entry__login .text-action{min-height:32px;padding:0;justify-self:start;border:0;background:transparent;color:#7c672a;font-size:13px;font-weight:900;cursor:pointer}.checkout-entry__guest .text-action{min-height:32px;padding:0;justify-self:center;border:0;background:transparent;color:#7c672a;font-size:13px;font-weight:900;cursor:pointer}.checkout-entry__login .text-action:hover,.checkout-entry__guest .text-action:hover{color:#2f2a22}.checkout-entry__login .auth-message{max-width:none;margin:0;padding:12px}.checkout-back-action{justify-self:start}.checkout-panel input,.checkout-panel textarea,.checkout-page input,.checkout-page textarea,.register-page input{width:100%;min-height:44px;height:44px;border:1px solid rgba(47,42,34,.16);border-radius:8px;padding:11px 12px;background:#fff}.register-grid form input{height:44px}.login-card label{display:grid;gap:6px;color:#2f2a22ad;font-size:13px;font-weight:900}.password-input{position:relative;display:block;width:100%;height:44px;line-height:0}.password-input input{display:block;height:100%;padding-right:46px}.register-page .password-input button,.checkout-entry__login .password-input button{position:absolute;top:50%;right:7px;width:32px;min-height:32px;height:32px;padding:0;margin:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:#2f2a2294}.register-page .password-input button svg,.checkout-entry__login .password-input button svg{display:block}.register-page .password-input button:hover,.checkout-entry__login .password-input button:hover{background:#b49a4a1f;color:#2f2a22}.register-grid form>button[type=submit]{width:100%;height:44px}.register-grid form .text-action{min-height:32px;padding:0;justify-self:start;border:0;background:transparent;color:#7c672a;font-size:13px;font-weight:900;cursor:pointer}.register-grid form .text-action:hover{color:#2f2a22}.checkout-panel textarea,.checkout-page textarea{min-height:84px;resize:vertical}.checkout-address-picker{display:grid;gap:8px}.checkout-address-picker__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.34fr);gap:10px;align-items:end}.checkout-address-picker label{display:grid;gap:6px;color:#2f2a22b8;font-size:12px;font-weight:900;text-transform:uppercase}.checkout-address-picker__map-shell{position:relative;width:100%;height:260px;overflow:hidden;border:1px solid rgba(47,42,34,.14);border-radius:8px;background:#efe8d8;animation:checkoutMapIn .22s ease-out both}.checkout-address-picker__map-stripe{position:absolute;z-index:2;top:10px;left:12px;right:12px;min-height:34px;padding:0 12px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#2f2a22d1;color:#fff8e6;font-size:12px;font-weight:900;text-align:center;pointer-events:none;box-shadow:0 8px 20px #2f2a222e}.checkout-address-picker__map{width:100%;height:100%}.checkout-address-picker__map-alert{position:absolute;z-index:3;inset:0;padding:18px;display:flex;align-items:center;justify-content:center;background:#2f2a226b;color:#8f2424;font-size:13px;font-weight:900;line-height:1.25;text-align:center;pointer-events:auto}.checkout-address-picker__map-alert span{max-width:420px;min-height:54px;padding:12px 16px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(143,36,36,.24);border-radius:8px;background:#fffaf4f5;box-shadow:0 14px 34px #2f2a223d}.checkout-address-picker small,.checkout-address-picker p{margin:0;color:#2f2a229e;font-size:12px;font-weight:750}.checkout-address-picker p{padding:8px 10px;border-radius:8px;background:#b49a4a1f}.checkout-address-picker p.checkout-address-picker__unavailable{background:#8f24241a;color:#8f2424}@keyframes checkoutMapIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.checkout-layout{display:grid;grid-template-columns:minmax(0,620px) minmax(280px,360px);gap:18px;align-items:start;justify-content:center}.checkout-page--confirmed .checkout-layout{margin-top:24px;grid-template-columns:minmax(0,920px)}.checkout-page--confirmed .checkout-progress{display:none}.checkout-page--confirmed .checkout-form-card{padding:0;overflow:hidden;gap:0;background:#fffdf8}.checkout-page--confirmed .checkout-summary-card{background:#fffdf8}.checkout-form-card,.checkout-summary-card{min-width:0;padding:16px;display:grid;gap:10px;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#faf8f1}.checkout-summary-card{position:sticky;top:100px}.checkout-summary-card h2{margin:0;color:#2f2a22;font-size:18px;line-height:1.1}.checkout-summary-card__items{display:grid;gap:8px}.checkout-summary-card__buyer{padding:10px;display:grid;gap:3px;border:1px solid rgba(47,42,34,.1);border-radius:8px;background:#fff}.checkout-summary-card__buyer span{color:#7c672a;font-size:11px;font-weight:950;text-transform:uppercase}.checkout-summary-card__buyer strong{color:#2f2a22;font-size:13px}.checkout-summary-card__buyer small{color:#2f2a22a8;font-size:12px;font-weight:750}.checkout-summary-card__items>div{padding:10px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;border-bottom:1px solid rgba(47,42,34,.1)}.checkout-summary-card__items span{color:#2f2a22b3;font-size:13px;font-weight:800}.checkout-summary-card__items strong{color:#2f2a22;font-size:13px}.checkout-progress{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.checkout-progress button{min-height:34px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(47,42,34,.12);border-radius:999px;background:#faf8f1;color:#2f2a2294;font-size:12px;font-weight:950;text-transform:uppercase;cursor:pointer}.checkout-progress button:hover{border-color:#b49a4a57;background:#b49a4a1a;color:#7c672a}.checkout-progress button.is-active{border-color:#b49a4a6b;background:#b49a4a29;color:#7c672a}.checkout-progress img{width:13px;height:13px;opacity:.44}.checkout-choice-list{display:grid;gap:10px}.checkout-choice-list h2{margin:0;color:#2f2a22;font-size:20px;line-height:1.1}.checkout-choice-list__hint,.checkout-choice-list__empty{margin:0;padding:9px 10px;border-radius:8px;background:#b49a4a1f;color:#2f2a22ad;font-size:12px;font-weight:800}.checkout-choice-list__empty{background:#8f24241a;color:#8f2424}.checkout-choice-option{display:grid;gap:0;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;overflow:visible}.checkout-choice-option.is-active{border-color:#b49a4a85;background:#b49a4a24}.checkout-choice-list button,.checkout-choice-option__button{min-height:74px;padding:14px;display:grid;gap:4px;text-align:left;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;color:#2f2a22;cursor:pointer}.checkout-choice-option__button{border:0;background:transparent}.checkout-choice-option__button:focus-visible{outline:2px solid rgba(180,154,74,.34);outline-offset:-2px}.checkout-choice-option__date{margin-top:10px;padding-top:12px;border-top:1px solid rgba(47,42,34,.1)}.checkout-choice-list button.is-active{border-color:#b49a4a85;background:#b49a4a24}.checkout-choice-list .checkout-payment-option{min-height:82px;align-items:center}.checkout-choice-list .checkout-payment-option.has-logo{grid-template-columns:112px minmax(0,1fr);gap:14px}.checkout-choice-list .checkout-payment-option__logo{width:112px;height:54px;padding:8px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(47,42,34,.1);border-radius:8px;background:#fff}.checkout-choice-list .checkout-payment-option__logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.checkout-choice-list .checkout-payment-option__text{min-width:0;display:grid;gap:4px}.checkout-choice-list button span,.checkout-choice-option__button span{font-size:15px;font-weight:950}.checkout-choice-list button small,.checkout-choice-option__button small{color:#2f2a22a8;font-size:13px;font-weight:750}.checkout-delivery-date{position:relative;padding:0;display:grid;gap:12px;border:0;border-radius:0;background:transparent}.checkout-delivery-date__intro{display:flex;align-items:center;gap:10px}.checkout-delivery-date__intro svg{flex:0 0 auto;color:#7c672a}.checkout-delivery-date__intro div{min-width:0;display:grid;gap:2px}.checkout-delivery-date span{color:#2f2a22;font-size:15px;font-weight:950}.checkout-delivery-date small{color:#2f2a22a8;font-size:13px;font-weight:750}.checkout-choice-list .checkout-date-picker__trigger{width:100%;min-height:44px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(47,42,34,.16);border-radius:8px;background:#faf8f1;color:#2f2a22;font-weight:900}.checkout-choice-list .checkout-date-picker__trigger.is-open{border-color:#b49a4a8a;background:#b49a4a1a}.checkout-date-picker{position:absolute;top:calc(100% - 6px);left:14px;right:14px;z-index:12;padding:10px;display:grid;gap:10px;border:1px solid rgba(47,42,34,.1);border-radius:8px;background:#fff;box-shadow:0 18px 38px #2f2a2229}.checkout-date-picker__header{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:8px}.checkout-date-picker__header strong{color:#2f2a22;font-size:14px;font-weight:950;text-align:center;text-transform:capitalize}.checkout-choice-list .checkout-date-picker__nav{width:34px;min-height:34px;height:34px;padding:0;display:inline-grid;place-items:center;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;color:#2f2a22}.checkout-choice-list .checkout-date-picker__nav:disabled{opacity:.38;cursor:not-allowed}.checkout-date-picker__weekdays,.checkout-date-picker__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.checkout-date-picker__weekdays span{color:#2f2a2280;font-size:11px;font-weight:950;text-align:center;text-transform:uppercase}.checkout-choice-list .checkout-date-picker__grid button{aspect-ratio:1;min-height:0;width:100%;padding:0;display:grid;place-items:center;border:1px solid transparent;border-radius:8px;background:#fff;color:#2f2a22;font-size:13px;font-weight:900;text-align:center}.checkout-choice-list .checkout-date-picker__grid button.is-muted{color:#2f2a225c}.checkout-choice-list .checkout-date-picker__grid button:hover:not(:disabled),.checkout-choice-list .checkout-date-picker__grid button.is-selected{border-color:#b49a4aa8;background:#b49a4a;color:#fff}.checkout-choice-list .checkout-date-picker__grid button:disabled{background:#2f2a220a;color:#2f2a223d;cursor:not-allowed}.checkout-choice-list .checkout-date-picker__grid button.is-locked:disabled{border-color:#ae33332e;background:#ae333314;color:#8f242475}.checkout-delivery-date__selected{padding:9px 10px;border-radius:8px;background:#b49a4a21;color:#7c672a;font-size:13px;font-weight:950}.checkout-saved-addresses__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkout-choice-list .checkout-saved-addresses__head .secondary-button{width:auto;min-height:0;padding:9px 12px;display:inline-flex;align-items:center;justify-content:center;text-align:center;border-color:#b49a4a5c;background:#b49a4a;color:#fff;font-size:12px;font-weight:950}.checkout-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.checkout-steps span{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#faf8f1;color:#2f2a2294;font-size:12px;font-weight:950;text-transform:uppercase}.checkout-steps span.is-active{border-color:#b49a4a6b;background:#b49a4a29;color:#7c672a}.checkout-review{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(47,42,34,.1)}.checkout-page--confirmed .checkout-review{gap:14px;padding:18px 22px 6px;border-top:0}.checkout-review>div{padding:16px;display:grid;gap:4px;border-right:1px solid rgba(47,42,34,.1);border-bottom:1px solid rgba(47,42,34,.1);background:transparent}.checkout-review>div:nth-child(2n){border-right:0}.checkout-review.checkout-review--payment-terminal{grid-template-columns:minmax(0,1fr)}.checkout-review.checkout-review--payment-terminal>div{border-right:0}.checkout-page--confirmed .checkout-review>div{padding:0;border:0}.checkout-review>.checkout-review__bank-transfer{display:flex;align-items:center;justify-content:space-between;gap:14px}.checkout-review__bank-transfer-content{min-width:0;display:grid;gap:4px}.checkout-review__bank-transfer-content small b{color:#2f2a22d1;font-weight:950}.checkout-review__copy-bank-transfer{min-height:36px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;color:#2f2a22;font:inherit;font-size:12px;font-weight:900;white-space:nowrap;cursor:pointer}.checkout-review__copy-bank-transfer:hover,.checkout-review__copy-bank-transfer:focus-visible{border-color:#b49a4a75;background:#b49a4a1f;outline:0}.checkout-review span{color:#7c672a;font-size:11px;font-weight:950;text-transform:uppercase}.checkout-review strong{color:#2f2a22;font-size:14px}.checkout-review small{color:#2f2a22a8;font-size:13px;font-weight:750}.checkout-order-details{display:grid;gap:0}.checkout-purchase-details{margin:18px 22px 22px;display:grid;gap:14px;border-radius:8px;background:#faf8f1}.checkout-purchase-details__head,.checkout-purchase-details__totals{display:grid;gap:8px}.checkout-purchase-details__head{padding:18px 18px 0;grid-template-columns:minmax(0,1fr) auto;align-items:center}.checkout-purchase-details__head span{color:#7c672a;font-size:11px;font-weight:950;text-transform:uppercase}.checkout-purchase-details__head strong{color:#2f2a22a3;font-size:13px}.checkout-purchase-details__items{display:grid;gap:0}.checkout-purchase-details__row{padding:13px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.checkout-purchase-details__row+.checkout-purchase-details__row{border-top:1px solid rgba(47,42,34,.08)}.checkout-purchase-details__row div{min-width:0;display:grid;gap:4px}.checkout-purchase-details__row strong{color:#2f2a22;font-size:15px;line-height:1.25}.checkout-purchase-details__row small{color:#2f2a229e;font-size:13px;font-weight:800}.checkout-purchase-details__row span{color:#2f2a22;font-size:15px;font-weight:950;white-space:nowrap}.checkout-purchase-details__totals{padding:14px 18px 18px;background:#ffffff8c}.checkout-purchase-details__totals span{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;color:#2f2a22a8;font-size:13px;font-weight:850}.checkout-purchase-details__totals span:last-child{padding-top:8px;color:#2f2a22;font-size:16px}.checkout-order-details__hero{padding:22px;display:grid;gap:8px;border:0;border-radius:0;background:linear-gradient(135deg,#fffdf8,#f4efe2)}.checkout-order-details__hero--failed{background:linear-gradient(135deg,#fff7f5,#f7e3dd)}.checkout-order-details__hero--cancelled{background:linear-gradient(135deg,#f8f7f3,#e8e2d5)}.checkout-order-details__hero span,.checkout-order-details__hero strong{color:#7c672a;font-size:12px;font-weight:950;text-transform:uppercase}.checkout-order-details__hero--failed span,.checkout-order-details__hero--failed strong{color:#934331}.checkout-order-details__hero--cancelled span,.checkout-order-details__hero--cancelled strong{color:#6d6253}.checkout-order-details__hero h2{margin:0;color:#2f2a22;font-size:28px;line-height:1.1}.checkout-order-details__hero p{margin:0;color:#2f2a22b8;font-size:14px;font-weight:850}.checkout-order-details__actions{padding:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;background:#fffdf8}.checkout-order-details__actions .checkout-button,.checkout-order-details__actions .secondary-button{width:100%;border-radius:8px}.checkout-navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkout-navigation .secondary-button,.checkout-navigation .checkout-button{width:100%;min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;font-weight:900;cursor:pointer}.checkbox-line{display:flex;align-items:center;gap:8px;font-size:14px}.checkout-page .checkbox-line input,.register-page .checkbox-line input{width:18px;min-height:18px;height:18px;flex:0 0 18px;display:grid;place-content:center;appearance:none;-webkit-appearance:none;border:1px solid rgba(47,42,34,.2);border-radius:4px;background:#fff;cursor:pointer}.checkout-page .checkbox-line input:before,.register-page .checkbox-line input:before{content:"";width:10px;height:10px;clip-path:polygon(14% 44%,0 58%,38% 96%,100% 22%,86% 8%,36% 68%);background:#fff;opacity:0}.checkout-page .checkbox-line input:checked,.register-page .checkbox-line input:checked{border-color:#b49a4a;background:#b49a4a}.checkout-page .checkbox-line input:checked:before,.register-page .checkbox-line input:checked:before{opacity:1}.policy-acceptance-line{align-items:flex-start;color:#2f2a22b8;line-height:1.45}.policy-acceptance-line a{color:#7c672a;font-weight:900;text-decoration:underline;text-underline-offset:2px}.totals{margin:4px 0;display:grid;gap:8px}.totals span{display:flex;justify-content:space-between}.totals span:last-child{padding-top:8px;border-top:1px solid rgba(47,42,34,.14);font-size:18px}.checkout-button:disabled{cursor:not-allowed;opacity:.55}.cart-summary{max-width:420px;margin:18px 0 0 auto;padding:16px;display:grid;gap:10px;border-radius:8px;background:#fff;border:1px solid rgba(47,42,34,.12)}.cart-summary span{display:flex;justify-content:space-between}.cart-summary span:nth-child(3){padding-top:8px;border-top:1px solid rgba(47,42,34,.14);font-size:18px}.cart-summary__event-link{margin-top:4px;padding:4px 0 0;display:grid;align-items:center;justify-content:center;justify-items:start;gap:3px;color:#6f642a;text-decoration:none;text-align:left}.cart-summary__event-link span,.cart-summary__event-link strong{display:block;color:inherit;font-size:13px;font-weight:700;line-height:1.25}.cart-summary__event-link strong{font-weight:700}.cart-summary__event-link img{width:70px;height:auto;margin-left:44px;object-fit:contain}.register-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:18px}.account-layout{width:100%;margin-top:18px;display:flex;gap:18px;align-items:start}.account-sidebar{flex:0 0 270px;padding:8px;display:grid;gap:6px;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff}.account-sidebar button{min-height:40px;padding:0 10px;display:flex;align-items:center;justify-content:flex-start;gap:8px;white-space:nowrap;border:0;border-radius:6px;background:transparent;color:#3d372b;font-weight:900;cursor:pointer}.account-sidebar button:hover,.account-sidebar button.is-active{background:#faf8f1;color:#7c672a}.register-page form h2,.register-grid>div h2,.account-panel h2{margin:0 0 6px;font-size:20px}.auth-message{max-width:620px;margin:16px 0 0;color:#7c672a;font-weight:800}.reset-password-page{min-height:58vh}.reset-password-card{margin-top:18px}.reset-password-card__email,.reset-password-card__status{margin:0;color:#2f2a22a8;font-size:14px;line-height:1.45}.reset-password-card__email{font-weight:900;color:#7c672a}.account-panel{flex:1 1 auto;min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}.account-panel>div{display:grid;gap:4px}.account-edit-form{width:100%;max-width:none!important;display:grid!important;grid-template-columns:minmax(0,1fr);justify-items:stretch;align-items:start}.account-edit-form>*{min-width:0}.account-edit-form__heading{width:100%;display:grid;gap:2px}.account-edit-form label{width:100%;display:grid;gap:6px;color:#2f2a22ad;font-size:13px;font-weight:900}.account-person-fields,.account-company-fields{width:100%;display:grid;grid-template-columns:1fr;gap:10px}.phone-input{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;border:1px solid rgba(47,42,34,.16);border-radius:8px;background:#fff;overflow:hidden}.phone-input>span{min-height:42px;padding:0 12px;display:inline-flex;align-items:center;background:#faf8f1;border-right:1px solid rgba(47,42,34,.12);color:#7c672a;font-weight:950}.phone-input input{border:0;border-radius:0}.account-edit-form input{width:100%;color:#2f2a22;font-weight:600}.client-type-slider{position:relative;width:100%;min-height:42px;padding:4px;display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(47,42,34,.14);border-radius:999px;background:#faf8f1;overflow:hidden}.client-type-slider button{position:relative;z-index:2;min-height:32px;padding:0 12px;border:0;border-radius:999px;background:transparent;color:#2f2a22a8;font-size:13px;font-weight:950;cursor:pointer;transition:color .16s ease}.client-type-slider button.is-active{color:#fff}.client-type-slider__thumb{position:absolute;z-index:1;top:4px;bottom:4px;left:4px;width:calc(50% - 4px);border-radius:999px;background:#2f2a22;box-shadow:0 8px 18px #2f2a222e;transition:transform .18s ease}.client-type-slider__thumb.is-empresa{transform:translate(100%)}.account-orders,.account-address-book{align-items:start}.account-orders{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch;gap:14px}.account-orders__head{display:grid;gap:4px}.account-orders__head h2,.account-orders__head p,.account-orders__status{margin:0}.account-orders__head p,.account-orders__status{color:#2f2a22a8;font-size:13px;font-weight:800}.account-orders__list{--account-orders-grid: minmax(176px, 1.05fr) minmax(170px, .92fr) minmax(260px, 1.35fr) minmax(104px, .5fr) minmax(130px, .62fr);width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch;gap:0;overflow:hidden;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff}.account-orders__table-head,.account-order-card{display:grid;grid-template-columns:var(--account-orders-grid);column-gap:18px;align-items:center}.account-orders__table-head{padding:10px 12px;background:#faf8f1;color:#2f2a229e;font-size:11px;font-weight:950;text-transform:uppercase}.account-orders__table-head>:nth-child(4){justify-self:end;text-align:right}.account-orders__table-head>:nth-child(5){width:130px;justify-self:end;text-align:center}.account-order-card{width:100%;box-sizing:border-box;min-height:88px;padding:12px;border-top:1px solid rgba(47,42,34,.08)}.account-order-card__main,.account-order-card__items{min-width:0;display:grid;gap:4px}.account-order-card__main span{color:#7c672a;font-size:11px;font-weight:950;text-transform:uppercase}.account-order-card__main h3{margin:0;color:#2f2a22;font-size:16px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-order-card__main small,.account-order-card__items span{color:#2f2a229e;font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-order-card__total{justify-self:end;color:#2f2a22;font-size:16px;white-space:nowrap}.account-order-card__meta{grid-column:2;display:flex;flex-wrap:wrap;gap:8px;min-width:0}.account-order-card__items{grid-column:3}.account-order-card__meta span{padding:5px 9px;border-radius:999px;background:#b49a4a24;color:#7c672a;font-size:11px;font-weight:950}.account-order-card__actions{width:130px;justify-self:end;display:flex;justify-content:flex-end;align-items:center;gap:6px;min-width:0}.account-order-card__actions button{width:86px;min-height:34px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:11px;line-height:1.1}.account-order-card__actions .account-order-card__icon-button{width:38px;padding:0}.account-order-card__actions button:disabled{opacity:.45;cursor:not-allowed}.account-address-book{display:grid;justify-content:stretch}.account-address-book__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.account-address-book__head button{white-space:nowrap}.account-address-book strong{display:block;color:#2f2a22;font-size:15px}.account-main-address-field{display:grid;gap:6px;color:#2f2a22ad;font-size:13px;font-weight:900}.account-address-select{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;align-items:center}.account-address-select select{width:100%;min-height:44px;height:44px;border:1px solid rgba(47,42,34,.16);border-radius:8px;padding:0 12px;background:#fff;color:#2f2a22}.account-address-select button{width:44px;min-height:44px;height:44px;padding:0;border:0;border-radius:8px;background:#2f2a22;color:#fff}.account-address-select button:hover{background:#7c672a;color:#fff}.account-address-table{width:100%;display:grid;gap:0;overflow:hidden;border:1px solid rgba(47,42,34,.12);border-radius:8px}.account-address-table__header,.account-address-row{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(180px,1.45fr) minmax(150px,1fr) 92px;align-items:center;gap:10px;padding:10px 12px}.account-address-table__header{background:#faf8f1;color:#2f2a229e;font-size:12px;font-weight:950;text-transform:uppercase}.account-address-row{border-top:1px solid rgba(47,42,34,.1);background:#fff}.account-address-row small{display:inline-flex;width:fit-content;margin-top:4px;padding:3px 7px;border-radius:999px;background:#b49a4a24;color:#7c672a;font-size:11px;font-weight:950}.account-address-row__actions{display:flex;justify-content:flex-end;gap:6px}.account-address-row__actions .icon-only{width:34px;min-height:34px;height:34px;padding:0;border:0;border-radius:8px;background:#2f2a22}.account-address-row__actions .icon-only:hover{background:#7c672a}.account-address-row__actions .icon-only img{width:17px;height:17px;display:block}.site-modal-backdrop{position:fixed;inset:0;z-index:60;padding:22px;display:grid;place-items:center;background:#2f2a226b}.site-modal{width:min(760px,100%);max-width:760px!important;max-height:min(760px,calc(100vh - 44px));overflow:auto;padding:18px;border-radius:8px;background:#fff;border:1px solid rgba(47,42,34,.14);box-shadow:0 24px 70px #2f2a223d}.site-modal__head,.site-modal__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.site-modal__head span{color:#7c672a;font-size:12px;font-weight:950;text-transform:uppercase}.site-modal__head h2{margin:4px 0 0}.site-modal__close{flex:0 0 44px;width:44px;min-width:44px;min-height:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#2f2a22;color:#fff;cursor:pointer}.site-modal__close:hover{background:#7c672a;color:#fff}.site-modal__close svg{width:34px;height:34px;display:block;stroke:currentColor}.pac-container{z-index:2147483647!important;pointer-events:auto;transform:translateZ(0);-webkit-transform:translateZ(0)}.address-modal__grid{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.address-modal__grid label{display:grid;gap:6px;color:#2f2a22ad;font-size:13px;font-weight:900}.address-modal__wide{grid-column:1 / -1}.address-modal select,.address-modal textarea{width:100%;border:1px solid rgba(47,42,34,.16);border-radius:8px;padding:11px 12px;background:#fff}.address-modal select{min-height:44px;height:44px}.address-modal textarea{min-height:80px;resize:vertical}.address-modal .checkbox-line{display:flex;align-items:center}.address-modal .checkbox-line input{width:auto;min-height:auto;height:auto}.site-modal__actions{margin-top:16px;justify-content:flex-end}.cart-suggestions-modal{width:min(860px,100%);max-width:860px!important}.cart-suggestions-modal__grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cart-suggestion-card{min-width:0;grid-template-rows:96px minmax(0,1fr)}.cart-suggestion-card .related-product-card__image{height:96px;overflow:hidden;background:#f7f3eb!important}.cart-suggestion-card .related-product-card__image img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.cart-suggestion-card .related-product-card__body{padding:10px;background:#fff;grid-template-rows:auto auto auto auto auto;gap:5px}.cart-suggestion-card .related-product-card__body>span{font-size:9px}.cart-suggestion-card .related-product-card__body h2{font-size:13px;line-height:1.12}.cart-suggestion-card .related-product-card__body p{font-size:11px}.cart-suggestion-card .related-product-card__price>strong,.cart-suggestion-card .related-product-card__price .price-display{font-size:13px}.cart-suggestion-card .related-product-card__actions{grid-template-columns:minmax(0,1fr);gap:6px}.cart-suggestion-card .related-product-card__actions>button{min-width:0;min-height:36px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;font-size:12px;font-weight:950;cursor:pointer}.cart-suggestion-card .related-product-card__actions>button svg{width:16px;height:16px;flex:0 0 auto;display:block}.cart-suggestion-card .related-product-card__actions .product-card__quantity{justify-self:stretch;width:100%;min-height:34px;justify-content:center;gap:14px;padding:4px;border-radius:8px}.cart-suggestion-card .product-card__quantity button{width:28px;height:28px;min-height:28px!important;border:0!important;border-radius:8px!important;cursor:pointer}.cart-suggestion-card .product-card__quantity strong{min-width:20px;font-size:14px}.cart-suggestions-modal .site-modal__actions button{flex:0 1 180px;width:180px;min-height:46px;border-radius:8px;font-weight:950;cursor:pointer}.account-panel p,.account-panel span,.register-grid p{margin:0;color:#2f2a22ad;line-height:1.45}.account-panel button{min-height:40px;padding:0 14px;border:0;border-radius:8px;background:#2f2a22;color:#fff;font-weight:900;cursor:pointer}.account-edit-form>button[type=submit]{justify-self:end}.account-panel .client-type-slider button,.register-grid .client-type-slider button{min-height:32px;padding:0 12px;border-radius:999px;background:transparent;color:#2f2a22a8;font-size:13px;font-weight:950}.account-panel .client-type-slider button.is-active,.register-grid .client-type-slider button.is-active{color:#fff}.tracking-page{min-height:620px;padding:72px clamp(18px,5vw,72px)}.tracking-layout{width:min(1120px,100%);display:grid;grid-template-columns:minmax(280px,390px) minmax(0,1fr);gap:22px;align-items:start}.tracking-card,.tracking-result,.tracking-empty{border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;box-shadow:0 18px 42px #2f2a2214}.tracking-card{padding:22px}.tracking-card label{display:grid;gap:10px;color:#2f2a22ad;font-size:12px;font-weight:850;text-transform:uppercase}.tracking-input{height:48px;display:grid;grid-template-columns:minmax(0,1fr) 48px;border:1px solid rgba(47,42,34,.16);border-radius:8px;overflow:hidden;background:#faf8f1}.tracking-input input{min-width:0;border:0;padding:0 14px;background:transparent;color:#2f2a22;font-size:16px;font-weight:850;letter-spacing:0;text-transform:uppercase;outline:none}.tracking-input button{border:0;display:inline-flex;align-items:center;justify-content:center;background:#2f2a22;color:#fff8e6;cursor:pointer}.inline-message-action{margin-left:12px;border:0;padding:0;background:transparent;color:#2f2a22;font-weight:900;text-decoration:underline;cursor:pointer}.tracking-result{padding:24px;display:grid;gap:22px}.tracking-result__head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.tracking-result__head span,.tracking-details span{color:#2f2a228f;font-size:12px;font-weight:850;text-transform:uppercase}.tracking-result__head h2{margin:0 0 4px;font-size:clamp(22px,4vw,34px);letter-spacing:0}.tracking-status{flex:0 0 auto;padding:8px 12px;border-radius:999px;background:#efe4bf;color:#5b4b18;font-size:12px}.tracking-status--entregado{background:#d9ead7;color:#1f5c31}.tracking-status--cerrado,.tracking-status--despachado{background:#2f2a22;color:#fffdf8}.tracking-status--cancelado{background:#f4d6d2;color:#8f2424}.tracking-roadmap{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:4px 0 2px}.tracking-roadmap:before{content:"";position:absolute;top:20px;left:calc(100% / 12);right:calc(100% / 12);height:2px;border-radius:999px;background:#2f2a2224}.tracking-roadmap__step{position:relative;z-index:1;min-width:0;display:grid;justify-items:center;gap:10px;color:#2f2a228f;text-align:center}.tracking-roadmap__dot{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(47,42,34,.16);border-radius:50%;background:#fffdf8;color:#2f2a228f;font-size:12px;font-weight:950}.tracking-roadmap__step strong{max-width:94px;font-size:12px;line-height:1.25}.tracking-roadmap__step small{max-width:112px;color:#2f2a2285;font-size:10px;font-weight:800;line-height:1.25}.tracking-roadmap__step.is-complete{color:#2f2a22}.tracking-roadmap__step.is-complete .tracking-roadmap__dot{border-color:#2f2a22;background:#2f2a22;color:#fff}.tracking-roadmap__step.is-active{color:#2f2a22}.tracking-roadmap__step.is-active .tracking-roadmap__dot{border-color:#2f2a22;background:#efe4bf;color:#2f2a22;box-shadow:0 0 0 6px #efe4bfbd}.tracking-roadmap.is-cancelled .tracking-roadmap__step{opacity:.5}.tracking-roadmap__cancelled{grid-column:1 / -1;margin-top:14px;padding:10px 12px;border:1px solid rgba(143,36,36,.2);border-radius:8px;background:#fff6f3;color:#8f2424;font-size:12px;font-weight:900;text-align:center}.tracking-details{display:grid;grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);gap:18px;padding:2px 0 0}.tracking-details div{display:grid;gap:5px}.tracking-details strong{min-width:0;overflow-wrap:anywhere;font-size:14px}.tracking-history{display:grid;gap:8px;padding-top:2px}.tracking-history h3{margin:0 0 4px;font-size:14px}.tracking-history div{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(47,42,34,.08);color:#2f2a22b8;font-size:14px}.tracking-history strong{flex:0 0 auto;color:#2f2a22;font-size:13px}.tracking-history p{margin:0;color:#2f2a229e;font-size:14px}.tracking-items{display:grid;gap:8px}.tracking-items h3{margin:0 0 4px;font-size:14px}.tracking-items div{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(47,42,34,.08);color:#2f2a22b8;font-size:14px}.tracking-items strong{flex:0 0 auto;color:#2f2a22}.tracking-items__total{margin-top:4px;padding-top:12px;border-top:1px solid rgba(47,42,34,.14);color:#2f2a22}.tracking-items__total span,.tracking-items__total strong{font-size:16px;font-weight:950}.tracking-empty{min-height:260px;padding:34px;display:grid;align-content:center;justify-items:start;gap:10px}.tracking-empty h2{margin:0;font-size:24px}.tracking-empty p{margin:0;max-width:420px;color:#2f2a22ad;line-height:1.55}.package-page{min-height:560px}.package-page .section-heading{margin-bottom:22px}.package-layout{width:min(720px,100%)}.package-card{width:100%}.package-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.package-summary div{min-height:74px;display:grid;align-content:center;gap:6px;padding:14px;border:1px solid rgba(47,42,34,.1);border-radius:8px;background:#faf8f1}.package-summary span{color:#2f2a2294;font-size:12px;font-weight:850;text-transform:uppercase}.package-summary strong{color:#2f2a22;font-size:28px;line-height:1}.package-recipient{display:grid;gap:14px;padding:18px;border-radius:8px;background:#3a3026;color:#fffaf0;box-shadow:0 14px 32px #2f2a222e}.package-recipient>div{display:grid;gap:5px}.package-recipient span{color:#fffaf0ad;font-size:12px;font-weight:850;text-transform:uppercase}.package-recipient strong{color:#fffaf0;font-size:15px;line-height:1.35}.package-recipient small{color:#fffaf0b8;font-size:13px;font-weight:800;line-height:1.35;word-break:break-word}.package-contact-link{color:inherit;text-decoration:none}.package-map-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.package-map-links a{min-height:48px;padding:8px 10px;border:1px solid rgba(255,250,240,.18);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fffaf01a;color:#fffaf0;font-size:12px;font-weight:900;line-height:1.1;text-decoration:none}.package-map-links__icon{width:28px;height:28px;flex:0 0 28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 5px 14px #00000029}.package-map-links__icon svg{width:22px;height:22px;display:block}.package-items p{margin:8px 0 0;color:#2f2a229e;font-size:14px}.package-back-button{width:fit-content;min-height:42px;border:0;border-radius:8px;padding:0 16px;background:#2f2a22;color:#fff8e6;font-weight:900;cursor:pointer}.tax-documents-page{min-height:620px;padding:72px clamp(18px,5vw,72px)}.tax-documents-layout{width:min(920px,100%);display:grid;grid-template-columns:minmax(280px,520px) minmax(240px,1fr);gap:22px;align-items:start}.tax-documents-card,.tax-documents-note{border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff;box-shadow:0 18px 42px #2f2a2214}.tax-documents-card{padding:24px;display:grid;gap:16px}.tax-documents-card__title{display:flex;align-items:flex-start;gap:10px;color:#2f2a22}.tax-documents-card__title svg{flex:0 0 auto;margin-top:2px;color:#7c672a}.tax-documents-card__title span{display:block;margin-bottom:3px;color:#2f2a228f;font-size:11px;font-weight:900;text-transform:uppercase}.tax-documents-card__title h2{margin:0;font-size:20px;line-height:1.2}.tax-documents-card p,.tax-documents-note p{margin:0;color:#2f2a22ad;font-size:14px;font-weight:650;line-height:1.5}.tax-documents-card label{display:grid;gap:10px;color:#2f2a22ad;font-size:12px;font-weight:850;text-transform:uppercase}.tax-documents-card input{min-height:44px;border:1px solid rgba(47,42,34,.16);border-radius:8px;padding:0 12px;background:#faf8f1;color:#2f2a22;font:inherit;font-size:14px;font-weight:850;outline:none}.tax-documents-card input:focus{border-color:#7c672a7a;box-shadow:0 0 0 3px #7c672a1f}.tax-documents-card button{min-height:44px;border:0;border-radius:8px;background:#2f2a22;color:#fff8e6;font:inherit;font-size:13px;font-weight:900;cursor:pointer}.tax-documents-card button:disabled{cursor:wait;opacity:.62}.tax-documents-note{padding:18px;display:grid;gap:8px}.tax-documents-note strong{color:#2f2a22;font-size:14px}.site-footer{background:#2f2a22;color:#fff8e6}.seo-prerender{min-height:60vh;padding:120px clamp(18px,6vw,84px) 48px;background:#f8f3ea;color:#2f2a22}.seo-prerender article,.seo-prerender section{width:min(920px,100%);display:grid;gap:16px}.seo-prerender h1{margin:0;font-size:clamp(32px,6vw,58px)}.seo-prerender p{max-width:720px;margin:0;color:#5a5144;line-height:1.65}.seo-prerender img{width:min(420px,100%);border-radius:8px}.seo-prerender a{width:fit-content;color:#2f2a22;font-weight:800}.site-footer__main{padding:34px clamp(18px,5vw,72px);display:grid;grid-template-columns:minmax(240px,360px) minmax(0,1fr);gap:42px}.site-footer__brand img{width:min(220px,80vw);filter:brightness(0) invert(1)}.site-footer__brand p{max-width:320px;margin:14px 0 0;color:#fff8e6b8;font-size:13px;line-height:1.5}.site-footer__socials{margin-top:16px;display:flex;align-items:center;gap:9px}.site-footer .site-footer__socials a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,248,230,.28);border-radius:999px;color:#fff8e6db;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.site-footer .site-footer__socials a:hover,.site-footer .site-footer__socials a:focus-visible{transform:translateY(-2px);border-color:#dcc47b;background:#dcc47b1f;color:#fff}.site-footer__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.site-footer__columns>div{display:grid;align-content:start;gap:10px}.site-footer h2{margin:0 0 4px;color:#dcc47b;font-size:11px;text-transform:uppercase}.site-footer a,.site-footer button,.site-footer span{width:fit-content;border:0;padding:0;background:transparent;color:#fff8e6c7;text-align:left;text-decoration:none;font-size:12px;font-weight:700}.site-footer button{cursor:pointer}.site-footer a:hover,.site-footer button:hover{color:#fff}.site-footer__landings{padding:0 clamp(18px,5vw,72px) 22px;display:grid;gap:12px}.site-footer__landings h2{margin:0}.site-footer__landings>div{display:flex;flex-wrap:wrap;gap:10px 18px}.site-footer__landings a{width:auto}.site-footer__brands{padding:0 clamp(18px,5vw,72px) 18px;width:min(260px,calc(100vw - 36px));display:grid;gap:8px}.site-footer__brands span{color:#fff8e694;font-size:10px;font-weight:800}.site-footer__brands>div{display:flex;align-items:center;justify-content:flex-start;gap:16px;flex-wrap:nowrap}.site-footer__brands a{width:48px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent}.site-footer__brands img{max-width:48px;max-height:24px;object-fit:contain;opacity:.84}.site-footer__brands a:hover img{opacity:1}.site-footer__bottom{padding:14px clamp(18px,5vw,72px);display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,248,230,.12)}.cookie-consent{position:fixed;right:20px;bottom:20px;z-index:4100;width:min(760px,calc(100vw - 40px));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 14px;border:1px solid rgba(44,42,36,.16);border-radius:8px;background:#fff;box-shadow:0 18px 48px #1e1b1438}.cookie-consent strong,.cookie-consent p{display:block;margin:0}.cookie-consent strong{color:#2c2a24;font-size:15px}.cookie-consent p{margin-top:3px;color:#5f5a4d;font-size:13px;line-height:1.3}.cookie-consent__actions{display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:6px}.cookie-consent button,.cookie-preferences button{min-height:36px;padding:0 12px;border:1px solid rgba(44,42,36,.18);border-radius:6px;background:#fff;color:#2c2a24;font:inherit;font-weight:700;cursor:pointer}.cookie-consent button.is-primary,.cookie-preferences button.is-primary{border-color:#b49a4a;background:#b49a4a;color:#fff}.cookie-consent button:hover,.cookie-preferences button:hover{background:#f7f3e8}.cookie-consent button.is-primary:hover,.cookie-preferences button.is-primary:hover{background:#c3ab5d}.cookie-preferences__backdrop{position:fixed;inset:0;z-index:4200;display:flex;align-items:center;justify-content:center;padding:20px;background:#15120c75}.cookie-preferences{width:min(560px,100%);overflow:hidden;border:1px solid rgba(44,42,36,.14);border-radius:8px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.cookie-preferences>header,.cookie-preferences>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}.cookie-preferences>header{border-bottom:1px solid rgba(44,42,36,.1)}.cookie-preferences>footer{justify-content:flex-end;border-top:1px solid rgba(44,42,36,.1);background:#faf8f2}.cookie-preferences h2{margin:2px 0 0;color:#2c2a24;font-size:21px}.cookie-preferences header span{color:#7c672a;font-size:12px;font-weight:800;text-transform:uppercase}.cookie-preferences button.cookie-preferences__close{width:40px;padding:0;display:inline-flex;align-items:center;justify-content:center}.cookie-preferences__body{display:grid;gap:8px;padding:12px 14px}.cookie-preferences__body label{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 12px;border:1px solid rgba(44,42,36,.12);border-radius:8px}.cookie-preferences__body label>span,.cookie-preferences__body strong,.cookie-preferences__body small{display:block}.cookie-preferences__body small{margin-top:3px;color:#6b6659}.cookie-preferences__body input{width:20px;height:20px;accent-color:#b49a4a}@media(max-width:640px){.cookie-consent{right:12px;bottom:12px;width:calc(100vw - 24px);grid-template-columns:1fr;gap:9px;padding:11px 12px}.cookie-consent__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.cookie-consent__actions button{width:100%;min-height:38px;padding:4px 6px;font-size:12px;line-height:1.15}.cookie-preferences>footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:10px 12px}.cookie-consent__actions button,.cookie-preferences>footer button{width:100%}.cookie-preferences__backdrop{padding:12px}.cookie-preferences h2{font-size:19px}.cookie-preferences__body{padding:10px 12px}.cookie-preferences__body label{min-height:52px;padding:8px 10px}.cookie-preferences__body small{font-size:12px;line-height:1.25}}@media(max-width:1320px){.topbar{padding:6px 24px;gap:16px}.topbar nav{gap:10px}.account-link span{max-width:96px}.account-layout{flex-direction:column}.account-sidebar{width:100%;flex:0 0 auto;grid-template-columns:repeat(3,minmax(0,1fr))}.account-sidebar button{justify-content:center}.account-orders__list{gap:10px;overflow:visible;border:0;border-radius:0;background:transparent}.account-orders__table-head{display:none}.account-order-card{padding:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:14px 18px;align-items:start;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff}.account-order-card__main{display:grid;grid-template-columns:minmax(0,1fr);gap:4px}.account-order-card__main,.account-order-card__total,.account-order-card__meta,.account-order-card__items,.account-order-card__actions{grid-column:auto}.account-order-card__main{grid-column:1;grid-row:1}.account-order-card__meta{grid-column:2;grid-row:1}.account-order-card__items{grid-column:1;grid-row:2 / span 2}.account-order-card__total{grid-column:2;grid-row:2}.account-order-card__actions{grid-column:2;grid-row:3}.account-order-card__main h3,.account-order-card__main small,.account-order-card__items span{white-space:normal}.account-order-card__meta,.account-order-card__items,.account-order-card__total,.account-order-card__actions{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px 12px;align-items:center}.account-order-card__meta:before,.account-order-card__items:before,.account-order-card__total:before,.account-order-card__actions:before{content:attr(data-label);color:#2f2a228a;font-size:11px;font-weight:950;text-transform:uppercase}.account-order-card__meta{grid-template-columns:92px minmax(0,1fr);justify-content:start}.account-order-card__meta span{width:fit-content;max-width:100%}.account-order-card__meta span+span{grid-column:2}.account-order-card__items span{grid-column:2}.account-order-card__items:before{grid-row:1 / span 3}.account-order-card__total{justify-self:stretch;justify-items:start}.account-order-card__actions{width:auto;display:grid;grid-template-columns:minmax(0,1fr) 44px;justify-content:stretch}.account-order-card__actions:before{display:none}.account-order-card__actions button{width:100%;min-height:38px;font-size:12px}.account-order-card__actions .account-order-card__icon-button{width:44px}}@media(max-width:980px){.product-grid,.product-detail__body,.register-grid,.checkout-entry,.checkout-layout,.account-layout,.about-section,.site-footer__main,.tax-documents-layout,.tracking-layout,.site-footer__columns{grid-template-columns:1fr}.checkout-summary-card{position:static}.topbar{align-items:center;flex-direction:row;flex-wrap:nowrap;gap:10px;padding:6px 16px}.topbar nav{gap:7px;margin-left:auto;min-width:0}.topbar button,.topbar a{font-size:12px}.topbar img{width:104px}.account-link{padding:0 8px;gap:6px}.account-link span{max-width:78px}.account-layout{flex-direction:column}.account-sidebar{width:100%;flex-basis:auto}.account-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}.account-person-fields,.account-company-fields{grid-template-columns:1fr}.account-address-book__head{flex-direction:column}.account-address-table__header{display:none}.account-address-row{grid-template-columns:1fr;align-items:start}.account-address-row__actions{justify-content:flex-start}.address-modal__grid{grid-template-columns:1fr}.featured-carousel{grid-auto-columns:calc((100% - (var(--featured-gap) * (var(--featured-visible) - 1))) / var(--featured-visible))}.featured-carousel-shell{padding:0 42px;--featured-visible: 2}.related-products__grid,.events-page__services,.tracking-details{grid-template-columns:repeat(2,minmax(0,1fr))}.tracking-roadmap{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:22px}.tracking-roadmap:before{display:none}}@media(max-width:760px)and (min-width:641px){.account-order-card{grid-template-columns:1fr;gap:12px}.account-order-card__main,.account-order-card__meta,.account-order-card__items,.account-order-card__total,.account-order-card__actions{grid-column:auto;grid-row:auto}.account-order-card__meta,.account-order-card__items,.account-order-card__total{grid-template-columns:104px minmax(0,1fr)}.topbar{padding:6px 10px;gap:8px}.topbar img{width:88px}.topbar nav{gap:4px}.topbar button,.topbar a{font-size:10.5px}.header-cart-button{min-height:32px;padding:0 8px}.header-cart-popover{display:none}.account-link{min-height:32px;padding:0 8px}.account-link span{display:none}}@media(max-width:640px){html,body{width:100%;max-width:100%;overflow-x:clip}body{background:#fbf9f2}.site-sticky-header{position:sticky;top:0;z-index:120;display:block}.site-sticky-header .topbar,.site-sticky-header .delivery-notice{position:relative;top:auto}.account-order-card{grid-template-columns:1fr;gap:12px}.account-order-card__main,.account-order-card__meta,.account-order-card__items,.account-order-card__total,.account-order-card__actions{grid-column:auto;grid-row:auto}.account-order-card__actions{grid-template-columns:minmax(0,1fr) 44px}.account-order-card__meta,.account-order-card__items,.account-order-card__total{grid-template-columns:1fr;align-items:start}.account-order-card__meta{justify-content:stretch}.account-order-card__meta span+span{grid-column:auto}.account-order-card__items span{grid-column:auto}.account-order-card__items:before{grid-row:auto}.topbar{position:sticky;width:100%;min-height:56px;padding:10px 14px;display:grid;grid-template-columns:40px minmax(0,1fr) auto auto;gap:8px;align-items:center}.topbar img{width:96px}.mobile-menu-toggle{position:relative;z-index:42;width:40px;min-height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(47,42,34,.12);border-radius:8px;background:#fff}.mobile-menu-toggle img{width:24px;height:24px}.brand-button{justify-self:start;min-width:0}.brand-button img{max-width:min(96px,100%)}.topbar nav{position:fixed;z-index:41;top:0;left:0;width:min(286px,82vw);max-width:none;height:100vh;padding:74px 0 18px;display:grid;grid-template-columns:1fr;align-content:start;gap:0;margin:0;background:#faf8f1;border-right:1px solid rgba(47,42,34,.14);box-shadow:18px 0 38px #2f2a222e;transform:translate(-104%);visibility:hidden;pointer-events:none;transition:transform .18s ease}.topbar nav.is-open{transform:translate(0);visibility:visible;pointer-events:auto}.mobile-menu-backdrop{position:fixed;inset:0;z-index:40;display:block;width:100%;min-height:100vh;padding:0;border:0;background:#2f2a2252}.topbar nav button,.topbar nav a{min-width:0;width:100%;min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:flex-start;border:0;border-top:1px solid rgba(47,42,34,.08);border-radius:0;background:#ffffff6b;font-size:13px;line-height:1.05;text-align:left;overflow-wrap:anywhere;white-space:normal;transition:background-color .14s ease,color .14s ease,padding-left .14s ease}.topbar nav button:last-child,.topbar nav a:last-child{border-bottom:1px solid rgba(47,42,34,.08)}.topbar nav .topbar__checkout-button{min-height:48px;padding:0 18px;justify-content:flex-start;border-radius:0}.topbar nav button:active,.topbar nav a:active{padding-left:24px;background:#b49a4a33;color:#2f2a22}.header-cart-button{min-height:32px;padding:0 8px;display:inline-flex;justify-self:end;background:#faf8f1f0}.account-menu{position:relative;top:auto;right:auto;z-index:42;justify-self:end}.account-link{min-height:32px;padding:0 8px;background:#faf8f1f0}.account-link span{display:none}.account-dropdown{right:0}.hero{min-height:430px;padding:32px 16px 46px}.hero__stage{padding:32px 16px 46px}.hero__image{inset:0;width:100%;height:100%}.hero__overlay{background:linear-gradient(180deg,#2f2a22bd,#2f2a228a)}.hero__content{max-width:100%}.hero__content>img{width:min(250px,78vw)}.hero h1{font-size:34px}.hero p{font-size:20px;line-height:1.24}.featured-strip,.catalog,.cart-page,.checkout-page,.register-page,.policy-page,.page-panel,.product-detail,.tracking-page,.tax-documents-page{padding:24px 14px}.section-heading h1,.section-heading h2{font-size:28px;line-height:1.08}.events-page__title-row{align-items:flex-start;gap:10px}.events-page__copy-logo{width:68px}.events-page__hero,.events-page__services{grid-template-columns:1fr}.events-page__brand{min-height:auto;padding:12px 0 4px;border-left:0;border-top:1px solid rgba(47,42,34,.12)}.events-page__preview{width:100%;max-width:420px}.events-page__actions,.events-page__visit{display:grid;grid-template-columns:1fr}.events-page__actions .checkout-button,.events-page__actions .secondary-button,.events-page__visit .checkout-button{width:100%}.policy-page__layout{grid-template-columns:1fr;gap:16px}.policy-page__nav{position:static}.featured-carousel-shell{padding:0;--featured-visible: 1}.featured-carousel{overflow-x:auto;scroll-padding-left:0}.featured-carousel__arrow{display:none}.featured-card{min-height:300px}.about-section{padding:28px 14px}.about-section__media{min-height:0}.about-section__content p{font-size:15px}.catalog-controls{align-items:stretch;gap:10px}.catalog-controls label{width:100%;min-width:0}.category-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.category-tabs button{flex:0 0 auto;font-size:12px}.product-grid{grid-template-columns:1fr;gap:14px}.product-card{box-shadow:0 12px 28px #2f2a2214}.product-card:hover{transform:none}.product-card__body{min-height:0}.product-card h2{font-size:19px}.product-actions,.related-product-card__actions{grid-template-columns:1fr}.product-detail__body{gap:18px}.product-detail__body h1{font-size:32px}.product-detail__body p{font-size:15px}.product-detail__purchase{width:100%;justify-items:stretch}.product-detail__price-table{overflow-x:auto}.product-detail__price-table-head,.product-detail__price-table-row{grid-template-columns:minmax(84px,1fr) minmax(132px,auto);gap:8px;min-width:0}.related-products{margin-top:30px}.related-products__grid{grid-template-columns:1fr}.cart-panel,.checkout-panel,.checkout-page,.register-page form,.register-grid>div,.account-panel,.auth-message{padding:14px}.cart-table{overflow:visible;border:0;background:transparent}.cart-table__header{display:none}.cart-list{gap:10px}.cart-row{min-width:0;width:100%;padding:12px;display:grid;grid-template-columns:1fr;align-items:stretch;gap:10px;border:1px solid rgba(47,42,34,.1);border-radius:8px;background:#fff}.cart-row__product{grid-template-columns:64px minmax(0,1fr)}.cart-row img{width:64px;height:56px}.cart-row__info strong,.cart-row__info small{white-space:normal}.cart-row__price,.cart-row__subtotal{grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-items:stretch}.cart-row__price:before,.cart-row__subtotal:before{color:#2f2a228f;font-size:12px;font-weight:950;text-transform:uppercase}.cart-row__price:before{content:"Precio"}.cart-row__subtotal:before{content:"Subtotal"}.cart-row__quantity,.cart-row__actions{justify-self:stretch}.cart-row__quantity{width:100%;justify-content:space-between;border-radius:8px}.cart-row__actions{display:grid;grid-template-columns:minmax(0,1fr) 44px}.cart-detail-button{width:100%;min-height:40px}.cart-summary{max-width:none;margin-left:0}.checkout-page{width:auto;max-width:none}.checkout-address-picker__row{grid-template-columns:1fr}.checkout-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.checkout-progress img{display:none}.checkout-progress button{min-height:36px;padding:0 6px;font-size:10px}.checkout-navigation,.checkout-order-details__actions{grid-template-columns:1fr}.checkout-page--confirmed .checkout-review,.checkout-purchase-details{margin-left:0;margin-right:0}.checkout-page--confirmed .checkout-review{grid-template-columns:1fr;padding:16px 16px 4px}.checkout-review>.checkout-review__bank-transfer{flex-direction:row;align-items:center}.checkout-review__copy-bank-transfer{width:40px;min-width:40px;height:40px;min-height:40px;padding:0;border-radius:8px}.checkout-review__copy-bank-transfer span{display:none}.checkout-purchase-details__head,.checkout-purchase-details__row,.checkout-purchase-details__totals{padding-left:16px;padding-right:16px}.checkout-date-picker{left:8px;right:8px}.checkout-date-picker__weekdays,.checkout-date-picker__grid{gap:4px}.checkout-choice-list .checkout-date-picker__grid button{border-radius:6px;font-size:12px}.checkout-summary-card__items>div,.totals span{gap:12px}.register-grid{gap:12px}.register-page form,.register-grid>div{max-width:none}.account-sidebar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;overflow-x:visible;padding:6px}.account-sidebar button{min-width:0;min-height:38px;padding:0 8px;font-size:12px}.account-sidebar button svg{flex:0 0 auto}.account-panel{display:grid;align-items:start;justify-content:stretch}.account-address-select{grid-template-columns:1fr}.account-address-select button{width:100%}.account-sidebar{gap:4px}.account-sidebar button{gap:5px;padding:0 5px;font-size:11px}.account-sidebar button svg{width:15px;height:15px}.site-modal-backdrop{padding:10px;align-items:end}.site-modal{width:100%;max-height:calc(100vh - 20px);padding:14px}.site-modal__head,.site-modal__actions{align-items:stretch;flex-direction:column}.site-modal__close{position:absolute;top:12px;right:12px}.site-modal__head h2{padding-right:48px;font-size:20px}.site-modal__actions button{width:100%}.cart-suggestions-modal__grid{grid-template-columns:1fr}.cart-suggestion-card{grid-template-rows:104px minmax(0,1fr)}.cart-suggestion-card .related-product-card__image{height:104px}.tracking-result__head,.tracking-history div,.tracking-items div{align-items:flex-start;flex-direction:column}.tracking-details{grid-template-columns:1fr}.package-map-links a{padding-inline:6px;font-size:11px}.package-map-links__icon{width:24px;height:24px;flex-basis:24px}.package-map-links__icon svg{width:19px;height:19px}.tracking-roadmap{grid-template-columns:1fr;gap:0;padding-left:18px}.tracking-roadmap:before{display:block;inset:18px auto 18px 37px;width:2px;height:auto}.tracking-roadmap__step{min-height:58px;grid-template-columns:38px minmax(0,1fr);justify-items:start;align-items:start;gap:12px;text-align:left}.tracking-roadmap__step strong{max-width:none;padding-top:10px}.tracking-roadmap__step small{grid-column:2;max-width:none}.tax-documents-page{min-height:auto}.tax-documents-card,.tax-documents-note,.tracking-card,.tracking-result,.tracking-empty{padding:16px}.tracking-empty{min-height:220px}.tracking-result__head h2{overflow-wrap:anywhere}.site-footer__main{gap:22px;padding:28px 14px}.site-footer__columns{gap:18px}.site-footer__brands{padding:0 14px 18px}.site-footer__landings{padding:0 14px 20px}.site-footer__bottom{padding:14px;align-items:flex-start;flex-direction:column}}.tablee-chat{position:fixed;right:22px;bottom:22px;z-index:4000;font-family:inherit}.tablee-chat__actions{display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column;gap:10px}.tablee-chat__whatsapp{min-width:56px;height:56px;flex:0 0 56px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:999px;background:#25d366;color:#fff;box-shadow:0 14px 36px #19713e47;font:inherit;font-weight:800;text-decoration:none;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.tablee-chat__whatsapp:hover{transform:translateY(-2px);background:#1ebe5d;box-shadow:0 17px 40px #19713e57}.tablee-chat__whatsapp:focus-visible{outline:3px solid rgba(180,154,74,.38);outline-offset:3px}.tablee-chat__launcher{min-width:72px;height:56px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:#24201c;color:#fff;box-shadow:0 14px 36px #221c1647;font:inherit;font-weight:800;cursor:pointer}@media(min-width:601px){.tablee-chat--stacked .tablee-chat__whatsapp,.tablee-chat--stacked .tablee-chat__launcher{width:260px}}.tablee-chat__panel{position:absolute;right:0;bottom:68px;width:min(370px,calc(100vw - 28px));height:min(560px,calc(100vh - 110px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(36,32,28,.14);border-radius:18px;background:#fff;box-shadow:0 24px 70px #221c164d}.tablee-chat--stacked .tablee-chat__panel{bottom:134px;height:min(560px,calc(100vh - 176px))}.tablee-chat__panel--sandbox header{background:#5b3a75}.tablee-chat__panel--sandbox+.tablee-chat__launcher,.sandbox-page .tablee-chat__launcher{background:#5b3a75}.tablee-chat__panel--start{height:auto}.tablee-chat__panel header{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;background:#24201c;color:#fff}.tablee-chat__panel header div{display:grid;gap:2px}.tablee-chat__panel header small{opacity:.72}.tablee-chat__panel header button{display:inline-flex;border:0;background:transparent;color:inherit;cursor:pointer}.tablee-chat__start{padding:16px 18px 18px;display:grid;gap:9px}.tablee-chat__start p{margin:0 0 2px;line-height:1.4;color:#514b45}.tablee-chat input,.tablee-chat textarea{box-sizing:border-box;width:100%;padding:10px 12px;border:1px solid #d9d4cf;border-radius:10px;background:#fff;color:#24201c;font:inherit}.tablee-chat textarea{min-height:82px;resize:vertical}.tablee-chat__start>button,.tablee-chat__composer button{border:0;border-radius:10px;background:#c7a267;color:#fff;font:inherit;font-weight:800;cursor:pointer}.tablee-chat__start>button{padding:11px 13px}.tablee-chat__thread{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:9px;background:#f6f3ef}.tablee-chat__message{max-width:78%;align-self:flex-start;display:grid;gap:4px;padding:10px 12px;border-radius:14px 14px 14px 4px;background:#fff;box-shadow:0 2px 7px #221c1612;line-height:1.4}.tablee-chat__message--visitor{align-self:flex-end;border-radius:14px 14px 4px;background:#f1dcca}.tablee-chat__message--internal{display:none}.tablee-chat__message small{justify-self:end;opacity:.52;font-size:10px}.tablee-chat__composer{padding:12px;display:grid;grid-template-columns:1fr 44px;gap:8px;border-top:1px solid #e7e2dd}.tablee-chat__composer button{display:inline-flex;align-items:center;justify-content:center}.tablee-chat__error{padding:0 14px 10px;color:#a23e31;font-size:12px}@media(max-width:600px){.tablee-chat{right:12px;bottom:12px}.tablee-chat__panel,.tablee-chat--stacked .tablee-chat__panel{position:fixed;inset:10px;width:auto;height:auto}.tablee-chat__whatsapp{min-width:56px;width:56px;padding:0}.tablee-chat__whatsapp span{display:none}.tablee-chat__launcher{min-width:56px;width:56px;padding:0}.tablee-chat__launcher span{display:none}}.campaign-landing{min-height:60vh;background:#fbf8f3;color:#241f1a}.campaign-landing--status{min-height:55vh;display:grid;place-content:center;justify-items:center;gap:12px;padding:80px 24px;text-align:center}.campaign-landing--status h1,.campaign-landing--status p{margin:0}.campaign-landing--status button{padding:12px 20px;border:0;border-radius:999px;background:#25201b;color:#fff;font:inherit;font-weight:800}.campaign-block{width:min(1180px,calc(100% - 40px));margin:0 auto}.campaign-hero{width:100%;min-height:min(680px,72vh);display:flex;align-items:center;padding:clamp(72px,10vw,130px) max(24px,calc((100vw - 1180px)/2));box-sizing:border-box;background:linear-gradient(135deg,#30271f,#806348);background-position:center;background-size:cover;color:#fff}.campaign-hero>div{width:min(640px,100%);display:grid;gap:18px}.campaign-hero.is-center{justify-content:center;text-align:center}.campaign-hero.is-center>div{justify-items:center}.campaign-hero span,.campaign-text>span,.campaign-products>header>span{color:#bf925e;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.campaign-hero span{color:#fff}.campaign-hero h1{max-width:15ch;margin:0;font-family:inherit;font-weight:900;letter-spacing:-.04em;font-size:clamp(42px,7vw,84px);line-height:1}.campaign-hero p,.campaign-text p,.campaign-products>header p{margin:0;white-space:pre-line;line-height:1.65}.campaign-hero p{max-width:58ch;color:#ffffffdb;font-size:clamp(17px,2vw,21px)}.campaign-hero>div>div,.campaign-button-row,.campaign-links>div{display:flex;flex-wrap:wrap;gap:10px}.campaign-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 21px;border:1px solid #25201b;border-radius:999px;text-decoration:none;font-weight:900}.campaign-button.is-primary{background:#25201b;color:#fff}.campaign-hero .campaign-button.is-primary{border-color:#fff;background:#fff;color:#25201b}.campaign-button.is-secondary{background:transparent;color:inherit}.campaign-hero .campaign-button.is-secondary{border-color:#ffffffb3}.campaign-text,.campaign-products,.campaign-links,.campaign-button-row{padding:clamp(48px,7vw,88px) 0}.campaign-text{display:grid;gap:12px}.campaign-text.is-center,.campaign-products>header{justify-items:center;text-align:center}.campaign-text h2,.campaign-products h2,.campaign-links h2{margin:0;font-family:inherit;font-weight:900;letter-spacing:-.03em;font-size:clamp(30px,5vw,52px)}.campaign-image{padding:clamp(28px,5vw,64px) 0}.campaign-image img{display:block;width:100%;max-height:720px;object-fit:cover;border-radius:24px}.campaign-image.is-center img{margin:0 auto}.campaign-image figcaption{margin-top:10px;color:#6f665e;text-align:center}.campaign-button-row.is-center,.campaign-links.is-center,.campaign-links.is-center>div{justify-content:center;text-align:center}.campaign-links{display:grid;gap:20px}.campaign-link{color:#6e4d2e;font-weight:800}.campaign-products{scroll-margin-top:100px}.campaign-products>header{max-width:760px;display:grid;gap:10px;margin:0 auto 34px}.campaign-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.campaign-product-card{min-width:0;overflow:hidden;border:1px solid #e7ded4;border-radius:22px;background:#fff;box-shadow:0 14px 36px #372a1f14}.campaign-product-card__image{width:100%;aspect-ratio:4 / 3;display:block;padding:0;border:0;background:#eee7df;cursor:pointer}.campaign-product-card__image img{width:100%;height:100%;display:block;object-fit:cover}.campaign-product-card>div{display:grid;gap:9px;padding:20px}.campaign-product-card>div>span{color:#9a7048;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.campaign-product-card h3,.campaign-product-card p{margin:0}.campaign-product-card h3{font-family:Georgia,Times New Roman,serif;font-size:23px}.campaign-product-card__unit,.campaign-product-card__description{color:#6d655e;line-height:1.5}.campaign-product-card__description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.campaign-product-card>div>strong{font-size:21px}.campaign-product-card__actions{display:flex;gap:8px;margin-top:6px}.campaign-product-card__actions button{min-height:42px;flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 12px;border:1px solid #25201b;border-radius:999px;background:#25201b;color:#fff;font:inherit;font-weight:800;cursor:pointer}.campaign-product-card__actions button.is-secondary{background:transparent;color:#25201b}@media(max-width:840px){.campaign-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.campaign-block{width:min(100% - 24px,1180px)}.campaign-hero{width:100%;min-height:0;padding:34px 20px 38px;background-position:center}.campaign-hero>div{gap:13px}.campaign-hero h1{font-size:36px;line-height:.98}.campaign-hero p{font-size:16px;line-height:1.5}.campaign-hero>div>div{gap:8px}.campaign-hero .campaign-button{min-height:42px;padding-inline:18px}.campaign-product-grid{grid-template-columns:1fr}}.tablee-chat__availability{display:block;padding:9px 11px;border-radius:9px;background:#f4ede4;color:#765b3f;line-height:1.35}.tablee-chat__availability.is-open{background:#e3f1e8;color:#335f45}.tablee-chat__context{display:grid;gap:2px;padding:10px 11px;border-left:3px solid #c7a267;border-radius:7px;background:#faf7f2}.tablee-chat__context strong{color:#8d7048;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.tablee-chat__message img{display:block;width:min(250px,100%);max-height:240px;object-fit:cover;border-radius:10px}.tablee-chat__conversation-state{padding:7px 12px;border-top:1px solid #e7e2dd;background:#fcfaf7;color:#6f665d;font-size:11px;text-align:center}.tablee-chat__loading{margin:auto;color:#766e66;font-size:12px}.tablee-chat__composer{grid-template-columns:minmax(0,1fr) 42px 44px}.tablee-chat__composer button.is-image{border:1px solid #d5cec6;background:#fff;color:#594f46}.tablee-chat__error{display:block}.sandbox-page{min-height:70vh;padding:clamp(42px,7vw,92px) max(20px,calc((100vw - 1160px)/2));background:radial-gradient(circle at 15% 10%,rgba(199,162,103,.18),transparent 32%),linear-gradient(145deg,#f8f4ee,#f2edf5);color:#24201c}.sandbox-shell{display:grid;gap:24px}.sandbox-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid rgba(36,32,28,.14)}.sandbox-header h1,.sandbox-gate h1{margin:6px 0 8px;font-size:clamp(34px,5vw,60px);line-height:1}.sandbox-header p,.sandbox-gate p{max-width:680px;margin:0;color:#6b625a;line-height:1.6}.sandbox-eyebrow{color:#7a588f;font-size:12px;font-weight:900;letter-spacing:.14em}.sandbox-actions{display:flex;gap:10px;flex-wrap:wrap}.sandbox-actions button,.sandbox-gate button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border:0;border-radius:12px;background:#5b3a75;color:#fff;font:inherit;font-weight:850;cursor:pointer}.sandbox-actions button.is-secondary{background:#24201c}.sandbox-actions button.is-quiet{background:transparent;color:#5b3a75;border:1px solid rgba(91,58,117,.25)}.sandbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sandbox-grid article,.sandbox-test-area,.sandbox-gate{border:1px solid rgba(36,32,28,.11);border-radius:22px;background:#ffffffd1;box-shadow:0 18px 50px #352a3d14}.sandbox-grid article{padding:24px}.sandbox-grid article svg{color:#7a588f}.sandbox-grid h2{margin:12px 0 7px;font-size:18px}.sandbox-grid p,.sandbox-test-area p{margin:0;color:#6b625a;line-height:1.55}.sandbox-test-area{display:grid;gap:10px;padding:24px}.sandbox-test-area>div{display:flex;justify-content:space-between;gap:16px}.sandbox-test-area span{color:#7a588f;font-size:13px;font-weight:800}.sandbox-gate{width:min(620px,100%);margin:0 auto;padding:clamp(28px,6vw,54px);text-align:center}.sandbox-gate button{margin-top:24px}.sandbox-icon{width:58px;height:58px;margin:0 auto 18px;display:grid;place-items:center;border-radius:18px;background:#eee4f3;color:#5b3a75}.sandbox-error{padding:11px 14px;border-radius:10px;background:#fff0ed;color:#9b3e31!important}.sandbox-spin{animation:sandbox-spin 1s linear infinite;color:#5b3a75}@keyframes sandbox-spin{to{transform:rotate(360deg)}}@media(max-width:720px){.sandbox-header{align-items:flex-start;flex-direction:column}.sandbox-grid{grid-template-columns:1fr}.sandbox-test-area>div{flex-direction:column;gap:4px}}@media(max-width:600px){.tablee-chat__panel{inset:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom));border-radius:16px}.tablee-chat__launcher{margin-bottom:env(safe-area-inset-bottom)}.tablee-chat__start{overflow-y:auto}}.free-shipping-progress{display:block;color:#7b4d2a;font-size:.82rem;font-weight:700;line-height:1.35}.cart-summary>.free-shipping-progress{margin:-.25rem 0 .15rem;text-align:right}.checkout-choice-option .free-shipping-progress{color:#8a5a36;margin-top:.25rem}
