.store-quantity-selector{display:inline-grid;grid-template-columns:40px minmax(calc(3ch + 20px),max-content) 40px;align-items:center;gap:8px;min-width:0}.store-quantity-selector__button,.store-quantity-selector__value{height:40px;border:1px solid #e1e4ef;border-radius:12px;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-variant-numeric:tabular-nums;line-height:1;box-sizing:border-box}.store-quantity-selector__button{width:40px;padding:0;cursor:pointer;font-size:18px;font-weight:700}.store-quantity-selector__button:hover:not(:disabled){border-color:#c8d0e2;background:#f8fafc}.store-quantity-selector__button:focus-visible{outline:3px solid rgba(75,0,130,.18);outline-offset:2px;border-color:indigo}.store-quantity-selector__button:disabled{cursor:not-allowed;color:#9ca3af;background:#f3f4f6;border-color:#e5e7eb}.store-quantity-selector__value{min-width:calc(3ch + 20px);padding:0 10px;font-size:14px;font-weight:700;text-align:center;white-space:nowrap}.store-quantity-selector--disabled .store-quantity-selector__button,.store-quantity-selector--disabled .store-quantity-selector__value,.store-quantity-selector--pending .store-quantity-selector__button,.store-quantity-selector--pending .store-quantity-selector__value{opacity:.72}.store-page--product .store-product-detail{display:grid;gap:16px}.store-page--product .store-product-detail__top{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr);gap:16px;align-items:stretch}.store-page--product .store-product-detail__media,.store-page--product .store-product-detail__panel{background:#fff;border:1px solid #e6e8f0;border-radius:18px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.store-page--product .store-product-detail__media{padding:14px}.store-page--product .store-media-frame{position:relative;border-radius:14px;overflow:hidden;background:#f3f4f6}.store-page--product .store-media-frame img,.store-page--product .store-media-frame__img{width:100%;height:420px;object-fit:cover;display:block}.store-page--product .store-media-frame__img{position:absolute;inset:0}.store-page--product .store-media-frame__img.is-current{position:relative;z-index:2;opacity:1}.store-page--product .store-media-frame__img.is-prev{z-index:3;opacity:1;pointer-events:none}.store-page--product .store-media-frame__img.is-current.is-fading{z-index:2;animation:storeMediaFadeIn .52s linear}.store-page--product .store-media-frame__img.is-prev.is-fading{animation:storeMediaFadeOut .52s linear forwards}.store-page--product .store-media-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:50%;background:hsla(0,0%,100%,.92);color:#111827;font-size:16px;line-height:1;font-weight:600;cursor:pointer;display:grid;place-items:center;z-index:10;box-shadow:0 6px 18px rgba(15,23,42,.18)}.store-page--product .store-media-slider__arrow svg{display:block}.store-page--product .store-media-slider__arrow--prev{left:12px}.store-page--product .store-media-slider__arrow--next{right:12px}.store-page--product .store-product-detail__panel{padding:18px 22px;display:flex;flex-direction:column;gap:0;align-content:start;min-height:100%}.store-page--product .store-product-detail__panel-main{display:flex;flex-direction:column;gap:14px;flex:1;min-height:100%}.store-page--product .store-product-detail__topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-page--product .store-product-detail__category{margin:0;min-width:0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:indigo;font-weight:700;line-height:1.3}.store-page--product .store-product-detail__title{margin:0;font-size:clamp(24px,1.45vw,30px);line-height:1.12;letter-spacing:-.02em;color:#111827;text-align:center}.store-page--product .store-product-detail__stock{margin:0;font-size:11px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.store-page--product .store-product-detail__stock--top{flex-shrink:0;white-space:nowrap}.store-page--product .store-product-detail__stock .is-available{color:#0f766e;display:inline-flex;align-items:center;border:1px solid rgba(15,118,110,.22);border-radius:999px;background:rgba(240,253,250,.92);padding:5px 9px}.store-page--product .store-product-detail__stock .is-unavailable{color:#991b1b;display:inline-flex;align-items:center;border:1px solid rgba(153,27,27,.22);border-radius:999px;background:hsla(0,86%,97%,.92);padding:5px 9px}.store-page--product .store-product-detail__purchase{display:grid;gap:14px;margin-top:auto}.store-page--product .store-product-detail__purchase-row{display:grid;grid-template-columns:minmax(86px,max-content) minmax(78px,120px) minmax(0,1fr);align-items:center;gap:12px 16px}.store-page--product .store-product-detail__purchase-label{min-width:0;color:#4b5563;font-size:13px;font-weight:600;line-height:1.3}.store-page--product .store-product-detail__purchase-value{color:#111827;font-size:clamp(18px,1.05vw,20px);font-weight:800;line-height:1;text-align:left;white-space:nowrap}.store-page--product .store-product-detail__purchase-control{min-width:0}.store-page--product .store-product-detail__purchase-actions{min-width:0;justify-self:end;justify-content:flex-end}.store-page--product .store-product-detail__purchase-row--total{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;grid-template-columns:minmax(0,1fr) auto;margin-top:2px;padding:14px 0}.store-page--product .store-product-detail__purchase-row--total .store-product-detail__purchase-label{color:#111827;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.store-page--product .store-product-detail__purchase-row--total .store-product-detail__purchase-value{font-size:clamp(19px,1.12vw,22px);text-align:right}.store-page--product .store-product-detail__actions{margin-top:2px;display:inline-flex;gap:10px;flex-wrap:wrap;align-items:center}.store-page--product .store-product-detail__purchase-actions.store-product-detail__actions{margin-top:0}.store-page--product .store-product-detail__actions .products-button{height:40px}.store-page--product .store-product-detail__actions .products-button-icon{width:40px;min-width:40px}@media (min-width:150px) and (max-width:667px){.store-page--product .store-product-detail__purchase-row,.store-page--product .store-product-detail__purchase-row--actions,.store-page--product .store-product-detail__purchase-row--total{grid-template-columns:minmax(0,1fr) auto}.store-page--product .store-product-detail__purchase-row--actions .store-product-detail__purchase-label{grid-column:1/-1}.store-page--product .store-product-detail__purchase-actions{grid-column:1/-1;justify-self:stretch;justify-content:flex-start}.store-page--product .store-product-detail__purchase-spacer{display:none}}.store-page--product .store-product-detail__share{margin-top:2px;display:grid;gap:12px}.store-page--product .store-product-detail__share-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-page--product .store-product-detail__share-title{display:inline-flex;align-items:center;gap:8px;color:#374151;font-size:13px;font-weight:600}.store-page--product .store-product-detail__share-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.store-page--product .store-share-btn{border:0;background:transparent;color:#111827;min-width:auto;height:auto;padding:0;font-size:19px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:.86;transition:opacity .18s ease,transform .18s ease}.store-page--product .store-share-btn:hover{opacity:1;transform:translateY(-1px)}.store-page--product .store-share-btn .fa-link{font-size:17px}@media (max-width:767.98px){.store-page--product .store-product-detail__share-row{align-items:flex-start;flex-direction:column}}.store-page--product .store-product-detail__share-notice{color:#0f766e}.store-page--product .store-product-detail__short-description{margin:6px 0 18px;padding:12px 14px;border:1px solid transparent;border-radius:12px;background:transparent;display:block;text-align:center;min-height:0;width:100%;max-width:none;color:#4b5563;line-height:1.5;font-size:14px}@keyframes storeMediaFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1)}}.store-page--product .store-alert--inline{width:100%;margin:0}.store-page--product .store-product-detail__customizations,.store-page--product .store-product-detail__panel-secondary{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#f8fafc}@keyframes storeMediaFadeIn{0%{opacity:.1;transform:scale(1)}to{opacity:1;transform:scale(1)}}.store-page--product .store-product-detail__customizations h3,.store-page--product .store-product-detail__panel-secondary h2{margin:0 0 8px;font-size:20px;font-weight:700;color:#111827}.store-page--product .store-product-detail__customizations p,.store-page--product .store-product-detail__panel-secondary p{margin:0;color:#374151;line-height:1.5}.store-page--product .store-product-detail__panel-meta{margin-top:12px;display:grid;gap:8px}.store-page--product .store-product-detail__panel-meta>div{display:flex;justify-content:space-between;gap:10px}.store-page--product .store-product-detail__panel-meta span{color:#6b7280;font-size:14px}.store-page--product .store-product-detail__panel-meta strong{color:#111827}.store-page--product .store-product-detail__tabs{border-radius:16px;overflow:hidden}.store-page--product .store-product-detail__tabs-header{display:inline-flex;align-items:center;gap:8px;padding:12px;border-bottom:1px solid #e5e7eb}.store-page--product .store-product-detail__tab-btn{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer}.store-page--product .store-product-detail__tab-btn.is-active{background:indigo;border-color:indigo;color:#fff}.store-page--product .store-product-detail__tab-panel{padding:16px}.store-page--product .store-product-detail__tab-panel p{margin:0;line-height:1.55;color:#374151}.store-page--product .store-product-detail__description-text{white-space:pre-line}.store-page--product .store-product-detail__description-rich{display:grid;gap:14px}.store-page--product .store-product-detail__description-block{background:transparent;border:1px solid transparent;border-radius:12px;padding:14px 16px}.store-page--product .store-product-detail__description-block--image{padding:10px}.store-page--product .store-product-detail__description-block--pair{display:grid;align-items:center;gap:16px}.store-page--product .store-product-detail__description-block--pair.is-left,.store-page--product .store-product-detail__description-block--pair.is-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.store-page--product .store-product-detail__description-block--pair.is-left .store-product-detail__description-figure{order:2}.store-page--product .store-product-detail__description-block--pair.is-left .store-product-detail__description-text--pair,.store-page--product .store-product-detail__description-block--pair.is-right .store-product-detail__description-figure{order:1}.store-page--product .store-product-detail__description-block--pair.is-right .store-product-detail__description-text--pair{order:2}.store-page--product .store-product-detail__description-block--pair.is-bottom,.store-page--product .store-product-detail__description-block--pair.is-top{grid-template-columns:minmax(0,1fr)}.store-page--product .store-product-detail__description-block--pair.is-top .store-product-detail__description-figure{order:1}.store-page--product .store-product-detail__description-block--pair.is-bottom .store-product-detail__description-figure,.store-page--product .store-product-detail__description-block--pair.is-top .store-product-detail__description-text--pair{order:2}.store-page--product .store-product-detail__description-block--pair.is-bottom .store-product-detail__description-text--pair{order:1}.store-page--product .store-product-detail__description-block--pair.ratio-40-60.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-40-60.is-right{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr)}.store-page--product .store-product-detail__description-block--pair.ratio-60-40.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-60-40.is-right{grid-template-columns:minmax(0,.6fr) minmax(0,.4fr)}.store-page--product .store-product-detail__description-block--pair.ratio-25-75.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-25-75.is-right{grid-template-columns:minmax(0,.25fr) minmax(0,.75fr)}.store-page--product .store-product-detail__description-block--pair.ratio-30-70.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-30-70.is-right{grid-template-columns:minmax(0,.3fr) minmax(0,.7fr)}.store-page--product .store-product-detail__description-block--pair.ratio-35-65.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-35-65.is-right{grid-template-columns:minmax(0,.35fr) minmax(0,.65fr)}.store-page--product .store-product-detail__description-block--pair.ratio-45-55.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-45-55.is-right{grid-template-columns:minmax(0,.45fr) minmax(0,.55fr)}.store-page--product .store-product-detail__description-block--pair.ratio-55-45.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-55-45.is-right{grid-template-columns:minmax(0,.55fr) minmax(0,.45fr)}.store-page--product .store-product-detail__description-block--pair.ratio-65-35.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-65-35.is-right{grid-template-columns:minmax(0,.65fr) minmax(0,.35fr)}.store-page--product .store-product-detail__description-block--pair.ratio-70-30.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-70-30.is-right{grid-template-columns:minmax(0,.7fr) minmax(0,.3fr)}.store-page--product .store-product-detail__description-block--pair.ratio-75-25.is-left,.store-page--product .store-product-detail__description-block--pair.ratio-75-25.is-right{grid-template-columns:minmax(0,.75fr) minmax(0,.25fr)}.store-page--product .store-product-detail__description-rich .store-product-detail__description-text{white-space:normal}.store-page--product .store-product-detail__description-rich .store-product-detail__description-text div,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text p{margin:0 0 12px}.store-page--product .store-product-detail__description-rich .store-product-detail__description-text div:last-child,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text p:last-child{margin-bottom:0}.store-page--product .store-product-detail__description-figure{margin:0}.store-page--product .store-product-detail__description-figure img{width:min(100%,780px);border-radius:12px;display:inline-block;object-fit:cover}.store-page--product .store-product-detail__description-text--pair{margin:0}@media (max-width:767.98px){.store-page--product .store-product-detail__description-block--pair{grid-template-columns:minmax(0,1fr)!important}.store-page--product .store-product-detail__description-block--pair .store-product-detail__description-figure{order:1!important}.store-page--product .store-product-detail__description-block--pair .store-product-detail__description-text--pair{order:2!important}}.store-page--product .store-product-detail__specs{display:grid;gap:8px}.store-page--product .store-product-detail__specs-item{display:flex;justify-content:space-between;gap:10px;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#fff}.store-page--product .store-product-detail__specs-item span{color:#6b7280}.store-page--product .store-product-detail__specs-item strong{color:#111827}.store-page--product .store-product-reviews{display:grid;gap:16px}.store-page--product .store-product-reviews__summary{display:inline-flex;align-items:center;gap:10px}.store-page--product .store-product-reviews__summary strong{font-size:20px;color:#111827}.store-page--product .store-product-reviews__summary span{color:#f59e0b;letter-spacing:.08em}.store-page--product .store-product-reviews__summary small{color:#6b7280}.store-page--product .store-product-reviews__form{display:grid;gap:10px;border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#f9fafb}.store-page--product .store-product-reviews__form h4{margin:0;font-size:16px;font-weight:700}.store-page--product .store-product-reviews__rating-input{display:inline-flex;gap:4px}.store-page--product .store-review-star{border:0;background:transparent;color:#d1d5db;font-size:22px;line-height:1;cursor:pointer;padding:0}.store-page--product .store-review-star.is-active{color:#f59e0b}.store-page--product .store-input,.store-page--product .store-textarea{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;color:#111827;background:#fff}.store-page--product .store-textarea{resize:vertical;min-height:100px}.store-page--product .store-product-reviews__feedback{margin:0;font-size:14px}.store-page--product .store-product-reviews__feedback.is-error{color:#991b1b}.store-page--product .store-product-reviews__feedback.is-success{color:#166534}.store-page--product .store-product-reviews__list{display:grid;gap:10px}.store-page--product .store-product-reviews__item{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}.store-page--product .store-product-reviews__item header{display:inline-flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:6px}.store-page--product .store-product-reviews__item header span{color:#f59e0b}.store-page--product .store-product-reviews__item header small{color:#6b7280}.store-page--product .store-product-reviews__item h5{margin:0 0 6px;font-size:15px}.store-page--product .store-product-reviews__item p{margin:0}@media (max-width:1199.98px){.store-page--product .store-product-detail__top{grid-template-columns:1fr}}@media (max-width:767.98px){.store-page--product .store-media-frame img{height:320px}.store-page--product .store-product-detail__tabs-header{width:100%;overflow-x:auto;padding-bottom:10px}}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text h2,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text h2,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text h2{margin:0 0 14px;color:#111827;font-size:26px;font-weight:700;line-height:1.25}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text h3,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text h3,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text h3{margin:0 0 12px;color:#1f2937;font-size:22px;font-weight:700;line-height:1.3}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text h4,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text h4,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text h4{margin:0 0 10px;color:#1f2937;font-size:18px;font-weight:700;line-height:1.35}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text ol,.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text ul,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text ol,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text ul,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text ol,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text ul{margin:0 0 12px;padding-left:1.5rem}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text li,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text li,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text li{margin:0 0 6px;line-height:1.65}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text li:last-child,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text li:last-child,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text li:last-child{margin-bottom:0}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text a,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text a,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text a{color:#1d4ed8;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.16em;overflow-wrap:anywhere}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text a:hover,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text a:hover,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text a:hover{color:#1e40af;text-decoration:underline}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text a:focus-visible,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text a:focus-visible,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text a:focus-visible{border-radius:4px;outline:3px solid rgba(37,99,235,.35);outline-offset:2px}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text h2:last-child,.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text h3:last-child,.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text h4:last-child,.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text ol:last-child,.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text ul:last-child,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text h2:last-child,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text h3:last-child,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text h4:last-child,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text ol:last-child,.store-page--product .store-product-detail__description-rich .store-product-detail__description-text ul:last-child,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text h2:last-child,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text h3:last-child,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text h4:last-child,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text ol:last-child,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text ul:last-child{margin-bottom:0}.store-configurator-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start;width:100%;min-width:0;font-family:inherit}.store-configurator-primary,.store-configurator-summary{min-width:0;align-self:start}.store-configurator-primary{display:grid;gap:14px}.store-configurator-summary{display:block}.store-configurator-section{padding:14px;border:1px solid #e6e8f0;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06);min-width:0;align-self:start}.store-configurator-section-title{margin:0 0 12px;color:#111827;font-size:24px;font-weight:500;line-height:1.3}.store-configurator-options{display:grid;gap:8px;min-width:0}.store-configurator-option{width:100%;min-height:44px;padding:10px 12px;border:1px solid #e1e6f2;border-radius:10px;background:#fff;color:#243047;display:flex;align-items:center;gap:10px;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.store-configurator-option:hover{border-color:#d1d5db;background:#f9fafb}.store-configurator-option:focus-within{border-color:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.22)}.store-configurator-option:has(.store-configurator-option-control:checked){border-color:#d1d5db;background:#fff}.store-configurator-option:has(.store-configurator-option-control:disabled){cursor:not-allowed;opacity:.58}.store-configurator-option-control{flex:0 0 auto;margin:0}.store-configurator-option-content{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.store-configurator-option-label{min-width:0;color:inherit;font-size:15px;font-weight:500;line-height:1.35;overflow-wrap:anywhere}.store-configurator-option-price{flex:0 0 auto;color:#374151;font-size:14px;font-weight:500;line-height:1.2;text-align:right;white-space:nowrap}@media (min-width:150px) and (max-width:667px){.store-configurator-layout{grid-template-columns:minmax(0,1fr)}.store-configurator-section-title{font-size:20px}.store-configurator-option-content{align-items:flex-start;flex-direction:column;gap:4px}.store-configurator-option-price{text-align:left}}@media (min-width:668px) and (max-width:996px){.store-configurator-layout{grid-template-columns:minmax(0,1fr)}.store-configurator-section-title{font-size:20px}}@media (min-width:997px) and (max-width:1549px){.store-configurator-layout{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr)}}@media (min-width:1550px) and (max-width:2560px){.store-configurator-layout{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr)}}@media (min-width:2561px) and (max-width:3840px){.store-configurator-layout{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr)}}.store-page--bundle-product .store-page__content{display:grid;gap:20px}.store-page--bundle-product .store-bundle-detail{display:grid;gap:16px}.store-page--bundle-product .store-bundle-detail__top{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr);gap:16px;align-items:stretch}.store-page--bundle-product .store-bundle-detail__media,.store-page--bundle-product .store-bundle-detail__panel{border:1px solid #e6e8f0;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06)}.store-page--bundle-product .store-bundle-detail__media{padding:14px}.store-page--bundle-product .store-media-frame{position:relative;aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#f3f4f6}.store-page--bundle-product .store-media-frame img{width:100%;height:100%;object-fit:cover;display:block}.store-page--bundle-product .store-bundle-detail__panel{padding:18px 22px;display:flex;flex-direction:column;gap:12px}.store-page--bundle-product .store-product-detail__panel{gap:0;align-content:start}.store-page--bundle-product .store-product-detail__panel-main{display:flex;flex-direction:column;gap:14px;flex:1;min-height:100%}.store-page--bundle-product .store-product-detail__topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-page--bundle-product .store-product-detail__category{margin:0;min-width:0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:indigo;font-weight:700;line-height:1.3}.store-page--bundle-product .store-product-detail__title{margin:0;font-size:clamp(24px,1.45vw,30px);line-height:1.12;letter-spacing:-.02em;color:#111827;text-align:center}.store-page--bundle-product .store-product-detail__short-description{margin:6px 0 18px;padding:12px 14px;border:1px solid transparent;border-radius:12px;background:transparent;display:block;text-align:center;min-height:0;width:100%;max-width:none;color:#4b5563;line-height:1.5;font-size:14px}.store-page--bundle-product .store-product-detail__stock{margin:0;font-size:11px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.store-page--bundle-product .store-product-detail__stock--top{flex-shrink:0;white-space:nowrap}.store-page--bundle-product .store-product-detail__stock .is-available{color:#0f766e;display:inline-flex;align-items:center;border:1px solid rgba(15,118,110,.22);border-radius:999px;background:rgba(240,253,250,.92);padding:5px 9px}.store-page--bundle-product .store-product-detail__stock .is-unavailable{color:#991b1b;display:inline-flex;align-items:center;border:1px solid rgba(153,27,27,.22);border-radius:999px;background:hsla(0,86%,97%,.92);padding:5px 9px}.store-page--bundle-product .store-bundle-detail__panel-footer{display:grid;gap:14px;margin-top:auto}.store-page--bundle-product .store-bundle-detail__favorite{display:flex;align-items:center;justify-content:center;gap:14px}.store-page--bundle-product .store-bundle-detail__favorite-label{min-width:0;color:#4b5563;font-size:15px;font-weight:500;line-height:1.3}.store-page--bundle-product .store-bundle-detail__favorite .products-button-icon{height:40px;width:40px;min-width:40px}.store-page--bundle-product .store-product-detail__share{border-top:1px solid #e5e7eb;padding-top:16px;display:grid;gap:12px}.store-page--bundle-product .store-product-detail__share-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-page--bundle-product .store-product-detail__share-title{display:inline-flex;align-items:center;gap:8px;color:#374151;font-size:13px;font-weight:600}.store-page--bundle-product .store-product-detail__share-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.store-page--bundle-product .store-share-btn{border:0;background:transparent;color:#111827;min-width:auto;height:auto;padding:0;font-size:19px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:.86;transition:opacity .18s ease,transform .18s ease}.store-page--bundle-product .store-share-btn:hover{opacity:1;transform:translateY(-1px)}.store-page--bundle-product .store-share-btn .fa-link{font-size:17px}.store-page--bundle-product .store-product-detail__share-notice{color:#0f766e}.store-page--bundle-product .store-alert--inline{width:100%;margin:0}.store-page--bundle-product .store-bundle-detail__description{margin:0;color:#4b5563;font-size:16px;line-height:1.55;padding:16px}.store-page--bundle-product .store-bundle-detail__description-text{margin:0;white-space:pre-line;line-height:1.55;color:#374151}.store-page--bundle-product .store-bundle-detail__description-rich{display:grid;gap:14px}.store-page--bundle-product .store-bundle-detail__description-block{background:transparent;border:1px solid transparent;border-radius:12px;padding:14px 16px}.store-page--bundle-product .store-bundle-detail__description-block--image{padding:10px}.store-page--bundle-product .store-bundle-detail__description-block--pair{display:grid;align-items:center;gap:16px}.store-page--bundle-product .store-bundle-detail__description-block--pair.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.is-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.is-left .store-bundle-detail__description-figure{order:2}.store-page--bundle-product .store-bundle-detail__description-block--pair.is-left .store-bundle-detail__description-text--pair,.store-page--bundle-product .store-bundle-detail__description-block--pair.is-right .store-bundle-detail__description-figure{order:1}.store-page--bundle-product .store-bundle-detail__description-block--pair.is-right .store-bundle-detail__description-text--pair{order:2}.store-page--bundle-product .store-bundle-detail__description-block--pair.is-bottom,.store-page--bundle-product .store-bundle-detail__description-block--pair.is-top{grid-template-columns:minmax(0,1fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.is-top .store-bundle-detail__description-figure{order:1}.store-page--bundle-product .store-bundle-detail__description-block--pair.is-bottom .store-bundle-detail__description-figure,.store-page--bundle-product .store-bundle-detail__description-block--pair.is-top .store-bundle-detail__description-text--pair{order:2}.store-page--bundle-product .store-bundle-detail__description-block--pair.is-bottom .store-bundle-detail__description-text--pair{order:1}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-40-60.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-40-60.is-right{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-60-40.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-60-40.is-right{grid-template-columns:minmax(0,.6fr) minmax(0,.4fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-25-75.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-25-75.is-right{grid-template-columns:minmax(0,.25fr) minmax(0,.75fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-30-70.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-30-70.is-right{grid-template-columns:minmax(0,.3fr) minmax(0,.7fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-35-65.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-35-65.is-right{grid-template-columns:minmax(0,.35fr) minmax(0,.65fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-45-55.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-45-55.is-right{grid-template-columns:minmax(0,.45fr) minmax(0,.55fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-55-45.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-55-45.is-right{grid-template-columns:minmax(0,.55fr) minmax(0,.45fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-65-35.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-65-35.is-right{grid-template-columns:minmax(0,.65fr) minmax(0,.35fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-70-30.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-70-30.is-right{grid-template-columns:minmax(0,.7fr) minmax(0,.3fr)}.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-75-25.is-left,.store-page--bundle-product .store-bundle-detail__description-block--pair.ratio-75-25.is-right{grid-template-columns:minmax(0,.75fr) minmax(0,.25fr)}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text{white-space:normal}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text div,.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text p{margin:0 0 12px}.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text div:last-child,.store-page--bundle-product .store-bundle-detail__description-rich .store-bundle-detail__description-text p:last-child{margin-bottom:0}.store-page--bundle-product .store-bundle-detail__description-figure{margin:0}.store-page--bundle-product .store-bundle-detail__description-figure img{width:min(100%,780px);border-radius:12px;display:inline-block;object-fit:cover}.store-page--bundle-product .store-bundle-detail__summary .store-summary-panel-title{font-family:Inter,sans-serif;font-size:24px;font-weight:500;line-height:1.3}.store-page--bundle-product .store-bundle-detail__summary .store-summary-total strong{font-size:16px;line-height:1.3;font-weight:800}@media (max-width:1200px){.store-page--bundle-product .store-bundle-detail__top{grid-template-columns:1fr}}@media (min-width:150px) and (max-width:667px){.store-page--bundle-product .store-media-frame{aspect-ratio:4/3}.store-page--bundle-product .store-bundle-detail__summary .store-summary-panel-title{font-size:20px}}@media (max-width:768px){.store-page--bundle-product .store-bundle-detail__description-block--pair{grid-template-columns:minmax(0,1fr)!important}.store-page--bundle-product .store-bundle-detail__description-block--pair .store-bundle-detail__description-figure{order:1!important}.store-page--bundle-product .store-bundle-detail__description-block--pair .store-bundle-detail__description-text--pair{order:2!important}.store-page--bundle-product .store-product-detail__share-row{align-items:flex-start;flex-direction:column}}.store-page--categories .store-grid__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}.store-cart-page-content{max-width:900px}.store-cart-empty-state{max-width:500px;margin-inline:auto}.store-cart-page h1{color:#111827}.store-cart-page .sticky-top{top:1rem}.store-cart-page .cart-button{white-space:nowrap}.store-cart-page .store-cart-item{display:flex;align-items:center;gap:12px;margin-bottom:1rem;padding:1rem;border:1px solid #f8f9fa;border-radius:.375rem;background:#fff;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.store-cart-page .store-cart-item--danger{border-color:#dc3545}.store-cart-page .store-cart-item-info{min-width:0;padding-right:8px}.store-cart-page .store-cart-item-name{line-height:1.25;margin-bottom:10px;word-break:break-word}.store-cart-page .store-cart-item-actions{flex-wrap:nowrap;justify-content:center;gap:8px}@media (max-width:767.98px){.store-cart-page .store-cart-item-actions{margin-left:0!important;margin-top:10px;width:100%;justify-content:flex-start;flex-wrap:wrap}}.store-checkout-page{width:100%}.store-checkout-page .card{border-radius:14px;border:1px solid #e5e7eb}.store-checkout-page .sticky-top{top:1rem}.store-checkout-summary .store-summary-panel-title{display:flex;align-items:center;gap:8px}.store-checkout-summary-item{font-size:.875rem}.store-checkout-summary-divider{margin:0;border:0;border-top:1px solid #e5e7eb;opacity:1}.store-checkout-summary-total{font-size:1.25rem}.store-checkout-summary-terms{margin:0;color:#6b7280;font-size:.875rem;text-align:center}.store-checkout-page .cursor-pointer{cursor:pointer}@media (max-width:991.98px){.store-checkout-page .sticky-top{position:static!important}}.store-account-page{--store-account-panel-min-height:360px;font-family:var(--general_font,"Inter"),system-ui,-apple-system,"Segoe UI",sans-serif}.store-account-page__shell{max-width:1160px}.store-account-page__layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}.store-account-page__sidebar{display:flex;align-self:start}.store-account-main-content{display:flex;align-items:stretch;min-width:0}.store-account-main-content>.store-account-section{flex:1 1 auto}.store-account-sidebar{display:flex;flex-direction:column;width:100%;border-radius:16px;height:var(--store-account-panel-min-height);min-height:var(--store-account-panel-min-height);position:static;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08)}.store-account-sidebar__body{display:flex;flex:1 1 auto;flex-direction:column;padding:18px 16px;min-height:0}.store-account-sidebar__body>nav{display:flex;flex:1 1 auto}.store-account-sidebar__list{display:flex;flex:1 1 auto;flex-direction:column;list-style:none;margin:0;padding:0}.store-account-sidebar__item{margin-bottom:8px}.store-account-sidebar__list>.store-account-sidebar__item:last-child{margin-bottom:0}.store-account-sidebar__item--last-link{margin-bottom:12px}.store-account-sidebar__item--logout{margin-top:auto}.store-account-sidebar__link{border-radius:10px;min-height:42px;padding:9px 10px;font-size:1.05rem;font-weight:500;color:var(--general_text_color,#1f2937);transition:background-color .15s ease,color .15s ease}.store-account-sidebar__link:hover{background:rgba(59,130,246,.08);color:#1d4ed8}.store-account-sidebar__logout{width:100%;justify-content:center}.store-account-page .store-account-orders-page{display:flex;flex-direction:column}.store-account-orders-page__content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:center}.store-account-orders-page__content.is-filled{justify-content:flex-start}.store-account-orders-page__list{width:100%;max-width:980px;margin:0 auto}.store-account-orders-page__empty{margin:0 auto;padding:18px 20px;max-width:560px;border:1px solid #dfe4ee;border-radius:14px;background:#fff}.store-account-address-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(12,16,24,.45)}.store-account-address-modal__dialog{margin:0;width:min(980px,96vw);max-width:980px}.store-account-address-modal .modal-content{max-height:calc(100vh - 32px);overflow:auto}.store-account-confirm-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(12,16,24,.45)}.store-account-confirm-modal .modal-dialog{margin:0}.store-account-profile-modal{position:fixed;inset:0;z-index:1200;background:rgba(12,16,24,.45);padding:16px}.store-account-profile-modal__dialog{width:min(620px,96vw);max-height:calc(100vh - 32px);overflow:auto}.store-account-page .store-account-section{width:100%;max-width:none;margin:0;padding:24px;border-radius:18px;border:1px solid #dfe4ee;background:#f8fafd;min-height:var(--store-account-panel-min-height)}.store-account-page .store-account-empty-state{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-align:center}.store-account-page .store-account-section.store-account-empty-state{min-height:var(--store-account-panel-min-height)}.store-account-page .store-account-addresses-page__card,.store-account-page .store-account-dashboard-page__card,.store-account-page .store-account-order-detail-page__card,.store-account-page .store-account-orders-page__card,.store-account-page .store-account-profile-page__card,.store-account-page .store-account-wishlist-page__card{border-radius:14px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08)}.store-account-page .store-account-profile-page__card{max-width:600px}.store-account-page .store-account-wishlist-page__card{max-width:900px}.store-account-page .store-account-addresses-page__card{max-width:800px}.store-account-page .store-account-addresses-page__address-card{position:relative;padding:1.5rem;border:1px solid #dee2e6;border-radius:.375rem;background:#fff}.store-account-page .store-account-addresses-page__address-card.is-default{border-color:var(--bs-primary,#0d6efd);background:#f8f9fa}.store-account-page .store-account-addresses-page__address-card[data-default=true]{padding-top:2.2rem}.store-account-page .store-account-addresses-page__card-body,.store-account-page .store-account-dashboard-page__card-body,.store-account-page .store-account-order-detail-page__card-body,.store-account-page .store-account-orders-page__card-body,.store-account-page .store-account-profile-page__card-body,.store-account-page .store-account-wishlist-page__card-body{padding:1.25rem}.store-account-page .store-account-dashboard-page__card-title,.store-account-page .store-account-profile-page__card-title,.store-account-page .store-account-wishlist-page__card-title{color:#111827;font-weight:600}.store-account-page .store-account-wishlist-page__card-title{padding-bottom:1rem;border-bottom:1px solid #dee2e6}.store-account-page .store-account-wishlist-page__card-body{display:grid;gap:18px}.store-account-page .store-account-wishlist-page__list{display:grid}.store-account-page .store-account-wishlist-page__item{display:grid;grid-template-columns:minmax(0,1fr) minmax(142px,max-content);align-items:center;gap:18px;padding:18px 0;border-color:#edf0f6}.store-account-page .store-account-wishlist-page__product{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:16px;min-width:0}.store-account-page .store-account-wishlist-page__image{display:block;width:82px;height:82px;object-fit:cover;border-radius:14px;border:1px solid #eef1f7}.store-account-page .store-account-wishlist-page__info{display:grid;gap:4px;min-width:0}.store-account-page .store-account-wishlist-page__name{color:#111827;font-size:15px;font-weight:600;line-height:1.3;text-decoration:none}.store-account-page .store-account-wishlist-page__name:hover{color:indigo}.store-account-page .store-account-wishlist-page__category{color:#6b7280;font-size:12px;line-height:1.35}.store-account-page .store-account-wishlist-page__price{margin:2px 0 0;color:#111827;font-size:14px;font-weight:700;line-height:1.3}.store-account-page .store-account-wishlist-page__actions{display:grid;justify-items:end;gap:10px;min-width:0}.store-account-page .store-account-wishlist-page__status{margin:0;font-size:11px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.store-account-page .store-account-wishlist-page__status .is-available,.store-account-page .store-account-wishlist-page__status .is-unavailable{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;white-space:nowrap}.store-account-page .store-account-wishlist-page__status .is-available{color:#0f766e;border:1px solid rgba(15,118,110,.22);background:rgba(240,253,250,.92)}.store-account-page .store-account-wishlist-page__status .is-unavailable{color:#991b1b;border:1px solid rgba(153,27,27,.22);background:hsla(0,86%,97%,.92)}.store-account-page .store-account-wishlist-page__action-buttons{display:grid;gap:8px;justify-items:stretch;min-width:132px}.store-account-page .store-account-wishlist-page__action-buttons .account-button{width:100%}.store-account-page .store-account-wishlist-page .store-account-empty-state{min-height:240px;padding:28px 16px;color:#4b5563}.store-account-dialog-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;overflow-y:auto;box-sizing:border-box;background:rgba(12,16,24,.45)}.store-account-dialog{width:min(440px,100%);max-height:100%;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 20px 48px rgba(15,23,42,.22);overflow:hidden}.store-account-dialog__body,.store-account-dialog__footer,.store-account-dialog__header{padding-left:22px;padding-right:22px}.store-account-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;padding-bottom:14px;border-bottom:1px solid #e5e7eb}.store-account-dialog__title{margin:0;color:#111827;font-size:18px;line-height:1.25;font-weight:600}.store-account-dialog__close{position:relative;flex:0 0 auto;width:34px;height:34px;border:0;border-radius:999px;background:transparent;color:#6b7280;cursor:pointer}.store-account-dialog__close:focus-visible,.store-account-dialog__close:hover:not(:disabled){background:#f3f4f6;color:#111827}.store-account-dialog__close:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.store-account-dialog__close:disabled{cursor:not-allowed;opacity:.55}.store-account-dialog__close-icon,.store-account-dialog__close-icon:after,.store-account-dialog__close-icon:before{position:absolute;display:block}.store-account-dialog__close-icon{inset:0}.store-account-dialog__close-icon:after,.store-account-dialog__close-icon:before{content:"";top:50%;left:50%;width:16px;height:2px;border-radius:999px;background:currentColor;transform-origin:center}.store-account-dialog__close-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.store-account-dialog__close-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.store-account-dialog__body{padding-top:16px;padding-bottom:16px;color:#4b5563;line-height:1.5}.store-account-dialog__description{margin:0}.store-account-dialog__footer{display:flex;justify-content:flex-end;gap:10px;padding-top:14px;padding-bottom:18px;border-top:1px solid #e5e7eb}.store-account-main-content h1{font-family:var(--general_font,"Inter"),system-ui,-apple-system,"Segoe UI",sans-serif;font-size:clamp(1.35rem,1.9vw,1.8rem);letter-spacing:-.02em;color:#111827;font-weight:700;text-align:center;margin-bottom:1.5rem}.store-account-main-content h2,.store-account-main-content h3,.store-account-main-content h4,.store-account-main-content h5{font-family:var(--general_font,"Inter"),system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:600}@media (max-width:991.98px){.store-account-page .store-account-section{padding:18px;border-radius:14px;min-height:300px}.store-account-page__layout{grid-template-columns:1fr;align-items:stretch}.store-account-sidebar{height:auto;min-height:300px}.store-account-page .store-account-section.store-account-empty-state{min-height:300px}.store-account-page .store-account-wishlist-page__item{grid-template-columns:1fr;align-items:stretch;gap:14px}.store-account-page .store-account-wishlist-page__actions{justify-items:stretch}.store-account-page .store-account-wishlist-page__action-buttons{min-width:0}.store-account-sidebar__body{padding:14px}}@media (max-width:575.98px){.store-account-page .store-account-wishlist-page__product{grid-template-columns:72px minmax(0,1fr);gap:12px}.store-account-page .store-account-wishlist-page__image{width:72px;height:72px;border-radius:12px}.store-account-dialog__footer{flex-direction:column-reverse}.store-account-dialog__footer .account-button{width:100%}}.admin-articles-page .store-page__content{padding-bottom:56px}.admin-articles-page__header{margin-bottom:20px}.admin-articles-page__title{margin:0;font-size:48px;font-weight:700;color:#0f172a}.admin-articles-page__subtitle{margin:8px 0 0;color:#64748b;font-size:16px}.admin-articles-grid{display:grid;gap:20px;grid-template-columns:1fr}.admin-articles-card{display:flex;flex-direction:column;gap:0;text-decoration:none;color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px rgba(15,23,42,.05)}.admin-articles-card__media{background:#eef2f7;padding:16px}.admin-articles-card__media img{width:100%;height:190px;border-radius:14px;object-fit:cover;background:#fff}.admin-articles-card__placeholder{height:190px;border-radius:14px;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:600}.admin-articles-card__body{padding:14px 16px 16px}.admin-articles-card__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#64748b;margin-bottom:6px}.admin-articles-card__title{margin:0;font-size:18px;line-height:1.2;font-weight:700;color:#0f172a}.admin-articles-card__excerpt{margin:6px 0 0;font-size:14px;line-height:1.55;color:#475569}@media (min-width:668px) and (max-width:996px){.admin-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:997px){.admin-articles-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.store-page--split-product .store-page__content{display:grid;gap:20px}.store-split-product-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:stretch}.store-split-product-info,.store-split-product-instruction-card{border:1px solid #e6e8f0;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06);padding:18px 22px;min-width:0}.store-split-product-instruction-card{display:flex;flex-direction:column;justify-content:center;gap:18px}.store-page--split-product .store-product-detail__panel-main{display:flex;flex-direction:column;gap:14px;min-height:100%}.store-page--split-product .store-product-detail__topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-page--split-product .store-product-detail__category{margin:0;min-width:0;color:indigo;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;line-height:1.3}.store-page--split-product .store-product-detail__stock{margin:0;font-size:11px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.store-page--split-product .store-product-detail__stock--top{flex-shrink:0;white-space:nowrap}.store-page--split-product .store-product-detail__stock .is-available{color:#0f766e;display:inline-flex;align-items:center;border:1px solid rgba(15,118,110,.22);border-radius:999px;background:rgba(240,253,250,.92);padding:5px 9px}.store-page--split-product .store-product-detail__stock .is-unavailable{color:#991b1b;display:inline-flex;align-items:center;border:1px solid rgba(153,27,27,.22);border-radius:999px;background:hsla(0,86%,97%,.92);padding:5px 9px}.store-page--split-product .store-product-detail__title{margin:0;color:#111827;font-family:Inter,sans-serif;font-size:clamp(24px,1.45vw,30px);line-height:1.12;letter-spacing:-.02em;text-align:center}.store-page--split-product .store-product-detail__short-description{margin:6px 0 18px;padding:12px 14px;border:1px solid transparent;border-radius:12px;background:transparent;display:block;width:100%;max-width:none;color:#4b5563;font-size:14px;font-weight:400;line-height:1.5;text-align:center}.store-page--split-product .store-split-product-panel-footer{display:grid;gap:14px;margin-top:auto}.store-page--split-product .store-split-product-favorite{display:flex;align-items:center;justify-content:center;gap:14px}.store-page--split-product .store-split-product-favorite-label{min-width:0;color:#4b5563;font-size:15px;font-weight:500;line-height:1.3}.store-page--split-product .store-split-product-favorite-button{height:40px;width:40px;min-width:40px}.store-page--split-product .store-product-detail__share{border-top:1px solid #e5e7eb;padding-top:16px;display:grid;gap:12px}.store-page--split-product .store-product-detail__share-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-page--split-product .store-product-detail__share-title{display:inline-flex;align-items:center;gap:8px;color:#374151;font-size:13px;font-weight:600}.store-page--split-product .store-product-detail__share-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.store-page--split-product .store-share-btn{border:0;background:transparent;color:#111827;min-width:auto;height:auto;padding:0;font-size:19px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:.86;transition:opacity .18s ease,transform .18s ease}.store-page--split-product .store-share-btn:hover{opacity:1;transform:translateY(-1px)}.store-page--split-product .store-share-btn .fa-link{font-size:17px}.store-page--split-product .store-product-detail__share-notice{color:#0f766e;font-size:12px;font-weight:600}.store-split-product-instructions{margin:0;padding:0;display:grid;gap:12px;color:#374151;font-size:15px;font-weight:400;line-height:1.45;list-style:none}.store-split-product-instructions li{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.store-split-product-instruction-index{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid #d8deec;border-radius:999px;background:#f8faff;color:#243047;font-size:13px;font-weight:600;line-height:1}.store-split-product-instructions-title{margin:0;color:#111827;font-family:Inter,sans-serif;font-size:24px;font-weight:500;line-height:1.3}.store-split-product-stage{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px;align-items:stretch}.store-page--split-product .store-split-product__description-rich{display:grid;gap:14px}.store-page--split-product .store-split-product__description-block{background:transparent;border:1px solid transparent;border-radius:12px;padding:14px 16px}.store-page--split-product .store-split-product__description-block--image{padding:10px}.store-page--split-product .store-split-product__description-block--pair{display:grid;align-items:center;gap:16px}.store-page--split-product .store-split-product__description-block--pair.is-left,.store-page--split-product .store-split-product__description-block--pair.is-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.store-page--split-product .store-split-product__description-block--pair.is-left .store-split-product__description-figure{order:2}.store-page--split-product .store-split-product__description-block--pair.is-left .store-split-product__description-text--pair,.store-page--split-product .store-split-product__description-block--pair.is-right .store-split-product__description-figure{order:1}.store-page--split-product .store-split-product__description-block--pair.is-right .store-split-product__description-text--pair{order:2}.store-page--split-product .store-split-product__description-block--pair.is-bottom,.store-page--split-product .store-split-product__description-block--pair.is-top{grid-template-columns:minmax(0,1fr)}.store-page--split-product .store-split-product__description-block--pair.is-top .store-split-product__description-figure{order:1}.store-page--split-product .store-split-product__description-block--pair.is-bottom .store-split-product__description-figure,.store-page--split-product .store-split-product__description-block--pair.is-top .store-split-product__description-text--pair{order:2}.store-page--split-product .store-split-product__description-block--pair.is-bottom .store-split-product__description-text--pair{order:1}.store-page--split-product .store-split-product__description-block--pair.ratio-40-60.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-40-60.is-right{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr)}.store-page--split-product .store-split-product__description-block--pair.ratio-60-40.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-60-40.is-right{grid-template-columns:minmax(0,.6fr) minmax(0,.4fr)}.store-page--split-product .store-split-product__description-block--pair.ratio-25-75.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-25-75.is-right{grid-template-columns:minmax(0,.25fr) minmax(0,.75fr)}.store-page--split-product .store-split-product__description-block--pair.ratio-30-70.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-30-70.is-right{grid-template-columns:minmax(0,.3fr) minmax(0,.7fr)}.store-page--split-product .store-split-product__description-block--pair.ratio-35-65.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-35-65.is-right{grid-template-columns:minmax(0,.35fr) minmax(0,.65fr)}.store-page--split-product .store-split-product__description-block--pair.ratio-45-55.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-45-55.is-right{grid-template-columns:minmax(0,.45fr) minmax(0,.55fr)}.store-page--split-product .store-split-product__description-block--pair.ratio-55-45.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-55-45.is-right{grid-template-columns:minmax(0,.55fr) minmax(0,.45fr)}.store-page--split-product .store-split-product__description-block--pair.ratio-65-35.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-65-35.is-right{grid-template-columns:minmax(0,.65fr) minmax(0,.35fr)}.store-page--split-product .store-split-product__description-block--pair.ratio-70-30.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-70-30.is-right{grid-template-columns:minmax(0,.7fr) minmax(0,.3fr)}.store-page--split-product .store-split-product__description-block--pair.ratio-75-25.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-75-25.is-right{grid-template-columns:minmax(0,.75fr) minmax(0,.25fr)}.store-page--split-product .store-split-product__description-rich .store-split-product__description-text{white-space:normal}.store-page--split-product .store-split-product__description-rich .store-split-product__description-text div,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text p{margin:0 0 12px}.store-page--split-product .store-split-product__description-rich .store-split-product__description-text div:last-child,.store-page--split-product .store-split-product__description-rich .store-split-product__description-text p:last-child{margin-bottom:0}.store-page--split-product .store-split-product__description-figure{margin:0}.store-page--split-product .store-split-product__description-figure img{width:min(100%,780px);border-radius:12px;display:inline-block;object-fit:cover}.store-split-product-picked{border:1px solid #d8deec;border-radius:14px;background:#fff;padding:12px;display:grid;gap:10px}.store-split-product-picked h3{margin:0;font-size:24px;font-weight:500;line-height:1.3}.store-split-product-picked-card{border:1px solid #e4e7f0;border-radius:12px;padding:10px;background:#f8faff;display:grid;gap:8px}.store-split-product-picked-card img{width:100%;aspect-ratio:16/9;height:auto;object-fit:cover;border-radius:10px}.store-split-product-picked-card h4{margin:0;font-size:16px}.store-split-product-picked-card p{margin:0;font-size:13px;color:#4a5667;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-split-product-picked-card strong{font-size:15px}.store-split-product-chooser-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.store-split-product-chooser{border:1px solid #d8deec;border-radius:14px;background:#fff;padding:12px;display:grid;gap:10px}.store-split-product-chooser-head{display:grid;gap:8px}.store-split-product-chooser-head h3{margin:0;font-size:24px;font-weight:500;line-height:1.3}.store-split-product-chooser-list{border:1px solid #e3e7f2;border-radius:12px;max-height:260px;overflow:auto;padding:8px;background:#fbfcff;display:grid;gap:6px}.store-split-product-chooser-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-split-product-chooser-pagination span{font-size:13px;color:#5f6b7e}.store-split-product-chooser-item{display:flex;align-items:center;gap:8px;border:1px solid #e1e6f2;border-radius:10px;background:#fff;padding:8px 10px;font-weight:600;color:#243047}.store-split-product-chooser-item input{margin:0}.store-split-product-summary{align-content:start}.store-split-product-summary .store-summary-panel-title{font-family:Inter,sans-serif;font-size:24px;font-weight:500;line-height:1.3}.store-split-product-summary .store-summary-total strong{font-size:16px;line-height:1.3;font-weight:800}@media (max-width:1200px){.store-split-product-stage{grid-template-columns:1fr}}@media (min-width:150px) and (max-width:667px){.store-split-product-hero{grid-template-columns:1fr}.store-split-product-info,.store-split-product-instruction-card{padding:18px 22px}.store-split-product-chooser-grid{grid-template-columns:1fr}.store-page--split-product .store-split-product__description-block--pair.is-left,.store-page--split-product .store-split-product__description-block--pair.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-25-75.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-25-75.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-30-70.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-30-70.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-35-65.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-35-65.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-40-60.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-40-60.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-45-55.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-45-55.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-55-45.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-55-45.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-60-40.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-60-40.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-65-35.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-65-35.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-70-30.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-70-30.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-75-25.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-75-25.is-right{grid-template-columns:minmax(0,1fr)}.store-page--split-product .store-split-product__description-block--pair .store-split-product__description-figure{order:1}.store-page--split-product .store-split-product__description-block--pair .store-split-product__description-text--pair{order:2}.store-page--split-product .store-product-detail__title,.store-split-product-chooser-head h3,.store-split-product-instructions-title,.store-split-product-picked h3,.store-split-product-summary .store-summary-panel-title{font-size:20px}}@media (min-width:668px) and (max-width:996px){.store-split-product-hero{grid-template-columns:1fr}.store-split-product-info,.store-split-product-instruction-card{padding:18px 22px}.store-split-product-chooser-grid{grid-template-columns:1fr}.store-page--split-product .store-split-product__description-block--pair.is-left,.store-page--split-product .store-split-product__description-block--pair.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-25-75.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-25-75.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-30-70.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-30-70.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-35-65.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-35-65.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-40-60.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-40-60.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-45-55.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-45-55.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-55-45.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-55-45.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-60-40.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-60-40.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-65-35.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-65-35.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-70-30.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-70-30.is-right,.store-page--split-product .store-split-product__description-block--pair.ratio-75-25.is-left,.store-page--split-product .store-split-product__description-block--pair.ratio-75-25.is-right{grid-template-columns:minmax(0,1fr)}.store-page--split-product .store-split-product__description-block--pair .store-split-product__description-figure{order:1}.store-page--split-product .store-split-product__description-block--pair .store-split-product__description-text--pair{order:2}.store-page--split-product .store-product-detail__title,.store-split-product-chooser-head h3,.store-split-product-instructions-title,.store-split-product-picked h3,.store-split-product-summary .store-summary-panel-title{font-size:20px}}.store-breadcrumbs{position:relative;isolation:isolate;background:transparent}.store-breadcrumbs--background{min-height:var(--store-breadcrumbs-height,60px);border-top:1px solid var(--bs-border-color,#d4d9e3);border-bottom:1px solid var(--bs-border-color,#d4d9e3);background-image:var(--store-breadcrumbs-bg-image);background-size:cover;background-position:50%;background-repeat:no-repeat}.store-breadcrumbs--background:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,var(--store-breadcrumbs-overlay-opacity,.35));z-index:-1}.store-breadcrumbs__inner{display:flex;align-items:center;justify-content:flex-start;padding-top:14px;padding-bottom:0}.store-breadcrumbs--background .store-breadcrumbs__inner{min-height:inherit;padding-top:10px;padding-bottom:10px}.store-breadcrumbs__nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;gap:8px;font-size:.875rem;font-weight:500;letter-spacing:.01em}.store-breadcrumbs--background .store-breadcrumbs__nav{justify-content:inherit}.store-breadcrumbs--left .store-breadcrumbs__inner,.store-breadcrumbs--left .store-breadcrumbs__nav{justify-content:flex-start}.store-breadcrumbs--center .store-breadcrumbs__inner,.store-breadcrumbs--center .store-breadcrumbs__nav{justify-content:center}.store-breadcrumbs__item{display:inline-flex;align-items:center;gap:8px}.store-breadcrumbs__current,.store-breadcrumbs__item a{color:var(--store-breadcrumbs-text,#101114);text-decoration:none}.store-breadcrumbs__item a:hover{text-decoration:underline}.store-breadcrumbs__sep{color:var(--store-breadcrumbs-sep,#6b7280)}.store-breadcrumbs--background .store-breadcrumbs__current,.store-breadcrumbs--background .store-breadcrumbs__item a,.store-breadcrumbs--background .store-breadcrumbs__sep{color:#fff}