:root{--bg:#f5f5f6;--surface:#fff;--surface-soft:#f8f8f9;--text:#111214;--muted:#70737a;--line:#e7e7e9;--accent:#d13731;--accent-dark:#b52f2b;--good:#138a53;--danger:#c73d3d;--dark:#161719;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--shadow:0 16px 44px rgba(15,20,30,.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.shell{width:min(1280px,calc(100% - 40px));margin-inline:auto}svg{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.store-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-main{height:78px;display:grid;grid-template-columns:auto auto minmax(300px,1fr) auto;align-items:center;gap:18px}.catalog-trigger{height:46px;padding:0 16px;border:1px solid #dadbdd;border-radius:13px;display:flex;align-items:center;gap:9px;font-weight:750;background:#fff}.catalog-trigger:hover{background:#f7f7f8}.catalog-trigger svg{width:20px;height:20px}.store-logo{display:flex;align-items:center;white-space:nowrap}.logo-text{font-size:24px;font-weight:900;letter-spacing:-1.1px}.logo-text span{color:var(--accent)}.store-search{height:48px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;border:1px solid #dcdde0;border-radius:15px;background:#f7f7f8;overflow:hidden;transition:.2s}.store-search:focus-within{background:#fff;border-color:#c9c9cc;box-shadow:0 0 0 4px rgba(0,0,0,.03)}.store-search>svg{margin-left:15px;color:#74777e}.store-search input{border:0;outline:0;background:transparent;padding:0 12px;min-width:0;font-size:15px}.store-search button{height:100%;border:0;background:var(--dark);color:#fff;padding:0 22px;font-weight:800}.header-actions{display:flex;align-items:center}.header-action{display:flex;align-items:center;gap:9px;font-weight:700;font-size:14px}.header-icon{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;position:relative;background:#fff}.header-icon svg{width:21px;height:21px}.cart-count{position:absolute;right:-6px;top:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--accent);color:#fff;font-size:11px;display:grid;place-items:center;border:2px solid #fff}.page-shell{padding-top:24px;padding-bottom:64px}.breadcrumbs{display:flex;align-items:center;gap:8px;min-height:28px;margin-bottom:20px;font-size:13px;color:#878a91;white-space:nowrap;overflow:hidden}.breadcrumbs a:hover{color:#222}.breadcrumb-sep{color:#b3b5ba}.section{padding-top:54px;padding-bottom:14px}.section-label{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:850;color:#8a8d93;margin-bottom:8px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-heading h2{margin:0;font-size:30px;letter-spacing:-.9px}.section-heading>a{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:800;color:#53565d}.section-heading>a svg{width:17px}.flash,.draft-banner{border-radius:14px;padding:13px 16px;margin-bottom:16px;font-size:14px}.flash.success{background:#eaf8f1;color:#0a7545}.flash.error{background:#fff0f0;color:#a52e2e}.draft-banner{background:#fff6df;color:#7d5b12}.home-hero .section-label{color:#e68581}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card-v4{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;min-width:0;transition:.22s;display:flex;flex-direction:column}.product-card-v4:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-card-media{position:relative;aspect-ratio:3/4;background:#f6f6f7;display:flex;align-items:center;justify-content:center;padding:13px;overflow:hidden}.product-card-media img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.product-card-v4:hover .product-card-media img{transform:scale(1.02)}.product-card-placeholder{font-weight:900;color:#aaa}.product-card-content{padding:15px;display:flex;flex-direction:column;flex:1}.product-card-title{font-size:16px;font-weight:800;line-height:1.28;min-height:41px}.product-card-pricing{display:flex;align-items:baseline;gap:9px;margin-top:16px}.product-card-pricing strong{font-size:21px;letter-spacing:-.5px}.product-card-pricing del{font-size:12px;color:#9a9ca2}.product-card-availability.available{color:var(--good)}.product-card-availability.available i{background:var(--good)}.card-cart-form{margin:0}.card-cart-form button{height:38px;border:0;border-radius:11px;background:var(--dark);color:#fff;display:flex;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:850}.card-cart-form button svg{width:16px}.card-cart-form button:hover{background:var(--accent)}.category-sidebar-v4 a.active{background:#f1f1f2;font-weight:800}.pagination{display:flex;gap:7px;justify-content:center;margin-top:30px}.pagination a{width:40px;height:40px;border-radius:11px;background:#fff;border:1px solid var(--line);display:grid;place-items:center}.pagination a.active{background:var(--dark);color:#fff;border-color:var(--dark)}.product-mobile-heading{display:none}.product-hero-v4{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);gap:28px;align-items:start}.product-gallery-v4{min-width:0}.gallery-stage{background:#fff;border:1px solid var(--line);border-radius:26px;aspect-ratio:1.12/1;position:relative;overflow:hidden}.gallery-main-button{width:100%;height:100%;border:0;background:#fff;padding:26px}.gallery-main-image{width:100%;height:100%;object-fit:contain}.product-no-image{height:100%;display:grid;place-items:center;color:#999}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.94);display:grid;place-items:center;box-shadow:0 5px 18px rgba(0,0,0,.08);z-index:3}.gallery-arrow svg{width:22px}.gallery-prev{left:16px}.gallery-next{right:16px}.gallery-counter{position:absolute;right:16px;bottom:16px;background:rgba(20,20,22,.78);color:#fff;border-radius:20px;padding:7px 11px;font-size:12px}.gallery-thumbs{display:flex;gap:10px;overflow:auto;padding:12px 2px 2px;scrollbar-width:none}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{flex:0 0 78px;width:78px;height:78px;border-radius:14px;border:1px solid var(--line);background:#fff;padding:5px;overflow:hidden}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.gallery-thumb.active{border-color:#222;box-shadow:0 0 0 1px #222}.product-buy-column{position:sticky;top:134px}.product-kicker{font-size:12px;color:#7d8087;text-transform:uppercase;letter-spacing:.08em;font-weight:850}.product-desktop-heading h1,.product-mobile-heading h1{font-size:42px;line-height:1.08;letter-spacing:-1.35px;margin:7px 0 8px}.purchase-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;margin-top:14px}.old-price-line{display:flex;align-items:center;gap:10px;height:21px}.old-price-line del{color:#9b9da3}.discount-pill{background:#fff0ec;color:#d64c36;border-radius:8px;padding:3px 7px;font-size:11px;font-weight:900}.current-price{font-size:40px;font-weight:900;letter-spacing:-1.4px;margin-top:3px}.saving-line{font-size:12px;color:#d06b00;margin-top:2px}.stock-line{margin-top:14px;font-size:13px;font-weight:800;display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;background:#a8a8aa}.stock-line.is-available{color:var(--good)}.stock-line.is-available .status-dot{background:var(--good)}.buy-form-v4{display:grid;grid-template-columns:132px 1fr;gap:10px;margin-top:17px}.qty-stepper{height:50px;border:1px solid var(--line);border-radius:14px;display:grid;grid-template-columns:40px 1fr 40px;overflow:hidden;background:#fff}.qty-stepper button{border:0;background:#fff;display:grid;place-items:center;color:#555}.qty-stepper button:hover{background:#f5f5f6}.qty-stepper button svg{width:16px}.qty-stepper input{width:100%;border:0;outline:0;text-align:center;font-weight:850;-moz-appearance:textfield}.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.primary-buy-button{height:50px;border:0;border-radius:14px;background:var(--accent);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;gap:9px}.primary-buy-button:hover{background:var(--accent-dark)}.primary-buy-button svg{width:20px}.primary-buy-button:disabled{opacity:.45;cursor:not-allowed}.delivery-panel{margin-top:12px;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.delivery-option{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:15px 17px;border-bottom:1px solid var(--line)}.delivery-option:last-child{border-bottom:0}.delivery-icon{width:40px;height:40px;border-radius:12px;background:#f5f5f6;display:grid;place-items:center}.delivery-icon svg{width:20px}.delivery-option strong{display:block;font-size:14px}.delivery-option small{display:block;color:#7f8288;font-size:12px;line-height:1.35;margin-top:3px}.warehouse-card{margin-top:12px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.warehouse-card summary{list-style:none;cursor:pointer;padding:16px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:800}.warehouse-card summary::-webkit-details-marker{display:none}.warehouse-card summary>span{display:flex;align-items:center;gap:8px}.warehouse-card summary>span:last-child{color:#777a80;font-size:12px}.warehouse-card summary svg{width:15px;transition:.2s}.warehouse-card[open] summary svg{transform:rotate(90deg)}.warehouse-dot{width:8px;height:8px;background:var(--good);border-radius:50%}.warehouse-list{border-top:1px solid var(--line);padding:4px 17px 10px}.warehouse-list>div,.availability-list>div{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 0;border-bottom:1px solid #eee}.warehouse-list>div:last-child,.availability-list>div:last-child{border-bottom:0}.warehouse-list span,.availability-list span{display:flex;flex-direction:column}.warehouse-list strong,.availability-list strong{font-size:13px}.warehouse-list small,.availability-list small{font-size:11px;color:#8a8d93;margin-top:2px}.warehouse-list b,.availability-list b{font-size:13px}.product-tabs{margin-top:34px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:7px;display:flex;gap:4px;position:sticky;top:118px;z-index:12}.product-tabs a{height:40px;padding:0 15px;border-radius:10px;display:flex;align-items:center;font-size:13px;font-weight:800}.product-tabs a:hover{background:#f3f3f4}.product-content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;margin-top:16px;align-items:start}.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}.content-card h2{font-size:27px;letter-spacing:-.7px;margin:0 0 20px}.product-description{font-size:15px;line-height:1.7;color:#41444a}.spec-list-v4{display:grid}.spec-row-v4{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(160px,1.2fr);gap:18px;padding:12px 0;border-bottom:1px solid #ececee}.spec-row-v4:last-child{border-bottom:0}.spec-row-v4 span{color:#85888e;font-size:13px}.spec-row-v4 strong{font-size:13px}.related-section{padding-top:44px}.gallery-lightbox[hidden]{display:none}.gallery-lightbox{position:fixed;inset:0;background:rgba(11,12,14,.94);z-index:200;display:flex;align-items:center;justify-content:center;padding:40px}.gallery-lightbox img{max-width:min(1100px,85vw);max-height:88vh;object-fit:contain}.lightbox-close,.lightbox-arrow{position:absolute;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center}.lightbox-close{right:24px;top:24px}.lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}.lightbox-next{right:24px;top:50%;transform:translateY(-50%)}.lightbox-close svg,.lightbox-arrow svg{width:22px}.store-footer{margin-top:70px;background:#111214;color:#fff}.footer-grid{min-height:190px;padding:42px 0;display:flex;justify-content:space-between;gap:30px}.footer-logo .logo-text{font-size:22px}.footer-grid p{color:#979aa0;font-size:13px;margin:12px 0 0}.footer-links{display:flex;gap:24px;align-items:flex-start;font-size:13px;color:#c3c5c9}@media (max-width:1180px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-hero-v4{grid-template-columns:minmax(0,1fr) 430px}}@media (max-width:900px){.shell{width:min(100% - 28px,1380px)}.header-main{height:68px;grid-template-columns:auto 1fr auto;gap:12px}.catalog-trigger{width:42px;height:42px;padding:0;justify-content:center;border:0;background:transparent}.catalog-trigger span{display:none}.store-logo{justify-self:center}.logo-text{font-size:21px}.store-search{grid-column:1/-1;grid-row:2;height:44px}.store-header{padding-bottom:12px}.header-main{height:auto;padding-top:11px}.header-actions{justify-self:end}.header-action>span:last-child{display:none}.header-icon{border:0;width:42px;height:42px}.category-chips a.active{background:#151618;color:#fff;border-color:#151618}.product-hero-v4{grid-template-columns:1fr;gap:18px}.product-buy-column{position:static}.product-desktop-heading{display:none}.product-mobile-heading{display:block;margin-bottom:14px}.product-mobile-heading h1{font-size:34px}.gallery-stage{aspect-ratio:1.08/1}.product-content-grid{grid-template-columns:1fr}.product-tabs{top:124px}.footer-grid{min-height:160px}}@media (max-width:640px){body{font-size:15px;padding-bottom:0}.shell{width:calc(100% - 20px)}.page-shell{padding-top:12px;padding-bottom:32px}.breadcrumbs{display:none}.store-header{position:sticky}.header-main{padding-top:7px;gap:4px}.catalog-trigger,.header-icon{width:40px;height:40px}.logo-text{font-size:20px}.store-search{height:42px;margin-top:2px}.store-search button{display:none}.store-search input{font-size:14px}.store-search>svg{margin-left:13px}.section{padding-top:36px}.section-heading{margin-bottom:16px}.section-heading h2{font-size:25px}.section-heading>a{font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card-v4{border-radius:16px}.product-card-media{padding:7px}.product-card-content{padding:10px}.product-card-title{font-size:13px;min-height:34px}.product-card-pricing{margin-top:10px;gap:5px;flex-wrap:wrap}.product-card-pricing strong{font-size:17px}.product-card-pricing del{font-size:10px}.card-cart-form button{width:36px;height:36px;padding:0;justify-content:center;border-radius:10px}.card-cart-form button span{display:none}.card-cart-form button svg{width:17px}.product-mobile-heading{margin:6px 2px 12px}.product-mobile-heading h1{font-size:27px;letter-spacing:-.8px;margin:5px 0 5px}.product-kicker,.product-code{font-size:10px}.gallery-stage{margin:0 -2px;border-radius:19px;aspect-ratio:1/1}.gallery-main-button{padding:12px}.gallery-arrow{display:none}.gallery-counter{right:10px;bottom:10px;padding:5px 8px;font-size:10px}.gallery-thumbs{gap:7px;padding-top:8px}.gallery-thumb{width:56px;height:56px;flex-basis:56px;border-radius:10px}.purchase-card{border-radius:17px;padding:16px;margin-top:9px}.old-price-line{height:17px}.old-price-line del{font-size:12px}.discount-pill{font-size:9px}.current-price{font-size:31px;letter-spacing:-.9px}.saving-line{font-size:10px}.stock-line{font-size:11px;margin-top:8px}.buy-form-v4{grid-template-columns:100px 1fr;margin-top:13px}.qty-stepper,.primary-buy-button{height:46px;border-radius:12px}.delivery-panel{border-radius:16px}.delivery-option{grid-template-columns:36px 1fr;padding:12px 13px;gap:10px}.delivery-icon{width:34px;height:34px;border-radius:10px}.delivery-icon svg{width:17px}.delivery-option strong{font-size:12px}.delivery-option small{font-size:10px}.warehouse-card{border-radius:15px}.warehouse-card summary{padding:13px;font-size:11px}.warehouse-card summary>span:last-child{font-size:10px}.product-tabs{margin:18px -10px 0;border-radius:0;border-left:0;border-right:0;top:105px;padding:6px 10px;overflow:auto}.product-tabs a{flex:0 0 auto;height:36px;font-size:11px;padding:0 11px}.product-content-grid{margin-top:10px;gap:10px}.content-card{padding:18px;border-radius:17px}.content-card h2{font-size:22px;margin-bottom:14px}.product-description{font-size:13px;line-height:1.62}.spec-row-v4{grid-template-columns:1fr;gap:4px;padding:10px 0}.spec-row-v4 span,.spec-row-v4 strong{font-size:11px}.availability-list strong,.availability-list b{font-size:11px}.availability-list small{font-size:9px}.gallery-lightbox{padding:12px}.gallery-lightbox img{max-width:96vw;max-height:83vh}.lightbox-arrow{display:none}.lightbox-close{right:12px;top:12px}.related-section{padding-top:32px}.footer-grid{padding:30px 0;display:block}.footer-links{margin-top:22px;flex-wrap:wrap}.store-footer{margin-top:40px}}.mobile-search-action,.mobile-product-essential,.mobile-buy-actions-v41,.gallery-dots{display:none}.desktop-short-description{margin:8px 0 6px;color:var(--muted);font-size:14px;line-height:1.45;max-width:620px}.marketplace-advantage{margin-top:16px;border:1px solid #ececee;border-radius:15px;overflow:hidden;background:#fafafa}.dolyami-line{margin-top:12px;display:flex;align-items:center;gap:10px;background:#f7f4ff;border:1px solid #e9e1ff;border-radius:13px;padding:10px 12px;font-size:12px}.dolyami-mark{font-weight:950;letter-spacing:-.2px;background:#fff;border:1px solid #ddd1ff;border-radius:9px;padding:5px 8px}.dolyami-line strong{font-size:12px}.desktop-buy-actions{display:grid;grid-template-columns:1fr;gap:9px}.desktop-buy-now-form button{width:100%;height:48px;border:1px solid #dcdde0;border-radius:14px;background:#fff;font-weight:900;color:#17181a}.desktop-buy-now-form button:hover{background:#f5f5f6}.product-community-section{margin-top:16px}@media (max-width:640px){.store-header{padding-bottom:0}.header-main{height:56px!important;padding:5px 10px!important;grid-template-columns:40px minmax(0,1fr) 40px 40px!important;gap:2px!important}.catalog-trigger{grid-column:1}.store-logo{grid-column:2;justify-self:center}.mobile-search-action{display:grid;grid-column:3;width:40px;height:40px;place-items:center;border-radius:12px}.mobile-search-action svg{width:21px}.store-search{display:none!important}.header-actions{grid-column:4}.header-icon{width:40px;height:40px}.logo-text{font-size:20px}.product-page-v41{padding-top:8px;padding-bottom:34px}.product-hero-v41{gap:8px}.product-gallery-v4{margin:0}.gallery-stage{margin:0;border-radius:17px;aspect-ratio:4/3;background:#fff}.gallery-main-button{padding:9px}.gallery-arrow{display:none}.gallery-thumbs{display:none!important}.gallery-counter{right:9px;bottom:8px;padding:4px 7px;font-size:9px}.gallery-dots{display:flex;position:absolute;left:50%;bottom:11px;transform:translateX(-50%);gap:5px;z-index:4;max-width:62%;overflow:hidden}.gallery-dots button{width:6px;height:6px;min-width:6px;border:0;padding:0;border-radius:50%;background:#b9bbc0;opacity:.9}.gallery-dots button.active{background:#282a2e;transform:scale(1.2)}.product-buy-column{position:static}.product-desktop-heading,.desktop-product-features,.desktop-commerce-secondary,.desktop-purchase-meta,.desktop-buy-actions{display:none!important}.purchase-card-v41{margin-top:0;padding:13px;border-radius:16px;border-color:#e8e8ea}.old-price-line{height:15px}.old-price-line del{font-size:11px}.discount-pill{font-size:9px;padding:2px 6px}.current-price{font-size:30px;line-height:1;letter-spacing:-.8px;margin-top:5px}.saving-line{font-size:10px;margin-top:4px}.stock-line{margin-top:8px;font-size:10px}.marketplace-advantage{margin-top:11px;border-radius:12px}.dolyami-line{margin-top:9px;padding:8px 9px;border-radius:11px;gap:7px}.dolyami-mark{padding:4px 6px;font-size:10px}.dolyami-line strong{font-size:10px}.mobile-buy-actions-v41{display:grid;grid-template-columns:1.15fr .85fr;gap:7px;margin-top:11px}.mobile-buy-actions-v41 form{margin:0}.mobile-buy-actions-v41 button{width:100%;height:44px;border-radius:12px;font-weight:900;font-size:12px}.mobile-buy-now{border:0;background:var(--accent);color:#fff}.mobile-add-cart{border:0;background:#17181a;color:#fff}.mobile-product-essential{display:block;margin-top:9px}.mobile-description-card,.mobile-secondary-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;margin-top:8px}.mobile-description-card summary,.mobile-secondary-card summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px;cursor:pointer}.mobile-description-card summary::-webkit-details-marker,.mobile-secondary-card summary::-webkit-details-marker{display:none}.mobile-description-card summary>span{min-width:0;display:flex;flex-direction:column}.mobile-description-card summary strong,.mobile-secondary-card summary strong{font-size:12px}.mobile-description-card summary small{font-size:10px;color:#797c82;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:78vw}.mobile-description-card summary svg,.mobile-secondary-card summary svg{width:15px;color:#8b8e94;transition:.2s}.mobile-description-card[open] summary svg,.mobile-secondary-card[open] summary svg{transform:rotate(90deg)}.mobile-description-body{border-top:1px solid var(--line);padding:13px}.mobile-description-body .product-description{font-size:12px;line-height:1.55}.mobile-description-body h3{font-size:15px;margin:18px 0 5px}.mobile-description-body .spec-row-v4{grid-template-columns:1fr 1fr;gap:8px;padding:8px 0}.mobile-description-body .spec-row-v4 span,.mobile-description-body .spec-row-v4 strong{font-size:10px}.mobile-secondary-card summary>span{display:flex;align-items:center;gap:7px;font-size:10px}.mobile-secondary-card summary>span:last-child{color:#85888e}.mobile-secondary-card .warehouse-list{padding:2px 13px 8px}.mobile-secondary-card .warehouse-list strong,.mobile-secondary-card .warehouse-list b{font-size:10px}.mobile-secondary-card .warehouse-list small{font-size:9px}.mobile-support-card{margin-top:8px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px 13px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.mobile-support-card div{display:flex;flex-direction:column}.mobile-support-card strong{font-size:11px}.mobile-support-card span{font-size:9px;line-height:1.35;color:#7d8086;margin-top:3px}.mobile-support-card a{height:34px;padding:0 12px;border-radius:10px;background:#f2f2f3;display:flex;align-items:center;font-size:10px;font-weight:850}.desktop-product-content{display:none!important}.product-community-section{margin-top:8px}.community-card .section-label{font-size:9px;margin-bottom:4px}.related-section{padding-top:28px}}.desktop-community-line{display:flex;align-items:center;gap:14px;margin-top:10px;font-size:12px;color:#74777e}.desktop-community-line a{font-weight:800;color:#313338}.desktop-community-line .rating-star{color:#d13731;margin-right:3px}.marketplace-advantage-v42{background:#fff;border-color:#e8e8ea}.advantage-title-v42{padding:11px 13px 8px;font-size:13px;font-weight:900}.marketplace-grid-v42{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 12px 12px}.marketplace-card-v42{min-width:0;border:1px solid #ececee;border-radius:13px;padding:10px;display:grid;grid-template-columns:auto 1fr;gap:3px 8px;align-items:center;background:#fafafa}.marketplace-brand-badge{display:inline-grid;place-items:center;height:26px;min-width:48px;padding:0 8px;border-radius:9px;font-size:10px;font-weight:950;letter-spacing:-.25px;color:#fff}.marketplace-brand-badge.ozon{background:linear-gradient(110deg,#1464ff,#005bff)}.marketplace-brand-badge.wb{background:linear-gradient(120deg,#b20adf,#f0009c)}.marketplace-price-v42{font-size:14px;font-weight:900;justify-self:end;white-space:nowrap}.marketplace-card-v42 small{grid-column:1/-1;color:var(--good);font-size:10px;font-weight:800;line-height:1.25}.dolyami-line-v42{justify-content:space-between}.mobile-after-community-v42{display:none}.product-community-section-v42{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 26px;scroll-margin-top:130px}.community-section-head-v42{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.community-section-head-v42 h2{margin:0;font-size:27px;letter-spacing:-.6px}.community-rating-summary-v42{display:flex;align-items:center;gap:7px;font-size:20px}.community-rating-summary-v42 span,.review-stars-v42{color:#d13731}.review-list-v42,.question-list-v42{display:grid;gap:10px}.review-item-v42,.question-item-v42{border:1px solid #ececee;border-radius:16px;padding:16px;background:#fcfcfc}.review-item-top-v42{display:flex;align-items:center;justify-content:space-between;gap:14px}.review-item-v42 p,.question-item-v42 p{margin:9px 0 0;font-size:13px;line-height:1.55;color:#44474d}.review-meta-v42{display:flex;align-items:center;gap:9px;margin-top:10px;color:#90939a;font-size:10px}.source-badge-v42{border-radius:7px;padding:4px 7px;background:#ececee;color:#555;font-weight:900}.source-badge-v42.source-ozon{background:#e8f0ff;color:#0759dc}.answer-v42{margin-top:12px;border-left:3px solid var(--accent);padding:9px 11px;background:#fdf3f2;border-radius:0 10px 10px 0;display:grid;gap:4px;font-size:12px;line-height:1.45}.community-empty-v42{border:1px dashed #dedee1;border-radius:14px;padding:18px;color:#777a81;font-size:13px}.community-form-toggle-v42{margin-top:14px;border-top:1px solid #ececee;padding-top:14px}.community-form-toggle-v42>summary{list-style:none;display:inline-flex;height:42px;align-items:center;padding:0 15px;border:1px solid #dfe0e2;border-radius:12px;font-size:12px;font-weight:900;cursor:pointer;background:#fff}.community-form-toggle-v42>summary::-webkit-details-marker{display:none}.community-form-v42{margin-top:12px;display:grid;grid-template-columns:1fr 180px;gap:10px}.community-form-v42 label{display:grid;gap:6px;font-size:11px;font-weight:800}.community-form-v42 input,.community-form-v42 select,.community-form-v42 textarea{width:100%;border:1px solid #dfe0e2;border-radius:11px;padding:10px 11px;background:#fff;outline:none}.community-form-v42 input:focus,.community-form-v42 select:focus,.community-form-v42 textarea:focus{border-color:#d13731;box-shadow:0 0 0 3px rgba(209,55,49,.1)}.community-form-wide-v42{grid-column:1/-1}.community-form-v42 button{justify-self:start;height:42px;border:0;border-radius:11px;padding:0 16px;background:#17181a;color:#fff;font-weight:900}.mobile-community-links-v42{display:none}@media (max-width:640px){.breadcrumbs{display:none}.product-page-v42{padding-top:8px}.product-mobile-heading-v42{margin:0 1px 8px}.product-mobile-heading-v42 h1{font-size:23px;line-height:1.09;letter-spacing:-.55px;margin:0}.product-mobile-heading-v42>p{font-size:12px;line-height:1.25;margin:4px 0 0;color:#686b72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-hero-v42{gap:7px}.gallery-stage{border-radius:15px;aspect-ratio:1/1;background:#fff}.gallery-main-button{padding:5px 7px}.gallery-counter{font-size:10px;padding:5px 8px;bottom:8px}.gallery-dots{bottom:10px}.gallery-dots button{width:7px;height:7px;min-width:7px}.purchase-card-v42{padding:14px 13px 13px;border-radius:16px}.price-zone-v42{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:9px}.price-zone-v42 .old-price-line{order:2;height:auto}.price-zone-v42 .current-price{order:1;width:auto;font-size:37px;line-height:1;letter-spacing:-1.15px;margin:0}.price-zone-v42 .saving-line{order:3;flex-basis:100%;font-size:11px;margin-top:5px}.price-zone-v42 .old-price-line del{font-size:12px}.price-zone-v42 .discount-pill{font-size:10px;padding:3px 6px}.marketplace-advantage-v42{margin-top:12px;border:0;background:transparent;border-radius:0;overflow:visible}.advantage-title-v42{padding:0 0 7px;font-size:13px}.marketplace-grid-v42{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:0}.marketplace-card-v42{padding:8px 9px;border-radius:12px;background:#f7f7f8;grid-template-columns:auto 1fr;gap:3px 6px}.marketplace-brand-badge{height:25px;min-width:46px;padding:0 7px;font-size:10px}.marketplace-price-v42{font-size:13px}.marketplace-card-v42 small{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dolyami-line-v42{margin-top:9px;min-height:42px;padding:8px 10px;border-radius:12px}.dolyami-line-v42 .dolyami-mark{font-size:11px;padding:5px 7px}.dolyami-line-v42 strong{font-size:11px;text-align:right}.purchase-card-v42 .stock-line{font-size:11px;margin-top:9px}.mobile-buy-actions-v42{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.mobile-buy-actions-v42 button{height:54px!important;border-radius:14px!important;font-size:15px!important;letter-spacing:-.15px}.mobile-buy-actions-v42 .mobile-buy-now{background:var(--accent)}.mobile-buy-actions-v42 .mobile-add-cart{background:#17181a}.mobile-product-essential-v42{display:block;margin-top:8px}.mobile-community-links-v42{display:grid;grid-template-columns:1fr 1fr;gap:8px}.community-jump-v42{min-height:70px;border:1px solid var(--line);border-radius:15px;background:#fff;padding:11px 13px;display:flex;flex-direction:column;justify-content:center;gap:4px}.community-metric-v42{font-size:21px;font-weight:950;letter-spacing:-.5px;line-height:1}.community-metric-v42 i{font-style:normal;color:#d13731;font-size:18px;margin-right:5px}.community-jump-v42 strong{font-size:15px;line-height:1.1}.mobile-description-card-v42{margin-top:8px;border-radius:15px}.mobile-description-card-v42 summary{min-height:52px;padding:0 14px}.mobile-description-card-v42 summary strong{font-size:15px}.mobile-description-card-v42 .mobile-description-body{padding:14px}.mobile-description-card-v42 .product-description{font-size:12px;line-height:1.6}.mobile-description-card-v42 .spec-row-v4{padding:9px 0}.mobile-description-card-v42 .spec-row-v4 span,.mobile-description-card-v42 .spec-row-v4 strong{font-size:11px}.product-community-section-v42{margin-top:8px;padding:14px 13px;border-radius:15px;scroll-margin-top:68px}.community-section-head-v42{margin-bottom:12px}.community-section-head-v42 .section-label{display:none}.community-section-head-v42 h2{font-size:19px}.community-rating-summary-v42{font-size:16px}.review-list-v42,.question-list-v42{gap:8px}.review-item-v42,.question-item-v42{padding:12px;border-radius:13px}.review-item-top-v42 strong,.question-item-v42>strong{font-size:12px}.review-stars-v42{font-size:11px;letter-spacing:1px}.review-item-v42 p,.question-item-v42 p{font-size:11px;line-height:1.5;margin-top:7px}.review-meta-v42{margin-top:8px}.source-badge-v42{font-size:8px;padding:3px 6px}.answer-v42{font-size:10px}.community-empty-v42{padding:12px;font-size:11px}.community-form-toggle-v42{padding-top:11px;margin-top:11px}.community-form-toggle-v42>summary{height:40px;font-size:11px}.community-form-v42{grid-template-columns:1fr;gap:9px}.community-form-v42 label,.community-form-wide-v42{grid-column:auto}.community-form-v42 input,.community-form-v42 select,.community-form-v42 textarea{font-size:12px}.community-form-v42 button{width:100%;height:44px}.mobile-after-community-v42{display:block;margin-top:8px}.mobile-secondary-card-v42{margin-top:0}.mobile-support-card-v42 strong{font-size:12px}.mobile-support-card-v42 span{font-size:10px}.mobile-support-card-v42 a{font-size:11px}.desktop-product-content{display:none!important}.related-section{padding-top:24px}}.mobile-commerce-row-v43,.mobile-qty-v43,.mobile-warehouses-inline-v43,.mobile-community-panel-v43{display:none}.community-toggle-v43{font:inherit;color:inherit;text-align:left;cursor:pointer}.mobile-after-community-v43 button[data-community-open]{border:0;background:var(--accent);color:#fff;font-weight:900;border-radius:10px;padding:9px 13px;cursor:pointer}@media (max-width:640px){.product-mobile-heading-v43>p{display:none}.purchase-card-v43{padding:11px 11px 12px}.purchase-card-v43>.price-zone-v42,.purchase-card-v43>.marketplace-advantage-v42,.purchase-card-v43>.stock-line{display:none!important}.mobile-commerce-row-v43{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;margin:0 0 8px}.market-prices-compact-v43{display:flex;gap:5px;align-self:stretch}.market-price-mini-v43{width:57px;min-height:65px;border:1px solid #ececef;border-radius:11px;background:#f7f7f8;padding:7px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-decoration:none;color:#1b1c1f}.market-logo-v43{height:20px;display:flex;align-items:center;justify-content:center;line-height:1}.ozon-wordmark-v43{font-size:14px;font-weight:950;letter-spacing:-1.15px;color:#005bff}.wb-wordmark-v43{display:grid;place-items:center;width:26px;height:22px;border-radius:6px;background:linear-gradient(135deg,#8f13d6,#f000a8);color:#fff;font-size:10px;font-weight:950;letter-spacing:-.5px}.market-price-number-v43{font-size:10px;font-weight:850;white-space:nowrap;color:#5f6269}.our-price-compact-v43{min-width:0;display:flex;flex-direction:column;justify-content:center}.better-here-v43{font-size:10px;line-height:1.1;font-weight:900;color:#f36b00;margin-bottom:3px}.our-price-line-v43{display:flex;align-items:center;gap:6px;min-width:0}.our-price-line-v43 strong{font-size:29px;line-height:1;font-weight:950;letter-spacing:-1px;white-space:nowrap;color:#111214}.our-price-line-v43 span{font-size:9px;font-weight:950;background:#ffd938;color:#292000;border-radius:6px;padding:4px 5px;white-space:nowrap}.our-price-compact-v43 small{font-size:10px;color:#d96a00;margin-top:4px;white-space:nowrap}.mobile-qty-v43{display:grid;grid-template-columns:32px 30px 32px;align-items:center;height:44px;border:1px solid #e5e5e8;border-radius:11px;background:#fff;overflow:hidden}.mobile-qty-v43 button{height:100%;border:0;background:#fff;display:grid;place-items:center;padding:0;color:#202124}.mobile-qty-v43 button svg{width:13px;height:13px}.mobile-qty-v43 input{width:30px;border:0;text-align:center;font-size:13px;font-weight:900;outline:0;background:#fff;-moz-appearance:textfield}.mobile-qty-v43 input::-webkit-inner-spin-button,.mobile-qty-v43 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.purchase-card-v43>.dolyami-line-v42{margin-top:7px;min-height:38px;padding:7px 9px}.mobile-buy-actions-v43{margin-top:8px;gap:7px}.mobile-buy-actions-v43 button{height:50px!important;font-size:15px!important;border-radius:12px!important}.mobile-warehouses-inline-v43{display:block;margin-top:8px;border:1px solid #e8e8eb;border-radius:12px;background:#fff;overflow:hidden}.mobile-warehouses-inline-v43>summary{list-style:none;min-height:43px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.mobile-warehouses-inline-v43>summary::-webkit-details-marker{display:none}.mobile-warehouses-inline-v43>summary>span:first-child{display:flex;align-items:center;gap:7px;min-width:0}.mobile-warehouses-inline-v43>summary strong{font-size:11px;white-space:nowrap}.mobile-warehouses-inline-v43>summary>span:last-child{display:flex;align-items:center;gap:4px;color:#73767d;font-size:9px;font-weight:800;white-space:nowrap}.mobile-warehouses-inline-v43>summary svg{width:12px;height:12px;transition:transform .2s ease}.mobile-warehouses-inline-v43[open]>summary svg{transform:rotate(90deg)}.mobile-warehouses-inline-v43 .warehouse-list{border-top:1px solid #efeff1;padding:3px 10px 7px}.mobile-warehouses-inline-v43 .warehouse-list>div{padding:8px 0}.mobile-warehouses-inline-v43 .warehouse-list strong{font-size:10px}.mobile-warehouses-inline-v43 .warehouse-list small{font-size:8px}.mobile-warehouses-inline-v43 .warehouse-list b{font-size:10px}.mobile-product-essential-v43{margin-top:7px}.mobile-community-links-v43{gap:7px}.mobile-community-links-v43 .community-toggle-v43{min-height:58px;padding:9px 12px;border-radius:13px;appearance:none;-webkit-appearance:none}.mobile-community-links-v43 .community-metric-v42{font-size:19px}.mobile-community-links-v43 .community-metric-v42 i{font-size:16px}.mobile-community-links-v43 .community-toggle-v43 strong{font-size:15px;font-weight:950}.mobile-community-links-v43 .community-toggle-v43[aria-expanded="true"]{border-color:#ffb267;box-shadow:0 0 0 2px rgba(209,55,49,.08);background:#fffaf5}.mobile-community-panel-v43{margin-top:7px;border:1px solid #e8e8eb;border-radius:14px;background:#fff;padding:12px}.mobile-community-panel-v43[hidden]{display:none!important}.mobile-community-panel-v43:not([hidden]){display:block}.mobile-community-panel-head-v43{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.mobile-community-panel-head-v43>strong{font-size:17px;letter-spacing:-.25px}.mobile-community-panel-head-v43>span{font-size:15px;font-weight:900}.mobile-community-panel-head-v43>span i{font-style:normal;color:#d13731;margin-right:3px}.mobile-community-panel-v43 .review-item-v42,.mobile-community-panel-v43 .question-item-v42{padding:11px;background:#fafafa}.mobile-community-panel-v43 .community-form-toggle-v42{margin-top:10px;padding-top:10px}.mobile-description-card-v43{margin-top:7px}.mobile-description-card-v43>summary{align-items:flex-start;min-height:unset;padding:12px 13px}.mobile-about-summary-v43{min-width:0;display:flex;flex-direction:column;gap:5px;padding-right:8px}.mobile-about-summary-v43>strong{font-size:16px!important;line-height:1.1}.mobile-about-summary-v43>span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.42;color:#666970;font-weight:500}.mobile-description-card-v43>summary>svg{flex:0 0 auto;margin-top:2px}.mobile-description-card-v43[open] .mobile-about-summary-v43>span{display:none}.desktop-community-section-v43{display:none!important}.mobile-after-community-v43>details.mobile-secondary-card-v42{display:none!important}.mobile-after-community-v43{margin-top:7px}.mobile-support-card-v42{padding:10px 11px;min-height:54px}.mobile-support-card-v42 strong{font-size:12px}.mobile-support-card-v42 span{font-size:9px}.mobile-support-card-v42 button[data-community-open]{font-size:10px;padding:8px 10px}}.desktop-product-info-v44{min-width:0}.lightbox-counter-v44{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);z-index:3;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;backdrop-filter:blur(8px)}.desktop-spec-preview-v44,.desktop-about-preview-v44{margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px 18px}.desktop-spec-preview-v44 h2,.desktop-about-preview-v44 h2{font-size:18px;letter-spacing:-.35px;margin:0 0 12px}.desktop-spec-preview-v44>div{display:grid;grid-template-columns:minmax(105px,.9fr) minmax(120px,1.1fr);gap:12px;padding:8px 0;border-bottom:1px solid #eeeeef}.desktop-spec-preview-v44>div span{color:#85888f;font-size:12px}.desktop-spec-preview-v44>div strong{font-size:12px;line-height:1.35}.desktop-spec-preview-v44>a,.desktop-about-preview-v44>a{margin-top:12px;display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:850;color:#50535a}.desktop-spec-preview-v44>a svg{width:14px}.desktop-community-line-v44{flex-wrap:wrap}.desktop-community-line-v44 a{height:34px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;align-items:center;gap:5px}.desktop-community-line-v44 a strong{font-size:12px}.desktop-short-description-v44{font-size:14px!important;line-height:1.48!important;color:#565960!important;margin:14px 0 0!important}.product-buy-column-v44{min-width:0}.purchase-card-v44{margin-top:0}.desktop-delivery-v44{margin-top:10px}.delivery-estimator-v5{background:#fff;border-top:1px solid var(--line)}.delivery-estimator-trigger-v5{width:100%;min-height:54px;border:0;background:#fff;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;color:#202124}.delivery-estimator-trigger-v5>span{display:flex;align-items:center;gap:8px;min-width:0}.delivery-estimator-trigger-v5>span:first-child svg{width:19px;color:#60636a}.delivery-estimator-trigger-v5>span:last-child{font-size:11px;font-weight:800;color:#74777e;justify-content:flex-end}.delivery-estimator-trigger-v5>span:last-child svg{width:13px}.delivery-estimator-form-v5{display:grid;grid-template-columns:1fr auto;gap:7px;padding:0 11px 10px}.delivery-estimator-form-v5[hidden]{display:none}.delivery-estimator-form-v5 input{min-width:0;height:40px;border:1px solid #dfe0e2;border-radius:10px;padding:0 11px;outline:0}.delivery-estimator-form-v5 input:focus{border-color:#ffa655;box-shadow:0 0 0 3px rgba(209,55,49,.09)}.delivery-estimator-form-v5 button{height:40px;border:0;border-radius:10px;background:#18191b;color:#fff;padding:0 14px;font-weight:850}.delivery-estimator-result-v5{margin:0 11px 11px;padding:10px 11px;border-radius:11px;background:#f5fbf7;border:1px solid #dcefe3}.delivery-estimator-result-v5[hidden]{display:none}.delivery-estimator-result-v5.is-error{background:#fff5f5;border-color:#f3dede;color:#9b3434}.delivery-estimator-result-v5 strong{display:block;font-size:12px}.delivery-estimator-result-v5 span{display:block;margin-top:3px;font-size:11px;line-height:1.4;color:#555a61}.delivery-estimator-result-v5 small{display:block;margin-top:4px;font-size:9px;color:#85888f}@media (min-width:1101px){.product-hero-v44{grid-template-columns:minmax(430px,1.42fr) minmax(300px,.82fr) minmax(330px,.86fr);gap:18px;align-items:start}.product-gallery-v4{position:sticky;top:126px;align-self:start}.product-buy-column-v44{position:sticky;top:126px}.desktop-product-info-v44{display:block}.product-desktop-heading h1{font-size:31px;line-height:1.08;letter-spacing:-.9px;margin:6px 0 6px}.gallery-stage{aspect-ratio:1.05/1;border-radius:22px}.gallery-main-button{padding:20px}.gallery-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;padding-top:9px;overflow:visible}.gallery-thumb{width:100%;height:auto;aspect-ratio:1/1;min-width:0;flex:auto;border-radius:11px}.purchase-card-v44{padding:17px;border-radius:18px}.purchase-card-v44 .current-price{font-size:34px}.purchase-card-v44 .marketplace-card-v42{padding:8px}.purchase-card-v44 .marketplace-brand-badge{height:23px;min-width:44px}.purchase-card-v44 .marketplace-price-v42{font-size:13px}.purchase-card-v44 .buy-form-v4{grid-template-columns:108px 1fr;gap:8px;margin-top:14px}.purchase-card-v44 .qty-stepper,.purchase-card-v44 .primary-buy-button{height:46px}.purchase-card-v44 .desktop-buy-now-form button{height:43px}.desktop-commerce-secondary{border-radius:16px}.warehouse-card summary{padding:13px 14px}.product-tabs{margin-top:24px}}@media (min-width:641px) and (max-width:1100px){.product-hero-v44{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:18px}.desktop-product-info-v44{grid-column:1/2;grid-row:2}.product-buy-column-v44{grid-column:2/3;grid-row:1/3;position:sticky;top:126px}.product-gallery-v4{grid-column:1/2;grid-row:1}}@media (max-width:640px){.desktop-product-info-v44{display:none!important}.product-hero-v44{display:grid!important;grid-template-columns:1fr!important}.product-buy-column-v44{position:static!important}.lightbox-arrow{display:none}.gallery-lightbox{padding:12px;touch-action:pan-y}.gallery-lightbox img{max-width:100%;max-height:82vh;user-select:none;-webkit-user-drag:none}.lightbox-close{right:14px;top:14px}.lightbox-counter-v44{bottom:max(18px,env(safe-area-inset-bottom));font-size:12px}.mobile-warehouses-inline-v43>summary{min-height:52px;padding:0 12px}.mobile-warehouses-inline-v43>summary strong{font-size:16px!important;letter-spacing:-.2px}.mobile-warehouses-inline-v43>summary>span:last-child{font-size:10px}.mobile-secondary-card-v44>summary{min-height:54px!important;padding:0 13px!important}.mobile-secondary-card-v44>summary strong{font-size:16px!important;letter-spacing:-.2px}.mobile-secondary-card-v44>summary>span:last-child{font-size:11px!important}.mobile-support-card-v44{min-height:66px!important;padding:12px 13px!important}.mobile-support-card-v44 strong{font-size:16px!important;line-height:1.15}.mobile-support-card-v44 span{font-size:10px!important;line-height:1.35;margin-top:3px}.mobile-support-card-v44 button[data-community-open]{font-size:11px!important;padding:9px 11px!important}.delivery-estimator-v5{margin-top:7px;border:1px solid #e8e8eb;border-radius:12px;overflow:hidden}.delivery-estimator-trigger-v5{min-height:50px;padding:0 11px}.delivery-estimator-trigger-v5>span:first-child strong{font-size:15px}.delivery-estimator-trigger-v5>span:last-child{font-size:10px}.delivery-estimator-form-v5{padding:0 9px 9px}.delivery-estimator-result-v5{margin:0 9px 9px}.delivery-estimator-result-v5 strong{font-size:12px}.delivery-estimator-result-v5 span{font-size:10px}.desktop-delivery-estimator-v5{display:none!important}}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.gallery-media-host{width:100%;height:100%;min-width:0;min-height:0}.gallery-video-frame,.lightbox-video-frame{width:100%;height:100%;background:#0e0f11;display:grid;place-items:center}.gallery-video-frame iframe,.lightbox-video-frame iframe{width:100%;height:100%;border:0}.gallery-video-thumb{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#18191b!important;color:#fff}.gallery-video-thumb-play{width:34px;height:34px;border-radius:50%;background:#fff;color:#151515;display:grid;place-items:center;font-size:13px;padding-left:2px}.gallery-video-thumb small{font-size:9px;font-weight:850}.lightbox-media-host{width:min(1180px,88vw);height:min(82vh,820px);display:grid;place-items:center}.lightbox-media-image{max-width:100%;max-height:100%;object-fit:contain}.lightbox-video-frame{width:min(1180px,88vw);height:min(72vh,720px);border-radius:16px;overflow:hidden}@media (min-width:1101px){.product-gallery-v51{display:grid;grid-template-columns:82px minmax(0,1fr);grid-template-rows:auto;gap:10px;align-items:start}.product-gallery-v51 .gallery-stage{grid-column:2;grid-row:1;aspect-ratio:1/1;min-width:0}.product-gallery-v51 .gallery-thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:8px;padding:0 2px 0 0;overflow-y:auto;overflow-x:hidden;max-height:min(70vh,690px);scrollbar-width:thin}.product-gallery-v51 .gallery-thumb{flex:0 0 76px;width:76px;height:76px;min-width:76px;border-radius:11px;padding:4px}.product-gallery-v51 .gallery-main-button{padding:18px}.mobile-delivery-estimator-v5{display:none!important}.desktop-product-info-v44 .desktop-short-description-v44{margin-top:15px!important;font-size:15px!important;line-height:1.55!important}.product-content-grid{grid-template-columns:1.15fr .85fr;grid-template-areas:"description specs" "availability specs"}.product-content-grid #description{grid-area:description}.product-content-grid #specs{grid-area:specs}.product-content-grid #availability{grid-area:availability}}@media (min-width:641px) and (max-width:1100px){.mobile-delivery-estimator-v5{display:none!important}}@media (max-width:640px){.product-gallery-v51 .gallery-thumbs{display:none!important}.mobile-warehouses-inline-v43 .warehouse-list{padding:4px 13px 9px}.mobile-warehouses-inline-v43 .warehouse-list>div{padding:12px 0;gap:14px}.mobile-warehouses-inline-v43 .warehouse-list strong{font-size:15px!important;line-height:1.2}.mobile-warehouses-inline-v43 .warehouse-list small{font-size:12px!important;line-height:1.25;margin-top:4px}.mobile-warehouses-inline-v43 .warehouse-list b{font-size:14px!important;white-space:nowrap}.mobile-secondary-card-v44 .warehouse-list strong{font-size:15px!important}.mobile-secondary-card-v44 .warehouse-list small{font-size:12px!important}.mobile-secondary-card-v44 .warehouse-list b{font-size:14px!important}.mobile-support-card-v44 strong{font-size:16px!important}.mobile-support-card-v44 span{font-size:12px!important}.lightbox-media-host{width:100%;height:84vh}.lightbox-video-frame{width:100%;height:min(72vh,620px);border-radius:12px}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.product-card-media{aspect-ratio:3/4;background:#fff;padding:8px}.product-card-media img{object-fit:contain;transform:none!important}.product-description{font-size:17px;line-height:1.68;color:#34373d}.content-card .desktop-short-description{font-size:17px!important;line-height:1.62!important;color:#34373d!important;font-weight:600;margin-bottom:16px!important}.desktop-product-info-v44 .desktop-short-description-v44{font-size:17px!important;line-height:1.58!important;color:#3f4248!important;font-weight:550!important}@media (min-width:1101px){.product-gallery-v51 .gallery-stage{aspect-ratio:3/4!important;background:#fff}.product-gallery-v51 .gallery-main-button{padding:10px 12px}.product-gallery-v51 .gallery-main-image{width:100%;height:100%;object-fit:contain}.product-gallery-v51 .gallery-thumbs{max-height:min(76vh,820px)}.product-gallery-v51 .gallery-thumb{height:94px;flex-basis:94px;aspect-ratio:3/4;padding:3px;background:#fff}.product-gallery-v51 .gallery-thumb img{object-fit:contain}.desktop-spec-preview-v44>div span,.desktop-spec-preview-v44>div strong{font-size:13px}}@media (max-width:640px){.gallery-stage{aspect-ratio:3/4!important;background:#fff}.gallery-main-button{padding:5px!important}.gallery-main-image{width:100%;height:100%;object-fit:contain}.mobile-about-summary-v43>span{font-size:14px!important;line-height:1.5!important;color:#4d5057!important;font-weight:550!important}.mobile-description-card-v42 .product-description,.mobile-description-card-v43 .product-description{font-size:15px!important;line-height:1.65!important}.mobile-description-card-v42 .spec-row-v4 span,.mobile-description-card-v42 .spec-row-v4 strong{font-size:13px!important}.mobile-warehouses-inline-v43 .warehouse-list strong{font-size:16px!important;line-height:1.25}.mobile-warehouses-inline-v43 .warehouse-list small{font-size:13px!important;line-height:1.35;margin-top:3px}.mobile-warehouses-inline-v43 .warehouse-list b{font-size:15px!important;white-space:nowrap}}@media (min-width:901px){.desktop-product-info-v44 .desktop-short-description-v44{font-size:15.5px!important;line-height:1.55!important;font-weight:500!important;color:#4a4d53!important}.warranty-badge-v53{display:inline-flex!important;align-items:center;height:26px;padding:0 10px;border-radius:999px;background:#eaf8ef;color:#18864b;font-size:11px!important;font-weight:900!important;border:1px solid #c9edd6}.pickup-only-v53 small{font-size:11px!important;color:#5e6268!important}}.mobile-pickup-v53{display:none}@media (max-width:900px){.mobile-pickup-v53{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:15px;padding:13px 15px;margin-top:10px;background:#fff}.mobile-pickup-v53>span{display:flex;align-items:center;gap:9px}.mobile-pickup-v53 svg{width:19px;height:19px}.mobile-pickup-v53 strong{font-size:15px}.mobile-pickup-v53 small{font-size:11px;color:#777b82;text-align:right}}.home-hero-slide.active{opacity:1;pointer-events:auto}.home-hero-dots button.active{background:#d13731;transform:scale(1.2)}.catalog-mega[hidden]{display:none!important}.catalog-mega{position:fixed;inset:0;z-index:90}.catalog-mega-backdrop{position:absolute;inset:0;background:rgba(22,23,26,.3);backdrop-filter:blur(2px)}.catalog-mega-panel{position:relative;margin-top:84px;background:#fff;border:1px solid #e6e7e9;border-radius:24px;box-shadow:0 24px 70px rgba(18,20,24,.18);max-height:calc(100vh - 110px);overflow:hidden}.catalog-mega-head{height:64px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ececef}.catalog-mega-head>strong{font-size:23px;letter-spacing:-.5px}.catalog-mega-head button{width:40px;height:40px;border:0;border-radius:12px;background:#f4f4f5;display:grid;place-items:center}.catalog-mega-head svg{width:19px}.catalog-mega-grid{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:430px;max-height:calc(100vh - 174px)}.catalog-mega-roots{padding:13px;background:#fafafa;border-right:1px solid #ececef;overflow:auto}.catalog-mega-roots a{min-height:44px;padding:0 12px;border-radius:11px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px;font-weight:750}.catalog-mega-roots a small{color:#9a9ca1}.catalog-mega-roots a.active{background:#fff;color:#111;font-weight:900;box-shadow:0 1px 4px rgba(0,0,0,.05)}.catalog-mega-content{padding:26px 30px;overflow:auto}.catalog-mega-content section{display:none}.catalog-mega-content section.active{display:block}.catalog-mega-content h3{font-size:28px;letter-spacing:-.7px;margin:0 0 20px}.catalog-mega-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 30px;align-items:start}.catalog-mega-links a{font-size:14px;line-height:1.35;padding:6px 0;color:#4f535a}.catalog-mega-links a:hover{color:#000}.catalog-mega-links .catalog-mega-all{font-weight:900;color:#111}.catalog-open{overflow:hidden}.home-reviews-track{display:flex;gap:14px;width:max-content}@media (min-width:901px){.desktop-community-line-v44{gap:10px 12px;font-size:14px!important}.desktop-community-line-v44 a{min-height:38px;padding:0 12px!important}.desktop-community-line-v44 a strong{font-size:14px!important}.desktop-community-line-v44>a b{font-size:14px}.desktop-community-line-v44>span:not(.warranty-badge-v53){font-size:13px}.product-tabs a{font-size:15px!important;padding:0 17px!important}.warehouse-card summary{font-size:15px!important}.warehouse-card summary>span:last-child{font-size:13px!important}.warehouse-list strong,.availability-list strong{font-size:14px!important}.warehouse-list small,.availability-list small{font-size:13px!important}.warehouse-list b,.availability-list b{font-size:14px!important}.review-item-v42 p,.question-item-v42 p{font-size:14px!important;line-height:1.6!important}.review-item-top-v42 strong,.question-item-v42>strong{font-size:14px!important}.review-meta-v42{font-size:12px!important}.source-badge-v42{font-size:10px!important}.answer-v42{font-size:13px!important}}@media (max-width:640px){.mobile-warehouses-inline-v43>summary>span:last-child{font-size:14px!important;font-weight:800!important}.mobile-secondary-card-v44>summary>span:last-child{font-size:14px!important;font-weight:800!important}.delivery-estimator-trigger-v5>span:last-child{font-size:14px!important;font-weight:800!important}.our-price-compact-v43 small{font-size:14px!important;line-height:1.3!important}.mobile-support-card-v44 button[data-community-open]{font-size:14px!important;padding:10px 13px!important}.mobile-support-card-v44 span{font-size:13px!important}.mobile-community-links-v43 .community-toggle-v43 strong{font-size:16px!important}.mobile-community-links-v43 .community-metric-v42{font-size:20px!important}.catalog-mega-panel{position:absolute;inset:0;margin:0;width:100%;max-height:none;border-radius:0;border:0}.catalog-mega-head{height:66px;padding:0 16px}.catalog-mega-grid{display:block;max-height:calc(100vh - 66px);overflow:auto}.catalog-mega-roots{background:#fff;border:0;padding:8px 12px}.catalog-mega-roots a{min-height:48px;font-size:16px;border-bottom:1px solid #f0f0f1;border-radius:0}.catalog-mega-content{padding:10px 18px 28px}.catalog-mega-content h3{font-size:22px;margin-bottom:12px}.catalog-mega-links{grid-template-columns:1fr;gap:1px}.catalog-mega-links a{font-size:15px;padding:9px 0}.catalog-mega-content section:not([data-catalog-pane="all"]){display:none!important}.catalog-mega-roots a.active{box-shadow:none;background:#f7f7f8;border-radius:12px}.home-reviews-v54 .section-heading h2{font-size:25px}}@media (max-width:640px){.catalog-mega-content{display:none!important}.catalog-mega-grid{display:block!important}.catalog-mega-roots{padding-bottom:24px}}.catalog-trigger{font:inherit;cursor:pointer}.header-main{grid-template-columns:auto auto minmax(300px,1fr) auto auto}.store-search-wrap{position:relative;min-width:0}.store-search-wrap .store-search{width:100%}.search-suggest-dropdown{position:absolute;z-index:95;left:0;right:0;top:calc(100% + 8px);max-height:min(620px,72vh);overflow:auto;background:#fff;border:1px solid #dedfe2;border-radius:18px;box-shadow:0 22px 60px rgba(22,26,34,.16);padding:8px}.search-suggest-dropdown[hidden]{display:none}.search-suggest-label{padding:8px 10px 6px;font-size:11px;font-weight:900;color:#8b8e95;text-transform:uppercase;letter-spacing:.08em}.search-suggest-categories{display:flex;flex-wrap:wrap;gap:6px;padding:0 6px 8px}.search-suggest-categories a{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;border-radius:10px;background:#f6f6f7;font-size:12px;font-weight:800}.search-suggest-categories small{color:#96999f;font-size:10px}.search-suggest-products{display:grid;gap:2px}.search-suggest-product{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 8px;border-radius:12px}.search-suggest-product:hover{background:#f6f6f7}.search-suggest-product img,.search-suggest-noimage{width:44px;height:56px;border-radius:9px;background:#f1f1f2;object-fit:contain}.search-suggest-copy{min-width:0;display:grid;gap:3px}.search-suggest-copy strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggest-copy small{font-size:10px;color:#898c93;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggest-product>b{font-size:13px;white-space:nowrap}.search-suggest-all{min-height:42px;margin-top:5px;border-top:1px solid #ededee;display:flex;align-items:center;justify-content:space-between;padding:8px 10px;font-size:12px;font-weight:900;color:#26282c}.search-suggest-all svg{width:16px}.search-suggest-empty{padding:18px;text-align:center;color:#85888e;font-size:13px}.header-location{position:relative;min-width:0}.header-location-trigger{height:42px;max-width:150px;border:1px solid #e1e1e3;background:#fff;border-radius:12px;padding:0 11px;display:flex;align-items:center;gap:7px;color:#292b2f;font-size:12px;font-weight:850}.header-location-trigger svg{width:18px;height:18px;color:var(--accent);flex:0 0 auto}.header-location-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-location-trigger:hover{background:#f8f8f9}.header-location-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:96;width:280px;background:#fff;border:1px solid #dedfe2;border-radius:16px;box-shadow:0 18px 50px rgba(20,25,35,.16);padding:13px;display:grid;grid-template-columns:1fr auto;gap:8px}.header-location-popover[hidden]{display:none}.header-location-popover label{grid-column:1/-1;display:grid;gap:6px;font-size:11px;font-weight:850;color:#55595f}.header-location-popover input{height:42px;border:1px solid #dcdde0;border-radius:11px;padding:0 11px;outline:0}.header-location-popover input:focus{border-color:#d13731;box-shadow:0 0 0 3px rgba(209,55,49,.09)}.header-location-popover button{grid-column:2;height:38px;border:0;border-radius:10px;background:#17181a;color:#fff;padding:0 13px;font-size:11px;font-weight:900}.discount-request-button{width:100%;min-height:44px;margin-top:12px;border:1px solid #ffd9b5;background:#fff7ef;color:#d85e00;border-radius:12px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:900}.discount-request-button:hover{background:#fff1e3}.discount-request-button svg{width:17px}@media (max-width:900px){.header-main{grid-template-columns:40px minmax(0,1fr) 40px minmax(58px,76px) 40px!important;gap:2px!important}.catalog-trigger{grid-column:1}.store-logo{grid-column:2}.mobile-search-action{grid-column:3}.store-search-wrap{display:none!important}.header-location{grid-column:4;justify-self:stretch}.header-actions{grid-column:5!important}.header-location-trigger{width:100%;height:40px;border:0;padding:0 4px;justify-content:center;gap:3px;background:transparent;font-size:10px}.header-location-trigger svg{width:16px}.header-location-trigger span{max-width:50px}.header-location-popover{position:fixed;left:10px;right:10px;top:64px;width:auto;grid-template-columns:1fr auto}}@media (max-width:370px){.header-location-trigger span{max-width:34px;font-size:9px}.logo-text{font-size:18px!important}}.lightbox-media-host{overflow:hidden;touch-action:none;cursor:zoom-in}.lightbox-media-host.is-zoomed{cursor:grab}.lightbox-media-host.is-dragging{cursor:grabbing}.lightbox-media-image{transform-origin:center center;will-change:transform;touch-action:none;transition:transform .16s ease}.lightbox-media-host.is-gesturing .lightbox-media-image{transition:none}@media (min-width:901px){.marketplace-price-v42{font-size:15px!important}.marketplace-card-v42 small{font-size:11px!important;line-height:1.35!important}.pickup-only-v53 small{font-size:13px!important;line-height:1.45!important;font-weight:600!important;color:#555960!important}.delivery-estimator-result-v5 strong{font-size:14px!important}.delivery-estimator-result-v5 span{font-size:13px!important;line-height:1.5!important}.delivery-estimator-result-v5 small{font-size:11px!important;line-height:1.4!important}.spec-row-v4 span,.spec-row-v4 strong{font-size:14px!important;line-height:1.45!important}}@media (max-width:900px){.market-price-number-v43{font-size:13px!important;font-weight:900!important}.better-here-v43{font-size:12px!important}.our-price-compact-v43 small{font-size:15px!important;line-height:1.35!important}.mobile-pickup-v53 small{font-size:13px!important;line-height:1.4!important;font-weight:650!important;color:#5c6067!important;max-width:62%}.delivery-estimator-result-v5 strong{font-size:14px!important;line-height:1.35!important}.delivery-estimator-result-v5 span{font-size:13px!important;line-height:1.5!important}.delivery-estimator-result-v5 small{font-size:11px!important;line-height:1.4!important}.mobile-description-card-v42 .spec-row-v4 span,.mobile-description-card-v42 .spec-row-v4 strong,.mobile-description-card-v43 .spec-row-v4 span,.mobile-description-card-v43 .spec-row-v4 strong{font-size:14px!important;line-height:1.45!important}.lightbox-media-host{height:84vh!important}.lightbox-media-image{max-width:100%;max-height:100%}}@media (max-width:900px){.delivery-estimator-result-v5 strong{font-size:16px!important;line-height:1.35!important;font-weight:900!important}.delivery-estimator-result-v5 span{font-size:15px!important;line-height:1.5!important;font-weight:750!important;color:#40444b!important}.delivery-estimator-result-v5 small{font-size:14px!important;line-height:1.45!important;font-weight:700!important;color:#676b72!important;margin-top:6px!important}}.mobile-logo-mark{display:none}@media (max-width:900px){.header-main{grid-template-columns:40px 44px 40px minmax(76px,1fr) 40px!important;gap:4px!important}.store-logo{display:flex!important;align-items:center;justify-content:center;min-width:44px}.store-logo .logo-text{display:none!important}.mobile-logo-mark{display:grid;width:38px;height:38px;border-radius:11px;place-items:center;background:var(--accent);color:#111;font-size:20px;font-weight:900;line-height:1;box-shadow:0 1px 0 rgba(0,0,0,.04)}.header-location-trigger{justify-content:flex-start!important;padding:0 5px!important;gap:4px!important;font-size:11px!important}.header-location-trigger svg{width:17px!important;height:17px!important;flex:0 0 17px}.header-location-trigger span{max-width:none!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:370px){.header-main{grid-template-columns:38px 40px 38px minmax(68px,1fr) 38px!important;gap:2px!important}.mobile-logo-mark{width:34px;height:34px;border-radius:10px;font-size:18px}.header-location-trigger{font-size:10px!important;padding:0 2px!important}}.catalog-mobile-tree{display:none}@media (max-width:900px){.header-main{height:auto!important;padding:7px 10px 9px!important;grid-template-columns:40px 44px minmax(0,1fr) 40px!important;grid-template-rows:40px 44px!important;gap:5px 4px!important}.catalog-trigger{grid-column:1!important;grid-row:1!important}.store-logo{grid-column:2!important;grid-row:1!important}.mobile-search-action{display:none!important}.header-location{grid-column:3!important;grid-row:1!important;min-width:0;justify-self:stretch!important}.header-actions{grid-column:4!important;grid-row:1!important}.store-search-wrap{display:block!important;grid-column:1/-1!important;grid-row:2!important;min-width:0;width:100%}.store-search-wrap .store-search{display:flex!important;width:100%!important;height:44px!important;margin:0!important;border-radius:13px!important;background:#f4f4f6!important;border:1px solid #e4e4e7!important}.store-search input{display:block!important;font-size:16px!important;min-width:0!important}.store-search>svg{display:block!important;width:19px!important;height:19px!important;margin-left:13px!important}.store-search button{display:none!important}.search-suggest-dropdown{top:calc(100% + 6px)!important;left:0!important;right:0!important;max-height:62vh!important;border-radius:15px!important;z-index:120!important}.store-header{overflow:visible!important}.catalog-mega-panel{position:absolute!important;inset:0!important;margin:0!important;width:100%!important;max-height:none!important;border-radius:0!important;border:0!important}.catalog-mega-grid{display:none!important}.catalog-mobile-tree{display:block;height:calc(100dvh - 66px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 14px 30px;background:#fff}.catalog-mobile-all,.catalog-mobile-root{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:9px;border-bottom:1px solid #ededf0;font-size:16px;font-weight:850;color:#17181b}.catalog-mobile-all{grid-template-columns:minmax(0,1fr) 20px;font-size:17px;font-weight:900}.catalog-mobile-all svg,.catalog-mobile-root svg{width:18px;height:18px;color:#8b8e95}.catalog-mobile-root small,.catalog-mobile-child small{font-size:12px;font-weight:700;color:#979aa1}.catalog-mobile-group{border-bottom:1px solid #f0f0f2}.catalog-mobile-group>.catalog-mobile-root{border-bottom:0}.catalog-mobile-child{min-height:43px;padding:0 28px 0 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#53575f;font-size:14px;font-weight:700}.catalog-mobile-child:last-child{padding-bottom:5px}}@media (max-width:370px){.header-main{grid-template-columns:38px 40px minmax(0,1fr) 38px!important;grid-template-rows:38px 44px!important;gap:4px 2px!important}.header-location-trigger{font-size:10px!important}}.delivery-mode-tabs button.active{border-color:#17181a;box-shadow:0 0 0 1px #17181a inset}.pvz-card-v6.active{border-color:#17181a;box-shadow:0 0 0 1px #17181a inset}.catalog-mega{z-index:1200!important}@media (max-width:900px){.catalog-mega{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;z-index:1200!important}.catalog-mega-panel{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;z-index:1201!important;background:#fff!important}.catalog-mega-backdrop{position:fixed!important;inset:0!important;z-index:1200!important}.catalog-mobile-tree{height:calc(100dvh - 66px)!important}}.delivery-provider-tabs button.active{border-color:#17181a;box-shadow:0 0 0 1px #17181a inset}.delivery-provider-logo.yandex{background:#ffec00;color:#161616}.delivery-provider-logo.ozon{background:#135cff;color:#fff}.pvz-view-tabs button.active{background:#fff;color:#17181a;box-shadow:0 1px 5px rgba(0,0,0,.08)}.pvz-provider-v6.ozon{background:#edf3ff;color:#135cff}.pvz-provider-v6.yandex{background:#fff8c8;color:#252525}@media (max-width:900px){.header-main{grid-template-columns:40px 138px minmax(64px,1fr) 40px!important;gap:4px!important}.store-logo{min-width:0!important;justify-self:start!important;justify-content:flex-start!important;padding-left:2px}.store-logo .logo-text{display:inline-block!important;font-size:19px!important;letter-spacing:-.85px!important;line-height:1!important}.mobile-logo-mark{display:none!important}.header-location-trigger{padding:0 3px!important;font-size:11px!important}}@media (max-width:390px){.header-main{grid-template-columns:38px 124px minmax(58px,1fr) 38px!important;gap:2px!important}.store-logo .logo-text{font-size:17.5px!important}.header-location-trigger{font-size:10.5px!important}}@media (max-width:350px){.header-main{grid-template-columns:36px 112px minmax(52px,1fr) 36px!important}.store-logo .logo-text{font-size:16px!important}}.review-item-v42 p,.question-item-v42 p{font-size:16px!important;line-height:1.62!important;color:#35383e!important}.review-item-top-v42 strong,.question-item-v42>strong{font-size:16px!important}.review-stars-v42{font-size:18px!important;letter-spacing:1.2px!important}.review-meta-v42{font-size:13px!important;gap:10px!important;margin-top:11px!important}.source-badge-v42{font-size:12px!important;padding:5px 9px!important;border-radius:8px!important}.source-badge-v42.source-ozon{background:#fff!important;color:#0759dc!important;border:1px solid #bed3ff!important;letter-spacing:.02em!important}.answer-v42{font-size:14px!important;line-height:1.55!important}@media (max-width:900px){.review-item-v42 p,.question-item-v42 p{font-size:15px!important;line-height:1.58!important}.review-item-top-v42 strong,.question-item-v42>strong{font-size:15px!important}.review-stars-v42{font-size:17px!important}.review-meta-v42{font-size:13px!important}.source-badge-v42{font-size:12px!important}}.footer-grid-v7{display:grid!important;grid-template-columns:1.5fr .8fr .8fr!important;gap:42px!important;padding:38px 0!important;min-height:0!important}.footer-brand-v7 p{max-width:420px;line-height:1.55}.footer-brand-v7 small{display:block;margin-top:12px;color:#85888e;line-height:1.5}.footer-contact-v7{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:14px}.footer-contact-v7 a{font-size:14px;font-weight:800}.footer-column-v7{display:grid!important;align-content:start!important;gap:10px!important;margin:0!important}.footer-column-v7 strong{font-size:14px;margin-bottom:3px}.footer-column-v7 a{font-size:13px}.footer-social-v7{display:flex;gap:8px;margin-top:16px}.footer-social-v7 a{width:38px;height:38px;border:1px solid #dedfe2;border-radius:11px;display:grid;place-items:center;font-size:13px;font-weight:900;background:#fff}.footer-social-v7 a svg{width:20px;height:20px;fill:currentColor;stroke:none}.footer-bottom-v7{border-top:1px solid var(--line);padding:16px 0 24px;display:flex;justify-content:space-between;gap:20px;color:#8a8d93;font-size:11px}.footer-logo .logo-text{display:inline-block!important}@media (max-width:900px){.footer-grid-v7{grid-template-columns:1fr 1fr!important;gap:26px!important;padding:30px 0!important}.footer-brand-v7{grid-column:1/-1}.footer-bottom-v7{flex-direction:column;gap:5px}.footer-column-v7 a{font-size:13px}}@media (min-width:1280px){.shell{width:min(1440px,calc(100% - 40px))}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}}.marketplace-header .header-main{height:76px;grid-template-columns:auto auto minmax(260px,1fr) minmax(150px,230px) auto;gap:14px}.header-delivery{min-width:0;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:12px}.header-delivery:hover{background:#f6f6f7}.header-delivery svg{width:19px;flex:0 0 auto}.header-delivery span{min-width:0;display:flex;flex-direction:column}.header-delivery small,.market-action small{font-size:10px;color:#8a8d93;line-height:1.15}.header-delivery strong{font-size:12px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-actions{gap:4px}.market-action{min-width:84px;flex-direction:column;gap:3px;padding:5px 7px;border-radius:11px;text-align:center}.market-action:hover{background:#f6f6f7}.market-action .header-icon{border:0;width:30px;height:27px;background:transparent}.market-action .header-icon svg{width:22px;height:22px}.market-action>span:last-child{display:flex;flex-direction:column;min-width:0}.market-action b{font-size:11px;white-space:nowrap}.market-action small{white-space:nowrap}.action-count{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--accent);color:#fff;border:2px solid #fff;font-size:9px;display:grid;place-items:center}.cart-count{right:-5px;top:-5px}.product-card-media-wrap{position:relative}.favorite-form{position:absolute;right:10px;top:10px;z-index:5;margin:0}.favorite-button{width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.94);display:grid;place-items:center;box-shadow:0 3px 12px rgba(0,0,0,.08)}.favorite-button svg{width:19px}.favorite-button.active{color:#e65050}.favorite-button.active svg{fill:currentColor}.product-card-media{width:100%}.mobile-market-nav{display:none}.account-pvz-option{border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fafafa;text-align:left}.account-pvz-option strong{display:block;font-size:12px}.account-pvz-option span{font-size:10px;color:#777}@media (max-width:1279px) and (min-width:901px){.marketplace-header .header-main{grid-template-columns:auto auto minmax(220px,1fr) auto}.header-delivery{display:none}.market-action small{display:none}.market-action{min-width:58px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.marketplace-header .header-main{height:56px!important;grid-template-columns:42px minmax(0,1fr) 42px!important;padding:5px 10px!important}.marketplace-header .catalog-trigger{grid-column:1}.marketplace-header .store-logo{grid-column:2}.marketplace-header .mobile-search-action{display:grid!important;grid-column:3}.marketplace-header .store-search-wrap,.marketplace-header .header-delivery,.marketplace-header .header-actions{display:none!important}.mobile-market-nav{position:fixed;left:0;right:0;bottom:0;z-index:85;height:calc(62px + env(safe-area-inset-bottom));padding:6px 8px env(safe-area-inset-bottom);background:rgba(255,255,255,.98);border-top:1px solid #e7e7e9;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -8px 28px rgba(0,0,0,.06)}.mobile-market-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:9px;color:#555}.mobile-market-nav svg{width:21px;height:21px}.mobile-nav-icon{position:relative;line-height:1}.mobile-nav-icon b{position:absolute;right:-10px;top:-7px;background:var(--accent);color:#fff;border-radius:9px;min-width:17px;height:17px;padding:0 4px;font-size:8px;display:grid;place-items:center}.store-footer{display:none}}.infinite-products-sentinel.loading span::before{content:"";display:inline-block;width:16px;height:16px;margin-right:9px;border:2px solid #dadcdf;border-top-color:#555;border-radius:50%;vertical-align:-4px;animation:tmSpin .7s linear infinite}.infinite-products-sentinel.done{display:none}.js-infinite-products .infinite-fallback{display:none}@keyframes tmSpin{to{transform:rotate(360deg)}}@media (max-width:900px){body.customer-account-page .store-footer{display:block;padding-bottom:72px}}.mobile-geo-location{display:none}.market-action b{font-size:13px!important;line-height:1.1}.market-action>span:last-child{justify-content:center}.product-card-content{padding:12px 13px 13px!important}.product-card-title{font-size:15px!important;line-height:1.24!important;min-height:37px!important}.product-card-rating{display:flex;align-items:center;gap:4px;margin-top:7px;color:#777b82;font-size:11px;line-height:1.1;white-space:nowrap;overflow:hidden}.product-card-rating b{color:#292b2f;font-size:11px}.product-card-rating-star{color:#d13731;font-size:13px;line-height:1}.product-card-pricing{margin-top:10px!important;gap:7px!important}.product-card-pricing strong{font-size:20px!important}.favorite-button{width:38px!important;height:38px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:2px!important;color:#303238!important}.favorite-button svg{width:30px!important;height:30px!important;fill:rgba(255,255,255,.97)!important;stroke:currentColor!important;stroke-width:1.55!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,.20))}.favorite-button:hover svg{fill:#fff!important;transform:scale(1.05)}.favorite-button.active{color:#e34b55!important}.favorite-button.active svg{fill:#e34b55!important;stroke:#e34b55!important}@media (max-width:1279px) and (min-width:901px){.marketplace-header .header-main{grid-template-columns:auto auto minmax(240px,1fr) auto!important}.marketplace-header .header-delivery{display:none!important}.market-action{min-width:62px!important}}@media (max-width:900px){.marketplace-header .header-main{width:100%!important;height:auto!important;min-height:105px!important;grid-template-columns:42px minmax(0,1fr) minmax(72px,auto)!important;grid-template-rows:50px 48px!important;column-gap:6px!important;row-gap:2px!important;padding:4px 10px 7px!important}.marketplace-header .catalog-trigger{grid-column:1!important;grid-row:1!important;width:40px!important;padding:0!important;justify-content:center!important}.marketplace-header .catalog-trigger span{display:none!important}.marketplace-header .store-logo{grid-column:2!important;grid-row:1!important;justify-self:start!important}.marketplace-header .store-logo .logo-text{font-size:19px!important}.marketplace-header .mobile-geo-location{display:block!important;grid-column:3!important;grid-row:1!important;justify-self:end!important;max-width:118px!important}.marketplace-header .mobile-geo-location .header-location-trigger{height:40px!important;max-width:118px!important;border:0!important;background:transparent!important;padding:0 3px!important;justify-content:flex-end!important;font-size:11px!important}.marketplace-header .mobile-geo-location .header-location-trigger span{max-width:86px!important}.marketplace-header .mobile-geo-location .header-location-popover{position:fixed!important;left:10px!important;right:10px!important;top:58px!important;width:auto!important;z-index:1300!important}.marketplace-header .store-search-wrap{display:block!important;grid-column:1/-1!important;grid-row:2!important;min-width:0!important}.marketplace-header .store-search{height:44px!important;margin:0!important;border-radius:13px!important;background:#f4f5f6!important}.marketplace-header .store-search input{font-size:14px!important;padding:0 8px!important}.marketplace-header .store-search button{display:block!important;height:100%!important;padding:0 17px!important;font-size:12px!important}.marketplace-header .store-search>svg{margin-left:12px!important;width:18px!important}.marketplace-header .header-delivery,.marketplace-header .header-actions,.marketplace-header .mobile-search-action{display:none!important}.product-card-content{padding:9px 9px 10px!important}.product-card-title{font-size:12.5px!important;line-height:1.2!important;min-height:30px!important}.product-card-rating{font-size:9.5px!important;gap:3px!important;margin-top:5px!important}.product-card-rating b{font-size:9.5px!important}.product-card-rating-star{font-size:11px!important}.product-card-pricing{margin-top:7px!important}.product-card-pricing strong{font-size:16.5px!important}.favorite-form{right:5px!important;top:5px!important}.favorite-button{width:34px!important;height:34px!important}.favorite-button svg{width:27px!important;height:27px!important}}@media (max-width:390px){.marketplace-header .header-main{grid-template-columns:40px minmax(0,1fr) minmax(66px,auto)!important}.marketplace-header .store-logo .logo-text{font-size:17px!important}.marketplace-header .mobile-geo-location{max-width:100px!important}.marketplace-header .mobile-geo-location .header-location-trigger{max-width:100px!important;font-size:10px!important}.marketplace-header .mobile-geo-location .header-location-trigger span{max-width:72px!important}.marketplace-header .store-search button{padding:0 13px!important}}svg{shape-rendering:geometricPrecision}.header-icon svg,.catalog-trigger svg,.header-delivery svg,.mobile-market-nav svg,.store-search svg{stroke-width:1.95;shape-rendering:geometricPrecision}.market-action .header-icon{color:#202226}.market-action .header-icon svg{width:24px!important;height:24px!important}.header-delivery strong{max-width:170px!important;font-size:13px!important}.header-delivery small{font-size:10px!important}.product-card-content{padding:10px 12px 11px!important}.product-card-title{font-size:14px!important;line-height:1.2!important;min-height:34px!important}.product-card-rating{margin-top:5px!important;font-size:10.5px!important}.product-card-rating b{font-size:10.5px!important}.product-card-pricing{margin-top:7px!important;gap:6px!important}.product-card-pricing strong{font-size:19px!important}.card-cart-form button{height:36px!important;padding:0 11px!important}.footer-social-v7 a{background:#202125!important;border-color:#34363a!important;color:#fff!important}.footer-social-v7 a:hover{background:#2a2c30!important;border-color:#4a4d52!important}.footer-social-v7 a svg{width:21px!important;height:21px!important;fill:currentColor!important;stroke:none!important;shape-rendering:geometricPrecision}@media (max-width:900px){.product-card-content{padding:8px 8px 9px!important}.product-card-title{min-height:29px!important}.product-card-rating{margin-top:4px!important}.product-card-pricing{margin-top:5px!important}}@media (min-width:1280px){.shell{width:min(1440px,calc(100% - 40px))}.home-hero-slider.shell{width:min(1144px,calc(100% - 40px));height:300px!important}}.header-delivery strong{max-width:145px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.header-actions{gap:3px!important}.market-action{min-width:72px!important;padding:5px 7px!important;border-radius:14px!important;transition:background-color .16s ease,color .16s ease,transform .16s ease}.market-action:hover{background:#f4f5f7!important;transform:translateY(-1px)}.market-action .header-icon{width:32px!important;height:30px!important;display:grid!important;place-items:center!important;color:#25272b!important}.market-action .header-icon svg{width:25px!important;height:25px!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important;shape-rendering:geometricPrecision!important}.market-action>span:last-child b{font-size:13.5px!important;font-weight:750!important;letter-spacing:-.15px}.market-action .action-count{top:-2px!important;right:-5px!important;box-shadow:0 0 0 2px #fff!important}@media (max-width:1279px) and (min-width:901px){.market-action{min-width:60px!important;padding-inline:4px!important}.market-action>span:last-child b{font-size:12.5px!important}}.product-card-v97 .product-card-content{padding:8px 11px 10px!important}.product-card-v97 .product-card-title{font-size:14px!important;line-height:1.18!important;min-height:33px!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-v97 .product-card-rating{margin-top:4px!important}.product-card-buy-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:5px}.product-card-v97 .product-card-pricing{margin:0!important;min-width:0;display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.product-card-v97 .product-card-pricing strong{font-size:20px!important;line-height:1;font-weight:850;white-space:nowrap}.product-card-v97 .product-card-pricing del{font-size:10px!important}.product-card-v97 .card-cart-form{flex:0 0 auto}.product-card-v97 .card-cart-form button{width:42px!important;height:42px!important;padding:0!important;border-radius:13px!important;display:grid!important;place-items:center!important}.product-card-v97 .card-cart-form button span{display:none!important}.product-card-v97 .card-cart-form button svg{width:19px!important;height:19px!important}.product-card-v97 .card-cart-form button:disabled{background:#e8e9eb!important;color:#a6a8ad!important;cursor:not-allowed}.catalog-filter-backdrop-v97{display:none}.store-search button svg{display:none;width:19px;height:19px}@media (max-width:900px){.marketplace-header .store-search{grid-template-columns:38px minmax(0,1fr) 46px!important;height:44px!important;border-radius:15px!important;background:#f3f4f5!important;border-color:#dedfe2!important;overflow:hidden!important}.marketplace-header .store-search>svg{margin:0!important;justify-self:center!important;width:19px!important;height:19px!important;color:#777b82!important}.marketplace-header .store-search input{padding:0 3px!important;font-size:15px!important;min-width:0!important}.marketplace-header .store-search input::placeholder{color:#a1a4aa}.marketplace-header .store-search button{width:46px!important;min-width:46px!important;padding:0!important;border-left:1px solid #dedfe2!important;background:#fff!important;color:#22252a!important;display:grid!important;place-items:center!important}.marketplace-header .store-search button span{display:none!important}.marketplace-header .store-search button svg{display:block!important;width:19px!important;height:19px!important}.product-card-v97 .product-card-content{padding:7px 8px 8px!important}.product-card-v97 .product-card-title{font-size:12.5px!important;min-height:30px!important}.product-card-v97 .product-card-rating{margin-top:3px!important;font-size:9.5px!important}.product-card-buy-row{margin-top:4px!important;gap:5px!important}.product-card-v97 .product-card-pricing strong{font-size:18px!important}.product-card-v97 .card-cart-form button{width:38px!important;height:38px!important;border-radius:11px!important}.product-card-v97 .card-cart-form button svg{width:17px!important;height:17px!important}.catalog-filter-v97.is-open{transform:translateX(0)}.catalog-filter-backdrop-v97{position:fixed;inset:0;z-index:1190;border:0;background:rgba(0,0,0,.35);opacity:0;visibility:hidden;display:block;transition:.18s}.catalog-filter-backdrop-v97.is-open{opacity:1;visibility:visible}body.catalog-filter-open{overflow:hidden}}.product-card-v97 .product-card-title{min-height:0!important;margin:0!important}.product-card-v97 .product-card-rating{margin-top:2px!important;font-size:12px!important;line-height:1.15!important}.product-card-v97 .product-card-rating b{font-size:12px!important}.product-card-v97 .product-card-rating-star{font-size:14px!important}.product-card-v97 .product-card-buy-row{margin-top:3px!important;align-items:center!important}.product-card-v97 .product-card-pricing strong{color:#149447!important;font-weight:900!important}.account-pvz-option{padding:14px 15px!important;border-radius:14px!important;cursor:pointer!important}.account-pvz-option strong{font-size:15px!important;line-height:1.35!important}.account-pvz-option span{display:block!important;margin-top:4px!important;font-size:14px!important;line-height:1.45!important;color:#5f636b!important}@media (max-width:900px){.marketplace-header .store-search-wrap{width:100%!important;min-width:0!important}.marketplace-header .store-search{position:relative!important;display:block!important;width:100%!important;height:48px!important;margin:0!important;border:1px solid #dfe1e5!important;border-radius:16px!important;background:#f4f5f7!important;overflow:hidden!important}.marketplace-header .store-search>svg{position:absolute!important;left:15px!important;top:50%!important;transform:translateY(-50%)!important;width:21px!important;height:21px!important;margin:0!important;color:#8a8f98!important;z-index:2!important;pointer-events:none!important}.marketplace-header .store-search input{display:block!important;width:100%!important;height:100%!important;border:0!important;outline:0!important;background:transparent!important;padding:0 58px 0 47px!important;font-size:16px!important;line-height:48px!important;color:#202227!important;-webkit-appearance:none!important;appearance:none!important}.marketplace-header .store-search input::placeholder{color:#a0a4ab!important;opacity:1!important}.marketplace-header .store-search button{position:absolute!important;right:6px!important;top:5px!important;width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#30343a!important;display:grid!important;place-items:center!important;z-index:3!important}.marketplace-header .store-search button:active{background:#e8eaed!important}.marketplace-header .store-search button span{display:none!important}.marketplace-header .store-search button svg{display:block!important;width:21px!important;height:21px!important}.account-pvz-option{padding:15px!important}.account-pvz-option strong{font-size:16px!important}.account-pvz-option span{font-size:14.5px!important}.product-card-v97 .product-card-content{padding:6px 8px 8px!important}.product-card-v97 .product-card-title{font-size:13px!important;line-height:1.17!important;min-height:0!important}.product-card-v97 .product-card-rating{margin-top:2px!important;font-size:11.5px!important;gap:3px!important}.product-card-v97 .product-card-rating b{font-size:11.5px!important}.product-card-v97 .product-card-rating-star{font-size:13px!important}.product-card-v97 .product-card-buy-row{margin-top:3px!important;gap:5px!important}.product-card-v97 .product-card-pricing strong{font-size:20px!important;line-height:1!important}.product-card-v97 .product-card-pricing del{font-size:10px!important}}@media (max-width:390px){.marketplace-header .store-search input{font-size:15px!important;padding-left:44px!important;padding-right:54px!important}.marketplace-header .store-search>svg{left:13px!important;width:20px!important;height:20px!important}.marketplace-header .store-search button{right:5px!important;width:38px!important}}:root{--accent:#d13731;--accent-dark:#b52f2b}.logo-text span{color:#d13731}.store-logo-picture{display:block;line-height:0}.store-logo-image{display:block;width:auto;height:44px;max-width:230px;object-fit:contain;object-position:left center}.footer-logo-image{height:42px;max-width:240px}.cart-count,.action-count{background:#d13731!important}.product-card-media img,.gallery-main-image,.gallery-thumb img{image-rendering:auto;transform:none!important;backface-visibility:hidden}.lightbox-media-image{image-rendering:auto;backface-visibility:hidden}.product-card-v4:hover .product-card-media img{transform:none!important}.product-card-rating-star,.home-review-top span{color:#d13731!important}@media (max-width:900px){.store-logo-image{height:38px;max-width:190px}.store-logo-picture{max-width:190px}}.store-header .store-search-wrap{transition:max-height .22s ease,opacity .18s ease,transform .22s ease,margin .22s ease}@media (max-width:900px){.marketplace-header .header-main{transition:min-height .22s ease,grid-template-rows .22s ease,padding .22s ease!important}.marketplace-header.is-search-collapsed .header-main{min-height:58px!important;grid-template-rows:50px 0!important;padding-bottom:4px!important}.marketplace-header.is-search-collapsed .store-search-wrap{max-height:0!important;height:0!important;opacity:0!important;transform:translateY(-8px)!important;overflow:hidden!important;pointer-events:none!important;margin:0!important}}@media (min-width:901px){.marketplace-header.is-search-collapsed .store-search-wrap{opacity:0;transform:translateY(-8px);pointer-events:none;visibility:hidden}.marketplace-header.is-search-collapsed .header-main{height:64px!important}}.discount-request-button small{font-size:11px;font-weight:600;opacity:.62;margin-left:auto}.volume-discount-dialog-v10{width:min(520px,calc(100vw - 28px));border:0;border-radius:24px;padding:26px;box-shadow:0 28px 80px rgba(0,0,0,.22)}.volume-discount-dialog-v10::backdrop{background:rgba(15,16,18,.48);backdrop-filter:blur(3px)}.volume-discount-dialog-v10 h2{font-size:27px;line-height:1.12;margin:8px 38px 8px 0}.volume-discount-dialog-v10>p{margin:0 0 18px;color:#666;font-size:14px}.volume-discount-close-v10{position:absolute;right:16px;top:16px;width:38px;height:38px;border:0;border-radius:50%;background:#f1f1f2;font-size:25px;cursor:pointer}.volume-discount-tiers-v10{display:grid;gap:8px}.volume-discount-tiers-v10>div{display:flex;justify-content:space-between;align-items:center;border:1px solid #e9e9eb;border-radius:14px;padding:12px 14px;background:#fafafa}.volume-discount-tiers-v10 strong{font-size:15px}.volume-discount-tiers-v10 span{font-size:18px;font-weight:800;color:#d13731}.volume-discount-buy-v10{display:grid;grid-template-columns:130px 1fr;gap:10px;margin-top:16px}.volume-discount-buy-v10 label{display:grid;gap:5px;font-size:12px;font-weight:650}.volume-discount-buy-v10 input{height:46px;border:1px solid #d9dade;border-radius:12px;padding:0 12px;font-size:16px}.volume-discount-buy-v10 button{align-self:end;height:46px;border:0;border-radius:12px;background:#17181a;color:#fff;font-size:14px;font-weight:750;padding:0 16px}.volume-discount-dialog-v10>small{display:block;margin-top:12px;color:#777;font-size:12px;line-height:1.45}.payment-method-card-v10.test>b{background:#b36a00}.review-item-top-v42{margin-bottom:8px!important}.review-item-v42 p{margin-top:0!important}.review-meta-v42{margin-top:12px!important;gap:10px!important}@media (max-width:600px){.volume-discount-dialog-v10{padding:22px 18px}.volume-discount-dialog-v10 h2{font-size:23px}.volume-discount-buy-v10{grid-template-columns:1fr}}@media (min-width:901px){.marketplace-header .header-main{height:66px!important;min-height:66px!important;gap:10px!important;align-items:center!important}.marketplace-header .catalog-trigger,.marketplace-header .store-search,.marketplace-header .header-delivery,.marketplace-header .market-action{height:48px!important;min-height:48px!important;max-height:48px!important;box-sizing:border-box!important}.marketplace-header .catalog-trigger{padding:0 14px!important;border-radius:13px!important}.marketplace-header .store-search{border-radius:13px!important}.marketplace-header .store-search button{height:48px!important}.marketplace-header .header-delivery{padding:0 10px!important;border-radius:13px!important;align-items:center!important}.marketplace-header .header-actions{height:48px!important;align-items:stretch!important;gap:2px!important}.marketplace-header .market-action{justify-content:center!important;gap:1px!important;padding:2px 7px!important;border-radius:13px!important}.marketplace-header .market-action .header-icon{width:27px!important;height:25px!important}.marketplace-header .market-action .header-icon svg{width:22px!important;height:22px!important}.marketplace-header .market-action>span:last-child b{font-size:12.5px!important;line-height:1!important;font-weight:650!important}.marketplace-header .header-delivery small{font-size:10.5px!important;line-height:1!important}.marketplace-header .header-delivery strong{font-size:12px!important;line-height:1.1!important}}.product-seller-v11{margin-top:12px;padding:14px;border:1px solid #e6e6e8;border-radius:16px;background:#fff}.product-seller-label-v11{display:block;font-size:12px;color:#777b82;margin-bottom:8px}.product-seller-main-v11{display:flex;align-items:center;gap:10px}.product-seller-avatar-v11{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#d13731;color:#fff;font-size:18px;font-weight:700;flex:0 0 38px}.product-seller-main-v11 div{display:grid;gap:2px;min-width:0}.product-seller-main-v11 strong{font-size:15px;line-height:1.2;font-weight:700;color:#202124}.product-seller-main-v11 small{font-size:12.5px;line-height:1.25;color:#73767d}@media (max-width:900px){.marketplace-header .mobile-geo-location{max-width:146px!important}.marketplace-header .mobile-geo-location .header-location-trigger{max-width:146px!important;font-size:14px!important;font-weight:650!important;line-height:1!important;padding:0 2px!important;gap:5px!important}.marketplace-header .mobile-geo-location .header-location-trigger svg{width:19px!important;height:19px!important;flex:0 0 19px!important}.marketplace-header .mobile-geo-location .header-location-trigger span{max-width:116px!important;font-size:14px!important}.discount-request-button{min-height:52px!important;padding:10px 14px!important}.discount-request-button>span{font-size:16px!important;font-weight:700!important;line-height:1.15!important}.discount-request-button>small{font-size:13.5px!important;line-height:1.2!important;color:#70747a!important;margin-top:2px!important}.catalog-sections-page-v11 .breadcrumbs{display:none!important}.product-seller-v11{padding:13px!important;margin-top:10px!important}.product-seller-label-v11{font-size:13px!important}.product-seller-main-v11 strong{font-size:15.5px!important}.product-seller-main-v11 small{font-size:13px!important}}@media (max-width:390px){.marketplace-header .mobile-geo-location{max-width:128px!important}.marketplace-header .mobile-geo-location .header-location-trigger{max-width:128px!important;font-size:13px!important}.marketplace-header .mobile-geo-location .header-location-trigger span{max-width:98px!important;font-size:13px!important}}@keyframes consentPulseV111{0%{box-shadow:0 0 0 0 rgba(209,55,49,.48)}70%{box-shadow:0 0 0 9px rgba(209,55,49,0)}100%{box-shadow:0 0 0 0 rgba(209,55,49,0)}}.gallery-lightbox{overscroll-behavior:contain;-webkit-user-select:none;user-select:none}.lightbox-media-host{overscroll-behavior:contain;-webkit-user-select:none;user-select:none}.lightbox-media-image{-webkit-user-drag:none;user-drag:none;max-width:100%;max-height:100%;object-fit:contain}.product-sale-indicator-v112{display:flex;align-items:center;gap:10px;margin:0 0 10px;color:#232428}.sale-progress-ring-v112{--sale-progress:100%;width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;position:relative;background:conic-gradient(#d13731 var(--sale-progress),#ececef 0)}.sale-progress-ring-v112:after{content:"";position:absolute;inset:4px;border-radius:50%;background:#fff}.sale-progress-ring-v112 i{position:relative;z-index:1;font-style:normal;font-size:12px;font-weight:750;color:#d13731}.sale-progress-copy-v112{display:flex;flex-direction:column;gap:1px;min-width:0}.sale-progress-copy-v112 strong{font-size:13px;font-weight:650}.sale-progress-copy-v112 small{font-size:12px;color:#777b82}.sale-badge-v112{position:absolute;z-index:3;left:10px;top:10px;display:inline-flex;align-items:center;gap:5px;max-width:calc(100% - 58px);padding:6px 8px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);box-shadow:0 3px 14px rgba(0,0,0,.08);color:#242529;font-size:11px;line-height:1}.sale-badge-v112 i{width:7px;height:7px;border-radius:50%;background:#d13731;box-shadow:0 0 0 3px rgba(209,55,49,.12)}.sale-badge-v112 b{font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sale-badge-v112 small{font-size:10px;color:#777;white-space:nowrap}.product-card-buy-row{justify-content:flex-start!important;align-items:center!important;gap:7px!important}.product-card-pricing{margin-right:auto!important}.product-card-discount-v112{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 7px;border-radius:9px;background:#fff0ef;color:#b62e2a;font-size:11px;font-weight:750;white-space:nowrap}.product-card-v97 .product-card-pricing del{font-size:12px!important;color:#878a90!important;text-decoration-thickness:1.3px!important}@media (max-width:767px){.product-sale-indicator-v112{gap:8px;margin-bottom:8px}.sale-progress-ring-v112{width:36px;height:36px;flex-basis:36px}.sale-progress-copy-v112 strong{font-size:12px}.sale-progress-copy-v112 small{font-size:11px}.sale-badge-v112{left:7px;top:7px;padding:5px 7px;font-size:10px}.product-card-discount-v112{min-height:25px;padding:0 5px;font-size:10px}.product-card-v97 .product-card-pricing del{font-size:11px!important}}:root{--store-header-height:72px}.product-sale-indicator-v113 .sale-progress-copy-v112 strong{display:flex;align-items:center;gap:5px;font-size:14px;font-weight:700;line-height:1.2}.sale-bolt-v113{width:17px!important;height:17px!important;color:#f2b705;fill:#f2b705!important;stroke:#b67900!important;stroke-width:1.25!important;filter:drop-shadow(0 1px 1px rgba(112,72,0,.12));flex:0 0 17px}.sale-badge-v113 .sale-badge-bolt-v113{width:14px;height:14px;color:#f2b705;fill:#f2b705;stroke:#aa7100;stroke-width:1.15;flex:0 0 14px;filter:drop-shadow(0 1px 1px rgba(112,72,0,.13))}.sale-badge-v113 b{max-width:min(128px,55%)}.desktop-delivery-priority-v113{margin-top:10px!important}.desktop-delivery-priority-v113 .desktop-delivery-estimator-v5{border-top:0;border-bottom:1px solid var(--line)}.desktop-delivery-priority-v113 .pickup-only-v53{border-bottom:0}.mobile-volume-discount-v113{display:none}.desktop-volume-discount-v113{display:block}.desktop-volume-discount-v113 .discount-request-button{margin-top:10px}@media (min-width:901px){.product-tabs{top:calc(var(--store-header-height,72px) + 8px)!important;z-index:45!important;background:#fff!important;isolation:isolate;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 8px 24px rgba(20,21,24,.08)}#description,#specs,#availability,#reviews,#questions{scroll-margin-top:calc(var(--store-header-height,72px) + 76px)}}.description-collapsible-v113{position:relative}.description-copy-v113{position:relative;overflow:hidden}.desktop-description-collapse-v113:not(.is-expanded) .description-copy-v113{max-height:430px}.mobile-description-collapse-v113:not(.is-expanded) .description-copy-v113{max-height:330px}.description-collapsible-v113.is-collapsible:not(.is-expanded) .description-copy-v113:after{content:"";position:absolute;left:0;right:0;bottom:0;height:78px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 78%);pointer-events:none}.description-toggle-v113{margin-top:10px;height:42px;border:0;border-radius:11px;background:#f2f2f3;color:#292b2f;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;font-size:13px;font-weight:700}.description-toggle-v113[hidden]{display:none!important}.description-toggle-v113 svg{width:15px;height:15px;transition:transform .18s ease}.description-collapsible-v113.is-expanded .description-toggle-v113 svg{transform:rotate(180deg)}.product-description p{margin:0 0 14px}.product-description p:last-child{margin-bottom:0}.product-description h2,.product-description h3,.product-description h4{margin:22px 0 10px;color:#24262a;line-height:1.22}.product-description h2{font-size:22px}.product-description h3{font-size:19px}.product-description h4{font-size:17px}.product-description ul,.product-description ol{margin:10px 0 16px;padding-left:24px}.product-description li{margin:5px 0}.product-description a{color:#a62c28;text-decoration:underline;text-underline-offset:2px}.product-description strong{font-weight:750}.product-description em{font-style:italic}@media (max-width:640px){.mobile-volume-discount-v113{display:block}.desktop-volume-discount-v113{display:none!important}.product-sale-indicator-v113{gap:11px!important;margin-bottom:11px!important;padding:2px 0}.product-sale-indicator-v113 .sale-progress-ring-v112{width:44px!important;height:44px!important;flex-basis:44px!important}.product-sale-indicator-v113 .sale-progress-ring-v112 i{font-size:14px!important;font-weight:800!important}.product-sale-indicator-v113 .sale-progress-copy-v112{gap:3px!important}.product-sale-indicator-v113 .sale-progress-copy-v112 strong{font-size:16px!important;line-height:1.15!important}.product-sale-indicator-v113 .sale-progress-copy-v112 small{font-size:14px!important;line-height:1.25!important;color:#62666d!important}.sale-bolt-v113{width:19px!important;height:19px!important;flex-basis:19px}.mobile-description-collapse-v113:not(.is-expanded) .description-copy-v113{max-height:300px}.description-toggle-v113{width:100%;height:44px;font-size:15px;border-radius:12px}.mobile-description-card-v42 .product-description,.mobile-description-card-v43 .product-description{font-size:15px!important;line-height:1.68!important}.product-description h2{font-size:20px}.product-description h3{font-size:18px}.product-description h4{font-size:16px}}.account-nav-v12 a.active{background:#fcebea;color:#a62c28}.account-thread-list-v12>a:hover,.account-thread-list-v12>a.active{background:#f6f6f7}.account-chat-message-v12.customer{align-self:flex-end;background:#fcebea}.account-address-list-v12>article.default{border-color:#e7c1bf;box-shadow:inset 3px 0 0 #d13731}.account-pvz-option-v12{border:1px solid #e0e1e3;border-radius:13px;background:#fafafa;padding:11px;text-align:left;cursor:pointer}.account-pvz-option-v12:hover,.account-pvz-option-v12.selected{border-color:#d13731;background:#fff6f5}.account-pvz-provider-v12{display:inline-flex;padding:3px 6px;border-radius:7px;background:#ededee;font-size:10px;font-weight:750;margin-bottom:5px}.account-pvz-option-v12 strong,.account-pvz-option-v12 small,.account-pvz-option-v12 em{display:block}.account-pvz-option-v12 strong{font-size:13px}.account-pvz-option-v12 small{margin-top:3px;font-size:12px;color:#656970}.account-pvz-option-v12 em{margin-top:4px;font-style:normal;font-size:10px;color:#8a8d93}.account-pvz-loading-v12,.account-pvz-empty-v12{grid-column:1/-1;padding:13px;border-radius:12px;background:#f5f6f7;color:#686c73;font-size:13px}@media (max-width:900px){.account-mobile-nav-v12 a.active{border-color:#e7c1bf;background:#fff7f6;color:#a62c28}}@media (min-width:901px){.home-hero-slider.shell{width:min(1450px,calc(100% - 40px))!important;height:auto!important;aspect-ratio:1450/307!important;margin-top:14px!important;border-radius:22px!important}}.home-hero-slide.active{display:block!important}.product-card-v97 .product-card-buy-row{width:100%!important}.product-card-v97 .card-cart-form{margin-left:auto!important;margin-right:0!important}.product-heading-share-v122{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;position:relative}.product-heading-share-v122 h1{min-width:0;flex:1}.product-share-v122{position:relative;flex:0 0 auto;z-index:14}.product-share-v122>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:12px;font-weight:850;white-space:nowrap}.product-share-v122>summary::-webkit-details-marker{display:none}.product-share-v122[open]>summary{border-color:#d7d9dd;box-shadow:0 6px 18px rgba(0,0,0,.06)}.product-share-menu-v122{position:absolute;right:0;top:calc(100% + 7px);width:190px;padding:7px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:0 14px 38px rgba(0,0,0,.13);display:grid;gap:3px}.product-share-menu-v122 button{border:0;background:transparent;text-align:left;padding:10px 11px;border-radius:9px;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.product-share-menu-v122 button:hover{background:#f5f5f6}.product-share-v122:not([open]) .product-share-menu-v122{display:none}.product-document-pdf-v122{width:50px;height:50px;border-radius:12px;background:#fff0ef;color:#bd312d;display:grid;place-items:center;font-size:11px;font-weight:950;letter-spacing:.04em}.review-images-v122{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 4px}.review-images-v122 a{width:82px;height:82px;border-radius:12px;overflow:hidden;background:#f3f3f4;border:1px solid var(--line);display:block}.review-images-v122 img{width:100%;height:100%;object-fit:cover;display:block}.review-upload-v122{gap:7px!important}.review-upload-v122 input[type=file]{padding:9px;background:#fff}.review-upload-v122 small{font-size:10px;color:var(--muted);font-weight:600}.support-attachments-v122{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.support-attachments-v122 img,.support-attachments-v122 video{width:min(240px,100%);max-height:220px;object-fit:cover;border-radius:12px;background:#111}@media (max-width:767px){.product-heading-share-v122{gap:8px;align-items:center}.product-mobile-heading .product-share-v122>summary span{display:none}.product-mobile-heading .product-share-v122>summary{width:38px;padding:0;justify-content:center;border-radius:11px}.desktop-product-info-v44 .product-share-v122{display:none}.product-share-menu-v122{right:0;width:180px}.product-document-pdf-v122{width:44px;height:44px}.review-images-v122 a{width:72px;height:72px}}@media (min-width:768px){.product-mobile-heading .product-share-v122{display:none}}.desktop-documents-preview-v122{margin-top:12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px 16px}.desktop-documents-head-v122{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.desktop-documents-head-v122 h2{font-size:17px;letter-spacing:-.3px;margin:0}.desktop-documents-head-v122>span{min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#f2f2f3;display:grid;place-items:center;font-size:10px;font-weight:850}.desktop-documents-list-v122{display:grid}.desktop-document-row-v122{display:grid;grid-template-columns:38px minmax(0,1fr) 30px;gap:9px;align-items:center;padding:9px 0;border-top:1px solid #eeeeef}.desktop-document-row-v122:first-child{border-top:0}.desktop-document-row-v122 .product-document-pdf-v122{width:38px;height:38px;border-radius:9px;font-size:9px}.desktop-document-row-v122>a:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px;text-decoration:none}.desktop-document-row-v122 strong{font-size:11px;line-height:1.25;overflow-wrap:anywhere}.desktop-document-row-v122 small{font-size:9px;color:var(--muted)}.desktop-document-download-v122{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;text-decoration:none;font-weight:900}.product-seller-info-v123{position:relative}.product-seller-info-v123>summary{display:block;list-style:none;cursor:pointer}.product-seller-info-v123>summary::-webkit-details-marker{display:none}.product-seller-info-v123 .product-seller-label-v11{display:flex;align-items:center;gap:6px}.product-seller-info-icon-v123{width:17px;height:17px;border:1px solid #b9bcc2;border-radius:50%;display:inline-grid;place-items:center;font-size:11px;line-height:1;font-style:normal;font-weight:800;color:#666b73}.product-seller-copy-v123{display:grid;gap:2px;min-width:0}.product-seller-legal-v123{position:absolute;z-index:35;left:12px;right:12px;top:calc(100% - 4px);display:grid;gap:4px;padding:12px 13px;border:1px solid #dedfe2;border-radius:12px;background:#fff;box-shadow:0 12px 32px rgba(20,22,26,.14)}.product-seller-info-v123:not([open]) .product-seller-legal-v123{display:none}.product-seller-legal-v123 strong{font-size:13px;line-height:1.35}.product-seller-legal-v123 span{font-size:12px;color:#70747b}@media (hover:hover) and (min-width:901px){.product-seller-info-v123:not([open]):hover .product-seller-legal-v123,.product-seller-info-v123:not([open]):focus-within .product-seller-legal-v123{display:grid}}@media (max-width:900px){.product-seller-legal-v123{position:static;margin-top:10px;box-shadow:none;background:#f7f7f8}}.community-purchase-note-v123,.community-auth-note-v123{margin-top:13px;padding:11px 13px;border-radius:12px;background:#f6f6f7;color:#5d6168;font-size:13px;line-height:1.4}.community-purchase-note-v123 a,.community-auth-note-v123 a{font-weight:800;color:#b32f2a}@media (max-width:640px){.product-gallery-v4 .gallery-stage,.product-gallery-v4 .gallery-main-button,.product-gallery-v4 .gallery-main-image{overscroll-behavior-x:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-gallery-v4 .gallery-stage{touch-action:pan-y;overflow:hidden}.product-gallery-v4 .gallery-main-button{touch-action:pan-y}.gallery-lightbox{touch-action:none!important;overscroll-behavior:none!important}.lightbox-media-host,.lightbox-media-image{touch-action:none!important;overscroll-behavior:none!important}}.product-description a{color:inherit!important;text-decoration:none!important;pointer-events:none!important}.product-description strong,.product-description b{font-weight:inherit!important}.product-description em,.product-description i{font-style:normal!important}.chat-media-open-v128{overflow:hidden!important}.chat-media-modal-v128[hidden]{display:none!important}.chat-media-modal-v128{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:18px}.chat-media-backdrop-v128{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(6px)}.chat-media-dialog-v128{position:relative;z-index:1;width:min(1100px,100%);height:min(86vh,820px);display:grid;place-items:center}.chat-media-content-v128{width:100%;height:100%;display:grid;place-items:center}.chat-media-content-v128 img,.chat-media-content-v128 video{display:block;max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;background:#111;box-shadow:0 18px 60px #0007}.chat-media-close-v128{position:absolute;right:0;top:0;z-index:3;width:44px;height:44px;border:0;border-radius:999px;background:#fff;color:#111;font-size:30px;line-height:1;box-shadow:0 5px 24px #0005}.chat-media-trigger-v128{position:relative;display:block;border:0;padding:0;background:transparent;border-radius:12px;overflow:hidden;cursor:zoom-in}.chat-media-trigger-v128 video{pointer-events:none}.chat-media-video-badge-v128{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:999px;background:#0009;color:#fff;display:grid;place-items:center;font-size:17px;pointer-events:none}@media (max-width:700px){.chat-media-modal-v128{padding:8px}.chat-media-dialog-v128{height:92vh}.chat-media-close-v128{right:6px;top:6px;width:42px;height:42px}}.product-seller-card-v134{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;margin-top:12px}.product-seller-card-v134 .product-seller-v11{margin-top:0;min-width:0}.product-seller-chat-button-v134{min-height:42px;border:1px solid #dedfe2;border-radius:12px;background:#fff;color:#24262a;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;white-space:nowrap;font-size:12px;line-height:1;font-weight:800;cursor:pointer}.product-seller-chat-button-v134:hover{border-color:#d13731;background:#fff7f6;color:#b82924}.product-seller-chat-button-v134 span{font-size:15px;line-height:1}.product-seller-chat-dialog-v134{width:min(92vw,460px);border:0;border-radius:20px;padding:22px;box-shadow:0 24px 80px rgba(20,22,26,.28);color:#202124}.product-seller-chat-dialog-v134::backdrop{background:rgba(15,17,20,.52)}.product-seller-chat-close-v134{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#f1f1f2;color:#333;font-size:23px;line-height:1;cursor:pointer}.product-seller-chat-head-v134{display:flex;align-items:center;gap:9px;padding-right:36px}.product-seller-chat-head-v134>span{font-size:20px}.product-seller-chat-head-v134>div{display:grid;gap:1px}.product-seller-chat-head-v134 small{font-size:11px;color:#7a7d83}.product-seller-chat-head-v134 strong{font-size:14px}.product-seller-chat-dialog-v134 h3{margin:18px 0 5px;font-size:22px}.product-seller-chat-dialog-v134>p{margin:0 0 13px;color:#666a70;font-size:13px;line-height:1.4}.product-seller-chat-dialog-v134 form{display:grid;gap:10px}.product-seller-chat-dialog-v134 textarea{width:100%;resize:vertical;min-height:116px;border:1px solid #d9dade;border-radius:13px;padding:12px 13px;font:inherit;font-size:14px;line-height:1.45;outline:none}.product-seller-chat-dialog-v134 textarea:focus{border-color:#d13731;box-shadow:0 0 0 3px rgba(209,55,49,.1)}.product-seller-chat-dialog-v134 form>button{min-height:45px;border:0;border-radius:12px;background:#d13731;color:#fff;font-size:14px;font-weight:900;cursor:pointer}.discount-request-button-v134{min-height:58px!important;border:1px solid #ffc999!important;background:linear-gradient(135deg,#fff8ef,#fff1df)!important;color:#bd4e00!important;padding:8px 13px!important;justify-content:flex-start!important;gap:10px!important;box-shadow:0 5px 16px rgba(216,94,0,.08)}.discount-request-button-v134:hover{background:linear-gradient(135deg,#fff4e6,#ffe9d1)!important;border-color:#f5a75f!important}.discount-request-icon-v134{width:34px;height:34px;flex:0 0 34px;border-radius:10px;display:grid;place-items:center;background:#e66b0b;color:#fff;font-size:18px!important;font-weight:950!important;line-height:1!important}.discount-request-copy-v134{display:grid;gap:2px;text-align:left;min-width:0}.discount-request-copy-v134 b{font-size:14px;line-height:1.15}.discount-request-copy-v134 small{font-size:11.5px!important;line-height:1.25!important;color:#87502d!important;font-weight:650!important;opacity:1!important;margin:0!important}.discount-request-button-v134>svg{margin-left:auto;flex:0 0 17px}@media (max-width:767px){.product-seller-card-v134{grid-template-columns:minmax(0,1fr) auto;gap:7px;margin-top:10px}.product-seller-card-v134 .product-seller-v11{padding:12px!important}.product-seller-chat-button-v134{min-height:44px;padding:0 10px;border-radius:12px}.product-seller-chat-button-v134 b{font-size:12.5px}.discount-request-button-v134{min-height:62px!important;padding:9px 12px!important}.discount-request-icon-v134{width:38px;height:38px;flex-basis:38px}.discount-request-copy-v134 b{font-size:16px}.discount-request-copy-v134 small{font-size:13px!important}.community-empty-v42{padding:15px!important;font-size:14.5px!important;line-height:1.45!important;color:#5f6369!important;background:#fbfbfc}.review-item-v42 p,.question-item-v42 p{font-size:13px!important;line-height:1.55!important}.review-item-top-v42 strong,.question-item-v42>strong{font-size:13.5px!important}.answer-v42{font-size:12.5px!important;line-height:1.5!important}.review-meta-v42{font-size:11.5px!important}.community-purchase-note-v123{font-size:13px!important;line-height:1.45!important}}@media (max-width:380px){.product-seller-card-v134{grid-template-columns:1fr}.product-seller-chat-button-v134{width:100%;min-height:40px}.product-seller-chat-button-v134 b{font-size:12px}}.product-seller-card-v135{display:block;position:relative;margin-top:12px}.product-seller-card-v135 .product-seller-v11{margin:0;min-width:0;padding-right:64px!important}.product-seller-chat-icon-v135{position:absolute;right:14px;bottom:14px;width:40px;height:40px;min-height:40px;padding:0;border:0;border-radius:12px;background:#f3f4f5;color:#44474d;display:grid;place-items:center;box-shadow:none;z-index:2}.product-seller-chat-icon-v135:hover{background:#fff0ee;color:#b82d28;border:0}.product-seller-chat-icon-v135 svg{width:21px;height:21px;display:block}@media (max-width:760px){.product-seller-card-v135{margin-top:10px}.product-seller-card-v135 .product-seller-v11{padding-right:60px!important}.product-seller-chat-icon-v135{right:12px;bottom:12px;width:38px;height:38px;min-height:38px;border-radius:11px}}@media (max-width:380px){.product-seller-card-v135{display:block}.product-seller-chat-icon-v135{width:38px!important;min-height:38px!important}}.product-seller-card-v135{isolation:isolate}.product-seller-chat-icon-v136{top:50%;bottom:auto!important;transform:translateY(-50%);right:14px;z-index:12!important;width:42px;height:42px;min-height:42px;border:1px solid #e4e5e7!important;border-radius:50%;background:#fff!important;color:#373b42!important;box-shadow:0 2px 8px rgba(18,22,28,.06)!important;pointer-events:auto;touch-action:manipulation}.product-seller-chat-icon-v136:hover,.product-seller-chat-icon-v136:focus-visible{color:#d13731!important;border-color:#f0b8b5!important;background:#fff8f7!important;outline:none;box-shadow:0 0 0 3px rgba(209,55,49,.09)!important}.product-seller-chat-icon-v136 svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.product-seller-chat-head-icon-v136{width:36px;height:36px;border-radius:11px;background:#fff1ef;color:#d13731;display:grid;place-items:center;flex:0 0 36px}.product-seller-chat-head-icon-v136 svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.product-seller-chat-dialog-v136{overflow:visible}@media (max-width:760px){.product-seller-chat-icon-v136{right:12px;width:40px;height:40px;min-height:40px}}.mobile-stock-unavailable-v137{display:none}@media (max-width:640px){.mobile-stock-unavailable-v137{display:flex;align-items:center;gap:9px;margin:2px 0 9px;padding:9px 11px;border:1px solid #f1b7b4;border-radius:12px;background:#fff5f4;color:#ad2d28}.mobile-stock-unavailable-dot-v137{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#d13731;box-shadow:0 0 0 4px rgba(209,55,49,.09)}.mobile-stock-unavailable-copy-v137{display:flex;align-items:baseline;gap:7px;min-width:0}.mobile-stock-unavailable-copy-v137 strong{font-size:14px;line-height:1.2;font-weight:900;white-space:nowrap}.mobile-stock-unavailable-copy-v137 small{font-size:11.5px;line-height:1.3;color:#7b4d4a;font-weight:650}}@media (max-width:380px){.mobile-stock-unavailable-copy-v137{display:grid;gap:1px}.mobile-stock-unavailable-copy-v137 small{font-size:11px}}.product-card-v97.is-promoted-v143{position:relative}.product-ad-label-v143{position:absolute;left:7px;bottom:7px;z-index:4;display:inline-flex;align-items:center;min-height:21px;padding:3px 7px;border-radius:8px;background:rgba(255,255,255,.94);color:#62666c;border:1px solid rgba(214,216,220,.9);font-size:9.5px;font-weight:750;line-height:1;box-shadow:0 2px 7px rgba(0,0,0,.04)}@media (max-width:900px){.marketplace-header .mobile-geo-location .header-location-popover{padding:18px!important;border-radius:20px!important;gap:12px!important;top:72px!important}.marketplace-header .mobile-geo-location .header-location-popover label{font-size:16px!important;font-weight:750!important;gap:10px!important;color:#555a61!important}.marketplace-header .mobile-geo-location .header-location-popover input{height:58px!important;border-radius:15px!important;padding:0 15px!important;font-size:18px!important;font-weight:650!important;line-height:1.2!important}.marketplace-header .mobile-geo-location .header-location-popover input::placeholder{font-size:16px!important;font-weight:500!important;color:#93979d!important}.marketplace-header .mobile-geo-location .header-location-popover button{height:52px!important;border-radius:14px!important;padding:0 18px!important;font-size:15px!important;font-weight:800!important}}@media (max-width:390px){.marketplace-header .mobile-geo-location .header-location-popover{left:8px!important;right:8px!important;padding:16px!important}.marketplace-header .mobile-geo-location .header-location-popover label{font-size:15px!important}.marketplace-header .mobile-geo-location .header-location-popover input{height:56px!important;font-size:17px!important}}.city-autocomplete-root-v144,.city-autocomplete-v144{position:relative;min-width:0}.city-suggest-v144{position:absolute;z-index:240;left:0;right:0;top:calc(100% + 6px);max-height:290px;overflow:auto;padding:6px;background:#fff;border:1px solid #dfe1e4;border-radius:14px;box-shadow:0 18px 44px rgba(20,24,31,.16)}.city-suggest-v144[hidden]{display:none!important}.city-suggest-v144 button{width:100%;border:0;background:#fff;border-radius:10px;padding:10px 11px;text-align:left;display:grid;gap:1px;cursor:pointer;color:#202327}.city-suggest-v144 button:hover,.city-suggest-v144 button:focus{background:#f3f4f5;outline:none}.city-suggest-v144 strong{font-size:13px}.city-suggest-v144 small{font-size:10.5px;color:#737880}.spec-groups-v144{display:grid;gap:18px}.spec-group-v144>h3,.spec-group-v144>h4{margin:0 0 8px;font-size:13px;line-height:1.25;color:#454a50;font-weight:850}.spec-group-v144>h4{font-size:12.5px}@media (max-width:900px){.marketplace-header .header-location-popover .city-suggest-v144{max-height:255px}.marketplace-header .header-location-popover .city-suggest-v144 button{padding:11px 12px}.marketplace-header .header-location-popover .city-suggest-v144 strong{font-size:15px}.marketplace-header .header-location-popover .city-suggest-v144 small{font-size:12px}.spec-groups-v144{gap:15px}}@media (min-width:901px){.product-specs-card-v1493{min-width:0}.specs-collapse-v1493{position:relative;max-height:430px;overflow:hidden}.product-specs-card-v1493.is-expanded-v1493 .specs-collapse-v1493{max-height:none;overflow:visible}.product-specs-card-v1493.is-collapsible-v1493:not(.is-expanded-v1493) .specs-collapse-v1493:after{content:"";position:absolute;left:0;right:0;bottom:0;height:86px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 82%);pointer-events:none}.specs-toggle-v1493{margin-top:12px;min-height:42px;border:0;border-radius:11px;background:#f2f2f3;color:#292b2f;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;font-size:13px;font-weight:800;cursor:pointer}.specs-toggle-v1493:hover{background:#e9eaec}.specs-toggle-v1493[hidden]{display:none!important}.specs-toggle-v1493 svg{width:15px;height:15px;transition:transform .18s ease}.product-specs-card-v1493.is-expanded-v1493 .specs-toggle-v1493 svg{transform:rotate(180deg)}}@media (max-width:900px){.specs-toggle-v1493{display:none!important}.specs-collapse-v1493{max-height:none!important;overflow:visible!important}}@media (min-width:1101px){.product-content-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-template-areas:"description specs" "availability availability";align-items:start}.product-content-grid #description{grid-area:description;min-width:0}.product-content-grid #specs{grid-area:specs;min-width:0}.product-content-grid #availability{grid-area:availability;width:100%;min-width:0}.desktop-description-collapse-v113:not(.is-expanded) .description-copy-v113{max-height:390px}.specs-collapse-v1493{max-height:390px}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.product-card-v97 .product-card-content{padding:7px 9px 9px!important}.product-card-v97 .product-card-title{font-size:13.5px!important;line-height:1.18!important;min-height:32px!important}.product-card-v97 .product-card-pricing strong{font-size:19px!important}.product-card-v97 .card-cart-form button{width:40px!important;height:40px!important;border-radius:12px!important}}@media (min-width:901px) and (max-width:1023px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}}.supplier-availability-v1495 small{color:#70757b}.supplier-availability-v1495 strong:after{content:" · под заказ";font-weight:700;color:#6d7278}.supplier-stock-card-v1495{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #e8e2d7;border-radius:16px;background:#fffaf0}.supplier-stock-card-v1495 span{display:flex;flex-direction:column;gap:3px}.supplier-stock-card-v1495 strong{font-size:14px}.supplier-stock-card-v1495 small{font-size:12px;color:#70757b}.supplier-stock-card-v1495>b{font-size:12px;white-space:nowrap;color:#8a5b00;background:#fff0c8;border-radius:999px;padding:6px 9px}.mobile-supplier-stock-v1495{margin-top:10px}.supplier-stock-card-v14968{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 15px;border:1px solid #efe3ca;border-radius:16px;background:linear-gradient(180deg,#fffaf1 0%,#fff7e8 100%);box-shadow:0 8px 18px rgba(138,91,0,.06)}.supplier-stock-card-v14968 .supplier-stock-icon-v14968{width:42px;height:42px;border-radius:14px;background:#fff3d4;color:#8a5b00;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(138,91,0,.08)}.supplier-stock-card-v14968 .supplier-stock-icon-v14968 svg{width:19px;height:19px}.supplier-stock-card-v14968 .supplier-stock-copy-v14968{display:flex;flex-direction:column;gap:4px;min-width:0}.supplier-stock-card-v14968 .supplier-stock-copy-v14968 strong{font-size:14px;line-height:1.2}.supplier-stock-card-v14968 .supplier-stock-copy-v14968 small{font-size:12px;line-height:1.35;color:#6f747a}.supplier-stock-card-v14968>b{font-size:11px;white-space:nowrap;color:#8a5b00;background:#fff0c8;border-radius:999px;padding:7px 10px;text-transform:uppercase;letter-spacing:.04em}@media (max-width:640px){.supplier-stock-card-v14968{grid-template-columns:40px minmax(0,1fr);align-items:start}.supplier-stock-card-v14968>b{grid-column:2;justify-self:start;margin-top:2px}.supplier-stock-card-v14968 .supplier-stock-icon-v14968{width:40px;height:40px;border-radius:12px}.supplier-stock-card-v14968 .supplier-stock-copy-v14968 strong{font-size:13px}.supplier-stock-card-v14968 .supplier-stock-copy-v14968 small{font-size:11px}}@media (max-width:900px){.marketplace-header .header-main{grid-template-columns:42px minmax(0,1fr) minmax(0,180px)!important}.marketplace-header .store-logo{min-width:0!important;max-width:100%!important;overflow:hidden!important}.marketplace-header .store-logo-picture{max-width:100%!important}.marketplace-header .store-logo-image{max-width:100%!important}.marketplace-header .mobile-geo-location{width:100%!important;max-width:180px!important;min-width:0!important}.marketplace-header .mobile-geo-location .header-location-trigger{width:100%!important;max-width:none!important;min-width:0!important;justify-content:flex-end!important;padding:0!important;font-size:14px!important;gap:5px!important}.marketplace-header .mobile-geo-location .header-location-trigger span{max-width:none!important;min-width:0!important;flex:1 1 auto!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.delivery-estimator-form-v5 input[data-city-autocomplete]{font-size:16px!important;line-height:1.2!important;touch-action:manipulation}}@media (max-width:390px){.marketplace-header .header-main{grid-template-columns:40px minmax(0,1fr) minmax(0,162px)!important}.marketplace-header .mobile-geo-location{max-width:162px!important}.marketplace-header .mobile-geo-location .header-location-trigger{font-size:13px!important}}@media (max-width:350px){.marketplace-header .header-main{grid-template-columns:40px minmax(0,1fr) minmax(0,142px)!important}.marketplace-header .mobile-geo-location{max-width:142px!important}.marketplace-header .mobile-geo-location .header-location-trigger{font-size:12.5px!important}}.checkout-supplier-timing-v14970.is-error{border-color:#eadfc9;background:#fffaf1}.home-hero-nav{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(255,255,255,.92);color:#24272b;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.14);opacity:0;transition:opacity .18s ease,transform .18s ease}.home-hero-nav svg{width:20px;height:20px}.home-hero-prev{left:16px}.home-hero-next{right:16px}.home-hero-slider:hover .home-hero-nav,.home-hero-nav:focus-visible{opacity:1}.home-hero-nav:hover{transform:translateY(-50%) scale(1.04)}@media(max-width:900px){.home-hero-nav{display:none!important}}@media(min-width:901px){.lightbox-media-host .lightbox-media-image{cursor:zoom-in}.lightbox-media-host.is-zoomed .lightbox-media-image{cursor:zoom-out}}
/* MVP149.9.12 — storefront image corner polish */
.product-card-media-wrap{border-radius:22px 22px 0 0;overflow:hidden}
.product-card-media{border-radius:22px 22px 0 0;overflow:hidden}
.product-card-media img{border-radius:16px 16px 0 0}
.product-gallery-v4 .gallery-stage,.product-gallery-v4 .gallery-main-button,.product-gallery-v4 .gallery-main-image{border-radius:18px!important;overflow:hidden}
@media (max-width:640px){.product-card-media-wrap,.product-card-media{border-radius:16px 16px 0 0}.product-card-media img{border-radius:12px 12px 0 0}.product-gallery-v4 .gallery-stage,.product-gallery-v4 .gallery-main-button,.product-gallery-v4 .gallery-main-image{border-radius:16px!important}}
/* MVP149.9.13 */.product-card-media-wrap{border-radius:16px 16px 0 0!important;overflow:hidden!important}.product-card-media{border-radius:0!important;overflow:visible!important}.product-card-media img{border-radius:0!important}.product-gallery-v4 .gallery-stage{border-radius:18px!important;overflow:hidden!important}.product-gallery-v4 .gallery-main-button,.product-gallery-v4 .gallery-media-host,.product-gallery-v4 .gallery-main-image{border-radius:0!important}.product-gallery-v4 .gallery-main-button,.product-gallery-v4 .gallery-media-host{overflow:visible!important}.gallery-lightbox{box-sizing:border-box!important;padding:56px 72px 58px!important}.lightbox-media-host{width:min(1180px,calc(100vw - 160px))!important;height:min(900px,calc(100vh - 124px))!important;height:min(900px,calc(100dvh - 124px))!important;max-width:100%!important;max-height:100%!important;overflow:hidden!important;display:grid!important;place-items:center!important}.lightbox-media-image{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;border-radius:0!important}@media(max-width:640px){.product-card-media-wrap{border-radius:14px 14px 0 0!important}.product-gallery-v4 .gallery-stage{border-radius:16px!important}.gallery-lightbox{padding:50px 10px 50px!important}.lightbox-media-host{width:calc(100vw - 20px)!important;height:calc(100vh - 100px)!important;height:calc(100dvh - 100px)!important}}
/* MVP149.9.19 — product versions + tablet product page */.product-version-panel-v149919{margin:22px 0 4px;display:grid;gap:14px}.product-version-current-v149919{display:grid;grid-template-columns:46px minmax(0,1fr);gap:13px;align-items:start;padding:17px 18px;border:1px solid #e4e7ec;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f9fafb 100%)}.product-version-current-icon-v149919{width:46px;height:46px;border-radius:14px;background:#101828;color:#fff;display:grid;place-items:center;font-size:22px;font-weight:900}.product-version-current-v149919 small,.product-version-family-head-v149919 small{display:block;font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:#d13731;font-weight:900}.product-version-current-v149919 strong{display:block;margin-top:3px;font-size:18px;color:#101828}.product-version-current-v149919 p{margin:6px 0 0;color:#475467;font-size:14px;line-height:1.5}.product-version-family-head-v149919{display:flex;justify-content:space-between;align-items:end;gap:12px}.product-version-family-head-v149919 h2{margin:3px 0 0;font-size:22px;letter-spacing:-.4px}.product-version-family-head-v149919>span{font-size:12px;color:#667085;background:#f2f4f7;border-radius:999px;padding:6px 10px}.product-version-list-v149919{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}.product-version-option-v149919{min-width:0;display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:11px;align-items:center;padding:11px;border:1px solid #e4e7ec;border-radius:16px;background:#fff;color:#101828;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.product-version-option-v149919:not(.is-current):hover{border-color:#bfc5ce;box-shadow:0 8px 24px rgba(16,24,40,.08);transform:translateY(-1px)}.product-version-option-v149919.is-current{border-color:#101828;box-shadow:inset 0 0 0 1px #101828}.product-version-image-v149919{width:64px;height:72px;border-radius:11px;overflow:hidden;background:#f5f6f7;display:grid;place-items:center}.product-version-image-v149919 img{width:100%;height:100%;object-fit:contain}.product-version-copy-v149919{min-width:0}.product-version-copy-v149919 small{display:block;font-size:10px;color:#98a2b3;font-style:normal}.product-version-copy-v149919 strong{display:block;margin-top:2px;font-size:14px;line-height:1.2}.product-version-copy-v149919 em{display:-webkit-box;margin-top:4px;color:#667085;font-size:11.5px;line-height:1.35;font-style:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-version-price-v149919{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:14px;font-weight:900;white-space:nowrap}.product-version-price-v149919 b{font-size:10px;color:#d13731}.product-version-badge-v149919{position:absolute;left:10px;bottom:10px;z-index:4;max-width:calc(100% - 68px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:6px 9px;border-radius:999px;background:rgba(16,24,40,.92);color:#fff;font-size:10px;line-height:1;font-weight:850;letter-spacing:.01em;box-shadow:0 4px 12px rgba(16,24,40,.16)}@media(min-width:821px) and (max-width:1180px){.product-hero-v44{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr)!important;gap:16px!important;align-items:start!important}.desktop-product-info-v44{display:contents!important}.product-desktop-heading{grid-column:1/-1!important;grid-row:1!important;padding:0 2px 2px!important}.product-desktop-heading h1{font-size:30px!important;max-width:860px}.product-gallery-v4{grid-column:1!important;grid-row:2!important;position:static!important;top:auto!important}.product-buy-column-v44{grid-column:2!important;grid-row:2!important;position:static!important;top:auto!important}.desktop-spec-preview-v44,.desktop-documents-preview-v122{grid-column:1/-1!important;margin-top:0!important}.gallery-stage{aspect-ratio:1/1.08!important}.gallery-main-button{padding:12px!important}.purchase-card-v44{padding:15px!important}.purchase-card-v44 .buy-form-v4{grid-template-columns:94px 1fr!important}.product-version-panel-v149919{margin-top:18px}}@media(min-width:641px) and (max-width:820px){.product-hero-v44{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.desktop-product-info-v44{display:contents!important}.product-desktop-heading{grid-column:1!important;grid-row:1!important}.product-gallery-v4{grid-column:1!important;grid-row:2!important;position:static!important;top:auto!important}.product-buy-column-v44{grid-column:1!important;grid-row:3!important;position:static!important;top:auto!important}.desktop-spec-preview-v44,.desktop-documents-preview-v122{grid-column:1!important;margin-top:0!important}.gallery-stage{aspect-ratio:1.08/1!important;max-height:650px}.gallery-main-button{padding:16px!important}.purchase-card-v44{margin-top:0!important}.product-version-list-v149919{grid-template-columns:1fr 1fr}}@media(max-width:640px){.product-version-panel-v149919{margin:15px 0 0;gap:11px}.product-version-current-v149919{grid-template-columns:40px minmax(0,1fr);padding:14px;border-radius:15px}.product-version-current-icon-v149919{width:40px;height:40px;border-radius:12px}.product-version-current-v149919 strong{font-size:16px}.product-version-current-v149919 p{font-size:13px}.product-version-family-head-v149919 h2{font-size:19px}.product-version-list-v149919{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:1px 1px 5px;scrollbar-width:none}.product-version-list-v149919::-webkit-scrollbar{display:none}.product-version-option-v149919{flex:0 0 min(86vw,330px);scroll-snap-align:start;grid-template-columns:58px minmax(0,1fr);padding:10px}.product-version-image-v149919{width:58px;height:66px}.product-version-price-v149919{grid-column:2;align-items:flex-start;flex-direction:row;justify-content:space-between}.product-version-badge-v149919{left:8px;bottom:8px;font-size:9px;padding:5px 8px}}
/* MVP149.9.19 version difference near hero */.desktop-version-note-v149919{margin-top:12px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:11px 12px;border:1px solid #e4e7ec;border-radius:14px;background:#f9fafb}.desktop-version-note-v149919>span,.mobile-version-note-v149919>span{width:34px;height:34px;border-radius:10px;background:#101828;color:#fff;display:grid;place-items:center;font-weight:900}.desktop-version-note-v149919 small,.mobile-version-note-v149919 small{display:block;font-size:9.5px;letter-spacing:.07em;text-transform:uppercase;color:#d13731;font-weight:900}.desktop-version-note-v149919 strong,.mobile-version-note-v149919 strong{display:block;margin-top:2px;font-size:13px}.desktop-version-note-v149919 p,.mobile-version-note-v149919 p{margin:3px 0 0;color:#667085;font-size:11.5px;line-height:1.4}.mobile-version-note-v149919{display:none}@media(max-width:640px){.mobile-version-note-v149919{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:12px;margin:0 0 12px;border:1px solid #e4e7ec;border-radius:14px;background:#f9fafb}.mobile-version-note-v149919 strong{font-size:14px}.mobile-version-note-v149919 p{font-size:12px}}
/* MVP149.9.21 — version/sale visual polish */.product-version-badge-v149921{display:inline-flex!important;align-items:center!important;gap:5px!important;left:9px!important;bottom:9px!important;padding:5px 8px 5px 5px!important;border:1px solid rgba(255,255,255,.7)!important;background:linear-gradient(135deg,rgba(16,24,40,.96),rgba(52,64,84,.94))!important;box-shadow:0 6px 18px rgba(16,24,40,.18)!important}.product-version-badge-v149921 i{width:19px;height:19px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#f04438,#d92d20);color:#fff;font-size:11px;font-style:normal;font-weight:900}.product-version-badge-v149921 b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:850}.sale-badge-v149921{gap:6px!important;padding:6px 9px!important;border-color:#f1d8b7!important;background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(255,248,236,.95))!important;box-shadow:0 7px 18px rgba(164,98,0,.11)!important}.sale-badge-v149921 b{color:#7a3e00!important;font-weight:850!important}.sale-badge-v149921 small{padding-left:6px;border-left:1px solid #ead7bd;color:#8a6a47!important;font-weight:700!important}.version-note-v149921{position:relative;overflow:hidden;border-color:#f1d1cd!important;background:linear-gradient(135deg,#fff4f2 0%,#fff 48%,#f7f8fa 100%)!important;box-shadow:0 8px 22px rgba(16,24,40,.045)}.version-note-v149921:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#f04438,#b42318)}.version-note-v149921>span{background:linear-gradient(135deg,#f04438,#b42318)!important;box-shadow:0 5px 12px rgba(217,45,32,.2)}.version-note-v149921 small{color:#b42318!important}.product-sale-indicator-v149921{padding:10px 12px!important;border:1px solid #f0dfc7;border-radius:16px;background:linear-gradient(135deg,#fffaf1 0%,#fff 72%);box-shadow:0 7px 20px rgba(151,91,0,.055)}.product-sale-indicator-v149921 .sale-progress-ring-v112{box-shadow:0 3px 10px rgba(209,55,49,.08)}.product-sale-indicator-v149921 .sale-progress-copy-v112 strong{color:#3a2b1b}.product-sale-indicator-v149921 .sale-progress-copy-v112 small{color:#8a6a47}@media(max-width:640px){.version-note-v149921{border-radius:16px!important;padding:13px!important}.product-sale-indicator-v149921{padding:9px 10px!important;border-radius:14px}.product-version-badge-v149921{left:7px!important;bottom:7px!important;padding:4px 7px 4px 4px!important}.product-version-badge-v149921 i{width:17px;height:17px;font-size:10px}.product-version-badge-v149921 b{font-size:9px}}

/* MVP149.9.22 authoritative media radii */.product-card-v97 .product-card-media-wrap{border-radius:22px 22px 0 0!important;overflow:hidden!important;background:#fff!important}.product-card-v97 .product-card-media{aspect-ratio:3/4!important;padding:0!important;border-radius:22px 22px 0 0!important;overflow:hidden!important;background:#fff!important;align-items:flex-start!important}.product-card-v97 .product-card-media img{display:block!important;width:100%!important;height:100%!important;border-radius:0!important;object-fit:contain!important;object-position:center top!important}.product-gallery-v4 .gallery-stage{border-radius:18px!important;overflow:hidden!important;background:#fff!important}.product-gallery-v4 .gallery-main-button{padding:0!important;border-radius:0!important;overflow:visible!important;background:#fff!important}.product-gallery-v4 .gallery-media-host{border-radius:0!important;overflow:visible!important}.product-gallery-v4 .gallery-main-image{display:block!important;width:100%!important;height:100%!important;border-radius:0!important;object-fit:contain!important;object-position:center center!important}@media(max-width:640px){.product-card-v97 .product-card-media-wrap,.product-card-v97 .product-card-media{border-radius:16px 16px 0 0!important}.product-gallery-v4 .gallery-stage{border-radius:16px!important}}
/* MVP149.9.23 */.gallery-lightbox{padding:28px 64px 36px!important}.lightbox-media-host{width:calc(100vw - 128px)!important;height:calc(100vh - 64px)!important;height:calc(100dvh - 64px)!important;max-width:none!important;max-height:none!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important}.lightbox-media-image{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;transform-origin:center center!important}@media(max-width:640px){.gallery-lightbox{padding:48px 10px 48px!important}.lightbox-media-host{width:calc(100vw - 20px)!important;height:calc(100vh - 96px)!important;height:calc(100dvh - 96px)!important}}

/* MVP149.9.24 — unauthorised product-help CTA behaves like the original button. */
.mobile-support-card-v44 .mobile-support-auth-link-v149924{min-height:42px;padding:0 16px;border:0;border-radius:12px;background:#161719;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:850;text-decoration:none;white-space:nowrap}
.mobile-support-card-v44 .mobile-support-auth-link-v149924:hover{background:#d13731}
@media(max-width:900px){.mobile-support-card-v149925{grid-template-columns:44px minmax(0,1fr) auto!important;gap:11px!important;border-color:#f0cbc8!important;background:linear-gradient(135deg,#fff 0%,#fff8f7 100%)!important;box-shadow:0 8px 22px rgba(209,55,49,.07)!important;position:relative;overflow:hidden}.mobile-support-card-v149925:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:0 4px 4px 0;background:#d13731}.mobile-support-mark-v149925{width:40px;height:40px;border-radius:13px;background:#d13731;color:#fff;display:grid;place-items:center;font-size:21px;font-weight:900;line-height:1;box-shadow:0 6px 16px rgba(209,55,49,.18)}.mobile-support-copy-v149925{min-width:0!important}.mobile-support-copy-v149925 small{font-size:9px!important;line-height:1!important;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#b52f2b;margin:0 0 4px!important}.mobile-support-card-v149925 strong{font-size:15px!important;line-height:1.15!important}.mobile-support-card-v149925 span:not(.mobile-support-mark-v149925){font-size:11px!important;line-height:1.3!important;margin-top:3px!important}.mobile-support-card-v149925 button[data-community-open],.mobile-support-card-v149925 .mobile-support-auth-link-v149924{min-height:40px!important;border-radius:12px!important;padding:0 13px!important;background:#161719!important;color:#fff!important;font-size:12px!important;font-weight:850!important}.mobile-support-card-v149925 button[data-community-open]:hover,.mobile-support-card-v149925 .mobile-support-auth-link-v149924:hover{background:#d13731!important}}@media(max-width:390px){.mobile-support-card-v149925{grid-template-columns:38px minmax(0,1fr) auto!important;gap:9px!important;padding:11px!important}.mobile-support-mark-v149925{width:36px;height:36px;border-radius:11px;font-size:18px}.mobile-support-card-v149925 strong{font-size:14px!important}.mobile-support-card-v149925 span:not(.mobile-support-mark-v149925){font-size:10px!important}.mobile-support-card-v149925 button[data-community-open],.mobile-support-card-v149925 .mobile-support-auth-link-v149924{padding:0 10px!important;font-size:11px!important}}

/* MVP149.9.26 — compact Help CTA + neutral Crimea delivery fallback in the existing delivery block. */
@media(max-width:900px){
  .mobile-support-card-v149925{grid-template-columns:38px minmax(0,1fr) auto!important;gap:10px!important;padding:11px 12px!important;min-height:62px!important;background:#fff!important;border-color:#efc9c6!important;box-shadow:0 5px 16px rgba(16,24,40,.045)!important}
  .mobile-support-card-v149925:before{top:10px!important;bottom:10px!important;width:3px!important;background:#d13731!important}
  .mobile-support-mark-v149925{width:36px!important;height:36px!important;border-radius:11px!important;background:#d13731!important;color:#fff!important;font-size:20px!important;box-shadow:0 4px 11px rgba(209,55,49,.16)!important}
  .mobile-support-copy-v149925{display:none!important}
  .mobile-support-copy-v149926{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:2px!important}
  .mobile-support-copy-v149926 strong{font-size:14px!important;line-height:1.16!important;font-weight:850!important;color:#161719!important;margin:0!important}
  .mobile-support-copy-v149926 span{font-size:10.5px!important;line-height:1.2!important;color:#777b82!important;margin:0!important}
  .mobile-support-card-v149925 button[data-community-open],.mobile-support-card-v149925 .mobile-support-auth-link-v149924{min-height:36px!important;padding:0 12px!important;border-radius:11px!important;font-size:11.5px!important}
}
@media(max-width:390px){
  .mobile-support-card-v149925{grid-template-columns:34px minmax(0,1fr) auto!important;gap:8px!important;padding:10px!important}
  .mobile-support-mark-v149925{width:32px!important;height:32px!important;border-radius:10px!important;font-size:18px!important}
  .mobile-support-copy-v149926 strong{font-size:13px!important}
  .mobile-support-copy-v149926 span{font-size:10px!important}
  .mobile-support-card-v149925 button[data-community-open],.mobile-support-card-v149925 .mobile-support-auth-link-v149924{min-height:34px!important;padding:0 10px!important;font-size:11px!important}
}
.delivery-estimator-result-v5.is-info{background:#f7f8fa!important;border-color:#e2e5e9!important;color:#25282d!important}
.delivery-estimator-result-v5.is-info strong{color:#25282d!important}
.delivery-estimator-result-v5.is-info span{color:#555b63!important}
.delivery-estimator-result-v5.is-info small{color:#747a82!important}

/* MVP149.9.32 — unified city + product nearby-PVZ search */
.checkout-city-autocomplete-v149932{position:relative;width:100%;min-width:0}
.checkout-city-autocomplete-v149932>input{width:100%}
.checkout-city-field .city-suggest-v144{top:calc(100% + 6px);z-index:260}
.checkout-city-hint-v149932{margin-top:0;font-weight:650;color:#7a7e85}
.delivery-estimator-form-v149932{grid-template-columns:minmax(0,1fr)!important;gap:9px!important}
.delivery-city-row-v149932{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;min-width:0}
.delivery-city-row-v149932>.city-autocomplete-v144{min-width:0}
.delivery-city-row-v149932 input{width:100%}
.product-nearby-pvz-v149932{display:grid;gap:6px;padding-top:1px;min-width:0}
.product-nearby-pvz-v149932>label{font-size:11px;font-weight:850;color:#42464c}
.product-nearby-pvz-v149932>small{font-size:10px;line-height:1.35;color:#7a7e85}
.product-pvz-address-root-v149932{position:relative;min-width:0}
.product-pvz-address-root-v149932>input{width:100%;font-size:16px!important}
.product-pvz-address-suggestions-v149932{position:absolute;z-index:265;left:0;right:0;top:calc(100% + 5px);max-height:250px;overflow:auto;padding:5px;background:#fff;border:1px solid #dfe1e4;border-radius:12px;box-shadow:0 16px 38px rgba(20,24,31,.15)}
.product-pvz-address-suggestions-v149932[hidden]{display:none!important}
.delivery-estimator-form-v5 .product-pvz-address-suggestions-v149932 button{width:100%;height:auto!important;min-height:42px;border:0!important;border-radius:9px!important;background:#fff!important;color:#202327!important;padding:8px 10px!important;text-align:left;display:grid;justify-items:start;gap:2px;font-weight:750!important}
.delivery-estimator-form-v5 .product-pvz-address-suggestions-v149932 button:hover,.delivery-estimator-form-v5 .product-pvz-address-suggestions-v149932 button:focus{background:#f3f4f5!important;outline:0}
.product-pvz-address-suggestions-v149932 strong{font-size:12px;line-height:1.25}
.product-pvz-address-suggestions-v149932 small{font-size:10px;color:#747981}
.product-nearby-pvz-results-v149932{display:grid;gap:6px;margin-top:3px;padding:8px;border:1px solid #e2e5e9;border-radius:11px;background:#f8f9fa}
.product-nearby-pvz-results-v149932[hidden]{display:none!important}
.product-nearby-pvz-results-v149932.is-loading{opacity:.76}
.product-nearby-pvz-results-v149932.is-error{background:#fff7f7;border-color:#efdede}
.product-nearby-head-v149932{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:1px 2px 4px}
.product-nearby-head-v149932>span{display:flex;align-items:center;min-width:0}
.product-nearby-head-v149932 img{display:block;max-width:72px;max-height:20px;object-fit:contain}
.product-nearby-head-v149932 strong{font-size:11px}
.product-nearby-head-v149932 small{font-size:9.5px;color:#777c83;font-weight:750}
.product-nearby-point-v149932{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:start;padding:8px 9px;background:#fff;border:1px solid #e7e8ea;border-radius:10px}
.product-nearby-point-v149932>div{display:grid;gap:2px;min-width:0}
.product-nearby-point-v149932 b{font-size:11px;line-height:1.3}
.product-nearby-point-v149932 span,.product-nearby-point-v149932 small{font-size:9.5px;line-height:1.3;color:#767b82}
.product-nearby-point-v149932 em{font-style:normal;font-size:10px;font-weight:900;white-space:nowrap;color:#198754;background:#eaf8f0;border-radius:999px;padding:4px 7px}
.product-nearby-cart-v149932{display:flex;align-items:center;justify-content:center;min-height:36px;border-radius:9px;background:#18191b;color:#fff!important;font-size:11px;font-weight:850;text-decoration:none}
.product-nearby-empty-v149932{padding:4px 3px;font-size:10.5px;line-height:1.4;color:#656a71}
@media(max-width:640px){
  .checkout-city-autocomplete-v149932>input,.delivery-city-row-v149932 input,.product-pvz-address-root-v149932>input{font-size:16px!important}
  .product-nearby-pvz-v149932>label{font-size:13px}
  .product-nearby-pvz-v149932>small{font-size:11.5px}
  .product-pvz-address-suggestions-v149932 strong{font-size:14px}
  .product-pvz-address-suggestions-v149932 small{font-size:12px}
  .product-nearby-point-v149932 b{font-size:13px}
  .product-nearby-point-v149932 span,.product-nearby-point-v149932 small{font-size:11.5px}
  .product-nearby-point-v149932 em{font-size:11px}
  .product-nearby-cart-v149932{min-height:42px;font-size:13px}
  .product-nearby-empty-v149932{font-size:12px}
}

/* MVP149.9.32.1 — one-field address/PVZ selector */
.product-delivery-search-row-v1499321{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:start;min-width:0}.product-delivery-search-root-v1499321{min-width:0}.product-delivery-search-root-v1499321>input[type=search]{width:100%;font-size:16px!important}.product-delivery-search-help-v1499321{display:block;font-size:10px;line-height:1.35;color:#7a7e85}.product-nearby-point-select-v1499321{width:100%;font:inherit;text-align:left;cursor:pointer;color:inherit}.product-nearby-point-select-v1499321:hover,.product-nearby-point-select-v1499321:focus{border-color:#b9bdc3;outline:0}.product-nearby-point-select-v1499321.is-selected{border-color:#1d9b62;box-shadow:0 0 0 2px rgba(29,155,98,.10)}.product-nearby-point-side-v1499321{display:grid;justify-items:end;gap:5px}.product-nearby-point-side-v1499321 i{font-style:normal;font-size:9px;font-weight:850;color:#555b63}.product-nearby-point-select-v1499321.is-selected .product-nearby-point-side-v1499321 i{color:#198754}@media(max-width:900px){.product-delivery-search-help-v1499321{font-size:11.5px}.product-nearby-point-side-v1499321 i{font-size:10.5px}}
/* MVP149.9.32.3 — delivery preview repair */.product-nearby-pvz-results-v149932{gap:5px;padding:7px;background:#fbfbfc;border-color:#e8e9eb}.product-nearby-point-v149932{padding:7px 9px;border-radius:9px;background:#fff;border-color:#e8e9eb;box-shadow:none}.product-nearby-point-select-v1499321:hover{border-color:#cfd2d6;background:#fdfdfd}.product-nearby-point-select-v1499321.is-selected{border-color:#5cab7b;background:#f4fbf7}.product-nearby-cart-v149932{border:0;cursor:pointer;width:100%;font-family:inherit}/* MVP149.9.32.4 — stable dark cards for three nearest pickup points */
.delivery-estimator-form-v5 .product-nearby-pvz-results-v149932{display:grid;gap:7px;padding:9px;background:#f7f8f9;border:1px solid #e3e5e8;border-radius:12px;overflow:visible}
.delivery-estimator-form-v5 .product-nearby-head-v149932{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:1px 2px 3px;min-width:0}
.delivery-estimator-form-v5 .product-nearby-head-v149932>span{min-width:0}
.delivery-estimator-form-v5 .product-nearby-head-v149932 small{font-size:11px;line-height:1.25;color:#555b63;font-weight:800;text-align:right}
.delivery-estimator-form-v5 .product-nearby-point-v149932{width:100%;height:auto!important;min-height:68px!important;padding:10px 12px!important;border:1px solid #24272c!important;border-radius:12px!important;background:#181a1e!important;color:#fff!important;display:grid!important;grid-template-columns:minmax(0,1fr) 76px!important;gap:12px!important;align-items:center!important;overflow:hidden;box-shadow:none!important;text-align:left!important}
.delivery-estimator-form-v5 .product-nearby-point-v149932:hover,.delivery-estimator-form-v5 .product-nearby-point-v149932:focus{background:#202329!important;border-color:#30343b!important;outline:none!important}
.delivery-estimator-form-v5 .product-nearby-point-v149932.is-selected{background:#18241f!important;border-color:#3b9b6c!important;box-shadow:0 0 0 2px rgba(41,153,99,.13)!important}
.product-nearby-point-copy-v1499324{display:grid;gap:3px;min-width:0;align-content:center}
.delivery-estimator-form-v5 .product-nearby-point-v149932 b{display:block;font-size:12.5px;line-height:1.28;color:#fff!important;font-weight:850;white-space:normal;overflow-wrap:anywhere}
.delivery-estimator-form-v5 .product-nearby-point-v149932 .product-nearby-point-copy-v1499324>span{display:block;font-size:11px;line-height:1.25;color:#d9dde2!important;font-weight:650;white-space:normal;overflow-wrap:anywhere}
.delivery-estimator-form-v5 .product-nearby-point-v149932 .product-nearby-point-copy-v1499324>small{display:block;font-size:10.5px;line-height:1.25;color:#b8bec7!important;font-weight:600;white-space:normal}
.delivery-estimator-form-v5 .product-nearby-point-side-v1499321{display:grid!important;justify-items:end;align-content:center;gap:6px;min-width:0}
.delivery-estimator-form-v5 .product-nearby-point-side-v1499321 em{display:inline-flex;align-items:center;justify-content:center;min-width:58px;font-size:11px;line-height:1;font-weight:900;color:#17794a!important;background:#e6f5ec!important;border-radius:999px;padding:7px 8px;white-space:nowrap}
.delivery-estimator-form-v5 .product-nearby-point-side-v1499321 i{font-style:normal;font-size:10.5px;line-height:1.15;font-weight:800;color:#d8dce1!important;white-space:nowrap}
.delivery-estimator-form-v5 .product-nearby-point-select-v1499321.is-selected .product-nearby-point-side-v1499321 i{color:#8ed8b0!important}
.delivery-estimator-form-v5 .product-nearby-cart-v149932{height:42px!important;min-height:42px!important;width:100%;border:0!important;border-radius:11px!important;background:#181a1e!important;color:#fff!important;font-size:12.5px!important;font-weight:850!important;padding:0 14px!important}
@media(max-width:640px){.delivery-estimator-form-v5 .product-nearby-point-v149932{grid-template-columns:minmax(0,1fr) 72px!important;gap:9px!important;padding:10px!important;min-height:72px!important}.delivery-estimator-form-v5 .product-nearby-point-v149932 b{font-size:13px}.delivery-estimator-form-v5 .product-nearby-point-v149932 .product-nearby-point-copy-v1499324>span{font-size:11.5px}.delivery-estimator-form-v5 .product-nearby-point-v149932 .product-nearby-point-copy-v1499324>small{font-size:11px}.delivery-estimator-form-v5 .product-nearby-head-v149932 small{font-size:10.5px}}
/* MVP149.9.32.6 — iPad/tablet product hero: image first, no description/spec blocks above gallery. */
@media (min-width:641px) and (max-width:1180px){.product-page-v5 .product-mobile-heading{display:block!important;margin:4px 0 12px!important}.product-page-v5 .product-mobile-heading>p{display:none!important}.product-page-v5 .product-mobile-heading h1{font-size:clamp(26px,3.4vw,34px)!important;line-height:1.08!important;margin:0!important}.product-page-v5 .product-desktop-heading{display:none!important}.product-page-v5 .desktop-product-info-v44{display:block!important;min-width:0!important}.product-page-v5 .desktop-spec-preview-v44,.product-page-v5 .desktop-documents-preview-v122{margin-top:14px!important}.product-page-v5 .product-gallery-v4{position:static!important;top:auto!important;align-self:start!important;min-width:0!important}.product-page-v5 .product-gallery-v51{display:block!important}.product-page-v5 .product-gallery-v51 .gallery-stage,.product-page-v5 .gallery-stage{grid-column:auto!important;grid-row:auto!important;width:100%!important;max-height:none!important;aspect-ratio:3/4!important;background:#fff!important}.product-page-v5 .product-gallery-v4 .gallery-main-button{padding:0!important}.product-page-v5 .product-gallery-v4 .gallery-main-image{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important}.product-page-v5 .product-gallery-v51 .gallery-thumbs{display:flex!important;flex-direction:row!important;gap:8px!important;padding:9px 2px 2px!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important}.product-page-v5 .product-gallery-v51 .gallery-thumb{flex:0 0 72px!important;width:72px!important;height:88px!important;min-width:72px!important;aspect-ratio:auto!important}.product-page-v5 .product-buy-column-v44{position:static!important;top:auto!important}.product-page-v5 .desktop-spec-preview-v44>div span,.product-page-v5 .desktop-spec-preview-v44>div strong{font-size:14px!important;line-height:1.35!important}}
@media (min-width:641px) and (max-width:1180px) and (orientation:portrait){.product-page-v5 .product-hero-v44{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.product-page-v5 .product-gallery-v4{grid-column:1!important;grid-row:1!important}.product-page-v5 .product-buy-column-v44{grid-column:1!important;grid-row:2!important}.product-page-v5 .desktop-product-info-v44{grid-column:1!important;grid-row:3!important}}
@media (min-width:641px) and (max-width:1180px) and (orientation:landscape){.product-page-v5 .product-hero-v44{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr)!important;gap:16px!important;align-items:start!important}.product-page-v5 .product-gallery-v4{grid-column:1!important;grid-row:1!important}.product-page-v5 .product-buy-column-v44{grid-column:2!important;grid-row:1!important}.product-page-v5 .desktop-product-info-v44{grid-column:1/-1!important;grid-row:2!important}.product-page-v5 .product-gallery-v51 .gallery-stage,.product-page-v5 .gallery-stage{aspect-ratio:3/4!important}}

/* MVP149.9.32.7 — iPad/tablet sticky product section bar uses the same opaque/header-aware treatment as desktop. */
@media (min-width:641px) and (max-width:1180px){.product-tabs.desktop-product-content{position:sticky!important;top:calc(var(--store-header-height,118px) + 8px)!important;z-index:45!important;background:#fff!important;opacity:1!important;isolation:isolate!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 8px 24px rgba(20,21,24,.08)!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none}.product-tabs.desktop-product-content::-webkit-scrollbar{display:none}.product-tabs.desktop-product-content:before{content:"";position:absolute;inset:0;background:#fff;border-radius:inherit;z-index:-1;pointer-events:none}#description,#specs,#availability,#reviews,#questions{scroll-margin-top:calc(var(--store-header-height,118px) + 76px)!important}}

/* MVP149.9.33.0 — slightly larger and more readable mobile help CTA. */
@media(max-width:900px){.mobile-support-card-v149925{grid-template-columns:42px minmax(0,1fr) auto!important;gap:12px!important;min-height:72px!important;padding:14px 14px!important;align-items:center!important}.mobile-support-mark-v149925{width:40px!important;height:40px!important;border-radius:12px!important;font-size:20px!important}.mobile-support-copy-v149926{gap:3px!important}.mobile-support-copy-v149926 strong{font-size:15px!important;line-height:1.2!important}.mobile-support-copy-v149926 span{font-size:11px!important;line-height:1.25!important;color:#686d74!important}.mobile-support-card-v149925 button[data-community-open],.mobile-support-card-v149925 .mobile-support-auth-link-v149924{min-height:42px!important;padding:0 15px!important;border-radius:12px!important;font-size:12.5px!important;font-weight:850!important}}@media(max-width:390px){.mobile-support-card-v149925{grid-template-columns:38px minmax(0,1fr) auto!important;gap:9px!important;min-height:68px!important;padding:12px!important}.mobile-support-mark-v149925{width:36px!important;height:36px!important;font-size:18px!important}.mobile-support-copy-v149926 strong{font-size:14px!important}.mobile-support-copy-v149926 span{font-size:10.5px!important}.mobile-support-card-v149925 button[data-community-open],.mobile-support-card-v149925 .mobile-support-auth-link-v149924{min-height:40px!important;padding:0 12px!important;font-size:12px!important}}


/* MVP149.9.33.3 — mobile product typography readability pass. */
@media(max-width:900px){
  .product-page-v5 .product-seller-label-v11{font-size:14px!important;line-height:1.3!important;color:#646870!important;margin-bottom:9px!important}
  .product-page-v5 .product-seller-main-v11 small{font-size:14px!important;line-height:1.35!important;color:#5f636b!important}
  .product-page-v5 .mobile-description-card-v42 .product-description,.product-page-v5 .mobile-description-card-v43 .product-description{font-size:17px!important;line-height:1.62!important;color:#34373d!important}
  .product-page-v5 .mobile-description-card-v42 .spec-group-v144>h4,.product-page-v5 .mobile-description-card-v43 .spec-group-v144>h4{font-size:15px!important;line-height:1.3!important;color:#3f4349!important;font-weight:800!important;margin-bottom:9px!important}
}

/* MVP149.9.33.8 — Dolyami sales widgets */
.product-card-dolyami-v1499338{margin-top:7px;min-height:27px;padding:5px 8px;border:1px solid #e7e2f2;border-radius:9px;background:#f8f6fc;display:flex;align-items:center;justify-content:space-between;gap:7px;color:#36323d;text-decoration:none;line-height:1.1}.product-card-dolyami-v1499338 span{font-size:10px;font-weight:900;letter-spacing:-.1px}.product-card-dolyami-v1499338 b{font-size:10.5px;font-weight:850;white-space:nowrap}.product-card-dolyami-v1499338:hover{background:#f3effa;border-color:#dcd3ef}
.dolyami-promo-v1499338{scroll-margin-top:130px;margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px;border:1px solid #e5def2;border-radius:15px;background:linear-gradient(135deg,#faf8fd,#f5f1fb)}.dolyami-promo-main-v1499338{min-width:0;border:0;background:transparent;padding:2px 4px;display:grid;grid-template-columns:auto minmax(0,1fr) 18px;align-items:center;gap:10px;text-align:left;color:#1f2023;cursor:pointer}.dolyami-promo-main-v1499338>svg{width:17px;height:17px;color:#77717f}.dolyami-brand-v1499338{display:grid;grid-template-columns:repeat(2,5px) auto;grid-template-rows:repeat(2,5px);align-items:center;gap:2px 2px;min-width:max-content}.dolyami-brand-v1499338 i{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.7}.dolyami-brand-v1499338 i:nth-child(2){opacity:.45}.dolyami-brand-v1499338 i:nth-child(3){opacity:.55}.dolyami-brand-v1499338 i:nth-child(4){opacity:.32}.dolyami-brand-v1499338 b{grid-column:3;grid-row:1/3;margin-left:4px;font-size:12px;line-height:1;font-weight:950;letter-spacing:-.25px}.dolyami-promo-copy-v1499338{display:grid;gap:2px;min-width:0}.dolyami-promo-copy-v1499338 strong{font-size:12px;line-height:1.15;font-weight:900}.dolyami-promo-copy-v1499338 small{font-size:10.5px;line-height:1.2;color:#6e6a73}.dolyami-buy-form-v1499338{margin:0;display:flex;align-items:stretch}.dolyami-buy-form-v1499338 button,.dolyami-modal-buy-v1499338 button{border:0;border-radius:11px;background:#1b1c1f;color:#fff;font-weight:900;white-space:nowrap}.dolyami-buy-form-v1499338 button{min-height:42px;padding:0 12px;font-size:11px}.dolyami-buy-form-v1499338 button:hover,.dolyami-modal-buy-v1499338 button:hover{background:#000}
.dolyami-modal-v1499338[hidden]{display:none!important}.dolyami-modal-v1499338{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;padding:20px}.dolyami-modal-backdrop-v1499338{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(16,17,19,.52);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.dolyami-modal-card-v1499338{position:relative;z-index:1;width:min(440px,100%);max-height:min(760px,calc(100dvh - 40px));overflow:auto;border-radius:24px;background:#fff;padding:24px;box-shadow:0 28px 80px rgba(0,0,0,.22)}.dolyami-modal-close-v1499338{position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#f1f1f3;color:#25262a;display:grid;place-items:center}.dolyami-modal-close-v1499338 svg{width:17px;height:17px}.dolyami-brand-large-v1499338{display:inline-grid;margin-bottom:18px}.dolyami-brand-large-v1499338 b{font-size:16px}.dolyami-modal-card-v1499338 h2{margin:0 42px 8px 0;font-size:25px;line-height:1.08;letter-spacing:-.6px}.dolyami-modal-card-v1499338>p{margin:0 0 18px;color:#62666c;font-size:13px;line-height:1.5}.dolyami-schedule-v1499338{display:grid;gap:8px}.dolyami-schedule-v1499338>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px;border:1px solid #e9e8eb;border-radius:13px;background:#fafafa}.dolyami-schedule-v1499338 span{display:grid;gap:2px}.dolyami-schedule-v1499338 b{font-size:12px}.dolyami-schedule-v1499338 small{font-size:10.5px;color:#85888e}.dolyami-schedule-v1499338 strong{font-size:13px;white-space:nowrap}.dolyami-modal-note-v1499338{display:block;margin:13px 0 0;color:#85888e;font-size:10.5px;line-height:1.4}.dolyami-modal-buy-v1499338{margin-top:16px}.dolyami-modal-buy-v1499338 button{width:100%;min-height:48px;font-size:13px}.dolyami-modal-open-v1499338{overflow:hidden}
.payment-method-dolyami-v1499338{background:linear-gradient(135deg,#fff,#faf8fd)}
@media(max-width:900px){.dolyami-promo-v1499338{grid-template-columns:minmax(0,1fr) auto;margin-top:8px;padding:7px;border-radius:13px}.dolyami-promo-main-v1499338{gap:8px}.dolyami-promo-copy-v1499338 strong{font-size:11.5px}.dolyami-promo-copy-v1499338 small{font-size:10px}.dolyami-buy-form-v1499338 button{min-height:40px;padding:0 10px;font-size:10.5px}.product-card-dolyami-v1499338{margin-top:6px;min-height:25px;padding:4px 6px}.product-card-dolyami-v1499338 span{font-size:9.5px}.product-card-dolyami-v1499338 b{font-size:10px}.dolyami-modal-v1499338{align-items:end;padding:0}.dolyami-modal-card-v1499338{width:100%;max-height:86dvh;border-radius:22px 22px 0 0;padding:22px 18px max(22px,env(safe-area-inset-bottom))}.dolyami-modal-card-v1499338 h2{font-size:23px}.dolyami-modal-card-v1499338>p{font-size:12.5px}}
@media(max-width:420px){.dolyami-promo-v1499338{grid-template-columns:1fr}.dolyami-buy-form-v1499338 button{width:100%;min-height:38px}.dolyami-promo-main-v1499338{padding:3px 4px}.product-card-dolyami-v1499338 b{font-size:9.5px}}


/* MVP-14.9.34.8 — keep support thread open after send + landscape catalog scrolling */
.account-chat-inline-status-v1499348{margin:0 0 12px;padding:10px 13px;border-radius:12px;font-size:13px;font-weight:750;line-height:1.35}.account-chat-inline-status-v1499348.success{background:#eaf8f1;color:#0a7545}.account-chat-inline-status-v1499348.error{background:#fff0f0;color:#a52e2e}
@media (orientation:landscape) and (max-height:620px) and (min-width:641px){
  .catalog-mega{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;overflow:hidden!important}
  .catalog-mega-panel{position:fixed!important;top:max(8px,env(safe-area-inset-top))!important;right:max(8px,env(safe-area-inset-right))!important;bottom:max(8px,env(safe-area-inset-bottom))!important;left:max(8px,env(safe-area-inset-left))!important;margin:0!important;width:auto!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:18px!important;display:flex!important;flex-direction:column!important}
  .catalog-mobile-tree{display:none!important}
  .catalog-mega-head{height:54px!important;min-height:54px!important;flex:0 0 54px!important;padding:0 16px!important}
  .catalog-mega-grid{display:grid!important;grid-template-columns:minmax(210px,28vw) minmax(0,1fr)!important;min-height:0!important;max-height:none!important;height:auto!important;flex:1 1 auto!important;overflow:hidden!important}
  .catalog-mega-roots,.catalog-mega-content{min-height:0!important;max-height:none!important;height:100%!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}
  .catalog-mega-roots{padding:8px 10px 18px!important}.catalog-mega-roots a{min-height:40px!important;font-size:13px!important}
  .catalog-mega-content{padding:16px 20px 24px!important}.catalog-mega-content h3{font-size:23px!important;margin-bottom:10px!important}.catalog-mega-links{gap:4px 22px!important}.catalog-mega-links a{padding:5px 0!important;font-size:13px!important}
}

/* MVP-14.9.34.9 — desktop chat media viewer: full fit, zoom, pan and attachment navigation. */
.chat-media-modal-v128{padding:16px!important;place-items:center!important}
.chat-media-dialog-v128{position:relative!important;width:min(1180px,calc(100vw - 32px))!important;height:calc(100dvh - 32px)!important;max-height:none!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:8px!important;place-items:stretch!important}
.chat-media-toolbar-v1499349{position:relative;z-index:4;min-height:48px;padding:6px 8px 6px 10px;border-radius:14px;background:rgba(20,21,24,.94);color:#fff;display:flex;align-items:center;gap:8px;box-shadow:0 8px 30px rgba(0,0,0,.28)}
.chat-media-toolbar-group-v1499349{display:flex;align-items:center;gap:6px}.chat-media-toolbar-group-v1499349[hidden]{display:none!important}
.chat-media-toolbar-v1499349 button,.chat-media-original-v1499349{height:36px;min-width:36px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.09);color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}
.chat-media-toolbar-v1499349 button:hover,.chat-media-original-v1499349:hover{background:rgba(255,255,255,.18)}
.chat-media-toolbar-group-v1499349>button:not(.chat-media-fit-v1499349){font-size:24px;line-height:1}.chat-media-toolbar-group-v1499349>span{min-width:54px;text-align:center;font-size:12px;font-weight:800;color:#e8e8ea}
.chat-media-fit-v1499349,.chat-media-original-v1499349{font-size:12px!important;white-space:nowrap}.chat-media-counter-v1499349{margin-left:auto;font-size:12px;color:#d5d6d9;white-space:nowrap}
.chat-media-close-v128{position:static!important;flex:0 0 36px!important;width:36px!important;height:36px!important;min-width:36px!important;border-radius:10px!important;background:#fff!important;color:#111!important;box-shadow:none!important;font-size:26px!important;padding:0!important}
.chat-media-content-v128{position:relative!important;width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:rgba(0,0,0,.18)!important}
.chat-media-stage-inner-v1499349{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px;touch-action:none}
.chat-media-stage-inner-v1499349 img,.chat-media-stage-inner-v1499349 video{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;border-radius:10px;background:#111;box-shadow:0 18px 60px rgba(0,0,0,.45)}
.chat-media-image-v1499349{transform-origin:center center;will-change:transform;transition:transform .12s ease;user-select:none;-webkit-user-drag:none;cursor:zoom-in}
.chat-media-content-v128.is-zoomed .chat-media-image-v1499349{cursor:grab}.chat-media-content-v128.is-dragging .chat-media-image-v1499349{cursor:grabbing;transition:none}
.chat-media-nav-v1499349{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:46px;height:58px;border:0;border-radius:12px;background:rgba(20,21,24,.72);color:#fff;font-size:38px;line-height:1;display:grid;place-items:center;box-shadow:0 6px 24px rgba(0,0,0,.26);cursor:pointer}.chat-media-nav-v1499349:hover{background:rgba(20,21,24,.9)}.chat-media-prev-v1499349{left:10px}.chat-media-next-v1499349{right:10px}.chat-media-nav-v1499349[hidden]{display:none!important}
.chat-media-hint-v1499349{justify-self:center;min-height:22px;padding:3px 10px;border-radius:999px;background:rgba(20,21,24,.75);color:#fff;font-size:11px;line-height:16px}.chat-media-hint-v1499349[hidden]{display:none!important}
@media(max-width:700px){.chat-media-modal-v128{padding:6px!important}.chat-media-dialog-v128{width:calc(100vw - 12px)!important;height:calc(100dvh - 12px)!important;gap:5px!important}.chat-media-toolbar-v1499349{min-height:44px;padding:4px 5px;border-radius:12px}.chat-media-toolbar-v1499349 button,.chat-media-original-v1499349{height:34px;min-width:34px;padding:0 9px}.chat-media-fit-v1499349{display:none!important}.chat-media-original-v1499349{font-size:0!important}.chat-media-original-v1499349::after{content:'↗';font-size:19px}.chat-media-toolbar-group-v1499349>span{min-width:45px}.chat-media-nav-v1499349{width:40px;height:52px;font-size:32px}.chat-media-prev-v1499349{left:4px}.chat-media-next-v1499349{right:4px}.chat-media-hint-v1499349{display:none!important}.chat-media-stage-inner-v1499349{padding:4px}}

/* MVP-14.9.35.0 — landscape phone product quantity stepper: keep the numeric value visible without making the cart button dominant. */
.product-page-v5 .qty-stepper input{min-width:0;color:#111214;-webkit-text-fill-color:#111214;opacity:1}
@media (min-width:641px) and (max-width:1180px) and (orientation:landscape){
  .product-page-v5 .purchase-card-v44 .buy-form-v4{
    grid-template-columns:120px minmax(0,1fr)!important;
    gap:8px!important;
  }
  .product-page-v5 .purchase-card-v44 .qty-stepper{
    width:120px!important;
    min-width:120px!important;
    grid-template-columns:40px minmax(40px,1fr) 40px!important;
  }
  .product-page-v5 .purchase-card-v44 .qty-stepper input{
    min-width:40px!important;
    width:100%!important;
    padding:0 2px!important;
    font-size:15px!important;
    line-height:1!important;
    text-align:center!important;
    appearance:textfield;
    -webkit-appearance:none;
  }
  .product-page-v5 .purchase-card-v44 .primary-buy-button{
    min-width:0!important;
    padding-inline:12px!important;
  }
  .product-page-v5 .purchase-card-v44 .primary-buy-button span{
    white-space:nowrap!important;
  }
}

/* MVP149.9.35.1 — grouped catalog hierarchy */
.catalog-mega-group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 42px;align-items:start}.catalog-mega-group{min-width:0}.catalog-mega-group-title{display:flex;align-items:baseline;justify-content:flex-start;gap:8px;margin:0 0 7px;padding:0!important;color:#111214!important;font-size:15px!important;font-weight:900!important;line-height:1.28}.catalog-mega-group-title small{color:#9a9ca1;font-size:11px;font-weight:750}.catalog-mega-group-children{display:flex;flex-direction:column;align-items:flex-start}.catalog-mega-group-children a{display:block;width:100%;padding:5px 0!important;color:#555a61!important;font-size:14px!important;line-height:1.35}.catalog-mega-group-title:hover,.catalog-mega-group-children a:hover{color:#000!important}.catalog-mega-group-empty{display:inline-block;padding:4px 0!important;color:#858991!important;font-size:13px!important;line-height:1.35}.catalog-mega-group-empty:hover{color:#111214!important}@media(max-width:1000px){.catalog-mega-group-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 30px}}@media(max-width:640px){.catalog-mega-group-grid{grid-template-columns:1fr}}@media(max-width:640px){.mobile-commerce-row-v43 .mobile-qty-v43{width:94px;min-width:94px;max-width:94px;justify-self:end}.mobile-commerce-row-no-market-v1499358{grid-template-columns:minmax(0,1fr) 94px}.mobile-commerce-row-no-market-v1499358 .our-price-compact-v43{grid-column:1;min-width:0}.mobile-commerce-row-no-market-v1499358 .mobile-qty-v43{grid-column:2}}