@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}.page-main{flex:1}.page-main--swipe-enabled{--page-swipe-offset: 0px;--page-swipe-preview-progress: 0;position:relative;overflow:hidden;touch-action:pan-y;isolation:isolate;background:var(--bg-page)}.page-main__viewport{min-height:100%;position:relative;z-index:1;background:var(--bg-page)}.page-main__viewport--dragging,.page-main__viewport--snap-back,.page-main__viewport--settling{transform:translate3d(var(--page-swipe-offset, 0px),0,0)}.page-main__viewport--dragging{transition:none}.page-main__viewport--snap-back,.page-main__viewport--settling{transition:transform .18s ease}.page-main__viewport--enter-from-left{animation:page-main-enter-from-left .22s ease}.page-main__viewport--enter-from-right{animation:page-main-enter-from-right .22s ease}.page-swipe-preview{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:flex;pointer-events:none;opacity:min(1,calc(var(--page-swipe-preview-progress, 0) * 1.25))}.page-swipe-preview--left{justify-content:flex-start}.page-swipe-preview--right{justify-content:flex-end}.page-swipe-preview__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(26,26,26,.08),transparent 60%);opacity:min(1,calc(var(--page-swipe-preview-progress, 0) * 1.4))}.page-swipe-preview__panel{position:relative;z-index:1;width:min(78vw,340px);min-height:100%;padding:clamp(1.5rem,4vw,2.4rem);display:flex;flex-direction:column;justify-content:center;gap:.8rem;background:linear-gradient(180deg,#fffffffa,#fafafae6);box-shadow:0 0 0 1px #3621120f;transition:opacity .18s ease,transform .18s ease}.page-swipe-preview--left .page-swipe-preview__panel{border-right:1px solid rgba(54,33,18,.08);transform:translate3d(calc((1 - var(--page-swipe-preview-progress, 0)) * -28px),0,0)}.page-swipe-preview--right .page-swipe-preview__panel{border-left:1px solid rgba(54,33,18,.08);transform:translate3d(calc((1 - var(--page-swipe-preview-progress, 0)) * 28px),0,0)}.page-swipe-preview__eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.page-swipe-preview__icon{width:56px;height:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#1a1a1a0f;color:var(--text)}.page-swipe-preview__title{font-size:clamp(1.3rem,4vw,1.75rem);line-height:1.05;color:var(--text)}.page-swipe-preview__description{max-width:22ch;color:var(--text-secondary);font-size:.95rem;line-height:1.55}@keyframes page-main-enter-from-left{0%{opacity:.74;transform:translate3d(-28px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes page-main-enter-from-right{0%{opacity:.74;transform:translate3d(28px,0,0)}to{opacity:1;transform:translateZ(0)}}.nav-links--desktop-only{display:flex}.nav-bottom-link--button{border:0;background:transparent;color:inherit}.store-search-bar{margin-bottom:0}.store-sort-inline{padding:.5rem 0 .5rem 1rem}.store-sort-inline select{border:1px solid var(--border);border-radius:999px;padding:.55rem .9rem;background:var(--card);color:var(--text)}.product-rating-inline{display:inline-flex;align-items:center;gap:.4rem}.product-modal-carousel-stage{position:relative}.product-modal-carousel-inner{border-radius:18px;overflow:hidden;background:var(--card)}.product-modal-active-image{width:100%;aspect-ratio:4 / 5;object-fit:cover;display:block}.product-modal-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:999px;background:#0f172aad;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:1}.product-modal-carousel-nav span{font-size:1.4rem;line-height:1}.product-modal-carousel-counter{position:absolute;right:.85rem;bottom:.85rem;padding:.3rem .7rem;border-radius:999px;background:#0f172aad;color:#fff;font-size:.82rem;font-weight:600}.product-modal-carousel-indicators{display:flex;gap:.6rem;margin-top:.85rem;overflow-x:auto;padding-bottom:.2rem}.product-modal-indicator{flex:0 0 auto;width:68px;height:68px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:transparent;opacity:.72;transition:transform .2s ease,opacity .2s ease,border-color .2s ease}.product-modal-indicator.active{opacity:1;border-color:var(--accent);transform:translateY(-2px)}.product-modal-indicator img{width:100%;height:100%;object-fit:cover}.modal-colors-palette,.modal-tallas-palette{display:flex;flex-wrap:wrap;gap:.75rem}.modal-color-chip,.modal-size-chip{border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:999px;padding:.55rem .9rem;display:inline-flex;align-items:center;gap:.5rem}.modal-color-chip.active,.modal-size-chip.active{border-color:var(--accent);box-shadow:0 0 0 2px #00000014}.modal-color-chip__dot{width:14px;height:14px;border-radius:999px;border:1px solid rgba(0,0,0,.15)}.review-star-button{border:0;background:transparent;font-size:1.5rem;color:var(--text-muted)}.review-star-button.active{color:var(--warning, #f59e0b)}.success-msg{color:var(--success, #16a34a);margin-top:.75rem}.admin-existing-images{display:flex;gap:.75rem;flex-wrap:wrap}.admin-existing-image{width:72px;height:72px;object-fit:cover;border-radius:12px}@media (max-width: 768px){.nav-links--desktop-only{display:none}.store-sort-inline{padding-left:0}.product-modal-indicator{width:56px;height:56px}}@media (max-width: 768px){.product-modal-carousel-nav{width:38px;height:38px}.product-modal-carousel-nav.prev{left:.65rem}.product-modal-carousel-nav.next{right:.65rem}.product-modal-carousel-counter{right:.65rem;bottom:.65rem}}:root{--bg-page: #fafafa;--bg-card: #ffffff;--bg-elevated: #ffffff;--bg-hover: #f5f5f5;--accent: #1a1a1a;--accent-light: #333333;--accent-soft: rgba(0, 0, 0, .06);--text: #362112;--text-secondary: #4a4a4a;--text-muted: #8c8c8c;--success: #2d7a4f;--success-soft: rgba(45, 122, 79, .12);--warning: #b8860b;--warning-soft: rgba(184, 134, 11, .15);--error: #c0392b;--border: #e8e8e8;--border-light: #f0f0f0;--radius-sm: 0;--radius-md: 0;--radius-lg: 0;--radius-xl: 0;--shadow: 0 1px 3px rgba(0, 0, 0, .06);--shadow-lg: 0 4px 24px rgba(0, 0, 0, .08);--transition: .2s ease;--transition-soft: .24s cubic-bezier(.22, 1, .36, 1);--panel-motion: .32s cubic-bezier(.22, 1, .36, 1);--header-nav-height: 72px;--header-category-height: 58px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-page);color:var(--text);min-height:100vh;line-height:1.6;font-weight:400;letter-spacing:-.01em}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-bar{position:relative;z-index:100}.header-bar--store{position:sticky;top:0;background:var(--bg-card)}.header-bar--store .header-navbar-shell{position:relative;z-index:2;max-height:var(--header-nav-height);overflow:visible;transition:max-height .28s ease,opacity .24s ease}.header-bar--store .navbar{position:relative;z-index:2;transition:transform .28s ease,opacity .24s ease}.header-category-slot{position:relative;z-index:1}body.product-modal-open .header-category-slot,body.product-modal-open .navbar-search-slot{display:none}.header-slot-root--search,.header-slot-root--category{width:100%}.header-bar--collapsed .header-navbar-shell{max-height:0;opacity:0;overflow:hidden}.header-bar--collapsed .navbar{transform:translateY(calc(-100% - 1px));opacity:0;pointer-events:none}.header-bar--collapsed .category-bar{box-shadow:0 10px 24px #0000001a}.navbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;background:var(--bg-card);border-bottom:1px solid var(--border);min-height:var(--header-nav-height)}.back-btn-mobile{display:none}.navbar-search-slot{flex:1 1 420px;min-width:0;display:flex;justify-content:center}.header-slot-root--search{display:flex;justify-content:center}.navbar-search{position:relative;width:100%;flex:1;max-width:420px;margin:0 1rem;z-index:4;transition:max-width var(--transition)}.header-slot-root--search .navbar-search{margin:0}.navbar-search:focus-within{max-width:520px;z-index:12}.navbar-search input[type=search]{width:100%;padding:.6rem 2.9rem .6rem 2.75rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-page) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238c8c8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat left 1rem center;background-size:18px 18px;font-size:.9rem;outline:none;transition:border-color var(--transition),box-shadow var(--transition),background var(--transition)}.navbar-search input[type=search]:focus{border-color:var(--text);box-shadow:0 0 0 1px var(--text);background-color:var(--bg-card);background-image:url(./logo-paka-DuH_NKK1.png);background-size:22px 22px;background-position:left .9rem center}.navbar-search input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.navbar-search-clear{position:absolute;top:50%;right:.55rem;transform:translateY(-50%);width:2rem;height:2rem;border:0;border-radius:999px;background:transparent;color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color var(--transition),background var(--transition)}.navbar-search-clear:hover,.navbar-search-clear:focus-visible{color:var(--text);background:var(--accent-soft);outline:none}.navbar-search-clear span{font-size:1.15rem;line-height:1}.search-suggestions{position:absolute;left:0;right:0;top:100%;margin-top:.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-lg);max-height:280px;overflow-y:auto;z-index:1000;list-style:none}.search-suggestions:empty,.search-suggestions[aria-hidden=true]{display:none}.search-suggestions[aria-hidden=false]{display:block}.search-suggestions__item{display:flex;flex-direction:column;gap:.28rem;width:100%;padding:.7rem 1rem;text-align:left;background:none;border:none;color:var(--text);cursor:pointer;transition:background var(--transition);border-bottom:1px solid var(--border-light)}.search-suggestions__item:last-child{border-bottom:none}.search-suggestions__item:hover,.search-suggestions__item:focus{background:var(--bg-hover);outline:none}.search-suggestions__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.search-suggestions__text{font-size:.9rem;line-height:1.35}.search-suggestions__item--category .search-suggestions__text{color:var(--text-secondary);font-weight:500}.search-suggestions__item--description .search-suggestions__text{color:var(--text-secondary)}.search-suggestions__subtitle{font-size:.75rem;color:var(--text-muted);line-height:1.35}.search-suggestions__label{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.18rem .5rem;border-radius:999px;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);background:var(--accent-soft)}.category-bar{width:100%;min-height:var(--header-category-height);background:var(--bg-card);border-bottom:1px solid var(--border);padding:.6rem 1rem;display:flex;align-items:center;gap:.75rem}.category-bar .category-scroll-wrap{flex:1;min-width:0;position:relative}.category-scroll{display:flex;gap:.5rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;min-width:0;scrollbar-width:none;padding:0 2px}.category-scroll::-webkit-scrollbar{display:none}.category-sort-wrap{display:none;flex-shrink:0;position:relative;align-items:center;z-index:2}.category-sort-wrap.visible{display:inline-flex}.category-sort-trigger{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:36px;height:36px;padding:0;border:1px solid var(--border);background:var(--bg-card);border-radius:999px;cursor:pointer;color:var(--text-secondary);transition:background var(--transition),border-color var(--transition),color var(--transition)}.category-sort-trigger:hover,.category-sort-trigger:focus-visible,.category-sort-trigger[aria-expanded=true]{background:var(--accent-soft);border-color:var(--text);color:var(--text);outline:none}.category-sort-arrow{display:block;font-size:.8rem;line-height:1;font-weight:700}.category-sort-dropdown{display:none;position:absolute;top:calc(100% + .45rem);left:0;min-width:200px;padding:.35rem 0;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-lg);z-index:1001}.category-sort-wrap.dropdown-open .category-sort-dropdown{display:block}.category-sort-option{display:block;width:100%;padding:.6rem 1rem;border:none;background:none;font-size:.82rem;font-family:inherit;text-align:left;color:var(--text);cursor:pointer;transition:background var(--transition),color var(--transition)}.category-sort-option:hover,.category-sort-option:focus-visible{background:var(--accent-soft);outline:none}.category-sort-option[aria-checked=true]{font-weight:600;background:var(--accent-soft);color:var(--text)}.category-bar-pleca{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;border-radius:50%;transition:background var(--transition),color var(--transition),border-color var(--transition)}.category-bar-pleca span{font-size:1.15rem;line-height:1}.category-bar-pleca:hover{background:var(--accent-soft);color:var(--text);border-color:var(--text)}.category-bar-pleca:active{transform:scale(.96)}.category-bar-pleca--left{margin-right:.25rem}.category-bar-pleca--right{margin-left:.25rem}.category-bar-pleca.hidden{visibility:hidden;pointer-events:none}.category-chip{flex-shrink:0;padding:.4rem 1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-family:inherit;font-weight:500;position:relative;overflow:hidden;transform:translateY(0);box-shadow:0 0 #36211200;transition:background var(--transition-soft),border-color var(--transition-soft),color var(--transition-soft),transform var(--transition-soft),box-shadow var(--transition-soft)}.category-chip:hover{border-color:var(--text);background:var(--accent-soft);color:var(--text);transform:translateY(-1px)}.category-chip.active{background:var(--text);color:var(--bg-card);border-color:var(--text);transform:translateY(-1px);box-shadow:0 10px 18px #3621121f}.category-bar--loading{pointer-events:none}.category-bar--loading .category-scroll{overflow:hidden}.category-chip--skeleton{display:block;flex-shrink:0;height:2rem;padding:0;border-color:transparent;color:transparent;box-shadow:none;transform:none}.category-chip--skeleton:hover{border-color:transparent;background:inherit;color:transparent;transform:none}.category-bar--hidden{display:none}.logo{display:block;text-decoration:none;transition:opacity var(--transition)}.logo img{display:block;height:25px;width:auto;object-fit:contain}.logo:hover{opacity:.85}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a,.nav-links .nav-link{color:var(--text);text-decoration:none;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:opacity var(--transition);white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem}.nav-links a:hover,.nav-links .nav-link:hover{opacity:.6}.nav-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.nav-icon svg{display:block;vertical-align:middle}.nav-text{display:inline}.nav-links .btn-icon{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.nav-links .btn-icon .nav-icon{opacity:.9}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;background:none;border:none;cursor:pointer;padding:.5rem;gap:5px;color:var(--text)}.hamburger span{display:block;width:22px;height:2px;background:currentColor;transition:var(--transition);transform-origin:center}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-link .badge{margin-left:.25rem}.badge{background:var(--text);color:var(--bg-card);font-size:.65rem;font-weight:600;letter-spacing:.05em;padding:.2rem .5rem;border-radius:0}.nav-user-wrap{position:relative;display:inline-block}.nav-user-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:none;border:1px solid var(--border);color:var(--text);font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:border-color var(--transition),background var(--transition)}.nav-user-btn:hover{border-color:var(--text);background:var(--accent-soft)}.nav-user-btn .nav-icon{opacity:.9}.nav-user-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;min-width:180px;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:200;display:none}.nav-user-dropdown.is-open{display:block}.nav-user-dropdown a,.nav-user-dropdown button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem 1rem;border:none;background:none;color:var(--text);font-size:.8rem;font-family:inherit;cursor:pointer;text-decoration:none;text-align:left;transition:background var(--transition)}.nav-user-dropdown a:hover,.nav-user-dropdown button:hover{background:var(--bg-hover)}.nav-user-dropdown button.nav-user-logout{color:var(--error);border-top:1px solid var(--border-light)}.btn{padding:.7rem 1.5rem;font-family:inherit;font-weight:500;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:1px solid var(--text);background:transparent;color:var(--text);transition:all var(--transition)}.btn-primary{background:var(--text);color:var(--bg-card);border-color:var(--text)}.btn-primary:hover{background:var(--text-secondary);border-color:var(--text-secondary)}.btn-primary:active{opacity:.9}.btn-danger{background:var(--error);color:var(--bg-card);border-color:var(--error)}.btn-danger:hover,.btn-danger:focus-visible{background:#a92c1f;border-color:#a92c1f}.btn-outline.btn-danger{background:transparent;color:var(--error);border-color:#c0392b47}.btn-outline.btn-danger:hover,.btn-outline.btn-danger:focus-visible{background:#c0392b14;border-color:var(--error);color:var(--error)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--text);background:var(--accent-soft)}.btn-block{width:100%;padding:1rem;font-size:.75rem}.hero{min-height:75vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;position:relative}.hero-content{text-align:center;max-width:560px;animation:fadeUp .8s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes panelReveal{0%{opacity:0;transform:translate3d(0,12px,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes productCardReveal{0%{opacity:0;transform:translate3d(0,16px,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}.tab-panel{animation:panelReveal var(--panel-motion) both;transform-origin:top center}.hero-content h1{font-family:inherit;font-size:clamp(2rem,5vw,3rem);font-weight:400;margin-bottom:1.5rem;letter-spacing:.02em;line-height:1.2;color:var(--text)}.hero-content p{color:var(--text-muted);font-size:1rem;font-weight:400;margin-bottom:2.5rem;letter-spacing:.02em}.hero-content .btn{padding:.9rem 2.5rem;font-size:.7rem}.footer{margin-top:6rem;padding:0 2rem 1.5rem;background:linear-gradient(180deg,#fbfaf8,#f4f1ec);border-top:1px solid rgba(54,33,18,.08)}.footer-shell{max-width:1120px;margin:0 auto}.footer-topline{padding-top:.95rem;border-bottom:1px solid rgba(54,33,18,.08)}.footer-content{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:clamp(2.25rem,4vw,5rem);padding:2.8rem 0;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:1.2rem;max-width:36rem}.footer-kicker{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.footer-logo-link{display:inline-flex;align-items:center}.footer-logo{height:32px;width:auto;object-fit:contain}.footer-tagline{color:var(--text);font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.9;max-width:42ch}.footer-apk-button{display:inline-flex;align-items:center;gap:.72rem;width:fit-content;padding:.62rem .9rem;border:1px solid rgba(54,33,18,.18);background:#ffffffdb;color:var(--text);text-decoration:none;transition:transform var(--transition),border-color var(--transition),background var(--transition),box-shadow var(--transition)}.footer-apk-button:hover,.footer-apk-button:focus-visible{transform:translateY(-1px);border-color:#3621124d;background:#fff;box-shadow:0 8px 16px #36211214;outline:none}.footer-apk-button-icon{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;color:var(--text-muted)}.footer-apk-button-copy{display:flex;flex-direction:column;gap:.05rem;min-width:0;line-height:1.2}.footer-apk-button-copy strong{font-size:.86rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700}.footer-apk-button-copy small{color:var(--text-muted);font-size:.74rem;letter-spacing:.01em}.footer-brand-points{display:flex;flex-wrap:wrap;gap:.75rem}.footer-brand-point{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem .75rem;border:1px solid rgba(54,33,18,.08);background:#fff9;color:var(--text-secondary);font-size:.78rem;line-height:1.3}.footer-brand-point-icon,.footer-link-icon,.footer-contact-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.footer-brand-point-icon{color:var(--text)}.footer-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem;padding-left:1.1rem;border-left:1px solid rgba(54,33,18,.08)}.footer-title{font-family:inherit;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}.footer-links,.footer-contact-list{display:flex;flex-direction:column;gap:.78rem}.footer-link{position:relative;display:inline-flex;align-items:center;gap:.7rem;width:fit-content;color:var(--text);text-decoration:none;font-size:.95rem;font-weight:500;line-height:1.45;transition:color var(--transition)}.footer-link:after{content:"";position:absolute;left:2.15rem;bottom:-.12rem;width:calc(100% - 2.15rem);height:1px;background:currentColor;opacity:.35;transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.footer-link-icon{width:1.6rem;height:1.6rem;color:var(--text-muted)}.footer-link-label{display:inline-block}.footer-link:hover,.footer-link:focus-visible{color:var(--accent);outline:none}.footer-link:hover:after,.footer-link:focus-visible:after{transform:scaleX(1)}.footer-contact-list{font-style:normal}.footer-contact-item{display:grid;grid-template-columns:1.75rem minmax(0,1fr);gap:.7rem;align-items:start;color:var(--text-secondary);text-decoration:none;font-size:.94rem;line-height:1.75}.footer-contact-item:hover,.footer-contact-item:focus-visible{color:var(--text);outline:none}.footer-contact-item--static:hover{color:var(--text-secondary)}.footer-contact-icon{width:1.75rem;height:1.75rem;color:var(--text-muted)}.footer-contact-copy{display:flex;flex-direction:column;gap:.12rem;min-width:0}.footer-contact-label{color:var(--text-muted);font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.footer-contact-value{color:currentColor;word-break:break-word}.footer-contact-meta{color:var(--text-muted);font-size:.82rem;line-height:1.5}.footer-social-links{display:flex;flex-wrap:wrap;gap:.85rem}.footer-social-link{width:2.8rem;height:2.8rem;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);text-decoration:none;transition:transform var(--transition),border-color var(--transition),background var(--transition),box-shadow var(--transition)}.footer-social-link:hover,.footer-social-link:focus-visible{transform:translateY(-1px);outline:none}.footer-social-link svg{width:4rem;height:4rem;display:block}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 0 0;border-top:1px solid rgba(54,33,18,.08)}.footer-bottom p{color:var(--text-muted);font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}@media (max-width: 768px){.footer{margin-top:4.5rem;padding:2.75rem 1.25rem calc(6.25rem + env(safe-area-inset-bottom))}.footer-topline{padding-top:0}.footer-content{grid-template-columns:1fr;gap:2.1rem;padding:2rem 0}.footer-columns{grid-template-columns:1fr;gap:1rem}.footer-section{padding:1rem 0 0;border-left:0;border-top:1px solid rgba(54,33,18,.08)}.footer-brand-points{gap:.55rem}.footer-apk-button{width:100%;justify-content:flex-start}.footer-brand-point{width:calc(50% - .3rem);min-width:0}.footer-link{width:100%;padding:.5rem 0}.footer-link:after{left:2.3rem;width:calc(100% - 2.3rem)}.footer-contact-item{grid-template-columns:2rem minmax(0,1fr);gap:.8rem}.footer-contact-icon,.footer-link-icon{width:2rem;height:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-social-link{width:3rem;height:3rem}}.legal-page{min-height:calc(100vh - 17rem);padding:clamp(2rem,3.6vw,3.2rem) clamp(1rem,4vw,2.25rem);display:flex;justify-content:center}.legal-card{width:min(980px,100%);background:var(--bg-elevated);border:1px solid var(--border-light);box-shadow:var(--shadow-soft);padding:clamp(1.4rem,3vw,2.2rem)}.legal-header{display:flex;flex-direction:column;gap:.8rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border-light)}.legal-badge{display:inline-flex;width:fit-content;padding:.35rem .65rem;background:var(--bg-page);border:1px solid var(--border-light);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.legal-header h1{margin:0;font-size:clamp(1.45rem,2.6vw,2rem);color:var(--text)}.legal-header p{margin:0;color:var(--text-secondary);line-height:1.7;max-width:70ch}.legal-updated{font-size:.75rem;letter-spacing:.11em;text-transform:uppercase;color:var(--text-muted)}.legal-sections{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.4rem}.legal-section{padding:1rem 1.1rem;background:var(--bg-page);border:1px solid var(--border-light)}.legal-section h2{margin:0 0 .65rem;font-size:1.02rem;color:var(--text)}.legal-section p{margin:0 0 .72rem;color:var(--text-secondary);line-height:1.7}.legal-section p:last-child{margin-bottom:0}.legal-list{margin:0;padding-left:1.15rem;display:grid;gap:.45rem;color:var(--text-secondary);line-height:1.7}@media (max-width: 768px){.legal-page{min-height:auto;padding:1.05rem .85rem 0}.legal-card{border-left:0;border-right:0;box-shadow:none;padding:1rem .9rem}.legal-section{padding:.95rem .9rem}}.auth-container{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:linear-gradient(160deg,var(--bg-page) 0%,var(--bg-elevated) 100%)}.password-field{position:relative;width:100%}.password-field>input{padding-right:3.1rem}.toggle-password{position:absolute;top:50%;right:.85rem;transform:translateY(-50%);width:2.1rem;height:2.1rem;border:1px solid var(--border-light);background:transparent;color:var(--text-muted);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition)}.toggle-password:hover,.toggle-password:focus-visible{color:var(--text);border-color:var(--border);background:var(--bg-hover);outline:none}.toggle-password svg{width:18px;height:18px;display:block}.auth-form .password-field{margin-bottom:.9rem}.auth-form .password-field>input{margin-bottom:0}.form-hint{font-size:.82rem;color:var(--text-muted);margin:-.25rem 0 .9rem}.auth-card{background:var(--bg-card);padding:2.5rem 2.75rem;width:100%;max-width:440px;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg),0 0 0 1px #00000005;animation:fadeUp .4s ease-out}.auth-card-header{text-align:center;margin-bottom:1.75rem}.auth-card-header .auth-logo{display:inline-block;height:28px;width:auto;margin-bottom:.5rem}.auth-card-header p{font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.auth-card-header h2{font-family:inherit;font-size:1.35rem;font-weight:600;margin-bottom:.25rem}.profile-page .perfil-actions{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border-light)}.profile-page .auth-form label{display:block;font-size:.8rem;font-weight:500;margin-bottom:.35rem;color:var(--text-secondary)}.profile-page .auth-form input{margin-bottom:1rem}.auth-tabs{display:flex;gap:.25rem;margin-bottom:1.75rem;background:var(--bg-elevated);padding:.35rem;border-radius:10px;border:1px solid var(--border-light)}.auth-tabs .tab{flex:1;padding:.7rem 1rem;background:transparent;border:none;color:var(--text-muted);cursor:pointer;font-family:inherit;font-weight:500;font-size:.9rem;border-radius:8px;position:relative;overflow:hidden;transform:translateY(0);box-shadow:0 0 #36211200;transition:color var(--transition-soft),background var(--transition-soft),transform var(--transition-soft),box-shadow var(--transition-soft)}.auth-tabs .tab:hover{color:var(--text);transform:translateY(-1px)}.auth-tabs .tab.active{background:var(--text);color:var(--bg-card);box-shadow:var(--shadow);transform:translateY(-1px)}.auth-form h2{font-family:inherit;font-size:1.2rem;margin-bottom:1.25rem;font-weight:600;letter-spacing:.02em;color:var(--text)}.auth-form input{width:100%;padding:.95rem 1.2rem;margin-bottom:.9rem;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:1rem;transition:all var(--transition)}.auth-form input::placeholder{color:var(--text-muted)}.auth-form input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth-form .btn-block{margin-top:.5rem;padding:.95rem;border-radius:8px;font-size:.85rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.btn-google{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.9rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;transition:all var(--transition);box-shadow:0 1px 2px #0000000a}.btn-google:hover{background:var(--bg-hover);border-color:var(--text-muted)}.btn-google svg{width:20px;height:20px}.error-msg{color:var(--error);font-size:.875rem;margin-top:.5rem;min-height:1.25em}.hidden{display:none!important}.confirm-card{max-width:520px}.confirm-body{text-align:center}.confirm-status{padding:.9rem 1rem;border-radius:10px;border:1px solid var(--border-light);background:var(--bg-elevated);color:var(--text-secondary);font-size:.95rem;margin-top:.75rem}.confirm-status--success{border-color:#22c55e59;background:#22c55e14;color:var(--text)}.confirm-status--error{border-color:#ef444459;background:#ef444414;color:var(--text)}.confirm-actions{margin-top:1.25rem}.shop-container,.cart-container,.orders-container,.admin-container{max-width:1280px;margin:0 auto;padding:3rem 2rem}.shop-container h1,.cart-container h1,.orders-container h1,.admin-container h1{font-family:inherit;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2.5rem;color:var(--text)}.shop-feed-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.2rem;align-items:end;margin-bottom:1.6rem}.shop-feed-hero__copy{display:grid;gap:.45rem}.shop-feed-hero__eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.shop-feed-hero h1{margin:0;font-size:clamp(1.55rem,2.5vw,2.35rem);font-weight:650;letter-spacing:-.03em;line-height:1.05;text-transform:none}.shop-feed-hero p{max-width:58ch;margin:0;color:var(--text-secondary);line-height:1.55}.shop-feed-hero__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem}.shop-feed-hero__stat{min-width:148px;padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(227,210,190,.9);background:#ffffffbd;display:flex;flex-direction:column;gap:.14rem}.shop-feed-hero__stat strong{font-size:1.45rem;line-height:1;color:var(--text)}.shop-feed-hero__stat span{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.shop-feed-hero__chip{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .72rem;border-radius:999px;border:1px solid var(--border-light);background:var(--bg-hover);color:var(--text-secondary);font-size:.76rem;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.15rem;align-items:stretch}.products-grid--animated .product-card{opacity:0;animation:productCardReveal .38s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--product-card-index, 0) * 40ms)}.shop-search input[type=search]{width:100%;padding:.85rem 1rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);font-size:.9rem;outline:none;transition:border-color var(--transition),box-shadow var(--transition),background var(--transition)}.shop-search input[type=search]:focus{border-color:var(--text);box-shadow:0 0 0 1px var(--text);background:#fff}.shop-filter-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.shop-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag-button{padding:.35rem .9rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);cursor:pointer;transition:background var(--transition),border-color var(--transition),color var(--transition)}.tag-button:hover{border-color:var(--text);background:var(--accent-soft)}.shop-filter-controls{display:flex;gap:.75rem;align-items:center}.filter-select{display:inline-flex;flex-direction:column;gap:.25rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary)}.filter-select select{padding:.45rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);font-size:.8rem;cursor:pointer}.filter-select select:focus{outline:none;border-color:var(--text)}@keyframes feedSkeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.feed-skeleton{display:block;background:linear-gradient(90deg,#e4d8c9b3,#fffffff5 48%,#e4d8c9b3);background-size:200% 100%;animation:feedSkeletonShimmer 1.35s ease-in-out infinite}.product-card{--card-radius: 18px;display:flex;flex-direction:column;position:relative;overflow:hidden;min-height:100%;padding:0;border-radius:var(--card-radius);border:1px solid #e3d2be;background:linear-gradient(180deg,#fff,#fffaf4);box-shadow:0 14px 32px #36211214;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;cursor:pointer}.product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;border:1px solid rgba(255,255,255,.75)}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #3621121f;border-color:#d7c0a4}.product-card:focus-visible{outline:none;transform:translateY(-4px);border-color:#d7c0a4;box-shadow:0 0 0 2px #ffffffeb,0 0 0 4px #3621122e,0 18px 38px #3621121f}.product-card .img-wrap{position:relative;overflow:hidden;aspect-ratio:4 / 5;background:linear-gradient(160deg,#f4eadf,#fbf4ec);border-bottom:1px solid rgba(54,33,18,.08)}.product-card .img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1b161200 55%,#1b161247);pointer-events:none;z-index:1}.product-card-offers-bar{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;align-items:center;gap:.34rem;padding:.5rem .46rem .42rem;overflow-x:auto;scrollbar-width:none;pointer-events:none;-webkit-backdrop-filter:blur(3px) saturate(88%);backdrop-filter:blur(3px) saturate(88%)}.product-card-offers-bar::-webkit-scrollbar{display:none}.product-card-offer-pill{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.3rem;flex-shrink:0;max-width:100%;padding:.26rem .46rem;font-size:.56rem;font-weight:600;letter-spacing:.015em;text-transform:uppercase;border:1px solid rgba(255,255,255,.14);background:#101010e6;color:#fff;white-space:nowrap;line-height:1.2;box-shadow:0 6px 16px #00000038}.product-card-offer-pill svg{width:.68rem;height:.68rem}.product-card-offer-pill__segment{display:inline-flex;align-items:center;gap:.26rem}.product-card-offer-pill__label{display:inline-flex;align-items:center;gap:.2rem}.product-card-offer-pill__value{font-weight:700}.product-card-offer-pill__divider{width:1px;height:.78rem;background:#ffffff4d}.product-card-offer-pill__timer{display:inline-flex;align-items:center;flex-shrink:0;margin-left:0;padding-left:.26rem;border-left:1px solid rgba(255,255,255,.28);letter-spacing:0;font-size:.51rem;opacity:.84}.product-card-offer-pill--discount,.product-card-offer-pill--shipping{background:var(--text)}.product-card-offer-pill--combined{width:100%;justify-content:center;gap:0;padding:0;background:transparent;overflow:hidden}.product-card-offer-pill--combined .product-card-offer-pill__segment{padding:.26rem .46rem;gap:.22rem}.product-card-offer-pill--combined .product-card-offer-pill__segment:first-child{background:#fff;color:var(--accent)}.product-card-offer-pill--combined .product-card-offer-pill__segment:last-child{background:var(--text);color:#fff}.product-card-offer-pill--combined .product-card-offer-pill__segment:first-child .product-card-offer-pill__timer{border-left-color:#1a1a1a47;color:var(--accent-light);opacity:.92}.product-card-offer-pill--combined .product-card-offer-pill__segment:last-child .product-card-offer-pill__timer{border-left-color:#ffffff57}.product-card-offer-pill--combined .product-card-offer-pill__divider{width:14px;height:100%;margin:0 -3px;transform:skew(-16deg);background:linear-gradient(90deg,#fff 0%,#fff 46%,var(--accent) 54%,var(--accent) 100%)}.product-card-offer-pill--ended,.product-card-offer-pill--always{opacity:.86}.product-card-badges{position:absolute;top:.65rem;left:.65rem;right:.65rem;z-index:2;display:flex;align-items:flex-start;gap:.4rem;pointer-events:none}.product-card-badges--top{top:.65rem}.product-card-badges--bottom{top:auto;bottom:.65rem;right:auto}.product-badge{display:inline-flex;align-items:center;max-width:75%;padding:.3rem .55rem;font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:999px;border:1px solid transparent}.product-badge--category{background:#ffffffeb;color:var(--text);border-color:#36211226}.product-badge--new{margin-left:auto;background:#22190f;color:#fff;border-color:#ffffff3d}.product-badge--offer{max-width:none;overflow:visible;background:#a93820;color:#fff;border-color:#ffffff47}.product-badge--shipping{background:#0f766e;color:#fff;border-color:#ffffff3d}.product-badge--shipping-icon{width:30px;height:30px;padding:0;justify-content:center;border-radius:999px;background:#0f766e;color:#fff;border-color:#ffffff3d}.product-badge--shipping-icon svg{width:15px;height:15px}.product-badge__timer{display:inline-flex;align-items:center;margin-left:.35rem;padding-left:.35rem;border-left:1px solid rgba(255,255,255,.35);font-size:.53rem;letter-spacing:.04em}.product-badge__timer--long{color:#d6ffe8fa}.product-badge__timer--medium{color:#ffe8b5}.product-badge__timer--short{color:#ffd1d1}.product-badge__timer--always{color:#ffffffe0}.product-badge__timer--ended{color:#ffffff9e}.product-offer-timer-chip{display:inline-flex;align-items:center;align-self:center;padding:.2rem .42rem;border-radius:999px;border:1px solid rgba(15,118,110,.25);background:#fffffff2;color:#0f5f5a;font-size:.52rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.product-offer-timer-chip--long{border-color:#1b895d40;background:#e2fcf0f5;color:#18754e}.product-offer-timer-chip--medium{border-color:#b47d173d;background:#fff4daf5;color:#9c6a11}.product-offer-timer-chip--short{border-color:#b332323d;background:#ffe5e5f5;color:#a32929}.product-offer-timer-chip--always,.product-offer-timer-chip--ended{border-color:#5a5a5a38;background:#f4f4f4f5;color:#4f4f4f}.product-card img{position:relative;z-index:0;width:100%;height:100%;object-fit:contain;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.product-card-rating{display:flex;align-items:center;gap:.4rem;margin:.1rem 0 .35rem;font-size:.75rem;color:var(--text-secondary)}.product-card .rating-count{font-size:.72rem}.product-card-rating .stars-display .star{font-size:.8rem}.product-card:hover img{transform:scale(1.04)}.product-card:focus-visible img{transform:scale(1.04)}.product-card .info{padding:.95rem 1rem 1rem;display:flex;flex-direction:column;gap:.52rem;flex:1;background:linear-gradient(180deg,#ffffffb3,#fffaf4fa)}.product-card h3{font-size:.97rem;font-weight:600;margin-bottom:0;letter-spacing:-.01em;line-height:1.35;min-height:2.6em;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .info>p{color:var(--text-muted);font-size:.79rem;margin-bottom:0;line-height:1.45;min-height:2.85em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-options{display:flex;align-items:center;width:100%;min-height:.92rem;margin:.1rem 0 .05rem}.product-card .product-colors-palette{margin:0;gap:.35rem}.product-card-options-placeholder{display:block;width:100%;height:.92rem}.product-card .product-color-swatch{width:.92rem;height:.92rem;border-width:1px;border-color:#36211233;box-shadow:none;cursor:default}.product-card .product-color-swatch:hover{transform:none;box-shadow:none;border-color:#36211233}.product-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.65rem;margin-top:auto;padding-top:.7rem;border-top:1px solid rgba(54,33,18,.08)}.product-card-price-block{display:flex;flex-direction:column;gap:.16rem;min-width:0}.product-card-price-label{font-size:.66rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.product-card .price{display:block;font-size:1.02rem;font-weight:700;color:var(--accent);letter-spacing:-.02em}.product-card-price-old{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;color:var(--text-muted)}.product-card .btn-add-cart{margin-top:0;width:2.5rem;min-width:2.5rem;height:2.5rem;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:0;line-height:1;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.product-card .btn-add-cart-icon{display:inline-flex;align-items:center;justify-content:center}.product-card .btn-add-cart--in-cart{background:var(--success-soft);color:var(--success);border-color:#2d7a4f47}.product-card .btn-add-cart svg{width:1.05rem;height:1.05rem}.product-card .btn-add-cart:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #36211224}.product-card .btn-add-cart--in-cart:hover:not(:disabled),.product-card .btn-add-cart--in-cart:focus-visible{background:#2d7a4f2e;border-color:var(--success);color:var(--success)}.product-card .btn-add-cart:disabled{opacity:.62;cursor:not-allowed;box-shadow:none}.product-card-skeleton{pointer-events:none}.product-card-skeleton:hover{transform:none;box-shadow:0 10px 24px #36211212;border-color:#eadfce}.product-card-badges--skeleton .product-badge--skeleton:last-child{margin-left:auto}.product-badge--skeleton{min-height:1.15rem;border:0}.product-badge--skeleton-wide{width:4.6rem}.product-card-skeleton__image{width:100%;height:100%}.product-card-skeleton__title{width:88%;height:.9rem;border-radius:999px}.product-card-skeleton__title--short{width:60%}.product-card-skeleton__stars{width:4.8rem;height:.8rem;border-radius:999px}.product-card-skeleton__reviews{width:4.1rem;height:.75rem;border-radius:999px}.product-card-skeleton__description{width:100%;height:.78rem;border-radius:999px}.product-card-options--skeleton .product-colors-palette{margin:0}.product-card-skeleton .product-color-swatch{flex-shrink:0;border:0}.product-card-skeleton__price{width:5.7rem;height:1rem;border-radius:999px}.product-card-skeleton__cart{width:2.5rem;height:2.5rem;border-radius:999px}.shop-empty-state{grid-column:1 / -1;margin-bottom:0;display:flex;flex-direction:column;align-items:flex-start;gap:.8rem}.shop-empty-state__eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.shop-empty-state p{margin:0;max-width:44ch;color:var(--text-secondary);line-height:1.5}.shop-empty-state--error{border-color:#c0392b38;background:linear-gradient(180deg,#fff,#fdf5f4)}.cart-empty,.orders-empty,.admin-empty{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.cart-empty p,.orders-empty p,.admin-empty p{font-size:1.1rem;margin-bottom:1rem}.cart-empty a,.orders-empty a{display:inline-block;margin-top:.5rem}.cart-item{display:flex;gap:1.5rem;padding:1.5rem;background:var(--bg-card);border-radius:var(--radius-md);margin-bottom:1rem;align-items:center;border:1px solid var(--border);transition:var(--transition)}.cart-item:hover{border-color:#ffffff1a}.cart-item img{width:90px;height:110px;object-fit:cover}.cart-item .details{flex:1}.cart-item .details h3{font-size:1.05rem;margin-bottom:.25rem}button.remove{background:transparent;border:none;color:var(--error);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem;border-radius:var(--radius-sm);transition:background var(--transition)}button.remove:hover{background:#f871711a}.stock-tag{font-size:.75rem;padding:2px 8px;border-radius:12px;background:#e0e7ff;color:#4338ca;display:inline-block;margin-bottom:4px}.stock-tag.low-stock{background:#ffedd5;color:#9a3412;font-weight:700}.stock-tag.out-of-stock{background:#fee2e2;color:#991b1b}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.cart-summary{margin-top:2rem;padding:2rem;background:var(--bg-card);border-radius:var(--radius-lg);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;border:1px solid var(--border)}.cart-summary p{font-size:1.25rem}.order-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:1.75rem;margin-bottom:1.25rem;border:1px solid var(--border);transition:var(--transition)}.order-card:hover{border-color:#ffffff14}.order-card .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.status-badge{padding:.4rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600}.status-pendiente{background:var(--warning-soft);color:var(--warning)}.status-completado{background:var(--success-soft);color:var(--success)}.status-cancelado{background:#c0392b1a;color:var(--error)}.order-items{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.order-item{display:flex;justify-content:space-between;padding:.5rem 0;color:var(--text-secondary)}.order-product{display:flex;gap:1.5rem;padding:1.5rem 0;align-items:center;border-bottom:1px solid var(--border)}.order-product:last-child{border-bottom:none}.order-product img{width:90px;height:110px;object-fit:cover}.order-product .details{flex:1}.order-product .details h3{font-size:1.05rem;margin-bottom:.25rem;color:var(--text)}.order-delivery{margin-top:.5rem;padding:.5rem 0;font-size:.9rem;color:var(--text-secondary)}.order-delivery strong{color:var(--text)}.order-cancel-reason{margin-top:.75rem;padding:.85rem 1rem;border:1px solid rgba(192,57,43,.25);background:#c0392b0f;color:var(--text-secondary)}.order-cancel-reason strong{color:var(--error)}.pickup-info{margin-top:.75rem;padding:.85rem 1rem;border:1px solid var(--border);background:var(--bg-elevated)}.pickup-info p{margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.4}.pickup-info p+p{margin-top:.35rem}.pickup-muted{color:var(--text-muted);font-size:.9rem}.cart-product__right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.cart-stock-hint{margin-top:.25rem;font-size:.85rem;color:var(--text-muted)}.qty-controls{display:inline-flex;align-items:center;gap:.5rem;margin-top:.25rem}.qty-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--bg-card);color:var(--text);cursor:pointer;font-size:1.1rem;line-height:1;transition:background var(--transition),border-color var(--transition)}.qty-btn:hover{background:var(--accent-soft);border-color:var(--text)}.qty-value{min-width:24px;text-align:center;font-weight:600;color:var(--text)}.admin-desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem}.btn-icon-svg{display:inline-flex;align-items:center;justify-content:center;line-height:1}.btn-icon-svg svg{display:block}.admin-orders .order-card{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.admin-orders .order-info{flex:1}.admin-orders .btn-complete{background:var(--success);color:#fff;padding:.65rem 1.25rem;border:none;cursor:pointer;font-family:inherit;font-weight:500;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;transition:opacity var(--transition)}.admin-orders .btn-complete:hover{opacity:.9}.admin-orders .order-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex-shrink:0}.admin-orders .btn-cancel{background:var(--danger, #c0392b);color:#fff;padding:.65rem 1.25rem;border:none;cursor:pointer;font-family:inherit;font-weight:500;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-md);transition:opacity var(--transition)}.admin-orders .btn-cancel:hover{opacity:.9}.admin-orders .btn-cancel:disabled{opacity:.6;cursor:not-allowed}.admin-orders .btn-whatsapp{display:inline-flex;align-items:center;gap:.35rem;background:#25d366;color:#fff;padding:.65rem 1rem;border-radius:var(--radius-md);font-family:inherit;font-weight:500;font-size:.85rem;text-decoration:none;transition:opacity var(--transition)}.admin-orders .btn-whatsapp:hover{opacity:.9;color:#fff}@media (max-width: 768px){.admin-orders .order-card-actions .btn-text{display:none}.admin-orders .order-card-actions .btn-complete,.admin-orders .order-card-actions .btn-cancel,.admin-orders .order-card-actions .btn-whatsapp{padding:.6rem;width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.admin-orders .order-card-actions{gap:.4rem}}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.admin-tab{padding:.6rem 1.25rem;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-family:inherit;font-size:.9rem;font-weight:500;border-radius:var(--radius-md);cursor:pointer;transform:translateY(0);box-shadow:0 0 #36211200;transition:background var(--transition-soft),border-color var(--transition-soft),color var(--transition-soft),transform var(--transition-soft),box-shadow var(--transition-soft)}.admin-tab:hover{background:var(--bg-hover);border-color:var(--border-light);transform:translateY(-1px)}.admin-tab.active{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px);box-shadow:0 8px 18px #3621121f}.admin-section{margin-top:0}@media (prefers-reduced-motion: reduce){.tab-panel,.products-grid--animated .product-card{animation:none;opacity:1;transform:none}.auth-tabs .tab,.admin-tab,.category-chip{transition:background var(--transition),border-color var(--transition),color var(--transition);transform:none;box-shadow:none}}.admin-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:1.5rem}.admin-product-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column}.admin-product-img{aspect-ratio:4/5;overflow:hidden;background:var(--bg-hover)}.admin-product-img img{width:100%;height:100%;object-fit:cover}.admin-product-info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.admin-product-info h3{font-size:1rem;font-weight:600;margin:0;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admin-product-price{font-weight:600;color:var(--accent);margin:0}.admin-product-stock{font-size:.9rem;color:var(--text-muted);margin:0}.admin-product-desc{font-size:.9rem;color:var(--text);margin:.25rem 0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.admin-product-info .btn-edit-product{margin-top:.5rem;width:100%}.admin-product-actions{display:flex;gap:.5rem;margin-top:.5rem}.admin-product-actions .btn{flex:1;width:100%}.btn-delete-product{border-color:#c0392b59;color:var(--error)}.btn-delete-product:hover{border-color:var(--error);background:#c0392b0f}.product-form-content{position:relative;background:var(--bg-card);border-radius:var(--radius-lg);padding:2rem;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid var(--border);z-index:9999}.product-form-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;line-height:1;padding:.25rem}.product-form-close:hover{color:var(--text)}.product-form-content h2{margin:0 0 1.5rem;font-size:1.25rem}.product-form input,.product-form textarea{width:100%;margin-bottom:1rem}.product-form label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:500;color:var(--text)}#product-form-modal .product-form-backdrop{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;cursor:pointer}#product-form-modal .product-form-content{position:relative;z-index:1}@media (max-width: 600px){.product-form-content{padding:1.5rem 1.25rem;max-height:calc(100vh - 3rem)}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-card);padding:2.5rem;max-width:520px;width:100%;border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:12px;margin:auto;max-height:calc(100vh - 4rem);overflow-y:auto;animation:fadeUp .4s ease;position:relative;z-index:1100;pointer-events:auto}.modal-content h2{font-family:inherit;margin-bottom:1rem;font-size:1.15rem;font-weight:500;letter-spacing:.02em}.modal-content--compact{max-width:400px;padding:2rem}.modal-content--compact h2{margin-bottom:1.25rem;font-size:1.1rem}.modal-content--compact p{margin-bottom:1.5rem;line-height:1.5;color:var(--text-secondary)}.checkout-delivery{margin:1rem 0;padding:1rem 0;border-top:1px solid var(--border)}.checkout-delivery-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:var(--text)}.checkout-delivery-option input{width:auto;margin:0}#delivery-address-wrap{margin-top:.75rem}#delivery-address-wrap label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:500}#delivery-address-wrap textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--text);font-family:inherit;resize:vertical;min-height:80px}#delivery-address-wrap textarea:focus{outline:none;border-color:var(--accent)}.checkout-total-line{font-size:1.1rem;margin-top:.5rem}.transfer-info{background:var(--bg-elevated);padding:1.25rem;border-radius:var(--radius-md);margin:1.25rem 0;font-size:.95rem;border:1px solid var(--border)}.checkout-modal__content{max-width:min(960px,calc(100vw - 2rem))}.checkout-step{margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--border)}.checkout-step:first-of-type{margin-top:.25rem}.checkout-step__title{margin:0 0 .55rem;color:var(--text);letter-spacing:.01em}.checkout-choice{display:flex;align-items:center;gap:.65rem;padding:.8rem .9rem;margin-top:.55rem;border:1px solid var(--border);background:var(--bg-card);transition:background var(--transition),border-color var(--transition),transform .12s ease;-webkit-user-select:none;user-select:none}.checkout-choice:hover{background:var(--bg-hover);border-color:var(--text)}.checkout-choice:active{transform:translateY(1px)}.checkout-choice input[type=radio]{accent-color:var(--text);flex-shrink:0;margin:0}.checkout-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.checkout-choice-grid .checkout-choice{margin-top:0;min-height:100%}.checkout-choice__icon{width:2.75rem;height:2.75rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-page);border:1px solid var(--border);color:var(--text);flex-shrink:0}.checkout-choice__icon svg{width:1.25rem;height:1.25rem}.checkout-choice__copy{display:flex;flex-direction:column;gap:.2rem;min-width:0}.checkout-choice__label{color:var(--text);font-weight:600}.checkout-choice__hint{color:var(--text-secondary);font-size:.92rem;line-height:1.35}.checkout-choice:has(input[type=radio]:checked){border-color:var(--text);box-shadow:0 0 0 3px var(--accent-soft);background:linear-gradient(180deg,#00000005,#0000)}.checkout-choice:has(input[type=radio]:checked) .checkout-choice__icon{border-color:var(--text);background:var(--bg-card)}.checkout-totals{margin-top:.9rem;padding:.9rem 0;border-top:1px solid var(--border)}.checkout-totals__row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:.35rem 0;color:var(--text-secondary)}.checkout-totals__row strong{color:var(--text);letter-spacing:.01em}.checkout-alert{margin:.9rem 0 0}.checkout-split{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.checkout-panel{border:1px solid var(--border);background:var(--bg-card);padding:1rem}.checkout-panel__title{margin:0 0 .5rem;color:var(--text)}.checkout-bank-details{display:grid;gap:.6rem}.checkout-bank-details p{margin:0;display:flex;justify-content:space-between;gap:1rem;color:var(--text-secondary)}.checkout-bank-details strong{color:var(--text);text-align:right}.checkout-qr{width:100%;max-width:240px;aspect-ratio:1 / 1;object-fit:contain;display:block;border:1px solid var(--border);background:var(--bg-page);margin-top:.25rem}.checkout-muted{margin-top:.4rem}.checkout-field{margin-top:1rem}.checkout-field label{display:block;margin-bottom:.45rem;font-weight:600;color:var(--text)}.checkout-field input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--text);font-family:inherit}.checkout-field input:focus{outline:none;border-color:var(--accent)}.checkout-error{margin-top:.9rem}.modal-actions .btn:disabled{opacity:.55;cursor:not-allowed}@media (max-width: 600px){.modal{padding:1rem;align-items:flex-start}.modal-content{padding:1.4rem 1.25rem;max-width:560px;width:100%;max-height:calc(100vh - 2rem)}.checkout-split,.checkout-choice-grid{grid-template-columns:1fr}.checkout-qr{max-width:220px}}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.modal-actions .btn{flex:1;padding:.9rem}.modal-content input[type=radio],.modal-content input[type=checkbox]{display:none}.modal-content input[type=text],.modal-content input[type=email],.modal-content input[type=number],.modal-content input[type=url],.modal-content input[type=file]{width:100%;padding:1rem 1.25rem;margin-top:.5rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;transition:all var(--transition)}.modal-content input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.toast-root{position:fixed;right:16px;top:calc(16px + env(safe-area-inset-top));bottom:auto;z-index:3000;display:flex;flex-direction:column;gap:10px;max-width:min(420px,calc(100vw - 32px))}.toast{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-lg);padding:.85rem 1rem;display:flex;align-items:flex-start;gap:.75rem;animation:fadeUp .22s ease-out}.toast__body{flex:1;color:var(--text);font-size:.92rem;line-height:1.35}.toast-carrito-link{padding:0;border:none;background:none;color:var(--accent);text-decoration:underline;cursor:pointer;font:inherit}.toast-carrito-link:hover,.toast-carrito-link:focus-visible{color:var(--text);outline:none}.toast__close{border:none;background:none;cursor:pointer;color:var(--text-muted);font-size:1.1rem;line-height:1;padding:0}.toast--success{border-left:4px solid var(--success)}.toast--error{border-left:4px solid var(--error)}.toast--warning{border-left:4px solid var(--warning)}.toast--info{border-left:4px solid var(--text)}.toast--hide{opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease}.ui-modal{z-index:1400;padding:1.25rem}.ui-modal .ui-modal__backdrop{z-index:0}.ui-modal .ui-modal__content{position:relative;z-index:2;max-width:460px;border-radius:16px;border:1px solid rgba(54,33,18,.08);box-shadow:0 28px 70px #00000029}.ui-modal__header{margin-bottom:.35rem}.ui-modal__title{margin-bottom:.75rem}.ui-modal__text{color:var(--text-secondary);margin-bottom:.75rem}.ui-modal__label{display:block;margin-bottom:.45rem;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text)}.ui-modal__hint{margin-top:.75rem;font-size:.85rem;line-height:1.45;color:var(--text-muted)}.ui-modal__textarea{width:100%;padding:.9rem 1rem;border:1px solid var(--border);background:var(--bg-elevated);font-family:inherit;color:var(--text);resize:vertical;min-height:90px}.ui-modal__textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.ui-modal__actions{display:flex;gap:.75rem;margin-top:1rem}.ui-modal__actions .btn{flex:1}@media (max-width: 600px){.checkout-modal__content{max-width:100%}.ui-modal__actions{flex-direction:column-reverse}.ui-modal__actions .btn{width:100%}}@media (max-width: 768px){.admin-tabs,.auth-tabs,.admin-tab,.auth-tabs .tab{position:relative}.admin-tab.active:after,.auth-tabs .tab.active:after{content:"";position:absolute;left:18%;right:18%;bottom:-6px;height:2px;background:var(--text)}}.product-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:stretch;justify-content:stretch;padding:0;animation:fadeIn .25s ease}.product-modal.hidden{display:none!important}.product-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#10101280;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.product-modal-content{position:relative;width:100%;height:100%;max-width:none;max-height:none;overflow-y:auto;background:linear-gradient(180deg,var(--bg-card) 0%,var(--bg-page) 100%);border:none;box-shadow:none;animation:fadeUp .35s ease}.product-modal-close{position:fixed;top:max(1rem,env(safe-area-inset-top));left:max(1rem,env(safe-area-inset-left));right:auto;min-width:92px;height:42px;padding:0 .95rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;z-index:2205;display:flex;align-items:center;justify-content:center;gap:.4rem;line-height:1;box-shadow:var(--shadow-lg);transition:all var(--transition)}.product-modal-close:before{content:"←";font-size:1rem;line-height:1}.product-modal-close:hover{background:var(--accent-soft);border-color:var(--text)}.product-modal-body{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(1.5rem,3vw,2.25rem);min-height:100%;max-width:1360px;margin:0 auto;padding:clamp(4.5rem,7vw,6rem) clamp(1.25rem,5vw,4rem) clamp(2rem,4vw,3rem)}.product-modal-gallery{position:sticky;top:max(1rem,env(safe-area-inset-top));align-self:start}.product-modal-carousel{display:flex;flex-direction:column;gap:.85rem}.product-modal-carousel-stage{position:relative;overflow:hidden;border-radius:18px;background:var(--bg-elevated);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.product-modal-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-modal-carousel-track::-webkit-scrollbar{display:none}.product-modal-carousel-track:focus-visible{outline:2px solid var(--text);outline-offset:-2px}.product-modal-carousel-slide{flex:0 0 100%;min-width:100%;height:min(78vh,860px);display:flex;align-items:center;justify-content:center;scroll-snap-align:center;padding:clamp(.8rem,2vw,1.25rem);background:linear-gradient(180deg,#ffffffeb,#f5f5f5f5)}.product-modal-active-image{display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.product-modal-carousel-nav{position:absolute;top:50%;z-index:2;width:42px;height:42px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:#1a1a1a7a;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(-50%);transition:transform var(--transition-soft),background var(--transition),opacity var(--transition)}.product-modal-carousel-nav:hover,.product-modal-carousel-nav:focus-visible{background:#1a1a1ab8;outline:none}.product-modal-carousel-nav.prev{left:.85rem}.product-modal-carousel-nav.next{right:.85rem}.product-modal-carousel-nav span{font-size:1.9rem;line-height:1}.product-modal-carousel-counter{display:none;position:absolute;top:.9rem;right:.9rem;z-index:2;padding:.28rem .65rem;border-radius:999px;background:#1a1a1a8f;color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.05em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-modal-carousel-indicators{display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:10px}.product-modal-indicator{width:6px;height:6px;border:none;padding:0;border-radius:999px;background:#3621123d;cursor:pointer;transition:width var(--transition-soft),transform var(--transition-soft),background var(--transition)}.product-modal-indicator:hover,.product-modal-indicator:focus-visible{background:#3621128f;outline:none;transform:scale(1.05)}.product-modal-indicator.active{width:22px;background:var(--text)}.product-modal-info{min-width:0;display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);padding:clamp(1rem,2vw,1.5rem);align-self:start;position:sticky;top:calc(max(1rem,env(safe-area-inset-top)) + .5rem)}.product-modal-info h2{font-family:inherit;font-size:clamp(1.9rem,4vw,3rem);margin:0;font-weight:600;line-height:1.05;letter-spacing:.02em}.product-modal-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.product-modal-title-copy{min-width:0}.product-modal-share-btn{flex-shrink:0;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;line-height:1}.product-modal-share-btn svg{width:18px;height:18px;display:block;stroke:currentColor}.product-modal-share-link{display:block;margin:0 0 1rem;padding:.55rem .7rem;background:var(--bg-hover);border:1px solid var(--border-light);color:var(--text-muted);font-size:.82rem;line-height:1.45;word-break:break-word}.product-modal-share-link:hover{color:var(--accent)}.product-modal-category{display:inline-flex;align-items:center;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);font-size:.68rem;font-weight:500;margin-bottom:.55rem;padding:.22rem .5rem}.product-modal-rating{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1.2rem}.stars-display{color:var(--warning);font-size:1.25rem;letter-spacing:.1em}.stars-display .star.filled{color:var(--warning)}.stars-display .star:not(.filled){color:var(--text-muted);opacity:.5}.rating-count{color:var(--text-muted);font-size:.9rem}.product-modal-desc{color:var(--text-secondary);font-size:.98rem;line-height:1.6;margin-bottom:1.1rem;max-width:60ch;white-space:pre-wrap}.product-options{margin-bottom:1.1rem;padding:.9rem;border:1px solid var(--border);background:var(--bg-elevated)}.product-options .option-group{margin-bottom:1rem}.product-options label{display:block;font-weight:500;color:var(--text);margin-bottom:.5rem}.product-options select{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg);color:var(--text);font-size:1rem}.product-modal-material,.product-modal-recomendaciones{color:var(--text-secondary);font-size:.86rem;line-height:1.5;margin-bottom:.35rem}.product-modal-price{font-size:clamp(1.4rem,2vw,1.9rem);font-weight:600;color:#000;margin-bottom:.35rem;letter-spacing:.02em}.product-modal-stock{font-size:.92rem;color:var(--success);margin-bottom:1rem;padding-bottom:.9rem;border-bottom:1px solid var(--border-light)}.product-modal-stock.out-of-stock{color:var(--error)}.product-modal-reviews{margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--border)}.product-modal-reviews h3{font-size:1.1rem;margin-bottom:1rem;font-weight:600}.review-form{margin-bottom:1.5rem}.review-form-hint{color:var(--text-muted);font-size:.95rem}.review-stars-input{display:flex;gap:.25rem;margin-bottom:.75rem;font-size:1.5rem;cursor:pointer}.review-stars-input span[data-value]{color:var(--text-muted);transition:color var(--transition)}.review-stars-input span[data-value]:hover,.review-stars-input span[data-value].active{color:var(--warning)}.review-form textarea{width:100%;padding:.9rem 1rem;margin-bottom:.75rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color var(--transition)}.review-form textarea:focus{outline:none;border-color:var(--accent)}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-item{background:var(--bg-elevated);padding:1rem 1.25rem;border-radius:var(--radius-md);border:1px solid var(--border)}.review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.review-header .stars-display{font-size:1rem}.review-date{color:var(--text-muted);font-size:.85rem}.review-comment{color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin:0}.no-reviews{color:var(--text-muted);font-size:.95rem;font-style:italic}.product-card-clickable{cursor:pointer}.product-card-clickable:active{transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.nav-bottom{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--bg-card);border-top:1px solid var(--border);padding:.5rem 0;padding-bottom:max(.5rem,env(safe-area-inset-bottom));flex-direction:row;justify-content:space-around;align-items:center}.nav-bottom-link,.nav-bottom-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--text);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;font:inherit;position:relative;-webkit-tap-highlight-color:transparent}.nav-bottom-link.is-active:after,.nav-bottom-btn.is-active:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:6px;width:18px;height:2px;border-radius:2px;background:var(--text)}.nav-bottom-link.is-preview,.nav-bottom-btn.is-preview{color:var(--accent);opacity:.92}.nav-bottom-link.is-preview:before,.nav-bottom-btn.is-preview:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:999px;background:#1a1a1a0f}.nav-bottom-link.is-preview svg,.nav-bottom-btn.is-preview svg{position:relative;z-index:1}.nav-links .nav-link{position:relative;padding-bottom:.25rem}.nav-links .nav-link[aria-current=page]:after,.nav-links .nav-link.is-active:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:22px;height:2px;border-radius:2px;background:currentColor;opacity:.9}.nav-bottom-link:hover,.nav-bottom-link:focus,.nav-bottom-btn:hover,.nav-bottom-btn:focus{color:var(--accent);opacity:.9}.nav-bottom-link svg,.nav-bottom-btn svg{display:block}.nav-bottom-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:600;background:var(--text);color:var(--bg-card);border-radius:999px;display:flex;align-items:center;justify-content:center}.admin-nav-bottom{justify-content:space-evenly;gap:.2rem;padding-inline:.25rem}@media (max-width: 768px){:root{--header-nav-height: 56px;--header-category-height: 54px}.navbar{padding:.5rem .75rem;flex-wrap:nowrap}.navbar--hidden-mobile{display:none}.back-btn-mobile{display:block;color:var(--text);text-decoration:none;font-weight:500;margin-right:1rem}.navbar .logo{flex-shrink:0;transition:opacity var(--transition),width var(--transition),margin var(--transition)}.navbar:has(.navbar-search:focus-within) .logo{display:none!important}.navbar-search-slot{flex:1 1 auto}.navbar-search{order:0;flex:1;min-width:0;max-width:none;margin:0 0 0 .75rem}.navbar-search:focus-within{max-width:none;flex:1 1 100%;margin-left:0}.navbar-search input[type=search]{padding:.5rem 2.6rem .5rem 2.5rem;font-size:.85rem}.navbar-search input[type=search]:focus{background-position:left .75rem center;background-size:20px 20px}.navbar-search-clear{right:.4rem;width:1.85rem;height:1.85rem}.hamburger,.nav-links{display:none}.nav-bottom{display:flex}.hero{min-height:75vh;padding:3rem 1.5rem}.hero-content h1{font-size:2.25rem}.shop-feed-hero{grid-template-columns:1fr;align-items:stretch;gap:.95rem;margin-bottom:1.2rem}.shop-feed-hero__meta{justify-content:flex-start}.shop-feed-hero__stat{min-width:0;flex:1 1 140px}.shop-feed-hero h1{font-size:1.5rem}.shop-feed-hero p{font-size:.9rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.7rem;padding:0 .35rem}.product-card{--card-radius: 12px}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #36211221}.product-card .img-wrap{aspect-ratio:3 / 4}.product-card-offers-bar{gap:.32rem;padding:.42rem}.product-card-offer-pill{padding:.2rem .35rem;font-size:.47rem;letter-spacing:.02em}.product-card-offer-pill--combined{width:100%;justify-content:flex-start}.product-card-offer-pill--combined .product-card-offer-pill__segment{padding:.2rem .32rem}.product-card-offer-pill--combined .product-card-offer-pill__divider{width:12px}.product-card-offer-pill__divider{height:.6rem}.product-card-offer-pill__timer{margin-left:0;padding-left:.2rem;font-size:.43rem}.product-card-offer-pill svg{width:.56rem;height:.56rem}.product-badge{font-size:.5rem;padding:.2rem .4rem}.product-badge--offer{max-width:100%;padding:.2rem .44rem;font-size:.5rem}.product-badge__timer{margin-left:.22rem;padding-left:.22rem;font-size:.45rem;letter-spacing:.02em}.product-badge--shipping-icon{width:24px;height:24px}.product-badge--shipping-icon svg{width:12px;height:12px}.product-offer-timer-chip{padding:.16rem .34rem;font-size:.44rem;letter-spacing:.02em}.product-badge--category{max-width:66%}.product-card img{height:100%;object-fit:contain}.product-card .info{padding:.62rem .55rem .72rem;gap:.3rem}.product-card h3{font-size:.74rem;font-weight:600;line-height:1.3;min-height:2.45em}.product-card-rating{margin:.05rem 0 .15rem;gap:.28rem}.product-card .rating-count{display:none}.product-card .info>p{display:none}.product-card-skeleton__description,.product-card-skeleton__reviews{display:none}.product-card-options{min-height:.72rem;margin:.08rem 0 0}.product-card .product-colors-palette{margin:0;gap:.26rem}.product-card-options-placeholder{height:.72rem}.product-card .product-color-swatch{width:.72rem;height:.72rem}.product-card-footer{gap:.4rem;padding-top:.45rem}.product-card-price-label{font-size:.54rem}.product-card .price{font-size:.83rem;font-weight:700}.product-card .btn-add-cart{margin-top:0;width:2rem;min-width:2rem;height:2rem;padding:0;border-radius:999px;letter-spacing:0}.product-card .btn-add-cart svg{width:.92rem;height:.92rem}.product-card-skeleton__cart{width:2rem;height:2rem}.shop-empty-state{gap:.7rem;align-items:stretch}.shop-empty-state .btn{width:100%}.cart-item{flex-wrap:wrap}.cart-item img{width:100%;height:180px}.shop-container,.cart-container,.orders-container,.admin-container{padding:2rem 1.25rem;padding-bottom:calc(2rem + 70px)}body{padding-bottom:env(safe-area-inset-bottom,0)}.product-modal-body{grid-template-columns:1fr;gap:1.5rem;padding:calc(4.75rem + var(--header-nav-height) + env(safe-area-inset-top)) 1rem calc(5.5rem + env(safe-area-inset-bottom))}@media (max-width: 480px){.product-card-offers-bar{gap:.22rem;padding:.38rem;overflow-x:auto}.product-card-offer-pill{font-size:.43rem;padding:.15rem .28rem;width:100%;justify-content:flex-start}.product-card-offer-pill svg{width:.5rem;height:.5rem}.product-card-offer-pill__segment{gap:.2rem}.product-card-offer-pill__label-text,.product-card-offer-pill__label--shipping,.product-card-offer-pill__divider{display:none}.product-card-offer-pill--combined{gap:.12rem;border-color:transparent;background:transparent}.product-card-offer-pill__timer{width:auto;margin-top:0;padding-left:.14rem;border-left:1px solid rgba(255,255,255,.24);font-size:.4rem}}.product-modal-content{height:100%;max-height:none}.product-modal-gallery{position:relative;top:0}.product-modal-info{position:relative;top:0;padding:.9rem}.product-modal-carousel-stage{border-radius:20px}.product-modal-carousel-slide{height:min(52vh,460px);padding:.85rem}.product-modal-carousel-nav{width:38px;height:38px}.product-modal-carousel-counter{top:.75rem;right:.75rem}.product-modal-title-row{flex-direction:column;align-items:stretch}.product-modal-share-btn{width:40px;align-self:flex-end}.product-modal-share-wrap{align-self:flex-end}.product-modal-share-link{font-size:.85rem;margin-bottom:1rem}.product-modal-close{top:calc(env(safe-area-inset-top) + var(--header-nav-height) + .75rem);left:.75rem}}.loading-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.loading-modal.show{display:flex}.loading-modal-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:var(--bg-card);padding:2.5rem;border-radius:16px;border:1px solid var(--border);box-shadow:0 20px 60px #0000004d;max-width:280px;animation:fadeUp .4s ease}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-spinner{width:48px;height:48px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}.loading-modal-text{color:var(--text);font-size:.95rem;font-weight:500;text-align:center;letter-spacing:.02em}#loading-modal{display:none}#loading-modal:not([style*="display: none"]){display:flex}.product-modal-recommendations{margin-top:1.45rem;padding-top:1.05rem;border-top:1px solid var(--border)}.product-modal-recommendations h3{font-size:1.08rem;margin-bottom:.95rem;font-weight:650;letter-spacing:-.01em}.recommendations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.85rem;align-items:stretch}.recommendation-card{position:relative;display:flex;flex-direction:column;width:100%;padding:0;margin:0;text-align:left;border:1px solid #eadfce;border-radius:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(180deg,#fff,#fff9f1);overflow:hidden;color:inherit;font:inherit;cursor:pointer;box-shadow:0 8px 20px #36211212;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;-webkit-tap-highlight-color:transparent}.recommendation-card:hover{transform:translateY(-4px);border-color:#dec9ae;box-shadow:0 14px 28px #36211224}.recommendation-card:focus-visible{outline:none;transform:translateY(-3px);border-color:var(--text);box-shadow:0 0 0 2px #ffffffe6,0 0 0 4px #36211247,0 14px 28px #36211224}.recommendation-card:active{transform:translateY(-1px)}.recommendation-media{position:relative;display:block;aspect-ratio:4 / 5;background:linear-gradient(160deg,#f2e8dd,#f9f2ea)}.recommendation-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1b161200 56%,#1b161242);pointer-events:none}.recommendation-chip{position:absolute;top:.55rem;left:.55rem;z-index:1;display:inline-flex;align-items:center;max-width:82%;padding:.28rem .56rem;border-radius:999px;border:1px solid rgba(54,33,18,.16);background:#ffffffeb;color:var(--text);font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recommendation-card img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.recommendation-card:hover img,.recommendation-card:focus-visible img{transform:scale(1.04)}.recommendation-card .info{display:flex;flex-direction:column;gap:.3rem;flex:1;padding:.75rem .8rem .84rem;background:linear-gradient(180deg,#fffffff0,#fffcf7fa)}.recommendation-card h4{margin:0;font-size:.84rem;font-weight:600;line-height:1.35;min-height:2.4em;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recommendation-meta{font-size:.71rem;line-height:1.25;color:var(--text-secondary)}.recommendation-card .price{font-size:.9rem;font-weight:700;color:var(--accent)}.recommendation-cta{margin-top:auto;font-size:.69rem;font-weight:650;color:var(--accent-light);letter-spacing:.08em;text-transform:uppercase}.recommendation-card:hover .recommendation-cta,.recommendation-card:focus-visible .recommendation-cta{color:var(--text)}.recommendations-empty{grid-column:1 / -1;margin:0;padding:.85rem .9rem;border:1px dashed #d8c7b3;border-radius:10px;background:#fff8ef;color:var(--text-secondary);font-size:.86rem;line-height:1.45}@media (max-width: 768px){.recommendations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.recommendation-card{border-radius:12px}.recommendation-chip{top:.45rem;left:.45rem;font-size:.54rem;padding:.22rem .45rem}.recommendation-card .info{padding:.62rem .58rem .68rem;gap:.24rem}.recommendation-card h4{font-size:.76rem;min-height:2.45em}.recommendation-meta{font-size:.66rem}.recommendation-card .price{font-size:.8rem}.recommendation-cta{font-size:.63rem}}@media (max-width: 420px){.recommendation-media{aspect-ratio:1 / 1.16}.recommendations-empty{padding:.75rem;font-size:.8rem}}.color-picker-wrapper{display:flex;flex-direction:column;gap:1.5rem;margin:1rem 0;padding:1rem;background:var(--bg-hover);border-radius:var(--radius-md);border:1px solid var(--border)}.color-palette-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.custom-color-section{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.custom-color-section h4{font-size:.95rem;font-weight:600;color:var(--text);margin:0}.custom-color-inputs{display:flex;gap:.75rem;align-items:center}.custom-color-inputs input[type=color]{width:60px;height:40px;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer}.custom-color-inputs input[type=text]{flex:1;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem}.custom-color-inputs .btn{padding:.5rem 1rem;font-size:.9rem;white-space:nowrap}@media (max-width: 768px){.custom-color-inputs{flex-direction:column;align-items:stretch}.custom-color-inputs input[type=text]{flex:none}.custom-color-inputs .btn{align-self:flex-end;width:auto}}.color-swatch{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;border:2px solid var(--border);background:var(--bg-card);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);font-size:.75rem;font-weight:500;min-height:100px;position:relative}.color-swatch:hover{border-color:var(--accent);box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.color-swatch.selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.color-swatch-inner{width:50px;height:50px;border-radius:calc(var(--radius-md) - 2px);box-shadow:0 2px 4px #0000001a;border:1px solid rgba(0,0,0,.1)}.color-swatch-label{text-align:center;color:var(--text-secondary);line-height:1.2}.selected-colors-display{display:flex;flex-direction:column;gap:.75rem}.selected-colors-display h4{font-size:.95rem;font-weight:600;color:var(--text);margin:0}.selected-colors-list{display:flex;flex-wrap:wrap;gap:.75rem;min-height:40px;align-items:flex-start;content:""}.no-colors{color:var(--text-muted);font-size:.9rem;font-style:italic;margin:0}.selected-color-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem}.selected-color-preview{width:24px;height:24px;border-radius:calc(var(--radius-md) - 1px);border:1px solid rgba(0,0,0,.1);flex-shrink:0}.selected-color-name{font-weight:500;color:var(--text)}.btn-remove-color{background:none;border:none;color:var(--error);cursor:pointer;font-size:1.25rem;padding:0;margin-left:.25rem;transition:color var(--transition);line-height:1;min-width:20px;display:flex;align-items:center;justify-content:center}.btn-remove-color:hover{color:#a8291f}.product-colors-palette{display:flex;gap:.5rem;flex-wrap:wrap;margin:.75rem 0;align-items:center}.product-color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);transition:all var(--transition);cursor:pointer;box-shadow:0 1px 3px #0000001a}.product-color-swatch:hover{transform:scale(1.15);box-shadow:0 2px 8px #00000026;border-color:var(--accent)}.modal-colors-palette{display:flex;gap:.75rem;flex-wrap:wrap;margin:.75rem 0;padding:.75rem;background:var(--bg-hover);border-radius:var(--radius-md);border:1px solid var(--border)}.modal-color-option{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.5rem;border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);background:var(--bg-card);font-size:.8rem;font-weight:500;min-width:60px;text-align:center}.modal-color-option:hover{border-color:var(--accent);box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.modal-color-option.selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.modal-color-option.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.modal-color-circle{width:40px;height:40px;border-radius:50%;border:2px solid rgba(0,0,0,.1);box-shadow:0 1px 3px #0000001a}@media (max-width: 768px){.color-palette-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}.selected-colors-list{gap:.5rem}.product-colors-palette{gap:.4rem}.product-color-swatch{width:28px;height:28px;border-width:2px}}.variation-selector-group{display:flex;flex-direction:column;gap:1.2rem;margin:1.5rem 0}.variation-field{display:flex;flex-direction:column;gap:.5rem}.variation-field label{font-size:.95rem;font-weight:500;color:var(--text);letter-spacing:-.01em}.variation-field select,.product-options select{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid var(--border);border-radius:4px;background-color:var(--bg-card);color:var(--text);font-size:.95rem;font-family:inherit;cursor:pointer;transition:all var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23362112' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.variation-field select:hover,.product-options select:hover{border-color:var(--accent);background-color:var(--bg-hover)}.variation-field select:focus,.product-options select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.variation-field select option,.product-options select option{padding:.5rem;background-color:var(--bg-card);color:var(--text)}.variation-field select option:disabled,.product-options select option:disabled{background-color:var(--bg-hover);color:var(--text-muted);opacity:.6}.variation-field select option.out-of-stock,.product-options select option.out-of-stock{color:var(--text-muted);text-decoration:line-through}.variation-color-selector{display:flex;flex-direction:column;gap:.75rem}.variation-colors-palette{display:flex;gap:.5rem;flex-wrap:wrap}.variation-color-option{width:45px;height:45px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all var(--transition);box-shadow:0 1px 3px #0000001a;position:relative}.variation-color-option:hover{transform:scale(1.08);box-shadow:0 2px 8px #00000026}.variation-color-option.selected{border-color:var(--accent);box-shadow:0 0 0 3px #1a1a1e33,inset 0 0 0 2px var(--accent)}.variation-color-option:disabled,.variation-color-option[disabled]{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,rgba(0,0,0,.1) 25%,transparent 25%),linear-gradient(225deg,rgba(0,0,0,.1) 25%,transparent 25%),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%),linear-gradient(315deg,rgba(0,0,0,.1) 25%,transparent 25%);background-size:4px 4px;background-position:0 0,2px 0,2px -2px,0 -2px}.modal-colors-palette{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:.55rem;margin-bottom:1rem}.modal-tallas-palette{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:.55rem;margin-bottom:1rem}.modal-colors-palette:empty,.modal-tallas-palette:empty{display:none}.modal-variation-select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.modal-color-option{width:100%;min-height:42px;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition),background var(--transition),transform var(--transition);display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.4rem .5rem;font-size:.78rem;font-weight:500;color:var(--text);position:relative;overflow:hidden}.modal-color-option:hover{border-color:var(--accent);background:var(--bg-hover);transform:translateY(-1px);box-shadow:var(--shadow)}.modal-color-option.selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.modal-color-option span{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-color-circle{width:18px;height:18px;border-radius:50%;position:relative;top:auto;left:auto;border:1px solid rgba(0,0,0,.2);flex:0 0 18px}.modal-color-option.disabled{opacity:.55;cursor:not-allowed;background:var(--bg-hover);transform:none;box-shadow:none}.modal-talla-option{width:100%;min-height:40px;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition),background var(--transition),transform var(--transition);display:flex;align-items:center;justify-content:center;padding:.35rem .5rem;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text)}.modal-talla-option:hover{border-color:var(--accent);background:var(--bg-hover);transform:translateY(-1px);box-shadow:var(--shadow)}.modal-talla-option.selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.modal-talla-option.disabled{opacity:.55;cursor:not-allowed;background:var(--bg-hover);transform:none;box-shadow:none}.variation-stock-info{font-size:.9rem;padding:.75rem 1rem;border-radius:4px;background-color:var(--success-soft);color:var(--success);margin:1rem 0;display:none}.variation-stock-info.visible{display:block}.variation-stock-info.out-of-stock{background-color:#c0392b1a;color:var(--error)}.option-group{margin-bottom:1.5rem}.option-group label{display:block;font-size:.95rem;font-weight:500;color:var(--text);margin-bottom:.5rem}.btn-add-cart:disabled{opacity:.6;cursor:not-allowed;background-color:var(--text-muted);border-color:var(--text-muted)}.btn-add-cart:disabled:hover{background-color:var(--text-muted);border-color:var(--text-muted);transform:none}@media (max-width: 768px){.variation-selector-group{gap:1rem}.variation-colors-palette{gap:.4rem}.variation-color-option{width:40px;height:40px}.modal-colors-palette{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.modal-tallas-palette{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.modal-color-option{min-height:40px;font-size:.74rem;padding:.35rem .45rem}.modal-talla-option{min-height:38px;font-size:.72rem;padding:.3rem .4rem}.modal-color-circle{width:16px;height:16px;flex-basis:16px}}.order-card.order-card--detailed{display:block}.order-heading{display:flex;flex-direction:column;gap:.35rem}.order-heading-top{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.order-date{margin:0;color:var(--text-muted);font-size:.9rem}.order-total strong{font-size:1.05rem}.order-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem;margin:1rem 0}.order-meta-item{display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1rem;border:1px solid var(--border-light);border-radius:12px;background:var(--bg-hover)}.order-meta-item span{color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.order-meta-item strong{color:var(--text);font-size:.95rem;word-break:break-word}.order-note{margin-top:.85rem;padding:.9rem 1rem;border-radius:12px;background:rgba(var(--accent-rgb),.08);color:var(--text)}.order-summary{display:grid;gap:.65rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.order-summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--text)}.order-summary-row.total{font-size:1rem}.order-summary-row.total strong{font-size:1.05rem}.order-card--detailed .order-product{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:1rem;align-items:center}.order-product-media{width:90px}.order-card--detailed .order-product img{width:100%;height:110px;object-fit:cover;border-radius:12px}.order-card--detailed .order-product .details{min-width:0}.order-card--detailed .order-product .details h3{margin-bottom:.3rem}.order-card--detailed .order-product .details p{margin:.2rem 0 0;color:var(--text-secondary)}.order-product-variation{font-weight:600;color:var(--text)}.order-product-sku{font-size:.82rem;color:var(--text-muted)}.order-product-pricing{font-size:.95rem}.order-product-totals{min-width:110px;text-align:right}.order-product-line-total{margin:0;font-weight:700;color:var(--text)}@media (max-width: 768px){.order-heading-top{align-items:flex-start;flex-direction:column}.order-meta-grid{grid-template-columns:1fr}.order-total{width:100%;text-align:left}.order-card--detailed .order-product{grid-template-columns:72px minmax(0,1fr);gap:.85rem;align-items:start}.order-product-media{width:72px}.order-card--detailed .order-product img{height:88px}.order-product-totals{grid-column:2;min-width:0;text-align:left}.order-summary-row{font-size:.92rem}}.order-card-toggle{width:100%;border:none;background:transparent;color:inherit;text-align:left;padding:0;cursor:pointer}.order-card-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:10px}.order-card-toggle .order-header{margin-bottom:.7rem}.order-quick-meta{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.order-quick-meta span{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;background:var(--bg-hover);border:1px solid var(--border-light);font-size:.8rem;color:var(--text-secondary)}.order-quick-meta .order-quick-meta-action{margin-left:auto;font-weight:600;color:var(--text)}.order-card-details{display:none;margin-top:1rem}.order-card-details.is-open{display:block}.order-preview-list{display:grid;gap:.65rem;margin-top:.9rem}.order-preview-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.8rem .9rem;border:1px solid var(--border-light);border-radius:12px;background:var(--bg-hover);text-align:left}.order-preview-copy{min-width:0;display:flex;flex-direction:column;gap:.2rem}.order-preview-copy strong{color:var(--text);font-size:.95rem}.order-preview-copy span{color:var(--text-secondary);font-size:.88rem}.order-preview-qty{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:.3rem .65rem;border:1px solid var(--border-light);border-radius:999px;background:var(--bg-card);color:var(--text);font-size:.82rem;font-weight:600}.order-preview-more{margin:0;color:var(--text-muted);font-size:.88rem;text-align:left}@media (max-width: 768px){.order-quick-meta{gap:.4rem}.order-quick-meta .order-quick-meta-action{margin-left:0}.order-preview-item{flex-direction:column;align-items:stretch}.order-preview-qty{align-self:flex-start}}#orders-list,.orders-loading-list{display:grid;gap:1.1rem}.orders-loading-list .order-card{margin-bottom:0}.order-card--customer{position:relative;margin-bottom:0;padding:1.2rem 1.2rem 1.1rem;border-radius:18px;border:1px solid #e3d2be;background:linear-gradient(180deg,#fff,#fffaf4);box-shadow:0 14px 32px #36211214;overflow:hidden}.order-card--customer.order-card--status-warning{border-color:#b8860b73;background:linear-gradient(180deg,#fffdf7,#fff8ea)}.order-card--customer.order-card--status-success{border-color:#2d7a4f66;background:linear-gradient(180deg,#fff,#f4fcf7)}.order-card--customer.order-card--status-danger{border-color:#c0392b73;background:linear-gradient(180deg,#fffdfd,#fff4f2)}.order-card--customer:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(90deg,#d6b891d9,#36211224)}.order-card--customer.order-card--status-warning:before{background:linear-gradient(90deg,#b8860bd1,#b8860b33)}.order-card--customer.order-card--status-success:before{background:linear-gradient(90deg,#2d7a4fe0,#2d7a4f33)}.order-card--customer.order-card--status-danger:before{background:linear-gradient(90deg,#c0392bdb,#c0392b33)}.order-card--customer:hover{border-color:#d7c0a4;box-shadow:0 18px 38px #3621121f}.product-card.order-card--customer{padding:0}.order-card--customer .order-card-toggle{display:block}.order-summary-shell{display:flex;flex-direction:column;gap:.85rem}.order-summary-shell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.order-summary-shell__meta{display:grid;gap:.45rem}.order-card--customer .order-date{margin:0;font-size:.82rem;line-height:1.35;color:var(--text-muted)}.order-status-chip{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.3rem .62rem;border-radius:999px;border:1px solid transparent;font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.order-status-chip--warning{background:#b8860b24;border-color:#b8860b4d;color:#8b6508}.order-status-chip--success{background:#2d7a4f24;border-color:#2d7a4f47;color:#256641}.order-status-chip--danger{background:#c0392b24;border-color:#c0392b4d;color:#9f2d21}.order-card--customer .order-total{display:flex;flex-direction:column;align-items:flex-end;gap:.16rem}.order-card--customer .order-total strong{font-size:1rem;line-height:1.1;color:var(--text)}.order-total-caption{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.order-summary-products{display:grid;gap:.65rem}.order-summary-product{display:grid;grid-template-columns:54px minmax(0,1fr);gap:.7rem;align-items:center;padding:.55rem;border-radius:14px;background:#ffffffb8;border:1px solid rgba(227,210,190,.9)}.order-summary-product__media{width:54px;height:54px;border-radius:12px;overflow:hidden;background:#f7efe5}.order-summary-product__media img{width:100%;height:100%;object-fit:cover;display:block}.order-summary-product__copy{min-width:0}.order-summary-product__copy strong{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.9rem;line-height:1.3;color:var(--text)}.order-summary-products__more{margin:0;font-size:.8rem;color:var(--text-muted)}.order-card--customer .order-quick-meta{gap:.45rem;align-items:center}.order-card--customer .order-quick-meta span{padding:.33rem .62rem;font-size:.76rem;border-radius:999px}.order-card--customer .order-quick-meta .order-quick-meta-action{margin-left:auto;padding:0;background:transparent;border-color:transparent;color:var(--text);font-weight:700}.order-card--customer .order-card-details{margin-top:.95rem;padding-top:.95rem;border-top:1px solid rgba(54,33,18,.1)}.order-card--customer .order-meta-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.65rem;margin:0 0 .85rem}.order-card--customer .order-meta-item{gap:.25rem;padding:.75rem .85rem;border-radius:10px}.order-card--customer .order-meta-item span{font-size:.68rem}.order-card--customer .order-meta-item strong{font-size:.88rem}.order-card--customer .order-note{margin-top:.7rem;padding:.75rem .85rem;border-radius:10px;font-size:.85rem}.order-card--customer .order-items{margin-top:.85rem;padding-top:.85rem}.order-card--customer .order-product{grid-template-columns:72px minmax(0,1fr) auto;gap:.8rem;padding:.95rem 0}.order-card--customer .order-product-media{width:72px}.order-card--customer .order-product img{height:88px;border-radius:10px}.order-card--customer .order-product .details h3{margin-bottom:.2rem;font-size:.92rem}.order-card--customer .order-product .details p{margin:.12rem 0 0;font-size:.82rem}.order-card--customer .order-product-pricing{font-size:.84rem}.order-card--customer .order-product-totals{min-width:84px}.order-card--customer .order-product-line-total{font-size:.9rem}.order-card--customer .order-summary{gap:.45rem;margin-top:.85rem;padding-top:.85rem}.order-card--customer .order-summary-row{font-size:.86rem}.order-card--customer .order-summary-row.total{font-size:.94rem}.order-card--customer .order-summary-row.total strong{font-size:1rem}.order-card-skeleton{pointer-events:none}.order-card-skeleton .order-summary-product{background:#ffffffad}.order-card-skeleton .order-total{display:flex;flex-direction:column;align-items:flex-end;gap:.16rem}.order-card-skeleton .order-quick-meta span.feed-skeleton{padding:0;color:transparent;border-color:transparent;background:linear-gradient(90deg,#e4d8c9b3,#fffffff5 48%,#e4d8c9b3);background-size:200% 100%;animation:feedSkeletonShimmer 1.35s ease-in-out infinite}.order-card-skeleton__date{width:6rem;height:.76rem;border-radius:999px}.order-card-skeleton__total{width:6rem;height:1rem;border-radius:999px}.order-card-skeleton__caption{width:3.7rem;height:.66rem;border-radius:999px;margin-left:auto}.order-card-skeleton__thumb{width:54px;height:54px;border-radius:12px}.order-card-skeleton__name{width:78%;height:.9rem;border-radius:999px}.order-card-skeleton__chip{width:5rem;height:1.6rem;border-radius:999px}.order-card-skeleton__chip--wide{width:7rem}.order-card-skeleton__action{width:6.2rem;height:.85rem;border-radius:999px;margin-left:auto;align-self:center}.profile-loading-shell{max-width:440px}.auth-card--skeleton{padding:2.25rem 2.4rem}.profile-skeleton{display:flex;flex-direction:column;gap:1rem}.profile-skeleton .auth-card-header{margin-bottom:0}.profile-skeleton__title{width:8.4rem;height:1.15rem;border-radius:999px;margin:0 auto}.profile-skeleton__subtitle{width:min(100%,15rem);height:.8rem;border-radius:999px;margin:.35rem auto 0}.profile-skeleton__field-group{display:grid;gap:.85rem}.profile-skeleton__field{display:grid;gap:.35rem}.profile-skeleton__label{width:5.2rem;height:.72rem;border-radius:999px}.profile-skeleton__label--short{width:6.6rem}.profile-skeleton__input{width:100%;height:3rem;border-radius:10px}.profile-skeleton__textarea{width:100%;height:5.5rem;border-radius:10px}.profile-skeleton__divider{width:100%;height:1px}.profile-skeleton__button{width:100%;height:3rem;border-radius:10px}.profile-skeleton__button--secondary{opacity:.72}@media (max-width: 768px){.order-card--customer{padding:1rem}.order-summary-shell__header{flex-direction:column;gap:.45rem}.order-card--customer .order-total{align-items:flex-start}.order-summary-product{grid-template-columns:48px minmax(0,1fr);gap:.6rem;padding:.5rem}.order-summary-product__media{width:48px;height:48px}.order-card--customer .order-summary-product__copy strong{font-size:.84rem}.order-card--customer .order-quick-meta .order-quick-meta-action{margin-left:0;width:100%;justify-content:flex-start}.order-card--customer .order-product{grid-template-columns:64px minmax(0,1fr);gap:.75rem}.order-card--customer .order-product-media{width:64px}.order-card--customer .order-product img{height:80px}.order-card--customer .order-product-totals{grid-column:2;min-width:0;text-align:left}.order-card-skeleton__thumb{width:48px;height:48px}.auth-card--skeleton{padding:1.9rem 1.35rem}}.page-swipe-surface{min-height:100%}.cart-items-grid{display:grid;gap:1rem}.cart-product-card,.cart-summary-card{margin-bottom:0}.cart-product-shell{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:.9rem;align-items:center}.cart-product__media{width:82px;height:98px;border-radius:14px;overflow:hidden;background:#f7efe5;border:1px solid rgba(227,210,190,.9)}.cart-product__media img{width:100%;height:100%;object-fit:cover;display:block}.cart-product__details{min-width:0}.cart-product__details h3{margin:0;font-size:.94rem;line-height:1.3;color:var(--text)}.cart-product__options{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.cart-product__option{display:inline-flex;align-items:center;padding:.28rem .58rem;border-radius:999px;background:var(--bg-hover);border:1px solid var(--border-light);font-size:.74rem;color:var(--text-secondary)}.cart-product__unit-price{margin:.45rem 0 0;font-size:.84rem;color:var(--text-secondary)}.cart-stock-hint{margin-top:.3rem;font-size:.78rem;color:var(--text-muted)}.cart-product__right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-product__line-total{margin:0;font-size:.95rem;font-weight:700;color:var(--text)}.qty-controls{display:inline-flex;align-items:center;gap:.5rem;margin-top:0}.cart-product__remove{margin-top:0;padding:0;border:0;background:transparent;font-size:.82rem;font-weight:600;color:var(--error);cursor:pointer}.cart-product__remove:hover{color:#a92c1f}.cart-summary-card{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-summary-card__copy{min-width:0}.cart-summary-card__eyebrow{display:inline-block;margin-bottom:.3rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.cart-summary-card__copy p{margin:0;font-size:1rem;color:var(--text)}.cart-summary-card .btn{flex-shrink:0}.cart-product-card--skeleton{pointer-events:none}.cart-product-card--skeleton .cart-product__options--skeleton{margin-top:.4rem}.cart-product-card--skeleton .cart-product__right--skeleton{gap:.45rem}.cart-skeleton__media{width:82px;height:98px;border-radius:14px}.cart-skeleton__title{width:78%;height:.95rem;border-radius:999px}.cart-skeleton__option{width:4.6rem;height:1.45rem;border-radius:999px}.cart-skeleton__option--wide{width:5.8rem}.cart-skeleton__price{width:5.5rem;height:.82rem;border-radius:999px;margin-top:.45rem}.cart-skeleton__stock{width:6.8rem;height:.74rem;border-radius:999px;margin-top:.3rem}.cart-skeleton__line-total{width:4.8rem;height:.95rem;border-radius:999px}.qty-controls--skeleton{gap:.4rem}.cart-skeleton__qty-btn{width:32px;height:32px;border-radius:10px}.cart-skeleton__qty-value{width:1.8rem;height:.9rem;border-radius:999px}.cart-skeleton__remove{width:3.8rem;height:.8rem;border-radius:999px}.cart-summary-card--skeleton{pointer-events:none}.cart-summary-card--skeleton{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-skeleton__summary-eyebrow{width:8.4rem;height:.72rem;border-radius:999px;margin-bottom:.35rem}.cart-skeleton__summary-total{width:6.5rem;height:1rem;border-radius:999px}.cart-skeleton__summary-button{width:9.5rem;height:2.7rem;border-radius:999px}@media (max-width: 768px){.cart-product-shell{grid-template-columns:64px minmax(0,1fr);gap:.75rem;align-items:start}.cart-product__media,.cart-skeleton__media{width:64px;height:80px}.cart-product__details h3{font-size:.88rem}.cart-product__options{gap:.28rem}.cart-product__option{font-size:.7rem;padding:.24rem .5rem}.cart-product__right{grid-column:2;align-items:flex-start}.cart-summary-card,.cart-summary-card--skeleton{flex-direction:column;align-items:stretch}.cart-summary-card .btn,.cart-skeleton__summary-button{width:100%}}@keyframes adminSurfaceReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.admin-dashboard{display:grid;gap:1.2rem}.admin-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.95fr);gap:1.1rem;padding:1.35rem 1.45rem;margin-bottom:0;border-radius:24px;border:1px solid #e3d2be;background:linear-gradient(135deg,#fffdf9,#fff5ea 48%,#f7eadc);box-shadow:0 18px 42px #3621121a;overflow:hidden;animation:adminSurfaceReveal .42s cubic-bezier(.22,1,.36,1) both}.admin-hero:before,.admin-section-shell:before,.admin-order-card:before,.admin-product-card:before,.admin-variation-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(90deg,#d6b891e6,#36211224)}.admin-hero__copy{display:grid;gap:.4rem;align-content:start}.admin-hero__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.admin-hero h1{margin:0;font-size:clamp(1.65rem,3vw,2.5rem);line-height:1.02;letter-spacing:-.04em;text-transform:none;font-weight:800;color:#2f2014}.admin-hero p{margin:0;max-width:42rem;font-size:.98rem;line-height:1.6;color:var(--text-secondary)}.admin-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;align-self:end}.admin-hero__stat{display:grid;gap:.16rem;min-height:100%;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(214,184,145,.78);background:#ffffffc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.admin-hero__stat strong{font-size:1.45rem;line-height:1;color:var(--text)}.admin-hero__stat span{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.admin-hero__stat small{font-size:.8rem;color:var(--text-muted)}.admin-tabs-wrap{overflow-x:auto;padding-bottom:.1rem;scrollbar-width:none}.admin-tabs-wrap::-webkit-scrollbar{display:none}.admin-tabs,.admin-tabs--skeleton{display:flex;gap:.65rem;width:max-content;min-width:100%;margin-bottom:0}.admin-tab{position:relative;white-space:nowrap;padding:.72rem 1.15rem;border-radius:999px;border:1px solid #dfccb5;background:#ffffffd1;box-shadow:0 10px 24px #36211214}.admin-tab:hover{border-color:#cfb290;background:#fff6ec;box-shadow:0 14px 28px #3621121a}.admin-tab.active{border-color:#3a2416;background:linear-gradient(180deg,#3f291b,#2c1b10);box-shadow:0 14px 28px #3621122e}.admin-section-shell{position:relative;margin-top:0;padding:1.25rem;border-radius:22px;border:1px solid #e3d2be;background:linear-gradient(180deg,#fff,#fffaf4);box-shadow:0 18px 38px #36211214;overflow:hidden;animation:adminSurfaceReveal .4s cubic-bezier(.22,1,.36,1) both}.admin-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-section-copy{display:grid;gap:.35rem}.admin-section-kicker{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.admin-desc{margin:0;max-width:54rem;font-size:.96rem;line-height:1.6;color:var(--text-secondary)}.admin-group-title{margin:0 0 .8rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.admin-group-title--spaced{margin-top:1.5rem}.admin-empty-state{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;padding:1.2rem;border-style:dashed;background:#ffffffc2}.admin-empty-state p{margin:0;color:var(--text-muted)}.admin-empty-state--soft{margin-top:.2rem}.admin-orders,.admin-orders--skeleton,.admin-variations-list,.admin-variations-list--skeleton{display:grid;gap:1rem}.admin-products-grid,.admin-products-grid--skeleton{margin-top:0}.admin-order-card,.admin-product-card,.admin-variation-card{position:relative;margin-bottom:0;border-radius:20px;border:1px solid #e3d2be;background:linear-gradient(180deg,#fff,#fffaf4);box-shadow:0 14px 30px #36211214;overflow:hidden;animation:adminSurfaceReveal .38s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--order-card-index, 0) * 42ms)}.admin-order-card:hover,.admin-product-card:hover,.admin-variation-card:hover{border-color:#d4b99b;box-shadow:0 20px 40px #3621121f}.admin-order-toggle{display:block}.admin-order-heading-top{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.admin-order-heading strong{font-size:.98rem;line-height:1.2}.admin-order-date{margin:.28rem 0 0;font-size:.82rem;color:var(--text-muted)}.admin-order-preview-list{display:grid;gap:.6rem;margin-top:.8rem}.admin-order-preview-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .8rem;border-radius:15px;background:#ffffffbd;border:1px solid rgba(220,201,177,.9)}.admin-order-preview-copy{min-width:0}.admin-order-preview-copy strong{display:block;font-size:.92rem;line-height:1.3}.admin-order-preview-copy span{display:block;margin-top:.16rem;font-size:.82rem;color:var(--text-secondary)}.admin-order-preview-qty{flex-shrink:0;min-width:2.35rem;padding:.34rem .6rem;border-radius:999px;border:1px solid rgba(214,184,145,.85);background:#fffdf9;font-size:.78rem;font-weight:700;text-align:center}.admin-order-preview-more{margin:0;font-size:.82rem;color:var(--text-muted)}.admin-order-note{margin-top:.85rem;padding:.8rem .9rem;border-radius:15px;border:1px solid rgba(220,201,177,.9);background:#ffffffc7;color:var(--text-secondary)}.admin-order-summary{margin-top:.95rem;padding:.9rem .95rem;border-radius:16px;border:1px solid rgba(220,201,177,.95);background:#fffc;display:grid;gap:.55rem}.admin-order-summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-order-summary-row.total{padding-top:.55rem;border-top:1px solid rgba(54,33,18,.08)}.admin-product-card{display:flex;flex-direction:column;padding:0}.admin-product-img{aspect-ratio:4 / 5;border-bottom:1px solid rgba(220,201,177,.92);background:#f7efe6}.admin-product-img img{transition:transform .36s ease}.admin-product-card:hover .admin-product-img img{transform:scale(1.04)}.admin-product-info{padding:1.1rem;display:flex;flex-direction:column;gap:.62rem}.admin-product-topline{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.admin-product-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.34rem .7rem;border-radius:999px;border:1px solid rgba(214,184,145,.86);background:#ffffffd6;font-size:.74rem;font-weight:600;color:var(--text-secondary)}.admin-product-chip--stock.is-in-stock{border-color:#3a7b4533;background:#4caf501f;color:#2d6a39}.admin-product-chip--stock.is-out-of-stock{border-color:#c0392b2e;background:#c0392b1f;color:#9f3326}.admin-product-chip--offer{border-color:#a9382033;background:#a938201f;color:#8f2f1b}.admin-product-chip--shipping{border-color:#0f766e33;background:#0f766e1f;color:#0f5f5a}.admin-product-info h3{font-size:1rem;line-height:1.35}.admin-product-price{margin:0;font-size:1.04rem;color:var(--text)}.admin-product-price-old{margin:-.3rem 0 0;font-size:.78rem;color:var(--text-muted)}.admin-offer-section{border:1px solid rgba(220,201,177,.9);border-radius:14px;background:#ffffffdb;padding:.9rem}.admin-offer-toggle{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:0;font-weight:600}.admin-offer-grid{margin-top:.8rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-offer-field{display:grid;gap:.35rem}.admin-offer-field label,.admin-product-desc{margin:0}.admin-product-actions{margin-top:auto;padding-top:.2rem}.variations-filter{margin-bottom:1rem}.variations-product-select{width:100%;max-width:440px;padding:.85rem 1rem;border-radius:16px;border:1px solid #dcc8b2;background:#ffffffe0;box-shadow:inset 0 1px #ffffffe6,0 10px 24px #3621120f;color:var(--text);font-family:inherit;font-size:.95rem}.variations-product-select:focus{outline:none;border-color:#b59371;box-shadow:0 0 0 3px #d6b8912e}.admin-variations-shell{display:grid;gap:1rem}.admin-variations-caption{margin:0;font-size:.88rem;color:var(--text-secondary)}.admin-variation-card{padding:1rem}.admin-variation-shell{display:grid;grid-template-columns:92px minmax(0,1fr);gap:1rem;align-items:start}.admin-variation-media{width:92px;height:110px;padding:.6rem;border-radius:16px;border:1px solid rgba(220,201,177,.95);background:#f7efe6;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-muted);font-size:.76rem;overflow:hidden}.admin-variation-media img{width:100%;height:100%;object-fit:cover;display:block}.admin-variation-main{min-width:0;display:grid;gap:.75rem}.admin-variation-subtitle{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-top:.35rem;color:var(--text-secondary);font-size:.84rem}.variation-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.price-display{display:inline-flex;align-items:baseline;gap:.05em;line-height:1}.price-display__integer{font-weight:700;font-size:1em}.price-display__decimal{font-size:.6em;position:relative;top:-.15em;font-weight:600}.price-display__currency{font-size:.8em;font-weight:500;margin-left:.1em}.variation-card-title strong{display:block;font-size:.94rem;color:var(--text)}.variation-card-stock{display:inline-flex;align-items:center;gap:.34rem;padding:.42rem .72rem;border-radius:999px;font-size:.76rem;font-weight:700;line-height:1}.variation-card-stock.in-stock{border:1px solid rgba(58,123,69,.18);background:#4caf501f;color:#2d6a39}.variation-card-stock.out-of-stock{border:1px solid rgba(192,57,43,.18);background:#c0392b1f;color:#9f3326}.variation-card-details{display:flex;flex-wrap:wrap;gap:.7rem}.variation-detail-item{padding:.55rem .78rem;border-radius:14px;border:1px solid rgba(220,201,177,.95);background:#fffc}.variation-detail-label{color:var(--text-muted);margin-right:.3rem}.variation-detail-value{color:var(--text);font-weight:700}.variation-card-actions{display:flex;flex-wrap:wrap;gap:.6rem}.product-form-content,.variation-form-content{max-width:min(960px,calc(100vw - 2rem));border-radius:28px;border:1px solid #e3d2be;background:linear-gradient(180deg,#fff,#fffaf4);box-shadow:0 30px 60px #3621122e}.product-form-content h2,.variation-form-content h2{margin-bottom:1.3rem;font-size:1.35rem;font-weight:700;color:#2f2014}.product-form,.variation-form{display:grid;gap:.2rem}.product-form input,.product-form textarea,.product-form select,.variation-form input,.variation-form textarea,.variation-form select{width:100%;margin-bottom:.9rem;padding:.85rem 1rem;border-radius:14px;border:1px solid #dcc8b2;background:#ffffffeb;color:var(--text);box-shadow:inset 0 1px #ffffffd9}.product-form input:focus,.product-form textarea:focus,.product-form select:focus,.variation-form input:focus,.variation-form textarea:focus,.variation-form select:focus{outline:none;border-color:#b59371;box-shadow:0 0 0 3px #d6b8912e}#product-form-modal .product-form-backdrop,#variation-form-modal .variation-form-backdrop{display:block;background:#23140a75;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-variations-section,.product-colors-section,.product-tallas-section,.product-variations-matrix-section,.variation-form-image-preview{border-radius:18px;border:1px solid rgba(220,201,177,.95);background:#ffffffad}.product-variations-section,.product-colors-section,.product-tallas-section,.product-variations-matrix-section{padding:1rem}.admin-colors-palette{gap:.65rem}.admin-color-option{border-radius:14px;border:1px solid #dcc8b2;background:#ffffffdb;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.admin-color-option:hover,.admin-color-option.selected{border-color:#b59371;box-shadow:0 10px 20px #36211214;transform:translateY(-1px)}.product-item-tag{border-radius:999px;border:1px solid rgba(214,184,145,.9);background:#ffffffd1}.matrix-container{border-radius:18px;overflow:auto;border:1px solid rgba(220,201,177,.95);background:#ffffffc7}.variations-matrix-table th,.variations-matrix-table td{border-color:#dcc9b1eb}.variations-matrix-table th{background:#fbf1e6}.variation-image-preview,.variation-form-image-preview{border-radius:16px;overflow:hidden;background:#f7efe6}.admin-card--skeleton{pointer-events:none}.admin-order-skeleton-shell,.admin-hero--skeleton .admin-hero__copy,.admin-hero--skeleton .admin-hero__stats,.admin-variation-card.admin-card--skeleton .admin-variation-main{display:grid;gap:.75rem}.admin-skeleton__eyebrow{width:6.2rem;height:.72rem;border-radius:999px}.admin-skeleton__title{width:min(24rem,88%);height:2.15rem;border-radius:20px}.admin-skeleton__subtitle{width:min(28rem,96%);height:.95rem;border-radius:999px}.admin-skeleton__stat-value{width:3.2rem;height:1.45rem;border-radius:999px}.admin-skeleton__stat-label{width:4.8rem;height:.72rem;border-radius:999px}.admin-skeleton__stat-hint{width:3.9rem;height:.74rem;border-radius:999px}.admin-skeleton__tab{width:7.4rem;height:2.7rem;border-radius:999px}.admin-skeleton__section-kicker{width:5rem;height:.72rem;border-radius:999px}.admin-skeleton__section-title{width:11rem;height:1rem;border-radius:999px}.admin-skeleton__section-desc{width:min(26rem,100%);height:.84rem;border-radius:999px}.admin-skeleton__header-action,.admin-skeleton__action-btn{width:7.6rem;height:2.55rem;border-radius:999px}.admin-skeleton__order-code{width:7.5rem;height:.98rem;border-radius:999px}.admin-skeleton__badge{width:4.6rem;height:1.55rem;border-radius:999px}.admin-skeleton__order-date{width:6.8rem;height:.82rem;border-radius:999px}.admin-skeleton__order-total{width:5.3rem;height:1rem;border-radius:999px}.admin-skeleton__meta-chip{width:5.8rem;height:1.5rem;border-radius:999px}.admin-skeleton__meta-chip--short{width:4.4rem}.admin-skeleton__meta-chip--wide{width:7rem}.admin-skeleton__preview-title{width:8.5rem;height:.92rem;border-radius:999px}.admin-skeleton__preview-subtitle{width:6.6rem;height:.76rem;border-radius:999px;margin-top:.15rem}.admin-skeleton__preview-qty{width:2.5rem;height:1.55rem;border-radius:999px}.admin-skeleton__product-media{width:100%;aspect-ratio:4 / 5;border-radius:0}.admin-skeleton__chip{width:5.6rem;height:1.45rem;border-radius:999px}.admin-skeleton__chip--short{width:4.6rem}.admin-skeleton__product-title{width:82%;height:1rem;border-radius:999px}.admin-skeleton__product-price{width:5.7rem;height:.95rem;border-radius:999px}.admin-skeleton__product-desc{width:92%;height:.84rem;border-radius:999px}.admin-skeleton__select{width:min(24rem,100%);height:3rem;border-radius:16px}.admin-skeleton__variation-media{width:92px;height:110px;border-radius:16px}.admin-skeleton__variation-title{width:9rem;height:.95rem;border-radius:999px}.admin-skeleton__variation-subtitle{width:6.5rem;height:.8rem;border-radius:999px;margin-top:.18rem}.admin-skeleton__variation-price{width:6rem;height:1.8rem;border-radius:14px}@media (prefers-reduced-motion: reduce){.admin-hero,.admin-section-shell,.admin-order-card,.admin-product-card,.admin-variation-card{animation:none}}@media (max-width: 900px){.admin-hero{grid-template-columns:1fr}.admin-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-section-heading{flex-direction:column;align-items:stretch}.admin-section-heading .btn{width:100%}}@media (max-width: 768px){.admin-dashboard{gap:1rem}.admin-container.admin-dashboard{padding-bottom:calc(2rem + 84px)}.admin-tabs-wrap,.admin-tabs--skeleton{display:none}.admin-nav-bottom .nav-bottom-btn{width:44px;height:48px}.admin-hero{padding:1.15rem;border-radius:20px}.admin-hero h1{font-size:1.8rem}.admin-hero__stats{grid-template-columns:1fr}.admin-section-shell{padding:1rem;border-radius:18px}.admin-order-preview-item{flex-direction:column;align-items:stretch}.admin-order-preview-qty{align-self:flex-start}.admin-product-actions,.variation-card-actions{flex-direction:column}.admin-product-actions .btn,.variation-card-actions .btn{width:100%}.admin-variation-shell{grid-template-columns:72px minmax(0,1fr);gap:.8rem}.admin-variation-media,.admin-skeleton__variation-media{width:72px;height:92px}.variation-card-header{flex-direction:column;align-items:stretch}.variation-card-stock{align-self:flex-start}.product-form-content,.variation-form-content{padding:1.4rem 1.1rem;border-radius:22px;max-height:calc(100vh - 2rem)}}.product-modal-backdrop{background:#0f172a57;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-modal-content{background:linear-gradient(180deg,#fff,#faf8f5)}.product-modal-close{min-width:96px;height:40px;border-radius:999px;border:1px solid var(--border);background:#fffffff5;color:var(--text);box-shadow:0 8px 20px #00000014;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-modal-close:hover,.product-modal-close:focus-visible{background:#fff;border-color:var(--text);box-shadow:0 10px 22px #0000001a;outline:none}.product-modal-body{max-width:1360px;gap:clamp(1.25rem,2vw,2rem)}.product-modal-carousel-stage{border-radius:20px;border:1px solid var(--border);background:#fff;box-shadow:0 12px 32px #0000000d}.product-modal-carousel-stage:before,.product-modal-info:before,.product-modal .product-options:before,.product-modal .product-modal-purchase-card:before,.product-modal .product-modal-section-card:before{display:none}.product-modal-carousel-slide{background:linear-gradient(180deg,#fff,#fafafa)}.product-modal-carousel-nav{border:1px solid var(--border);background:#fffffff0;color:var(--text);box-shadow:0 8px 20px #00000014}.product-modal-carousel-nav:hover,.product-modal-carousel-nav:focus-visible{background:#fff;color:var(--text)}.product-modal-carousel-counter{border:1px solid var(--border);background:#ffffffeb;color:var(--text);box-shadow:0 8px 18px #0000000f}.product-modal-indicator{background:#36211238}.product-modal-indicator:hover,.product-modal-indicator:focus-visible{background:#36211273}.product-modal-indicator.active{background:var(--text)}.product-modal-info{gap:1rem;border-radius:20px;border:1px solid var(--border);background:#fff;box-shadow:0 12px 30px #0000000a;padding:clamp(1rem,2vw,1.3rem);overflow:hidden}.product-modal-title-copy h2{font-size:clamp(1.6rem,3vw,2.15rem);line-height:1.08;letter-spacing:-.03em;font-weight:700;color:var(--text)}.product-modal-category{margin-bottom:.7rem;padding:.28rem .6rem;border-radius:999px;border:1px solid var(--border-light);background:var(--bg-hover);font-size:.68rem;font-weight:600;letter-spacing:.08em;color:var(--text-muted)}.product-modal-share-btn{width:40px;min-width:40px;height:40px;min-height:40px;border-radius:999px;border-color:var(--border);background:#fff;color:var(--text);box-shadow:none}.product-modal-share-btn:hover,.product-modal-share-btn:focus-visible{border-color:var(--text);background:var(--bg-hover);color:var(--text)}.product-modal-share-wrap{position:relative;flex-shrink:0}.product-modal-share-menu{position:absolute;right:0;top:calc(100% + .45rem);min-width:160px;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 14px 26px #0000001a;z-index:12;overflow:hidden}.product-modal-share-option{width:100%;border:0;background:transparent;color:var(--text);text-align:left;font-family:inherit;font-size:.82rem;font-weight:600;padding:.62rem .9rem;cursor:pointer}.product-modal-share-option:hover,.product-modal-share-option:focus-visible{background:var(--bg-hover);outline:none}.product-modal-rating{margin-bottom:.4rem}.product-modal-desc{margin-bottom:0;max-width:none}.product-meta-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.65rem}.product-meta-card{display:grid;gap:.28rem;padding:.8rem .9rem;border-radius:12px;border:1px solid var(--border-light);background:#fcfcfb}.product-meta-card span{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.product-meta-card strong{font-size:.88rem;line-height:1.45;color:var(--text);font-weight:600}.product-modal .product-options,.product-modal .product-modal-purchase-card,.product-modal .product-modal-section-card{position:relative;border-radius:14px;border:1px solid var(--border-light);background:#fcfcfb;box-shadow:none}.product-modal .product-options{display:grid;gap:.75rem;margin-bottom:0;padding:.8rem .9rem}.product-modal .product-options .option-group{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:0}.product-modal .product-options label{margin-bottom:0;font-size:.67rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);flex:0 0 auto}.product-modal .modal-colors-palette,.product-modal .modal-tallas-palette{display:flex;flex-wrap:wrap;gap:.45rem;flex:1;min-width:0;margin:0}.product-modal .modal-color-chip,.product-modal .modal-size-chip{width:auto;min-height:34px;padding:.42rem .72rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.78rem;font-weight:500;line-height:1;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.product-modal .modal-color-chip:hover:not(:disabled),.product-modal .modal-size-chip:hover:not(:disabled),.product-modal .modal-color-chip:focus-visible,.product-modal .modal-size-chip:focus-visible{border-color:var(--text);background:var(--bg-hover);box-shadow:none;transform:none;outline:none}.product-modal .modal-color-chip.active,.product-modal .modal-size-chip.active{border-color:var(--text);background:#3621120f;color:var(--text);box-shadow:inset 0 0 0 1px var(--text)}.product-modal .modal-color-chip:disabled,.product-modal .modal-size-chip:disabled{opacity:.48;cursor:not-allowed;box-shadow:none;transform:none}.product-modal .modal-color-chip__dot{width:10px;height:10px;border-color:#3621122e;flex:0 0 10px}.product-modal .modal-color-chip.active .modal-color-chip__dot{border-color:#3621124d;box-shadow:none}.product-modal .modal-size-chip{min-width:42px;justify-content:center}.product-modal-purchase-card{display:grid;gap:.85rem;padding:.95rem}.product-modal-price-row{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:.85rem}.product-modal-price{margin:0;font-size:clamp(1.45rem,2vw,1.9rem);font-weight:700;line-height:1;letter-spacing:-.02em;color:#000}.product-modal-price-stack{display:grid;gap:.3rem}.product-modal-price-old{margin:0;display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--text-muted)}.product-modal-shipping-offer{margin:0;display:inline-flex;width:fit-content;align-items:center;padding:.28rem .62rem;border-radius:999px;border:1px solid rgba(15,118,110,.2);background:#0f766e1f;color:#0f5f5a;font-size:.74rem;font-weight:600}.product-offer-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(169,56,32,.18);background:#a938201f;color:#8f2f1b;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.product-modal-stock{margin:0;display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text-secondary);font-size:.76rem;font-weight:600;letter-spacing:.02em}.product-modal-stock.is-pending{border-color:#b8860b38;background:#b8860b1f;color:#8a6508}.product-modal-stock.is-in-stock{border-color:#3a7b4533;background:#4caf501f;color:#2d6a39}.product-modal-stock.out-of-stock{border-color:#c0392b2e;background:#c0392b1f;color:#9f3326}.product-modal-cart-btn{min-height:46px;border-radius:12px;box-shadow:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.product-modal-cart-btn:hover:not(:disabled),.product-modal-cart-btn:focus-visible:not(:disabled){transform:none;box-shadow:none}.product-modal-cart-btn--in-cart{background:var(--success-soft);color:var(--success);border-color:#2d7a4f47}.product-modal-cart-btn--in-cart:hover:not(:disabled),.product-modal-cart-btn--in-cart:focus-visible:not(:disabled){background:#2d7a4f2e;color:var(--success);border-color:var(--success)}.product-modal-cart-btn:disabled{box-shadow:none;transform:none}.product-modal .product-modal-reviews,.product-modal .product-modal-recommendations{margin-top:0;padding:.95rem;border-top:none}.product-modal-section-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.95rem}.product-modal-section-heading h3{margin:0;font-size:.98rem;font-weight:600;color:var(--text)}.product-modal-section-chip{padding:0;border:0;background:transparent;color:var(--text-muted);font-size:.78rem;font-weight:500;letter-spacing:0;text-transform:none}.review-form{margin-bottom:1rem}.review-form-hint{margin:0;padding:.8rem .9rem;border-radius:12px;border:1px dashed var(--border);background:#fff;color:var(--text-secondary)}.review-form-shell{display:grid;gap:.8rem;padding:.9rem;border-radius:12px;border:1px solid var(--border);background:#fff}.review-stars-input{gap:.45rem;margin-bottom:0;font-size:1rem}.product-modal .review-star-button{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text-muted);transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.product-modal .review-star-button:hover,.product-modal .review-star-button:focus-visible{border-color:var(--warning);background:#b8860b14;color:var(--warning);transform:none;outline:none}.product-modal .review-star-button.active{border-color:#b8860b47;background:#b8860b24;color:var(--warning)}.product-modal .review-form textarea{min-height:108px;margin-bottom:0;padding:.95rem 1rem;border-radius:12px;border-color:var(--border);background:#fff;box-shadow:none}.product-modal .review-form textarea:focus{border-color:var(--text);box-shadow:0 0 0 3px #0000000d}.product-modal .review-form .btn{width:fit-content;min-width:190px}.reviews-list{gap:.75rem}.product-modal .reviews-list>p,.product-modal .no-reviews,.product-modal .recommendations-empty{margin:0;padding:.8rem .9rem;border-radius:12px;border:1px dashed var(--border);background:#fff;color:var(--text-muted);font-style:normal}.review-item{padding:.9rem 1rem;border-radius:12px;border:1px solid var(--border);background:#fff}.review-header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.55rem .8rem;margin-bottom:.55rem}.review-author{font-size:.92rem;font-weight:700;color:var(--text)}.review-item .product-rating-inline{justify-self:start}.review-date{justify-self:end}.review-comment{color:var(--text-secondary);line-height:1.55}.product-modal .recommendations-grid{gap:.75rem}.product-modal .recommendation-card{border-radius:14px;border:1px solid var(--border);background:#fff;box-shadow:none}.product-modal .recommendation-card:hover{border-color:var(--text);box-shadow:none;transform:none}.product-modal .recommendation-media{background:#faf8f5}.product-modal .recommendation-card .info{background:#fff}.product-modal .recommendation-meta{font-size:.75rem}.product-modal .recommendation-meta-old{display:block;margin-top:.1rem;color:var(--text-muted);font-size:.68rem}.price-display--muted{color:var(--text-muted)}.price-display--muted .price-display__integer,.price-display--muted .price-display__decimal,.price-display--muted .price-display__currency{text-decoration:line-through}.checkout-shipping-offer{margin:.55rem 0 0;color:#0f5f5a;font-weight:600}.checkout-shipping-old-price{display:inline-flex;margin-left:.45rem;color:var(--text-muted);font-size:.8rem}.product-modal .recommendation-cta{font-size:.68rem}@media (max-width: 768px){.product-modal-info{border-radius:18px;padding:1rem}.product-modal .product-options,.product-modal .product-modal-purchase-card,.product-modal .product-modal-section-card,.product-modal .product-modal-reviews,.product-modal .product-modal-recommendations{padding:.85rem;border-radius:12px}.product-meta-details{grid-template-columns:1fr}.product-modal-price-row,.product-modal-section-heading{flex-direction:column;align-items:flex-start}.product-modal .product-options .option-group{align-items:flex-start}.product-modal .product-options label{width:100%}.product-modal .review-form .btn{width:100%;min-width:0}.product-modal .review-star-button{width:40px;height:40px}.review-header{grid-template-columns:1fr auto}.review-date{grid-column:1 / -1;justify-self:start}}@media (max-width: 480px){.product-modal .modal-color-chip,.product-modal .modal-size-chip{min-height:32px;padding:.38rem .65rem;font-size:.75rem}}.order-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0}.order-item-img{width:90px;height:110px;flex-shrink:0;object-fit:cover;border-radius:8px;background:var(--bg-hover)}.order-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.order-item-name{font-weight:500;color:var(--text);font-size:.95rem}.order-item-qty{font-size:.85rem;color:var(--text-secondary)}.order-item-price{font-weight:600;color:var(--text);font-size:.9rem}.order-items-preview{max-height:300px;overflow:hidden;display:flex;flex-direction:column;gap:.75rem}.btn-link{background:none;border:none;padding:.5rem 0;color:var(--accent);cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:500;text-decoration:underline;transition:opacity var(--transition);margin-top:.75rem}.btn-link:hover{opacity:.7}.view-details-btn{color:var(--accent);font-size:.8rem;text-transform:none;letter-spacing:normal;margin-top:.75rem}.order-detail-content{position:relative}.order-detail-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;line-height:1;padding:.25rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.order-detail-close:hover{color:var(--text);background:var(--bg-hover);border-radius:8px}.order-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.order-detail-header h2{font-size:1.25rem;font-weight:600;margin:0;color:var(--text)}.order-detail-header>div:first-child{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.order-detail-date{font-size:.85rem;color:var(--text-muted);margin:.5rem 0 0}.order-detail-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.order-detail-section:last-child{border-bottom:none;margin-bottom:0}.order-detail-section h3{font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.08em}.order-detail-section p{margin:.35rem 0;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.order-detail-items{display:flex;flex-direction:column;gap:1rem}.order-detail-item{display:flex;gap:1.25rem;padding:1rem;background:var(--bg-hover);border-radius:12px;align-items:flex-start}.order-detail-item-img{width:120px;height:150px;flex-shrink:0;object-fit:cover;border-radius:8px;background:var(--bg-page)}.order-detail-item-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.order-detail-item-info h4{margin:0;font-size:1rem;font-weight:600;color:var(--text)}.order-detail-item-qty,.order-detail-item-price,.order-detail-item-total{margin:0;font-size:.9rem;color:var(--text-secondary)}.order-detail-item-qty strong,.order-detail-item-price strong,.order-detail-item-total strong{color:var(--text);font-weight:600}@media (max-width: 768px){.order-detail-item{flex-direction:column}.order-detail-item-img{width:100%;max-width:250px}.modal-content{padding:1.5rem 1.25rem;max-width:calc(100vw - 2rem)}.order-detail-close{top:.75rem;right:.75rem}.order-detail-header{flex-direction:column}.order-detail-header>div:first-child{width:100%}}.loading-content{text-align:center;padding:2rem}.spinner{width:40px;height:40px;border:4px solid var(--bg-hover);border-top:4px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;z-index:999}#loading-modal{z-index:2000}.variations-filter{margin-bottom:1.5rem}.variations-product-select{width:100%;max-width:400px;padding:.75rem;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-page);color:var(--text);font-size:.95rem;font-family:inherit;cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition)}.variations-product-select:hover{border-color:var(--border)}.variations-product-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.variations-content{margin-top:1.5rem}.variations-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;margin-top:1.5rem}.variation-card{background:var(--bg-hover);border:1px solid var(--border-light);border-radius:12px;padding:1.25rem;transition:all var(--transition);display:flex;flex-direction:column;gap:1rem}.variation-card:hover{border-color:var(--border);box-shadow:0 4px 12px #0000001a}.variation-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.variation-card-title{display:flex;flex-direction:column;gap:.25rem}.variation-card-title strong{color:var(--text);font-size:1rem;font-weight:600}.variation-card-subtitle{color:var(--text-muted);font-size:.85rem;font-weight:400}.variation-card-stock{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;font-weight:600;white-space:nowrap;flex-shrink:0}.variation-card-stock.in-stock{background:#22c55e1a;color:#22c55e}.variation-card-stock.out-of-stock{background:#ef44441a;color:#ef4444}.variation-card-details{display:flex;flex-direction:column;gap:.5rem}.variation-detail-item{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.variation-detail-label{color:var(--text-muted);font-weight:500}.variation-detail-value{color:var(--text);font-weight:600}.variation-card-actions{display:flex;gap:.75rem;margin-top:.5rem}.btn-sm{padding:.5rem 1rem;font-size:.85rem;border-radius:6px;border:none;cursor:pointer;transition:all var(--transition);flex:1}.btn-outline.btn-sm{background:transparent;border:1px solid var(--border-light);color:var(--text)}.btn-outline.btn-sm:hover{background:var(--bg-page);border-color:var(--border)}.btn-outline.btn-sm.btn-danger{color:#ef4444;border-color:#ef44444d}.btn-outline.btn-sm.btn-danger:hover{background:#ef44440d;border-color:#ef4444}.variation-form-content{position:relative;max-width:500px}.variation-form-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;line-height:1;padding:.25rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.variation-form-close:hover{color:var(--text);background:var(--bg-hover);border-radius:8px}.variation-form{padding-top:.5rem}.variation-form label{display:block;margin-top:1rem;margin-bottom:.5rem;font-weight:600;color:var(--text);font-size:.95rem}.variation-form label:first-of-type{margin-top:0}.variation-form input,.variation-form textarea,.variation-form select{width:100%;padding:.75rem;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-page);color:var(--text);font-family:inherit;font-size:.95rem;transition:border-color var(--transition)}.variation-form input:focus,.variation-form textarea:focus,.variation-form select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.variation-form .btn-block{width:100%;margin-top:1.5rem}.loading{text-align:center;padding:2rem;color:var(--text-muted);font-size:.95rem}@media (max-width: 768px){.variations-product-select{max-width:100%}.variations-list{grid-template-columns:1fr}.variation-card-header{flex-direction:column}.variation-card-stock{align-self:flex-start}.variation-form-content{max-width:calc(100vw - 2rem)}}.product-variations-section{background:var(--bg-hover);border:1px solid var(--border-light);border-radius:8px;padding:1.5rem;margin:1.5rem 0}.product-variations-section h3{margin:0 0 1.5rem;font-size:1rem;font-weight:600;color:var(--text)}.product-colors-section,.product-tallas-section{margin-bottom:1.5rem}.product-colors-section:last-child,.product-tallas-section:last-child{margin-bottom:0}.product-colors-section label,.product-tallas-section label{display:block;margin-bottom:.75rem;font-weight:600;color:var(--text);font-size:.95rem}.admin-colors-palette{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.75rem;margin-bottom:1rem;padding:1rem;background:var(--bg-hover);border:1px solid var(--border);border-radius:8px}.admin-color-option{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.625rem;background:var(--bg-card);border:2px solid var(--border);border-radius:8px;cursor:pointer;transition:all var(--transition);font-size:.8rem;font-weight:500;text-align:center}.admin-color-option:hover{border-color:var(--accent);box-shadow:0 2px 8px #0000001a;transform:translateY(-2px);background:var(--accent-soft)}.admin-color-option.selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent),0 2px 8px #00000026}.admin-color-circle{width:40px;height:40px;border-radius:50%;box-shadow:0 1px 3px #00000026,inset 0 1px #ffffff4d}.product-custom-color-section{margin-bottom:1rem;padding:1rem;background:var(--bg-page);border:1px solid var(--border-light);border-radius:8px}.product-custom-color-title{margin:0 0 .75rem;color:var(--text);font-size:.9rem;font-weight:600}.product-custom-color-inputs{display:flex;gap:.75rem;align-items:center;margin-bottom:.5rem}.product-custom-color-inputs input[type=color]{width:58px;height:44px;padding:.25rem;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-page);cursor:pointer;flex-shrink:0}.product-custom-color-inputs .btn{flex:0 0 auto}.product-colors-input,.product-tallas-input{display:flex;gap:.75rem;margin-bottom:1rem}.product-color-input,.product-talla-input{flex:1;padding:.75rem;border:1px solid var(--border-light);border-radius:6px;background:var(--bg-page);color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color var(--transition)}.product-color-input:focus,.product-talla-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.product-items-list{display:flex;flex-wrap:wrap;gap:.5rem}.product-item-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--accent);color:#fff;border-radius:20px;font-size:.9rem;font-weight:500}.product-item-tag span{flex:1}.product-color-tag{background:var(--bg-card);color:var(--text);border:1px solid var(--border-light)}.product-color-swatch{width:18px;height:18px;border-radius:50%;border:1px solid rgba(15,23,42,.14);box-shadow:inset 0 1px #ffffff59;flex-shrink:0}.product-color-tag .product-item-remove{color:var(--text-muted)}.product-color-tag .product-item-remove:hover{color:var(--text)}.product-item-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:opacity var(--transition)}.product-item-remove:hover{opacity:.8}.product-variations-matrix-section{background:var(--bg-hover);border:1px solid var(--border-light);border-radius:8px;padding:1.5rem;margin:1.5rem 0;max-height:500px;overflow-y:auto}.product-variations-matrix-section label{display:block;margin-bottom:1rem;font-weight:600;color:var(--text);font-size:.95rem}.matrix-container{overflow-x:auto}.variations-matrix-table{width:100%;border-collapse:collapse;min-width:400px}.variations-matrix-table th,.variations-matrix-table td{padding:.75rem;text-align:center;border:1px solid var(--border-light);background:var(--bg-page)}.variations-matrix-table th{background:var(--bg-hover);font-weight:600;color:var(--text);font-size:.85rem}.matrix-corner{background:var(--bg-hover);text-align:left}.matrix-row-header{background:var(--bg-hover);font-weight:600;color:var(--text);text-align:left}.matrix-cell{padding:.5rem}.variation-inputs{display:flex;flex-direction:column;gap:.5rem}.variation-input-row{display:flex}.variation-stock,.variation-price{flex:1;padding:.5rem;border:1px solid var(--border-light);border-radius:4px;background:var(--bg-page);color:var(--text);font-size:.8rem;font-family:inherit;transition:border-color var(--transition)}.variation-stock::placeholder,.variation-price::placeholder{color:var(--text-muted)}.variation-stock:focus,.variation-price:focus{outline:none;border-color:var(--accent)}@media (max-width: 1024px){.product-variations-matrix-section{max-height:450px}.variations-matrix-table th,.variations-matrix-table td{padding:.5rem .25rem;font-size:.8rem}.variation-stock,.variation-price{padding:.4rem;font-size:.75rem}}@media (max-width: 768px){.product-variations-section,.product-variations-matrix-section{padding:1rem}.product-colors-input,.product-tallas-input{flex-direction:column}.product-custom-color-inputs{flex-direction:column;align-items:stretch}.product-custom-color-inputs input[type=color]{width:100%}.product-variations-matrix-section{max-height:400px}.variations-matrix-table th,.variations-matrix-table td{padding:.4rem .2rem;font-size:.7rem}.product-item-tag{font-size:.8rem;padding:.4rem .6rem}}.matrix-image-header{min-width:150px}.matrix-image-cell{padding:.5rem!important;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;min-width:180px}.variation-image-container{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.variation-image-wrapper{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:80px}.variation-image-preview{width:70px;height:70px;border:2px dashed var(--border-light);border-radius:4px;display:flex;align-items:center;justify-content:center;background:var(--bg-page);overflow:hidden}.variation-image-preview img{max-width:100%;max-height:100%;object-fit:cover;border-radius:2px}.variation-image-preview .no-image{font-size:.65rem;color:var(--text-muted);text-align:center;padding:.25rem}.btn-upload-variation-image{font-size:.7rem;padding:.35rem .5rem;white-space:nowrap}#variation-image-modal{z-index:1001}#variation-image-modal .modal-content{position:relative;z-index:1002;pointer-events:auto}#variation-image-modal .variation-image-preview{margin:1.5rem 0;text-align:center;min-height:150px;display:flex;align-items:center;justify-content:center;background:var(--bg-hover);border-radius:8px;padding:1rem;flex-direction:column}#variation-image-modal .variation-image-preview img{max-width:100%;max-height:200px;object-fit:contain;border-radius:8px}#variation-image-modal .variation-image-preview p{margin:0;color:var(--text-muted);font-size:.95rem}#variation-image-modal #btn-select-variation-image{min-height:44px;font-size:.95rem;font-weight:500}#variation-image-modal .modal-actions{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}#variation-image-modal .modal-actions .btn{flex:1}#variation-image-modal .modal-content{max-width:500px}@media (max-width: 1024px){.matrix-image-cell{min-width:120px}.variation-image-wrapper{min-width:60px}.variation-image-preview{width:55px;height:55px}.btn-upload-variation-image{font-size:.65rem;padding:.25rem .4rem}}@media (max-width: 768px){.matrix-image-cell{min-width:100px}.variation-image-wrapper{min-width:50px}.variation-image-preview{width:48px;height:48px}.btn-upload-variation-image{font-size:.6rem;padding:.2rem .3rem}}.admin-orders .order-card.order-card--detailed{display:block}.admin-order-heading{display:flex;flex-direction:column;gap:.35rem}.admin-order-heading-top{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.admin-order-date{margin:0;color:var(--text-muted);font-size:.9rem}.admin-order-total strong{font-size:1.05rem}.admin-order-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;margin:1rem 0}.admin-order-meta-item{display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1rem;border:1px solid var(--border-light);border-radius:12px;background:var(--bg-hover)}.admin-order-meta-item span{color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.admin-order-meta-item strong{color:var(--text);font-size:.95rem;word-break:break-word}.admin-order-note{margin-top:.85rem;padding:.9rem 1rem;border-radius:12px;background:rgba(var(--accent-rgb),.08);color:var(--text)}.admin-order-empty{padding:1rem 0;color:var(--text-muted)}.admin-order-summary{display:grid;gap:.65rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.admin-order-summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--text)}.admin-order-summary-row.total{font-size:1rem}.admin-order-summary-row.total strong{font-size:1.05rem}.admin-order-whatsapp{text-decoration:none}@media (max-width: 768px){.admin-order-heading-top{align-items:flex-start;flex-direction:column}.admin-order-meta{grid-template-columns:1fr}.admin-order-total{width:100%;text-align:left}.admin-order-summary-row{font-size:.92rem}}.admin-order-whatsapp-icon{width:1rem;height:1rem;flex-shrink:0}.variation-image-wrapper--inline{width:100%;min-width:0;margin-top:.15rem}.btn-upload-variation-image input{display:none}.variation-form-image-preview{min-height:160px;margin:.75rem 0 1rem;padding:.85rem;display:flex;align-items:center;justify-content:center;border:1px dashed var(--border-light);border-radius:12px;background:var(--bg-hover);overflow:hidden}.variation-form-image-preview img{width:100%;max-height:260px;object-fit:contain;border-radius:10px}.variation-form-image-preview p{margin:0;color:var(--text-muted);text-align:center}@media (max-width: 768px){.variation-form-image-preview{min-height:130px}.admin-order-whatsapp-icon{width:1.1rem;height:1.1rem}}.admin-order-whatsapp{width:44px;min-width:44px;height:44px;justify-content:center;padding:.65rem}.admin-order-whatsapp .btn-text{display:none}.admin-order-total-line{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.45rem}.admin-order-code-chip{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(214,184,145,.9);background:#ffffffd1;font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary)}.admin-order-quick-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.admin-order-quick-btn{width:44px;min-width:44px;height:44px;padding:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.admin-order-quick-btn svg{width:1rem;height:1rem;flex-shrink:0}.admin-order-quick-btn--approve{background:var(--success);border-color:var(--success);color:#fff}.admin-order-quick-btn--approve:hover,.admin-order-quick-btn--approve:focus-visible{background:#256640;border-color:#256640;color:#fff}.admin-order-quick-btn--cancel{background:var(--error);border-color:var(--error);color:#fff}.admin-order-quick-btn--cancel:hover,.admin-order-quick-btn--cancel:focus-visible{background:#a92c1f;border-color:#a92c1f;color:#fff}.admin-order-quick-btn--whatsapp{background:#25d366;border-color:#25d366;color:#fff}.admin-order-quick-btn--whatsapp:hover,.admin-order-quick-btn--whatsapp:focus-visible{background:#1fa955;border-color:#1fa955;color:#fff}@media (max-width: 768px){.admin-order-total-line,.admin-order-quick-actions{justify-content:flex-start}}.admin-order-toggle{display:flex;flex-direction:column;gap:.9rem}.admin-order-toggle .order-header{margin-bottom:0}.admin-order-details{margin-top:1rem}.admin-order-preview-list{display:grid;gap:.65rem}.admin-order-preview-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.8rem .9rem;border:1px solid var(--border-light);border-radius:12px;background:var(--bg-hover);text-align:left}.admin-order-preview-copy{min-width:0;display:flex;flex-direction:column;gap:.2rem}.admin-order-preview-copy strong{color:var(--text);font-size:.95rem}.admin-order-preview-copy span{color:var(--text-secondary);font-size:.88rem}.admin-order-preview-qty{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:.3rem .65rem;border:1px solid var(--border-light);border-radius:999px;background:var(--bg-card);color:var(--text);font-size:.82rem;font-weight:600}.admin-order-preview-more{margin:0;color:var(--text-muted);font-size:.88rem;text-align:left}.admin-orders .order-card-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}@media (max-width: 768px){.admin-order-preview-item{flex-direction:column;align-items:stretch}.admin-order-preview-qty{align-self:flex-start}}
