:root{--store-bg: #050505;--store-surface: rgba(17, 17, 17, .7);--store-surface-hover: rgba(26, 26, 26, .8);--store-border: rgba(255, 255, 255, .08);--store-text: #ffffff;--store-text-muted: #888888;--store-pink: #ff0080;--store-cyan: #00ffff;--store-purple: #7928ca;--store-yellow: #ffeb3b;--store-gradient-cta: linear-gradient(135deg, var(--store-pink), var(--store-purple));--store-gradient-cool: linear-gradient(135deg, var(--store-cyan), var(--store-purple));--store-glow-pink: 0 0 30px rgba(255, 0, 128, .4);--store-glow-cyan: 0 0 20px rgba(0, 255, 255, .3);--store-price-color: var(--store-cyan);--store-sale-color: #ff4444;--store-compare-color: #666666;--store-ease: cubic-bezier(.19, 1, .22, 1);--store-duration: .4s}.store-wrapper{min-height:100vh;background:var(--store-bg);color:var(--store-text)}.store-container{max-width:1400px;margin:0 auto;padding:0 2rem}.store-section{padding:6rem 0}.store-section__title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:3rem;background:var(--store-gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.store-hero{position:relative;min-height:50vh;display:flex;align-items:center;overflow:hidden;background:radial-gradient(ellipse at center,rgba(127,40,202,.15) 0%,transparent 70%);padding:4rem 0;padding-top:calc(4rem + 80px)}.store-hero--enhanced{min-height:85vh;padding-top:calc(6rem + 80px);padding-bottom:4rem}.store-hero__backgrounds{position:absolute;inset:0;z-index:0}.store-hero__bg-image{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out;transform:scale(1.05)}.store-hero__bg-image.active{opacity:1;animation:subtle-zoom 12s ease-out forwards}@keyframes subtle-zoom{0%{transform:scale(1.05)}to{transform:scale(1)}}.store-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#050505eb,#050505d9 40%,#050505bf);background:linear-gradient(135deg,rgba(255,0,128,.05) 0%,transparent 50%),linear-gradient(to bottom,#050505f2,#050505cc,#050505f2)}.store-hero__content{position:relative;z-index:2;max-width:650px}.store-hero__badge-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.store-hero__eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--store-cyan)}.store-hero__nonprofit-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:#ff008026;border:1px solid rgba(255,0,128,.3);border-radius:50px;font-size:.75rem;font-weight:600;color:var(--store-pink);text-transform:uppercase;letter-spacing:.05em}.pulse-dot{width:6px;height:6px;background:var(--store-pink);border-radius:50%;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:1;box-shadow:0 0 #ff008080}50%{opacity:.8;box-shadow:0 0 0 4px #ff008000}}.store-hero__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.store-hero__title span{display:block;background:var(--store-gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.store-hero__description{font-size:1.125rem;color:var(--store-text-muted);line-height:1.7;margin-bottom:2rem}.store-hero__description strong{color:var(--store-text);font-weight:600}.store-hero__ctas{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.store-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;border:none}.store-hero__cta--primary{background:var(--store-gradient-cta);color:#fff;box-shadow:0 0 30px #ff008066}.store-hero__cta--primary:hover{transform:translateY(-2px);box-shadow:0 0 40px #ff008099}.store-hero__cta--secondary{background:transparent;color:var(--store-text);border:2px solid var(--store-border)}.store-hero__cta--secondary:hover{border-color:var(--store-cyan);color:var(--store-cyan)}.store-hero__trust-badges{display:flex;gap:2rem;justify-content:center}.store-trust-badge{display:flex;align-items:center;gap:.75rem}.store-trust-badge__icon{font-size:1.5rem}.store-trust-badge__text{display:flex;flex-direction:column}.store-trust-badge__title{font-size:.8125rem;font-weight:600;color:var(--store-text)}.store-trust-badge__subtext{font-size:.6875rem;color:var(--store-text-muted)}.store-impact-strip{background:linear-gradient(90deg,#ff00801a,#7928ca1a);border-top:1px solid rgba(255,0,128,.2);border-bottom:1px solid rgba(255,0,128,.2);padding:1.25rem 0}.store-impact-strip__content{display:flex;align-items:center;justify-content:center;gap:1rem;text-align:center}.store-impact-strip__icon{font-size:1.5rem;flex-shrink:0}.store-impact-strip__text{font-size:.9375rem;color:var(--store-text-muted);line-height:1.5}.store-impact-strip__text strong{color:var(--store-text)}.store-section__header{text-align:center;margin-bottom:3rem}.store-section__header .store-section__title{margin-bottom:.75rem}.store-section__subtitle{font-size:1.125rem;color:var(--store-text-muted);margin:0}.store-community{padding:6rem 0;background:linear-gradient(180deg,var(--store-bg) 0%,rgba(121,40,202,.05) 50%,var(--store-bg) 100%);text-align:center}.store-community__content{max-width:700px;margin:0 auto}.store-community__title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1rem}.store-community__title span{background:var(--store-gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.store-community__description{font-size:1.125rem;color:var(--store-text-muted);line-height:1.7;margin-bottom:3rem}.store-community__stats{display:flex;justify-content:center;gap:4rem;margin-bottom:2.5rem;flex-wrap:wrap}.store-stat{display:flex;flex-direction:column;align-items:center}.store-stat__number{font-size:2.5rem;font-weight:900;color:var(--store-cyan);line-height:1;text-shadow:var(--store-glow-cyan)}.store-stat__label{font-size:.875rem;color:var(--store-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem}.store-community__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--store-cyan);font-weight:600;text-decoration:none;transition:gap .3s ease}.store-community__link:hover{gap:.75rem}.store-guarantee{background:var(--store-surface);border-top:1px solid var(--store-border);padding:1.5rem 0}.store-guarantee__items{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.store-guarantee__item{display:flex;align-items:center;gap:.75rem}.store-guarantee__icon{font-size:1.25rem}.store-guarantee__text{font-size:.875rem;color:var(--store-text-muted)}.store-error{text-align:center;padding:4rem 2rem;color:var(--store-text-muted)}@media (max-width: 768px){.store-hero--enhanced{min-height:70vh;padding-top:calc(4rem + 70px)}.store-hero__badge-row{flex-direction:column;align-items:flex-start;gap:.75rem}.store-hero__trust-badges{gap:1.5rem}.store-hero__ctas{flex-direction:column}.store-hero__cta{width:100%}.store-impact-strip__content{flex-direction:column;text-align:center}.store-community__stats{gap:2rem}.store-guarantee__items{flex-direction:column;align-items:center;gap:1rem}}.store-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media (min-width: 1200px){.store-product-grid--featured{grid-template-columns:repeat(4,1fr)}.store-product-grid--featured .store-product-card:first-child{grid-column:span 2;grid-row:span 2}}.store-product-card{position:relative;background:var(--store-surface);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--store-border);border-radius:16px;overflow:hidden;transition:transform var(--store-duration) var(--store-ease),box-shadow var(--store-duration) ease;cursor:pointer}.store-product-card:hover{transform:translateY(-8px);box-shadow:var(--store-glow-pink)}.store-product-card:focus-visible{outline:2px solid var(--store-pink);outline-offset:2px}.store-product-card__image-wrapper{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#111}.store-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--store-ease)}.store-product-card:hover .store-product-card__image{transform:scale(1.08)}.store-product-card__badge{position:absolute;top:1rem;left:1rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:50px;background:var(--store-gradient-cta);color:#fff;z-index:2}.store-product-card__badge--sale{background:var(--store-sale-color);animation:pulse 2s infinite}.store-product-card__badge--new{background:var(--store-gradient-cool)}.store-product-card__color-badge{position:absolute;bottom:1rem;left:1rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;text-transform:capitalize;border-radius:50px;background:#000000b3;backdrop-filter:blur(8px);color:var(--store-cyan);border:1px solid rgba(0,255,255,.3);z-index:2}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.store-product-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:1.5rem}.store-product-card:hover .store-product-card__overlay{opacity:1}.store-product-card__quick-add{width:100%}.store-product-card__wishlist{position:absolute;top:.75rem;right:.75rem;z-index:3;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#00000080;backdrop-filter:blur(8px);border:none;border-radius:50%;color:var(--store-text-muted);font-size:1rem;cursor:pointer;opacity:0;transition:opacity .2s ease,color .2s ease,transform .2s ease}.store-product-card:hover .store-product-card__wishlist,.store-product-card__wishlist--active{opacity:1}.store-product-card__wishlist--active{color:#ff4081}.store-product-card__wishlist:hover{transform:scale(1.1);color:#ff4081}.store-product-detail__actions{display:flex;gap:.75rem;align-items:stretch}.store-product-detail__actions .store-add-to-cart{flex:1}.store-product-detail__wishlist-btn{width:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--store-surface);border:2px solid var(--store-border);border-radius:12px;color:var(--store-text-muted);font-size:1.25rem;cursor:pointer;transition:all .2s ease}.store-product-detail__wishlist-btn:hover{border-color:#ff4081;color:#ff4081}.store-product-detail__wishlist-btn--active{color:#ff4081;border-color:#ff4081;background:#ff40811a}.store-product-card__content{padding:1.25rem}.store-product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--store-text)}.store-product-card__price{display:flex;align-items:center;gap:.75rem}.store-product-card__price-current{font-size:1.125rem;font-weight:700;color:var(--store-price-color)}.store-product-card__price-compare{font-size:.875rem;color:var(--store-compare-color);text-decoration:line-through}.store-variant-selector{margin-bottom:1.5rem}.store-variant-selector__label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.75rem;color:var(--store-text-muted);text-transform:uppercase;letter-spacing:.05em}.store-variant-selector__options{display:flex;flex-wrap:wrap;gap:.75rem}.store-size-pill{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:52px;padding:0 1.25rem;border:2px solid rgba(255,255,255,.2);border-radius:50px;background:transparent;color:var(--store-text);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.store-size-pill:hover:not(:disabled){border-color:#fff6}.store-size-pill--selected{border-color:var(--store-cyan);background:#00ffff1a;box-shadow:var(--store-glow-cyan)}.store-size-pill:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.store-color-swatch{width:36px;height:36px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s ease;position:relative}.store-color-swatch:after{content:"";position:absolute;inset:-5px;border-radius:50%;border:2px solid transparent;transition:border-color .2s ease}.store-color-swatch--selected:after{border-color:var(--store-cyan)}.store-color-swatch:disabled{opacity:.35;cursor:not-allowed}.store-add-to-cart{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;height:56px;padding:0 2rem;border:none;border-radius:50px;background:var(--store-gradient-cta);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 0 20px #ff008066;transition:transform .2s ease,box-shadow .3s ease}.store-add-to-cart:hover:not(:disabled){transform:scale(1.02);box-shadow:0 0 30px #ff008099}.store-add-to-cart:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.store-add-to-cart__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.store-cart-backdrop{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:1040}.store-cart-backdrop--open{opacity:1;visibility:visible;pointer-events:auto}.store-cart-drawer{position:fixed;top:0;right:0;width:min(450px,90vw);height:100vh;height:100dvh;background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--store-border);transform:translate(100%);visibility:hidden;pointer-events:none;transition:transform var(--store-duration) var(--store-ease),visibility 0s linear var(--store-duration);z-index:1050;display:flex;flex-direction:column}.store-cart-drawer--open{transform:translate(0);visibility:visible;pointer-events:auto;transition:transform var(--store-duration) var(--store-ease),visibility 0s linear 0s}.store-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--store-border)}.store-cart-drawer__title{font-size:1.25rem;font-weight:700}.store-cart-drawer__count{font-size:.875rem;color:var(--store-text-muted);font-weight:400;margin-left:.5rem}.store-cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--store-text);font-size:1.5rem;cursor:pointer;border-radius:50%;transition:background .2s ease}.store-cart-drawer__close:hover{background:#ffffff1a}.store-cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem}.store-cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--store-text-muted);text-align:center;padding:2rem}.store-cart-drawer__empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.store-cart-drawer__empty-text{font-size:1.125rem;margin-bottom:1.5rem}.store-cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--store-border)}.store-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.store-cart-drawer__subtotal-label{font-size:.875rem;color:var(--store-text-muted);text-transform:uppercase;letter-spacing:.05em}.store-cart-drawer__subtotal-value{font-size:1.25rem;font-weight:700;color:var(--store-price-color)}.store-cart-drawer__note{font-size:.75rem;color:var(--store-text-muted);margin-bottom:1rem;text-align:center}.store-cart-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--store-border)}.store-cart-item:last-child{border-bottom:none}.store-cart-item__image{width:80px;height:80px;border-radius:8px;object-fit:cover;background:#111}.store-cart-item__details{display:flex;flex-direction:column;justify-content:space-between}.store-cart-item__title{font-size:.9375rem;font-weight:600;margin-bottom:.25rem;color:var(--store-text)}.store-cart-item__variant{font-size:.8125rem;color:var(--store-text-muted)}.store-cart-item__bottom{display:flex;align-items:center;justify-content:space-between}.store-cart-item__price{font-weight:700;color:var(--store-price-color)}.store-cart-item__remove{padding:.25rem .5rem;border:none;background:transparent;color:var(--store-text-muted);font-size:.75rem;cursor:pointer;transition:color .2s ease}.store-cart-item__remove:hover{color:var(--store-sale-color)}.store-quantity{display:inline-flex;align-items:center;border:1px solid var(--store-border);border-radius:8px;overflow:hidden}.store-quantity__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--store-text);font-size:1rem;cursor:pointer;transition:background .2s ease}.store-quantity__btn:hover:not(:disabled){background:#ffffff1a}.store-quantity__btn:disabled{opacity:.3;cursor:not-allowed}.store-quantity__value{width:40px;text-align:center;font-weight:600;font-size:.875rem}.store-form-group{margin-bottom:1.25rem}.store-form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--store-text-muted)}.store-form-group input,.store-form-group select{width:100%;height:48px;padding:0 1rem;border:1px solid var(--store-border);border-radius:8px;background:#ffffff0d;color:var(--store-text);font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.store-form-group input:focus,.store-form-group select:focus{outline:none;border-color:var(--store-cyan);box-shadow:0 0 0 3px #00ffff1a}.store-form-group input::placeholder{color:#555}.store-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.store-form-row--3{grid-template-columns:2fr 1fr 1fr}.store-checkout-steps{display:flex;justify-content:center;gap:0;margin-bottom:3rem}.store-checkout-step{display:flex;align-items:center;gap:.75rem;padding:0 1rem;color:var(--store-text-muted);font-size:.875rem;font-weight:500}.store-checkout-step--active{color:var(--store-text)}.store-checkout-step--completed{color:var(--store-cyan)}.store-checkout-step__number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid currentColor;font-weight:700}.store-checkout-step--active .store-checkout-step__number{background:var(--store-gradient-cta);border-color:transparent;color:#fff}.store-checkout-step--completed .store-checkout-step__number{background:var(--store-cyan);border-color:transparent;color:#000}.store-checkout-step__connector{width:60px;height:2px;background:var(--store-border)}.store-checkout-step--completed+.store-checkout-step__connector{background:var(--store-cyan)}.store-skeleton{background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:8px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.optimized-image-wrapper,.optimized-image-wrapper img{border-radius:inherit}.store-skeleton--card{aspect-ratio:1 / 1.3}.store-skeleton--text{height:1rem;margin-bottom:.5rem}.store-skeleton--text:last-child{width:60%}@media (max-width: 768px){.store-container{padding:0 1rem}.store-section{padding:4rem 0}.store-hero{min-height:auto;text-align:center}.store-product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.store-product-card__content{padding:1rem}.store-checkout-step__label{display:none}.store-form-row,.store-form-row--3{grid-template-columns:1fr}}@media (max-width: 480px){.store-product-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.store-product-card,.store-product-card__image,.store-cart-drawer,.store-add-to-cart,.store-hero__bg-image,.store-hero__cta,.pulse-dot{transition:none;animation:none}.store-hero__bg-image.active{opacity:1;transform:none}@keyframes pulse{0%,to{opacity:1}}@keyframes pulse-glow{0%,to{opacity:1;box-shadow:none}}@keyframes subtle-zoom{0%,to{transform:none}}@keyframes skeleton-shimmer{0%,to{background-position:0 0}}}.store-trust-badge--minimal{display:flex;align-items:center;gap:.875rem;padding:.75rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px}.store-trust-badge__icon-text{font-size:1rem;font-weight:800;color:var(--store-cyan);white-space:nowrap}.design-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.design-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 600px){.design-grid{grid-template-columns:1fr;gap:1.25rem}}.design-card{position:relative;background:var(--store-surface);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--store-border);border-radius:20px;overflow:hidden;transition:transform var(--store-duration) var(--store-ease),box-shadow var(--store-duration) ease,border-color .3s ease;cursor:pointer}.design-card:hover{transform:translateY(-8px);box-shadow:var(--store-glow-pink);border-color:#ff00804d}.design-card:focus-visible{outline:2px solid var(--store-pink);outline-offset:2px}.design-card__image-wrapper{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:linear-gradient(135deg,#111,#1a1a1a)}.design-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--store-ease)}.design-card:hover .design-card__image{transform:scale(1.05)}.design-card__image--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff00801a,#7928ca1a)}.design-card__placeholder-text{font-size:4rem;font-weight:900;color:#ffffff1a}.design-card__badge{position:absolute;top:1rem;left:1rem;padding:.375rem .875rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:50px;background:#0009;backdrop-filter:blur(8px);color:var(--store-cyan);border:1px solid rgba(0,255,255,.2)}.design-card__content{padding:1.25rem 1.5rem 1.5rem}.design-card__title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:var(--store-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.design-card__colors{display:flex;align-items:center;gap:.375rem;margin-bottom:1rem}.design-card__color-swatch{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.15);flex-shrink:0}.design-card__color-more{font-size:.6875rem;color:var(--store-text-muted);padding-left:.25rem}.design-card__types{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.design-card__type-chip{display:inline-flex;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;color:var(--store-text-muted);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;cursor:pointer;transition:all .2s ease}.design-card__type-chip:hover{color:var(--store-cyan);border-color:#00ffff4d;background:#00ffff0d}.design-card__type-more{font-size:.75rem;color:var(--store-text-muted);padding:.375rem 0}.design-card__price{font-size:1rem;font-weight:700;color:var(--store-price-color)}.design-card--skeleton{pointer-events:none}.store-pagination-wrapper{display:flex;justify-content:center;margin-top:3rem}.pagination{display:flex;align-items:center;gap:.5rem}.pagination__btn{display:flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background:var(--store-surface);border:1px solid var(--store-border);border-radius:50px;color:var(--store-text);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pagination__btn:hover:not(:disabled){border-color:var(--store-cyan);color:var(--store-cyan)}.pagination__btn--disabled{opacity:.4;cursor:not-allowed}.pagination__btn-text{display:inline}@media (max-width: 480px){.pagination__btn-text{display:none}}.pagination__pages{display:flex;align-items:center;gap:.25rem}.pagination__page{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:50%;color:var(--store-text-muted);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pagination__page:hover{color:var(--store-text);background:#ffffff0d}.pagination__page--active{background:var(--store-gradient-cta);color:#fff;border-color:transparent}.pagination__page--active:hover{background:var(--store-gradient-cta);color:#fff}.pagination__ellipsis{width:40px;text-align:center;color:var(--store-text-muted);cursor:default}.design-detail__hero{position:relative;min-height:40vh;display:flex;align-items:flex-end;padding-bottom:3rem;padding-top:calc(100px + 3rem);overflow:hidden}.design-detail__hero-bg{position:absolute;inset:0;z-index:0}.design-detail__hero-image{width:100%;height:100%;object-fit:cover;object-position:center top;filter:blur(30px);transform:scale(1.2);opacity:.4}.design-detail__hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#050505b3,#050505e6)}.design-detail__hero-content{position:relative;z-index:1}.design-detail__back{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;background:transparent;border:none;color:var(--store-text-muted);font-size:.875rem;font-weight:500;cursor:pointer;margin-bottom:1.5rem;transition:color .2s ease}.design-detail__back:hover{color:var(--store-cyan)}.design-detail__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;margin-bottom:1rem;background:var(--store-gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.design-detail__meta{display:flex;align-items:center;gap:1rem;color:var(--store-text-muted);font-size:1rem;margin-bottom:1.5rem}.design-detail__meta-item{color:var(--store-text);font-weight:500}.design-detail__meta-divider{opacity:.3}.design-detail__hero-colors{display:flex;align-items:center;gap:.5rem}.design-detail__hero-swatch{width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.2)}.design-detail__hero-swatch-more{font-size:.75rem;color:var(--store-text-muted);padding-left:.25rem}.design-detail__filters{background:var(--store-surface);border-bottom:1px solid var(--store-border);padding:1.5rem 0;position:sticky;top:80px;z-index:10}.design-detail__filter-bar{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.design-detail__filter-group{display:flex;align-items:center;gap:.75rem}.design-detail__filter-label{font-size:.75rem;font-weight:600;color:var(--store-text-muted);text-transform:uppercase;letter-spacing:.05em}.design-detail__filter-chips{display:flex;gap:.5rem;flex-wrap:wrap}.design-detail__filter-chip{padding:.5rem 1rem;font-size:.8125rem;font-weight:600;color:var(--store-text-muted);background:transparent;border:1px solid var(--store-border);border-radius:50px;cursor:pointer;transition:all .2s ease}.design-detail__filter-chip:hover{border-color:#ffffff4d;color:var(--store-text)}.design-detail__filter-chip--active{background:var(--store-gradient-cta);border-color:transparent;color:#fff}.design-detail__filter-chip--active:hover{border-color:transparent;color:#fff}.design-detail__color-filters{display:flex;gap:.375rem;flex-wrap:wrap}.design-detail__color-filter{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--store-border);border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0}.design-detail__color-filter:hover{border-color:#ffffff4d}.design-detail__color-filter--active{border-color:var(--store-cyan);box-shadow:0 0 0 2px #0ff3}.design-detail__color-all{font-size:.625rem;font-weight:700;color:var(--store-text-muted)}.design-detail__color-filter--active .design-detail__color-all{color:var(--store-cyan)}.design-detail__color-dot{width:20px;height:20px;border-radius:50%;border:1px solid rgba(255,255,255,.1)}.design-detail__clear-filters{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:transparent;border:none;color:var(--store-pink);font-size:.8125rem;font-weight:500;cursor:pointer;transition:opacity .2s ease}.design-detail__clear-filters:hover{opacity:.8}.design-detail__results-count{font-size:.875rem;color:var(--store-text-muted);margin-bottom:1.5rem}.design-detail__info{padding:4rem 0;background:linear-gradient(180deg,var(--store-bg) 0%,rgba(121,40,202,.03) 100%)}.design-detail__info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.design-detail__info-cards{grid-template-columns:1fr;gap:1.5rem}}.design-detail__info-card{text-align:center;padding:2rem;background:var(--store-surface);border:1px solid var(--store-border);border-radius:16px}.design-detail__info-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#ff00801a;border-radius:50%;font-size:1.5rem;color:var(--store-pink);margin-bottom:1rem}.design-detail__info-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.design-detail__info-card p{font-size:.875rem;color:var(--store-text-muted);line-height:1.6;margin:0}.design-detail__loading{padding:2rem 0}.store-empty-state{text-align:center;padding:4rem 2rem}.store-empty-state__icon{font-size:3rem;color:var(--store-text-muted);opacity:.5;margin-bottom:1rem}.store-empty-state__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.store-empty-state__text{color:var(--store-text-muted);margin:0}@media (max-width: 768px){.design-detail__hero{min-height:30vh;padding-top:calc(70px + 2rem);padding-bottom:2rem}.design-detail__filters{top:70px;padding:1rem 0}.design-detail__filter-bar{flex-direction:column;align-items:flex-start;gap:1rem}.design-detail__filter-group{width:100%;flex-wrap:wrap}}@media (prefers-reduced-motion: reduce){.design-card,.design-card__image{transition:none}.design-card:hover,.design-card:hover .design-card__image{transform:none}}.store-section-nav{position:sticky;top:80px;z-index:40;background:#050505eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--store-border);padding:.75rem 0}.store-section-nav__inner{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.store-section-nav__inner::-webkit-scrollbar{display:none}.store-section-nav__chip{flex-shrink:0;padding:.5rem 1.25rem;min-height:44px;border:1px solid var(--store-border);border-radius:50px;background:transparent;color:var(--store-text-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.store-section-nav__chip:hover{color:var(--store-text);border-color:#fff3}.store-section-nav__chip--active{background:var(--store-gradient-cta);color:#fff;border-color:transparent}.store-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem}.store-filter-bar__chips{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;padding-bottom:2px}.store-filter-bar__chips::-webkit-scrollbar{display:none}.store-filter-bar__chip{flex-shrink:0;display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;min-height:44px;border:1px solid var(--store-border);border-radius:50px;background:transparent;color:var(--store-text-muted);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.store-filter-bar__chip:hover{color:var(--store-text);border-color:#fff3}.store-filter-bar__chip--active{background:#ff008026;color:var(--store-pink);border-color:#ff008066}.store-filter-bar__chip-count{font-size:.6875rem;opacity:.6}.store-filter-bar__right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.store-filter-bar__count{font-size:.8125rem;color:var(--store-text-muted);white-space:nowrap}.store-filter-bar__sort{padding:.5rem .75rem;min-height:44px;background:#ffffff0d;border:1px solid var(--store-border);border-radius:8px;color:var(--store-text);font-size:.8125rem;cursor:pointer}.store-filter-bar__sort:focus{outline:none;border-color:var(--store-cyan)}.design-section--scroll{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1rem}.design-section--scroll::-webkit-scrollbar{display:none}.design-section--scroll__card{flex:0 0 calc(25% - 1rem);scroll-snap-align:start;min-width:0}@media (max-width: 1024px){.design-section--scroll__card{flex:0 0 calc(33.333% - 1rem)}}@media (max-width: 768px){.design-section--scroll__card{flex:0 0 calc(42% - .75rem)}}@media (max-width: 480px){.design-section--scroll__card{flex:0 0 calc(42% - .5rem)}}.store-design-section{padding:3rem 0}.store-load-more{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0 1rem}.store-load-more__progress{font-size:.875rem;color:var(--store-text-muted)}.store-load-more__btn{padding:.875rem 2.5rem;min-height:48px;background:transparent;border:2px solid var(--store-pink);border-radius:50px;color:var(--store-pink);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.store-load-more__btn:hover{background:var(--store-gradient-cta);color:#fff;border-color:transparent;box-shadow:var(--store-glow-pink)}.design-card__label{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-radius:50px;z-index:2}.design-card__label--new{background:#0ff3;color:var(--store-cyan);border:1px solid rgba(0,255,255,.3)}.design-card__label--popular{background:#ff008033;color:var(--store-pink);border:1px solid rgba(255,0,128,.3)}@media (max-width: 600px){.design-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.store-filter-bar{flex-direction:column;align-items:stretch}.store-filter-bar__right{justify-content:space-between}}
