.shop-product,.shop-collection{--shop-radius-sm: 8px;--shop-radius-md: 12px;--shop-radius-lg: 16px;--shop-radius-xl: 20px;--shop-radius-pill: 50px;--shop-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shop-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shop-shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--shop-shadow-xl: 0 16px 48px rgba(0, 0, 0, .16);--shop-shadow-gold: 0 4px 20px rgba(255, 215, 0, .15);--shop-glass-bg: rgba(255, 255, 255, .7);--shop-glass-border: rgba(255, 255, 255, .3);--shop-glass-blur: blur(16px);--shop-transition: .3s cubic-bezier(.4, 0, .2, 1);--shop-transition-fast: .15s ease;--shop-transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--shop-gap: 1.5rem;--shop-gap-lg: 2.5rem;--shop-color-success: #2E7D32;--shop-color-bio: #2E7D32;--shop-color-sale: #E53935;--shop-color-urgency: #E53935;--shop-color-info: #1565C0}.shop-product{padding:1rem 0 3rem;background:var(--color-bg-primary)}.shop-product .shop-breadcrumbs{display:flex;align-items:center;gap:.5rem;padding:.75rem 0 1.5rem;font-size:.85rem;color:var(--color-text-light);flex-wrap:wrap}.shop-product .shop-breadcrumbs a{color:var(--color-text-light);text-decoration:none;transition:color var(--shop-transition)}.shop-product .shop-breadcrumbs a:hover{color:var(--color-primary)}.shop-product .shop-breadcrumbs__sep{font-size:.75rem;opacity:.5}.shop-product .product-grid{display:grid;grid-template-columns:1fr;gap:2rem}.shop-product .product-grid>*{min-width:0;max-width:100%}@media (min-width: 750px){.shop-product .product-grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.shop-product .product-grid>.gallery{width:100%;overflow:hidden}.shop-product .product-grid>.product-info{width:100%;overflow:visible}.shop-product .product-grid>.gallery{grid-column:1;grid-row:1}.shop-product .product-grid>.product-info{grid-column:2;grid-row:1}}@media (min-width: 990px){.shop-product .product-grid{gap:4rem}}.shop-product .gallery{position:relative}@media (min-width: 750px){.shop-product .gallery{position:sticky;top:2rem}}.shop-product .gallery__main{position:relative;border-radius:var(--shop-radius-lg);overflow:hidden;background:var(--color-bg-secondary);cursor:zoom-in}.shop-product .gallery__main img{width:100%;height:auto;display:block;object-fit:contain;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}@media (hover: hover){.shop-product .gallery__main:hover img{transform:scale(1.05)}}.shop-product .gallery__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:2}.shop-product .gallery__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:var(--shop-radius-pill);font-size:.8rem;font-weight:600;letter-spacing:.02em;backdrop-filter:var(--shop-glass-blur);-webkit-backdrop-filter:var(--shop-glass-blur)}.shop-product .gallery__badge--sale{background:#e53935e6;color:#fff}.shop-product .gallery__badge--bio{background:#2e7d32e6;color:#fff}.shop-product .gallery__badge--new{background:#ffd700e6;color:#000}.shop-product .gallery__thumbs{display:flex;gap:.75rem;margin-top:.75rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.shop-product .gallery__thumbs::-webkit-scrollbar{display:none}.shop-product .gallery__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:var(--shop-radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--shop-transition),opacity var(--shop-transition);opacity:.6;scroll-snap-align:start}.shop-product .gallery__thumb.is-active,.shop-product .gallery__thumb:hover{border-color:var(--color-primary);opacity:1}.shop-product .gallery__thumb img{width:100%;height:100%;object-fit:cover}.shop-product .gallery__thumb.is-hidden{display:none}.shop-product .gallery__zoom-hint{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:#0009;backdrop-filter:var(--shop-glass-blur);-webkit-backdrop-filter:var(--shop-glass-blur);color:#fff;border-radius:var(--shop-radius-pill);font-size:.75rem;pointer-events:none;opacity:0;transition:opacity var(--shop-transition);z-index:2}@media (hover: hover){.shop-product .gallery__main:hover .gallery__zoom-hint{opacity:1}}.shop-product .product-info{display:flex;flex-direction:column;gap:1.75rem}.shop-product .product-artist{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--color-text-secondary);font-size:.9rem;font-weight:500;transition:color var(--shop-transition)}.shop-product .product-artist:hover{color:var(--color-primary)}.shop-product .product-artist__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1.5px solid var(--color-primary)}.shop-product .product-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 700);font-size:1.4rem;line-height:1.25;color:var(--color-text-primary);margin:0}@media (min-width: 750px){.shop-product .product-title{font-size:1.6rem}}@media (min-width: 990px){.shop-product .product-title{font-size:1.75rem}}.shop-product .product-price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.shop-product .product-price__current{font-size:1.35rem;font-weight:700;color:var(--color-text-primary)}.shop-product .product-price__compare{font-size:1rem;color:var(--color-text-muted);text-decoration:line-through}.shop-product .product-price__save{font-size:.8rem;font-weight:600;color:var(--shop-color-sale);background:#e5393514;padding:.2rem .6rem;border-radius:var(--shop-radius-pill)}.shop-product .product-tax{font-size:.85rem;color:var(--color-text-muted)}.shop-product .product-tax a{color:var(--color-text-muted);text-decoration:underline}.shop-product .variant-group{display:flex;flex-direction:column;gap:.85rem}.shop-product .variant-group+.variant-group{margin-top:1.25rem}.shop-product .variant-group+.add-to-cart-wrapper{margin-top:1.75rem}.shop-product .variant-label{font-size:1rem;font-weight:600;color:var(--color-text-primary)}.shop-product .variant-label__value{font-weight:400;color:var(--color-text-secondary);margin-left:.3rem}.shop-product .color-swatches{display:flex;flex-wrap:wrap;gap:.75rem}.shop-product .color-swatch{width:38px;height:38px;border-radius:50%;cursor:pointer;border:2px solid rgba(0,0,0,.08);outline:2px solid transparent;outline-offset:2px;transition:outline-color var(--shop-transition),transform var(--shop-transition-fast);position:relative;box-shadow:inset 0 0 0 1px #0000000f}.shop-product .color-swatch:hover{transform:scale(1.1)}.shop-product .color-swatch.is-active{outline-color:var(--color-text-primary)}.shop-product .color-swatch[data-color=white],.shop-product .color-swatch[data-color=weiss],.shop-product .color-swatch[data-color=natural]{border-color:#ddd}.shop-product .size-options{display:flex;flex-wrap:wrap;gap:.6rem}.shop-product .size-option{min-width:52px;height:46px;display:flex;align-items:center;justify-content:center;padding:0 1.1rem;border:1.5px solid rgba(0,0,0,.15);border-radius:var(--shop-radius-sm);background:transparent;font-size:.95rem;font-weight:500;color:var(--color-text-primary);cursor:pointer;transition:all var(--shop-transition)}.shop-product .size-option:hover{border-color:var(--color-text-primary)}.shop-product .size-option.is-active{background:var(--color-text-primary);border-color:var(--color-text-primary);color:#fff}.shop-product .size-option.is-unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.shop-product .quantity-selector{display:flex;align-items:center;border:1.5px solid rgba(0,0,0,.15);border-radius:var(--shop-radius-sm);overflow:hidden;width:fit-content}.shop-product .quantity-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;font-size:1.2rem;color:var(--color-text-primary);transition:background var(--shop-transition)}.shop-product .quantity-btn:hover{background:var(--color-bg-secondary)}.shop-product .quantity-input{width:48px;height:44px;text-align:center;border:none;border-left:1.5px solid rgba(0,0,0,.1);border-right:1.5px solid rgba(0,0,0,.1);font-size:.95rem;font-weight:600;color:var(--color-text-primary);background:transparent;-moz-appearance:textfield}.shop-product .quantity-input::-webkit-outer-spin-button,.shop-product .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shop-product .add-to-cart-wrapper{display:flex;flex-direction:column;gap:.75rem}.shop-product .btn-add-cart{width:100%;padding:1rem 2rem;background:var(--color-text-primary);color:#fff;border:none;border-radius:var(--shop-radius-md);font-size:1rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:all var(--shop-transition);position:relative;overflow:hidden;min-height:52px;display:flex;align-items:center;justify-content:center;gap:.5rem}.shop-product .btn-add-cart:hover{background:var(--color-primary);color:var(--color-text-primary);transform:translateY(-1px);box-shadow:var(--shop-shadow-gold)}.shop-product .btn-add-cart:active{transform:translateY(0)}.shop-product .btn-add-cart.is-loading{pointer-events:none}.shop-product .btn-add-cart.is-loading .btn-text{opacity:0}.shop-product .btn-add-cart.is-added{background:var(--shop-color-success);color:#fff}.shop-product .btn-spinner{position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:shopSpin .6s linear infinite;display:none}.shop-product .btn-add-cart.is-loading .btn-spinner{display:block}@keyframes shopSpin{to{transform:rotate(360deg)}}.shop-product .btn-check{display:none}.shop-product .btn-add-cart.is-added .btn-check{display:inline}.shop-product .btn-add-cart.is-added .btn-text{display:none}.shop-product .shipping-bar{background:var(--color-bg-secondary);border-radius:var(--shop-radius-sm);padding:.85rem 1rem;font-size:.9rem;color:var(--color-text-secondary)}.shop-product .shipping-bar__progress{height:3px;background:#00000014;border-radius:2px;margin-top:.5rem;overflow:hidden}.shop-product .shipping-bar__fill{height:100%;background:var(--shop-color-success);border-radius:2px;transition:width .6s ease}.shop-product .trust-signals{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.25rem 0;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.shop-product .trust-signal{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.shop-product .trust-signal__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--color-text-primary)}.shop-product .trust-signal__icon svg{width:28px;height:28px;flex-shrink:0;stroke:currentColor;fill:none}.shop-product .trust-signal__icon svg[data-style=fill]{fill:currentColor;stroke:none}.shop-product .trust-signal__text{font-size:.85rem;font-weight:500;color:var(--color-text-secondary);line-height:1.35}@media (min-width: 750px){.shop-product .trust-signal__text{font-size:.9rem}.shop-product .trust-signal__icon svg{width:32px;height:32px}}.shop-product .product-description{padding:1.5rem;background:var(--color-bg-secondary);border-radius:var(--shop-radius-lg);border:1px solid rgba(0,0,0,.04)}.shop-product .product-description__header{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(0,0,0,.06)}.shop-product .product-description__icon{display:flex;align-items:center;justify-content:center;color:var(--color-primary, #C8A951);opacity:.8}.shop-product .product-description__label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-primary);opacity:.55}.shop-product .product-description__content{font-size:1rem;line-height:1.85;color:var(--color-text-primary)}.shop-product .product-description__content p{margin-bottom:.85rem}.shop-product .product-description__content p:last-child{margin-bottom:0}.shop-product .product-description__content strong,.shop-product .product-description__content b{font-weight:600;color:var(--color-text-primary)}.shop-product .product-description__content a{color:var(--color-primary, #C8A951);text-decoration:underline;text-underline-offset:2px;transition:opacity var(--shop-transition)}.shop-product .product-description__content a:hover{opacity:.75}.shop-product .product-description__content ul,.shop-product .product-description__content ol{padding-left:1.25rem;margin-bottom:.85rem}.shop-product .product-description__content li{margin-bottom:.35rem}@media (min-width: 750px){.shop-product .product-description{padding:1.75rem}.shop-product .product-description__content{font-size:1.05rem}}.shop-product .product-accordion{border-top:1px solid rgba(0,0,0,.06);margin-bottom:1.5rem}.shop-product .accordion-item{border-bottom:1px solid rgba(0,0,0,.06)}.shop-product .accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0;background:none;border:none;cursor:pointer;font-size:1.4rem;font-weight:600;color:var(--color-text-primary);transition:color var(--shop-transition);text-align:left}@media only screen and (min-width: 750px){.shop-product .accordion-trigger{font-size:1.5rem}}.shop-product .accordion-trigger:hover{color:var(--color-primary)}.shop-product .accordion-trigger__icon{width:20px;height:20px;transition:transform var(--shop-transition);flex-shrink:0}.shop-product .accordion-item.is-open .accordion-trigger__icon{transform:rotate(180deg)}.shop-product .accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.shop-product .accordion-item.is-open .accordion-content{max-height:600px;padding-bottom:1.25rem}.shop-product .accordion-content__inner{font-size:.92rem;line-height:1.7;color:var(--color-text-secondary);padding-top:.5rem}.shop-product .accordion-specs{display:flex;flex-direction:column}.shop-product .accordion-spec{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.6rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.shop-product .accordion-spec:last-child{border-bottom:none}.shop-product .accordion-spec__label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-primary);opacity:.55;flex-shrink:0;min-width:90px}.shop-product .accordion-spec__value{font-size:.9rem;color:var(--color-text-primary);text-align:right;line-height:1.45}.shop-product .accordion-care{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.06)}.shop-product .accordion-care__title{display:block;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-primary);opacity:.55;margin-bottom:.6rem}.shop-product .accordion-care__list{display:flex;flex-direction:column;gap:.1rem}.shop-product .accordion-care__item{position:relative;padding:.4rem 0 .4rem 1.4rem;font-size:.88rem;color:var(--color-text-primary);line-height:1.5}.shop-product .accordion-care__item:before{content:"";position:absolute;left:0;top:.7rem;width:6px;height:6px;border-radius:50%;background:var(--color-primary, #C8A951);opacity:.6}.shop-product .accordion-note{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.05);font-size:.82rem;color:var(--color-text-secondary);line-height:1.6;font-style:italic}@media (min-width: 750px){.shop-product .accordion-spec__label{min-width:120px}}.shop-product .size-guide-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-top:.5rem}.shop-product .size-guide-table th,.shop-product .size-guide-table td{padding:.5rem .75rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.06)}.shop-product .size-guide-table th{font-weight:600;font-size:.8rem;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.05em;opacity:.7}.shop-product .size-guide-table td{color:var(--color-text-primary)}.shop-product .sticky-atc{display:none}@media (max-width: 749px){.shop-product .sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom));background:#fffffff2;backdrop-filter:var(--shop-glass-blur);-webkit-backdrop-filter:var(--shop-glass-blur);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 20px #0000001a;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.shop-product .sticky-atc.is-visible{display:block;transform:translateY(0)}.shop-product .sticky-atc__inner{display:flex;align-items:center;gap:.75rem;max-width:600px;margin:0 auto}.shop-product .sticky-atc__info{flex:1;min-width:0}.shop-product .sticky-atc__title{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text-primary)}.shop-product .sticky-atc__price{font-size:.8rem;color:var(--color-text-secondary)}.shop-product .sticky-atc .btn-add-cart{flex:0 0 auto;width:auto;padding:.75rem 1.5rem;min-height:44px;font-size:.9rem}}.shop-related{padding:4rem 0 3rem;margin-top:2rem;background:transparent;position:relative}@media (min-width: 750px){.shop-related{padding:5rem 0 4rem;margin-top:3rem}}.shop-related:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:min(90%,1200px);height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 20%,rgba(0,0,0,.08) 80%,transparent 100%)}.shop-related .shop-related__header{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;text-align:center}.shop-related .shop-related__accent{flex:0 1 80px;height:1px;background:linear-gradient(90deg,transparent,var(--color-primary, #C8A951))}.shop-related .shop-related__accent:last-child{background:linear-gradient(90deg,var(--color-primary, #C8A951),transparent)}.shop-related .shop-related__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 700);font-size:calc(1.6rem * var(--font-heading-scale, 1));color:var(--color-text-primary);margin:0;white-space:nowrap}@media (min-width: 750px){.shop-related .shop-related__title{font-size:calc(1.8rem * var(--font-heading-scale, 1))}.shop-related .shop-related__accent{flex:0 1 120px}}.shop-related .section-header{text-align:center;margin-bottom:2.5rem}.shop-related .related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 750px){.shop-related .related-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.shop-card{position:relative;border-radius:var(--shop-radius-md);overflow:hidden;background:var(--color-bg-primary);box-shadow:var(--shop-shadow-sm);transition:transform var(--shop-transition),box-shadow var(--shop-transition)}@media (hover: hover){.shop-card:hover{transform:translateY(-4px);box-shadow:var(--shop-shadow-lg)}}.shop-card__image{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--color-bg-secondary)}.shop-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media (hover: hover){.shop-card:hover .shop-card__image img{transform:scale(1.06)}}.shop-card__badges{position:absolute;top:.6rem;left:.6rem;display:flex;flex-direction:column;gap:.3rem;z-index:2}.shop-card__badge{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:var(--shop-radius-pill);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.shop-card__badge--sale{background:#e53935e6;color:#fff}.shop-card__badge--bio{background:#2e7d32e6;color:#fff}.shop-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:linear-gradient(transparent,#00000080);opacity:0;transform:translateY(8px);transition:opacity var(--shop-transition),transform var(--shop-transition);z-index:2}@media (hover: hover){.shop-card:hover .shop-card__quick-add{opacity:1;transform:translateY(0)}}.shop-card__quick-btn{width:100%;padding:.6rem;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;border-radius:var(--shop-radius-sm);font-size:.82rem;font-weight:600;color:var(--color-text-primary);cursor:pointer;transition:background var(--shop-transition)}.shop-card__quick-btn:hover{background:var(--color-primary)}.shop-card__info{padding:.75rem}.shop-card__type{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.15rem}.shop-card__artist{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.25rem}.shop-card__title{font-size:.9rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.35rem;line-height:1.3}.shop-card__title a{color:inherit;text-decoration:none}.shop-card__price{font-size:.9rem;font-weight:700;color:var(--color-text-primary)}.shop-card__price-from{font-weight:400;font-size:.8rem;color:var(--color-text-muted)}.shop-card__price--compare{font-weight:400;color:var(--color-text-muted);text-decoration:line-through;margin-left:.4rem;font-size:.82rem}.shop-card__colors{display:flex;gap:.35rem;margin-top:.4rem;align-items:center}.shop-card__color-dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.shop-card__color-more{font-size:.65rem;font-weight:600;color:var(--color-text-muted)}.shop-product .artist-section{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--color-bg-secondary);border-radius:var(--shop-radius-lg);text-decoration:none;transition:background var(--shop-transition),transform var(--shop-transition)}.shop-product .artist-section:hover{background:var(--color-bg-accent);transform:translateY(-2px)}.shop-product .artist-section__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--color-primary);flex-shrink:0}.shop-product .artist-section__info{flex:1;min-width:0}.shop-product .artist-section__name{font-weight:600;font-size:1rem;color:var(--color-text-primary)}.shop-product .artist-section__role{font-size:.82rem;color:var(--color-text-light)}.shop-product .artist-section__arrow{width:20px;height:20px;color:var(--color-text-muted);flex-shrink:0}.glass-panel{background:var(--shop-glass-bg);backdrop-filter:var(--shop-glass-blur);-webkit-backdrop-filter:var(--shop-glass-blur);border:1px solid var(--shop-glass-border);border-radius:var(--shop-radius-lg)}@supports not (backdrop-filter: blur(16px)){.glass-panel{background:#ffffffeb}}.glass-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;background:#fff9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.4);border-radius:var(--shop-radius-pill);font-size:.78rem;font-weight:500;color:var(--color-text-secondary)}@keyframes shopPulse{0%,to{opacity:1}50%{opacity:.6}}.shop-product .urgency-dot{width:8px;height:8px;background:var(--shop-color-urgency);border-radius:50%;display:inline-block;animation:shopPulse 1.5s ease-in-out infinite}@keyframes shopSuccess{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.shop-product .btn-add-cart.is-added .btn-check{animation:shopSuccess .4s ease}@keyframes shopSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shop-animate-in{animation:shopSlideUp .5s ease forwards}.shop-collection{padding:1rem 0 4rem;background:var(--color-bg-primary)}.shop-collection .shop-breadcrumbs{display:flex;align-items:center;gap:.5rem;padding:.75rem 0 1.5rem;font-size:.85rem;color:var(--color-text-light);flex-wrap:wrap}.shop-collection .shop-breadcrumbs a{color:var(--color-text-light);text-decoration:none;transition:color var(--shop-transition)}.shop-collection .shop-breadcrumbs a:hover{color:var(--color-primary)}.shop-collection .shop-breadcrumbs__sep{font-size:.75rem;opacity:.5}.shop-collection .collection-header{text-align:center;padding-bottom:1.5rem}.shop-collection .collection-header__artist-img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:.75rem}.shop-collection .collection-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 700);font-size:calc(2rem * var(--font-heading-scale));color:var(--color-text-primary);margin-bottom:.25rem}@media (min-width: 750px){.shop-collection .collection-title{font-size:calc(2.8rem * var(--font-heading-scale))}}.shop-collection .collection-description{font-size:.92rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto .5rem;line-height:1.6}.shop-collection .collection-count{font-size:.85rem;color:var(--color-text-muted)}.shop-collection .category-nav{display:flex;gap:.5rem;padding:1rem 0 1.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.shop-collection .category-nav::-webkit-scrollbar{display:none}.shop-collection .category-nav__item{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:1.5px solid rgba(0,0,0,.1);border-radius:var(--shop-radius-pill);font-size:.85rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;white-space:nowrap;transition:all var(--shop-transition)}.shop-collection .category-nav__item:hover{border-color:var(--color-text-primary);color:var(--color-text-primary)}.shop-collection .category-nav__item.is-active{background:var(--color-text-primary);border-color:var(--color-text-primary);color:#fff}.shop-collection .category-nav__icon{font-size:1rem;line-height:1}.shop-collection .filter-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:1.5rem;flex-wrap:wrap}.shop-collection .filter-bar__left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.shop-collection .filter-bar__right{display:flex;align-items:center;gap:.5rem}.shop-collection .filter-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:1.5px solid rgba(0,0,0,.12);border-radius:var(--shop-radius-sm);background:transparent;font-size:.85rem;font-weight:500;color:var(--color-text-primary);cursor:pointer;transition:all var(--shop-transition);position:relative}.shop-collection .filter-toggle:hover{border-color:var(--color-text-primary)}.shop-collection .filter-toggle__count{width:18px;height:18px;border-radius:50%;background:var(--color-primary);color:var(--color-text-primary);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}@media (min-width: 750px){.shop-collection .filter-toggle{display:none}}.shop-collection .filter-pills{display:none;gap:.5rem;flex-wrap:wrap}@media (min-width: 750px){.shop-collection .filter-pills--desktop{display:flex}}.shop-collection .filter-pills__label{font-size:.8rem;font-weight:600;color:var(--color-text-muted);padding:.45rem 0;white-space:nowrap}.shop-collection .filter-pills--artists{padding-left:.75rem;border-left:1px solid rgba(0,0,0,.08)}.shop-collection .filter-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .9rem;border:1.5px solid rgba(0,0,0,.12);border-radius:var(--shop-radius-pill);background:transparent;font-size:.8rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all var(--shop-transition);white-space:nowrap;text-decoration:none}.shop-collection .filter-pill:hover{border-color:var(--color-text-primary);color:var(--color-text-primary)}.shop-collection .filter-pill.is-active{background:var(--color-text-primary);border-color:var(--color-text-primary);color:#fff}.shop-collection .filter-pill__remove{width:14px;height:14px;display:none}.shop-collection .filter-pill.is-active .filter-pill__remove{display:block}.shop-collection .filter-pill--artist{border-style:dashed}.shop-collection .filter-pill--artist:hover{border-style:solid}.shop-collection .sort-label{display:flex;align-items:center;color:var(--color-text-muted)}.shop-collection .sort-select{padding:.5rem 2rem .5rem .75rem;border:1.5px solid rgba(0,0,0,.12);border-radius:var(--shop-radius-sm);background:transparent;font-size:.85rem;color:var(--color-text-primary);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.shop-collection .active-filters{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;flex-wrap:wrap}.shop-collection .active-filter{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;background:#0000000f;border-radius:var(--shop-radius-pill);font-size:.8rem;font-weight:500;color:var(--color-text-primary);text-decoration:none;transition:all var(--shop-transition)}.shop-collection .active-filter:hover{background:#0000001f}.shop-collection .active-filters__clear{font-size:.8rem;color:var(--color-text-muted);text-decoration:underline;margin-left:auto}.shop-collection .product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 750px){.shop-collection .product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width: 990px){.shop-collection .product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.shop-collection .shop-pagination{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:2.5rem 0 1rem}.shop-collection .shop-pagination__btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(0,0,0,.12);border-radius:var(--shop-radius-sm);color:var(--color-text-primary);text-decoration:none;transition:all var(--shop-transition)}.shop-collection .shop-pagination__btn:hover:not(.is-disabled){border-color:var(--color-text-primary);background:var(--color-text-primary);color:#fff}.shop-collection .shop-pagination__btn.is-disabled{opacity:.3;cursor:default}.shop-collection .shop-pagination__page{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--shop-radius-sm);font-size:.9rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;transition:all var(--shop-transition)}.shop-collection .shop-pagination__page:hover:not(.is-current):not(.is-ellipsis){background:#0000000a;color:var(--color-text-primary)}.shop-collection .shop-pagination__page.is-current{background:var(--color-text-primary);color:#fff;font-weight:700}.shop-collection .empty-state{text-align:center;padding:4rem 2rem}.shop-collection .empty-state__icon{font-size:3rem;margin-bottom:1rem}.shop-collection .empty-state__title{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.5rem}.shop-collection .empty-state__text{font-size:.92rem;color:var(--color-text-muted);margin-bottom:1.5rem}.shop-collection .empty-state__btn{display:inline-block;padding:.7rem 1.5rem;background:var(--color-text-primary);color:#fff;border-radius:var(--shop-radius-md);text-decoration:none;font-weight:600;font-size:.9rem;transition:all var(--shop-transition)}.shop-collection .empty-state__btn:hover{background:var(--color-primary);color:var(--color-text-primary)}.filter-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998;opacity:0;pointer-events:none;transition:opacity var(--shop-transition)}.filter-drawer-overlay.is-open{opacity:1;pointer-events:auto}.filter-drawer{position:fixed;bottom:0;left:0;right:0;max-height:85vh;background:var(--color-bg-primary);z-index:999;border-radius:var(--shop-radius-xl) var(--shop-radius-xl) 0 0;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:0 -8px 32px #00000026}.filter-drawer.is-open{transform:translateY(0)}@media (min-width: 750px){.filter-drawer{left:auto;right:0;top:0;bottom:0;max-height:none;width:360px;border-radius:0;transform:translate(100%);box-shadow:-8px 0 32px #00000026}.filter-drawer.is-open{transform:translate(0)}}.filter-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.filter-drawer__title{font-size:1.1rem;font-weight:700}.filter-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:50%;transition:background var(--shop-transition)}.filter-drawer__close:hover{background:var(--color-bg-secondary)}.filter-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.filter-drawer__section{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.filter-drawer__section:last-child{border-bottom:none}.filter-drawer__section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.75rem}.filter-drawer__options{display:flex;flex-direction:column;gap:.25rem}.filter-drawer__option{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;border-radius:var(--shop-radius-sm);font-size:.9rem;color:var(--color-text-secondary);text-decoration:none;transition:all var(--shop-transition)}.filter-drawer__option:hover{background:#0000000a;color:var(--color-text-primary)}.filter-drawer__option.is-active{background:#0000000f;color:var(--color-text-primary);font-weight:600}.filter-drawer__footer{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.06)}.filter-drawer__reset{flex:0 0 auto;padding:.7rem 1rem;border:1.5px solid rgba(0,0,0,.12);border-radius:var(--shop-radius-md);background:transparent;font-size:.85rem;color:var(--color-text-secondary);text-decoration:none;text-align:center;transition:all var(--shop-transition)}.filter-drawer__reset:hover{border-color:var(--color-text-primary);color:var(--color-text-primary)}.filter-drawer__apply{flex:1;padding:.7rem 1rem;background:var(--color-text-primary);color:#fff;border:none;border-radius:var(--shop-radius-md);font-size:.9rem;font-weight:700;cursor:pointer;transition:all var(--shop-transition)}.filter-drawer__apply:hover{background:var(--color-primary);color:var(--color-text-primary)}.shop-cart-notification{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100dvh;background:var(--color-bg-primary);z-index:1001;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 32px #00000026;display:flex;flex-direction:column}.shop-cart-notification.is-open{transform:translate(0)}.shop-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;opacity:0;pointer-events:none;transition:opacity var(--shop-transition)}.shop-cart-overlay.is-open{opacity:1;pointer-events:auto}.shop-cart-notification__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.shop-cart-notification__title{font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.shop-cart-notification__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:50%;transition:background var(--shop-transition)}.shop-cart-notification__close:hover{background:var(--color-bg-secondary)}.shop-cart-notification__body{flex:1;overflow-y:auto;padding:1.5rem}.shop-cart-notification__item{display:flex;gap:1rem;align-items:center}.shop-cart-notification__image{width:110px;height:110px;border-radius:var(--shop-radius-md);object-fit:cover;background:var(--color-bg-secondary)}.shop-cart-notification__item-info{flex:1}.shop-cart-notification__item-title{font-weight:600;font-size:.95rem;margin-bottom:.25rem}.shop-cart-notification__item-variant{font-size:.82rem;color:var(--color-text-muted)}.shop-cart-notification__item-price{font-weight:700;font-size:.95rem}.shop-cart-notification__item-qty{font-size:.82rem;color:var(--color-text-muted)}.shop-cart-notification__item+.shop-cart-notification__item{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.06)}.shop-cart-notification__total{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.1);font-size:1rem;font-weight:700;color:var(--color-text-primary)}.shop-cart-notification__footer{padding:1.25rem 1.5rem;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:.75rem}.shop-cart-notification__checkout{width:100%;padding:1.1rem;background:var(--color-text-primary);color:#fff;border:none;border-radius:var(--shop-radius-md);font-size:1.05rem;font-weight:700;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all var(--shop-transition);min-height:52px;line-height:1}.shop-cart-notification__checkout:hover{background:var(--color-primary);color:var(--color-text-primary)}.shop-cart-notification__continue{text-align:center;font-size:.95rem;color:var(--color-text-secondary);text-decoration:underline;cursor:pointer;background:none;border:none;padding:.75rem}.shop-reviews{padding:3rem 0}@media (min-width: 750px){.shop-reviews{padding:5rem 0}}.shop-reviews .reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.shop-reviews .reviews-summary{display:flex;align-items:center;gap:1rem}.shop-reviews .reviews-average{font-size:2.5rem;font-weight:700;line-height:1}.shop-reviews .reviews-stars{display:flex;gap:2px;color:var(--color-primary)}.shop-reviews .reviews-count{font-size:.85rem;color:var(--color-text-muted)}.shop-reviews .review-card{padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.shop-reviews .review-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.shop-reviews .review-card__author{display:flex;align-items:center;gap:.6rem}.shop-reviews .review-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--color-bg-secondary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;color:var(--color-text-secondary)}.shop-reviews .review-card__name{font-weight:600;font-size:.9rem}.shop-reviews .review-card__verified{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--shop-color-success);font-weight:500}.shop-reviews .review-card__date{font-size:.8rem;color:var(--color-text-muted)}.shop-reviews .review-card__stars{display:flex;gap:2px;color:var(--color-primary);margin-bottom:.5rem}.shop-reviews .review-card__text{font-size:.92rem;line-height:1.7;color:var(--color-text-secondary)}.shop-reviews .review-card__images{display:flex;gap:.5rem;margin-top:.75rem}.shop-reviews .review-card__image{width:80px;height:80px;border-radius:var(--shop-radius-sm);object-fit:cover;cursor:pointer;transition:transform var(--shop-transition)}.shop-reviews .review-card__image:hover{transform:scale(1.05)}.shop-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000eb;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity var(--shop-transition)}.shop-lightbox.is-open{opacity:1;pointer-events:auto}.shop-lightbox__image{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:var(--shop-radius-sm)}.shop-lightbox__close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;transition:background var(--shop-transition)}.shop-lightbox__close:hover{background:#fff3}@media (prefers-reduced-motion: reduce){.shop-product *,.shop-collection *,.shop-related *,.shop-reviews *{animation-duration:.01s;transition-duration:.01s}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/shop-base.css.map */
