.product-detail{display:grid;align-items:start}.product-gallery__main{aspect-ratio:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border);cursor:pointer;flex-shrink:0;transition:border-color var(--transition)}.product-gallery__thumb--active,.product-gallery__thumb:hover{border-color:var(--primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__video-thumb{position:relative;width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border);cursor:pointer;flex-shrink:0;padding:0;background:#000;transition:border-color var(--transition)}.product-gallery__video-thumb:hover{border-color:var(--primary)}.product-gallery__video-thumb img{width:100%;height:100%;object-fit:cover;opacity:.82}.product-gallery__video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.product-gallery__video-play::before{content:'';width:34px;height:34px;border-radius:50%;background:rgba(220,40,40,.92);box-shadow:0 1px 4px rgba(0,0,0,.4)}.product-gallery__video-play::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-42%,-50%);width:0;height:0;border-style:solid;border-width:7px 0 7px 12px;border-color:transparent transparent transparent #fff}.video-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.video-modal[hidden]{display:none}.video-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8)}.video-modal__dialog{position:relative;width:100%;max-width:900px}.video-modal__frame{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--radius-md,10px);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}.video-modal__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-modal__close{position:absolute;top:-2.75rem;right:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-size:1.75rem;line-height:1;color:#fff;background:rgba(255,255,255,.12);border:none;border-radius:50%;cursor:pointer;transition:background var(--transition)}.video-modal__close:hover{background:rgba(255,255,255,.25)}@media (max-width:575px){.video-modal__close{top:-2.5rem;right:50%;transform:translateX(50%)}}.product-info{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.25rem}.product-info__cat{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;color:var(--subtext)}.product-info__cat a{color:var(--subtext)}.product-info__cat a:last-child,.product-info__cat--active{color:var(--accent)}.product-info__name{font-size:clamp(1.5rem, 2.5vw, 2rem);font-weight:700;letter-spacing:-.5px;margin-bottom:.75rem;line-height:1.2}.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.price-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.85rem;display:flex;flex-direction:column;gap:.45rem;width:100%}.price-card__main{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.price-card__sale{font-size:1.7rem;font-weight:700;color:var(--text)}.price-card__old{font-size:1.15rem;font-weight:500;color:var(--subtext);text-decoration:line-through;text-decoration-thickness:1px}.price-card__savings{display:inline-flex;align-items:center;background:rgba(34,197,94,.12);color:var(--success);border:1px solid rgba(34,197,94,.25);border-radius:100px;font-size:.78rem;font-weight:600;padding:.2rem .7rem;width:fit-content}.stock-inline{font-size:.88rem;font-weight:500;margin-bottom:1rem}.stock-inline--available{color:var(--success)}.stock-inline--unavailable{color:var(--danger)}.diff-badge{position:absolute;top:14px;right:14px;z-index:5;background:#f97316;color:#fff;border-radius:16px;padding:.55rem .85rem .55rem .9rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;font-weight:700;box-shadow:0 4px 14px rgba(249,115,22,.35);pointer-events:none;line-height:1}.diff-badge__label{font-size:.78rem;letter-spacing:.02em}.diff-badge__dots{display:flex;gap:4px}.diff-badge__dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.35)}.diff-badge__dot--on{background:#fff}@media (max-width:767px){.diff-badge{top:10px;right:10px;padding:.45rem .7rem}.diff-badge__label{font-size:.7rem}.diff-badge__dot{width:6px;height:6px}}.prod-option{margin-bottom:1rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg)}.prod-option__label{font-size:.85rem;color:var(--subtext);margin-bottom:.55rem;font-weight:500}.prod-option__value{color:var(--text);font-weight:600}.prod-option__choices{display:flex;flex-wrap:wrap;gap:.5rem}.prod-addons{display:flex;flex-direction:column;gap:.5rem}.prod-addon{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);cursor:pointer;transition:border-color .15s,background .15s}.prod-addon:hover{border-color:var(--primary)}.prod-addon input[type=checkbox]{flex-shrink:0;transform:scale(1.1);cursor:pointer;accent-color:var(--primary)}.prod-addon__body{flex:1;display:flex;flex-direction:column;min-width:0}.prod-addon__name{font-size:.92rem;font-weight:600;color:var(--text)}.prod-addon__desc{font-size:.8rem;color:var(--muted);margin-top:.15rem}.prod-addon__price{flex-shrink:0;font-weight:700;color:var(--primary);font-size:.92rem}.prod-addon:has(input:checked){border-color:var(--primary);background:color-mix(in srgb,var(--primary) 6%,var(--bg-card))}.prod-option__label--color{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.95rem;font-weight:600}.prod-option__label--color .prod-option__value{color:var(--subtext);font-weight:500;text-align:right}.prod-option__choices--colors{gap:10px;padding:2px}.color-swatch{width:38px;height:38px;flex:0 0 38px;display:block;border-radius:9px;border:1px solid var(--border);background:0 0;cursor:pointer;padding:2px;position:relative;transition:border-color .15s,transform .15s}.color-swatch:hover{border-color:var(--border-hover);transform:translateY(-1px)}.color-swatch--selected,.color-swatch--selected:hover{border-width:2px;border-color:var(--primary);box-shadow:none}.color-swatch__sample{display:block;width:100%;height:100%;border-radius:6px;background:var(--swatch-color);border:1px solid;box-shadow:inset 0 0 0 1px rgb(255 255 255 / 22%)}.diff-chip{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem .85rem;border:1px solid var(--border);border-radius:100px;background:var(--bg-card);color:var(--text);cursor:pointer;font-size:.85rem;font-weight:600;transition:border-color .15s,background .15s}.diff-chip:hover{border-color:var(--primary)}.diff-chip--selected{border-color:#f97316;background:rgba(249,115,22,.1);color:#c2410c}.diff-chip__label{line-height:1}.diff-chip__dots{display:inline-flex;gap:3px}.diff-chip__dot{width:6px;height:6px;border-radius:50%;background:var(--muted);opacity:.4}.diff-chip__dot--on{background:#f97316;opacity:1}.diff-chip--selected .diff-chip__dot{background:#f97316;opacity:.3}.diff-chip--selected .diff-chip__dot--on{opacity:1}.qty-row--with-fav{gap:.6rem}.btn--fav-action{flex-shrink:0;width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--subtext);cursor:pointer;transition:color var(--transition),border-color var(--transition),background var(--transition)}.btn--fav-action.fav-btn--active,.btn--fav-action:hover{color:var(--danger);border-color:var(--danger);background:rgba(239,68,68,.08)}.product-gallery__main{cursor:zoom-in;overflow:hidden}.product-gallery__main img#mainGalleryImg{transition:transform .1s;transform-origin:50% 50%;will-change:transform}.product-gallery__main--zoomed{cursor:crosshair}.prod-tabs{margin-top:3rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.prod-tabs__nav{display:flex;gap:0;border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none;padding:0 .5rem}.prod-tabs__nav::-webkit-scrollbar{display:none}.prod-tabs__tab{padding:1rem 1.5rem;font-size:.95rem;font-weight:500;color:var(--text);background:0 0;border:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--transition),border-color var(--transition);white-space:nowrap}.prod-tabs__tab:hover{color:var(--text)}.prod-tabs__tab--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.prod-tabs__body{padding:2rem 2.25rem}.prod-tabs__panel{display:none}.prod-tabs__panel--active{display:block}.prod-tabs__desc{font-size:1rem;color:var(--text);line-height:1.75;white-space:pre-wrap;max-width:800px}.review-source{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;font-size:.75rem;font-weight:400;line-height:1.5;color:var(--subtext)}.review-source__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;border-radius:5px;font-size:.7rem;font-weight:700;line-height:1}.review-source--prom .review-source__icon{background:#6f36a5;color:#fff}.review-source--rozetka .review-source__icon{background:#00a046;color:#fff}.prod-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:3.5rem;row-gap:.25rem;margin:0}.prod-specs__row{display:flex;align-items:baseline;gap:.65rem;min-width:0;padding:.7rem 0}.prod-specs__row::after{content:'';order:1;flex:1 0 1rem;border-bottom:1px dotted var(--border-hover)}.prod-specs__label,.prod-specs__value{min-width:0;overflow-wrap:anywhere;line-height:1.5}.prod-specs__label{max-width:45%;font-size:.9rem;font-weight:400;color:var(--subtext)}.prod-specs__value{order:2;max-width:48%;margin:0;font-size:.95rem;font-weight:500;color:var(--text);text-align:right}.prod-specs__value a{color:var(--primary)}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--bg-card);border-top:1px solid var(--border);box-shadow:0 -4px 24px rgba(0,0,0,.12);transform:translateY(100%);transition:transform .3s;padding:.75rem 0}.sticky-bar--visible{transform:translateY(0)}.sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-bar__product{display:flex;align-items:center;gap:.85rem;min-width:0;flex:1}.sticky-bar__img{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;border:1px solid var(--border)}.sticky-bar__meta{min-width:0}.sticky-bar__name{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-bar__price{display:flex;align-items:baseline;gap:.5rem;margin-top:.1rem}.sticky-bar__price--sale{font-size:1rem;font-weight:700}.sticky-bar__price--old{font-size:.8rem;color:var(--muted);text-decoration:line-through}.sticky-bar__actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.sticky-bar__fav{width:42px;height:42px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);color:var(--subtext);font-size:1.15rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color var(--transition),border-color var(--transition)}.sticky-bar__fav.fav-btn--active,.sticky-bar__fav:hover{color:var(--danger);border-color:var(--danger)}.related{margin-top:5rem}@media (max-width:900px){.product-detail{grid-template-columns:1fr;gap:2rem}.product-detail>*{min-width:0}.product-gallery{overflow:hidden}.prod-tabs__tab{padding:.75rem 1rem;font-size:.9rem}.prod-specs{grid-template-columns:minmax(0,1fr)}.sticky-bar__name{max-width:160px}}@media (max-width:520px){.prod-tabs__body{padding:1rem}.prod-specs__row{gap:.5rem;padding:.65rem 0}.prod-specs__label,.prod-specs__value{font-size:.875rem}.qty-row--with-fav{flex-wrap:wrap}.qty-row--with-fav .btn--cta{flex:1 1 100%;order:3}}@media (max-width:640px){.sticky-bar__img{display:none}.sticky-bar__name{max-width:120px}.product-gallery__thumbs{flex-wrap:wrap;overflow-x:visible}.product-detail{gap:1rem}.product-info{padding:1rem}.prod-tabs{margin-top:1.5rem}.prod-tabs__body{padding:1.25rem 1rem}.prod-tabs__tab{padding:.65rem .9rem;font-size:.85rem}.reviews-section__title{font-size:1.2rem}.reviews-summary{padding:1.25rem;gap:1.25rem}.reviews-summary__score{font-size:2.75rem}.price-card{padding:.75rem 1rem}.related{margin-top:2.5rem}}.reviews-section__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.reviews-section__title{font-size:1.5rem;font-weight:700;margin:0}.reviews-section__meta{color:var(--subtext);font-size:.9rem;white-space:nowrap}.reviews-summary{display:flex;gap:2.5rem;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 2.25rem;box-shadow:var(--shadow);margin-bottom:1.25rem;flex-wrap:wrap}.reviews-summary__left{display:flex;flex-direction:column;gap:.45rem;min-width:180px}.reviews-summary__score{font-size:3.75rem;font-weight:800;line-height:1;color:var(--text)}.reviews-summary__score-denom{font-size:1.5rem;font-weight:500;color:var(--subtext)}.reviews-summary__stars{display:flex;gap:2px;font-size:1.5rem}.reviews-summary__count{font-size:.82rem;color:var(--subtext);margin-bottom:.5rem}.btn--reviews-write{display:inline-block;padding:.65rem 1.25rem;background:var(--text);color:var(--bg);border:none;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .15s;align-self:flex-start;text-align:center}.btn--reviews-write:hover{opacity:.8}.btn--reviews-write:disabled{opacity:.45;cursor:default}.reviews-summary__bars{flex:1;min-width:240px;display:flex;flex-direction:column;gap:.55rem}.reviews-bar{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.reviews-bar__label{min-width:2rem;color:var(--subtext);font-weight:600;text-align:right}.reviews-bar__track{flex:1;height:8px;background:var(--border);border-radius:100px;overflow:hidden}.reviews-bar__fill{height:100%;border-radius:100px;transition:width .5s}.reviews-bar__fill--orange{background:#f59e0b}.reviews-bar__fill--red{background:#ef4444}.reviews-bar__stat{min-width:72px;color:var(--subtext);font-size:.78rem}.review-form-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem 2.25rem;margin-bottom:1.25rem}.review-form__title{font-size:1.1rem;font-weight:700;margin:0 0 1.25rem}.review-form__field{margin-bottom:1.1rem}.review-form__label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.4rem;color:var(--subtext)}.review-form__optional{color:var(--muted);font-weight:400}.review-form__actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.review-form__feedback{margin-top:.75rem;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500}.review-form__feedback--success{background:rgba(34,197,94,.1);color:#22c55e}.review-form__feedback--error{background:rgba(239,68,68,.08);color:var(--danger)}.star-input{display:inline-flex;gap:4px;font-size:2rem;cursor:pointer;user-select:none}.star-input__star{color:var(--border);transition:color .1s}.star-input__star--active{color:#f59e0b}.star-input__star--hover{color:#f59e0b;opacity:.7}.reviews-list{display:flex;flex-direction:column;gap:.75rem}.review-card{display:flex;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem 1.75rem}.review-card__avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;flex-shrink:0}.review-card__body{flex:1;min-width:0}.review-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.6rem;flex-wrap:wrap}.review-card__info{display:flex;flex-direction:column;gap:.2rem}.review-card__name{font-weight:600;font-size:.95rem}.review-card__stars{display:flex;gap:2px;font-size:.9rem}.review-card__date{color:var(--subtext);font-size:.8rem;white-space:nowrap}.review-card__text{color:var(--text);font-size:.9rem;line-height:1.65;margin:0}.reviews-empty{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2.5rem;text-align:center;color:var(--subtext);font-size:.95rem}@media (max-width:640px){.reviews-summary{flex-direction:column;gap:1.5rem;padding:1.5rem}.reviews-summary__score{font-size:2.75rem}.reviews-section__header{flex-direction:column;gap:.25rem}.review-form-wrap{padding:1.5rem}.review-card{padding:1.25rem}}.shopfront .product-detail{display:flow-root}.shopfront .product-detail>.prod-tabs,.shopfront .product-detail>.product-gallery{float:left;width:calc(60% - 5px)}.shopfront .product-detail>.product-sidebar{float:right;width:calc(40% - 5px)}.shopfront .product-detail>.prod-tabs{clear:left;margin-top:16px}.shopfront .product-gallery,.shopfront .product-info,.shopfront .product-sidebar{min-width:0}.shopfront .product-sidebar{display:flex;flex-direction:column;gap:10px}.shopfront .product-gallery__main{border-radius:12px}.shopfront .product-gallery__main img{object-fit:contain}.shopfront .product-info{box-shadow:none;border-radius:12px;padding:16px}.shopfront .delivery-card{padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--bg-card)}.shopfront .delivery-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:13px}.shopfront .delivery-card__title{margin:0;color:var(--text);font-size:1.12rem;line-height:1.3;letter-spacing:-.2px}.shopfront .delivery-card__intro{margin-top:3px;color:var(--subtext);font-size:.8rem;line-height:1.45}.shopfront .delivery-card__heading-icon{width:25px;height:25px;flex:0 0 auto;fill:none;stroke:var(--accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.shopfront .delivery-card__list{display:grid;grid-template-columns:minmax(0,1fr);gap:7px}.shopfront .delivery-carrier{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:14px;min-height:62px;padding:9px 12px;border:1px solid var(--border);border-radius:9px;background:var(--bg-input)}.shopfront .delivery-carrier__logo{display:grid;width:112px;height:42px;flex:0 0 112px;place-items:center;padding:5px 7px;border-radius:6px;background:#fff}.shopfront .delivery-carrier__logo img{width:100%;height:100%;object-fit:contain}.shopfront .delivery-carrier__body{display:flex;min-width:0;flex-direction:column}.shopfront .delivery-carrier__meta{color:var(--subtext);font-size:.76rem;line-height:1.4;text-align:right}.shopfront .delivery-card__note{display:flex;align-items:center;gap:7px;margin-top:11px;color:var(--subtext);font-size:.73rem;line-height:1.4}.shopfront .delivery-card__note svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.shopfront .product-info__cat{text-transform:none;letter-spacing:0;font-weight:400;margin-bottom:6px}.shopfront .product-info__name{font-size:clamp(1.4rem, 2vw, 1.8rem);line-height:1.25;letter-spacing:-.4px;margin-bottom:6px;overflow-wrap:anywhere}.shopfront .product-rating--detail{margin:0;padding:2px 0}.shopfront .price-card__sale{font-size:2.1rem;letter-spacing:-.8px}.shopfront .price-card__savings{border:0;border-radius:5px}.shopfront .prod-tabs{box-shadow:none;border-radius:12px;border:1px solid var(--border);background:var(--bg-card);margin-top:32px;overflow:hidden}.shopfront .prod-tabs__nav{background:0 0;border-bottom:1px solid var(--border)}.shopfront .prod-tabs__body{padding:28px}.shopfront .prod-tabs__desc{max-width:900px;color:var(--text)}.shopfront .btn--fav-action{width:48px;min-height:48px}.shopfront .prod-tabs__tab{color:var(--text)}.shopfront .prod-tabs__tab--active{color:var(--brand);border-bottom-color:var(--brand)}.shopfront .product-purchase{background:0 0;border:0;border-radius:0;padding:0;margin-top:8px;box-shadow:none}.shopfront .product-purchase .price-card{background:0 0;border:0;border-radius:0;padding:0;margin-bottom:10px}.shopfront .product-purchase .stock-inline{margin-bottom:12px}.shopfront .product-purchase .prod-option{border:0;border-top:1px solid var(--border);border-radius:0;background:0 0;padding:12px 0;margin:0}.shopfront .product-purchase .prod-option__label{color:var(--text);margin-bottom:7px}.shopfront .product-purchase .qty-row{border-top:1px solid var(--border);padding-top:14px;margin:0}.shopfront .product-purchase .prod-addon{background:var(--bg-input)}.shopfront .product-purchase .prod-addon__price{color:var(--text)}.shopfront .diff-chip{min-height:40px;border-radius:7px}.shopfront .diff-chip--selected{border-color:var(--accent);background:var(--bg-input);color:var(--text)}.shopfront .diff-chip--selected .diff-chip__dot,.shopfront .diff-chip__dot--on{background:var(--accent)}.shopfront .product-gallery__thumb{background:var(--bg-card)}@media (min-width:1251px){.shopfront .product-detail>.prod-tabs,.shopfront .product-detail>.product-gallery{width:calc(60% - 5px)}.shopfront .product-detail>.product-sidebar{width:calc(40% - 5px)}}@media (min-width:769px){.shopfront .product-gallery__main{aspect-ratio:auto;height:480px;max-height:60vh;min-height:0}}.product-gallery__mobile-shell,.product-mobile-head{display:none}.shopfront .prod-option--addons{overflow:hidden}.shopfront .prod-option__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text);font-size:.85rem;font-weight:600;cursor:default}.shopfront .prod-option__summary-meta{display:inline-flex;align-items:center;gap:5px;color:var(--subtext);font-size:.75rem;font-weight:500;white-space:nowrap}.shopfront .prod-option--addons .prod-addons{margin-top:10px}@media (min-width:991px) and (max-width:1250px){.shopfront .product-detail>.prod-tabs,.shopfront .product-detail>.product-gallery{width:calc(100% - 438px)}.shopfront .product-detail>.product-sidebar{width:430px}.shopfront .product-gallery__main{height:min(480px,52vw)}.shopfront .product-purchase .qty-row--with-fav{gap:8px}.shopfront .qty-row--with-fav .btn--cta{min-width:0;padding-inline:12px;font-size:.88rem;white-space:nowrap}}@media (max-width:990px){.shopfront .page[data-product-view-id]{padding-top:calc(var(--nav-h) + 10px);padding-bottom:2rem}.shopfront .page[data-product-view-id]>.container{padding-inline:12px}.shopfront .page[data-product-view-id] .breadcrumbs{display:none}.shopfront .product-detail{display:block}.shopfront .product-detail>.prod-tabs,.shopfront .product-detail>.product-gallery,.shopfront .product-detail>.product-sidebar{float:none;clear:none;width:100%}.shopfront .product-mobile-head{display:block;padding:12px 2px 8px}.shopfront .product-mobile-head__name{margin:0;font-size:1.25rem;line-height:1.38;font-weight:700;letter-spacing:-.35px;overflow-wrap:anywhere}.shopfront .product-mobile-rating{display:inline-flex;align-items:center;gap:5px;margin:5px 0 0;padding:3px 0;color:var(--subtext);font-size:.9rem}.shopfront .product-mobile-rating__stars{display:inline-flex;gap:1px}.shopfront .product-mobile-rating .rev-star{font-size:.9rem}.shopfront .product-mobile-rating strong{color:var(--text)}.shopfront .product-detail{gap:10px}.shopfront .product-gallery__main{display:none}.shopfront .product-gallery__mobile-shell{display:block;position:relative;overflow:hidden}.shopfront .product-gallery__mobile-slider{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.shopfront .product-gallery__mobile-slider::-webkit-scrollbar{display:none}.shopfront .product-gallery__mobile-slide{flex:0 0 320px;width:320px;height:320px;display:grid;place-items:center;overflow:hidden;scroll-snap-align:start;border:1px solid var(--border);border-radius:10px;background:var(--bg-card)}.shopfront .product-gallery__mobile-slide img{width:100%;height:100%;object-fit:contain}.shopfront .product-gallery__mobile-slide--empty{color:var(--muted);font-size:4rem}.shopfront .diff-badge{top:8px;right:8px;padding:6px 8px;border-radius:7px}.shopfront .product-gallery__thumbs{display:flex;flex-wrap:nowrap;gap:7px;margin-top:8px;padding:0 0 2px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none}.shopfront .product-gallery__thumbs::-webkit-scrollbar{display:none}.shopfront .product-gallery__thumb,.shopfront .product-gallery__video-thumb{width:54px;height:54px;scroll-snap-align:start;border-width:1px;border-radius:7px}.shopfront .product-gallery__thumb--active{box-shadow:inset 0 0 0 1px var(--brand)}.shopfront .product-info{display:flex;flex-direction:column;padding:0;border:0;border-radius:0;background:0 0}.shopfront .product-sidebar{gap:10px}.shopfront .delivery-card{padding:11px 10px 10px}.shopfront .delivery-card__heading{align-items:center;margin-bottom:8px}.shopfront .delivery-card__title{font-size:1rem}.shopfront .delivery-card__intro{display:none}.shopfront .delivery-card__heading-icon{width:20px;height:20px}.shopfront .delivery-card__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.shopfront .delivery-carrier{justify-content:center;min-height:46px;padding:4px;overflow:hidden}.shopfront .delivery-carrier__logo{width:100%;height:36px;flex:1 1 auto;min-width:0;max-width:100%;padding:5px;overflow:hidden}.shopfront .delivery-carrier__logo img{width:auto;height:auto;max-width:100%;max-height:26px}.shopfront .delivery-carrier__body{display:none}.shopfront .delivery-card__note{margin-top:7px;font-size:.68rem}.shopfront .delivery-card__note svg{width:14px;height:14px}.shopfront .product-info>.product-info__cat,.shopfront .product-info>.product-info__name,.shopfront .product-info>.product-rating--detail{display:none}.shopfront .product-purchase{order:1;margin-top:0}.shopfront .product-price-stock{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 2px}.shopfront .product-purchase .price-card{width:auto;min-width:0;margin:0;gap:3px}.shopfront .price-card__main{gap:7px}.shopfront .price-card__sale{font-size:1.9rem;line-height:1.1}.shopfront .price-card__old{font-size:1.1rem}.shopfront .price-card__savings{padding:3px 7px;font-size:.78rem}.shopfront .product-purchase .stock-inline{flex:0 0 auto;margin:0;font-size:.9rem}.shopfront .product-purchase .prod-option{padding:11px 2px}.shopfront .product-purchase .prod-option__label{margin-bottom:7px;font-size:.94rem}.shopfront .prod-option__choices{gap:6px}.shopfront .prod-option__choices--colors{gap:10px;padding:2px}.shopfront .color-swatch{width:36px;height:36px;min-height:36px;flex-basis:36px;padding:2px}.shopfront .diff-chip{min-height:36px;padding:6px 9px;gap:6px;font-size:.9rem}.shopfront .prod-addons{gap:6px}.shopfront .prod-option__summary{min-height:38px;font-size:.94rem}.shopfront .prod-option--addons .prod-addons{margin-top:7px}.shopfront .product-purchase .prod-addon{gap:8px;padding:8px 10px}.shopfront .prod-addon__name,.shopfront .prod-addon__price{font-size:.9rem}.shopfront .prod-addon__desc{font-size:.82rem;line-height:1.4}.shopfront .product-purchase .qty-row--with-fav{display:grid;grid-template-columns:104px minmax(0,1fr) 44px;gap:7px;padding:12px 0 0}.shopfront .product-purchase .qty-row--no-qty{grid-template-columns:minmax(0,1fr) 44px}.shopfront .qty-row--with-fav .btn--cta{order:initial;min-width:0;min-height:44px;padding-inline:12px;font-size:1.05rem;font-weight:700;white-space:nowrap}.shopfront .qty-row--with-fav .btn--fav-action{width:44px;height:44px}.shopfront .prod-tabs{margin-top:16px;border-inline:0;border-radius:0}.shopfront .product-detail>.prod-tabs{margin-top:16px}.shopfront .prod-tabs__nav{padding:0}.shopfront .prod-tabs__tab{flex:1 0 auto;padding:11px 10px;font-size:.88rem;text-align:center}.shopfront .prod-tabs__body{padding:14px 12px 8px}.shopfront .prod-tabs__desc{font-size:.9rem;line-height:1.6}.shopfront .prod-specs__row{padding:8px 0}.shopfront .reviews-section__header{margin-bottom:10px}.shopfront .reviews-section__title{font-size:1.05rem}.shopfront .reviews-summary{gap:12px;padding:14px;border-radius:10px;margin-bottom:10px}.shopfront .reviews-summary__left{min-width:130px;gap:3px}.shopfront .reviews-summary__score{font-size:2.35rem}.shopfront .reviews-summary__score-denom,.shopfront .reviews-summary__stars{font-size:1rem}.shopfront .reviews-summary__bars{min-width:190px;gap:5px}.shopfront .review-card{padding:12px;gap:10px;border-radius:10px}.shopfront .review-card__avatar{width:36px;height:36px;font-size:.9rem}.shopfront .review-form-wrap{padding:14px;border-radius:10px}.shopfront .related{margin-top:28px}.shopfront .related .section-header{margin-bottom:12px}.shopfront .sticky-bar{padding:7px 0}.shopfront .sticky-bar__inner{gap:8px;padding-inline:10px}.shopfront .sticky-bar__name{display:none}.shopfront .sticky-bar__price{margin:0}.shopfront .sticky-bar__actions{gap:6px}.shopfront .sticky-bar__fav{width:42px;height:42px}.shopfront .sticky-bar .btn{min-height:42px;padding-inline:16px}.shopfront:has(.page[data-product-view-id]) .contact-fab{bottom:72px;transition:opacity var(--transition),transform var(--transition)}.shopfront:has(.page[data-product-view-id]) .contact-fab--product-hidden{opacity:0;transform:translateY(8px)}}