:root{--shop-bg:#eef3f8;--shop-surface:#fff;--shop-deep:#0c2238;--shop-mid:#2a4b6e;--shop-accent:#d74f33;--shop-accent-dark:#b13c24;--shop-border:#d6e1ee;--shop-muted:#6d8198;--shop-success:#0f9d69;--shop-danger:#b42318;--btn-radius:12px;--btn-transition:transform 0.18s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.18s ease,background 0.18s ease,opacity 0.18s ease;--spinner-primary:#d74f33;--spinner-track:#d74f3326}@keyframes tk-spin{to{transform:rotate(1turn)}}@keyframes tk-pulse{0%,to{opacity:1}50%{opacity:.38}}@keyframes tk-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes tk-btn-press{0%{transform:scale(1)}40%{transform:scale(.96)}to{transform:scale(1)}}@keyframes tk-page-enter{0%{opacity:0;transform:translateY(18px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.tk-page-enter{animation:tk-page-enter .3s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}@keyframes tk-nav-bar-run{0%{opacity:1;width:0}65%{opacity:1;width:82%}to{opacity:0;width:100%}}.tk-nav-progress{background:linear-gradient(90deg,#d74f33,#f4926e 60%,#ffe8a0);background:linear-gradient(90deg,var(--shop-accent) 0,#f4926e 60%,#ffe8a0 100%);border-radius:0 3px 3px 0;height:3px;left:0;opacity:0;pointer-events:none;position:fixed;top:0;width:0;z-index:10000}.tk-nav-progress--active{animation:tk-nav-bar-run .48s cubic-bezier(.25,.46,.45,.94) forwards}.tk-spinner{animation:tk-spin .7s cubic-bezier(.45,.05,.55,.95) infinite;border:3px solid #ffffff40;border-radius:50%;border-top-color:initial;display:inline-block;flex-shrink:0;height:20px;width:20px}.tk-spinner--dark{border:3px solid #d74f3326;border-top-color:#d74f33;border:3px solid var(--spinner-track);border-top-color:var(--spinner-primary)}.tk-page-loader{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffd1;display:flex;flex-direction:column;gap:18px;inset:0;justify-content:center;position:fixed;z-index:9999}.tk-page-loader__ring{animation:tk-spin .85s cubic-bezier(.45,.05,.55,.95) infinite;border:5px solid #d74f3326;border-top-color:#d74f33;border:5px solid var(--spinner-track);border-radius:50%;border-top-color:var(--spinner-primary);height:56px;width:56px}.tk-page-loader__text{animation:tk-pulse 1.6s ease-in-out infinite;color:#4a6680;font-size:.88rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tk-skeleton{animation:tk-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#eef2f7 25%,#dde5ef 50%,#eef2f7 75%);background-size:600px 100%;border-radius:8px}*{box-sizing:border-box}body{background:radial-gradient(circle at 12% 12%,#fff 0,#0000 40%),radial-gradient(circle at 86% 6%,#e4edf7 0,#0000 38%),linear-gradient(180deg,#f5f8fc,#eef3f8);background:radial-gradient(circle at 12% 12%,#fff 0,#0000 40%),radial-gradient(circle at 86% 6%,#e4edf7 0,#0000 38%),linear-gradient(180deg,#f5f8fc 0,var(--shop-bg) 100%);color:#0c2238;color:var(--shop-deep);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}.app-shell{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:100vh}.app-sidebar{-webkit-overflow-scrolling:touch;background:radial-gradient(circle at 92% -8%,#f0b05633,#0000 40%),radial-gradient(circle at -10% 112%,#3374ad42,#0000 46%),linear-gradient(180deg,#0f304c,#0c2238);border-right:1px solid #ffffff14;color:#edf5ff;display:flex;flex-direction:column;gap:14px;height:100vh;overflow-y:auto;overscroll-behavior:contain;padding:18px 16px;position:sticky;top:0}.sidebar-close-btn{display:none}.sidebar-header-block h2{font-size:1.28rem;letter-spacing:.01em;margin:5px 0 7px}.sidebar-header-block p{color:#d2e1f1;font-size:.82rem;line-height:1.45;margin:0}.sidebar-eyebrow{color:#ffd18c;font-size:.68rem;font-weight:700;letter-spacing:.16em;margin:0;text-transform:uppercase}.sidebar-header-block{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(170deg,#ffffff24,#ffffff0a);border:1px solid #ffffff29;border-radius:14px;padding:14px}.sidebar-user-chip{background:#f0b05633;border:1px solid #f0b05657;border-radius:999px;color:#ffe4b8;font-size:.7rem;font-weight:700;margin-top:10px;max-width:100%;overflow:hidden;padding:7px 10px;text-overflow:ellipsis;white-space:nowrap;width:fit-content}.sidebar-nav-title{color:#d7e7f8e0;font-size:.68rem;font-weight:700;letter-spacing:.12em;margin:2px 4px 0;text-transform:uppercase}.sidebar-nav{display:flex;flex-direction:column;gap:7px}.sidebar-link{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;color:#deebf8;display:flex;font-size:.84rem;font-weight:700;gap:10px;padding:11px 12px;text-decoration:none;transition:background .16s,color .16s,transform .16s,border-color .16s}.sidebar-link:hover{background:#ffffff1a;border-color:#ffffff38;color:#fff;transform:translateX(2px)}.sidebar-link.active{background:linear-gradient(135deg,#f0b056,#f7c471);border-color:#f0b0561a;box-shadow:0 8px 16px #f0b0563d;color:#112b43}.sidebar-link-icon{font-size:.98rem;text-align:center;width:20px}.sidebar-link-label{flex:1 1;min-width:0}.sidebar-link-badge{align-items:center;background:#112b4333;border-radius:999px;display:inline-flex;font-size:.68rem;font-weight:800;height:22px;justify-content:center;min-width:22px;padding:0 7px}.sidebar-footer-block{background:#0000;border:none;border-radius:0;display:flex;flex-direction:column;margin-top:0;padding:0}.sidebar-footer-block p{color:#cfddeb;font-size:.75rem;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.sidebar-footer-block strong{color:#fff2d3;font-size:1rem}.sidebar-auth-row{grid-gap:7px;display:grid;gap:7px;margin-top:2px}.sidebar-auth-user{color:#d6e4f2;font-size:.72rem;line-height:1.35}.sidebar-auth-btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff24;border:1px solid #ffffff42;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:.76rem;font-weight:700;justify-content:center;min-height:42px;padding:8px 11px;text-decoration:none;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition)}.sidebar-auth-btn:hover{background:#ffffff42;box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.sidebar-auth-btn:active{animation:tk-btn-press .22s ease forwards}.sidebar-auth-secondary{align-items:center;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:10px;color:#d8eaf8;display:inline-flex;font-size:.78rem;font-weight:700;justify-content:center;padding:9px 12px;text-decoration:none;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition)}.sidebar-auth-secondary:hover{background:#ffffff24;transform:translateY(-1px)}.app-main-column{min-width:0}.mobile-topbar{display:none}.mobile-cart-link,.sidebar-toggle-btn{background:linear-gradient(135deg,#0f304c,#1f5178);border:1px solid #ffffff24;border-radius:11px;color:#fff;font-size:.84rem;font-weight:700;padding:10px 13px;text-decoration:none}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07111c8f;border:none;inset:0;position:fixed;z-index:19}.floating-support-btn{align-items:center;background:linear-gradient(135deg,#0f304c,#1d4f77);border:1px solid #ffffff38;border-radius:999px;bottom:24px;box-shadow:0 12px 28px #0f304c61;color:#fff;display:inline-flex;font-size:.87rem;font-weight:700;gap:8px;padding:11px 18px;position:fixed;right:22px;text-decoration:none;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition);z-index:30}.floating-support-btn:hover{box-shadow:0 18px 36px #0f304c7a;transform:translateY(-3px) scale(1.02)}.floating-support-btn:active{animation:tk-btn-press .2s ease forwards}.floating-support-icon{align-items:center;background:#ffffff2e;border-radius:50%;display:inline-flex;font-size:.9rem;height:26px;justify-content:center;width:26px}.floating-support-text{letter-spacing:.01em}.shop-page{margin:0 auto;max-width:1240px;min-height:100vh;padding:22px 20px 48px}.auth-page-shell{display:grid;min-height:calc(100vh - 44px);padding:24px 0;place-items:center}.auth-card{background:#fff;background-image:radial-gradient(circle at 100% -20%,#f0b05633,#0000 36%),linear-gradient(180deg,#fff,#f9fbff);border:1px solid #dbe5f1;border-radius:20px;box-shadow:0 18px 45px #0c223821;padding:24px;width:min(520px,100%)}.auth-kicker{color:#d1831f;font-size:.72rem;font-weight:800;letter-spacing:.12em;margin:0;text-transform:uppercase}.auth-card h2{color:#11304a;font-size:1.55rem;margin:8px 0 6px}.auth-subtitle{color:#607a95;font-size:.9rem;margin:0 0 14px}.auth-form{grid-gap:10px;display:grid;gap:10px}.auth-form label{grid-gap:6px;color:#39556f;display:grid;font-size:.8rem;font-weight:700;gap:6px}.policy-page-shell{grid-gap:22px;display:grid;gap:22px;margin:0 auto;max-width:980px;padding:26px 0 60px}.policy-page-hero{background:radial-gradient(circle at top right,#ffd2913d,#0000 30%),linear-gradient(145deg,#0f304c,#163d5f 55%,#0f2238);border-radius:28px;box-shadow:0 24px 48px #091a2b38;color:#f8fbff;padding:clamp(24px,4vw,38px)}.policy-page-eyebrow{color:#f2bd76;font-size:.76rem;font-weight:800;letter-spacing:.16em;margin:0 0 10px;text-transform:uppercase}.policy-page-hero h1{font-size:clamp(2rem,4.4vw,3rem);line-height:1.08;margin:0}.policy-page-intro{color:#d6e3ef;line-height:1.72;margin:14px 0 0;max-width:720px}.policy-page-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.policy-page-chip{align-items:center;background:#ffffff24;border:1px solid #fff3;border-radius:999px;color:#eef6ff;display:inline-flex;font-size:.86rem;font-weight:700;min-height:38px;padding:0 14px}.policy-page-chip-button{cursor:pointer}.policy-page-chip-button,.policy-page-chip-link{transition:transform .18s ease,background .18s ease,border-color .18s ease}.policy-page-chip-button:hover,.policy-page-chip-link:hover{background:#fff3;border-color:#ffffff57;transform:translateY(-1px)}.policy-page-chip-button{border:1px solid #fff3}.policy-page-chip-link{text-decoration:none}.policy-page-details-panel{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.policy-page-details-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff1f;border-radius:20px;padding:16px 18px}.policy-page-details-card-wide{grid-column:1/-1}.policy-page-details-label{color:#f2bd76;display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.12em;margin-bottom:8px;text-transform:uppercase}.policy-page-details-card p{color:#d7e6f3;line-height:1.7;margin:0}.policy-page-preview-list{grid-gap:8px;color:#eef6ff;display:grid;gap:8px;line-height:1.65;margin:0;padding-left:18px}.policy-document-card,.policy-state-card{background:#fffffff5;border:1px solid #dbe6f1;border-radius:24px;box-shadow:0 18px 36px #0c223814}.policy-state-card{color:#37526d;padding:18px 20px}.policy-state-card-error{background:#fff4f2;border-color:#b4231833;color:#9f2d1e}.policy-document-card{padding:clamp(22px,3vw,34px)}.policy-document-header{align-items:flex-start;border-bottom:1px solid #e6eef6;display:flex;gap:16px;justify-content:space-between;padding-bottom:18px}.policy-document-label{color:#d1831f;font-size:.76rem;font-weight:800;letter-spacing:.14em;margin:0 0 8px;text-transform:uppercase}.policy-document-header h2{color:#11304a;font-size:clamp(1.35rem,2vw,1.8rem);margin:0}.policy-document-badge{background:#edf5ff;border-radius:999px;color:#1d4f77;font-size:.78rem;font-weight:800;padding:8px 12px;white-space:nowrap}.policy-document-body{grid-gap:16px;display:grid;gap:16px;padding-top:22px}.policy-document-body p{color:#29445c;font-size:1rem;line-height:1.9;margin:0}@media (max-width:720px){.policy-page-details-panel{grid-template-columns:1fr}.policy-document-header{flex-direction:column}}.auth-form input{border:1px solid #ccdae9;border-radius:10px;color:#0f2940;font-size:.9rem;outline:none;padding:11px 12px;transition:border-color .2s,box-shadow .2s}.auth-form input:focus{border-color:#d1831f;box-shadow:0 0 0 3px #d1831f29}.auth-password-hint{color:#647f9a;font-size:.75rem;line-height:1.45;margin:0}.auth-switch-text{color:#5f7a95;font-size:.82rem;margin:12px 0 0}.auth-divider{align-items:center;color:#8aa0b8;display:flex;font-size:.78rem;font-weight:700;gap:10px;justify-content:center;letter-spacing:.08em;margin:14px 0 8px;text-transform:uppercase}.auth-divider:after,.auth-divider:before{background:#dbe6f2;content:"";flex:1 1;height:1px}.auth-google-section{grid-gap:8px;display:grid;gap:8px;justify-items:center}.auth-google-button-wrap{min-height:44px}.auth-google-button-wrap.is-busy{opacity:.65;pointer-events:none}.auth-google-hint{color:#6a819b;font-size:.78rem;margin:0}.auth-switch-text a{color:#b13c24;font-weight:700;text-decoration:none}.auth-switch-text a:hover{text-decoration:underline}.status-banner{align-items:center;background:#fff3f1;border:1px solid #b423183d;border-radius:12px;color:#b42318;color:var(--shop-danger);display:flex;font-size:.82rem;font-weight:600;gap:8px;margin:0 0 12px;padding:12px 14px}.status-banner:before{content:"⚠️";font-size:1rem}.status-banner.success{background:#ecfff6;border-color:#0f9d6942;color:#0f7f57}.status-banner.success:before{content:"✓"}.status-banner--error{background:#fff3f1;border-color:#b423183d;color:#b42318}.shop-hero{align-items:flex-end;background:linear-gradient(120deg,#0f304c,#123a5e 52%,#0c2238);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 18px 38px #0c223840;color:#f1f6fc;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:30px 28px}.shop-eyebrow{color:#f0b056;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin:0;text-transform:uppercase}.shop-hero h1{font-size:clamp(1.55rem,3.2vw,2.4rem);line-height:1.1;margin:10px 0 8px}.shop-subtitle{color:#d0ddeb;font-size:.95rem;margin:0;max-width:640px}.cart-pill-link{text-decoration:none}.cart-pill{background:#ffffff24;border:1px solid #ffffff3d;border-radius:999px;gap:10px;padding:8px 12px}.cart-pill,.cart-pill strong{align-items:center;display:inline-flex}.cart-pill strong{background:#f0b056;border-radius:50%;color:#10283f;font-size:.8rem;height:24px;justify-content:center;width:24px}.cart-pill span{color:#e7f0fb;font-size:.82rem;font-weight:700}.cart-pill em{color:#f9d39b;font-size:.83rem;font-style:normal;font-weight:700}.shop-controls{margin-top:16px}.shop-search{background:#fff;border:1.5px solid #d0dcec;border-radius:12px;color:#0c2238;color:var(--shop-deep);font-size:.92rem;outline:none;padding:11px 14px;transition:border-color .2s,box-shadow .2s;width:min(560px,100%)}.shop-search:focus{border-color:#f0b056;box-shadow:0 0 0 3px #f0b05638}.shop-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.category-chip{background:#fff;background:var(--shop-surface);border:1.5px solid #d6e1ee;border:1.5px solid var(--shop-border);border-radius:999px;color:#2a4b6e;color:var(--shop-mid);cursor:pointer;font-size:.82rem;font-weight:700;padding:8px 14px;transition:all .15s}.category-chip:hover{border-color:#f0b056;color:#d74f33;color:var(--shop-accent)}.category-chip.active{background:#d74f33;background:var(--shop-accent);border-color:#d74f33;border-color:var(--shop-accent);color:#fff}.shop-state-card{align-items:center;background:#fff;border:1px solid #d6e1ee;border:1px solid var(--shop-border);border-radius:18px;box-shadow:0 4px 16px #0c22380f;display:flex;flex-direction:column;gap:14px;padding:40px 28px;text-align:center}.shop-state-card:before{animation:tk-spin .75s cubic-bezier(.45,.05,.55,.95) infinite;border:4px solid #d74f3326;border-radius:50%;border-top-color:#d74f33;border:4px solid var(--spinner-track);border-top-color:var(--spinner-primary);content:"";display:block;height:44px;width:44px}.shop-state-card.error:before{animation:none;border:none;content:"⚠";display:block;font-size:2rem;height:auto;width:auto}.shop-state-card h3{color:#0c2238;color:var(--shop-deep);font-size:1rem;margin:0}.shop-state-card p{color:#6d8198;color:var(--shop-muted);font-size:.88rem;margin:0}.shop-state-card.error{border-left:4px solid #b42318;border-left:4px solid var(--shop-danger)}.products-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(248px,1fr))}.product-card{background:#fff;background:var(--shop-surface);border:1px solid #d6e1ee;border:1px solid var(--shop-border);border-radius:14px;box-shadow:0 2px 8px #06182c0f;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 10px 24px #0c223824;transform:translateY(-3px)}.product-media{aspect-ratio:4/3;background:#f1f5fa;position:relative}.product-media img,.product-media-video{background:#000;display:block;height:100%;object-fit:cover;width:100%}.details-main-image-btn,.product-media-image-btn{background:#0000;border:none;cursor:zoom-in;height:100%;padding:0;width:100%}.details-main-image-btn img,.product-media-image-btn img{display:block;height:100%;object-fit:cover;width:100%}.product-media-placeholder{color:#91a4ba;display:grid;font-size:.85rem;font-weight:700;height:100%;place-items:center;width:100%}.media-type-switch{background:#0c2238a3;border-radius:999px;display:inline-flex;gap:4px;left:10px;padding:3px;position:absolute;top:10px;z-index:3}.media-type-btn{background:#0000;border:none;border-radius:999px;color:#dbe6f3;cursor:pointer;font-size:.68rem;font-weight:700;padding:5px 9px;transition:background .14s,color .14s}.media-type-btn:hover:not(:disabled){background:#ffffff29}.media-type-btn.active{background:#fff;color:#203c59}.media-type-btn:disabled{cursor:not-allowed;opacity:.4}.media-carousel-controls{align-items:center;bottom:10px;display:flex;gap:8px;justify-content:center;left:10px;position:absolute;right:10px;z-index:3}.media-nav-btn{background:#0c2238b8;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1rem;height:28px;line-height:1;width:28px}.media-index-label{background:#ffffffeb;border-radius:999px;color:#1f3c59;font-size:.68rem;font-weight:700;padding:4px 9px}.stock-badge{border-radius:999px;color:#fff;font-size:.7rem;font-weight:800;padding:5px 9px;position:absolute;right:10px;top:10px}.stock-badge.in{background:#0f9d69;background:var(--shop-success)}.stock-badge.out{background:#b42318;background:var(--shop-danger)}.product-content{padding:14px 14px 16px}.product-meta{color:#8197ad;font-size:.72rem;font-weight:700;letter-spacing:.04em;margin:0;text-transform:uppercase}.product-title-link{color:inherit;text-decoration:none}.product-content h2{font-size:1rem;line-height:1.3;margin:6px 0}.product-price{color:#b13c24;color:var(--shop-accent-dark);font-size:1.03rem;font-weight:800;margin:0}.variant-row{color:#56708b;display:flex;font-size:.76rem;font-weight:700;gap:8px;margin-top:8px}.quick-add-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:auto 72px 1fr;margin-top:12px}.quick-add-row label{color:#56708b;font-size:.8rem;font-weight:700}.quick-add-row input{border:1px solid #cddaea;border-radius:8px;font-size:.8rem;padding:8px 9px}.add-cart-btn,.checkout-btn,.details-btn{align-items:center;border:none;border-radius:12px;border-radius:var(--btn-radius);cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:700;gap:6px;justify-content:center;letter-spacing:.01em;overflow:hidden;padding:10px 16px;position:relative;text-align:center;text-decoration:none;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition)}.details-btn{background:#edf3fa;border:1px solid #cddaea;box-shadow:0 1px 3px #0c22380f;color:#2c4f72}.details-btn:hover{background:#dce8f5;border-color:#adc4de;box-shadow:0 4px 10px #0c22381a;transform:translateY(-1px)}.details-btn:active{animation:tk-btn-press .22s ease forwards}.add-cart-btn,.checkout-btn{background:linear-gradient(135deg,#e05535,#c0381f);box-shadow:0 4px 14px #d74f3359;color:#fff}.add-cart-btn:hover:not(:disabled),.checkout-btn:hover:not(:disabled){background:linear-gradient(135deg,#c84028,#a82b14);box-shadow:0 8px 22px #d74f3373;transform:translateY(-2px)}.add-cart-btn:active:not(:disabled),.checkout-btn:active:not(:disabled){animation:tk-btn-press .22s ease forwards;box-shadow:0 2px 6px #d74f334d}.add-cart-btn:disabled,.checkout-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.48;transform:none}.details-link-btn{display:inline-block;margin-top:8px}.breadcrumbs-row{align-items:center;color:#5b7390;display:flex;flex-wrap:wrap;font-size:.82rem;gap:8px;margin:16px 0}.breadcrumbs-row a{color:#355474;font-weight:700;text-decoration:none}.breadcrumbs-row a:hover{text-decoration:underline}.details-layout{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1.05fr 1.3fr}.cart-section,.cart-summary-card,.details-info-card,.details-media-card{background:#fff;border:1px solid #d6e1ee;border:1px solid var(--shop-border);border-radius:14px;padding:14px}.details-media-card{background:radial-gradient(circle at top left,#f0b0561f,#0000 28%),linear-gradient(180deg,#fff,#f8fbff);padding:18px}.details-media-topbar{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.details-media-label{color:#d1831f;font-size:.72rem;font-weight:800;letter-spacing:.12em;margin:0;text-transform:uppercase}.details-media-title{color:#1f3c59;font-size:1.02rem;margin:6px 0 0}.details-media-switch{align-items:center;background:#eef3f8;border:1px solid #d7e3ef;border-radius:999px;display:inline-flex;gap:4px;padding:4px}.details-media-switch .media-type-btn{color:#46627d}.details-media-switch .media-type-btn.active{background:#0f304c;color:#fff}.details-main-media{aspect-ratio:4/3;background:linear-gradient(180deg,#eef4fb,#dfe8f3);border:1px solid #dbe5ef;border-radius:18px;box-shadow:inset 0 1px 0 #fffc;margin-top:4px;overflow:hidden;position:relative}.details-main-media img{height:100%;object-fit:cover;width:100%}.image-lightbox{background:#071422db;display:grid;inset:0;padding:16px;place-items:center;position:fixed;z-index:60}.image-lightbox-content{background:#081522;border-radius:12px;box-shadow:0 24px 80px #00000073;max-height:90vh;object-fit:contain;width:min(1100px,95vw)}.image-lightbox-close{background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.8rem;height:42px;line-height:1;position:absolute;right:14px;top:14px;width:42px}.image-lightbox-close:hover{background:#ffffff57}.toast-center{grid-gap:10px;bottom:16px;display:grid;gap:10px;max-width:min(92vw,380px);position:fixed;right:16px;z-index:1400}.toast-item{align-items:flex-start;border:1px solid #fff3;border-radius:12px;box-shadow:0 12px 26px #0003;color:#fff;display:flex;gap:10px;justify-content:space-between;padding:11px 12px}.toast-item span{font-size:.86rem;line-height:1.35}.toast-info{background:#123a5c}.toast-success{background:#0f7f56}.toast-error{background:brown}.toast-close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:18px;line-height:1;padding:0}.details-media-floating-meta{bottom:14px;display:flex;gap:8px;justify-content:space-between;left:14px;position:absolute;right:14px;z-index:2}.details-media-count-pill,.details-media-type-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c2238b3;border-radius:999px;font-size:.72rem;font-weight:800;min-height:30px;padding:6px 10px}.details-media-arrow,.details-media-count-pill,.details-media-type-pill{align-items:center;color:#fff;display:inline-flex;justify-content:center}.details-media-arrow{background:#0c2238bf;border:none;border-radius:50%;box-shadow:0 6px 20px #0c22382e;cursor:pointer;font-size:1.4rem;height:38px;line-height:1;position:absolute;top:50%;transform:translateY(-50%);width:38px;z-index:2}.details-media-arrow.left{left:14px}.details-media-arrow.right{right:14px}.details-media-arrow:hover{background:#0c2238e6}.details-carousel-controls{margin-top:12px;position:static}.details-media-thumbnails{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));margin-top:12px}.details-thumbnail{aspect-ratio:1;background:#edf3f9;border:2px solid #0000;border-radius:12px;cursor:pointer;overflow:hidden;padding:0;transition:border-color .16s,transform .16s,box-shadow .16s}.details-thumbnail img,.details-thumbnail-video{display:block;height:100%;object-fit:cover;width:100%}.details-thumbnail-video{background:linear-gradient(180deg,#dde8f4,#f7fbff);color:#284661;display:grid;font-size:.72rem;font-weight:800;padding:8px;place-items:center;text-align:center}.details-thumbnail:hover{border-color:#b9ccdf;transform:translateY(-1px)}.details-thumbnail.active{border-color:#d74f33;box-shadow:0 0 0 3px #d74f331f}.details-title{font-size:1.25rem;margin:6px 0}.details-price{color:#b13c24;color:var(--shop-accent-dark);font-size:1.2rem;font-weight:800;margin:0}.details-description{color:#546e88;line-height:1.55;margin:10px 0}.details-block{margin-top:14px}.details-block h3{color:#385876;font-size:.84rem;letter-spacing:.04em;margin:0 0 8px;text-transform:uppercase}.selector-group{display:flex;flex-direction:column;gap:6px;margin-top:8px}.selector-group label{color:#6d8198;font-size:.77rem;font-weight:700}.chip-list{display:flex;flex-wrap:wrap;gap:6px}.variant-chip{align-items:center;background:#f8fbff;border:1.2px solid #cddaea;border-radius:999px;color:#355474;cursor:pointer;display:inline-flex;font-size:.76rem;font-weight:700;gap:6px;padding:6px 10px}.variant-chip.active{background:#d74f33;border-color:#d74f33;color:#fff}.color-dot-inline{border:1px solid #0000002e;border-radius:50%;height:12px;width:12px}.qty-input{border:1px solid #cddaea;border-radius:8px;font-size:.8rem;padding:8px 10px;width:110px}.delivery-list,.price-breakdown-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.delivery-list li,.price-breakdown-list li{color:#5e7590;font-size:.78rem}.price-breakdown-list li{display:flex;gap:10px;justify-content:space-between}.price-breakdown-list strong{color:#1f3c59}.pricing-strategy-intro{color:#4f6c89;font-size:.76rem;margin:0 0 8px}.details-actions-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.cart-page-layout{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1.6fr 1fr}.cart-section h2,.cart-summary-card h3{margin:0 0 10px}.cart-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.cart-item{align-items:flex-start;border:1px solid #e3ebf4;border-radius:10px;display:flex;gap:10px;padding:8px}.cart-image-placeholder,.cart-item img{background:#eff4f9;border-radius:8px;color:#7990a8;display:grid;font-size:.66rem;height:58px;object-fit:cover;place-items:center;text-align:center;width:58px}.cart-item-content{display:flex;flex:1 1;flex-direction:column;gap:3px}.cart-item-title-link{color:inherit;text-decoration:none}.cart-item-content p{font-size:.84rem;font-weight:700;margin:0}.cart-item-content small,.cart-item-content span{color:#67809a;font-size:.72rem}.cart-item-content .cart-pricing-note{color:#3f5f7d;font-weight:600}.cart-item-content strong{color:#1f3c59;font-size:.8rem}.cart-qty-row{align-items:center;display:inline-grid;gap:6px;grid-template-columns:30px 64px 30px;margin-top:3px}.cart-qty-row button{background:#f8fbff;color:#355474;cursor:pointer;font-size:1rem}.cart-qty-row button,.cart-qty-row input{border:1px solid #cddaea;border-radius:8px;height:30px}.cart-qty-row input{font-size:.78rem;padding:0 8px}.remove-cart-btn{background:#f6d9d3;border:none;border-radius:8px;color:#93351f;cursor:pointer;font-size:.72rem;font-weight:700;padding:6px 9px}.remove-cart-btn:hover{background:#efc5bb}.cart-summary-card p{color:#506d89;font-size:.85rem;margin:8px 0}.checkout-btn{display:inline-block;text-decoration:none}.checkout-btn.disabled{pointer-events:none}.checkout-progress{align-items:center;background:linear-gradient(135deg,#f8fbff,#eff6ff);border-radius:16px;box-shadow:0 2px 8px #1436520f;display:flex;gap:20px;justify-content:center;margin-bottom:24px;padding:24px 16px}.checkout-progress-step{align-items:center;display:flex;flex-direction:column;gap:8px;opacity:.5;transition:opacity .3s ease}.checkout-progress-step--active{opacity:1}.checkout-progress-icon{align-items:center;background:#e3ebf4;border:2px solid #c87818;border-radius:50%;color:#143652;display:flex;font-size:.9rem;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.checkout-progress-step--active .checkout-progress-icon{background:#c87818;box-shadow:0 4px 12px #c878184d;color:#fff}.checkout-progress-step span{color:#486482;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.checkout-progress-line{background:#d7e4f2;height:2px;width:40px}.checkout-page-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1.6fr 1fr}.checkout-section,.checkout-summary-card{background:#fff;border:1px solid #d6e1ee;border:1px solid var(--shop-border);border-radius:18px;box-shadow:0 2px 12px #14365214;padding:24px}.checkout-section{display:flex;flex-direction:column;gap:24px}.checkout-section h2{color:#143652;font-size:1.2rem;margin:0}.checkout-section-header{align-items:flex-start;display:flex;gap:12px}.checkout-section-icon{flex-shrink:0;font-size:1.8rem;line-height:1}.checkout-section-header h2,.checkout-section-header h3{color:#143652;font-size:1.1rem;font-weight:700;margin:0}.checkout-section-subtitle{color:#5f7a96;font-size:.85rem;margin:4px 0 0}.checkout-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.checkout-item{grid-gap:16px;animation:fadeInUp .4s ease forwards;background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #e3ebf4;border-radius:14px;display:grid;gap:16px;grid-template-columns:80px 1fr;opacity:0;padding:14px;transition:all .3s ease}@keyframes fadeInUp{to{opacity:1}}.checkout-item:hover{border-color:#c87818;box-shadow:0 4px 16px #c878181f;transform:translateY(-2px)}.checkout-item-image-wrapper{height:80px;position:relative;width:80px}.checkout-item img{background:#eff4f9;border-radius:10px;height:100%;object-fit:cover;width:100%}.checkout-item-qty-badge{align-items:center;background:#c87818;border-radius:50%;box-shadow:0 2px 8px #c878184d;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;width:24px}.checkout-item-content{display:flex;flex-direction:column;gap:10px}.checkout-item-name{color:#143652;font-size:.95rem;font-weight:700;margin:0}.checkout-item-attrs{display:flex;flex-wrap:wrap;gap:8px}.checkout-item-attr{background:#f0f5fa;border-radius:6px;color:#5f7a96;font-size:.75rem;padding:3px 8px}.checkout-delivery-picker{grid-gap:8px;background:#f8fbff;border:1px solid #dbe7f3;border-radius:12px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);padding:10px}.checkout-delivery-option{align-items:flex-start;border:1px solid #0000;border-radius:9px;cursor:pointer;display:flex;gap:8px;padding:8px;transition:background .2s ease}.checkout-delivery-option:hover{background:#c8781814}.checkout-delivery-option input[type=radio]{accent-color:#c87818;cursor:pointer;margin-top:2px}.checkout-delivery-label{display:flex;flex-direction:column;gap:2px}.checkout-delivery-label strong{color:#143652;font-size:.78rem;font-weight:600}.checkout-delivery-label small{color:#5f7a96;font-size:.7rem}.checkout-delivery-price{color:#c87818;font-size:.75rem;font-weight:600}.checkout-delivery-unavailable{color:#b45f3c}.checkout-item-pricing{border-top:1px solid #dbe7f3;display:flex;flex-direction:column;gap:6px;padding-top:10px}.checkout-price-detail{align-items:center;display:flex;font-size:.8rem;justify-content:space-between}.checkout-price-label{color:#5f7a96;font-weight:500}.checkout-price-value{color:#143652;font-weight:600}.checkout-price-detail--total{border-top:1px solid #dbe7f3;padding-top:6px}.checkout-price-detail--total .checkout-price-label{color:#143652;font-weight:700}.checkout-price-detail--total .checkout-price-value{font-size:.9rem}.checkout-summary-card h3{margin:0}.checkout-summary-header{align-items:center;border-bottom:2px solid #e3ebf4;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.checkout-summary-header h3{color:#143652;font-size:1.15rem}.checkout-summary-badge{background:#c87818;border-radius:20px;color:#fff;font-size:.7rem;font-weight:700;padding:4px 12px;text-transform:uppercase}.checkout-summary-section{display:flex;flex-direction:column;gap:10px}.checkout-summary-row{align-items:center;display:flex;font-size:.85rem;justify-content:space-between;padding:8px 0}.checkout-summary-label{color:#5f7a96;font-weight:500}.checkout-summary-value{color:#143652;font-weight:600}.checkout-summary-value--accent{color:#1a6f3c;font-weight:700}.checkout-summary-value--pending{color:#7a5e00;font-size:.8rem}.checkout-summary-divider{background:#dbe7f3;height:1px;margin:12px 0}.checkout-summary-total{align-items:center;background:linear-gradient(135deg,#fffaf3,#fff);border:2px solid #e3ebf4;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:16px;padding:12px}.checkout-summary-grand-total{color:#c87818;font-size:1.25rem;font-weight:700}.checkout-summary-note{background:#f0f5fa;border-radius:10px;color:#5f7a96;font-size:.75rem;line-height:1.4;margin-top:12px;padding:10px}.checkout-action-btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:flex;font-size:.92rem;font-weight:700;gap:8px;justify-content:center;letter-spacing:.01em;margin-bottom:8px;overflow:hidden;padding:13px 18px;position:relative;text-decoration:none;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition);width:100%}.checkout-action-btn--primary{background:linear-gradient(135deg,#d98a1a,#b06010);box-shadow:0 5px 16px #c8781861;color:#fff}.checkout-action-btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#c07415,#934e0c);box-shadow:0 9px 24px #c8781880;transform:translateY(-2px)}.checkout-action-btn--primary:active:not(:disabled){animation:tk-btn-press .22s ease forwards;box-shadow:0 2px 8px #c878184d}.checkout-action-btn--primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.48;transform:none}.checkout-action-btn--secondary{background:#f0f5fa;border:1px solid #dbe7f3;color:#143652}.checkout-action-btn--secondary:hover{background:#e5eff8;border-color:#c87818;box-shadow:0 4px 10px #0c223814;color:#a06010;transform:translateY(-1px)}.checkout-fulfillment-card{background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #d7e4f2;border-radius:16px;padding:16px}.checkout-fulfillment-options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-top:16px}.checkout-fulfillment-option{align-items:center;background:#fff;border:2px solid #d5e2f0;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:14px;text-align:center;transition:all .3s ease}.checkout-fulfillment-icon{font-size:2rem;line-height:1}.checkout-fulfillment-option strong{color:#143652;font-size:.9rem;font-weight:700}.checkout-fulfillment-option small{color:#5f7a96;font-size:.78rem}.checkout-fulfillment-option:hover{border-color:#c87818;box-shadow:0 8px 20px #c8781826;transform:translateY(-4px)}.checkout-fulfillment-option.active{background:linear-gradient(135deg,#fffaf3,#fff);border-color:#c87818;box-shadow:0 0 0 4px #c8781826}.checkout-fulfillment-panel{animation:fadeInDown .3s ease;background:#fff;border:1px solid #dbe7f3;border-radius:14px;display:flex;flex-direction:column;gap:14px;margin-top:16px;padding:16px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.checkout-panel-section{display:flex;flex-direction:column;gap:10px}.checkout-panel-title{color:#143652;font-size:.85rem;font-weight:700;letter-spacing:.06em;margin:0;text-transform:uppercase}.checkout-form-group{display:flex;flex-direction:column;gap:6px}.checkout-label-text{color:#355474;font-size:.78rem;font-weight:700}.checkout-input{background:#fff;border:1px solid #cddaea;border-radius:10px;color:#12324e;font-size:.85rem;outline:none;padding:10px 12px;transition:all .2s ease}.checkout-input:focus{border-color:#c87818;box-shadow:0 0 0 3px #c878181a}.checkout-input:disabled{background:#f0f5fa;color:#7992ab;cursor:not-allowed}.checkout-gps-input-group{display:flex;gap:8px}.checkout-gps-input-group .checkout-input{flex:1 1}.checkout-gps-btn{background:linear-gradient(135deg,#d98a1a,#b06010);border:none;border-radius:12px;box-shadow:0 3px 10px #c878184d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;min-width:44px;padding:10px 14px;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition)}.checkout-gps-btn:hover:not(:disabled){background:linear-gradient(135deg,#b06010,#8a4a08);box-shadow:0 5px 14px #c878186b;transform:translateY(-1px)}.checkout-gps-btn:disabled{background:#c8c8c8;cursor:not-allowed}.checkout-help-text{color:#5f7a96;font-size:.75rem;margin-top:2px}.checkout-help-text--success{color:#1a6f3c}.checkout-help-text--error{color:#c84a4a}.checkout-location-card{background:#f8fbff;border:1px solid #dbe7f3;border-radius:12px;padding:12px}.checkout-location-card p{color:#143652;font-size:.85rem;margin:0 0 6px}.checkout-location-address{color:#5f7a96;font-size:.8rem}.checkout-map-link{background:#c878181a;border-radius:8px;color:#c87818;display:inline-block;font-size:.8rem;font-weight:600;margin-top:8px;padding:6px 10px;text-decoration:none;transition:all .2s ease}.checkout-map-link:hover{background:#c8781833}.checkout-quick-action-btn{background:#f0f5fa;border:1px solid #dbe7f3;border-radius:10px;color:#143652;cursor:pointer;font-size:.82rem;font-weight:600;margin-top:4px;padding:10px 12px;transition:all .2s ease;width:100%}.checkout-quick-action-btn:hover{background:#e8f0f8;border-color:#c87818;color:#c87818}.checkout-region-card{background:linear-gradient(135deg,#eafaf1,#f0f9f4);border:1px solid #a8d5bc;border-radius:12px;margin-top:8px;padding:12px}.checkout-region-badge{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.checkout-region-label{color:#4a8563;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.checkout-region-value{color:#143652;font-size:.95rem;font-weight:600}.checkout-region-fee{align-items:center;border-radius:8px;display:flex;font-size:.82rem;justify-content:space-between;padding:8px}.checkout-region-fee--success{background:#1a6f3c14;color:#1a6f3c}.checkout-region-fee--pending{background:#7a5e0014;color:#7a5e00}.checkout-recipient-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.checkout-progress{gap:12px;padding:16px 12px}.checkout-progress-line{width:20px}.checkout-progress-step span{font-size:.65rem}.checkout-page-layout{gap:16px}.checkout-delivery-picker,.checkout-fulfillment-options,.checkout-page-layout,.checkout-recipient-grid{grid-template-columns:1fr}.checkout-item{gap:12px;grid-template-columns:70px 1fr;padding:12px}.checkout-item-image-wrapper{height:70px;width:70px}.checkout-section,.checkout-summary-card{padding:16px}}.user-settings-layout{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:minmax(0,1.75fr) minmax(260px,.9fr)}.user-settings-main-card,.user-settings-side-card{border-radius:18px;padding:18px}.user-settings-main-card{background:linear-gradient(135deg,#f0b05624,#f0b05600 34%),linear-gradient(180deg,#fff,#f5f9ff);border:1px solid #d5e2ef;box-shadow:0 18px 42px #0c223814}.user-settings-side-card{background:radial-gradient(circle at 88% 12%,#0f304c14,#0000 36%),linear-gradient(180deg,#fff,#f8fbff);border:1px solid #d7e5f4;box-shadow:0 12px 32px #0c223814}.user-settings-header h2{color:#102f4a;font-size:1.46rem;letter-spacing:.01em;margin:6px 0}.user-settings-header p{color:#5f7a96;font-size:.9rem;margin:0}.user-settings-kicker{color:#bf7517;font-size:.72rem;font-weight:800;letter-spacing:.13em;margin:0;text-transform:uppercase}.user-settings-quick-stats{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.user-settings-quick-stats div{background:#ffffffeb;border:1px solid #dbe7f3;border-radius:12px;padding:9px 10px}.user-settings-quick-stats span{color:#7992ab;display:block;font-size:.68rem;letter-spacing:.07em;margin-bottom:2px;text-transform:uppercase}.user-settings-quick-stats strong{color:#173752;font-size:.82rem}.user-settings-form{grid-gap:14px;display:grid;gap:14px;margin-top:14px}.user-settings-section-card{background:#ffffffe6;border:1px solid #dbe7f3;border-radius:14px;padding:12px}.user-settings-group h3{color:#335372;font-size:.82rem;letter-spacing:.08em;margin:0 0 10px;text-transform:uppercase}.user-settings-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.user-settings-grid label{grid-gap:6px;color:#2f506d;display:grid;font-size:.79rem;font-weight:700;gap:6px}.user-settings-field-wide{grid-column:1/-1}.user-settings-grid input,.user-settings-grid select{background:#fff;border:1px solid #cbdced;border-radius:11px;color:#102a42;font-size:.88rem;outline:none;padding:10px 12px;transition:border-color .18s,box-shadow .18s,transform .18s}.user-settings-grid input:focus,.user-settings-grid select:focus{border-color:#cb7d1f;box-shadow:0 0 0 3px #cb7d1f29;transform:translateY(-1px)}.user-settings-inline-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr auto}.user-settings-inline-btn{background:#12324e;border:1px solid #12324e;border-radius:10px;color:#fff;cursor:pointer;font-size:.78rem;font-weight:700;min-width:104px;padding:0 14px;transition:background .18s,transform .18s}.user-settings-inline-btn:hover{background:#0d2840;transform:translateY(-1px)}.user-settings-inline-btn:disabled{background:#90a4b8;border-color:#90a4b8;cursor:not-allowed;transform:none}.user-settings-help-note{color:#5b7894;font-size:.73rem;font-weight:600;margin-top:2px}.user-settings-help-note.error{color:#b42318;color:var(--shop-danger)}.user-settings-help-note.success{color:#0f7f57}.user-settings-location-metrics{grid-gap:8px;display:grid;gap:8px;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.user-settings-location-metrics div{background:#fbfdff;border:1px solid #dce7f3;border-radius:10px;padding:8px 10px}.user-settings-location-metrics span{color:#859ab0;display:block;font-size:.69rem;letter-spacing:.07em;margin-bottom:4px;text-transform:uppercase}.user-settings-location-metrics strong{color:#1c3a56;font-size:.83rem}.user-settings-toggle-row{align-items:flex-start;background:#fcfdff;border:1px solid #dce7f3;border-radius:11px;display:flex;gap:10px;margin-top:8px;padding:10px}.user-settings-toggle-row input{margin-top:3px}.user-settings-toggle-row span{grid-gap:2px;display:grid;gap:2px}.user-settings-toggle-row strong{color:#1f3b56;font-size:.84rem}.user-settings-toggle-row small{color:#6c849d;font-size:.76rem}.user-settings-actions{margin-top:4px}.user-settings-delete-card{background:linear-gradient(180deg,#fff7f8,#fff);border:1px solid #f3c9cf;border-radius:14px;margin-top:16px;padding:14px}.user-settings-delete-header{margin-bottom:10px}.user-settings-delete-kicker{color:#b42336;font-size:.72rem;font-weight:800;letter-spacing:.13em;margin:0;text-transform:uppercase}.user-settings-delete-header h3{color:#7a1424;font-size:1.05rem;margin:6px 0}.user-settings-delete-header p{color:#8f3b47;font-size:.82rem;margin:0}.user-settings-delete-form{grid-gap:10px;display:grid;gap:10px}.user-settings-delete-form label{grid-gap:6px;color:#702535;display:grid;font-size:.8rem;font-weight:700;gap:6px}.user-settings-delete-form input,.user-settings-delete-form select,.user-settings-delete-form textarea{background:#fff;border:1px solid #e8c4ca;border-radius:11px;color:#3a1a22;font-size:.88rem;outline:none;padding:10px 12px;transition:border-color .18s,box-shadow .18s}.user-settings-delete-form textarea{resize:vertical}.user-settings-delete-form input:focus,.user-settings-delete-form select:focus,.user-settings-delete-form textarea:focus{border-color:#c3394d;box-shadow:0 0 0 3px #c3394d1f}.user-settings-delete-btn{background:#b42336;border:1px solid #b42336;border-radius:11px;color:#fff;cursor:pointer;font-size:.86rem;font-weight:800;letter-spacing:.01em;min-height:44px;transition:background .18s,transform .18s}.user-settings-delete-btn:hover:not(:disabled){background:#941b2c;transform:translateY(-1px)}.user-settings-delete-btn:disabled{background:#d59ca6;border-color:#d59ca6;cursor:not-allowed}.user-settings-save-btn{min-width:190px}.user-settings-side-card h3{color:#12324e;margin:0 0 10px}.user-settings-summary-list{grid-gap:8px;display:grid;gap:8px}.user-settings-side-card p{background:#fff;border:1px solid #e0e9f3;border-radius:10px;color:#506d89;font-size:.84rem;margin:0;padding:8px 10px}.user-settings-side-card p span{color:#6f86a0}.user-settings-side-card p strong{color:#1d3a57}.user-settings-side-card .mini-note{background:#0000;border:none;margin-top:10px;padding:0}@media (max-width:1024px){.app-sidebar{gap:16px;padding:16px 13px;width:264px}.sidebar-header-block h2{font-size:1.2rem}.sidebar-link{font-size:.84rem;padding:10px 12px}}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.app-sidebar{-webkit-overflow-scrolling:touch;gap:14px;height:100dvh;left:0;max-width:330px;min-height:100vh;overflow-y:auto;overscroll-behavior:contain;padding:16px 13px calc(20px + env(safe-area-inset-bottom));pointer-events:none;position:fixed;top:0;transform:translateX(-100%);transition:transform .22s ease;visibility:hidden;width:min(330px,94vw);z-index:20}.app-sidebar.open{box-shadow:20px 0 34px #0000005c;pointer-events:auto;transform:translateX(0);visibility:visible}.sidebar-close-btn{align-items:center;align-self:flex-end;background:#ffffff1a;border:1px solid #ffffff47;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.4rem;height:34px;justify-content:center;line-height:1;width:34px}.mobile-topbar{align-items:center;display:flex;gap:9px;justify-content:space-between;padding:12px 10px 0}.cart-page-layout,.checkout-page-layout,.details-layout,.user-settings-layout{grid-template-columns:1fr}}@media (max-width:640px){.app-sidebar{gap:12px;padding:14px 11px calc(20px + env(safe-area-inset-bottom));width:min(300px,96vw)}.sidebar-header-block h2{font-size:1.1rem;margin:4px 0}.sidebar-header-block p{font-size:.78rem;line-height:1.4}.sidebar-user-chip{line-height:1.35;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.sidebar-nav-title{margin-left:2px}.sidebar-nav{gap:6px}.sidebar-link{font-size:.82rem;gap:8px;padding:9px 10px}.sidebar-link-label{min-width:0;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.sidebar-link-badge{font-size:.7rem;height:22px;min-width:22px}.sidebar-footer-block{padding:10px}.sidebar-auth-row{gap:6px;margin-top:0}.sidebar-auth-user{overflow-wrap:anywhere;word-break:break-word}.sidebar-auth-btn{font-size:.75rem;min-height:40px;padding:8px 10px}}@media (max-width:420px){.app-sidebar{border-right:1px solid #ffffff14;max-width:92vw;width:min(320px,92vw)}.mobile-topbar{padding:12px 10px 0}}@media (max-width:360px){.app-sidebar{gap:10px;padding:12px 10px calc(18px + env(safe-area-inset-bottom))}.sidebar-link{gap:7px;padding:8px 9px}.sidebar-auth-btn{font-size:.72rem;min-height:38px;padding:7px 9px}}@media (max-width:700px){.shop-page{padding:14px 12px 30px}.shop-hero{border-radius:14px;padding:22px 16px}.products-grid{grid-template-columns:1fr}.quick-add-row{grid-template-columns:auto 64px 1fr}.details-actions-row{flex-direction:column}.details-media-topbar{align-items:stretch;flex-direction:column}.details-media-switch{width:fit-content}.details-media-arrow{height:34px;width:34px}.user-settings-grid,.user-settings-inline-actions,.user-settings-location-metrics,.user-settings-quick-stats{grid-template-columns:1fr}.user-settings-save-btn{width:100%}.checkout-fulfillment-options,.checkout-recipient-grid{grid-template-columns:1fr}}@media (max-width:720px){.toast-center{bottom:12px;left:10px;max-width:none;right:10px}}.support-page{background:#f8fafc;font-family:Inter,Segoe UI,system-ui,sans-serif;min-height:100vh}.support-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:32px 28px 16px}.support-title{color:#0f172a;font-size:1.6rem;font-weight:700;margin:0 0 4px}.support-subtitle{color:#64748b;font-size:.95rem;margin:0}.support-btn-primary{background:#1d4ed8;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:background .18s;white-space:nowrap}.support-btn-primary:hover{background:#1e40af}.support-btn-ghost{background:#0000;border:1.5px solid #d1d5db;border-radius:10px;color:#374151;cursor:pointer;font-size:.9rem;padding:9px 18px;transition:border-color .15s}.support-btn-ghost:hover{border-color:#9ca3af}.support-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;padding:0 28px 16px}.support-filter-btn{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;color:#475569;cursor:pointer;font-size:.82rem;font-weight:500;padding:6px 14px;transition:all .15s}.support-filter-btn.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.support-filter-count{color:#94a3b8;font-size:.82rem;margin-left:auto}.support-ticket-list{display:flex;flex-direction:column;gap:12px;padding:0 28px 32px}.support-ticket-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:16px 20px;text-align:left;transition:border-color .15s,box-shadow .15s;width:100%}.support-ticket-card:hover{border-color:#1d4ed8;box-shadow:0 2px 12px #1d4ed814}.support-ticket-card-top{align-items:center;display:flex;gap:12px;justify-content:space-between}.support-ticket-subject{color:#0f172a;font-size:.97rem;font-weight:600}.support-ticket-card-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.support-ticket-date{color:#94a3b8;font-size:.8rem}.support-ticket-admin{color:#7c3aed;font-size:.8rem}.support-status-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:3px 10px;white-space:nowrap}.support-empty,.support-loading,.support-unauth{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:64px 28px;text-align:center}.support-empty-icon,.support-unauth-icon{font-size:3rem}.support-empty h3,.support-unauth h2{color:#1e293b;margin:0}.support-empty p,.support-unauth p{font-size:.95rem;margin:0}.support-spinner{animation:tk-spin .75s cubic-bezier(.45,.05,.55,.95) infinite;border:4px solid #d74f3326;border:4px solid var(--spinner-track);border-radius:50%;border-top:4px solid #2563eb;height:44px;width:44px}@keyframes spin{to{transform:rotate(1turn)}}.support-error{color:#dc2626;font-size:.85rem;margin:4px 0 0}.support-modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.support-modal{animation:modalSlideUp .22s ease;background:#fff;border-radius:18px;box-shadow:0 20px 60px #0000002e;max-width:520px;width:100%}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.support-modal-header{align-items:center;display:flex;justify-content:space-between;padding:20px 24px 0}.support-modal-header h3{color:#0f172a;font-size:1.15rem;font-weight:700;margin:0}.support-modal-close{background:none;border:none;color:#64748b;cursor:pointer;font-size:1.1rem;line-height:1;padding:4px}.support-modal-body{display:flex;flex-direction:column;padding:20px 24px 24px}.support-field-label{color:#374151;font-size:.85rem;font-weight:600;margin-bottom:6px}.support-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.95rem;outline:none;padding:10px 14px;transition:border-color .15s}.support-input:focus{background:#fff;border-color:#1d4ed8}.support-textarea{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:.95rem;outline:none;padding:10px 14px;resize:vertical;transition:border-color .15s}.support-textarea:focus{background:#fff;border-color:#1d4ed8}.support-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.support-chat-view{background:#f8fafc;display:flex;flex-direction:column;height:100vh}.support-chat-header{align-items:flex-start;background:#fff;border-bottom:1.5px solid #e2e8f0;box-shadow:0 2px 6px #0000000a;display:flex;gap:12px;padding:20px 24px 16px}.support-back-btn{background:none;border:none;color:#1d4ed8;cursor:pointer;font-size:.9rem;font-weight:600;padding:4px 0;white-space:nowrap}.support-chat-title{flex:1 1}.support-chat-title h3{color:#0f172a;font-size:1.05rem;font-weight:700;margin:0 0 6px}.support-chat-meta{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.support-assigned-tag{color:#7c3aed;font-size:.8rem}.support-chat-date{color:#94a3b8;font-size:.8rem}.support-messages-area{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:24px 20px}.support-messages-empty,.support-messages-loading{color:#94a3b8;padding:40px;text-align:center}.support-msg-row{align-items:flex-end;display:flex;gap:10px}.support-msg-row.mine{flex-direction:row-reverse}.support-msg-avatar{align-items:center;background:#e0e7ff;border-radius:50%;color:#1d4ed8;display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:32px;justify-content:center;width:32px}.support-msg-bubble{border-radius:16px;display:flex;flex-direction:column;gap:4px;max-width:68%;padding:10px 14px}.support-msg-bubble.theirs{background:#fff;border:1.5px solid #e2e8f0;border-bottom-left-radius:4px}.support-msg-bubble.mine{background:#1d4ed8;border-bottom-right-radius:4px}.support-msg-body{color:#0f172a;font-size:.93rem;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}.support-msg-bubble.mine .support-msg-body{color:#fff}.support-msg-time{color:#94a3b8;font-size:.72rem}.support-msg-bubble.mine .support-msg-time{color:#ffffffa6}.support-closed-banner{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:12px;color:#64748b;font-size:.9rem;margin:8px 0;padding:14px 20px;text-align:center}.support-input-bar{align-items:flex-end;background:#fff;border-top:1.5px solid #e2e8f0;display:flex;gap:10px;padding:14px 20px}.support-chat-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;flex:1 1;font-family:inherit;font-size:.93rem;max-height:120px;outline:none;overflow-y:auto;padding:10px 14px;resize:none;transition:border-color .15s}.support-chat-input:focus{background:#fff;border-color:#1d4ed8}.support-send-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 12px #1d4ed852;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition);white-space:nowrap}.support-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e3fa3);box-shadow:0 6px 16px #1d4ed870;transform:translateY(-1px)}.support-send-btn:active:not(:disabled){animation:tk-btn-press .2s ease forwards}.support-send-btn:disabled{background:#93c5fd;box-shadow:none;cursor:not-allowed}.support-msg-footer{align-items:center;display:flex;gap:4px;justify-content:flex-end}.support-tick-icon{stroke:#ffffff80;flex-shrink:0;height:9px;transition:stroke .2s;width:18px}.support-tick-icon.read{stroke:#7dd3fc}.notif-page{margin:0 auto;max-width:680px;padding:24px 16px 60px}.notif-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.notif-title{color:#111827;font-size:1.5rem;font-weight:700;margin:0 0 4px}.notif-subtitle{color:#6b7280;font-size:.85rem;margin:0}.notif-mark-all-btn{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:10px;box-shadow:0 2px 8px #16a34a1f;color:#15803d;cursor:pointer;font-size:.82rem;font-weight:700;padding:9px 16px;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition);white-space:nowrap}.notif-mark-all-btn:hover{background:linear-gradient(135deg,#dcfce7,#bbf7d0);box-shadow:0 4px 12px #16a34a33;transform:translateY(-1px)}.notif-mark-all-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.48;transform:none}.notif-filter-bar{display:flex;gap:8px;margin-bottom:18px}.notif-filter-btn{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;box-shadow:0 1px 3px #0000000d;color:#6b7280;cursor:pointer;display:flex;font-size:.84rem;font-weight:600;gap:6px;padding:7px 16px;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition)}.notif-filter-btn:hover{border-color:#9ca3af;box-shadow:0 3px 8px #0000001a;color:#111827;transform:translateY(-1px)}.notif-filter-btn.active{background:linear-gradient(135deg,#1e293b,#111827);border-color:#111827;box-shadow:0 4px 12px #11182747;color:#fff}.notif-filter-count{background:#ef4444;border-radius:99px;color:#fff;font-size:.72rem;font-weight:700;padding:1px 6px}.notif-filter-btn.active .notif-filter-count{background:#ffffff4d}.notif-list{display:flex;flex-direction:column;gap:8px}.notif-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:14px;position:relative;transition:all .15s}.notif-item:hover{background:#f9fafb;border-color:#d1d5db}.notif-item.unread{background:#fafafa;border-color:#c7d2fe}.notif-item-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.notif-item-body{flex:1 1;min-width:0}.notif-item-title{color:#111827;font-size:.9rem;font-weight:600;margin-bottom:2px}.notif-item-text{color:#6b7280;font-size:.82rem;line-height:1.4;margin-bottom:4px}.notif-item-time{color:#9ca3af;font-size:.75rem}.shop-pagination{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:2rem auto;max-width:1200px;padding:2rem 1rem}.pagination-btn{align-items:center;background:linear-gradient(135deg,#d74f33,#f4926e);background:linear-gradient(135deg,var(--shop-accent) 0,#f4926e 100%);border:none;border-radius:12px;border-radius:var(--btn-radius);box-shadow:0 4px 12px #d74f3340;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:var(--btn-transition)}.pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#b13c24,#e23d22);background:linear-gradient(135deg,var(--shop-accent-dark) 0,#e23d22 100%);box-shadow:0 8px 16px #d74f3359;transform:translateY(-2px)}.pagination-btn:active:not(:disabled){box-shadow:0 2px 6px #d74f3340;transform:translateY(0)}.pagination-btn:disabled{cursor:not-allowed;opacity:.4;transform:none}.pagination-info{background:#eef3f8;background:var(--shop-bg);border:1px solid #d6e1ee;border:1px solid var(--shop-border);border-radius:12px;border-radius:var(--btn-radius);color:#0c2238;color:var(--shop-deep);font-size:.95rem;font-weight:500;min-width:220px;padding:.75rem 1.5rem;text-align:center}@media (max-width:768px){.shop-pagination{gap:1rem;padding:1.5rem .75rem}.pagination-btn{font-size:.9rem;padding:.65rem 1.2rem}.pagination-info{font-size:.9rem;min-width:180px;padding:.65rem 1rem}}.notif-item-actions{align-items:flex-start;display:flex}.notif-delete-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#9ca3af;cursor:pointer;display:inline-flex;font-size:.82rem;height:30px;justify-content:center;width:30px}.notif-delete-btn:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.notif-unread-dot{background:#6366f1;border-radius:50%;flex-shrink:0;height:8px;margin-top:6px;width:8px}.notif-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:16px;padding:56px 0}.notif-spinner{animation:tk-spin .75s cubic-bezier(.45,.05,.55,.95) infinite;border:4px solid #6366f124;border-radius:50%;border-top-color:#6366f1;height:44px;width:44px}@keyframes notif-spin{to{transform:rotate(1turn)}}.notif-empty{color:#6b7280;padding:60px 24px;text-align:center}.notif-empty-icon{font-size:3rem;margin-bottom:12px}.notif-empty h3{color:#374151;font-size:1.1rem;font-weight:600;margin:0 0 8px}.notif-empty p{font-size:.85rem;line-height:1.5;margin:0}@media (max-width:640px){.floating-support-btn{bottom:14px;padding:10px 12px;right:14px}.floating-support-text{display:none}}@media (max-width:1200px){.shop-page{max-width:100%;padding:20px 16px 42px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.support-filter-bar,.support-header,.support-ticket-list{padding-left:20px;padding-right:20px}}@media (max-width:1024px){.cart-page-layout,.checkout-page-layout,.details-layout,.user-settings-layout{grid-template-columns:1fr}.auth-card{width:min(640px,100%)}.support-chat-header,.support-input-bar,.support-messages-area{padding-left:16px;padding-right:16px}.support-msg-bubble{max-width:76%}}@media (max-width:820px){.support-header{padding-bottom:12px;padding-top:20px}.support-title{font-size:1.35rem}.support-ticket-card{padding:14px}.notif-header{margin-bottom:14px}.notif-filter-bar{flex-wrap:wrap}}@media (max-width:640px){.shop-hero{align-items:flex-start}.cart-item{padding:10px}.cart-qty-row{gap:5px;grid-template-columns:28px 58px 28px}.auth-page-shell{padding:14px 0}.auth-card{border-radius:14px;padding:16px}.cart-section,.cart-summary-card,.checkout-section,.checkout-summary-card,.details-info-card,.details-media-card,.user-settings-main-card,.user-settings-side-card{border-radius:12px;padding:12px}.checkout-progress{justify-content:flex-start;overflow-x:auto;padding:12px 10px}.support-filter-count{margin-left:0}.support-modal{border-radius:14px;max-height:92vh;overflow:auto}.support-modal-body,.support-modal-header{padding-left:14px;padding-right:14px}.support-msg-bubble{max-width:84%}.support-msg-avatar{font-size:.72rem;height:28px;width:28px}.notif-page{padding:16px 12px 56px}.notif-item{gap:8px;padding:12px}.notif-item-icon{font-size:1rem;height:34px;width:34px}}@media (max-width:480px){.shop-page{padding:12px 10px 28px}.mobile-topbar{padding:10px 10px 0}.mobile-cart-link,.sidebar-toggle-btn{font-size:.78rem;padding:9px 10px}.products-grid{gap:12px}.product-content{padding:12px}.quick-add-row{gap:6px;grid-template-columns:1fr}.qty-input{width:100%}.details-main-media{border-radius:12px}.details-media-thumbnails{grid-template-columns:repeat(auto-fill,minmax(56px,1fr))}.support-title{font-size:1.2rem}.support-btn-ghost,.support-btn-primary,.support-send-btn{justify-content:center;width:100%}.support-chat-header{align-items:stretch;flex-direction:column}.support-chat-meta{gap:6px}.support-input-bar{align-items:stretch;flex-direction:column}.notif-item{flex-wrap:wrap}.notif-item-actions{margin-left:auto}}.shop-footer{background:linear-gradient(180deg,#0f304c,#0a1f36);border-top:3px solid #f0b056;color:#c8d7e7;margin-top:48px}.shop-footer-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between;margin:0 auto;max-width:1240px;padding:44px 24px 32px}.shop-footer-brand{display:flex;flex-direction:column;gap:10px;max-width:420px}.shop-footer-eyebrow{color:#f0b056;font-size:1.25rem;font-weight:900;letter-spacing:.04em;margin:0;text-transform:uppercase}.shop-footer-tagline{color:#a0b8ce;font-size:.9rem;line-height:1.65;margin:0}.shop-footer-social{align-items:flex-end;display:flex;flex-direction:column;gap:10px}.shop-footer-social-label{color:#f0b056;font-size:.7rem;font-weight:800;letter-spacing:.14em;margin:0;text-align:right;text-transform:uppercase}.shop-footer-social-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.shop-footer-social-link{display:block;text-decoration:none;transition:transform .15s ease,opacity .15s ease}.shop-footer-social-link:hover{opacity:.85;transform:scale(1.14)}.shop-footer-social-icon{align-items:center;background:#ffffff0a;border:2px solid #f0b05659;border-radius:50%;display:flex;height:34px;justify-content:center;overflow:hidden;transition:border-color .15s ease;width:34px}.shop-footer-social-link:hover .shop-footer-social-icon{border-color:#f0b056bf}.shop-footer-social-icon-image{display:block;height:100%;object-fit:cover;width:100%}.shop-footer-divider{background:#ffffff17;height:1px;margin:0 auto;max-width:1240px}.shop-footer-links{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1240px;padding:32px 24px 36px}.shop-footer-col{display:flex;flex-direction:column;gap:9px}.shop-footer-nav-heading{color:#f0b056;font-size:.7rem;font-weight:800;letter-spacing:.14em;margin:0 0 6px;text-transform:uppercase}.shop-footer-link{color:#c3d5e8;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s ease,padding-left .15s ease}.shop-footer-link:hover{color:#fff;padding-left:4px}.shop-footer-bottom{align-items:center;border-top:1px solid #ffffff17;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin:0 auto;max-width:1240px;padding:14px 24px}.shop-footer-bottom p{margin:0}.shop-footer-bottom p,.shop-footer-location{color:#6a8aaa;font-size:.78rem}@media (max-width:768px){.shop-footer-top{flex-direction:column;gap:20px;padding:28px 18px 24px}.shop-footer-social{align-items:flex-start}.shop-footer-social-label{text-align:left}.shop-footer-social-list{justify-content:flex-start}.shop-footer-links{gap:24px;grid-template-columns:1fr 1fr;padding:24px 18px 28px}.shop-footer-bottom{align-items:flex-start;flex-direction:column;padding:12px 18px}}@media (max-width:480px){.shop-footer-links{gap:20px;grid-template-columns:1fr}}
/*# sourceMappingURL=main.074bb708.css.map*/