:root{--store-bp-tablet:768px;--store-bp-desktop:1200px}.store-hidden-on-desktop,.store-hidden-on-mobile,.store-hidden-on-tablet{display:block}@media (max-width:767px){.store-hidden-on-mobile{display:none!important}}@media (min-width:768px) and (max-width:1199px){.store-hidden-on-tablet{display:none!important}}@media (min-width:1200px){.store-hidden-on-desktop{display:none!important}}[data-store-viewport=desktop] .store-hidden-on-desktop,[data-store-viewport=desktop] .store-hidden-on-viewport.store-hidden-on-desktop,[data-store-viewport=mobile] .store-hidden-on-mobile,[data-store-viewport=mobile] .store-hidden-on-viewport.store-hidden-on-mobile,[data-store-viewport=tablet] .store-hidden-on-tablet,[data-store-viewport=tablet] .store-hidden-on-viewport.store-hidden-on-tablet{display:none!important}.store-block-animate-bounce-in,.store-block-animate-fade-in,.store-block-animate-fade-up,.store-block-animate-flip-in,.store-block-animate-slide-down,.store-block-animate-slide-left,.store-block-animate-slide-right,.store-block-animate-slide-up,.store-block-animate-zoom-in{animation-duration:var(--store-animate-duration,.5s);animation-timing-function:var(--store-animate-easing,ease-out);animation-delay:var(--store-animate-delay,0ms);animation-fill-mode:both}.store-block-animate-fade-in{animation-name:store-block-fade-in}.store-block-animate-slide-up{animation-name:store-block-slide-up}.store-block-animate-slide-down{animation-name:store-block-slide-down}.store-block-animate-slide-left{animation-name:store-block-slide-left}.store-block-animate-slide-right{animation-name:store-block-slide-right}.store-block-animate-zoom-in{animation-name:store-block-zoom-in;animation-duration:var(--store-animate-duration,.45s)}.store-block-animate-fade-up{animation-name:store-block-fade-up}.store-block-animate-bounce-in{animation-name:store-block-bounce-in}.store-block-animate-flip-in{animation-name:store-block-flip-in}.store-block-animate-on-scroll:not(.store-block-animate-visible){opacity:0;pointer-events:none}.store-section-block-shell{opacity:var(--store-block-opacity,1);transition:opacity var(--store-transition-duration,.2s) var(--store-transition-easing,ease),background-color var(--store-transition-duration,.2s) var(--store-transition-easing,ease),color var(--store-transition-duration,.2s) var(--store-transition-easing,ease),box-shadow var(--store-transition-duration,.2s) var(--store-transition-easing,ease)}.store-section-block-shell.store-block-has-hover{transition:opacity var(--store-transition-duration,.2s) var(--store-transition-easing,ease),transform var(--store-transition-duration,.2s) var(--store-transition-easing,ease),background-color var(--store-transition-duration,.2s) var(--store-transition-easing,ease),color var(--store-transition-duration,.2s) var(--store-transition-easing,ease),box-shadow var(--store-transition-duration,.2s) var(--store-transition-easing,ease)}.store-section-block-shell.store-block-anchor{scroll-margin-top:80px}.store-section-block-shell.store-block-has-hover:hover{opacity:calc(var(--store-block-opacity, 1) * var(--store-hover-opacity, 1));transform:var(--store-hover-transform);background-color:var(--store-hover-bg,revert-layer);color:var(--store-hover-color,revert-layer);box-shadow:var(--store-hover-shadow,revert-layer)}.store-section-block-shell.store-layout-sticky{position:-webkit-sticky;position:sticky}.store-column-row{width:100%}.store-column-row-grid{display:grid;width:100%;align-items:start;position:relative}.store-editor-column-resize-handles{position:absolute;inset:0;pointer-events:none;z-index:20}.store-editor-column-resize-handle{position:absolute;top:0;bottom:0;width:8px;margin-left:-4px;cursor:col-resize;pointer-events:auto;z-index:20;touch-action:none}.store-editor-column-resize-handle:after{content:"";position:absolute;top:8px;bottom:8px;left:3px;width:2px;border-radius:999px;background:rgba(99,102,241,.55);opacity:0;transition:opacity .15s ease}.store-column-row-grid:hover .store-editor-column-resize-handle:after,.store-editor-column-resize-handle:hover:after{opacity:1}@media (max-width:767px){.store-column-row-stack .store-column-row-grid{grid-template-columns:1fr!important}}[data-store-viewport=mobile] .store-column-row-stack .store-column-row-grid{grid-template-columns:1fr!important}.store-puck-sections-flow{font-size:0;line-height:0}.store-puck-sections-flow .store-section-block-shell,.store-puck-sections-flow>.store-section-block-shell{font-size:1rem;line-height:normal}@keyframes store-block-fade-in{0%{opacity:0}to{opacity:var(--store-block-opacity,1)}}@keyframes store-block-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:var(--store-block-opacity,1);transform:translateY(0)}}@keyframes store-block-zoom-in{0%{opacity:0;transform:scale(.96)}to{opacity:var(--store-block-opacity,1);transform:scale(1)}}@keyframes store-block-slide-down{0%{opacity:0;transform:translateY(-16px)}to{opacity:var(--store-block-opacity,1);transform:translateY(0)}}@keyframes store-block-slide-left{0%{opacity:0;transform:translateX(16px)}to{opacity:var(--store-block-opacity,1);transform:translateX(0)}}@keyframes store-block-slide-right{0%{opacity:0;transform:translateX(-16px)}to{opacity:var(--store-block-opacity,1);transform:translateX(0)}}@keyframes store-block-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:var(--store-block-opacity,1);transform:translateY(0)}}@keyframes store-block-bounce-in{0%{opacity:0;transform:scale(.9)}60%{opacity:1;transform:scale(1.03)}to{opacity:var(--store-block-opacity,1);transform:scale(1)}}@keyframes store-block-flip-in{0%{opacity:0;transform:perspective(600px) rotateX(-12deg)}to{opacity:var(--store-block-opacity,1);transform:perspective(600px) rotateX(0)}}@media (prefers-reduced-motion:reduce){.store-block-animate-bounce-in,.store-block-animate-fade-in,.store-block-animate-fade-up,.store-block-animate-flip-in,.store-block-animate-slide-down,.store-block-animate-slide-left,.store-block-animate-slide-right,.store-block-animate-slide-up,.store-block-animate-zoom-in{animation:none!important}.store-block-animate-on-scroll:not(.store-block-animate-visible){opacity:var(--store-block-opacity,1);pointer-events:auto}.store-section-block-shell{transition:none}.store-section-block-shell.store-block-has-hover:hover{transform:none}}.store-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:600;border:2px solid transparent;cursor:pointer;box-sizing:border-box;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;--store-btn-hover-scale:1.03;--store-btn-hover-opacity:1;--store-btn-hover-shadow:0 8px 20px rgba(15,23,42,.12)}.store-btn:hover{transform:scale(var(--store-btn-hover-scale,1.03));opacity:var(--store-btn-hover-opacity,1);box-shadow:var(--store-btn-hover-shadow,0 8px 20px rgba(15,23,42,.12))}.store-btn--full{width:100%}.store-btn--sm{padding:8px 14px;font-size:.875rem}.store-btn--md{padding:12px 20px;font-size:1rem}.store-btn--lg{padding:14px 28px;font-size:1.125rem}.store-btn--radius-default{border-radius:var(--border-radius,8px)}.store-btn--radius-none{border-radius:0}.store-btn--radius-sm{border-radius:4px}.store-btn--radius-md{border-radius:8px}.store-btn--radius-lg{border-radius:16px}.store-btn--radius-full{border-radius:9999px}.store-btn--primary{background:var(--primary-color,#111827);color:#fff;border-color:var(--primary-color,#111827)}.store-btn--primary:hover{background:color-mix(in srgb,var(--primary-color,#111827) 88%,#fff);border-color:color-mix(in srgb,var(--primary-color,#111827) 88%,#fff)}.store-btn--secondary{background:var(--secondary-color,#4b5563);color:#fff;border-color:var(--secondary-color,#4b5563)}.store-btn--secondary:hover{background:color-mix(in srgb,var(--secondary-color,#4b5563) 88%,#fff);border-color:color-mix(in srgb,var(--secondary-color,#4b5563) 88%,#fff)}.store-btn--outline{background:transparent;color:var(--primary-color,#111827);border-color:var(--primary-color,#111827)}.store-btn--outline:hover{background:color-mix(in srgb,var(--primary-color,#111827) 8%,transparent)}.store-btn--text{background:transparent;color:var(--primary-color,#111827);border-color:transparent;box-shadow:none;--store-btn-hover-shadow:none}.store-btn--text:hover{color:color-mix(in srgb,var(--primary-color,#111827) 80%,#000)}.store-search-box{margin-bottom:24px;display:flex;width:100%}.store-search-box--align-left{justify-content:flex-start}.store-search-box--align-center{justify-content:center}.store-search-box--align-right{justify-content:flex-end}.store-search-box__form{display:flex;gap:8px;align-items:stretch;width:100%}.store-search-box--width-full .store-search-box__form{max-width:none}.store-search-box--width-narrow .store-search-box__form{max-width:480px}.store-search-box__input{flex:1 1;min-width:0;padding:10px 12px;border:1px solid #d1d5db;background:#fff;color:#111827;font:inherit;box-sizing:border-box}.store-search-box__input:focus{outline:2px solid color-mix(in srgb,var(--primary-color,#6366f1) 35%,transparent);outline-offset:1px;border-color:var(--primary-color,#6366f1)}.store-search-box__button{flex-shrink:0;white-space:nowrap}.store-search-box--radius-default .store-search-box__input,.store-search-box__form.store-search-box--radius-default .store-search-box__input{border-radius:var(--border-radius,8px)}.store-search-box--radius-sm .store-search-box__input,.store-search-box__form.store-search-box--radius-sm .store-search-box__input{border-radius:4px}.store-search-box--radius-md .store-search-box__input,.store-search-box__form.store-search-box--radius-md .store-search-box__input{border-radius:8px}.store-search-box--radius-full .store-search-box__input,.store-search-box__form.store-search-box--radius-full .store-search-box__input{border-radius:9999px}.store-locale-switcher{display:inline-flex;align-items:center;gap:8px;width:100%;margin-bottom:0}.store-locale-switcher--align-left{justify-content:flex-start}.store-locale-switcher--align-center{justify-content:center}.store-locale-switcher--align-right{justify-content:flex-end}.store-locale-switcher__label{font-size:13px;color:#4b5563;white-space:nowrap}.store-locale-switcher__select{border:1px solid #e5e7eb;background:#fff;color:#111827;font:inherit;cursor:pointer;max-width:180px;padding:6px 10px}.store-locale-switcher--size-sm .store-locale-switcher__button,.store-locale-switcher--size-sm .store-locale-switcher__select{font-size:12px;padding:4px 8px}.store-locale-switcher--size-md .store-locale-switcher__button,.store-locale-switcher--size-md .store-locale-switcher__select{font-size:13px;padding:6px 10px}.store-locale-switcher--size-lg .store-locale-switcher__button,.store-locale-switcher--size-lg .store-locale-switcher__select{font-size:15px;padding:8px 12px}.store-locale-switcher--radius-default .store-locale-switcher__select,.store-locale-switcher--radius-default.store-locale-switcher__button{border-radius:var(--border-radius,8px)}.store-locale-switcher--radius-sm .store-locale-switcher__select,.store-locale-switcher--radius-sm.store-locale-switcher__button{border-radius:4px}.store-locale-switcher--radius-md .store-locale-switcher__select,.store-locale-switcher--radius-md.store-locale-switcher__button{border-radius:8px}.store-locale-switcher--radius-full .store-locale-switcher__select,.store-locale-switcher--radius-full.store-locale-switcher__button{border-radius:9999px}.store-locale-switcher__buttons{display:inline-flex;flex-wrap:wrap;gap:6px}.store-locale-switcher__button{border:1px solid #e5e7eb;background:#fff;color:#111827;font:inherit;cursor:pointer}.store-locale-switcher__button--active{border-color:var(--primary-color,#111827);color:var(--primary-color,#111827);font-weight:600}.store-section-container{position:relative;width:100%;box-sizing:border-box}.store-section-container--full-width{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.store-section-container__background{pointer-events:none}.lazy-background-image[data-lazy-bg-loaded=true]{animation:store-lazy-bg-fade-in .3s ease}@keyframes store-lazy-bg-fade-in{0%{opacity:.72}to{opacity:1}}.store-section-container__inner,.store-section-container__slot{width:100%}.store-carousel{position:relative;margin-bottom:32px;width:100%}.store-carousel__viewport{position:relative;overflow:hidden;border-radius:var(--border-radius,8px);background:#f3f4f6;touch-action:pan-y}.store-carousel--aspect-16-9 .store-carousel__viewport{aspect-ratio:16/9}.store-carousel--aspect-4-3 .store-carousel__viewport{aspect-ratio:4/3}.store-carousel--aspect-21-9 .store-carousel__viewport{aspect-ratio:21/9}.store-carousel--aspect-1-1 .store-carousel__viewport{aspect-ratio:1/1}.store-carousel__track{display:flex;height:100%;transition:transform .45s ease}.store-carousel__slide{flex:0 0 100%;overflow:hidden}.store-carousel__fade-stack,.store-carousel__slide{position:relative;width:100%;height:100%}.store-carousel__slide--fade{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;pointer-events:none}.store-carousel__slide--fade.is-active{opacity:1;pointer-events:auto}.store-carousel__slide-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.store-carousel__image{display:block;width:100%;height:100%;object-fit:cover}.store-carousel__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9ca3af;background:#e5e7eb}.store-carousel__overlay{position:absolute;inset:auto 0 0 0;padding:20px 24px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.65))}.store-carousel__title{margin:0 0 6px;font-size:1.5rem;font-weight:700}.store-carousel__caption{margin:0;font-size:.95rem;line-height:1.5;opacity:.95}.store-carousel__arrow{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:9999px;color:#111827;background:hsla(0,0%,100%,.92);box-shadow:0 4px 12px rgba(15,23,42,.15);transform:translateY(-50%);cursor:pointer;font-size:1.5rem;line-height:1}.store-carousel__arrow--prev{left:12px}.store-carousel__arrow--next{right:12px}.store-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.store-carousel__dot{width:10px;height:10px;padding:0;border:none;border-radius:9999px;background:#d1d5db;cursor:pointer}.store-carousel__dot.is-active{background:var(--primary-color,#111827)}@media (prefers-reduced-motion:reduce){.store-carousel__slide--fade,.store-carousel__track{transition:none}}.store-product-grid__title{margin-bottom:16px}.store-product-grid__empty{color:#6b7280}.store-product-grid__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:var(--product-card-gap,16px);gap:var(--product-card-gap,16px)}.store-product-grid__items--styled-columns{grid-template-columns:repeat(var(--product-card-columns-desktop,4),minmax(0,1fr))}@media (max-width:1024px){.store-product-grid__items--styled-columns{grid-template-columns:repeat(var(--product-card-columns-tablet,var(--product-card-columns-desktop,3)),minmax(0,1fr))}}@media (max-width:640px){.store-product-grid__items--styled-columns{grid-template-columns:repeat(var(--product-card-columns-mobile,2),minmax(0,1fr))}}.store-product-grid__toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;margin-bottom:16px}.store-product-grid__toolbar-field{display:grid;grid-gap:4px;gap:4px;font-size:14px}.store-product-grid__toolbar-label{color:#4b5563;font-size:12px}.store-product-grid__toolbar-input,.store-product-grid__toolbar-select{min-width:140px;padding:8px 10px;border:1px solid #d1d5db;border-radius:var(--border-radius,8px);background:#fff;font:inherit}@media (max-width:640px){.store-product-grid__toolbar{gap:8px}.store-product-grid__toolbar-field{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);min-width:0}.store-product-grid__toolbar-input,.store-product-grid__toolbar-select{min-width:0;width:100%}.store-product-grid__collection-chips{gap:6px}.store-product-grid__option-filters-groups{gap:8px}}.store-product-grid__view-toggle{display:inline-flex;border:1px solid #d1d5db;border-radius:var(--border-radius,8px);overflow:hidden}.store-product-grid__view-button{border:0;background:#fff;padding:8px 12px;cursor:pointer;font:inherit}.store-product-grid__view-button.is-active{background:#111827;color:#fff}.store-product-grid__items--list{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.store-product-grid__load-more{display:flex;justify-content:center;margin-top:20px}.store-product-grid__load-more-button{min-width:160px}.store-product-card--list{flex-direction:row;align-items:stretch;gap:16px}.store-product-card--list .store-product-card__media-link{flex:0 0 160px;display:flex;flex-direction:column}.store-product-card--list .store-product-card__media{aspect-ratio:1;margin-bottom:0}.store-product-card--list .store-product-card__title{margin-top:4px}.store-product-card--list .store-product-card__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:640px){.store-product-card--list{flex-direction:column}.store-product-card--list .store-product-card__media-link{flex-basis:auto}}.store-product-card{display:flex;flex-direction:column;gap:8px;padding:var(--product-card-padding,16px);border:var(--product-card-border,1px solid #e5e7eb);border-radius:var(--product-card-radius,var(--border-radius,8px));background:var(--product-card-bg,#fff);box-shadow:var(--product-card-shadow,none);transition:transform .2s ease,box-shadow .2s ease;--store-product-card-hover-scale:1.02;--store-product-card-hover-shadow:0 10px 24px rgba(15,23,42,.1)}.store-product-card:hover{transform:scale(var(--store-product-card-hover-scale,1.02));box-shadow:var(--store-product-card-hover-shadow,0 10px 24px rgba(15,23,42,.1))}.store-product-card__media-link{color:inherit;text-decoration:none}.store-product-card__media{position:relative;width:100%;aspect-ratio:var(--product-card-image-ratio,4/3);overflow:hidden;border-radius:var(--product-card-image-radius,var(--border-radius,8px));margin-bottom:4px;background:#f3f4f6}.store-product-card__image{width:100%;height:100%;object-fit:var(--product-card-image-fit,cover);display:block;transition:transform .3s ease,opacity .3s ease}.store-product-card__image--secondary{position:absolute;inset:0;opacity:0}.store-product-card--image-hover-secondImage:hover .store-product-card__image--primary{opacity:0}.store-product-card--image-hover-secondImage:hover .store-product-card__image--secondary{opacity:1}.store-product-card--image-hover-zoom:hover .store-product-card__image--primary{transform:scale(1.06)}.store-product-card--image-hover-lift:hover .store-product-card__media{transform:translateY(-4px)}.store-product-card--layout-horizontal{flex-direction:row;align-items:stretch}.store-product-card--layout-horizontal .store-product-card__media-link{flex:0 0 40%}.store-product-card--layout-overlay{position:relative}.store-product-card--layout-overlay .store-product-card__media-link{display:block}.store-product-card--layout-overlay .store-product-card__title{position:absolute;left:12px;right:12px;bottom:12px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}.store-product-card__badges--top-right{left:auto;right:8px}.store-product-card__title{font-size:var(--product-card-title-size,1rem);font-weight:var(--product-card-title-weight,600);color:var(--product-card-title-color,inherit);-webkit-line-clamp:var(--product-card-title-lines,2)}.store-product-card__description,.store-product-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.store-product-card__description{font-size:var(--product-card-desc-size,14px);-webkit-line-clamp:var(--product-card-desc-lines,3)}.store-product-card__price-current{font-size:var(--product-card-price-size,inherit);color:var(--product-card-price-color,inherit)}.store-product-card__cta--sm{padding:6px 10px;font-size:12px}.store-product-card__cta--lg{padding:10px 16px;font-size:16px}.store-product-card__cta--full{width:100%;justify-content:center}.store-product-card__media-placeholder{width:100%;height:100%;background:#e5e7eb}.store-product-card__badges{position:absolute;top:8px;left:8px;display:flex;flex-wrap:wrap;gap:6px;max-width:calc(100% - 16px)}.store-product-card__badge{position:static;padding:4px 8px;border-radius:9999px;background:rgba(17,24,39,.82);color:#fff;font-size:12px;font-weight:600}.store-product-card__badge--sale{background:rgba(5,150,105,.92)}.store-product-card__badge--new{background:rgba(37,99,235,.92)}.store-product-card__badge--hot{background:rgba(234,88,12,.92)}.store-product-card__badge--soldOut{background:rgba(185,28,28,.92)}.store-product-card__badge--custom{background:rgba(79,70,229,.92)}.store-product-badges{display:flex;flex-wrap:wrap;gap:8px}.store-product-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;background:rgba(17,24,39,.82);color:#fff;font-size:12px;font-weight:600}.store-product-badge--sale{background:rgba(5,150,105,.92)}.store-product-badge--new{background:rgba(37,99,235,.92)}.store-product-badge--hot{background:rgba(234,88,12,.92)}.store-product-badge--soldOut{background:rgba(185,28,28,.92)}.store-product-badge--custom{background:rgba(79,70,229,.92)}.store-product-main__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px}.store-product-main__badges{display:flex;flex-wrap:wrap;gap:8px}.store-product-main__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;background:rgba(17,24,39,.82);color:#fff;font-size:12px;font-weight:600}.store-product-main__badge--sale{background:rgba(5,150,105,.92)}.store-product-main__badge--new{background:rgba(37,99,235,.92)}.store-product-main__badge--hot{background:rgba(234,88,12,.92)}.store-product-main__badge--soldOut{background:rgba(185,28,28,.92)}.store-product-main__badge--custom{background:rgba(79,70,229,.92)}.store-stock-bar{margin:16px 0;padding:12px 14px;border:1px solid #e5e7eb;border-radius:var(--border-radius,8px);background:#f9fafb}.store-stock-bar__message{margin:0 0 10px;font-size:14px;font-weight:600;color:#111827}.store-stock-bar__track{height:8px;border-radius:9999px;background:#e5e7eb;overflow:hidden}.store-stock-bar__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#f59e0b,#ef4444);transition:width .25s ease}.store-stock-bar__fill--low{background:linear-gradient(90deg,#34d399,#10b981)}.store-stock-bar--sold-out .store-stock-bar__fill{background:#b91c1c}.store-stock-bar--placeholder{border-style:dashed;color:#6b7280}.store-product-badge-section--placeholder{padding:12px;border:1px dashed #d1d5db;border-radius:var(--border-radius,8px);color:#6b7280;font-size:14px}.store-price-display{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.store-price-display__current{font-size:28px;font-weight:700;color:var(--primary-color,#111827)}.store-price-display__original{font-size:18px;color:#9ca3af;text-decoration:line-through}.store-price-display__current--member{color:#7c3aed}.price-tier-promotion,.store-price-display__current--promotion{color:#dc2626}.store-price-display__member-hint{margin:6px 0 0;font-size:.8125rem;color:#6b7280}.store-price-display__sold-out{margin:8px 0 0;color:#b91c1c;font-weight:600}.store-price-tag__title{margin:8px 0 0;color:#4b5563}.store-product-card__title{margin:0;font-size:1rem}.store-product-card__prices{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.store-product-card__price-current{font-weight:700;color:#111827}.store-product-card__price-original{color:#9ca3af;text-decoration:line-through;font-size:.9rem}.store-product-card__price-current--member{color:#7c3aed}.store-product-card__price-current--promotion,.store-product-card__price-current.price-tier-promotion{color:#dc2626}.store-product-card__price-member-hint{flex-basis:100%;font-size:.75rem;color:#6b7280}.store-product-card__sales-count{margin:0;font-size:.8125rem;color:var(--store-text-muted,#64748b)}.store-product-card__price-unavailable{margin:0;color:#6b7280;font-size:13px}.store-product-card__description{margin:0;color:#6b7280;font-size:14px}.store-product-card__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:var(--border-radius,8px);background:var(--primary-color,#111827);color:#fff;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}.store-product-card__cta--secondary{background:#fff;color:#111827}.store-product-card__cta--disabled,.store-product-card__cta:disabled{opacity:.65;cursor:not-allowed}@media (prefers-reduced-motion:reduce){.store-product-card{transition:none}.store-product-card:hover{transform:none}}.store-product-main{display:grid;grid-gap:16px;gap:16px}.store-product-main__title{margin:0;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2}.store-product-main__description{margin:0;color:#4b5563;line-height:1.6}.store-product-gallery{display:grid;grid-gap:12px;gap:12px}.store-product-gallery__placeholder{aspect-ratio:1;border-radius:12px;background:#f3f4f6}.store-product-gallery__main{aspect-ratio:1;overflow:hidden;border-radius:12px;background:#f9fafb}.store-product-gallery__main-image{display:block;width:100%;height:100%;object-fit:cover}.store-product-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.store-product-gallery__thumb{width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#fff;cursor:pointer}.store-product-gallery__thumb.is-active{border-color:#111827}.store-product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.store-product-main__interactive{display:grid;grid-gap:16px;gap:16px}.store-product-main__options{display:grid;grid-gap:12px;gap:12px}.store-product-main__option-label{margin:0 0 6px;font-weight:600}.store-product-main__option-values{display:flex;gap:8px;flex-wrap:wrap}.store-product-main__option-button{border:1px solid #d1d5db;border-radius:8px;padding:6px 12px;background:#fff;cursor:pointer}.store-product-main__option-button.is-selected{border:2px solid #111827;background:#f3f4f6}.store-product-main__prices{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.store-product-main__price-current{font-size:1.25rem;font-weight:600}.store-product-main__price-original{color:#6b7280;text-decoration:line-through}.store-product-main__price-current--member{color:#7c3aed}.store-product-main__price-member-hint{flex-basis:100%;font-size:.8125rem;color:#6b7280}.store-product-main__sold-out{margin:0;color:#b91c1c;font-weight:600}.store-product-main__actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.store-product-main__cta{border:1px solid #111827;border-radius:8px;padding:10px 16px;background:#111827;color:#fff;font-weight:600}.store-product-main__cta--disabled,.store-product-main__cta:disabled{opacity:.65;cursor:not-allowed}.store-product-main__hint{color:#6b7280;font-size:.95rem}.store-product-main__editing-actions,.store-product-main__live-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.store-product-main__cta--secondary{background:#fff;color:#111827;border:1px solid #d1d5db}.store-countdown{margin-bottom:24px;padding:20px 24px;border-radius:var(--border-radius);background:var(--secondary-color);color:#fff;font-family:var(--font-family);text-align:center}.store-countdown__headline{margin:0 0 16px;font-size:1.25rem;font-weight:700}.store-countdown__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.store-countdown__unit{min-width:72px;padding:12px 10px;border-radius:var(--border-radius);background:hsla(0,0%,100%,.12)}.store-countdown__value{display:block;font-size:1.75rem;font-weight:700;line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.store-countdown__label{display:block;margin-top:4px;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;opacity:.9}.store-countdown__expired{margin:0;font-size:1rem;font-weight:600}.store-trust-badges{margin-bottom:24px;font-family:var(--font-family)}.store-trust-badges--row{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.store-trust-badges--grid{display:grid;grid-gap:16px;gap:16px}.store-trust-badges--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.store-trust-badges--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.store-trust-badges--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.store-trust-badges__item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:var(--border-radius);background:#f9fafb;border:1px solid #e5e7eb}.store-trust-badges__icon{flex:0 0 auto;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:color-mix(in srgb,var(--primary-color) 12%,#fff);color:var(--primary-color);font-size:.95rem;font-weight:700}.store-trust-badges__copy{min-width:0}.store-trust-badges__label{margin:0;font-size:.9rem;font-weight:600;color:#111827}.store-trust-badges__description{margin:4px 0 0;font-size:.8rem;color:#6b7280;line-height:1.4}@media (max-width:767px){.store-trust-badges--row{flex-direction:column;align-items:stretch}.store-trust-badges--cols-3,.store-trust-badges--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.store-free-shipping-bar{margin-bottom:24px;padding:14px 16px;border-radius:var(--border-radius);background:#f9fafb;border:1px solid #e5e7eb;font-family:var(--font-family)}.store-free-shipping-bar__message{margin:0 0 10px;font-size:.95rem;font-weight:600;color:#111827}.store-free-shipping-bar__track{height:8px;border-radius:999px;background:#e5e7eb;overflow:hidden}.store-free-shipping-bar__fill{height:100%;border-radius:inherit;background:var(--primary-color);transition:width .25s ease}.store-coupon-claim{margin-bottom:24px;padding:20px 24px;border-radius:var(--border-radius);background:#fff;border:1px solid #e5e7eb;font-family:var(--font-family)}.store-coupon-claim__headline{margin:0 0 8px;font-size:1.2rem}.store-coupon-claim__description{margin:0 0 16px;color:#4b5563}.store-coupon-claim__form{display:flex;flex-wrap:wrap;gap:10px}.store-coupon-claim__input{flex:1 1 180px;min-height:42px;padding:0 12px;border:1px solid #d1d5db;border-radius:var(--border-radius);font:inherit}.store-coupon-claim__button{min-height:42px;padding:0 16px;border:none;border-radius:var(--border-radius);background:var(--primary-color);color:#fff;font:inherit;font-weight:600;cursor:pointer}.store-coupon-claim__button:disabled{opacity:.7;cursor:not-allowed}.store-coupon-claim__preview{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.store-coupon-claim__code{display:inline-flex;padding:8px 12px;border-radius:var(--border-radius);background:#f3f4f6;font-family:monospace;font-weight:700}.store-coupon-claim__hint,.store-coupon-claim__preview-note{margin:12px 0 0;color:#6b7280;font-size:.85rem}.store-coupon-claim__feedback{margin:12px 0 0;font-size:.9rem;font-weight:600}.store-coupon-claim__feedback--success{color:#047857}.store-coupon-claim__feedback--error{color:#b91c1c}.store-recent-purchase-popup{position:fixed;z-index:35;max-width:min(360px,calc(100vw - 32px));opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.store-recent-purchase-popup--visible{opacity:1;transform:translateY(0);pointer-events:auto}.store-recent-purchase-popup--bottom-left{left:16px;bottom:16px}.store-recent-purchase-popup--bottom-right{right:16px;bottom:16px}.store-recent-purchase-popup__card{padding:14px 16px;border-radius:var(--border-radius);background:#111827;color:#fff;box-shadow:0 10px 30px rgba(17,24,39,.25)}.store-recent-purchase-popup__message{margin:0;font-size:.92rem;line-height:1.45}.store-recent-purchase-popup__meta{margin:8px 0 0;font-size:.75rem;color:hsla(0,0%,100%,.72)}.store-recent-purchase-popup--editor-empty{position:relative;z-index:1;margin:12px 0;padding:12px 14px;border-radius:var(--border-radius);border:1px dashed #d1d5db;background:#f9fafb;color:#4b5563}.store-recent-purchase-popup--editor-empty .store-recent-purchase-popup__meta{color:#6b7280}.store-recent-purchase-popup__empty-label{margin:0;font-size:.9rem;font-weight:600;color:#374151}.store-video__player{background:#000}.store-icon-section{margin-bottom:24px;font-family:var(--font-family)}.store-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.store-tabs{margin-bottom:24px;font-family:var(--font-family)}.store-tabs__list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.store-tabs__tab{border:none;background:transparent;color:#6b7280;font:inherit;font-weight:600;cursor:pointer;padding:10px 14px}.store-tabs--underline .store-tabs__tab{border-bottom:2px solid transparent}.store-tabs--underline .store-tabs__tab--active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.store-tabs--pills .store-tabs__tab{border-radius:999px;background:#f3f4f6}.store-tabs--pills .store-tabs__tab--active{background:color-mix(in srgb,var(--primary-color) 14%,#fff);color:var(--primary-color)}.store-tabs__panel{padding:4px 0;color:#374151;line-height:1.6}.store-tabs__panel[hidden]{display:none}.store-contact-form{margin-bottom:32px;padding:24px;border-radius:var(--border-radius);background:#f9fafb;border:1px solid #e5e7eb;font-family:var(--font-family)}.store-contact-form__title{margin:0 0 8px;font-size:1.5rem}.store-contact-form__description{margin:0 0 16px;color:#4b5563}.store-contact-form__fields{display:flex;flex-direction:column;gap:14px}.store-contact-form__field{display:flex;flex-direction:column;gap:6px}.store-contact-form__label{font-size:.9rem;font-weight:600;color:#111827}.store-contact-form__input,.store-contact-form__textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:var(--border-radius);font:inherit;background:#fff}.store-contact-form__textarea{resize:vertical;min-height:120px}.store-contact-form__submit{margin-top:16px;padding:10px 18px;border:none;border-radius:var(--border-radius);background:var(--primary-color);color:#fff;font:inherit;font-weight:600;cursor:pointer}.store-contact-form__submit:disabled{opacity:.7;cursor:not-allowed}.store-contact-form__success{margin:0;color:#047857;font-weight:600}.store-contact-form__error{margin:12px 0 0;color:#b91c1c;font-size:.9rem}.store-contact-form__hint{margin:12px 0 0;color:#6b7280;font-size:.85rem}.store-contact-form__honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0;pointer-events:none}.store-contact-form__steps{margin-bottom:1.25rem}.store-contact-form__steps-progress{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.store-contact-form__steps-label{font-size:.875rem;color:#6b7280}.store-contact-form__steps-dots{display:flex;gap:.5rem}.store-contact-form__steps-dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb}.store-contact-form__steps-dot--active{background:#111827}.store-contact-form__steps-dot--done{background:#9ca3af}.store-contact-form__step-title{font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.store-contact-form__step-description{margin:0;color:#6b7280;font-size:.9rem}.store-contact-form__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.store-contact-form__nav{padding:.625rem 1.25rem;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:.95rem}.store-contact-form__nav--next{margin-left:auto}.store-contact-form__nav:disabled{opacity:.6;cursor:not-allowed}.store-cart-header h1{font-size:1.75rem;font-weight:600}.store-cart-items ul{margin:0;padding:0;list-style:none}.store-cart-checkout-cta .btn{margin-top:16px}.store-cart-continue{margin-top:24px}.store-cart-empty{color:#6b7280}.store-product-grid__toolbar-stack{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.store-product-grid__collection-chips{display:flex;flex-wrap:wrap;gap:8px}.store-product-grid__collection-chip{border:1px solid #d1d5db;background:#fff;border-radius:999px;padding:6px 12px;font:inherit;font-size:13px;cursor:pointer}.store-product-grid__collection-chip.is-active{background:#111827;border-color:#111827;color:#fff}.store-product-grid__option-filters{display:flex;flex-direction:column;gap:8px}.store-product-grid__option-filters-title{font-size:12px;color:#4b5563;font-weight:600}.store-product-grid__option-filters-groups{display:flex;flex-wrap:wrap;gap:16px}.store-product-grid__option-filter-group{border:0;margin:0;padding:0;min-width:120px}.store-product-grid__option-filter-legend{font-size:12px;font-weight:600;color:#374151;margin-bottom:6px}.store-product-grid__option-filter-values{display:flex;flex-wrap:wrap;gap:8px 12px}.store-product-grid__option-filter-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;cursor:pointer}.store-collection-list{margin-bottom:32px}.store-collection-list__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.store-collection-list__title{margin:0}.store-collection-list__sort-field{display:grid;grid-gap:4px;gap:4px;font-size:14px}.store-collection-list__sort-label{font-size:12px;color:#4b5563}.store-collection-list__sort-select{min-width:160px;padding:8px 10px;border:1px solid #d1d5db;border-radius:var(--border-radius,8px);background:#fff;font:inherit}.store-collection-list__links{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0}.store-collection-list__link{display:inline-flex;flex-direction:column;gap:4px;padding:8px 16px;border:1px solid #e5e7eb;border-radius:var(--border-radius,8px);text-decoration:none;color:inherit}.store-collection-list__count{font-size:12px;color:#6b7280}.store-collection-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:16px;gap:16px}.store-collection-list__card{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:var(--border-radius,8px);overflow:hidden;text-decoration:none;color:inherit;background:#fff}.store-collection-list__card-media{aspect-ratio:4/3;background:#f3f4f6}.store-collection-list__card-image,.store-collection-list__card-placeholder{width:100%;height:100%;object-fit:cover;display:block}.store-collection-list__card-body{padding:12px;display:grid;grid-gap:6px;gap:6px}.store-collection-list__card-title{margin:0;font-size:1rem}.store-collection-list__card-count,.store-collection-list__card-description{margin:0;font-size:13px;color:#6b7280}.store-collection-list__load-more{display:flex;justify-content:center;margin-top:20px}.store-collection-list__load-more-button{min-width:160px}.store-collection-list__toolbar-stack{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.store-collection-list__toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.store-collection-list__toolbar-field{display:grid;grid-gap:4px;gap:4px;font-size:14px}.store-collection-list__toolbar-field--search{flex:1 1 220px;min-width:180px}.store-collection-list__toolbar-label{color:#4b5563;font-size:12px}.store-collection-list__toolbar-input,.store-collection-list__toolbar-select{min-width:140px;padding:8px 10px;border:1px solid #d1d5db;border-radius:var(--border-radius,8px);background:#fff;font:inherit}.store-collection-list__toolbar-input{width:100%}.store-collection-list__tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.store-collection-list__tags-label{font-size:12px;color:#4b5563}.store-collection-list__tag-chips{display:flex;flex-wrap:wrap;gap:8px}.store-collection-list__tag-chip{border:1px solid #d1d5db;background:#fff;border-radius:999px;padding:6px 12px;font:inherit;font-size:13px;cursor:pointer}.store-collection-list__tag-chip.is-active{background:#111827;border-color:#111827;color:#fff}.store-collection-list__empty{margin:0 0 16px;color:#6b7280;font-size:14px}.store-collection-list__pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.store-collection-list__pagination-label{font-size:13px;color:#6b7280}.store-collection-list__pagination-pages{display:flex;flex-wrap:wrap;gap:8px}.store-collection-list__pagination-button{min-width:36px;padding:6px 10px;border:1px solid #d1d5db;border-radius:var(--border-radius,8px);background:#fff;font:inherit;cursor:pointer}.store-collection-list__pagination-button.is-active{background:#111827;border-color:#111827;color:#fff}@media (max-width:640px){.store-collection-list__toolbar{gap:8px}.store-collection-list__toolbar-field{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);min-width:0}.store-collection-list__toolbar-input,.store-collection-list__toolbar-select{min-width:0;width:100%}.store-collection-list__tag-chips{gap:6px}}.store-review-photos{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}.store-review-photos__thumb{display:block;width:72px;height:72px;padding:0;border:1px solid #e5e7eb;border-radius:var(--border-radius,8px);overflow:hidden;cursor:pointer;background:#f9fafb}.store-review-photos__thumb img{width:100%;height:100%;object-fit:cover;display:block}.store-review-photos__lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(17,24,39,.82)}.store-review-photos__lightbox-image{max-width:min(92vw,960px);max-height:88vh;object-fit:contain;border-radius:var(--border-radius,8px);box-shadow:0 20px 50px rgba(0,0,0,.35)}.store-review-photos__lightbox-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;border-radius:999px;background:hsla(0,0%,100%,.92);color:#111827;font-size:24px;line-height:1;cursor:pointer}.store-blog-list__heading{margin:0 0 20px;font-size:28px}.store-blog-list__items{display:grid;grid-gap:var(--blog-list-gap,24px);gap:var(--blog-list-gap,24px);grid-template-columns:repeat(var(--blog-list-columns-desktop,3),minmax(0,1fr))}.store-blog-list--layout-list .store-blog-list__items{grid-template-columns:1fr}.store-blog-list__card{border:1px solid #e5e7eb;border-radius:var(--blog-list-card-radius,var(--border-radius,8px));overflow:hidden;background:var(--blog-list-card-bg,#fff);box-shadow:var(--blog-list-card-shadow,none);transition:transform .25s ease,box-shadow .25s ease}.store-blog-list__card--hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(15,23,42,.12)}.store-blog-list__card--hover-zoom:hover .store-blog-list__image{transform:scale(1.05)}.store-blog-list__card--hover-border-glow:hover{box-shadow:0 0 0 2px var(--primary-color,#111827)}.store-blog-list__media-link{display:block;overflow:hidden}.store-blog-list__image{width:100%;aspect-ratio:var(--blog-list-image-ratio,16/9);height:var(--blog-list-image-height,auto);object-fit:cover;transition:transform .35s ease}.store-blog-list__body{padding:var(--blog-list-card-padding,16px)}.store-blog-list__title{margin:0 0 8px;font-size:18px}.store-blog-list__title a{color:inherit;text-decoration:none}.store-blog-list__excerpt{margin:0;font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:var(--blog-list-excerpt-lines,3);-webkit-box-orient:vertical;overflow:hidden}.store-blog-list__magazine{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:var(--blog-list-gap,24px);gap:var(--blog-list-gap,24px)}.store-blog-list__magazine-list{display:flex;flex-direction:column;gap:16px}.store-blog-list__card--image-only .store-blog-list__body{padding-top:12px}.store-collection-list__grid--styled-columns{grid-template-columns:repeat(var(--product-card-columns-desktop,3),minmax(0,1fr))}.store-interaction-preset{transition-duration:var(--store-interaction-duration,.4s);transition-delay:var(--store-interaction-delay,0ms);transition-timing-function:var(--store-interaction-easing,ease-out)}.store-interaction-preset--glow-border:hover{box-shadow:0 0 0 2px color-mix(in srgb,var(--primary-color,#6366f1) 55%,transparent),0 0 24px color-mix(in srgb,var(--primary-color,#6366f1) 35%,transparent)}.store-interaction-preset--glass-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb,#fff 72%,transparent)}.store-interaction-preset--reveal-on-hover>*{opacity:.72;transition:opacity .25s ease}.store-interaction-preset--reveal-on-hover:hover>*{opacity:1}.store-interaction-preset--stagger-children.store-block-animate-visible>*{animation:store-stagger-fade .5s ease both}.store-interaction-preset--stagger-children.store-block-animate-visible>:nth-child(2){animation-delay:.08s}.store-interaction-preset--stagger-children.store-block-animate-visible>:nth-child(3){animation-delay:.16s}.store-interaction-preset--marquee-text{overflow:hidden;white-space:nowrap}.store-interaction-preset--marquee-text>*{display:inline-block;animation:store-marquee 12s linear infinite}@keyframes store-stagger-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes store-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.store-hover-reveal{overflow:hidden}.store-hover-reveal--slide-from-left .store-column-row-slot>*{transform:translateX(-12px);opacity:.85;transition:transform .35s ease,opacity .35s ease}.store-hover-reveal--slide-from-left:hover .store-column-row-slot>*{transform:translateX(0);opacity:1}.store-hover-reveal--slide-from-right .store-column-row-slot>*{transform:translateX(12px);opacity:.85;transition:transform .35s ease,opacity .35s ease}.store-hover-reveal--slide-from-right:hover .store-column-row-slot>*{transform:translateX(0);opacity:1}.store-hover-reveal--fade-in .store-column-row-slot>*{opacity:.7;transition:opacity .35s ease}.store-hover-reveal--fade-in:hover .store-column-row-slot>*{opacity:1}@media (max-width:768px){.store-blog-list__items{grid-template-columns:repeat(var(--blog-list-columns-mobile,1),minmax(0,1fr))}.store-blog-list__magazine{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.store-hover-reveal--slide-from-left .store-column-row-slot>*,.store-hover-reveal--slide-from-right .store-column-row-slot>*,.store-interaction-preset--marquee-text>*,.store-interaction-preset--parallax-soft{animation:none!important;transform:none!important;transition:none!important}}.store-header-row__center,.store-header-row__left,.store-header-row__right{display:flex;align-items:center;gap:var(--store-spacing-sm,8px);flex-wrap:wrap}.store-header-row__center{flex:1 1 auto;justify-content:center}.store-header-row__right{margin-left:auto;justify-content:flex-end}.store-header-nav--align-left .store-nav__list{justify-content:flex-start}.store-header-nav--align-center .store-nav__list{justify-content:center}.store-header-nav--align-right .store-nav__list{justify-content:flex-end}.store-global-header--orchestrated{width:100%}@media (max-width:768px){.store-footer-columns--stack-mobile{grid-template-columns:minmax(0,1fr)!important}.store-header-row{flex-direction:column;align-items:stretch}.store-header-row__center,.store-header-row__right{justify-content:flex-start;margin-left:0}}.store-nav__dropdown--mega{display:grid;grid-gap:12px 24px;gap:12px 24px;min-width:420px;padding:16px 20px}.store-mobile-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;background:var(--store-header-mobile-drawer-bg,#fff);border-top:1px solid #e5e7eb;padding:8px 12px calc(8px + env(safe-area-inset-bottom));justify-content:space-around;gap:8px}.store-mobile-tab-bar__item{color:inherit;text-decoration:none;font-size:12px;padding:6px 10px}@media (max-width:768px){.store-header-row--with-tab-bar+.store-mobile-tab-bar,.store-header-row--with-tab-bar~.store-mobile-tab-bar{display:flex}}.store-nav{position:relative}.store-nav--desktop{display:none}.store-nav--mobile{display:flex;align-items:center}@media (min-width:768px){.store-nav--desktop{display:flex;flex-wrap:wrap;gap:16px;align-items:center;font-size:14px}.store-nav--mobile{display:none}}.store-nav__list{display:flex;flex-wrap:wrap;gap:16px;align-items:center;list-style:none;margin:0;padding:0}.store-nav__item{position:relative}.store-nav__link,.store-nav__trigger{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.store-nav__link:hover,.store-nav__trigger:hover{text-decoration:underline;color:var(--nav-item-hover-color,inherit);background:var(--nav-item-hover-bg,transparent)}.store-nav--dropdown-none .store-nav__dropdown{transition:none}.store-nav--dropdown-fade .store-nav__dropdown{transition:opacity var(--nav-dropdown-animation-duration,.15s) ease,visibility var(--nav-dropdown-animation-duration,.15s),transform var(--nav-dropdown-animation-duration,.15s) ease}.store-nav--dropdown-slide .store-nav__dropdown{transform:translateY(-12px);transition:opacity var(--nav-dropdown-animation-duration,.2s) ease,visibility var(--nav-dropdown-animation-duration,.2s),transform var(--nav-dropdown-animation-duration,.2s) ease}.store-nav--dropdown-slide .store-nav__item--open>.store-nav__dropdown,.store-nav--dropdown-slide .store-nav__item:hover>.store-nav__dropdown{transform:translateY(0)}.store-nav__trigger-wrap{display:inline-flex;align-items:center;gap:2px}.store-nav__caret{font-size:10px;line-height:1;opacity:.7}.store-nav__dropdown{position:absolute;top:100%;left:0;min-width:180px;margin:8px 0 0;padding:8px 0;list-style:none;background:#fff;border:1px solid #e5e7eb;border-radius:var(--border-radius,8px);box-shadow:0 8px 24px rgba(0,0,0,.1);z-index:900;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s}.store-nav__item--open>.store-nav__dropdown,.store-nav__item:hover>.store-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.store-nav__dropdown-item{margin:0}.store-nav__dropdown-link{display:block;padding:8px 16px;color:inherit;text-decoration:none;white-space:nowrap}.store-nav__dropdown-link:hover{background:#f3f4f6;text-decoration:none}.store-nav__menu-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid #e5e7eb;border-radius:var(--border-radius,8px);background:#fff;color:inherit;font-size:20px;line-height:1;cursor:pointer}.store-nav__drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:900}.store-nav__drawer{position:fixed;top:0;right:0;width:min(320px,88vw);height:100%;background:#fff;z-index:900;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,.12);animation:store-nav-drawer-in .22s ease forwards}html[dir=rtl] .store-nav__drawer{right:auto;left:0;box-shadow:4px 0 24px rgba(0,0,0,.12);animation-name:store-nav-drawer-in-rtl}@keyframes store-nav-drawer-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes store-nav-drawer-in-rtl{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.store-nav__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e5e7eb}.store-nav__drawer-title{font-weight:600;font-size:16px}.store-nav__drawer-body{flex:1 1;overflow-y:auto;padding:8px 0}.store-nav__mobile-list{list-style:none;margin:0;padding:0}.store-nav__mobile-item{border-bottom:1px solid #f3f4f6}.store-nav__mobile-row{display:flex;align-items:stretch}.store-nav__mobile-link{flex:1 1;display:block;padding:14px 16px;color:inherit;text-decoration:none}.store-nav__mobile-toggle{flex:0 0 auto;width:48px;border:none;border-left:1px solid #f3f4f6;background:transparent;color:inherit;font-size:12px;cursor:pointer}.store-nav__mobile-children{list-style:none;margin:0;padding:0 0 8px;background:#f9fafb}.store-nav__mobile-child-link{display:block;padding:10px 16px 10px 28px;color:inherit;text-decoration:none;font-size:14px}body.store-nav-drawer-open{overflow:hidden}:root{--primary-color:#111827;--secondary-color:#6366f1;--font-family:Inter,system-ui,sans-serif;--border-radius:8px;--content-max-width:1200px;--store-spacing-xs:4px;--store-spacing-sm:8px;--store-spacing-md:12px;--store-spacing-lg:16px;--store-spacing-xl:24px;--store-spacing-2xl:32px;--store-font-size-xs:12px;--store-font-size-sm:14px;--store-font-size-base:16px;--store-font-size-lg:18px;--store-font-size-xl:20px;--store-font-size-2xl:24px;--store-font-size-3xl:30px;--store-radius-sm:4px;--store-radius-md:8px;--store-radius-lg:12px;--store-radius-full:9999px;--store-shadow-sm:0 1px 2px rgba(15,23,42,.08);--store-shadow-md:0 4px 12px rgba(15,23,42,.12);--store-shadow-lg:0 12px 32px rgba(15,23,42,.16);--store-motion-fast:150ms;--store-motion-normal:300ms;--store-motion-slow:500ms}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-family);color:#111;overflow-x:hidden}a{color:var(--primary-color)}.container{width:100%;max-width:var(--content-max-width,1200px);margin:0 auto;padding:0 16px}@media (min-width:768px){.container{padding:0 24px}}.hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:var(--border-radius);padding:48px 24px;margin:24px 0}.product-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}.btn{display:inline-block;background:var(--primary-color);color:#fff;padding:12px 20px;border-radius:var(--border-radius);text-decoration:none;border:none;cursor:pointer}.btn--secondary{background:#fff;color:#111827;border:1px solid #d1d5db}.blog-post-body__content h2,.blog-post-body__content h3{margin:1.25em 0 .5em;line-height:1.3}.blog-post-body__content h2{font-size:1.5rem}.blog-post-body__content h3{font-size:1.25rem}.blog-post-body__content p{margin:0 0 1em}.blog-post-body__content ol,.blog-post-body__content ul{margin:0 0 1em;padding-left:1.5em}.blog-post-body__content a{color:var(--secondary-color);text-decoration:underline}.blog-post-body__content img{max-width:100%;height:auto;border-radius:var(--border-radius)}html[dir=rtl] .container{direction:rtl}html[dir=rtl] .blog-post-body__content ol,html[dir=rtl] .blog-post-body__content ul{padding-left:0;padding-right:1.5em}:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}.floating-cart-button{position:fixed;right:20px;bottom:20px;z-index:1100;display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827;box-shadow:0 10px 30px rgba(15,23,42,.15);cursor:pointer;font:inherit}html[dir=rtl] .floating-cart-button{right:auto;left:20px}.floating-cart-button__icon{font-size:20px;line-height:1}.floating-cart-button__badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--primary-color);color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.floating-cart-button__total{font-size:14px;font-weight:600}.cart-drawer-root{position:fixed;inset:0;z-index:1200}.cart-drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.45);cursor:pointer}.cart-drawer{position:absolute;top:0;right:0;width:min(420px,100vw);max-width:100%;height:100%;background:#fff;box-shadow:-12px 0 40px rgba(15,23,42,.12);display:flex;flex-direction:column;transform:translateX(100%);animation:cart-drawer-slide-in .22s ease forwards}html[dir=rtl] .cart-drawer{right:auto;left:0;box-shadow:12px 0 40px rgba(15,23,42,.12);transform:translateX(-100%);animation-name:cart-drawer-slide-in-rtl}@keyframes cart-drawer-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes cart-drawer-slide-in-rtl{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #e5e7eb}.cart-drawer__title{margin:0;font-size:1.125rem}.cart-drawer__close{width:36px;height:36px;border:0;border-radius:999px;background:#f3f4f6;font-size:24px;line-height:1;cursor:pointer}.cart-drawer__body{flex:1 1;overflow:auto;padding:16px 20px}.cart-drawer__empty{display:grid;grid-gap:12px;gap:12px;color:#4b5563}.cart-drawer__footer{padding:16px 20px 20px;border-top:1px solid #e5e7eb}.cart-drawer__subtotal{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 16px;font-size:1rem}.cart-drawer__actions{display:grid;grid-gap:10px;gap:10px}.cart-drawer__checkout{width:100%;text-align:center}.cart-drawer__secondary{text-align:center;color:#4b5563;text-decoration:none}.mini-cart-line-items{list-style:none;margin:0;padding:0}.mini-cart-line-items__item{display:grid;grid-gap:8px;gap:8px;padding:12px 0;border-bottom:1px solid #e5e7eb}.mini-cart-line-items__title{font-weight:600}.mini-cart-line-items__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.mini-cart-line-items__quantity input{width:72px;padding:4px 6px}.mini-cart-line-items__remove{border:0;background:transparent;color:#b91c1c;cursor:pointer;font:inherit;padding:0}body.cart-drawer-open{overflow:hidden}@media (max-width:640px){.cart-drawer{width:min(420px,92vw)}}.store-sticky-add-to-cart{position:fixed;left:0;right:0;bottom:0;z-index:1090;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:hsla(0,0%,100%,.96);border-top:1px solid #e5e7eb;box-shadow:0 -8px 24px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.store-sticky-add-to-cart__inner{max-width:var(--content-max-width,1200px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.store-sticky-add-to-cart__info{min-width:0;flex:1 1 180px}.store-sticky-add-to-cart__title{margin:0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-sticky-add-to-cart__price{margin:4px 0 0;color:#4b5563;font-size:.95rem}.store-sticky-add-to-cart__actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.store-sticky-add-to-cart__btn{white-space:nowrap}@media (max-width:640px){.store-sticky-add-to-cart__inner{flex-direction:column;align-items:stretch}.store-sticky-add-to-cart__actions{width:100%}.store-sticky-add-to-cart__btn{flex:1 1 auto;text-align:center}}