:root{--background:#ffffff;--surface:#ffffff;--surface-soft:#fff1e6;--surface-muted:#f8ede3;--font-sans:"Lexend","Helvetica Neue",Arial,sans-serif;--primary:#7c3a1d;--primary-dark:#5b2c1d;--accent:#ef7d57;--accent-soft:#fcd9ca;--text:#2b211c;--text-soft:#6e5b4e;--border:rgba(124,58,29,0.12);--shadow:0 20px 50px rgba(124,58,29,0.08);--radius-lg:28px;--radius-md:20px;--radius-sm:14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--text);font-family:var(--font-sans)}.app-shell{min-height:100vh}.app-main{min-height:calc(100vh - 84px)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}.container{width:100%;max-width:none;margin:0 auto;padding:0 104px}.section-space{padding:56px 0}.section-title{display:grid;gap:10px;margin-bottom:24px}.section-head,.section-nav{display:flex;align-items:center}.section-head{justify-content:space-between;gap:20px}.section-nav{gap:10px;margin-bottom:24px}.section-title h1,.section-title h2,.section-title h3,.section-title p{margin:0}.section-title h1,.section-title h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1}.chat-bubble p,.contact-card p,.hero-panel p,.info-card p,.offer-card p,.product-card p,.prose-shell p,.section-title p{color:var(--text-soft);line-height:1.7}.eyebrow{display:inline-flex;width:fit-content;padding:8px 14px;border-radius:999px;background:rgba(239,125,87,.12);color:var(--primary);font-size:.9rem;font-weight:600}.chip-button,.filter-pill,.ghost-button,.icon-button,.primary-button,.secondary-button,.slot-chip{border:0;transition:transform .2s ease,background .2s ease,color .2s ease}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:fit-content;padding:14px 20px;border-radius:999px;font-weight:600}.primary-button{background:var(--primary);color:#fff}.primary-button--soft{background:#fff4ea;border:1px solid rgba(124,58,29,.12);color:var(--primary)}.chip-button:hover,.filter-pill:hover,.icon-button:hover,.primary-button:hover,.secondary-button:hover,.slot-chip:hover{transform:translateY(-1px)}.primary-button--disabled{pointer-events:none;opacity:.5}.chip-button,.filter-pill,.ghost-button,.icon-button,.secondary-button,.slot-chip{background:var(--surface);border:1px solid var(--border);color:var(--primary)}.ghost-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%}.icon-button--filled{background:var(--primary);color:#fff}.pill{display:inline-flex;align-items:center;width:fit-content;padding:7px 12px;border-radius:999px;background:rgba(124,58,29,.08);color:var(--primary);font-size:.82rem;font-weight:600;line-height:1}.pill--accent{background:rgba(239,125,87,.14)}.chat-products,.chip-row,.hero-actions,.hero-controls,.slot-grid{display:flex;flex-wrap:wrap;gap:10px}.chip,.chip-button,.filter-pill,.slot-chip{border-radius:999px;padding:9px 14px;font-size:.9rem}.chip-button,.filter-pill,.slot-chip{width:fit-content}.filter-pill--active,.slot-chip--active{background:var(--primary);color:#fff}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(255,255,255,.96);border-bottom:1px solid var(--border)}.desktop-nav,.header-actions,.header-branding,.header-simple{display:flex;align-items:center}.header-simple{justify-content:space-between;gap:20px;min-height:84px}.header-branding{gap:14px;min-width:0}.brand-mark{display:inline-flex;align-items:center;gap:14px}.brand-mark small,.brand-mark strong{display:block}.brand-mark small{color:var(--text-soft)}.brand-mark__logo{display:grid;place-items:center;position:relative;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--primary)}.brand-mark__logo-line{width:18px;height:2px;border-radius:999px;background:#fff;transform:translateY(6px)}.brand-mark__logo-dot{position:absolute;top:11px;left:16px;width:8px;height:8px;border-radius:50%;background:#fff}.desktop-nav,.header-actions{gap:10px}.mobile-nav__link,.nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;color:var(--text-soft);font-weight:500;background:transparent;border:1px solid transparent}.mobile-nav__link--active,.nav-link--active{color:var(--primary);background:#fff4ea;border-color:rgba(124,58,29,.1)}.header-action-simple{display:inline-flex;align-items:center;justify-content:center;position:relative;gap:8px;min-width:44px;height:44px;padding:0 12px;border-radius:999px;background:#fffaf5;border:1px solid rgba(124,58,29,.1);color:var(--primary)}.header-action-simple span{font-size:.9rem;font-weight:600}.header-action-simple--primary{background:var(--primary);color:#fff}.mobile-cart-badge{display:none}.header-search{display:inline-flex;align-items:center;gap:10px;width:240px;height:44px;padding:0 14px;border-radius:999px;background:#fffaf5;border:1px solid rgba(124,58,29,.1);color:var(--text-soft)}.header-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}.header-search input::placeholder{color:var(--text-soft)}.mobile-bottom-nav,.mobile-only,.mobile-utility-row{display:none}.mobile-nav{border-top:1px solid var(--border);background:var(--surface)}.mobile-nav__inner{display:grid;gap:14px;padding:14px 0 18px}.mobile-utility-row{align-items:center;gap:12px;padding-top:14px}.mobile-page-search{display:inline-flex;align-items:center;gap:10px;flex:1 1;height:46px;padding:0 14px;border-radius:999px;background:#fffaf5;border:1px solid rgba(124,58,29,.1);color:var(--text-soft)}.mobile-page-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}.mobile-page-search input::placeholder{color:var(--text-soft)}.mobile-filter-button{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;border:1px solid rgba(124,58,29,.1);background:#fffaf5;color:var(--primary)}.mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:28;grid-template-columns:repeat(5,minmax(0,1fr));padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(124,58,29,.08);background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 -10px 24px rgba(124,58,29,.08)}.mobile-bottom-nav__link{display:grid;justify-items:center;gap:6px;padding:8px 4px;color:var(--text-soft);font-size:.72rem;font-weight:600}.mobile-bottom-nav__link--active{color:var(--primary)}.hero-shell{padding:52px 0 32px}.cart-card,.chatbot-panel,.checkout-form,.contact-card,.hero-slide,.info-card,.offer-card,.order-card,.product-card,.sidebar-card,.success-card,.summary-card,.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.hero-slide{padding:40px;background-color:#fff7f0;background-size:cover;background-position:100%;background-repeat:no-repeat}.hero-slide__content{display:grid;gap:14px}.hero-slide__label{font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.hero-pill{display:inline-flex;width:fit-content;padding:8px 14px;border-radius:999px;background:rgba(124,58,29,.08);color:var(--primary);font-size:.88rem;font-weight:600}.hero-slide h1{margin:0;font-size:clamp(2.5rem,5vw,4rem);line-height:1.05}.hero-controls__nav{display:flex;align-items:center;gap:10px}.hero-slide__visual{display:grid;align-content:center;gap:18px;justify-items:center}.hero-slide__image{position:relative;width:min(100%,320px);aspect-ratio:1/1;overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#fff1e6,#fff)}.hero-controls--simple{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px}.hero-dots{display:flex;gap:8px}.hero-dot{width:10px;height:10px;border-radius:999px;border:0;background:rgba(124,58,29,.16)}.hero-dot--active{width:28px;background:var(--primary)}.category-row,.feature-grid,.offer-grid,.orders-grid,.product-grid{display:grid;gap:20px}.category-row{grid-template-columns:repeat(5,minmax(0,1fr));overflow-x:auto}.category-card{min-width:200px;padding:22px;background:linear-gradient(180deg,#fffdfa,#fff4ea);border:1px solid rgba(124,58,29,.1);border-radius:28px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 22px 40px rgba(124,58,29,.1);border-color:rgba(124,58,29,.18)}.category-card__content,.category-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.category-card__content{display:grid;gap:10px;margin-top:18px}.category-card__content span,.category-card__content strong{display:block}.category-card__content strong{font-size:1.05rem}.category-card__content span{color:var(--text-soft);font-size:.94rem;line-height:1.6}.category-card__image{position:relative;flex-shrink:0;width:76px;height:76px;border-radius:22px;overflow:hidden;background:#fff;border:1px solid rgba(124,58,29,.08)}.category-card__image-file{display:block;width:100%;height:100%;object-fit:cover}.category-card__link{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-size:.9rem;font-weight:600}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.product-grid--slider{grid-auto-flow:column;grid-auto-columns:calc((100% - 80px) / 5);grid-template-columns:none;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity}.product-grid--slider::-webkit-scrollbar{display:none}.product-grid--slider .product-card{scroll-snap-align:start}.product-card{overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card--interactive{cursor:pointer}.product-card:hover{transform:translateY(-2px);box-shadow:0 24px 44px rgba(124,58,29,.1);border-color:rgba(124,58,29,.16)}.offer-card__media,.product-card__image{position:relative;min-height:230px;background:linear-gradient(180deg,#fff5eb,#fff)}.product-card__image-file{display:block;width:100%;height:100%;object-fit:cover}.product-card__image .pill{position:absolute;top:16px;left:16px;z-index:1}.wishlist-toggle{position:absolute;top:16px;right:16px;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(124,58,29,.12);border-radius:50%;background:rgba(255,255,255,.92);color:var(--primary)}.wishlist-toggle--active{background:#fff1e6;color:#d9485f}.offer-card,.product-card__body{padding:20px}.product-card__body{display:grid;gap:14px;padding:18px 20px 20px}.order-card__head,.product-card__topline,.product-meta,.shop-results__head,.summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.contact-card h3,.info-card h3,.offer-card h3,.order-card strong,.product-card h3,.prose-shell h1,.success-card h1,.summary-card h3{margin:0 0 10px}.product-card__title{margin:0;font-size:1.2rem;line-height:1.3}.product-card__description{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-soft);line-height:1.7}.rating{display:inline-flex;align-items:center;gap:6px;color:#f59e0b}.order-card strong,.product-meta strong,.success-card strong,.summary-row strong{font-size:1.1rem}.product-meta span{display:block;color:var(--text-soft);text-decoration:line-through}.product-card__chips,.product-card__footer,.product-card__price{display:flex;align-items:center}.product-card__chips,.product-card__footer{justify-content:space-between;gap:12px}.product-card__price{gap:10px}.product-card__price strong{font-size:1.35rem;line-height:1}.product-card__price span{color:var(--text-soft);text-decoration:line-through}.rating-pill{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(245,158,11,.12);color:#d97706;font-size:.86rem;font-weight:600}.product-card__meta-list{display:flex;flex-wrap:wrap;gap:8px}.meta-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#fff7ed;color:var(--text-soft);font-size:.86rem;font-weight:500}.meta-pill--subtle{background:#fff;border:1px solid rgba(124,58,29,.08);color:var(--primary)}.product-card__cart-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border:0;border-radius:999px;background:var(--primary);color:#fff;font-weight:600}.product-card__cart-button--added{background:#fff4ea;color:var(--primary);border:1px solid rgba(124,58,29,.12)}.order-card__head span,.product-card small,.product-card__topline span:first-child,.slots-preview,.status-text,.summary-note{color:var(--text-soft)}.cart-layout,.checkout-layout,.contact-layout,.faq-contact__grid,.shop-layout,.wishlist-layout{display:grid;gap:24px}.shop-layout{grid-template-columns:300px minmax(0,1fr);align-items:start}.shop-sidebar{display:grid;gap:16px;position:sticky;top:112px}.sidebar-card{padding:20px;background:linear-gradient(180deg,#fffdfa,#fff7f0)}.sidebar-card--filters-wrap{display:grid;gap:18px}.filter-group{display:grid;gap:12px;padding-top:18px;border-top:1px solid rgba(124,58,29,.08)}.filter-group:first-of-type{padding-top:0;border-top:0}.sidebar-card h3{margin:0}.pagination,.pagination__pages,.sidebar-card__head{display:flex;align-items:center}.sidebar-card__head{justify-content:space-between;gap:12px;margin-bottom:14px}.sidebar-card__head span{color:var(--text-soft);font-size:.9rem}.sidebar-label{display:inline-flex;margin-bottom:10px;color:var(--text-soft);font-size:.88rem;font-weight:600}.filter-stack{display:flex;flex-wrap:wrap;gap:10px}.category-select{display:block}.custom-select{position:relative}.checkout-form select,.contact-form select,.custom-select__trigger,.mobile-filter-form select{width:100%;min-height:52px;padding:0 48px 0 18px;border-radius:999px;border:1px solid #f2d8d0;background-color:#fff5f1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.25 7.5L9 11.25L12.75 7.5' stroke='%234a2311' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:18px 18px;box-shadow:0 10px 24px rgba(124,58,29,.06);color:#4a2311;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:18px;cursor:pointer;background-image:none}.custom-select__trigger span{color:#4a2311}.custom-select__icon{flex-shrink:0;color:#4a2311;transition:transform .2s ease}.custom-select--open .custom-select__icon{transform:rotate(180deg)}.custom-select--disabled .custom-select__trigger{cursor:not-allowed;opacity:.65}.checkout-form select:focus,.contact-form select:focus,.custom-select__trigger:focus,.mobile-filter-form select:focus{outline:none;border-color:rgba(124,58,29,.32);box-shadow:0 0 0 4px rgba(239,125,87,.16),0 10px 24px rgba(124,58,29,.08)}.custom-select__menu{position:absolute;top:calc(100% + 10px);left:0;right:0;display:grid;gap:6px;max-height:320px;padding:10px;overflow-y:auto;border:1px solid #f2d8d0;border-radius:20px;background:#ffffff;box-shadow:0 22px 46px rgba(124,58,29,.14);z-index:12;scrollbar-width:thin;scrollbar-color:#b8b8b8 #f3f3f3}.custom-select__menu::-webkit-scrollbar{width:10px}.custom-select__menu::-webkit-scrollbar-track{background:#f3f3f3;border-radius:999px}.custom-select__menu::-webkit-scrollbar-thumb{border:2px solid #f3f3f3;border-radius:999px;background:#b8b8b8}.custom-select__option{display:flex;align-items:center;width:100%;min-height:44px;padding:0 14px;border:0;border-radius:12px;background:transparent;color:#4a2311;text-align:left;transition:background-color .2s ease,color .2s ease}.custom-select__option--active,.custom-select__option:hover{background:#fdece5;color:#4a2311}.custom-select__option--active{font-weight:600}.checkout-form select,.checkout-form select option,.contact-form select,.contact-form select option,.mobile-filter-form select,.mobile-filter-form select option{color:#4a2311;background:#fff5f1}.checkout-form select,.contact-form select,.mobile-filter-form select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.sidebar-clear{border:0;background:transparent;color:var(--primary);font-size:.9rem;font-weight:600}.shop-results__subtext{margin:0;color:var(--text-soft)}.search-field{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:999px;background:var(--surface-soft);color:var(--text-soft)}.search-field input{width:100%;border:0;outline:0;background:transparent}.price-slider{display:grid;gap:12px}.price-slider input[type=range]{width:100%;accent-color:var(--primary)}.price-slider__labels{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-soft);font-size:.88rem}.shop-results__links{display:inline-flex;align-items:center;gap:14px}.pagination{justify-content:space-between;gap:16px;margin-top:24px}.pagination__pages{flex-wrap:wrap;justify-content:center;gap:10px}.pagination-button,.pagination-page{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid rgba(124,58,29,.12);border-radius:999px;background:#fff;color:var(--primary);font-weight:600}.pagination-button:disabled{opacity:.45;cursor:not-allowed}.pagination-page{min-width:42px;padding:0 12px}.pagination-page--active{background:var(--primary);color:#fff;border-color:var(--primary)}.warm-band{background:#ffffff}.offer-box,.offer-box__bottom,.offer-box__top,.offer-section__head{display:flex;align-items:center}.offer-section__head{justify-content:space-between;gap:20px}.offer-section__count{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:999px;background:#fff4ea;color:var(--primary);font-size:.9rem;font-weight:600}.offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-card__coupon{display:grid;gap:4px}.offer-card__coupon small{text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.offer-card__code{display:inline-flex;width:fit-content;min-height:38px;align-items:center;padding:0 12px;border-radius:999px;background:#fff1e6;letter-spacing:.04em}.offer-box{gap:18px;align-items:stretch;padding:22px;border:1px solid rgba(124,58,29,.12);border-radius:28px;background:linear-gradient(180deg,#fffdfa,#fff7f0);box-shadow:0 18px 34px rgba(124,58,29,.06)}.offer-box__icon{position:relative;display:block;flex-shrink:0;width:120px;height:120px;border-radius:24px;overflow:hidden}.offer-box__icon--1{background:linear-gradient(180deg,#fff0e2,#fff9f4)}.offer-box__icon--2{background:linear-gradient(180deg,#fff4ea,#fffaf5)}.offer-box__icon--3{background:linear-gradient(180deg,#fff6ed,#fffdf8)}.offer-box__icon--4{background:linear-gradient(180deg,#fff1e6,#fffaf4)}.offer-box__image{position:absolute;inset:0;width:100%;height:100%}.offer-box__image img{object-fit:cover}.offer-box__content,.offer-card__text{display:grid}.offer-box__content{flex:1 1;gap:14px}.offer-card__text{gap:8px}.offer-box__bottom,.offer-box__top{justify-content:space-between;gap:14px}.offer-box__top{align-items:flex-start}.offer-box__content h3,.offer-box__content p{margin:0}.offer-box__content h3{font-size:1.22rem;line-height:1.3}.offer-box__content p,.offer-box__timeline{color:var(--text-soft)}.offer-box__content p{line-height:1.7}.offer-box__timeline{font-size:.88rem;font-weight:600}.offer-box__link{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:999px;background:rgba(124,58,29,.08);color:var(--primary);font-weight:600}.testimonial-wrap{display:grid;gap:24px}.testimonial-card__footer,.testimonial-card__quote,.testimonial-head,.testimonial-nav{display:flex;align-items:center}.testimonial-card__footer,.testimonial-card__quote,.testimonial-head{justify-content:space-between;gap:20px}.testimonial-nav{gap:10px}.testimonial-count{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;background:#fff4ea;color:var(--primary);font-size:.9rem;font-weight:600}.testimonial-card{padding:32px;background:linear-gradient(180deg,#fffdfa,#fff7f0)}.testimonial-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:rgba(124,58,29,.08);color:var(--primary)}.testimonial-card blockquote{margin:18px 0 22px;font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.6}.testimonial-rating{color:#f59e0b}.testimonial-card__footer span,.testimonial-card__footer strong{display:block}.testimonial-card__footer span{margin-top:6px;color:var(--text-soft)}.faq-contact__grid{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}.faq-head,.faq-item summary,.faq-surface{display:flex}.faq-surface{display:grid;gap:24px;padding:28px;border:1px solid rgba(124,58,29,.1);border-radius:32px;background:linear-gradient(180deg,#fffdfa,#fff7f0);box-shadow:var(--shadow)}.faq-head{align-items:flex-start;justify-content:space-between;gap:20px}.faq-count{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:999px;background:#fff4ea;color:var(--primary);font-size:.9rem;font-weight:600}.faq-list{display:grid;gap:14px}.faq-item{padding:0;border-radius:22px;background:#fff;border:1px solid rgba(124,58,29,.08);overflow:hidden}.faq-item summary{align-items:center;gap:14px;padding:18px 20px;font-weight:600;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item__index{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;border-radius:14px;background:rgba(124,58,29,.08);color:var(--primary);font-size:.86rem;font-weight:700}.faq-item__question{flex:1 1}.faq-item__toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid rgba(124,58,29,.1);color:var(--primary);font-size:1.1rem;line-height:1}.faq-item[open] .faq-item__toggle{transform:rotate(45deg)}.faq-item p{margin:0;padding:0 20px 20px 76px;color:var(--text-soft);line-height:1.7}.support-card,.support-list{display:grid}.support-card{gap:18px;align-content:start;padding:28px;border:1px solid rgba(124,58,29,.1);border-radius:32px;background:#fff;box-shadow:var(--shadow)}.support-card h3,.support-card p,.support-row span,.support-row strong{margin:0}.support-card p,.support-row span{color:var(--text-soft);line-height:1.7}.support-list{gap:12px}.support-row{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:20px;background:#fff7f0}.support-row span,.support-row strong{display:block}.support-row strong{margin-bottom:4px}.support-tags{display:flex;flex-wrap:wrap;gap:8px}.contact-list,.footer-list{display:grid;gap:10px;padding:0;margin:16px 0 0;list-style:none;color:var(--text-soft)}.site-footer{margin-top:28px;padding:48px 0 28px;background:linear-gradient(180deg,#24130f,#1b0f0c);color:#f8efe9;border-top:1px solid rgba(255,255,255,.08)}.footer-shell{display:grid;gap:20px;padding:24px 44px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02))}.footer-brand,.footer-top{display:flex;align-items:center}.footer-top{justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.footer-brand{gap:14px}.footer-brand__mark{position:relative;display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border-radius:16px;background:rgba(255,255,255,.08)}.footer-brand__dot{position:absolute;top:11px;left:18px;width:8px;height:8px;border-radius:50%;background:#fff}.footer-brand__line{width:18px;height:2px;border-radius:999px;background:#fff;transform:translateY(6px)}.footer-brand h3{margin:0;font-size:clamp(1.15rem,1.6vw,1.45rem);line-height:1.2}.footer-brand p{margin:6px 0 0;color:rgba(248,239,233,.72)}.footer-column{display:grid;gap:12px}.footer-column h4{margin:0}.footer-list a,.footer-list li{color:rgba(248,239,233,.72)}.footer-list a:hover{color:#fff}.footer-cta{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);color:rgba(248,239,233,.72);font-size:.92rem}.narrow-shell,.prose-shell{display:grid;gap:18px}.narrow-shell{max-width:720px}.about-cta,.about-hero,.about-hero__content,.about-hero__panel,.about-page,.about-section,.about-story-card,.about-values{display:grid;gap:20px}.about-page{gap:28px}.contact-cta,.contact-hero,.contact-hero__content,.contact-hero__panel,.contact-info-card,.contact-info-grid,.contact-page,.contact-sidebar,.contact-support-card,.contact-support-list,.wishlist-empty-card,.wishlist-hero,.wishlist-hero__content,.wishlist-hero__panel,.wishlist-page,.wishlist-summary__actions{display:grid;gap:20px}.contact-page{gap:32px}.about-hero,.about-section--split,.contact-hero,.wishlist-hero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch;gap:22px}.about-hero,.contact-hero{grid-template-columns:1fr}.about-cta,.about-hero__content,.about-hero__panel,.about-story-card,.about-value-card,.contact-hero__content,.contact-hero__panel,.contact-info-card,.contact-support-card,.wishlist-empty-card,.wishlist-hero__content,.wishlist-hero__panel{padding:30px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.about-hero__content{background:radial-gradient(circle at top right,rgba(239,125,87,.16),transparent 34%),linear-gradient(180deg,#fffdfa,#fff7f0)}.about-hero__content h1{font-size:clamp(2.4rem,4.2vw,3.6rem)}.about-hero__content p{margin:0}.wishlist-hero__content{background:radial-gradient(circle at top right,rgba(239,125,87,.16),transparent 32%),linear-gradient(180deg,#fffdfa,#fff7ef)}.contact-hero__content{gap:16px;background:radial-gradient(circle at top right,rgba(124,58,29,.12),transparent 36%),linear-gradient(180deg,#fffdfa,#fff8f3)}.contact-hero__content h1{font-size:clamp(2.2rem,4vw,3.4rem);margin:0;line-height:1.05}.contact-hero__content p{margin:0}.about-hero__panel,.wishlist-hero__panel{align-content:start;gap:16px}.about-hero__panel .pill,.wishlist-hero__panel .pill{align-self:start}.about-cta h2,.about-hero__content h1,.about-hero__panel h2,.about-section h2,.contact-hero__panel h2,.wishlist-hero__panel h2{margin:0}.contact-hero__panel{align-content:start;gap:16px}.contact-hero__panel .pill{align-self:start}.contact-hours-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contact-hours-card{display:grid;gap:4px;padding:16px;border-radius:20px;background:var(--surface-soft)}.contact-hours-card strong{color:var(--primary)}.wishlist-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.wishlist-stat{display:grid;gap:4px;padding:16px;border-radius:20px;background:var(--surface-soft)}.wishlist-stat strong{font-size:1.35rem;color:var(--primary)}.wishlist-list{display:grid;gap:10px;margin:0;padding-left:20px;color:var(--text-soft);line-height:1.7}.about-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.about-stat{display:grid;gap:4px;padding:16px;border-radius:20px;background:var(--surface-soft)}.about-stat strong{font-size:1.4rem;color:var(--primary)}.about-cta p,.about-list,.about-stat span,.about-story-card p{color:var(--text-soft)}.about-list{display:grid;gap:10px;margin:0;padding-left:20px;line-height:1.7}.about-story-grid{display:grid;gap:20px}.about-story-grid,.contact-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-info-card,.contact-support-card{background:linear-gradient(180deg,#fffdfb,#fff7f0)}.contact-info-card h3,.contact-info-card p,.contact-info-card strong,.contact-support-card h2{margin:0}.contact-info-card strong{color:var(--primary)}.contact-support-list{gap:12px}.contact-support-item{padding:14px 16px;border-radius:18px;background:rgba(124,58,29,.06);color:var(--text);line-height:1.6}.about-story-card,.about-value-card{background:linear-gradient(180deg,#fffdfb,#fff7f0)}.about-cta p,.about-story-card h3,.about-value-card h3{margin:0}.about-values{grid-template-columns:repeat(2,minmax(0,1fr))}.about-value-card{display:grid;align-items:center;min-height:120px;padding:24px}.about-cta{grid-template-columns:minmax(0,1fr) auto;align-items:center}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-copy,.product-detail-highlights,.product-detail-page,.product-detail-section,.review-grid{display:grid;gap:24px}.product-detail-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.product-detail-media{position:relative;min-height:440px;overflow:hidden;border-radius:calc(var(--radius-lg) - 8px);background:#fff7f0}.product-detail-image-file{display:block;width:100%;height:100%;object-fit:cover}.product-detail-copy{align-content:start}.product-detail-copy h1,.product-detail-slots strong,.review-card__header strong{margin:0}.product-detail-copy>p,.product-detail-stock,.review-card__header span{color:var(--text-soft)}.product-detail-copy>p{margin:0;line-height:1.7}.product-detail-actions,.product-detail-inline,.product-detail-price,.review-card__header{display:flex;align-items:center;gap:12px}.product-detail-price{flex-wrap:wrap}.product-detail-price strong{font-size:2rem;line-height:1}.product-detail-price span{color:var(--text-soft);text-decoration:line-through}.product-detail-price small{color:#b45309;font-weight:600}.product-detail-stock--muted{color:#b45309}.product-detail-meta,.product-detail-slot-list{display:flex;flex-wrap:wrap;gap:10px}.product-detail-slots{display:grid;gap:14px}.product-detail-actions{flex-wrap:wrap}.product-detail-highlights,.review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-card__header{justify-content:space-between}.review-card__header>div{display:grid;gap:4px}.profile-card,.profile-card__hero,.profile-menu,.profile-page{display:grid;gap:18px}.info-card,.success-card{padding:28px}.profile-card,.profile-menu__item{padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.profile-card__hero{grid-template-columns:auto minmax(0,1fr);align-items:center}.profile-avatar{position:relative;display:grid;place-items:center;width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#7c3a1d,#ef7d57);color:#fff;font-size:1.7rem;font-weight:700}.profile-avatar__edit{position:absolute;right:-2px;bottom:-2px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(124,58,29,.12);border-radius:50%;background:#fff;color:var(--primary)}.profile-card h1,.profile-card p{margin:0}.profile-card p{color:var(--text-soft)}.profile-menu__item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 20px}.profile-menu__item--button{width:100%;text-align:left}.profile-menu__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#fff4ea;color:var(--primary)}.profile-menu__content{display:grid;gap:4px}.profile-menu__content small,.profile-menu__content strong{margin:0}.profile-menu__arrow,.profile-menu__content small{color:var(--text-soft)}.contact-layout{grid-template-columns:360px minmax(0,1fr);align-items:start;gap:22px}.contact-sidebar{align-content:start}.checkout-form,.contact-form{display:grid;gap:18px;padding:28px}.checkout-form label,.contact-form label{display:grid;gap:8px;font-weight:500}.checkout-form input,.checkout-form textarea,.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid var(--border);background:#fffdfb}.contact-map-card{align-content:start}.contact-map-frame{overflow:hidden;min-height:320px;border-radius:24px;border:1px solid rgba(124,58,29,.1)}.contact-map-frame iframe{width:100%;height:100%;min-height:320px;border:0}.mobile-filter-form{background:linear-gradient(180deg,#fffdfa,#fff7f0)}.mobile-filter-actions,.mobile-filter-checks{display:grid;gap:12px}.mobile-filter-checks{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-filter-check{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;border-radius:18px;border:1px solid rgba(124,58,29,.12);background:#fffdfb}.mobile-filter-check input{accent-color:var(--primary)}.mobile-home-hide{display:block}.cart-layout,.checkout-layout,.wishlist-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start}.cart-items,.summary-list{display:grid;gap:16px}.cart-card{justify-content:space-between;gap:24px;padding:22px}.cart-card,.cart-card__actions{display:flex;align-items:center}.cart-card__actions{gap:14px}.quantity-control{display:inline-flex;align-items:center;gap:14px;padding:8px 12px;border-radius:999px;background:var(--surface-soft)}.quantity-control button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;background:var(--surface)}.order-card,.summary-card{padding:24px}.wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.wishlist-card{display:grid;grid-template-columns:1fr;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.wishlist-card__media{position:relative;min-height:250px;background:linear-gradient(180deg,#fff5eb,#fff)}.wishlist-card__body{display:grid;gap:14px;padding:22px}.wishlist-card__body h3,.wishlist-card__body p{margin:0}.wishlist-price{display:flex;align-items:center;gap:10px}.wishlist-price strong{font-size:1.2rem}.wishlist-price span{color:var(--text-soft);text-decoration:line-through}.wishlist-card__actions{display:flex;flex-wrap:wrap;gap:10px}.wishlist-summary__actions{margin-top:16px}.summary-row{padding:8px 0}.summary-row--total{margin-top:10px;padding-top:18px;border-top:1px solid var(--border)}.coupon-panel,.payment-panel,.slot-panel{display:grid;gap:14px}.coupon-field{display:flex;flex-wrap:wrap;gap:12px}.coupon-field input{flex:1 1 220px;min-height:52px;padding:14px 16px;border-radius:16px;border:1px solid var(--border);background:#fffdfb}.coupon-applied{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.coupon-message{margin:0;color:var(--primary);font-size:.92rem;font-weight:500}.payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.payment-option{display:grid;gap:8px;padding:18px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(180deg,#fffdfb,#fff6f0);color:var(--text);text-align:left;box-shadow:0 10px 24px rgba(124,58,29,.05);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.payment-option:hover{transform:translateY(-1px);border-color:rgba(124,58,29,.24)}.payment-option span,.payment-option strong{margin:0}.payment-option span{color:var(--text-soft);line-height:1.6}.payment-option--active{border-color:rgba(124,58,29,.34);background:linear-gradient(180deg,rgba(239,125,87,.18),rgba(255,255,255,.96));box-shadow:0 0 0 4px rgba(239,125,87,.12),0 16px 30px rgba(124,58,29,.08)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-error{color:#b91c1c;margin:0}.orders-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-card__head{margin-bottom:16px}.chatbot-trigger{position:fixed;right:20px;bottom:20px;z-index:30;width:56px;height:56px;padding:0;border:0;border-radius:50%;background:linear-gradient(135deg,#7c3a1d,#ef7d57);color:#fff;box-shadow:0 24px 48px rgba(124,58,29,.24)}.chatbot-trigger,.chatbot-trigger__icon{display:inline-flex;align-items:center;justify-content:center}.chatbot-panel{position:fixed;right:20px;bottom:88px;z-index:30;width:min(380px,calc(100vw - 24px));overflow:hidden;border:1px solid rgba(124,58,29,.12);border-radius:28px;background:rgba(255,255,255,.98);box-shadow:0 28px 64px rgba(124,58,29,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chatbot-panel__footer,.chatbot-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}.chatbot-panel__header{padding:18px;background:linear-gradient(180deg,#fff8f2,#fff3ea);border-bottom:1px solid rgba(124,58,29,.08)}.chatbot-panel__footer{padding-top:14px;padding-bottom:18px;background:#fffaf5;border-top:1px solid rgba(124,58,29,.08)}.chatbot-panel__footer span,.chatbot-panel__header span{display:block;color:var(--text-soft);font-size:.9rem}.chatbot-panel__title{display:flex;align-items:center;gap:12px}.chatbot-panel__title span,.chatbot-panel__title strong{margin:0}.chatbot-close{width:40px;height:40px;background:rgba(255,255,255,.88)}.chatbot-panel__body{display:grid;gap:12px;max-height:340px;overflow-y:auto;padding:16px 16px 10px;background:linear-gradient(180deg,#fffdfb,#fff8f3)}.chatbot-panel__intro{display:grid;gap:10px;padding:14px;border:1px solid rgba(124,58,29,.08);border-radius:20px;background:rgba(255,255,255,.82)}.chatbot-panel__intro p{margin:0}.chat-message{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:end}.chat-message--user{grid-template-columns:minmax(0,1fr) auto}.chat-message__avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#fff1e6;color:var(--primary);font-size:.7rem;font-weight:700}.chat-message--user .chat-message__avatar{order:2;background:var(--primary);color:#fff}.chat-bubble{padding:14px 16px;border-radius:20px;border:1px solid rgba(124,58,29,.08);box-shadow:0 10px 22px rgba(124,58,29,.06)}.chat-bubble--assistant{background:#fff}.chat-bubble--user{background:#f8ece4}.chat-bubble p{margin:0}.chatbot-quick-replies{display:grid;gap:10px;padding:14px;border:1px solid rgba(124,58,29,.08);border-radius:20px;background:rgba(255,255,255,.88)}.chatbot-section-label{color:var(--text-soft);font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chatbot-quick-replies__list{display:flex;flex-wrap:wrap;gap:10px}.chatbot-chip{background:#fff7ed}.chatbot-product-grid{display:grid;gap:10px;margin-top:12px}.chatbot-product-card{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;padding:10px;border:1px solid rgba(124,58,29,.08);border-radius:18px;background:#fffaf5}.chatbot-product-card__media{position:relative;min-height:84px;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#fff1e6,#fff)}.chatbot-product-card__content{display:grid;gap:6px}.chatbot-product-card__content span,.chatbot-product-card__content strong{margin:0}.chatbot-product-card__content>span{color:var(--text-soft);font-size:.82rem}.chatbot-product-card__price{display:flex;align-items:center;gap:8px}.chatbot-product-card__price strong{font-size:.95rem}.chatbot-product-card__price span{color:var(--text-soft);font-size:.8rem;text-decoration:line-through}.chatbot-product-card__actions{display:flex;flex-wrap:wrap;gap:8px}.chatbot-card-button,.chatbot-card-link,.chatbot-cart-link{min-height:34px;padding:0 12px;font-size:.82rem}.chatbot-panel__input{display:flex;align-items:center;gap:10px;padding:0 16px 16px;background:#fff}.chatbot-search-field{flex:1 1;min-height:48px;border-radius:18px;background:#fffaf5;border:1px solid rgba(124,58,29,.1)}.chatbot-send{width:44px;height:44px}.chatbot-cart-summary{display:flex;align-items:flex-start;gap:10px}.chatbot-cart-summary span,.chatbot-cart-summary strong{margin:0}@media (max-width:1024px){.container{padding:0 56px}.desktop-nav,.header-search{display:none}.mobile-only{display:inline-flex}.about-hero,.about-section--split,.cart-layout,.checkout-layout,.contact-hero,.contact-layout,.faq-contact__grid,.shop-layout,.wishlist-hero,.wishlist-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.about-story-grid,.about-values,.contact-info-grid,.offer-grid,.product-grid,.wishlist-grid,.wishlist-stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-showcase{flex-direction:column}.offer-grid--stacked{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--slider{grid-auto-columns:calc((100% - 20px) / 2);grid-template-columns:none}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){body{overflow-x:hidden}.app-main,.app-shell{overflow-x:clip}.container{width:min(100%,100vw);padding:0 16px}.site-header{top:0;z-index:40;box-shadow:0 10px 24px rgba(124,58,29,.06)}.header-simple{min-height:68px}.brand-mark small,.header-actions .header-action-simple:not(.header-action-simple--primary),.mobile-nav,.mobile-only{display:none}.header-actions{margin-left:auto;gap:0}.header-action-simple{min-width:40px;height:40px;padding:0}.header-action-simple--primary>span:not(.mobile-cart-badge){display:none}.mobile-cart-badge{position:absolute;top:-5px;right:-5px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#fff;color:var(--primary);font-size:10px;font-weight:700;line-height:1;box-shadow:0 4px 12px rgba(124,58,29,.18)}.app-main{padding-bottom:96px}.mobile-bottom-nav,.mobile-utility-row{display:grid}.mobile-utility-row{grid-template-columns:minmax(0,1fr) auto;padding-top:10px;padding-bottom:8px}.site-footer{display:none}.section-space{padding:32px 0}.section-head{align-items:flex-start;flex-direction:column}.section-title{margin-bottom:18px}.section-title h1,.section-title h2{line-height:1.1}.about-hero__content h1,.contact-hero__content h1,.hero-slide h1,.profile-card h1,h1{font-size:18px;line-height:1.2}.cart-page__title h1,.orders-page__title h1,.wishlist-page__title h1{font-size:16px;line-height:1.15}.contact-form h2,.section-title h2,h2{font-size:16px;line-height:1.25}p{font-size:12px;line-height:1.5}.category-row__head,.mobile-home-hide{display:none}.category-row-section.section-space{padding-top:0;padding-bottom:0}.category-row-section.section-space+.section-space{padding-top:30px}.section-nav{display:none}.hero-shell{padding:12px 0 18px}.hero-slide{padding:22px 20px;border-radius:24px}.hero-slide__content{gap:10px}.chip-button,.filter-pill,.ghost-button,.header-action-simple,.mobile-bottom-nav__link,.mobile-filter-button,.mobile-page-search,.primary-button,.secondary-button,.slot-chip{font-size:12px}.product-card__title{font-size:14px;line-height:1.3}.product-card__description{font-size:12px;line-height:1.5}.category-card__content strong,.contact-info-card h3,.contact-support-card h2,.info-card h3,.offer-box__content h3,.order-card strong,.summary-card h3,.support-card h3,.testimonial-card__footer strong,.wishlist-card__body h3{font-size:14px;line-height:1.3}.category-card__content span,.contact-info-card p,.info-card p,.offer-box__content p,.offer-box__timeline,.order-card__head span,.summary-note,.support-card p,.support-row span,.testimonial-card blockquote,.testimonial-card__footer span,.wishlist-card__body p{font-size:12px;line-height:1.5}.product-card__body{gap:6px;padding:2px 14px 14px}.product-card h3,.product-card__title{margin:0}.product-card__image{min-height:168px}.product-card__chips,.product-card__meta-list{gap:6px;justify-content:flex-start}.meta-pill,.meta-pill--subtle,.rating-pill{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;font-size:11px;white-space:nowrap}.rating-pill{gap:4px}.rating-pill svg{width:12px;height:12px}.product-card__price{gap:8px}.product-card__price strong{font-size:16px}.category-card__link,.offer-box__link,.product-card__cart-button,.product-card__price span,.wishlist-card .primary-button,.wishlist-card .secondary-button{font-size:12px}.product-detail-copy h1{font-size:18px;line-height:1.3}.order-card,.order-card .summary-row span,.order-card .summary-row strong,.order-card__head span,.product-detail-copy>p,.product-detail-price small,.product-detail-stock,.review-card__header span{font-size:12px;line-height:1.5}.hero-controls__nav,.hero-slide .hero-actions{display:none}.hero-controls--simple{margin-top:10px}.offer-box,.offer-box__bottom,.offer-box__top,.offer-section__head{align-items:flex-start;flex-direction:column}.offer-box__icon{width:100%;height:auto;aspect-ratio:16/10;border-radius:20px}.testimonial-card__footer,.testimonial-card__quote,.testimonial-head{align-items:flex-start;flex-direction:column}.faq-head{flex-direction:column}.faq-item p{padding-left:20px}.pagination,.shop-sidebar{display:none}.about-cta,.about-hero__content,.about-hero__panel,.about-story-card,.about-value-card,.cart-card,.checkout-form,.contact-form,.contact-hero__content,.contact-hero__panel,.contact-info-card,.contact-support-card,.hero-slide,.info-card,.order-card,.success-card,.summary-card,.wishlist-empty-card,.wishlist-hero__content,.wishlist-hero__panel{padding:22px}.about-stat-row,.about-story-grid,.about-values,.contact-hours-grid,.contact-info-grid,.feature-grid,.footer-grid,.form-grid,.offer-grid,.orders-grid,.product-detail-card,.product-detail-highlights,.product-grid,.review-grid,.wishlist-stat-row{grid-template-columns:1fr}.shop-results-grid--mobile-two,.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-card__hero{grid-template-columns:1fr}.mobile-filter-form .mobile-filter-checks{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-filter-form{gap:14px;border-radius:24px}.mobile-filter-form .section-title{margin-bottom:12px;gap:6px}.mobile-filter-form .section-title h1{font-size:18px;line-height:1.2}.mobile-filter-form .section-title p{font-size:12px;line-height:1.5}.mobile-filter-form .eyebrow{font-size:11px;padding:6px 12px}.mobile-filter-form>label{gap:6px;font-size:12px;font-weight:600}.mobile-filter-form input:not([type=range]):not([type=checkbox]){min-height:44px;padding:12px 14px;font-size:12px;border-radius:16px}.mobile-filter-form .custom-select__trigger{min-height:44px;padding-left:14px;padding-right:14px;font-size:12px}.mobile-filter-form .custom-select__option{min-height:40px;font-size:12px}.mobile-filter-form input[type=range]{padding:0}.mobile-filter-form .status-text{font-size:12px;line-height:1.5}.mobile-filter-form .mobile-filter-check{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;min-height:44px;padding:0 12px;border-radius:16px}.mobile-filter-form .mobile-filter-check input[type=checkbox]{width:18px;height:18px;min-height:18px;margin:0;padding:0;flex-shrink:0}.mobile-filter-form .mobile-filter-check span{font-size:12px;line-height:1.3;font-weight:600}.mobile-filter-form .mobile-filter-actions{gap:10px}.mobile-filter-form .mobile-filter-actions .primary-button,.mobile-filter-form .mobile-filter-actions .secondary-button{width:100%;min-height:40px;padding:0 14px}.checkout-form .section-title h1{font-size:16px;line-height:1.15}.checkout-form .coupon-message,.checkout-form .section-title p,.checkout-form .status-text,.checkout-form label,.checkout-form p,.summary-card .summary-row span{font-size:12px;line-height:1.5}.checkout-form h3,.summary-card .summary-row strong,.summary-card h3{font-size:14px;line-height:1.3}.checkout-form .custom-select__option,.checkout-form .custom-select__trigger,.checkout-form .ghost-button,.checkout-form .primary-button,.checkout-form .secondary-button,.checkout-form input:not([type=range]):not([type=checkbox]),.checkout-form textarea{font-size:12px}.footer-bottom,.footer-shell{gap:16px}.footer-bottom,.footer-brand,.footer-top{align-items:flex-start;flex-direction:column}.footer-bottom{padding-top:16px}.about-cta{grid-template-columns:1fr;align-items:flex-start}.category-row,.product-grid--slider{grid-auto-columns:calc((100% - 14px) / 2);grid-template-columns:none}.category-row{grid-auto-flow:column;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity}.category-row::-webkit-scrollbar{display:none}.category-row .category-card{min-width:0;scroll-snap-align:start}.category-card__link{display:none}.cart-card,.cart-card__actions,.shop-results__head{flex-direction:column;align-items:flex-start}.wishlist-card{display:block}.wishlist-card__media{min-height:168px}.wishlist-card__body{gap:6px;padding:2px 14px 14px}.wishlist-card__body h3{margin:0;font-size:14px;line-height:1.3}.wishlist-card__body .product-card__description{font-size:12px;line-height:1.5}.wishlist-price{gap:8px}.wishlist-price strong{font-size:16px;line-height:1}.wishlist-price span{font-size:12px}.wishlist-card__actions{gap:8px}.wishlist-card__actions .primary-button,.wishlist-card__actions .secondary-button{min-height:40px;padding:0 14px}.product-detail-card{gap:18px;padding:22px}.product-detail-media{min-height:280px}.product-detail-copy,.product-detail-page,.product-detail-section,.review-grid{gap:16px}.product-detail-price strong{font-size:18px}.product-detail-actions .primary-button,.product-detail-actions .secondary-button{width:100%;min-height:40px;padding:0 14px}.hero-controls--simple{flex-direction:column;align-items:flex-start}.chatbot-trigger{right:16px;bottom:90px}.chatbot-panel{right:12px;bottom:152px}}@font-face{font-family:Lexend;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Lexend;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lexend;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lexend;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Lexend;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lexend;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lexend;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Lexend;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lexend;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lexend;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/630e0b819503bca7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Lexend;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6eed223b32d97b82-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Lexend;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/793968fa3513f5d6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lexend Fallback;src:local("Arial");ascent-override:90.98%;descent-override:22.74%;line-gap-override:0.00%;size-adjust:109.91%}.__className_cf7370{font-family:Lexend,Lexend Fallback;font-style:normal}