.shop-card[data-astro-cid-7omm2xna]{background:var(--theme-bg-surface, #fff);border:1px solid var(--theme-border-primary, #e2e8f0);border-radius:var(--radius-lg, 12px);overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.shop-card[data-astro-cid-7omm2xna]:hover,.shop-card[data-astro-cid-7omm2xna]:focus{transform:translateY(-4px);box-shadow:var(--shadow-lg, 0 10px 15px -3px rgb(0 0 0 / .1));border-color:var(--theme-color-primary, #2563eb);outline:none}.shop-card__image-wrapper[data-astro-cid-7omm2xna]{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--theme-bg-surface-tertiary, #e2e8f0)}.shop-card__image[data-astro-cid-7omm2xna]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.shop-card[data-astro-cid-7omm2xna]:hover .shop-card__image[data-astro-cid-7omm2xna]{transform:scale(1.05)}.shop-card__quick-add[data-astro-cid-7omm2xna]{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;gap:6px;padding:8px 14px;background:var(--theme-bg-surface, #fff);border:1px solid var(--theme-border-primary, #e2e8f0);border-radius:var(--radius-full, 9999px);font-size:.85rem;font-weight:600;color:var(--theme-text-primary, #0f172a);cursor:pointer;opacity:0;transform:translateY(8px);transition:all .2s ease;box-shadow:var(--shadow-md, 0 4px 6px -1px rgb(0 0 0 / .1))}.shop-card[data-astro-cid-7omm2xna]:hover .shop-card__quick-add[data-astro-cid-7omm2xna],.shop-card[data-astro-cid-7omm2xna]:focus-within .shop-card__quick-add[data-astro-cid-7omm2xna]{opacity:1;transform:translateY(0)}.shop-card__quick-add[data-astro-cid-7omm2xna]:hover{background:var(--theme-color-primary, #2563eb);color:var(--theme-color-on-primary, #fff);border-color:var(--theme-color-primary, #2563eb)}.shop-card__badge[data-astro-cid-7omm2xna]{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:var(--radius-full, 9999px);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.shop-card__badge--out[data-astro-cid-7omm2xna]{background:var(--theme-color-error, #ef4444);color:#fff}.shop-card__body[data-astro-cid-7omm2xna]{padding:var(--space-4, 1rem);display:flex;flex-direction:column;flex-grow:1;gap:var(--space-1, .25rem)}.shop-card__category[data-astro-cid-7omm2xna]{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--theme-color-primary, #2563eb);font-weight:700}.shop-card__title[data-astro-cid-7omm2xna]{font-size:1rem;font-weight:600;color:var(--theme-text-primary, #0f172a);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-card__footer[data-astro-cid-7omm2xna]{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:var(--space-2, .5rem)}.shop-card__price[data-astro-cid-7omm2xna]{font-size:1.125rem;font-weight:700;color:var(--theme-text-primary, #0f172a)}.shop-card__stock[data-astro-cid-7omm2xna]{font-size:.75rem;font-weight:600;color:var(--theme-color-success, #15803d);display:flex;align-items:center;gap:6px}.shop-card__stock-dot[data-astro-cid-7omm2xna]{width:6px;height:6px;background:var(--theme-color-success, #15803d);border-radius:50%}.shop-card__stock--out[data-astro-cid-7omm2xna]{color:var(--theme-color-error, #ef4444)}.shop-card__stock--out[data-astro-cid-7omm2xna] .shop-card__stock-dot[data-astro-cid-7omm2xna]{background:var(--theme-color-error, #ef4444)}@media(max-width:640px){.shop-card__image-wrapper[data-astro-cid-7omm2xna]{aspect-ratio:3/2}}.modal-overlay[data-astro-cid-av6rrn5b]{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);z-index:1001;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;display:flex;align-items:center;justify-content:center;padding:var(--space-4, 1rem)}.modal-overlay[data-astro-cid-av6rrn5b].is-open{opacity:1;visibility:visible}.modal[data-astro-cid-av6rrn5b]{position:relative;background:var(--theme-bg-surface, #fff);border-radius:var(--radius-xl, 12px);width:100%;max-width:700px;max-height:90vh;overflow:hidden;transform:scale(.95);transition:transform .2s ease;box-shadow:var(--shadow-2xl, 0 25px 50px -12px rgb(0 0 0 / .25))}.modal-overlay[data-astro-cid-av6rrn5b].is-open .modal[data-astro-cid-av6rrn5b]{transform:scale(1)}.modal__close{position:absolute;top:var(--space-3, .75rem);right:var(--space-3, .75rem);width:32px;height:32px;border:none;border-radius:var(--radius-full, 9999px);background:var(--theme-bg-surface, #fff);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;color:var(--theme-text-secondary, #475569);box-shadow:var(--shadow-sm, 0 1px 2px 0 rgb(0 0 0 / .05));transition:all .15s ease}.modal__close:hover{background:var(--theme-bg-surface-secondary, #f1f5f9);color:var(--theme-text-primary, #1e293b)}.modal__close[data-astro-cid-av6rrn5b]:focus-visible{outline:2px solid var(--theme-color-primary, #2563eb);outline-offset:2px}.modal__content[data-astro-cid-av6rrn5b]{display:grid;grid-template-columns:320px 1fr;height:100%;max-height:90vh}.modal__image-col{position:relative;background:#f8fafc;border-right:1px solid #f1f5f9;display:flex;flex-direction:column}.modal__gallery{display:flex;flex-direction:column;height:100%;padding:1.5rem;gap:1.25rem}.modal__main-image-wrapper{aspect-ratio:1;width:100%;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #f1f5f9;box-shadow:0 4px 12px #00000008}.modal__main-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.modal__thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.modal__thumbnails::-webkit-scrollbar{display:none}.modal__thumbnail{width:64px;height:64px;flex-shrink:0;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:#fff}.modal__thumbnail:hover{border-color:#cbd5e1}.modal__thumbnail.is-active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.modal__thumbnail img{width:100%;height:100%;object-fit:cover}.modal__details-col{overflow-y:auto;display:flex;flex-direction:column;background:#fff}.modal__body{padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.modal__header{display:flex;flex-direction:column;gap:.5rem}.modal__pricing{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #f1f5f9}.modal__category{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-weight:700}.modal__title{font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1.2;margin:0;letter-spacing:-.02em}.modal__price{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0;display:flex;align-items:baseline;gap:4px}.modal__price-currency{font-size:1.125rem;font-weight:600;color:#64748b}.modal__info{display:flex;flex-direction:column;gap:.75rem}.modal__section-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0}.modal__description{font-size:1rem;color:#475569;line-height:1.6;margin:0}.modal__features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.modal__features li{display:flex;align-items:center;gap:.625rem;font-size:.9rem;color:#475569}.modal__features li:before{content:"";width:6px;height:6px;background:#2563eb;border-radius:50%;flex-shrink:0}.modal__stock{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;padding:6px 12px;border-radius:8px;background:#fff;border:1px solid #f1f5f9}.modal__stock svg{width:12px;height:12px}.modal__stock--in{color:#16a34a}.modal__stock--out{color:#ef4444}.modal__footer{margin-top:auto;padding-top:2rem;border-top:1px solid #f1f5f9}.modal__actions{display:flex;align-items:center;gap:1rem}.modal__quantity{display:flex;align-items:center;background:#f1f5f9;border-radius:12px;padding:4px}.modal__quantity-btn{width:32px;height:32px;border:none;background:transparent;cursor:pointer;font-size:1rem;font-weight:600;color:#475569;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px}.modal__quantity-btn:hover{background:#fff;color:#0f172a;box-shadow:0 2px 4px #0000000d}.modal__quantity-value{width:40px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#0f172a}.modal__add-btn{flex:1;height:48px;padding:0 1.5rem;font-size:1rem;font-weight:700;background:#111;border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;gap:.5rem}.modal__add-btn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.modal__add-btn:active:not(:disabled){transform:translateY(0)}.modal__add-btn:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}@media(max-width:768px){.modal[data-astro-cid-av6rrn5b]{max-width:100%;height:100%;max-height:100%;border-radius:0}.modal__content[data-astro-cid-av6rrn5b]{grid-template-columns:1fr;grid-template-rows:auto 1fr}.modal__image-col[data-astro-cid-av6rrn5b]{border-right:none;border-bottom:1px solid #f1f5f9}.modal__gallery[data-astro-cid-av6rrn5b]{padding:1rem}.modal__body[data-astro-cid-av6rrn5b]{padding:1.5rem}.modal__title[data-astro-cid-av6rrn5b],.modal__price[data-astro-cid-av6rrn5b]{font-size:1.5rem}}.cart-overlay[data-astro-cid-rhwbsoih]{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(6px);z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-overlay[data-astro-cid-rhwbsoih].is-open{opacity:1;visibility:visible}.cart-drawer[data-astro-cid-rhwbsoih]{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:360px;background:var(--theme-bg-surface, #fff);z-index:1002;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:var(--shadow-xl, -10px 0 40px rgba(0, 0, 0, .1))}.cart-drawer[data-astro-cid-rhwbsoih].is-open{transform:translate(0)}.cart-drawer__header[data-astro-cid-rhwbsoih]{padding:1rem 1.5rem;border-bottom:1px solid var(--theme-border-primary, #e2e8f0);display:flex;justify-content:space-between;align-items:center;background:var(--theme-bg-surface, #fff);flex-shrink:0;gap:1rem}.cart-drawer__header-left[data-astro-cid-rhwbsoih]{display:flex;align-items:baseline;gap:.5rem}.cart-drawer__header-right[data-astro-cid-rhwbsoih]{display:flex;align-items:center;gap:.75rem}.cart-drawer__title[data-astro-cid-rhwbsoih]{font-size:1.125rem;font-weight:700;color:var(--theme-text-primary, #1e293b);margin:0;letter-spacing:-.02em}.cart-drawer__count[data-astro-cid-rhwbsoih]{font-size:.8125rem;color:var(--theme-text-muted, #64748b);font-weight:500}.cart-drawer__close[data-astro-cid-rhwbsoih]{width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--theme-text-secondary, #475569);transition:all .2s ease}.cart-drawer__close[data-astro-cid-rhwbsoih]:hover{background:var(--theme-bg-surface-secondary, #f1f5f9);color:var(--theme-text-primary, #1e293b);transform:rotate(90deg)}.cart-drawer__close[data-astro-cid-rhwbsoih] svg[data-astro-cid-rhwbsoih]{width:18px;height:18px}.cart-drawer__free-shipping[data-astro-cid-rhwbsoih]{padding:1rem 1.5rem;background:var(--theme-bg-surface-secondary, #f8fafc);border-bottom:1px solid var(--theme-border-primary, #e2e8f0)}.cart-drawer__free-shipping-bar[data-astro-cid-rhwbsoih]{height:6px;background:var(--theme-border-muted, #f1f5f9);border-radius:10px;overflow:hidden;margin-bottom:.625rem}.cart-drawer__free-shipping-progress[data-astro-cid-rhwbsoih]{height:100%;background:linear-gradient(90deg,var(--theme-color-success, #22c55e),#4ade80);border-radius:10px;transition:width .6s cubic-bezier(.4,0,.2,1)}.cart-drawer__free-shipping-text[data-astro-cid-rhwbsoih]{font-size:.75rem;color:var(--theme-color-success, #16a34a);font-weight:600;margin:0;display:flex;align-items:center;gap:.375rem}.cart-drawer__body[data-astro-cid-rhwbsoih]{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;background:var(--theme-bg-surface-secondary, #f8fafc)}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;height:100%}.cart-drawer__empty svg{width:72px;height:72px;color:var(--theme-border-muted, #cbd5e0);margin-bottom:1.5rem}.cart-drawer__empty-title{font-size:1rem;font-weight:600;color:var(--theme-text-primary, #1e293b);margin:0 0 .5rem;letter-spacing:-.01em}.cart-drawer__empty-text{font-size:.875rem;color:var(--theme-text-muted, #64748b);margin:0 0 1.5rem;line-height:1.5}.cart-drawer__empty-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--theme-color-primary, #2563eb);color:var(--theme-text-inverse, #fff);border:none;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cart-drawer__empty-btn:hover{background:var(--theme-color-primary-hover, #1d4ed8);transform:translateY(-1px)}.cart-item{display:flex;gap:1rem;padding:1rem;background:var(--theme-bg-surface, #fff);border:1px solid var(--theme-border-primary, #e2e8f0);border-radius:12px;margin-bottom:.75rem;transition:all .2s ease}.cart-item:hover{background:var(--theme-bg-surface, #fff);border-color:var(--theme-border-muted, #cbd5e0);box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, .05))}.cart-item.removing{opacity:0;transform:translate(20px)}.cart-item:last-child{margin-bottom:0}.cart-item__image-wrapper{position:relative;flex-shrink:0;width:80px;height:80px;overflow:hidden;border-radius:8px;background:var(--theme-bg-surface-secondary, #f1f5f9);border:1px solid var(--theme-border-primary, #e2e8f0)}.cart-item__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cart-item:hover .cart-item__image{transform:scale(1.05)}.cart-item__details{flex:1;display:flex;flex-direction:column;min-width:0;padding:.125rem 0}.cart-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.375rem}.cart-item__title{font-size:.8125rem;font-weight:500;color:var(--theme-text-primary, #1e293b);line-height:1.4;margin:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__remove{width:24px;height:24px;border:none;background:transparent;color:var(--theme-text-muted, #94a3b8);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s ease;flex-shrink:0;margin-left:.25rem}.cart-item__remove:hover{background:var(--theme-color-error-soft-bg, #fee2e2);color:var(--theme-color-error, #dc2626)}.cart-item__remove svg{width:14px;height:14px}.cart-item__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-item__price{font-size:.875rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.cart-item__controls{display:flex;align-items:center;gap:0;background:var(--theme-bg-surface-secondary, #f1f5f9);border-radius:8px;padding:3px}.cart-item__qty-btn{width:26px;height:26px;border:none;background:transparent;cursor:pointer;font-size:1rem;font-weight:500;color:var(--theme-text-secondary, #475569);transition:all .15s ease;display:flex;align-items:center;justify-content:center;border-radius:6px}.cart-item__qty-btn:hover:not(:disabled){color:var(--theme-text-primary, #1e293b);background:var(--theme-bg-surface, #fff)}.cart-item__qty-btn:disabled{opacity:.35;cursor:not-allowed}.cart-item__qty{min-width:28px;text-align:center;font-size:.8125rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.cart-drawer__footer[data-astro-cid-rhwbsoih]{padding:1.5rem;border-top:1px solid var(--theme-border-primary, #e2e8f0);background:var(--theme-bg-surface, #fff);flex-shrink:0;box-shadow:0 -4px 20px #00000005}.cart-drawer__totals[data-astro-cid-rhwbsoih]{margin-bottom:1rem}.cart-drawer__row[data-astro-cid-rhwbsoih]{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0}.cart-drawer__row-label[data-astro-cid-rhwbsoih]{font-size:.8125rem;color:var(--theme-text-secondary, #475569)}.cart-drawer__row-value[data-astro-cid-rhwbsoih]{font-size:.8125rem;color:var(--theme-text-primary, #1e293b);font-weight:500}.cart-drawer__row--total[data-astro-cid-rhwbsoih]{border-top:1px solid var(--theme-border-muted, #e2e8f0);padding-top:.625rem;margin-top:.25rem}.cart-drawer__row--total[data-astro-cid-rhwbsoih] .cart-drawer__row-label[data-astro-cid-rhwbsoih]{font-size:.9375rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.cart-drawer__row--total[data-astro-cid-rhwbsoih] .cart-drawer__row-value[data-astro-cid-rhwbsoih]{font-size:1.25rem;font-weight:700;color:var(--theme-text-primary, #1e293b)}.cart-drawer__checkout[data-astro-cid-rhwbsoih]{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:var(--theme-color-primary, #2563eb);color:var(--theme-text-inverse, #fff);border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.cart-drawer__checkout[data-astro-cid-rhwbsoih]:hover:not(:disabled){background:var(--theme-color-primary-hover, #1d4ed8);transform:translateY(-1px);box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, .15))}.cart-drawer__checkout[data-astro-cid-rhwbsoih]:disabled{background:var(--theme-bg-surface-tertiary, #e2e8f0);color:var(--theme-text-muted, #94a3b8);cursor:not-allowed;transform:none;box-shadow:none}.cart-drawer__clear[data-astro-cid-rhwbsoih]{width:100%;margin-top:.75rem;padding:.625rem;background:transparent;color:var(--theme-text-muted, #94a3b8);border:1px solid var(--theme-border-primary, #e2e8f0);border-radius:10px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cart-drawer__clear[data-astro-cid-rhwbsoih]:hover{background:var(--theme-color-error-soft-bg, #fff1f2);color:var(--theme-color-error, #dc2626);border-color:var(--theme-color-error-soft-border, #fecaca)}.cart-fab[data-astro-cid-rhwbsoih]{position:fixed;bottom:24px;right:24px;padding:0 20px;height:48px;background:var(--theme-color-primary, #2563eb);border:none;border-radius:24px;box-shadow:var(--shadow-lg, 0 8px 24px rgba(0, 0, 0, .2));cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;z-index:1000;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.cart-fab[data-astro-cid-rhwbsoih]:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg, 0 6px 20px rgba(0, 0, 0, .25))}.cart-fab[data-astro-cid-rhwbsoih]:active{transform:scale(.95)}.cart-fab[data-astro-cid-rhwbsoih] svg[data-astro-cid-rhwbsoih]{color:var(--theme-text-inverse, #fff);flex-shrink:0}.cart-fab__text[data-astro-cid-rhwbsoih]{color:var(--theme-text-inverse, #fff);font-size:.875rem;font-weight:600;white-space:nowrap}.cart-fab__badge[data-astro-cid-rhwbsoih]{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;background:var(--theme-color-error, #dc2626);color:var(--theme-text-inverse, #fff);font-size:.625rem;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;transform:scale(0);transition:transform .25s cubic-bezier(.175,.885,.32,1.275)}.cart-fab[data-astro-cid-rhwbsoih][data-visible=true] .cart-fab__badge[data-astro-cid-rhwbsoih]{transform:scale(1)}@media(max-width:640px){.cart-fab[data-astro-cid-rhwbsoih]{padding:0;width:48px;height:48px;border-radius:50%}.cart-fab__text[data-astro-cid-rhwbsoih]{display:none}}.toast[data-astro-cid-rhwbsoih]{position:fixed;top:24px;left:50%;transform:translate(-50%) translateY(-20px);background:var(--theme-text-primary, #1e293b);color:var(--theme-text-inverse, #fff);padding:10px 20px;border-radius:30px;box-shadow:var(--shadow-xl, 0 10px 25px rgba(0, 0, 0, .2));display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:500;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:2000}.toast[data-astro-cid-rhwbsoih].is-visible{transform:translate(-50%) translateY(0);opacity:1;visibility:visible}.toast[data-astro-cid-rhwbsoih] svg[data-astro-cid-rhwbsoih]{color:var(--theme-color-success, #22c55e)}.currency-selector[data-astro-cid-wdbq7prs]{display:flex;align-items:center;gap:.5rem}.currency-selector__label[data-astro-cid-wdbq7prs]{font-size:.75rem;font-weight:500;color:var(--theme-text-muted, #64748b);white-space:nowrap}.currency-selector__wrapper[data-astro-cid-wdbq7prs]{position:relative;display:flex;align-items:center}.currency-selector__select[data-astro-cid-wdbq7prs]{appearance:none;background:var(--theme-bg-surface-secondary, #f1f5f9);border:1px solid var(--theme-border-primary, #e2e8f0);border-radius:6px;padding:.375rem 2rem .375rem .625rem;font-size:.8125rem;font-weight:500;color:var(--theme-text-primary, #1e293b);cursor:pointer;transition:all .2s ease;min-width:110px}.currency-selector__select[data-astro-cid-wdbq7prs]:hover{border-color:var(--theme-color-primary, #2563eb)}.currency-selector__select[data-astro-cid-wdbq7prs]:focus{outline:none;border-color:var(--theme-color-primary, #2563eb);box-shadow:0 0 0 2px var(--theme-color-primary-light, rgba(37, 99, 235, .2))}.currency-selector__current[data-astro-cid-wdbq7prs]{position:absolute;right:.625rem;pointer-events:none;font-size:.875rem;color:var(--theme-text-secondary, #475569);font-weight:600}@media(max-width:640px){.currency-selector__label[data-astro-cid-wdbq7prs]{display:none}.currency-selector__select[data-astro-cid-wdbq7prs]{min-width:80px;padding:.25rem 1.5rem .25rem .5rem;font-size:.75rem}}.shop-page[data-astro-cid-5w43p2qc]{padding-bottom:100px;background:var(--theme-bg-primary, #ffffff);min-height:100vh}.shop-header[data-astro-cid-5w43p2qc]{text-align:center;padding:var(--space-16, 4rem) var(--space-4, 1rem) var(--space-12, 3rem);background:var(--theme-bg-surface-secondary, #f8fafc);border-bottom:1px solid var(--theme-border-primary, #e2e8f0)}.shop-header__title[data-astro-cid-5w43p2qc]{font-size:clamp(2rem,5vw,2.5rem);font-weight:800;color:var(--theme-text-primary, #1e293b);margin-bottom:var(--space-2, .5rem);letter-spacing:var(--text-letter-spacing-tight, -.025em);line-height:var(--text-line-height-tight, 1.2)}.shop-header__subtitle[data-astro-cid-5w43p2qc]{font-size:1rem;color:var(--theme-text-secondary, #475569);max-width:600px;margin:0 auto}.shop-container[data-astro-cid-5w43p2qc]{max-width:1200px;margin:0 auto;padding:var(--space-8, 2rem) var(--space-4, 1rem)}.shop-toolbar[data-astro-cid-5w43p2qc]{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-6, 1.5rem);flex-wrap:wrap;gap:var(--space-4, 1rem)}.shop-toolbar__left[data-astro-cid-5w43p2qc]{display:flex;align-items:center;gap:var(--space-4, 1rem);flex-wrap:wrap}.shop-toolbar__right[data-astro-cid-5w43p2qc]{display:flex;align-items:center;gap:var(--space-3, .75rem)}.shop-cart-btn[data-astro-cid-5w43p2qc]{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:var(--theme-bg-surface, #fff);border:1px solid var(--theme-border-primary, #e2e8f0);border-radius:var(--radius-lg, 12px);color:var(--theme-text-secondary, #475569);cursor:pointer;transition:all .2s ease}.shop-cart-btn[data-astro-cid-5w43p2qc]:hover{border-color:var(--theme-color-primary, #2563eb);color:var(--theme-color-primary, #2563eb)}.shop-cart-badge[data-astro-cid-5w43p2qc]{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:var(--theme-color-primary, #2563eb);border-radius:9px;font-size:.75rem;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center}.shop-filters[data-astro-cid-5w43p2qc]{display:flex;gap:var(--space-2, .5rem);flex-wrap:wrap}.shop-filter[data-astro-cid-5w43p2qc]{padding:8px 16px;border:1px solid var(--theme-border-primary, #e2e8f0);border-radius:var(--radius-full, 9999px);background:var(--theme-bg-surface, #fff);color:var(--theme-text-secondary, #475569);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.shop-filter[data-astro-cid-5w43p2qc]:hover{border-color:var(--theme-color-primary, #2563eb);color:var(--theme-color-primary, #2563eb)}.shop-filter--active[data-astro-cid-5w43p2qc]{background:var(--theme-color-primary, #2563eb);border-color:var(--theme-color-primary, #2563eb);color:var(--theme-color-on-primary, #fff)}.shop-filter--active[data-astro-cid-5w43p2qc]:hover{color:var(--theme-color-on-primary, #fff)}.shop-count[data-astro-cid-5w43p2qc]{font-size:.875rem;color:var(--theme-text-muted, #64748b)}.shop-grid[data-astro-cid-5w43p2qc]{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-6, 1.5rem)}.shop-empty[data-astro-cid-5w43p2qc]{text-align:center;padding:var(--space-12, 3rem);color:var(--theme-text-secondary, #475569)}@media(max-width:768px){.shop-page[data-astro-cid-5w43p2qc]{padding-bottom:80px}.shop-toolbar[data-astro-cid-5w43p2qc]{flex-direction:column;align-items:flex-start}.shop-header[data-astro-cid-5w43p2qc]{padding:var(--space-12, 3rem) var(--space-4, 1rem) var(--space-8, 2rem)}}@media(min-width:641px)and (max-width:1024px){.shop-grid[data-astro-cid-5w43p2qc]{grid-template-columns:repeat(3,1fr);gap:var(--space-5, 1rem)}}@media(max-width:640px){.shop-grid[data-astro-cid-5w43p2qc]{grid-template-columns:repeat(2,1fr);gap:var(--space-3, .75rem)}}
