@font-face{font-family:dm sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/dm-sans-400.woff2)format('woff2')}@font-face{font-family:dm sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/dm-sans-500.woff2)format('woff2')}@font-face{font-family:dm sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/dm-sans-600.woff2)format('woff2')}@font-face{font-family:dm sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/dm-sans-700.woff2)format('woff2')}@font-face{font-family:playfair display;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/playfair-display-500.woff2)format('woff2')}@font-face{font-family:playfair display;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/playfair-display-600.woff2)format('woff2')}@font-face{font-family:playfair display;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/playfair-display-700.woff2)format('woff2')}:root{--sm-bg:#f5f0eb;--sm-surface:#ffffff;--sm-header:#1a1a2e;--sm-header-accent:#16213e;--sm-terracotta:#c45b28;--sm-terracotta-light:#d97b4f;--sm-gold:#d4a332;--sm-gold-light:#f0d060;--sm-text:#1a1a1a;--sm-text-muted:#6b6b6b;--sm-text-light:#999999;--sm-border:#e2ddd7;--sm-border-light:#f0ebe5;--sm-success:#2d8a4e;--sm-error:#c0392b;--sm-whatsapp:#25D366;--sm-shadow-sm:0 1px 3px rgba(0,0,0,.06);--sm-shadow:0 2px 8px rgba(0,0,0,.08);--sm-shadow-lg:0 8px 24px rgba(0,0,0,.12);--sm-radius:6px;--sm-radius-lg:10px;--sm-transition:0.2s cubic-bezier(.4,0,.2,1);--sm-font:'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--sm-font-display:'Playfair Display', Georgia, serif;--sm-max-width:1320px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background:var(--sm-bg);color:var(--sm-text);font-family:var(--sm-font);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--sm-font);font-weight:600;line-height:1.3}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit}input,select,textarea{font-family:var(--sm-font);font-size:14px;color:var(--sm-text);background:var(--sm-surface);border:1px solid var(--sm-border);border-radius:var(--sm-radius);padding:10px 12px;min-height:44px;outline:none;transition:border-color var(--sm-transition),box-shadow var(--sm-transition);width:100%}input[type=checkbox],input[type=radio]{width:auto;min-height:auto;padding:0}input:focus,select:focus,textarea:focus{border-color:var(--sm-terracotta);box-shadow:0 0 0 3px rgba(196,91,40,.1)}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b6b' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px;cursor:pointer}textarea{resize:vertical;min-height:80px}label{display:block;font-size:13px;font-weight:500;color:var(--sm-text-muted);margin-bottom:4px}.form-section label,form label{display:block;font-size:13px;font-weight:500;color:var(--sm-text-muted);margin-bottom:4px}form .form-group,form>div:not([class]){margin-bottom:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{background:var(--sm-header);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.15)}.header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 24px;min-height:56px;max-width:1400px;margin:0 auto}.site-logo{text-decoration:none;flex-shrink:0}.logo-img{height:100px;width:auto}.header-search{display:flex;width:100%;max-width:620px;height:44px;border-radius:4px;overflow:hidden;background:#fff;border:2px solid transparent;transition:border-color var(--sm-transition);justify-self:center}.header-search:focus-within{border-color:var(--sm-gold)}.header-search__category{padding:0 10px;border:none;border-right:1px solid #ddd;background:#e8e4df;color:var(--sm-text);font-size:12px;font-family:var(--sm-font);font-weight:500;cursor:pointer;outline:none;border-radius:0;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 5 5-5' fill='none' stroke='%23555' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:22px;white-space:nowrap;flex-shrink:0;width:auto;min-width:0}.header-search__category:focus{box-shadow:none;border-color:#ddd}.header-search input[type=search]{flex:1;padding:0 12px;border:none;outline:none;box-shadow:none;font-size:14px;font-family:var(--sm-font);background:0 0;color:var(--sm-text);margin:0;min-width:0;height:100%;width:auto;border-radius:0}.header-search input[type=search]:focus{border:none;box-shadow:none;outline:none}.header-search button{width:44px;background:var(--sm-terracotta);color:#fff;border:none;cursor:pointer;transition:background var(--sm-transition);display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0}.header-search button:hover{background:var(--sm-terracotta-light)}.header-search button svg{display:block}.header-account{display:flex;align-items:center;gap:6px;justify-self:end;flex-shrink:0}.nav-dropdown{position:relative}.nav-dropdown__trigger{display:flex;flex-direction:column;line-height:1.2;padding:4px 10px;border:1px solid transparent;border-radius:var(--sm-radius);background:0 0;cursor:pointer;transition:border-color var(--sm-transition);text-align:left}.nav-dropdown__trigger:hover,.nav-dropdown.open .nav-dropdown__trigger{border-color:rgba(255,255,255,.3)}.nav-user__greeting{font-size:11px;color:#bbb}.nav-user__name{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;display:flex;align-items:center;gap:4px}.nav-user__name svg{opacity:.7}.nav-dropdown__menu{display:none;position:absolute;right:0;top:calc(100% + 6px);background:var(--sm-surface);border:1px solid var(--sm-border);border-radius:var(--sm-radius);box-shadow:var(--sm-shadow-lg);min-width:200px;padding:6px 0;z-index:200}.nav-dropdown.open .nav-dropdown__menu{display:block}.nav-dropdown__section{display:block;padding:6px 16px 4px;font-size:11px;font-weight:700;color:var(--sm-text-light);text-transform:uppercase;letter-spacing:.5px}.nav-dropdown__item{display:flex;align-items:center;gap:8px;padding:7px 16px;font-size:13px;color:var(--sm-text);text-decoration:none;transition:background var(--sm-transition)}.nav-dropdown__item svg{flex-shrink:0;opacity:.6}.nav-dropdown__item:hover{background:var(--sm-bg)}.nav-dropdown__item--danger{color:var(--sm-error)}.nav-dropdown__item--danger:hover{background:#fdf0ef}.nav-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--sm-terracotta);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;padding:0 5px;margin-left:auto}.nav-dropdown__divider{height:1px;background:var(--sm-border-light);margin:4px 0}.nav-link{color:#d0d0d0;text-decoration:none;font-size:13px;padding:8px 12px;border-radius:var(--sm-radius);border:1px solid transparent;transition:all var(--sm-transition);white-space:nowrap;display:flex;align-items:center}.nav-link:hover{color:#fff;border-color:rgba(255,255,255,.2);text-decoration:none}.nav-link--cta{background:var(--sm-terracotta);color:#fff!important;border-color:var(--sm-terracotta)!important;font-weight:600}.nav-link--cta:hover{background:var(--sm-terracotta-light);border-color:var(--sm-terracotta-light)!important}.nav-link--seller-orders{display:flex;align-items:center;padding:4px 8px;color:#fff;-webkit-tap-highlight-color:transparent}.nav-link--seller-orders:hover{color:var(--sm-gold-light)}.seller-orders-icon{position:relative;display:flex;align-items:center}.seller-orders-icon svg{display:block}.seller-orders-count{position:absolute;top:-6px;right:-6px;display:inline-flex;align-items:center;justify-content:center;background:var(--sm-error);color:#fff;font-weight:700;font-size:11px;min-width:18px;height:18px;border-radius:9px;padding:0 4px}.nav-link--admin{display:flex;align-items:center;padding:4px 8px;color:var(--sm-gold);-webkit-tap-highlight-color:transparent}.nav-link--admin:hover{color:var(--sm-gold-light)}.nav-link--admin svg{display:block}.nav-link--cart{display:flex;align-items:flex-end;gap:2px;padding:4px 8px;color:#fff}.nav-link--cart:hover{color:#fff}.cart-icon{position:relative;display:flex;align-items:center}.cart-icon svg{display:block}.cart-count{position:absolute;top:-6px;right:-4px;display:inline-flex;align-items:center;justify-content:center;background:var(--sm-terracotta);color:#fff;font-weight:700;font-size:11px;min-width:18px;height:18px;border-radius:9px;padding:0 4px}.cart-label{font-size:12px;font-weight:600;color:#fff}@media(max-width:1024px){.header-main{gap:8px;padding:10px 16px}.header-search{max-width:400px}.header-search__category{font-size:11px;padding:0 6px;padding-right:18px}.nav-link{font-size:12px;padding:6px 8px}.logo-img{height:80px}.nav-user__name{font-size:12px}.nav-user__greeting{font-size:10px}.cart-label{font-size:11px}}@media(max-width:768px){.header-main{grid-template-columns:auto auto 1fr auto;gap:8px}.header-search{grid-column:1/-1;max-width:100%;order:3}.header-account{gap:4px}.nav-dropdown__trigger{padding:2px 6px}}@media(max-width:480px){.header-main{padding:8px 12px}.header-account .nav-link{font-size:11px;padding:4px 6px}.nav-user__greeting{display:none}.nav-user__name{font-size:11px}.cart-label{display:none}.header-search__category{display:none}.logo-img{height:60px}}.mobile-hamburger{display:none;background:0 0;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:var(--sm-radius);transition:background var(--sm-transition);flex-shrink:0;-webkit-tap-highlight-color:transparent}.mobile-hamburger:hover{background:rgba(255,255,255,.1)}.nav-link--mobile-account{display:none;color:#fff;padding:4px}.nav-link--mobile-account svg{display:block}@media(max-width:768px){.mobile-hamburger{display:flex;align-items:center;justify-content:center}.header-main{grid-template-columns:auto auto 1fr auto}.header-account .nav-dropdown{display:none}.nav-link--desktop-only{display:none}.nav-link--mobile-account{display:flex}}@media(max-width:480px){.header-main{grid-template-columns:auto auto 1fr auto}}.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:998;opacity:0;transition:opacity .3s ease}.mobile-overlay.is-open{display:block;opacity:1}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:var(--sm-surface);z-index:999;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:var(--sm-shadow-lg)}.mobile-drawer.is-open{transform:translateX(0)}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--sm-header);color:#fff;min-height:56px}.mobile-drawer__title{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-drawer__close{background:0 0;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:var(--sm-radius);-webkit-tap-highlight-color:transparent}.mobile-drawer__close:hover{background:rgba(255,255,255,.15)}.mobile-drawer__body{flex:1;padding:12px 0}.mobile-drawer__link{display:flex;align-items:center;gap:12px;padding:12px 20px;font-size:14px;font-weight:500;color:var(--sm-text);text-decoration:none;transition:background var(--sm-transition);min-height:44px;-webkit-tap-highlight-color:transparent}.mobile-drawer__link:hover{background:var(--sm-bg)}.mobile-drawer__link svg{flex-shrink:0;opacity:.6}.mobile-drawer__link--danger{color:var(--sm-error)}.mobile-drawer__link--sub{padding-left:50px;font-size:13px;min-height:40px;color:var(--sm-text-muted)}.mobile-drawer__section-title{padding:10px 20px 4px;font-size:11px;font-weight:700;color:var(--sm-text-light);text-transform:uppercase;letter-spacing:.5px}.mobile-drawer__divider{height:1px;background:var(--sm-border-light);margin:8px 20px}.mobile-drawer__footer{border-top:1px solid var(--sm-border-light);padding:8px 0}.mobile-drawer__badge{display:inline-flex;align-items:center;justify-content:center;background:var(--sm-terracotta);color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:10px;padding:0 6px;margin-left:auto}.category-nav{background:var(--sm-header-accent);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}@media(max-width:767px){.category-nav{display:none}}.category-nav::-webkit-scrollbar{display:none}.category-list{display:flex;justify-content:center;list-style:none;margin:0;padding:0}.category-list li a{display:block;padding:8px 14px;color:silver;text-decoration:none;font-size:12px;font-weight:600;white-space:nowrap;border-bottom:5px solid transparent;transition:all var(--sm-transition)}@media(min-width:576px){.category-list li a{padding:10px 22px;font-size:14px}}.category-list li a:hover,.category-list li a.active{color:#fff;border-bottom:5px solid var(--sm-gold)}.flash-messages{max-width:var(--sm-max-width);margin:12px auto;padding:0 16px}.flash-messages:empty{display:none}.flash{padding:10px 16px;border-radius:var(--sm-radius);margin-bottom:8px;font-size:14px;font-weight:500}.flash--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.flash--error,.flash--danger{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.flash--warning{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.site-main{max-width:var(--sm-max-width);margin:0 auto;padding:20px 16px;flex:1;width:100%}.site-main:has(.shop-page){padding:0;max-width:none}@media(max-width:480px){.site-main{padding:12px 10px}}.hero-section{background-color:#0a3a1d;background-image:linear-gradient(180deg,rgba(8,38,22,.62) 0%,rgba(8,38,22,.46) 50%,rgba(8,38,22,.72) 100%),url(/images/hero/hero-souk-800.jpg);background-size:cover;background-position:50%;padding:56px 20px 64px;text-align:center;margin:-20px -16px 32px;position:relative;overflow:hidden;isolation:isolate}@media(min-width:768px){.hero-section{background-image:linear-gradient(180deg,rgba(8,38,22,.62) 0%,rgba(8,38,22,.46) 50%,rgba(8,38,22,.72) 100%),url(/images/hero/hero-souk-1600.jpg)}}@media(max-width:480px){.hero-section{margin:-12px -10px 24px;padding:40px 16px 48px}}.hero-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(212,168,50,.28) 0%,transparent 55%),radial-gradient(ellipse at bottom left,rgba(184,36,42,.22) 0%,transparent 50%);pointer-events:none;z-index:-1}.hero-section::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.28) 75%);pointer-events:none;z-index:-1}.hero-inner{position:relative;max-width:720px;margin:0 auto;z-index:1}.hero-eyebrow{display:inline-block;font-size:20px;line-height:1;margin-bottom:14px}.hero-title{font-family:var(--sm-font-display);font-size:2rem;font-weight:600;color:#fff;margin:0 0 14px;line-height:1.05;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.35)}.hero-title em{font-style:italic;color:var(--sm-gold);font-weight:500}@media(min-width:768px){.hero-title{font-size:3.2rem}}.hero-lede{color:rgba(255,255,255,.82);font-size:14px;line-height:1.55;max-width:480px;margin:0 auto 26px}@media(min-width:768px){.hero-lede{font-size:16px}}.hero-search{display:flex;max-width:620px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:var(--sm-shadow-lg);position:relative;height:48px}.hero-search__input{flex:1;padding:0 16px;border:none;font-size:15px;font-family:var(--sm-font);outline:none;background:#fff;min-width:0;height:100%;border-radius:0}.hero-search__btn{width:48px;flex-shrink:0;background:var(--sm-terracotta);color:#fff;border:none;font-size:0;font-family:var(--sm-font);cursor:pointer;transition:background var(--sm-transition);display:flex;align-items:center;justify-content:center;padding:0}.hero-search__btn:hover{background:var(--sm-terracotta-light)}.hero-search__icon{display:block}.hero-search__label{display:none}@media(min-width:576px){.hero-search{height:52px}.hero-search__btn{width:auto;padding:0 28px;font-size:15px;font-weight:600;gap:8px}.hero-search__icon{display:none}.hero-search__label{display:inline}}.section-title{font-family:var(--sm-font-display);font-size:1.3rem;font-weight:600;color:var(--sm-text);margin:0 0 16px}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}.section-header .section-title{margin:0}.section-link{color:var(--sm-terracotta);font-size:13px;font-weight:600;text-decoration:none}.section-link:hover{text-decoration:underline}.hero-stats{display:none}.hero-pills{list-style:none;padding:0;margin:22px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.hero-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:rgba(255,255,255,.9);background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(6px);padding:7px 13px;border-radius:100px;line-height:1}.hero-pill svg{color:var(--sm-gold);flex-shrink:0}.hero-pill strong{color:#fff;font-weight:700}@media(min-width:768px){.hero-pill{font-size:13px;padding:8px 16px}}.home-categories{margin-bottom:36px}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:480px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}}.category-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;aspect-ratio:1/1;padding:16px;background:var(--sm-bg);border-radius:var(--sm-radius-lg);border:1px solid var(--sm-border-light);text-decoration:none;color:#fff;overflow:hidden;isolation:isolate;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}@media(min-width:768px){.category-card{padding:20px}}.category-card:hover{transform:translateY(-4px);border-color:rgba(196,91,40,.55);box-shadow:0 16px 36px -18px rgba(0,0,0,.4);text-decoration:none}.category-card__image{position:absolute;inset:0;z-index:-2;display:block}.category-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.category-card:hover .category-card__image img{transform:scale(1.06)}.category-card::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(15,18,22,5%) 0%,rgba(15,18,22,.45) 55%,rgba(15,18,22,.85) 100%),linear-gradient(135deg,color-mix(in srgb,var(--cat-color,#c45b28) 35%,transparent) 0%,transparent 60%);transition:opacity .25s ease;pointer-events:none}.category-card__name{font-family:var(--sm-font-display);font-size:1.1rem;font-weight:600;line-height:1.2;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.45);letter-spacing:-.005em;position:relative;z-index:1}@media(min-width:768px){.category-card__name{font-size:1.25rem}}.category-card__name::after{content:'';display:block;width:28px;height:3px;background:var(--cat-color,var(--sm-terracotta));border-radius:3px;margin-top:8px;box-shadow:0 1px 4px rgba(0,0,0,.3);transition:width .25s ease}.category-card:hover .category-card__name::after{width:44px}.home-section{margin-bottom:36px}.home-slider{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--sm-border)transparent;padding-bottom:8px}.home-slider::-webkit-scrollbar{height:4px}.home-slider::-webkit-scrollbar-thumb{background:var(--sm-border);border-radius:2px}.home-slider>*{min-width:155px;max-width:180px;flex-shrink:0;scroll-snap-align:start}@media(min-width:576px){.home-slider>*{min-width:170px;max-width:200px}}.home-seller-cta{background:linear-gradient(135deg,var(--sm-terracotta) 0%,#a04420 100%);border-radius:var(--sm-radius-lg);padding:32px 24px;margin-bottom:36px;position:relative;overflow:hidden}.home-seller-cta::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1.5' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E");pointer-events:none}.seller-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;flex-wrap:wrap}.seller-cta__title{font-family:var(--sm-font-display);font-size:1.4rem;font-weight:600;color:#fff;margin:0 0 6px}.seller-cta__subtitle{font-size:14px;color:rgba(255,255,255,.85);margin:0;line-height:1.5}.seller-cta__btn{background:#fff;color:var(--sm-terracotta);font-weight:700;padding:12px 24px;border-radius:var(--sm-radius);white-space:nowrap;flex-shrink:0;transition:all var(--sm-transition)}.seller-cta__btn:hover{background:var(--sm-gold-light);color:var(--sm-header);text-decoration:none}@media(max-width:576px){.home-seller-cta{padding:24px 16px}.seller-cta__inner{flex-direction:column;text-align:center}.seller-cta__btn{width:100%;text-align:center}}.shop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:768px){.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.shop-card{display:flex;align-items:center;gap:12px;padding:14px;background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius-lg);text-decoration:none;color:var(--sm-text);transition:all var(--sm-transition);position:relative}.shop-card:hover{border-color:var(--sm-terracotta);box-shadow:var(--sm-shadow);transform:translateY(-2px);text-decoration:none}.shop-card__avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;flex-shrink:0}.shop-card__info{display:flex;flex-direction:column;gap:1px;min-width:0}.shop-card__name{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-card__city{font-size:12px;color:var(--sm-text-muted)}.shop-card__count{font-size:11px;color:var(--sm-text-light)}.shop-card__badge{position:absolute;top:8px;right:8px;background:#e8f5e9;color:#2d8a4e;font-size:10px;font-weight:600;padding:2px 6px;border-radius:3px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;list-style:none;padding:0;margin:0}@media(min-width:576px){.product-grid{gap:12px}}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.home-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:576px){.home-section .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.home-section .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1100px){.home-section .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-card{background:var(--sm-surface);border-radius:var(--sm-radius-lg);border:1px solid var(--sm-border-light);overflow:hidden;transition:all var(--sm-transition);list-style:none}.product-card:hover{border-color:var(--sm-border);box-shadow:var(--sm-shadow-lg);transform:translateY(-3px)}.product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.product-card__image-wrap{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f5f3f0}.product-card__image-wrap::before{content:'';position:absolute;inset:4px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;z-index:0}.product-card__image-wrap picture{display:block;width:100%;height:100%;position:relative;z-index:1}.product-card__image-wrap img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease;position:relative;z-index:1}.product-card--skeleton .product-card__link{pointer-events:none}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__image-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sm-bg),#e8e0d8)}.product-card__body{padding:8px 10px;flex:1;display:flex;flex-direction:column;gap:3px}@media(min-width:576px){.product-card__body{padding:12px 14px;gap:4px}}.product-card__title{font-size:13px;font-weight:500;color:var(--sm-text);line-height:1.4;height:calc(13px * 1.4 * 2);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card:hover .product-card__title{color:var(--sm-terracotta)}.product-card__price{font-size:.95rem;font-weight:700;color:var(--sm-terracotta);margin:2px 0 0}@media(min-width:576px){.product-card__price{font-size:1.15rem}}.product-card__badges{display:flex;flex-direction:column;gap:3px;align-items:flex-start}.product-card__condition{display:inline-block;font-size:11px;color:var(--sm-success);background:#e8f5e9;padding:1px 8px;border-radius:3px;font-weight:500;width:auto;align-self:flex-start}.product-card__meta{margin-top:auto;padding-top:8px;text-align:right}.product-card__seller{font-size:11px;color:var(--sm-text-light)}.product-card__sponsored{display:inline-block;font-size:10px;color:var(--sm-text-light);letter-spacing:.3px;min-height:14px;line-height:14px}.product-card__rating{min-height:18px}.star{color:#ddd;font-size:13px}.star--filled{color:var(--sm-gold)}.rating-count{font-size:11px;color:var(--sm-text-light);margin-left:2px}.badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;line-height:1.5}.badge--sponsored{background:var(--sm-gold-light);color:#5a4000}.badge--verified{background:#e3f2fd;color:#1565c0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:var(--sm-radius);font-size:14px;font-weight:600;font-family:var(--sm-font);cursor:pointer;border:1px solid transparent;text-decoration:none;transition:all var(--sm-transition);white-space:nowrap}.btn:hover{text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--sm-terracotta);color:#fff;border-color:var(--sm-terracotta)}.btn--primary:hover:not(:disabled){background:var(--sm-terracotta-light);border-color:var(--sm-terracotta-light)}.btn--secondary{background:var(--sm-surface);color:var(--sm-text);border-color:var(--sm-border)}.btn--secondary:hover:not(:disabled){background:var(--sm-bg);border-color:var(--sm-text-light)}.btn--whatsapp{background:var(--sm-whatsapp);color:#fff;border-color:var(--sm-whatsapp)}.btn--whatsapp:hover:not(:disabled){background:#1da851}.btn--danger{background:var(--sm-error);color:#fff}.btn--full{width:100%;text-align:center}.row--suspended td{background:#fdf0ef;opacity:.85}.row--suspended td strong{color:var(--sm-text-muted);text-decoration:line-through}.catalog-layout{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.catalog-layout{flex-direction:row}}.catalog-sidebar{background:var(--sm-surface);border-radius:var(--sm-radius-lg);border:1px solid var(--sm-border-light);padding:18px;flex-shrink:0}@media(min-width:768px){.catalog-sidebar{width:240px;position:sticky;top:90px;align-self:flex-start}}@media(max-width:767px){.catalog-sidebar{position:fixed;top:0;right:0;bottom:0;width:300px;max-width:85vw;z-index:999;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);border-radius:0;border:none;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:var(--sm-shadow-lg);padding:0 18px 18px}.catalog-sidebar.is-open{transform:translateX(0)}}.filter-toggle-mobile{display:none;align-items:center;gap:8px;padding:10px 16px;background:var(--sm-surface);border:1px solid var(--sm-border);border-radius:var(--sm-radius);font-size:14px;font-weight:500;color:var(--sm-text);cursor:pointer;font-family:var(--sm-font);-webkit-tap-highlight-color:transparent;min-height:44px}.filter-toggle-mobile:hover{background:var(--sm-bg)}@media(max-width:767px){.filter-toggle-mobile{display:inline-flex}}.filter-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:998;opacity:0;transition:opacity .3s ease}.filter-overlay.is-open{display:block;opacity:1}.sidebar-header-mobile{display:none}@media(max-width:767px){.sidebar-header-mobile{display:flex;align-items:center;justify-content:space-between;padding:16px 0;margin-bottom:4px;border-bottom:1px solid var(--sm-border-light);position:sticky;top:0;background:var(--sm-surface);z-index:1}.sidebar-header-mobile .sidebar-title{margin:0;padding:0;border:none}}.sidebar-close-mobile{display:none;background:0 0;border:none;color:var(--sm-text-muted);cursor:pointer;padding:4px;border-radius:var(--sm-radius);-webkit-tap-highlight-color:transparent}.sidebar-close-mobile:hover{background:var(--sm-bg)}@media(max-width:767px){.sidebar-close-mobile{display:flex;align-items:center}}.sidebar-title{font-family:var(--sm-font-display);font-size:1rem;font-weight:600;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--sm-border-light)}.filter-group{margin-bottom:14px}.filter-label{display:block;font-size:12px;font-weight:600;color:var(--sm-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.filter-input,.filter-select{width:100%;padding:7px 10px;border:1px solid var(--sm-border);border-radius:var(--sm-radius);font-size:13px;font-family:var(--sm-font);background:var(--sm-surface);color:var(--sm-text);margin:0;transition:border-color var(--sm-transition)}.filter-input:focus,.filter-select:focus{border-color:var(--sm-terracotta);outline:none;box-shadow:0 0 0 2px rgba(196,91,40,.12)}.filter-row{display:flex;align-items:center;gap:6px}.filter-input--half{flex:1;min-width:0}.filter-separator{color:var(--sm-text-light);font-size:12px}.filter-checkboxes{display:flex;flex-direction:column;gap:2px}.filter-checkbox-label{display:flex;align-items:center;gap:6px;padding:3px 0;font-size:13px;color:var(--sm-text);cursor:pointer}.filter-checkbox-label:hover{color:var(--sm-terracotta)}.filter-checkbox-label input[type=checkbox]{width:14px;height:14px;accent-color:var(--sm-terracotta);cursor:pointer;margin:0}.filter-checkbox-label input[type=checkbox]:checked+span{font-weight:600}.filter-show-more{background:0 0;border:none;color:var(--sm-terracotta);font-size:12px;cursor:pointer;padding:4px 0;text-align:left;font-family:var(--sm-font)}.filter-show-more:hover{text-decoration:underline}.filter-actions{display:flex;flex-direction:column;gap:6px;margin-top:16px}.catalog-main{flex:1;min-width:0}.category-banner{position:relative;height:150px;background:var(--sm-header);overflow:hidden}.category-banner__picture{position:absolute;top:0;right:0;width:55%;height:100%}.category-banner__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.4) 25%,black 50%);mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.4) 25%,black 50%)}.category-banner::before{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--sm-gold),var(--sm-terracotta) 60%,transparent);z-index:3}.category-banner::after{content:'';position:absolute;inset:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-size:200px 200px;mix-blend-mode:overlay;z-index:2}.category-banner__inner{position:relative;z-index:2;max-width:var(--sm-max-width);margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:flex-end;padding-bottom:20px}.category-banner__title{font-family:var(--sm-font-display,'Playfair Display',Georgia,serif);font-weight:700;font-size:clamp(1.3rem,3vw,1.7rem);line-height:1;color:#fff;letter-spacing:-.01em;margin:0;text-shadow:0 1px 8px rgba(0,0,0,.4);animation:banner-text-in .4s ease-out .1s both}.catalog-count--banner{text-align:right;margin:10px 0 6px;font-size:13px;color:var(--sm-text-muted)}@keyframes banner-text-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.category-banner{height:120px}.category-banner__picture{width:50%}.category-banner__inner{padding:0 16px 14px}}@media(max-width:480px){.category-banner{height:100px}.category-banner__picture{width:45%}.category-banner__inner{padding:0 12px 12px}}@media(prefers-reduced-motion:reduce){.category-banner__title{animation:none!important}}.catalog-header{margin-bottom:16px}.catalog-title{font-family:var(--sm-font-display);font-size:1.3rem;font-weight:600;margin:0 0 2px}.catalog-count{font-size:13px;color:var(--sm-text-muted);margin:0}.pagination{display:flex;justify-content:center;gap:4px;margin-top:24px}.pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border:1px solid var(--sm-border);border-radius:var(--sm-radius);text-decoration:none;color:var(--sm-text);font-size:14px;background:var(--sm-surface);transition:all var(--sm-transition)}.pagination__link:hover{border-color:var(--sm-terracotta);text-decoration:none}.pagination__link--active{background:var(--sm-terracotta);border-color:var(--sm-terracotta);color:#fff;font-weight:700}.empty-state{background:var(--sm-surface);border-radius:var(--sm-radius-lg);padding:48px 24px;text-align:center;border:1px dashed var(--sm-border);color:var(--sm-text-muted)}.auth-page{max-width:380px;width:100%;margin:0 auto;padding:20px 12px 40px}.auth-logo{text-align:center;margin-bottom:16px}.auth-logo a{text-decoration:none}.auth-card{background:var(--sm-surface);border:1px solid var(--sm-border);border-radius:var(--sm-radius-lg);padding:20px 16px}@media(min-width:480px){.auth-card{padding:24px 28px}}.auth-card__title{font-family:var(--sm-font-display);font-size:1.5rem;font-weight:600;margin:0 0 18px}.auth-field{margin-bottom:14px}.auth-field label{font-size:13px;font-weight:600;color:var(--sm-text);margin-bottom:4px}.auth-field input{width:100%}.auth-hint{font-size:12px;color:var(--sm-text-light);margin-top:3px;display:block}.input-group{display:flex;align-items:stretch}.input-group__prefix{display:flex;align-items:center;padding:0 12px;background:var(--sm-bg);border:1px solid var(--sm-border);border-right:none;border-radius:var(--sm-radius)0 0 var(--sm-radius);font-size:14px;font-weight:600;color:var(--sm-text-muted);white-space:nowrap;flex-shrink:0}.input-group input{border-radius:0 var(--sm-radius)var(--sm-radius)0;flex:1;min-width:0}.auth-section{margin-top:18px;padding-top:18px;border-top:1px solid var(--sm-border-light)}.auth-section__title{font-size:1rem;font-weight:700;margin:0 0 12px}.auth-submit{margin-top:18px;padding:10px 16px;font-size:14px}.otp-input{width:100%;padding:14px 16px;font-size:22px;font-weight:600;letter-spacing:.4em;text-align:center;font-variant-numeric:tabular-nums;border:1px solid var(--sm-border);border-radius:var(--sm-radius);background:#fff;transition:border-color var(--sm-transition),box-shadow var(--sm-transition)}.otp-input:focus{outline:none;border-color:var(--sm-terracotta);box-shadow:0 0 0 3px rgba(196,91,40,.15)}.phone-verify-resend{margin-top:12px}.seller-success{text-align:center}.seller-success__icon{display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;background:rgba(196,91,40,8%);margin:0 auto 16px}.seller-success__next{text-align:left;margin:24px 0;padding:16px 20px;background:var(--sm-surface-alt,#faf7f2);border-left:3px solid var(--sm-gold);border-radius:4px}.seller-success__subtitle{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sm-text-muted);margin:0 0 10px}.seller-success__steps{margin:0;padding-left:20px;font-size:14px;line-height:1.7;color:var(--sm-text)}.seller-success__steps li{margin-bottom:4px}.seller-success__help{margin-top:16px;font-size:13px;color:var(--sm-text-muted)}.seller-success__help a{color:var(--sm-terracotta)}.auth-alert{padding:10px 14px;border-radius:var(--sm-radius);margin-bottom:16px;font-size:13px}.auth-alert--error{background:#fdf0ef;color:var(--sm-error);border:1px solid #f5c6cb}.auth-footer{margin-top:18px;padding-top:14px;border-top:1px solid var(--sm-border-light);text-align:center;font-size:13px;color:var(--sm-text-muted)}.auth-footer a{color:var(--sm-terracotta);font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-divider{text-align:center;margin:20px 0 16px;position:relative;font-size:12px;color:var(--sm-text-light)}.auth-divider::before{content:'';position:absolute;left:0;right:0;top:50%;height:1px;background:var(--sm-border)}.auth-divider span{position:relative;background:var(--sm-bg);padding:0 12px}.auth-alt-btn{font-size:13px}.auth-seller-card{margin-top:16px;background:var(--sm-surface);border:1px solid var(--sm-border);border-radius:var(--sm-radius-lg);padding:16px 20px;display:flex;align-items:center;flex-wrap:wrap;gap:14px}@media(max-width:480px){.auth-seller-card{flex-direction:column;align-items:stretch;text-align:center}}.auth-seller-card__icon{font-size:2rem;flex-shrink:0}.auth-seller-card__text{flex:1;min-width:0}.auth-seller-card__text strong{display:block;font-size:14px;color:var(--sm-text);margin-bottom:2px;overflow-wrap:anywhere}.auth-seller-card__text span{font-size:12px;color:var(--sm-text-muted);line-height:1.3}.auth-seller-card .btn{flex-shrink:0}.form-section{background:var(--sm-surface);border-radius:var(--sm-radius-lg);border:1px solid var(--sm-border-light);padding:28px;max-width:480px;margin:24px auto}.form-section h1,.form-section h2{font-family:var(--sm-font-display);font-size:1.3rem;margin-top:0;margin-bottom:20px}.breadcrumb{margin-bottom:16px}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:0;font-size:13px}.breadcrumb__item a{color:var(--sm-terracotta)}.breadcrumb__item a:hover{text-decoration:underline}.breadcrumb__separator{margin:0 6px;color:var(--sm-text-light);font-size:11px}.breadcrumb__item[aria-current=page]{color:var(--sm-text-muted)}.product-page{max-width:1200px;margin:0 auto}.product-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;margin-bottom:32px}@media(min-width:768px){.product-layout{grid-template-columns:minmax(0,1fr)minmax(0,1fr);column-gap:20px}}@media(min-width:1024px){.product-layout{grid-template-columns:minmax(0,1fr)minmax(0,1fr)240px;column-gap:20px}}.product-gallery{background:0 0;border:none;padding:0;width:100%;min-width:0}.gallery-main{width:100%;margin-bottom:10px}.gallery-main__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px}.gallery-main__video{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;background:#000}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--sm-border)transparent;padding-bottom:4px}.gallery-thumbs::-webkit-scrollbar{height:4px}.gallery-thumbs::-webkit-scrollbar-thumb{background:var(--sm-border);border-radius:2px}.gallery-thumb{width:calc(25% - 8px);min-width:calc(25% - 8px);aspect-ratio:3/4;border:2px solid var(--sm-border-light);border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:0 0;flex-shrink:0;scroll-snap-align:start;transition:border-color var(--sm-transition),transform .18s ease}.gallery-thumb:active{transform:scale(.97)}.gallery-thumb--video{position:relative}.gallery-thumb--video img{width:100%;height:100%;object-fit:cover}.gallery-thumb--video::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,5%) 0%,rgba(0,0,0,.55) 100%);pointer-events:none}.gallery-thumb__video-badge{position:absolute;top:50%;left:50%;width:34px;height:34px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(255,255,255,.95);color:var(--sm-terracotta);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px -2px rgba(0,0,0,.4);z-index:1;padding-left:2px}.gallery-thumb__video-label{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);z-index:1}.video-preview__player{width:100%;max-width:100%;border-radius:var(--sm-radius);background:#000;margin-top:8px}.form-sidebar__preview video.video-preview__player{margin-top:0;margin-bottom:8px}.email-verify-banner{display:flex;align-items:center;gap:12px;padding:12px 20px;margin-bottom:20px;background:#fdf0ea;border-bottom:1px solid var(--sm-terracotta);color:var(--sm-text);font-size:13px;flex-wrap:wrap}.email-verify-banner__icon{color:var(--sm-terracotta);flex-shrink:0}.email-verify-banner__text{flex:1;min-width:200px}.email-verify-banner__form{margin:0}.email-verify-banner__btn{background:var(--sm-terracotta);color:#fff;border:none;padding:6px 14px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background var(--sm-transition)}.email-verify-banner__btn:hover{background:var(--sm-terracotta-light);color:#fff;text-decoration:none}.form-card__badge{display:inline-block;margin-left:8px;padding:2px 8px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--sm-gold-light,#fff6dc);color:#8a5a00;border-radius:100px;vertical-align:middle}.gallery-thumb:hover,.gallery-thumb--active{border-color:var(--sm-terracotta)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb--hidden{display:none}.lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.85);align-items:center;justify-content:center;cursor:zoom-out}.lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;cursor:default}.lightbox__close{position:absolute;top:16px;right:20px;background:0 0;border:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;padding:4px 10px}.lightbox__close:hover{opacity:.7}.gallery-slider{position:relative;display:flex;align-items:center;gap:4px}.gallery-slider__arrow{width:28px;height:28px;border-radius:50%;border:1px solid var(--sm-border);background:var(--sm-surface);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--sm-text-secondary);transition:border-color var(--sm-transition),color var(--sm-transition)}.gallery-slider__arrow:hover{border-color:var(--sm-terracotta);color:var(--sm-terracotta)}.product-gallery__no-image{position:relative;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--sm-bg);border-radius:4px;color:var(--sm-text-light);font-size:14px}.product-info{display:flex;flex-direction:column;gap:8px;padding-left:0;min-width:0}@media(min-width:768px){.product-info{padding-left:20px}}.product-info__seller-link{font-size:13px;color:var(--sm-terracotta)}.product-info__seller-link:hover{text-decoration:underline}.product-info__title{font-size:1.7rem;font-weight:500;line-height:1.3;overflow-wrap:anywhere}.product-info__rating{display:flex;align-items:center;gap:2px}.product-info__rating .rating-link{color:var(--sm-terracotta);font-size:13px;margin-left:4px}.product-info__rating .rating-link:hover{text-decoration:underline}.product-info__price-line{display:flex;align-items:baseline;gap:6px;padding:8px 0}.product-info__price{font-size:1.7rem;font-weight:700;color:var(--sm-terracotta);line-height:1}.product-info__currency{font-size:13px;color:var(--sm-text-muted)}.product-info__separator{height:1px;background:var(--sm-border-light);margin:4px 0}.product-buybox{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:16px;display:flex;flex-direction:column;gap:12px;align-self:flex-start}@media(min-width:1024px){.product-buybox{position:sticky;top:90px}}.buybox__price{display:flex;align-items:baseline;gap:4px}.buybox__price-value{font-size:1.4rem;font-weight:700;color:var(--sm-terracotta)}.buybox__price-currency{font-size:13px;color:var(--sm-text-muted)}.buybox__seller{display:flex;flex-direction:column;gap:2px;font-size:13px;padding-bottom:12px;border-bottom:1px solid var(--sm-border-light)}.buybox__seller-label{color:var(--sm-text-light)}.buybox__seller-name{color:var(--sm-terracotta);font-weight:500}.buybox__seller-name:hover{text-decoration:underline}.buybox__seller-city{color:var(--sm-text-light)}.product-info__details{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-top:1px solid var(--sm-border-light);border-bottom:1px solid var(--sm-border-light)}.product-info__detail{display:flex;gap:8px;font-size:13px}.product-info__detail dt{color:var(--sm-text-muted);min-width:80px;font-weight:500}.product-info__detail dd{color:var(--sm-text);font-weight:500}.product-info__detail dd a{color:var(--sm-terracotta)}.product-actions{display:flex;flex-direction:column;gap:8px}.btn--lg{padding:12px 24px;font-size:15px}.product-share{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--sm-text-muted);min-width:0;padding-top:4px}.product-share--desktop{display:none}@media(min-width:1024px){.product-share--mobile{display:none}.product-share--desktop{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--sm-border-light)}.product-share--desktop .product-share__icons{display:flex;gap:8px}.product-share--desktop .share-icon{width:36px;height:36px}.product-share--desktop .share-icon svg{width:16px;height:16px}}.product-share__label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--sm-text-muted);margin-right:2px}.share-icon{position:relative;width:38px;height:38px;border-radius:50%;border:1.5px solid var(--sm-border);background:var(--sm-surface);color:var(--sm-text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease;-webkit-tap-highlight-color:transparent;padding:0}.share-icon:active{transform:scale(.94)}.share-icon svg{display:block}.share-icon:hover{transform:translateY(-1px)}.share-icon--whatsapp:hover{color:#25d366;border-color:#25d366;background:#f0fff4}.share-icon--facebook:hover{color:#1877f2;border-color:#1877f2;background:#eff6ff}.share-icon--copy:hover{color:var(--sm-terracotta);border-color:var(--sm-terracotta);background:#fdf0ea}.share-icon__check{position:absolute;opacity:0;transform:scale(.6);transition:opacity .18s ease,transform .18s ease}.share-icon--copied{color:#2a8f3a;border-color:#2a8f3a;background:#eef7ee}.share-icon--copied:hover{color:#2a8f3a;border-color:#2a8f3a;background:#eef7ee}.share-icon--copied .share-icon__default{opacity:0;transform:scale(.6);transition:opacity .18s ease,transform .18s ease}.share-icon--copied .share-icon__check{opacity:1;transform:scale(1)}.report-section{margin-top:12px}.report-toggle{background:0 0;border:none;color:var(--sm-text-light);font-size:12px;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;font-family:var(--sm-font)}.report-toggle:hover{color:var(--sm-error)}.report-toggle--inline{font-size:11px;margin-top:6px}.report-form{margin-top:8px;padding:12px;background:#fdf2f2;border:1px solid #f5c6c6;border-radius:var(--sm-radius);display:flex;flex-direction:column;gap:8px}.report-form[hidden]{display:none}.report-form--inline{padding:8px;margin-top:6px}.report-select{padding:6px 8px;border:1px solid var(--sm-border);border-radius:var(--sm-radius);font-size:13px;font-family:var(--sm-font);background:var(--sm-surface)}.report-textarea{padding:6px 8px;border:1px solid var(--sm-border);border-radius:var(--sm-radius);font-size:13px;font-family:var(--sm-font);resize:vertical}.product-seller{background:var(--sm-bg);border-radius:var(--sm-radius);padding:14px}.product-seller__title{font-size:13px;font-weight:600;color:var(--sm-text-muted);margin-bottom:8px}.product-seller__link{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--sm-terracotta)}.product-seller__link:hover{text-decoration:underline}.product-seller__logo{border-radius:50%;object-fit:cover}.product-seller__city{font-size:13px;color:var(--sm-text-muted);margin-top:4px}.product-variants{display:flex;flex-direction:column;gap:20px;margin:8px 0 4px}.variant-group__header{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-bottom:10px}.variant-group__label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--sm-text)}.variant-group__selected{font-size:13px;color:var(--sm-terracotta);font-weight:500}.variant-group__selected--placeholder{color:var(--sm-text-muted);font-weight:400;font-style:italic}.variant-group__options{display:flex;flex-wrap:wrap;gap:8px}.variant-btn{min-width:48px;min-height:48px;padding:0 16px;border:1.5px solid var(--sm-border);border-radius:8px;background:var(--sm-surface);font-size:14px;font-weight:600;font-family:var(--sm-font);color:var(--sm-text);cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .12s ease;-webkit-tap-highlight-color:transparent;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.01em}.variant-btn:hover{border-color:var(--sm-text);background:var(--sm-bg)}.variant-btn:active{transform:scale(.97)}.variant-btn[aria-pressed=true]{border-color:var(--sm-terracotta);background:var(--sm-terracotta);color:#fff}.variant-btn[aria-disabled=true],.variant-btn[disabled]{color:var(--sm-text-muted);background:repeating-linear-gradient(135deg,var(--sm-bg),var(--sm-bg) 4px,var(--sm-surface) 4px,var(--sm-surface) 8px);border-color:var(--sm-border-light);cursor:not-allowed;opacity:.6}.variant-btn[aria-disabled=true]:hover{border-color:var(--sm-border-light);background:repeating-linear-gradient(135deg,var(--sm-bg),var(--sm-bg) 4px,var(--sm-surface) 4px,var(--sm-surface) 8px)}.variant-availability{display:none;align-items:center;gap:6px;padding:8px 14px;border-radius:100px;font-size:13px;font-weight:500;width:fit-content;margin-top:4px;transition:opacity .2s ease}.variant-availability:not(:empty){display:inline-flex}.variant-availability.variant-unavailable{background:#fdf1f0;color:#a8322d;border:1px solid #f3c4c0}.variant-availability.variant-available{background:#eef7ee;color:#2a6a2f;border:1px solid #c7e4c8}.variant-availability::before{content:'';width:8px;height:8px;border-radius:50%;flex-shrink:0}.variant-availability.variant-unavailable::before{background:#d9453d}.variant-availability.variant-available::before{background:#2a9c33}.product-similar{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:20px;margin-bottom:24px}.similar-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}@media(max-width:900px){.similar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:576px){.similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.similar-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform var(--sm-transition)}.similar-card:hover{transform:translateY(-2px);text-decoration:none}.similar-card__image{aspect-ratio:1;overflow:hidden;border-radius:var(--sm-radius);background:var(--sm-bg);margin-bottom:8px}.similar-card__image img{width:100%;height:100%;object-fit:cover}.similar-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem}.similar-card__title{font-size:13px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.similar-card:hover .similar-card__title{color:var(--sm-terracotta)}.similar-card__rating{display:flex;align-items:center;gap:1px;margin-bottom:4px}.similar-card__rating .star{font-size:12px}.similar-card__rating .rating-count{font-size:11px}.similar-card__price{font-size:14px;font-weight:700;color:var(--sm-terracotta)}.similar-card__price span{font-size:11px;font-weight:400;color:var(--sm-text-muted)}.product-description{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:20px;margin-bottom:24px}.product-description__content{font-size:14px;line-height:1.7;color:var(--sm-text)}.product-questions,.product-reviews{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:20px;margin-bottom:24px}.questions-list,.reviews-list{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.question-item,.review-item{padding-bottom:16px;border-bottom:1px solid var(--sm-border-light)}.question-item__question{font-size:14px;margin-bottom:6px}.question-item__answer{font-size:14px;color:var(--sm-text-muted);padding-left:16px}.question-item__meta{font-size:12px;color:var(--sm-text-light)}.question-item__pending{font-size:12px;color:var(--sm-gold);font-style:italic}.reviews-summary{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--sm-border-light)}.reviews-summary__score{font-size:2rem;font-weight:700;color:var(--sm-terracotta)}.reviews-summary__count{font-size:13px;color:var(--sm-text-muted)}.review-item__header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.review-item__author{font-weight:600;font-size:13px}.review-item__date{font-size:12px;color:var(--sm-text-light)}.review-item__comment{font-size:14px;line-height:1.6}.form-subtitle{font-size:1rem;margin-bottom:12px}.empty-state--inline{font-size:14px;color:var(--sm-text-light);font-style:italic}.empty-state--illustrated{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;text-align:center;color:var(--sm-text-muted);font-size:14px}.empty-state__icon{flex-shrink:0}.cart-empty .empty-state__icon{margin-bottom:4px}.login-prompt,.review-info{font-size:13px;color:var(--sm-text-muted)}.login-prompt a{color:var(--sm-terracotta);font-weight:600}.login-prompt a:hover{text-decoration:underline}.question-form-wrapper,.review-form-wrapper{background:var(--sm-bg);border-radius:var(--sm-radius);padding:16px;margin-top:16px}.review-form,.question-form{display:flex;flex-direction:column;gap:12px;max-width:600px}.review-form__bottom,.question-form__bottom{display:flex;gap:10px;align-items:center}@media(max-width:480px){.review-form,.question-form{max-width:100%}}.review-form textarea{width:100%;padding:8px 12px;border:1px solid var(--sm-border);border-radius:var(--sm-radius);font-family:inherit;font-size:.9rem;resize:vertical}.review-form textarea:focus{outline:none;border-color:var(--sm-terracotta)}.star-rating-input{display:flex;direction:rtl;gap:2px;justify-content:flex-end}.star-rating-input__radio{display:none}.star-rating-input__label{font-size:2rem;color:#bbb;cursor:pointer;transition:color .1s;line-height:1}.star-rating-input__label:hover,.star-rating-input__label:hover~.star-rating-input__label{color:var(--sm-gold)}.star-rating-input__radio:checked~.star-rating-input__label{color:var(--sm-gold)}.site-footer{background:var(--sm-header);color:#aaa;margin-top:40px;padding:0}.footer-columns{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;max-width:var(--sm-max-width);margin:0 auto;padding:36px 24px 24px}@media(max-width:768px){.footer-columns{grid-template-columns:1fr 1fr;gap:24px}}@media(max-width:480px){.footer-columns{grid-template-columns:1fr;gap:20px;padding:28px 16px 16px}}.footer-brand p{font-size:13px;line-height:1.5;margin:8px 0 0;color:#999}.footer-logo{height:48px;width:auto}.footer-col__title{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.footer-col nav{display:flex;flex-direction:column;gap:8px}.footer-col nav a{color:#bbb;text-decoration:none;font-size:13px;transition:color var(--sm-transition)}.footer-col nav a:hover{color:var(--sm-gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:16px 24px;text-align:center}.footer-bottom p{margin:0;font-size:12px;color:#777}.footer-bottom p+p{margin-top:4px}.footer-bottom a{color:#aaa;transition:color var(--sm-transition)}.footer-bottom a:hover{color:var(--sm-gold)}.page-cart{max-width:1100px;margin:0 auto}.page-checkout{max-width:700px;margin:0 auto}.checkout-layout{display:flex;flex-direction:column;gap:20px}.checkout-card{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);overflow:hidden}.checkout-card__header{background:var(--sm-header);padding:10px 16px;font-size:14px;font-weight:600;color:#e0e0e0;border-bottom:none}.checkout-card__body{padding:20px 24px}.checkout-card__separator{height:1px;background:var(--sm-border-light);margin:14px 0}.checkout-shop-group{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--sm-border-light)}.checkout-shop-name{font-size:16px;font-weight:700;margin-bottom:10px}.checkout-items{list-style:none;padding:0;margin:0}.checkout-item{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--sm-text-muted);padding:8px 0}.checkout-item-img{width:56px;height:56px;border-radius:var(--sm-radius);object-fit:contain;background:#f8f6f3;flex-shrink:0}.checkout-item-info{flex:1}.checkout-item-title{display:block;color:var(--sm-text);font-weight:500}.checkout-item-qty{display:block;font-size:12px;color:var(--sm-text-light);margin-top:2px}.checkout-item-subtotal{font-weight:600;color:var(--sm-text);white-space:nowrap;font-size:14px}.checkout-shop-total{font-size:14px;margin-top:10px;text-align:right}.checkout-grand-total{font-size:1.1rem;font-weight:700;color:var(--sm-terracotta);margin-top:12px;padding-top:10px;border-top:2px solid var(--sm-terracotta)}.form-row{display:flex;gap:12px}@media(max-width:480px){.form-row{flex-direction:column;gap:0}}.checkout-payment-note{font-size:.9rem;color:var(--sm-text-muted);padding:15px;background:var(--sm-bg);border-radius:var(--sm-radius);margin:0}.checkout-submit{margin-top:20px;text-align:center}.checkout-submit .btn--cta{padding:14px 48px;font-size:16px}@media(max-width:576px){.checkout-card__body{padding:16px}.checkout-submit .btn--cta{width:100%;padding:14px 24px}}.page-title{font-family:var(--sm-font-display);font-size:1.6rem;font-weight:600;margin-bottom:16px}.cart-empty{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:48px 24px;text-align:center}.cart-empty p{font-size:16px;color:var(--sm-text-muted);margin-bottom:16px}.cart-layout{display:grid;grid-template-columns:1fr;gap:20px;align-items:flex-start}@media(min-width:768px){.cart-layout{grid-template-columns:1fr 280px}}.cart-items{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius)}.cart-items__header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--sm-border-light)}.cart-select-all{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--sm-terracotta);cursor:pointer;font-weight:500}.cart-select-all input[type=checkbox]{width:18px;height:18px;accent-color:var(--sm-terracotta);cursor:pointer}.cart-items__price-label{font-size:14px;font-weight:600;color:var(--sm-text-muted)}.cart-item{display:flex;gap:16px;padding:20px;border-bottom:1px solid var(--sm-border-light);align-items:flex-start}.cart-item:last-child{border-bottom:none}.cart-item__checkbox{display:flex;align-items:flex-start;padding-top:24px;flex-shrink:0}.cart-item__checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--sm-terracotta);cursor:pointer}.cart-item__image{width:120px;height:120px;flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid var(--sm-border-light)}.cart-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;background:var(--sm-bg);border-radius:4px}.cart-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.cart-item__title{font-size:15px;font-weight:400;color:var(--sm-text);line-height:1.4}.cart-item__title:hover{color:var(--sm-terracotta);text-decoration:none}.cart-item__variant{font-size:13px;color:var(--sm-text-muted)}.cart-item__shop{font-size:12px;color:var(--sm-text-light)}.cart-item__shop span{color:var(--sm-text-muted)}.cart-item__status{font-size:12px;color:var(--sm-success);font-weight:500;margin-top:2px}.cart-item__actions{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.cart-qty-control{display:inline-flex;align-items:center;border:1px solid var(--sm-border);border-radius:6px;overflow:hidden}.cart-qty__btn{display:flex;align-items:center;justify-content:center;width:32px;height:28px;background:var(--sm-bg);color:var(--sm-text);border:none;cursor:pointer;transition:background var(--sm-transition)}.cart-qty__btn:hover{background:var(--sm-border-light)}.cart-qty__btn--disabled{opacity:.3;pointer-events:none}.cart-qty__value{display:flex;align-items:center;justify-content:center;width:36px;height:28px;font-size:13px;font-weight:600;background:var(--sm-surface);border-left:1px solid var(--sm-border);border-right:1px solid var(--sm-border)}.cart-item__sep{color:var(--sm-border);font-size:14px}.cart-item__action{font-size:12px;color:var(--sm-terracotta);background:0 0;border:none;cursor:pointer;padding:0;font-family:var(--sm-font)}.cart-item__action:hover{text-decoration:underline}.cart-inline-form{display:inline}.cart-inline-form button{background:0 0;border:none}.cart-item__price{font-size:16px;font-weight:700;color:var(--sm-text);white-space:nowrap;flex-shrink:0;text-align:right;padding-top:4px}.cart-item__currency{font-size:12px;font-weight:400;color:var(--sm-text-muted)}@media(max-width:576px){.cart-item{gap:10px;padding:14px 12px;flex-wrap:wrap}.cart-item__image{width:80px;height:80px}.cart-item__checkbox{padding-top:16px}.cart-item__price{width:100%;text-align:left;padding-top:0;margin-top:-4px}.cart-item__title{font-size:14px}.cart-item__actions{gap:6px}.cart-qty__btn{width:36px;height:32px}.cart-qty__value{width:40px;height:32px}.cart-item__sep{display:none}.cart-item__action{padding:4px 0}}.text-right{text-align:right}.btn--sm{padding:6px 12px;font-size:12px;min-height:36px}.cart-summary-box{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:20px;display:flex;flex-direction:column;gap:12px}.cart-summary-title{font-size:15px;line-height:1.4}.cart-summary-amount{margin-top:4px}.cart-summary-title strong{font-size:20px;color:var(--sm-terracotta)}.cart-sidebar{display:flex;flex-direction:column;gap:16px;align-self:flex-start;position:sticky;top:90px}.cart-reco-sidebar{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:16px}.cart-reco-sidebar__title{font-size:15px;font-weight:700;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--sm-border-light)}.cart-reco-item{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--sm-border-light);text-decoration:none;color:inherit;align-items:flex-start}.cart-reco-item:last-child{border-bottom:none}.cart-reco-item:hover{text-decoration:none}.cart-reco-item__image{width:80px;height:80px;flex-shrink:0}.cart-reco-item__image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cart-reco-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--sm-bg);border-radius:4px;font-size:1.5rem}.cart-reco-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cart-reco-item__title{font-size:13px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--sm-text)}.cart-reco-item:hover .cart-reco-item__title{color:var(--sm-terracotta)}.cart-reco-item__price{font-size:14px;font-weight:700;color:var(--sm-terracotta)}.cart-reco-item__price span{font-size:11px;font-weight:400;color:var(--sm-text-muted)}.cart-reco-item__rating{display:flex;align-items:center;gap:1px}.cart-reco-item__rating .star{font-size:12px}.cart-reco-item__rating .rating-count{font-size:11px;color:var(--sm-text-light);margin-left:2px}.cart-reco-item__add-btn{font-size:11px;padding:3px 8px;margin-top:3px;align-self:flex-start;font-weight:500}.cart-left{display:flex;flex-direction:column;gap:20px;min-width:0}.cart-reco-section{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:20px;margin-top:20px}.cart-reco-slider{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--sm-border)transparent;padding-bottom:8px}.cart-reco-slider::-webkit-scrollbar{height:4px}.cart-reco-slider::-webkit-scrollbar-thumb{background:var(--sm-border);border-radius:2px}.cart-reco-slider .similar-card{min-width:160px;max-width:180px;flex-shrink:0;scroll-snap-align:start}.cart-bottom-reco{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:20px}.cart-bottom-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--sm-border)transparent;padding-bottom:8px}.cart-bottom-grid .similar-card{min-width:160px;max-width:180px;flex-shrink:0;scroll-snap-align:start}.similar-card__shop{font-size:11px;color:var(--sm-text-light)}.page-cart>.cart-summary-box{margin-top:20px}table{width:100%;border-collapse:collapse;background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);overflow:hidden;font-size:14px}table thead{background:var(--sm-bg);border-bottom:2px solid var(--sm-border)}table th{font-size:12px;font-weight:600;color:var(--sm-text-muted);text-transform:uppercase;letter-spacing:.5px;padding:10px 14px;text-align:left}table td{padding:10px 14px;border-bottom:1px solid var(--sm-border-light);vertical-align:middle}table tbody tr:last-child td{border-bottom:none}table tbody tr:hover{background:#faf8f5}table a{color:var(--sm-terracotta);font-weight:500}table a:hover{text-decoration:underline}table form{display:inline}table button[type=submit]{background:0 0;border:none;color:var(--sm-error);font-weight:600;font-size:13px;cursor:pointer;padding:0;font-family:var(--sm-font)}table button[type=submit]:hover{text-decoration:underline}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1px}.table-responsive table{min-width:500px}.table-actions{white-space:nowrap}.table-actions>*{display:inline-flex;vertical-align:middle;margin-right:4px}.table-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--sm-radius);color:var(--sm-text-muted);transition:all var(--sm-transition);border:none;background:0 0;cursor:pointer;padding:0;font-family:var(--sm-font)}.table-action:hover{background:var(--sm-bg);color:var(--sm-terracotta)}.table-action--danger:hover{background:#fdf0ef;color:var(--sm-error)}.table-action svg{display:block}.cat-indent{color:var(--sm-border);margin-right:4px}.admin-page{max-width:900px;margin:0 auto}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-card{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:24px;margin-bottom:20px;min-width:0}@media(max-width:576px){.admin-card{padding:16px}}.admin-detail-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:24px}@media(min-width:576px){.admin-detail-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(min-width:900px){.admin-detail-grid{grid-template-columns:repeat(3,1fr)}}.admin-detail-grid--2{grid-template-columns:1fr}@media(min-width:576px){.admin-detail-grid--2{grid-template-columns:repeat(2,1fr)}}.admin-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--sm-text);background:var(--sm-surface);border:1px solid var(--sm-border);border-radius:var(--sm-radius);padding:8px 14px;margin-bottom:16px;text-decoration:none;transition:all var(--sm-transition);min-height:40px;-webkit-tap-highlight-color:transparent}.admin-back:hover{background:var(--sm-bg);border-color:var(--sm-terracotta);color:var(--sm-terracotta);text-decoration:none}.admin-link{color:var(--sm-terracotta);text-decoration:none}.admin-link:hover{text-decoration:underline}.admin-link--muted{color:var(--sm-text-muted)}.admin-link--muted:hover{color:var(--sm-terracotta)}.admin-filters{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:12px 16px;margin-bottom:16px}.admin-filters__form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-filters__form .filter-input,.admin-filters__form .filter-select{width:auto;min-width:0;max-width:200px}.admin-icon-btn{background:0 0;border:1px solid var(--sm-border);border-radius:var(--sm-radius);padding:5px 7px;cursor:pointer;color:var(--sm-text-muted);display:inline-flex;align-items:center;transition:all var(--sm-transition)}.admin-icon-btn:hover{color:var(--sm-surface)}.admin-icon-btn--success:hover{background:var(--sm-success);border-color:var(--sm-success)}.admin-icon-btn--danger:hover{background:var(--sm-error);border-color:var(--sm-error)}.admin-icon-btn--primary:hover{background:var(--sm-terracotta);border-color:var(--sm-terracotta)}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px;padding-top:16px;border-top:1px solid var(--sm-border-light)}.admin-pagination__link{font-size:13px;color:var(--sm-terracotta);text-decoration:none}.admin-pagination__link:hover{text-decoration:underline}.admin-pagination__info{font-size:13px;color:var(--sm-text-muted)}.badge--boosted{background:#fff3e0;color:#e65100;font-size:10px}.table-action--boost{color:var(--sm-terracotta)}.table-action--boost:hover{color:#e65100}.badge--free{background:#e0e0e0;color:#555}.badge--pro{background:#e3f2fd;color:#1565c0}.badge--premium{background:#fff3e0;color:#e65100}.admin-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.admin-modal-overlay[hidden]{display:none}.admin-modal{background:var(--sm-surface);border-radius:var(--sm-radius-lg);width:100%;max-width:400px;box-shadow:0 8px 32px rgba(0,0,0,.2)}.admin-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--sm-border-light)}.admin-modal__header h3{font-size:15px;font-weight:600;margin:0}.admin-modal__close{background:0 0;border:none;font-size:22px;color:var(--sm-text-muted);cursor:pointer;line-height:1}.admin-modal__body{padding:20px;display:flex;flex-direction:column;gap:14px}.admin-modal__footer{padding:12px 20px;border-top:1px solid var(--sm-border-light);display:flex;justify-content:flex-end;gap:8px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.stats-card{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:12px 10px;text-align:center}@media(min-width:576px){.stats-card{padding:16px}}.stats-card--alert{border-color:var(--sm-error);background:#fef0f0}.stats-card--clickable{cursor:pointer;transition:all var(--sm-transition)}.stats-card--clickable:hover{box-shadow:var(--sm-shadow)}.stats-card--purple{color:#7c3aed}.stats-card--purple .stats-card__icon svg{stroke:#7c3aed}.stats-card--purple .stats-card__value{color:#7c3aed}.stats-card--purple .stats-card__link{color:#7c3aed}.stats-card--purple:hover{background:rgba(124,58,237,8%);border-color:#7c3aed}.stats-card--blue{color:#2563eb}.stats-card--blue .stats-card__icon svg{stroke:#2563eb}.stats-card--blue .stats-card__value{color:#2563eb}.stats-card--blue .stats-card__link{color:#2563eb}.stats-card--blue:hover{background:rgba(37,99,235,8%);border-color:#2563eb}.stats-card--green{color:#16a34a}.stats-card--green .stats-card__icon svg{stroke:#16a34a}.stats-card--green .stats-card__value{color:#16a34a}.stats-card--green .stats-card__link{color:#16a34a}.stats-card--green:hover{background:rgba(22,163,74,8%);border-color:#16a34a}.stats-card--orange{color:#ea580c}.stats-card--orange .stats-card__icon svg{stroke:#ea580c}.stats-card--orange .stats-card__value{color:#ea580c}.stats-card--orange .stats-card__link{color:#ea580c}.stats-card--orange:hover{background:rgba(234,88,12,8%);border-color:#ea580c}.stats-card--pink{color:#db2777}.stats-card--pink .stats-card__icon svg{stroke:#db2777}.stats-card--pink .stats-card__value{color:#db2777}.stats-card--pink .stats-card__link{color:#db2777}.stats-card--pink:hover{background:rgba(219,39,119,8%);border-color:#db2777}.stats-card__value{font-size:1.6rem;font-weight:700;color:var(--sm-terracotta);line-height:1.2}.stats-card--alert .stats-card__value{color:var(--sm-error)}.stats-card__label{font-size:12px;color:var(--sm-text-muted);margin-top:4px}.stats-card__icon{margin-bottom:4px}.stats-card__link{font-size:12px;color:var(--sm-terracotta);margin-top:6px}a.stats-card{text-decoration:none;color:inherit}a.stats-card:hover .stats-card__link{text-decoration:underline}.detail-list{display:flex;flex-direction:column;gap:8px}.detail-list__row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.bar-chart{display:flex;gap:6px;align-items:flex-end;height:180px;padding-bottom:40px;position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:0}@media(min-width:576px){.bar-chart{gap:12px}}.bar-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.bar-chart__bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.bar-chart__bar{width:70%;max-width:48px;background:var(--sm-terracotta);border-radius:4px 4px 0 0;min-height:4px;transition:height .5s}.bar-chart__amount{font-size:11px;font-weight:600;color:var(--sm-text);margin-top:4px}.bar-chart__label{font-size:10px;color:var(--sm-text-muted);margin-top:2px;white-space:nowrap}.admin-quick-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.admin-quick-link{display:flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);text-decoration:none;color:var(--sm-text);font-size:13px;font-weight:500;transition:all var(--sm-transition)}.admin-quick-link:hover{border-color:var(--sm-terracotta);color:var(--sm-terracotta);box-shadow:var(--sm-shadow)}.boost-progress{height:8px;background:#e8e8e8;border-radius:4px;overflow:hidden}.boost-progress__bar{height:100%;background:var(--sm-terracotta);border-radius:4px;transition:width .3s}.report-detail{display:flex;flex-direction:column;gap:10px}.report-detail__row{display:flex;gap:12px;align-items:baseline;font-size:14px}.report-detail__label{font-weight:600;color:var(--sm-text-muted);min-width:90px;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.payment-order{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--sm-border-light)}.payment-order__shop{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.payment-order__item{display:flex;justify-content:space-between;font-size:13px;color:var(--sm-text-muted);padding:2px 0}.payment-order__subtotal{display:flex;justify-content:space-between;margin-top:6px;padding-top:6px;border-top:1px dashed var(--sm-border-light)}.payment-total{display:flex;justify-content:space-between;font-size:1.1rem;padding-top:12px;border-top:2px solid var(--sm-text)}.payment-providers{display:flex;flex-direction:column;gap:10px}.payment-provider-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border:2px solid var(--sm-border);border-radius:var(--sm-radius-lg);background:var(--sm-surface);cursor:pointer;font-family:var(--sm-font);font-size:15px;font-weight:600;transition:all var(--sm-transition)}.payment-provider-btn:hover{border-color:var(--sm-terracotta);box-shadow:var(--sm-shadow)}.payment-provider--orange{color:#ff7900}.payment-provider--orange:hover{background:#fff5eb}.payment-provider--wave{color:#1dc8ff}.payment-provider--wave:hover{background:#e8f8fd}.payment-provider--free{color:#e30613}.payment-provider--free:hover{background:#fef0f0}.order-ref{font-size:12px;background:#f4f4f4;padding:2px 6px;border-radius:3px}.confirmation-icon{margin:24px 0 16px}.order-timeline{display:flex;align-items:center;justify-content:center;gap:0;margin:20px 0 24px;padding:16px 0}.timeline-step{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative}.timeline-step__dot{width:20px;height:20px;border-radius:50%;border:3px solid var(--sm-border);background:var(--sm-surface);transition:all .3s}.timeline-step--done .timeline-step__dot{background:var(--sm-success);border-color:var(--sm-success)}.timeline-step--cancelled .timeline-step__dot{background:var(--sm-error);border-color:var(--sm-error)}.timeline-step__label{font-size:11px;color:var(--sm-text-muted);white-space:nowrap}.timeline-step--done .timeline-step__label{color:var(--sm-success);font-weight:600}.timeline-connector{width:40px;height:3px;background:var(--sm-border);margin-bottom:20px}.timeline-connector--done{background:var(--sm-success)}.badge--pending{background:#fff3cd;color:#856404}.badge--confirmed{background:#e3f2fd;color:#1565c0}.badge--paid{background:#d4edda;color:#155724}.badge--shipped{background:#fff3e0;color:#e65100}.badge--delivered{background:#d4edda;color:#155724}.badge--cancelled{background:#fef0f0;color:#c0392b}.badge--resolved,.badge--verified{background:#d4edda;color:#155724}.badge--dismissed,.badge--rejected{background:#f0f0f0;color:#666}.shop-dashboard,.shop-products,.product-form-page{max-width:1100px;margin:0 auto}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.shop-info{display:flex;align-items:center;gap:12px}.shop-name{font-family:var(--sm-font-display);font-size:1.6rem;font-weight:600;margin:0}.plan-badge{display:inline-block;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600}.plan-badge--free{background:#e8f5e9;color:#2e7d32}.plan-badge--pro{background:#e3f2fd;color:#1565c0}.plan-badge--premium{background:#fff8e1;color:#f57f17}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:28px}.stat-card{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:20px}.stat-value{font-size:2rem;font-weight:700;color:var(--sm-terracotta);line-height:1}.stat-limit{font-size:1rem;color:var(--sm-text-light);font-weight:400}.stat-label{font-size:13px;color:var(--sm-text-muted);margin-top:4px}.stat-warning{font-size:12px;color:var(--sm-error);margin-top:8px}.stat-card--link{text-decoration:none;transition:border-color .15s}.stat-card--link:hover{border-color:var(--sm-terracotta)}.dashboard-section{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:20px;margin-bottom:20px}.dashboard-section h2{font-size:1.1rem;font-weight:600;margin:0 0 14px}.dashboard-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.dashboard-section .link{color:var(--sm-terracotta);font-size:13px;font-weight:500}.dashboard-section .link:hover{text-decoration:underline}.status-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600}.status-badge--pending{background:#fff3cd;color:#856404}.status-badge--confirmed{background:#d4edda;color:#155724}.status-badge--shipped{background:#d1ecf1;color:#0c5460}.status-badge--delivered{background:#d4edda;color:#155724}.status-badge--cancelled{background:#f8d7da;color:#721c24}.status-badge--published{background:#d4edda;color:#155724}.status-badge--draft{background:#e2e3e5;color:#383d41}.status-badge--archived{background:#f0f0f0;color:#666}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.page-header h1{font-family:var(--sm-font-display);font-size:1.4rem;font-weight:600;margin:0}.page-actions{display:flex;gap:8px}.product-thumb{width:56px;height:56px;object-fit:cover;border-radius:4px;border:1px solid var(--sm-border-light)}.form-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.form-grid{grid-template-columns:1fr 280px}}.form-main{display:flex;flex-direction:column;gap:16px}.form-sidebar-col{display:flex;flex-direction:column;gap:16px;align-self:flex-start;position:sticky;top:90px}.form-card{background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius-lg);padding:20px 24px}.form-card__header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--sm-border-light)}.form-card__step{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--sm-terracotta);color:#fff;font-size:14px;font-weight:700;border-radius:50%;flex-shrink:0}.form-card__title{font-size:1rem;font-weight:600;margin:0}.form-card__header svg{color:var(--sm-terracotta);flex-shrink:0}.form-card--tip{background:#fef9f0;border-color:var(--sm-gold-light)}.form-card__tip-title{font-size:14px;font-weight:700;margin:0 0 10px}.form-card__tips{font-size:13px;color:var(--sm-text-muted);line-height:1.6;padding-left:16px}.form-card__tips li{margin-bottom:4px;list-style:disc}.form-card__tips li::marker{color:var(--sm-gold)}.input-group__suffix{display:flex;align-items:center;padding:0 12px;background:var(--sm-bg);border:1px solid var(--sm-border);border-left:none;border-radius:0 var(--sm-radius)var(--sm-radius)0;font-size:13px;font-weight:600;color:var(--sm-text-muted);white-space:nowrap;flex-shrink:0}.form-sidebar{align-self:flex-start}.form-sidebar__title{font-size:1rem;font-weight:700;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--sm-border-light)}.form-sidebar__preview{margin-bottom:14px}.form-sidebar__preview img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--sm-radius);border:1px solid var(--sm-border-light)}.form-group{margin-bottom:16px}.form-row{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:576px){.form-row{grid-template-columns:1fr 1fr;gap:16px}}.attribute-value-row{display:grid;grid-template-columns:1fr;gap:8px;align-items:end;padding:12px;background:var(--sm-bg);border-radius:var(--sm-radius);margin-bottom:8px}@media(min-width:576px){.attribute-value-row{grid-template-columns:1fr 1fr auto auto;gap:10px}}.form-help{font-size:12px;color:var(--sm-text-light);margin-top:6px}.form-footer{display:flex;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--sm-border-light)}.variant-builder{margin-top:20px;padding-top:20px;border-top:1px solid var(--sm-border-light)}.variant-builder__title{font-size:1.1rem;font-weight:600;margin:0 0 6px}.variant-builder__help{font-size:13px;color:var(--sm-text-muted);margin:0 0 16px}.variant-specs-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--sm-border-light)}.variant-section-title{font-size:15px;font-weight:700;display:block;margin-bottom:12px}.variant-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:576px){.variant-specs-grid{grid-template-columns:1fr}}.variant-spec-group{display:flex;flex-direction:column;gap:4px}.variant-spec-label{font-size:13px;font-weight:600;color:var(--sm-text-muted)}.variant-spec-select{width:100%}.variant-spec-custom{width:100%;margin-top:6px;padding:7px 10px;border:1px solid var(--sm-border);border-radius:var(--sm-radius);font-size:13px;font-family:var(--sm-font);background:var(--sm-surface);color:var(--sm-text)}.variant-spec-custom:focus{border-color:var(--sm-terracotta);outline:none;box-shadow:0 0 0 2px rgba(196,91,40,.12)}.variant-declinaisons-section{margin-top:4px}.variant-attribute{margin-bottom:16px}.variant-attribute strong{display:block;font-size:14px;margin-bottom:8px}.variant-attribute__values{display:flex;flex-wrap:wrap;gap:6px}.variant-checkbox-label{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;background:var(--sm-bg);border:1px solid var(--sm-border);border-radius:4px;font-size:13px;cursor:pointer;transition:all var(--sm-transition);margin:0;white-space:nowrap}.variant-checkbox-label:hover{border-color:var(--sm-terracotta)}.variant-checkbox-label input[type=checkbox]{width:16px;height:16px;min-height:16px;margin:0;accent-color:var(--sm-terracotta);cursor:pointer;flex-shrink:0}.variant-checkbox-label input[type=checkbox]:checked+span,.variant-checkbox-label:has(input:checked){font-weight:600;border-color:var(--sm-terracotta);background:#fdf0ea}.variant-table-wrapper{margin-top:16px}.variant-table-wrapper table{font-size:13px}.variant-table-wrapper input[type=number]{width:100px;padding:4px 8px;font-size:13px}.current-images{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.current-images img{width:80px;height:80px;object-fit:cover;border-radius:4px;border:1px solid var(--sm-border-light)}.variant-swatch-label{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--sm-border);border-radius:4px;cursor:pointer;transition:all .2s}.variant-swatch-label:has(input:checked){border-color:var(--sm-terracotta);background:#fdf0ea}.variant-swatch{display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #ddd;flex-shrink:0}.variant-swatch-label:has(input:checked) .variant-swatch{border-color:var(--sm-terracotta);box-shadow:0 0 0 2px var(--sm-terracotta)}.variant-swatch-name{font-size:13px}.variant-images{margin-top:12px}.variant-images__title{font-size:12px;font-weight:600;color:var(--sm-text-muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;padding-bottom:8px;border-bottom:2px solid var(--sm-terracotta)}.variant-images__help{font-size:13px;color:var(--sm-text-muted);line-height:1.5;margin:-4px 0 16px;padding:10px 12px;background:rgba(196,91,40,4%);border-left:2px solid var(--sm-terracotta,#c45b28)}.gallery-editor__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-bottom:14px}.gallery-editor__grid:empty{display:none}.gallery-editor__tile{position:relative;aspect-ratio:1/1;background:var(--sm-bg);border:1px solid var(--sm-border);border-radius:6px;overflow:hidden}.gallery-editor__tile img{width:100%;height:100%;object-fit:cover;display:block}.gallery-editor__primary-badge,.gallery-editor__pill{position:absolute;bottom:6px;left:6px;padding:2px 8px;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:rgba(26,31,46,.9);border-radius:3px}.gallery-editor__pill{left:auto;right:6px;background:var(--sm-terracotta,#c45b28)}.gallery-editor__actions{position:absolute;top:4px;right:4px;display:flex;flex-direction:column;gap:3px;opacity:0;transition:opacity .15s ease}.gallery-editor__tile:hover .gallery-editor__actions,.gallery-editor__tile:focus-within .gallery-editor__actions{opacity:1}@media(hover:none){.gallery-editor__actions{opacity:1}}.gallery-editor__action{width:26px;height:26px;padding:0;border:none;background:rgba(255,255,255,.95);color:var(--sm-text,#1a1f2e);border-radius:50%;cursor:pointer;font-size:14px;line-height:1;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.2);display:inline-flex;align-items:center;justify-content:center}.gallery-editor__action:hover{background:#fff;transform:scale(1.05)}.gallery-editor__action--danger{color:#c44}.gallery-editor__action--danger:hover{background:#c44;color:#fff}.gallery-editor__dropzone{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;padding:18px 14px;background:0 0;border:1.5px dashed var(--sm-border);border-radius:6px;color:var(--sm-text-muted);cursor:pointer;font-family:inherit;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.gallery-editor__dropzone:hover{border-color:var(--sm-terracotta,#c45b28);background:rgba(196,91,40,4%);color:var(--sm-terracotta,#c45b28)}.gallery-editor__dropzone-plus{font-size:22px;line-height:1;font-weight:300}.gallery-editor__dropzone-label{font-size:13px;font-weight:600}.gallery-editor__dropzone-hint{font-size:11px;color:var(--sm-text-muted);letter-spacing:.03em}.gallery-editor__native{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.variant-image-upload{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:10px;padding:12px 0;border-bottom:1px solid var(--sm-border-light)}.variant-image-upload:last-child{border-bottom:none}.variant-image-upload>.variant-swatch{margin-top:4px}.variant-image-upload>span:not(.variant-swatch){margin-top:3px;font-weight:500;font-size:13px}.variant-image-previews{display:flex;flex-wrap:wrap;gap:8px;grid-column:2/-1}.variant-image-previews:empty{display:none}.variant-image-preview{position:relative;width:72px}.variant-image-preview img{width:72px;height:72px;object-fit:cover;border-radius:var(--sm-radius);border:1px solid var(--sm-border-light)}.variant-image-preview__name{display:block;font-size:10px;color:var(--sm-text-muted);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.variant-image-preview__remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:var(--sm-error);color:#fff;border:2px solid #fff;border-radius:50%;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.variant-image-preview__remove:hover{background:#b71c1c}.variant-image-dropzone{position:relative;grid-column:2/-1;border:2px dashed var(--sm-border);border-radius:var(--sm-radius);padding:14px 16px;text-align:center;cursor:pointer;transition:border-color var(--sm-transition),background var(--sm-transition);background:var(--sm-bg)}.variant-image-dropzone:hover,.variant-image-dropzone.is-dragover{border-color:var(--sm-terracotta);background:#fef5f0}.variant-image-dropzone__label{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;color:var(--sm-text-muted);pointer-events:none}.variant-image-dropzone__label span{color:var(--sm-terracotta);font-weight:600;text-decoration:underline}.variant-image-file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;min-height:auto;border:none;padding:0}.variant-image-upload img{width:48px;height:48px;object-fit:cover;border-radius:4px;border:1px solid var(--sm-border-light)}.variant-image-add-btn{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--sm-terracotta);background:0 0;border:none;cursor:pointer;padding:4px 0;font-family:var(--sm-font);font-weight:600;grid-column:2/-1}.variant-image-add-btn:hover{text-decoration:underline}.variant-image-add-btn svg{flex-shrink:0}.variant-swatch-btn{display:inline-flex;flex-direction:column;align-items:center;gap:6px;padding:6px 8px 8px;background:0 0;border:none;cursor:pointer;font-family:var(--sm-font);-webkit-tap-highlight-color:transparent}.variant-swatch{display:block;width:44px;height:44px;border-radius:50%;border:2px solid var(--sm-surface);box-shadow:0 0 0 1.5px var(--sm-border),0 2px 6px -2px rgba(0,0,0,.15);transition:box-shadow .2s ease,transform .2s ease}.variant-swatch-btn:hover .variant-swatch{transform:scale(1.06);box-shadow:0 0 0 1.5px var(--sm-text),0 4px 10px -2px rgba(0,0,0,.2)}.variant-swatch-btn__label{font-size:12px;color:var(--sm-text-muted);font-weight:500}.variant-swatch-btn[aria-pressed=true] .variant-swatch{box-shadow:0 0 0 2px var(--sm-surface),0 0 0 4px var(--sm-terracotta),0 4px 12px -2px rgba(196,91,40,.35)}.variant-swatch-btn[aria-pressed=true] .variant-swatch-btn__label{color:var(--sm-terracotta);font-weight:600}.variant-color-selector{display:flex;flex-wrap:wrap;gap:14px}.variant-color-option{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;text-decoration:none;background:0 0;border:none;padding:0;font-family:var(--sm-font);-webkit-tap-highlight-color:transparent}.variant-color-option__thumb{position:relative;width:72px;height:96px;border-radius:10px;overflow:hidden;background:var(--sm-bg);box-shadow:0 0 0 2px transparent,0 4px 10px -4px rgba(0,0,0,.12);transition:box-shadow .22s ease,transform .22s ease}@media(min-width:768px){.variant-color-option__thumb{width:80px;height:104px}}.variant-color-option__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.variant-color-option__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--sm-text-muted);opacity:.5}.variant-color-option__label{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--sm-text-muted);letter-spacing:.01em;transition:color .18s ease,font-weight .18s ease;max-width:90px}.variant-color-option__dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 1px rgba(0,0,0,.18)inset}.variant-color-option__dot--multi{background:conic-gradient(from 180deg,#c45b28 0,#d4a832 60deg,#2e7a3e 120deg,#1a6a8a 180deg,#7b3aa2 240deg,#b8242a 300deg,#c45b28 360deg)}.variant-color-option__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.variant-color-option:hover .variant-color-option__thumb{transform:translateY(-2px);box-shadow:0 0 0 1.5px var(--sm-text),0 8px 18px -6px rgba(0,0,0,.2)}.variant-color-option:hover .variant-color-option__thumb img{transform:scale(1.04)}.variant-color-chips{display:flex;flex-wrap:wrap;gap:8px}.variant-color-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px 8px 10px;min-height:40px;background:var(--sm-bg);border:1.5px solid var(--sm-border);border-radius:999px;cursor:pointer;font-family:var(--sm-font);font-size:13px;font-weight:500;color:var(--sm-text);transition:border-color .18s ease,background-color .18s ease,color .18s ease;-webkit-tap-highlight-color:transparent}.variant-color-chip:hover{border-color:var(--sm-text);background:var(--sm-bg-alt,#fff)}.variant-color-chip[aria-pressed=true]{border-color:var(--sm-terracotta,#c45b28);background:rgba(196,91,40,8%);color:var(--sm-terracotta,#c45b28)}.variant-color-chip__dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 1px rgba(0,0,0,.18)inset}.variant-color-chip__dot--multi{background:conic-gradient(from 180deg,#c45b28 0,#d4a832 60deg,#2e7a3e 120deg,#1a6a8a 180deg,#7b3aa2 240deg,#b8242a 300deg,#c45b28 360deg)}.variant-color-chip__name{white-space:nowrap;line-height:1}.variant-color-option--selected .variant-color-option__thumb,.variant-color-option[aria-pressed=true] .variant-color-option__thumb{box-shadow:0 0 0 2.5px var(--sm-terracotta),0 8px 18px -6px rgba(196,91,40,.3);transform:translateY(-2px)}.variant-color-option--selected .variant-color-option__label,.variant-color-option[aria-pressed=true] .variant-color-option__label{color:var(--sm-terracotta);font-weight:600}@keyframes variant-blink{0%{transform:scale(1);box-shadow:0 0 rgba(212,168,50,.75);background:var(--sm-terracotta)}50%{transform:scale(1.12);box-shadow:0 0 0 8px rgba(212,168,50,0);background:#e07544}100%{transform:scale(1);box-shadow:0 0 rgba(212,168,50,0);background:var(--sm-terracotta)}}.variant-btn--blink{animation:variant-blink .5s ease-out 2;position:relative;z-index:2}.variant-image-thumbs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px;grid-column:2/-1}.variant-image-thumb{position:relative;width:48px;height:48px}.variant-image-thumb img{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid var(--sm-border-light)}.variant-image-thumb__remove{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--sm-danger,#d32f2f);color:#fff;border:none;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.variant-image-thumb__remove:hover{background:#b71c1c}.page-wishlist{max-width:1200px;margin:0 auto;padding:24px 16px}.wishlist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(min-width:576px){.wishlist-grid{gap:16px}}@media(min-width:768px){.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1100px){.wishlist-grid{grid-template-columns:repeat(4,1fr)}}.wishlist-card{background:#fff;border:1px solid var(--sm-border,#e0e0e0);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s}.wishlist-card:hover{box-shadow:0 2px 8px rgba(0,0,0,8%)}.wishlist-card__image{display:block;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.wishlist-card__image img{width:100%;height:100%;object-fit:cover}.wishlist-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:3rem}.wishlist-card__body{padding:8px;display:flex;flex-direction:column;gap:3px;flex:1}@media(min-width:576px){.wishlist-card__body{padding:12px;gap:4px}}.wishlist-card__title{font-weight:500;color:var(--sm-text,#0f1111);text-decoration:none;font-size:.85rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:576px){.wishlist-card__title{font-size:.95rem}}.wishlist-card__title:hover{color:var(--sm-primary,#c45500);text-decoration:underline}.wishlist-card__price{font-weight:700;font-size:1.1rem;color:var(--sm-price,#b12704)}.wishlist-card__price span{font-size:.8rem;font-weight:400}.wishlist-card__shop{font-size:.8rem;color:var(--sm-text-muted,#565959)}.wishlist-card__rating{display:flex;align-items:center;gap:4px;font-size:.85rem}.wishlist-card__actions{margin-top:auto;padding-top:8px;display:flex;gap:8px;flex-wrap:wrap}.btn--wishlist{gap:6px;display:inline-flex;align-items:center;justify-content:center}.btn--wishlist-active{color:#c45500}.text-center{text-align:center}.text-muted{color:var(--sm-text-muted)}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}@keyframes spin{to{transform:rotate(360deg)}}.spinner{animation:spin .6s linear infinite;vertical-align:middle}.infinite-scroll-loader[hidden]{display:none}.infinite-scroll-loader{display:flex;align-items:center;justify-content:center;gap:8px;padding:32px 0;color:var(--sm-text-muted);font-size:.9rem}.infinite-scroll-end[hidden]{display:none}.infinite-scroll-end{text-align:center;padding:32px 16px;color:var(--sm-text-muted);font-size:.9rem;border-top:1px solid var(--sm-border);margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:12px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:16px}@media(max-width:768px){.pricing-grid{grid-template-columns:1fr}}.pricing-card{position:relative;background:#eef0f6;border:2px solid #d5d9e5;border-radius:10px;padding:20px 16px;display:flex;flex-direction:column}@media(min-width:576px){.pricing-card{padding:28px 24px}}.pricing-card--current{border-color:var(--sm-terracotta);box-shadow:0 0 0 1px var(--sm-terracotta)}.pricing-chip{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--sm-terracotta);color:#fff;font-size:11px;font-weight:600;padding:3px 12px;border-radius:20px;white-space:nowrap}.pricing-card__name{font-size:1.2rem;font-weight:700;margin:0 0 12px}.pricing-card__price{margin-bottom:20px}.pricing-card__amount{font-size:2rem;font-weight:800;color:var(--sm-text)}.pricing-card__currency{font-size:.9rem;color:var(--sm-text-muted);margin-left:4px}.pricing-card__period{font-weight:400}.pricing-card__features{list-style:none;padding:0;margin:0 0 20px;flex:1;display:flex;flex-direction:column;gap:10px}.pricing-feature{display:flex;align-items:center;gap:8px;font-size:.9rem}.pricing-feature--included{color:var(--sm-text)}.pricing-feature--included svg{color:#2e7d32;flex-shrink:0}.pricing-feature--excluded{color:var(--sm-text-muted)}.pricing-feature--excluded svg{color:#bbb;flex-shrink:0}.pricing-card__btn{margin-top:auto}.questions-list{display:flex;flex-direction:column;gap:16px}.question-card{background:var(--sm-surface);border:1px solid var(--sm-border);border-radius:var(--sm-radius);padding:20px}.question-card--pending{border-left:3px solid var(--sm-terracotta)}.question-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}.question-card__product{font-weight:600;color:var(--sm-terracotta);text-decoration:none}.question-card__product:hover{text-decoration:underline}.question-card__date{font-size:.8rem;color:var(--sm-text-muted);white-space:nowrap}.question-card__label{display:block;font-size:.8rem;font-weight:600;color:var(--sm-text-muted);margin-bottom:4px}.question-card__question{background:var(--sm-bg);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);padding:12px 14px}.question-card__question p,.question-card__answer p{margin:0;font-size:.95rem;line-height:1.5}.question-card__answer{margin-top:12px;padding-top:12px;border-top:1px solid var(--sm-border-light)}.question-card__form{margin-top:12px;display:flex;gap:10px;align-items:flex-start}.question-card__textarea{flex:1;padding:8px 12px;border:1px solid var(--sm-border);border-radius:var(--sm-radius);font-family:inherit;font-size:.9rem;resize:vertical}.question-card__textarea:focus{outline:none;border-color:var(--sm-terracotta)}.static-page{max-width:700px;margin:0 auto;padding:24px 16px 48px}.static-page h1{font-family:var(--sm-font-display);font-size:1.8rem;font-weight:600;margin:0 0 24px}.static-page h2{font-size:1.2rem;font-weight:600;margin:28px 0 12px;color:var(--sm-text)}.static-page h3{font-size:1rem;font-weight:600;margin:20px 0 8px}.static-page p,.static-page li{font-size:14px;line-height:1.7;color:var(--sm-text-muted);margin:0 0 12px}.static-page ul,.static-page ol{padding-left:20px;margin:0 0 16px}.static-page a:not(.btn){color:var(--sm-terracotta)}.static-page a:not(.btn):hover{text-decoration:underline}.static-page__section{margin-bottom:32px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:20px 0}@media(max-width:576px){.steps{grid-template-columns:1fr;gap:16px}}.step{text-align:center;padding:20px 16px;background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius-lg)}.step__number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--sm-terracotta);color:#fff;font-weight:700;border-radius:50%;margin-bottom:12px;font-size:16px}.step__title{font-weight:600;margin:0 0 6px;font-size:15px}.step__text{font-size:13px;color:var(--sm-text-muted);margin:0;line-height:1.5}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:20px 0}@media(max-width:480px){.features-grid{grid-template-columns:1fr}}.feature-card{padding:20px;background:var(--sm-surface);border:1px solid var(--sm-border-light);border-radius:var(--sm-radius)}.feature-card__title{font-weight:600;font-size:14px;margin:0 0 6px}.feature-card__text{font-size:13px;color:var(--sm-text-muted);margin:0;line-height:1.5}.faq-section{margin-bottom:28px}.faq-item{border:1px solid var(--sm-border-light);border-radius:var(--sm-radius);margin-bottom:8px;overflow:hidden;background:var(--sm-surface)}.faq-item summary{padding:14px 16px;font-size:14px;font-weight:600;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;-webkit-tap-highlight-color:transparent}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';font-size:18px;font-weight:400;color:var(--sm-text-muted);flex-shrink:0;transition:transform .2s}.faq-item[open] summary::after{content:'−'}.faq-item__answer{padding:0 16px 14px;font-size:14px;line-height:1.6;color:var(--sm-text-muted)}.error-page{max-width:500px;margin:0 auto;padding:48px 16px 64px;text-align:center}.error-page__icon{margin-bottom:20px}.error-page__title{font-family:var(--sm-font-display);font-size:1.8rem;font-weight:600;margin:0 0 12px}.error-page__text{font-size:15px;color:var(--sm-text-muted);margin:0 0 8px;line-height:1.5}.error-page__text--muted{font-size:13px;color:var(--sm-text-light)}.error-page__text a{color:var(--sm-terracotta)}.error-page__search{display:flex;max-width:400px;margin:24px auto;border-radius:var(--sm-radius);overflow:hidden;border:1px solid var(--sm-border)}.error-page__input{flex:1;padding:10px 14px;border:none;min-height:44px;font-size:14px;outline:none;min-width:0;border-radius:0}.error-page__search .btn{border-radius:0;flex-shrink:0}.error-page__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:20px}.shop-page{--shop-bg:#f5f0eb;--shop-accent:#c45b28}.shop-page .shop-banner__img{width:100%;height:auto;max-height:450px;object-fit:cover;display:block}.shop-page .shop-banner__placeholder{height:180px;background:linear-gradient(135deg,var(--shop-accent),color-mix(in srgb,var(--shop-accent) 60%,#000))}.shop-page .shop-header{background:var(--shop-bg);padding:24px 40px;margin-bottom:24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.shop-page .shop-products{padding:0 40px}.shop-page .product-grid{grid-template-columns:repeat(4,1fr);gap:16px}.shop-page .product-card{border-radius:var(--sm-radius-lg)}.shop-page .product-card__image-wrap img{padding:0;object-fit:cover}@media(max-width:1024px){.shop-page .product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.shop-page .product-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.shop-page .shop-header__logo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--shop-accent);flex-shrink:0}.shop-page .shop-header__initial{width:80px;height:80px;border-radius:50%;background:var(--shop-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;flex-shrink:0}.shop-page .shop-header__info{flex:1;min-width:200px}.shop-page .shop-header__name{font-size:1.4rem;font-weight:700;margin:0 0 4px}.shop-page .shop-header__city{color:var(--sm-text-muted);font-size:13px}.shop-page .shop-header__desc{color:var(--sm-text-muted);font-size:14px;margin-top:8px;line-height:1.5}.shop-page .shop-header__badge{display:inline-flex;align-items:center;gap:4px;background:var(--shop-accent);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px}.shop-page .btn--shop-whatsapp{background:#25d366;color:#fff;padding:10px 20px;border-radius:var(--sm-radius);font-weight:600;display:inline-flex;align-items:center;gap:8px}.shop-page .btn--shop-whatsapp:hover{background:#1da851}.shop-page .shop-products__title{font-size:1.1rem;font-weight:600;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--shop-accent)}.shop-themed .product-info__price,.shop-themed .product-info__price-line,.shop-themed .buybox__price-value,.shop-themed .similar-card__price{color:var(--shop-accent)}.shop-themed .product-info__seller-link,.shop-themed .buybox__seller-name,.shop-themed .product-info__detail a,.shop-themed .rating-link{color:var(--shop-accent)}.shop-themed .btn--primary{background:var(--shop-accent);border-color:var(--shop-accent)}.shop-themed .btn--primary:hover{filter:brightness(.9)}.shop-themed .btn--whatsapp{border-color:transparent}.shop-themed .breadcrumb__item a{color:var(--shop-accent)}.shop-themed .section-title{border-color:var(--shop-accent)}.shop-themed .badge--verified,.shop-themed .badge--premium{background:var(--shop-accent);color:#fff}.shop-themed .variant-swatch-btn[aria-pressed=true],.shop-themed .variant-btn[aria-pressed=true],.shop-themed .variant-color-option[aria-pressed=true]{border-color:var(--shop-accent)}.shop-themed .star--filled{color:var(--shop-accent)}.shop-page .product-card__title{color:var(--sm-text);transition:color var(--sm-transition)}.shop-page .product-card:hover .product-card__title{color:var(--shop-accent)}.shop-themed .similar-card__title{color:var(--sm-text)}.shop-themed .similar-card:hover .similar-card__title{color:var(--shop-accent)}.shop-page .product-card__price{color:var(--shop-accent)}.shop-page .product-card__condition{color:var(--shop-accent);border-color:var(--shop-accent)}.shop-page .product-card__sponsored{color:var(--shop-accent)}.shop-page .section-title{border-color:var(--shop-accent)}.shop-page .product-card__seller{display:none}@media(max-width:768px){.shop-page .shop-header{padding:16px;gap:12px}.shop-page .shop-products{padding:0 16px}.shop-page .shop-header__logo,.shop-page .shop-header__initial{width:60px;height:60px;font-size:1.5rem}.shop-page .shop-header__name{font-size:1.1rem}}.theme-picker{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}@media(max-width:480px){.theme-picker{grid-template-columns:repeat(2,1fr)}}.theme-option{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;border:2px solid var(--sm-border-light);border-radius:var(--sm-radius-lg);cursor:pointer;transition:border-color var(--sm-transition),box-shadow var(--sm-transition);background:var(--sm-surface)}.theme-option:hover{border-color:var(--sm-border)}.theme-option--active,.theme-option:has(input:checked){border-color:var(--sm-terracotta);box-shadow:0 0 0 3px rgba(196,91,40,.15)}.theme-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.theme-option__swatch{width:48px;height:48px;border-radius:50%;border:3px solid;display:flex;align-items:center;justify-content:center;position:relative}.theme-option__accent{width:20px;height:20px;border-radius:50%}.theme-option__name{font-size:13px;font-weight:600;color:var(--sm-text)}.settings-preview{margin-bottom:12px;border-radius:var(--sm-radius);overflow:hidden;border:1px solid var(--sm-border-light)}.settings-preview--banner img{width:100%;max-height:200px;object-fit:cover;display:block}.settings-preview--logo img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--sm-border-light)}.theme-preview-box{border-radius:var(--sm-radius-lg);padding:20px;margin-top:12px;border:1px solid var(--sm-border-light);transition:background var(--sm-transition)}.theme-preview-box__header{border-bottom:2px solid;padding-bottom:10px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.theme-preview-box__header strong{font-size:1rem}.theme-preview-box__header span{font-size:12px;color:var(--sm-text-muted)}.theme-preview-box__products{display:flex;gap:10px;margin-bottom:14px}.theme-preview-box__card{flex:1;height:60px;background:var(--sm-surface);border-radius:var(--sm-radius);border:1px solid var(--sm-border-light)}.theme-preview-box__btn{display:inline-block;color:#fff;padding:8px 16px;border-radius:var(--sm-radius);font-size:13px;font-weight:600;transition:background var(--sm-transition)}.payment-return{max-width:600px;margin:60px auto;padding:0 20px;text-align:center}.payment-status{padding:40px;background:var(--sm-surface);border-radius:var(--sm-radius-lg);box-shadow:var(--sm-shadow)}.payment-status h1{margin:20px 0 10px;font-size:1.5rem}.payment-status p{color:var(--sm-text-muted);margin-bottom:10px}.payment-status .btn{margin-top:20px}.subscription-checkout{max-width:500px;margin:40px auto;padding:0 20px}.subscription-summary{background:var(--sm-surface);border-radius:var(--sm-radius-lg);box-shadow:var(--sm-shadow);padding:30px;text-align:center}.subscription-price{font-size:2rem;font-weight:700;color:var(--sm-terracotta);margin:10px 0 20px}.subscription-price span{font-size:.9rem;font-weight:400;color:var(--sm-text-muted)}.subscription-features{list-style:none;padding:0;margin:0 0 20px;text-align:left}.subscription-features li{padding:6px 0;border-bottom:1px solid var(--sm-border-light)}.subscription-features li::before{content:'\2713  ';color:var(--sm-success);font-weight:700}.subscription-note{font-size:.85rem;color:var(--sm-text-muted);margin-bottom:15px}.stars-svg{display:inline-flex;align-items:center;gap:1px;color:var(--sm-gold);line-height:1}.stars-svg .star-svg{display:block;flex-shrink:0}.stars-svg .star-svg--empty{color:var(--sm-text-muted);opacity:.45}.icon-package{color:var(--sm-text-muted);opacity:.55}.product-gallery__no-image{color:var(--sm-text-muted)}.product-gallery__placeholder-img,.product-gallery__placeholder-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-gallery__placeholder-img img{filter:grayscale(1);opacity:.45}.product-gallery__placeholder-hint{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--sm-text-muted);text-align:center}.product-gallery__placeholder-hint .icon-package{width:56px;height:56px;opacity:.7}.product-gallery__placeholder-text{font-size:.82rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.similar-card__placeholder .icon-package{opacity:.45}.product-info__title{font-size:1.85rem;font-weight:600;line-height:1.2;letter-spacing:-.01em;margin:4px 0 6px}.product-info__rating{align-items:center;gap:6px;min-height:18px}.reviews-summary{align-items:center;gap:18px;padding:16px 20px;background:var(--sm-bg);border-radius:var(--sm-radius);border:1px solid var(--sm-border-light)}.reviews-summary__score{font-size:2.4rem;font-weight:700;color:var(--sm-terracotta);line-height:1;display:flex;align-items:baseline;gap:2px}.reviews-summary__score-max{font-size:.9rem;font-weight:500;color:var(--sm-text-muted)}.reviews-summary__meta{display:flex;flex-direction:column;gap:4px}.reviews-summary__stars{display:flex}.reviews-summary__count{font-size:13px;color:var(--sm-text-muted)}.star-rating-input__label{color:var(--sm-text-muted);opacity:.4;padding:2px;transition:color .12s ease,opacity .12s ease,transform .12s ease;line-height:0;font-size:0}.star-rating-input__label svg{display:block}.star-rating-input__label:hover,.star-rating-input__label:hover~.star-rating-input__label{color:var(--sm-gold);opacity:1;transform:scale(1.05)}.star-rating-input__radio:checked~.star-rating-input__label{color:var(--sm-gold);opacity:1}.product-similar>.section-title,.product-description>.section-title,.product-questions>.section-title,.product-reviews>.section-title{position:relative;padding-bottom:10px;margin-bottom:18px;font-size:1.15rem;font-weight:600;letter-spacing:-.005em}.product-similar>.section-title::after,.product-description>.section-title::after,.product-questions>.section-title::after,.product-reviews>.section-title::after{content:'';position:absolute;left:0;bottom:0;width:32px;height:2px;background:var(--sm-terracotta);border-radius:2px}.similar-card{transition:transform .18s ease}.similar-card__image{position:relative;overflow:hidden}.similar-card__image img{transition:transform .35s ease}.similar-card:hover .similar-card__image img{transform:scale(1.04)}.gallery-thumb--active{box-shadow:0 0 0 1px var(--sm-terracotta)inset}.hero-title{font-weight:600;letter-spacing:-.015em;text-shadow:0 1px 2px rgba(0,0,0,.18);line-height:1.18}@media(min-width:768px){.hero-title{font-size:2.4rem}}.hero-stats{margin-top:22px;gap:12px}.hero-stat{font-size:13px;letter-spacing:.01em}.hero-stat strong{font-size:15px;margin-right:2px}.home-section .section-title,.home-categories .section-title{position:relative;padding-bottom:10px;font-size:1.2rem;font-weight:600;letter-spacing:-.005em}.home-section .section-title::after,.home-categories .section-title::after{content:'';position:absolute;left:0;bottom:0;width:32px;height:2px;background:var(--sm-terracotta);border-radius:2px}.home-section .section-header{align-items:center}.product-card__image-placeholder{color:var(--sm-text-muted);font-size:0}.product-card__image-placeholder .product-card__placeholder-img,.product-card__image-placeholder .product-card__placeholder-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-card__image-placeholder .product-card__placeholder-img img{filter:grayscale(1);opacity:.45}.product-card__placeholder-hint{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--sm-text-muted);text-align:center}.product-card__placeholder-hint .icon-package{width:40px;height:40px;opacity:.7}.product-card__placeholder-text{font-size:.72rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.product-card__rating{min-height:16px;display:flex;align-items:center;gap:3px}.product-card__rating .stars-svg{color:var(--sm-gold)}.shop-card{padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.shop-card__avatar{width:48px;height:48px;font-size:20px;box-shadow:0 0 0 3px var(--sm-surface),0 0 0 4px var(--sm-border-light),0 4px 10px -4px rgba(0,0,0,.18);letter-spacing:-.02em}.shop-card:hover .shop-card__avatar{box-shadow:0 0 0 3px var(--sm-surface),0 0 0 4px var(--sm-terracotta),0 6px 14px -6px rgba(196,91,40,.35)}.shop-card__name{font-size:14.5px;letter-spacing:-.005em}.shop-card__badge{background:#e8f5e9;color:#1e6d34;box-shadow:0 1px 2px rgba(0,0,0,4%)}.category-card{transition:transform .18s ease,box-shadow .18s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px -8px rgba(0,0,0,.18)}