*,*::before,*::after{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{min-width:320px;font-family:"Inter",Arial,sans-serif;margin:0;font-size:16px;line-height:1.5;color:#172017;background:radial-gradient(circle at 80% 10%, rgba(47, 74, 47, 0.1), transparent 32%),radial-gradient(circle at 15% 0%, rgba(199, 169, 107, 0.1), transparent 28%),linear-gradient(135deg, #fbfaf6 0%, #f7f4ec 52%, #eee9dd 100%);overflow-x:hidden}body.lock{overflow:hidden}img,picture,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{padding:0;border:0;cursor:pointer;background:rgba(0,0,0,0)}input,textarea,select{width:100%;color:#172017;border:1px solid rgba(31,51,31,.16);outline:none;background:rgba(255,255,255,.86)}input::placeholder,textarea::placeholder,select::placeholder{color:#74806f}input:focus,textarea:focus,select:focus{border-color:rgba(47,74,47,.8);box-shadow:0 0 0 3px rgba(47,74,47,.14)}textarea{resize:vertical}ul,ol{margin:0;padding:0;list-style:none}p,h1,h2,h3,h4,h5,h6,figure{margin:0}.page{position:relative;min-height:100vh;overflow:hidden}.container{width:min(100% - 32px,1240px);margin:0 auto}.section{padding:96px 0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;clip:rect(0 0 0 0);overflow:hidden}::selection{color:#fff;background:#2f4a2f}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e7e3d8}::-webkit-scrollbar-thumb{border:2px solid #e7e3d8;border-radius:999px;background:linear-gradient(180deg, #1f331f, #2f4a2f)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, #2f4a2f, #3f623f)}html{scrollbar-width:thin;scrollbar-color:#1f331f #e7e3d8}@font-face{font-family:"Inter";src:url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype")}@font-face{font-family:"Oswald";src:url("../fonts/Oswald-VariableFont_wght.ttf") format("truetype")}@font-face{font-family:"Russo One";src:url("../fonts/RussoOne-Regular.ttf") format("truetype")}.header{position:fixed;top:0;left:0;z-index:200;width:100%;background:rgba(251,250,246,.92);border-bottom:1px solid rgba(31,51,31,.1);backdrop-filter:blur(18px);transition:background .3s ease,box-shadow .3s ease,transform .3s ease}.header.is-scrolled{background:rgba(251,250,246,.96);box-shadow:0 12px 34px rgba(19,32,20,.1)}.header.is-hidden{transform:translateY(calc(-100% - 1px))}.header.is-active{transform:translateY(0)}.header.is-active .mobile-menu{opacity:1;visibility:visible;pointer-events:auto}.header.is-active .mobile-menu__inner{opacity:1;transform:translateY(0)}.header.is-active .header__burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header.is-active .header__burger span:nth-child(2){opacity:0;transform:scaleX(0)}.header.is-active .header__burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__container{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:34px;width:100%;max-width:1720px;min-height:78px;margin:0 auto;padding:0 80px}.header__logo{flex-shrink:0;font-family:"Oswald",Arial,sans-serif;font-size:28px;font-weight:700;line-height:1;letter-spacing:-0.03em;color:#1f331f;transition:color .3s ease}.header__logo:hover{color:#3f623f}.header__nav{display:flex;align-items:center;justify-content:center;gap:34px}.header__nav a{position:relative;color:#172017;font-size:15px;font-weight:700;line-height:1;transition:color .3s ease}.header__nav a::after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:#2f4a2f;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.header__nav a:hover{color:#2f4a2f}.header__nav a:hover::after{transform:scaleX(1);transform-origin:left}.header__nav a.is-current{color:#2f4a2f}.header__nav a.is-current::after{transform:scaleX(1);transform-origin:left}.header__actions{display:flex;align-items:center;gap:18px}.header__right{display:flex;align-items:center;gap:12px;flex-shrink:0}.header__phone{color:#172017;font-size:15px;font-weight:800;white-space:nowrap;transition:color .3s ease}.header__phone:hover{color:#2f4a2f}.header__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:7px;color:#fff;background:#2f4a2f;font-size:14px;font-weight:800;line-height:1;white-space:nowrap;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.header__button:hover{background:#3f623f;transform:translateY(-2px);box-shadow:0 14px 28px rgba(31,51,31,.22)}.header__button:active{transform:scale(0.99)}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;color:#1f331f;transition:color .25s ease,transform .25s ease}.header__cart:hover{color:#2f4a2f;transform:translateY(-1px)}.header__cart:active{transform:scale(0.97)}.header__cart-icon{display:block;width:24px;height:24px;object-fit:contain}.header__cart-count{position:absolute;top:0;right:-1px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #fbfaf6;border-radius:999px;color:#fff;background:#2f4a2f;font-size:10px;font-weight:800;line-height:1}.header__burger{position:relative;z-index:4;display:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;width:48px;height:48px;border:1px solid rgba(31,51,31,.16);border-radius:10px;background:#fff}.header__burger span{display:block;width:22px;height:2px;border-radius:999px;background:#1f331f;transition:transform .3s ease,opacity .3s ease}.mobile-menu{position:fixed;inset:0;z-index:2;display:flex;width:100%;height:100vh;height:100svh;padding-top:78px;opacity:0;visibility:hidden;pointer-events:none;background:radial-gradient(circle at 80% 10%, rgba(47, 74, 47, 0.12), transparent 32%),linear-gradient(135deg, #fbfaf6 0%, #f1eee5 100%);transition:opacity .35s ease,visibility .35s ease}.mobile-menu__inner{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:1720px;height:100%;margin:0 auto;padding:46px 80px 56px;opacity:0;transform:translateY(24px);transition:opacity .45s ease,transform .45s cubic-bezier(0.16, 1, 0.3, 1)}.mobile-menu__nav{display:flex;flex-direction:column;gap:22px}.mobile-menu__nav a{width:fit-content;font-family:"Oswald",Arial,sans-serif;font-size:clamp(42px,7vw,92px);font-weight:700;line-height:.95;letter-spacing:-0.04em;text-transform:uppercase;color:#172017;transition:color .3s ease,transform .3s ease}.mobile-menu__nav a:hover{color:#2f4a2f;transform:translateX(8px)}.mobile-menu__nav a.is-current{color:#2f4a2f}.mobile-menu__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:34px;border-top:1px solid rgba(31,51,31,.12)}.mobile-menu__phone{color:#172017;font-size:22px;font-weight:800}.mobile-menu__button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 34px;border-radius:8px;color:#fff;background:#2f4a2f;font-size:17px;font-weight:800;transition:background .3s ease,transform .3s ease}.mobile-menu__button:hover{background:#3f623f;transform:translateY(-2px)}@media(max-width: 1280px){.header__container{padding:0 44px}.header__nav{gap:24px}.header__phone{display:none}.mobile-menu__inner{padding-right:44px;padding-left:44px}}@media(max-width: 980px){.header__nav,.header__actions{display:none}.header__right{margin-left:auto;gap:10px}.header__burger{display:flex}}@media(max-width: 760px){.header__container{min-height:70px;padding:0 24px}.header__logo{font-size:24px}.mobile-menu{padding-top:70px}.mobile-menu__inner{padding:38px 24px 38px}.mobile-menu__bottom{flex-direction:column;align-items:stretch}.mobile-menu__phone{font-size:20px}.mobile-menu__button{width:100%}}@media(max-width: 480px){.header__container{padding:0 18px}.header__logo{font-size:22px}.mobile-menu__inner{padding-right:18px;padding-left:18px}.mobile-menu__nav{gap:18px}.mobile-menu__phone{font-size:18px}}@media(prefers-reduced-motion: reduce){.header{transition:none}}.footer{padding:72px 0 28px;color:#fff;background:radial-gradient(circle at 15% 10%, rgba(63, 98, 63, 0.38), transparent 34%),linear-gradient(135deg, #1f331f 0%, #101a10 100%)}.footer__container{width:100%;max-width:1720px;margin:0 auto;padding:0 80px}.footer__top{display:grid;grid-template-columns:1.3fr 1fr .9fr .85fr .85fr 1.12fr;gap:42px;padding-bottom:46px;border-bottom:1px solid rgba(255,255,255,.12)}.footer h2,.footer h3,.footer h4{margin:0;color:#fff}.footer h2{margin-bottom:28px;font-family:"Oswald",Arial,sans-serif;font-size:clamp(40px,3.2vw,62px);font-weight:700;line-height:.95;letter-spacing:-0.04em}.footer h3{margin-bottom:22px;font-size:22px;font-weight:900;line-height:1.2}.footer h4{margin-bottom:18px;font-size:18px;font-weight:900;line-height:1.2}.footer a,.footer p{color:rgba(255,255,255,.82)}.footer a{transition:color .3s ease,transform .3s ease,background .3s ease,border-color .3s ease}.footer a:hover{color:#fff}.footer__brand{min-width:0}.footer__brand ul{display:flex;flex-direction:column;gap:18px}.footer__brand li{display:flex;flex-direction:column;gap:4px}.footer__brand span{color:rgba(255,255,255,.52);font-size:13px;font-weight:800;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.footer__brand a{width:fit-content;font-size:17px;font-weight:800;line-height:1.35}.footer__messengers,.footer__worktime,.footer__column,.footer__cta{min-width:0}.footer__socials{display:flex;flex-wrap:wrap;gap:12px}.footer__socials a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff;background:rgba(255,255,255,.06);font-size:14px;font-weight:900;line-height:1}.footer__socials a:hover{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.12);transform:translateY(-2px)}.footer__socials a:active{transform:scale(0.99)}.footer__worktime p{margin-bottom:8px;font-size:17px;font-weight:800;line-height:1.45}.footer__worktime p:last-child{margin-bottom:0}.footer__column{display:flex;flex-direction:column;gap:12px}.footer__column a{width:fit-content;font-size:15px;font-weight:700;line-height:1.3}.footer__column a:hover{transform:translateX(4px)}.footer__cta{padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 18px 42px rgba(0,0,0,.16)}.footer__cta p{max-width:320px;margin-bottom:24px;font-size:16px;font-weight:600;line-height:1.55}.footer__button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:8px;color:#1f331f !important;background:#fff;font-size:16px;font-weight:900;line-height:1}.footer__button:hover{color:#1f331f !important;background:#f3f0e8;transform:translateY(-2px)}.footer__button:active{transform:scale(0.99)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:26px}.footer__bottom p,.footer__bottom a{font-size:14px;font-weight:700;line-height:1.4}.footer__bottom-links{display:flex;align-items:center;gap:24px}@media(max-width: 1500px){.footer__top{grid-template-columns:1.2fr .95fr .85fr .8fr .8fr 1fr;gap:32px}.footer__container{padding:0 60px}}@media(max-width: 1300px){.footer__container{padding:0 44px}.footer__top{grid-template-columns:repeat(3, minmax(0, 1fr));gap:38px}.footer__cta{max-width:420px}}@media(max-width: 900px){.footer__top{grid-template-columns:repeat(2, minmax(0, 1fr));gap:34px}.footer__cta{max-width:none}}@media(max-width: 760px){.footer{padding:56px 0 24px}.footer__container{padding:0 24px}.footer__top{grid-template-columns:1fr;gap:32px;padding-bottom:38px}.footer h2{margin-bottom:24px}.footer h3{margin-bottom:18px;font-size:21px}.footer__brand a{font-size:16px}.footer__worktime p{font-size:16px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:16px}.footer__bottom-links{flex-direction:column;align-items:flex-start;gap:10px}}@media(max-width: 520px){.footer__container{padding:0 18px}.footer h2{font-size:44px}.footer h3{font-size:20px}.footer__socials{gap:10px}.footer__socials a{min-height:40px;padding:0 14px;font-size:13px}.footer__cta{padding:22px;border-radius:16px}.footer__button{width:100%}.footer__bottom p,.footer__bottom a{font-size:13px}}.product-page{min-height:100vh;padding:130px 0 100px;background:#fbfaf6}.product-page__container{width:100%;max-width:1720px;margin:0 auto;padding:0 80px}.product-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:34px;font-size:14px;font-weight:600;color:#74806f}.product-breadcrumbs a{color:#74806f;transition:color .2s ease}.product-breadcrumbs a:hover{color:#2f4a2f}.product-view{display:grid;grid-template-columns:minmax(0, 1.1fr) minmax(420px, 0.9fr);gap:72px;align-items:start}.product-view[hidden]{display:none}.product-gallery{min-width:0}.product-gallery__stage{position:relative}.product-gallery__main{position:relative;overflow:hidden;width:100%;aspect-ratio:1.18/1;border:1px solid rgba(31,51,31,.09);border-radius:12px;background:#eef2e8;touch-action:pan-y;user-select:none}.product-gallery__main img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}.product-gallery__arrow{position:absolute;z-index:2;top:50%;display:flex;align-items:center;justify-content:center;width:50px;height:50px;padding:0;border:1px solid rgba(31,51,31,.12);border-radius:50%;color:#172017;background:rgba(255,255,255,.9);box-shadow:0 8px 28px rgba(31,51,31,.1);backdrop-filter:blur(12px);font-family:Arial,sans-serif;font-size:36px;font-weight:400;line-height:1;transform:translateY(-50%);transition:background .2s ease,color .2s ease,transform .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.product-gallery__arrow[hidden]{display:none}.product-gallery__arrow:hover{color:#fff;background:#2f4a2f;transform:translateY(-50%) scale(1.05)}.product-gallery__arrow:active{transform:translateY(-50%) scale(0.97)}.product-gallery__arrow--prev{left:18px;padding-bottom:4px}.product-gallery__arrow--next{right:18px;padding-bottom:4px}.product-gallery__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#74806f;font-size:16px;font-weight:600}.product-gallery__thumbs{display:flex;gap:12px;margin-top:14px;overflow-x:auto}.product-gallery__thumb{flex:0 0 86px;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;width:86px;height:72px;padding:0;border:2px solid rgba(0,0,0,0);border-radius:8px;background:#eef2e8;transition:border-color .2s ease,transform .2s ease}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb:hover{transform:translateY(-2px)}.product-gallery__thumb.is-active{border-color:#2f4a2f}.product-info{position:sticky;top:130px;padding:8px 0 0}.product-info__category{margin-bottom:14px;color:#2f4a2f;font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-info h1{max-width:760px;margin-bottom:18px;font-family:"Oswald",Arial,sans-serif;font-size:clamp(42px,4vw,72px);font-weight:700;line-height:.98;letter-spacing:-0.03em;color:#172017}.product-info__description{max-width:640px;margin-bottom:28px;color:#384538;font-size:17px;font-weight:500;line-height:1.6}.product-info__price{display:flex;align-items:flex-end;gap:8px;margin-bottom:34px}.product-info__price strong{font-size:clamp(30px,3vw,42px);font-weight:900;line-height:1;color:#172017}.product-info__price span{padding-bottom:3px;color:#74806f;font-size:16px;font-weight:600}.product-info__variants{margin-bottom:30px}.product-info__variant-group+.product-info__variant-group{margin-top:18px}.product-info__variants-label{margin-bottom:12px;color:#172017;font-size:14px;font-weight:800}.product-info__variants-list{display:flex;flex-wrap:wrap;gap:10px}.product-info__variant{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid rgba(31,51,31,.09);border-radius:7px;color:#172017;background:#fff;font-size:14px;font-weight:700;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.product-info__variant:hover{border-color:rgba(47,74,47,.45)}.product-info__variant.is-active{border-color:#2f4a2f;color:#fff;background:#2f4a2f;box-shadow:0 8px 22px rgba(31,51,31,.16)}.product-info__swatch{display:block;width:22px;height:22px;flex:0 0 22px;border:1px solid rgba(31,51,31,.14);border-radius:50%;background:#777}.product-characteristics{margin:0 0 32px;border-top:1px solid rgba(31,51,31,.09)}.product-characteristics__row{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid rgba(31,51,31,.09)}.product-characteristics__row dt{color:#74806f;font-size:14px;font-weight:600}.product-characteristics__row dd{margin:0;color:#172017;font-size:14px;font-weight:700}.product-area{margin-bottom:24px}.product-area__label{display:block;margin-bottom:9px;color:#172017;font-size:14px;font-weight:800}.product-area__label span{color:#74806f;font-weight:500}.product-area__input{width:100%;min-height:56px;padding:0 18px;border:1px solid rgba(31,51,31,.16);border-radius:8px;color:#172017;background:#fff;font-size:16px;font-weight:600;transition:border-color .2s ease,box-shadow .2s ease}.product-area__input:focus{border-color:rgba(47,74,47,.72);box-shadow:0 0 0 4px rgba(47,74,47,.1)}.product-area__hint{margin-top:8px;color:#74806f;font-size:13px;line-height:1.5}.product-info__cart{display:flex;align-items:center;justify-content:center;width:100%;min-height:60px;border-radius:8px;color:#fff;background:#2f4a2f;font-size:17px;font-weight:800;transition:background .25s ease,transform .25s ease}.product-info__cart:hover{background:#3f623f;transform:translateY(-2px)}.product-info__cart:active{transform:scale(0.99)}.product-info__cart.is-added{background:#1f331f}.product-info__note{margin-top:14px;color:#74806f;font-size:13px;line-height:1.5}.product-description{max-width:1100px;margin-top:76px;padding-top:54px;border-top:1px solid rgba(31,51,31,.09)}.product-description[hidden]{display:none}.product-description h2{margin-bottom:24px;font-family:"Oswald",Arial,sans-serif;font-size:clamp(32px,3vw,48px);line-height:1;color:#172017}.product-description [data-product-full-description]{color:#384538;font-size:17px;line-height:1.7}.product-related{margin-top:90px;padding-top:60px;border-top:1px solid rgba(31,51,31,.09)}.product-related[hidden]{display:none}.product-related__top{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.product-related__top h2{font-family:"Oswald",Arial,sans-serif;font-size:clamp(36px,4vw,56px);font-weight:700;line-height:1;color:#172017}.product-related__catalog-link{display:inline-flex;align-items:center;gap:10px;padding-bottom:4px;color:#2f4a2f;font-size:14px;font-weight:800}.product-related__catalog-link span{transition:transform .2s ease}.product-related__catalog-link:hover span{transform:translateX(4px)}.product-related__state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:230px;padding:40px 20px;text-align:center;color:#74806f}.product-related__state[hidden]{display:none}.product-related__state--empty h3{margin-bottom:10px;font-family:"Oswald",Arial,sans-serif;font-size:30px;line-height:1.1;color:#172017}.product-related__state--empty p{margin-bottom:22px;font-size:15px;line-height:1.6}.product-related__state--empty a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:7px;color:#fff;background:#2f4a2f;font-size:14px;font-weight:800;transition:background .2s ease,transform .2s ease}.product-related__state--empty a:hover{background:#3f623f;transform:translateY(-2px)}.product-related__grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:22px}.product-related__grid[hidden]{display:none}.product-related-card{min-width:0;overflow:hidden;border:1px solid rgba(31,51,31,.09);border-radius:12px;background:#fff}.product-related-card__image{display:block;overflow:hidden;width:100%;aspect-ratio:1.15/1;background:#eef2e8}.product-related-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-related-card__image:hover img{transform:scale(1.035)}.product-related-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;text-align:center;color:#74806f;font-size:14px;font-weight:600}.product-related-card__content{padding:22px}.product-related-card__category{margin-bottom:9px;color:#2f4a2f;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-related-card__title{display:block;margin-bottom:10px;font-family:"Oswald",Arial,sans-serif;color:#172017;font-size:26px;font-weight:700;line-height:1.05}.product-related-card__meta{margin-bottom:20px;color:#74806f;font-size:13px;font-weight:600}.product-related-card__price{margin-bottom:18px;color:#172017;font-size:19px;font-weight:900}.product-related-card__link{display:inline-flex;align-items:center;gap:8px;color:#2f4a2f;font-size:14px;font-weight:800}.product-related-card__link span{transition:transform .2s ease}.product-related-card__link:hover span{transform:translateX(4px)}.product-state{display:flex;flex-direction:column;align-items:center;padding:100px 20px;text-align:center;color:#74806f}.product-state[hidden]{display:none}.product-state--error h1,.product-state--error h2{margin-bottom:14px;font-family:"Oswald",Arial,sans-serif;font-size:48px;color:#172017}.product-state--error p{margin-bottom:26px}.product-state--error a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:7px;color:#fff;background:#2f4a2f;font-weight:800}@media(max-width: 1200px){.product-page__container{padding:0 44px}.product-related__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.product-view{gap:42px;grid-template-columns:minmax(0, 1fr) minmax(360px, 0.9fr)}}@media(max-width: 900px){.product-page{padding-top:110px}.product-view{grid-template-columns:1fr}.product-info{position:static}.product-gallery__main{aspect-ratio:1.25/1}}@media(max-width: 760px){.product-page{padding:96px 0 64px}.product-page__container{padding:0 24px}.product-breadcrumbs{margin-bottom:24px;font-size:12px}.product-gallery__arrow{display:none}.product-gallery__thumbs{gap:10px;padding-bottom:4px;scroll-behavior:smooth;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-related{margin-top:60px;padding-top:42px}.product-related__top{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:26px}.product-related__grid{grid-template-columns:1fr;gap:16px}.product-related-card{display:grid;grid-template-columns:130px 1fr}.product-related-card__image{height:100%;aspect-ratio:auto}.product-related-card__content{padding:18px}.product-related-card__title{font-size:23px}.product-view{gap:30px}.product-info h1{font-size:42px}.product-gallery__thumb{flex-basis:72px;width:72px;height:62px}.product-characteristics__row{grid-template-columns:110px 1fr}.product-description{margin-top:52px;padding-top:38px}}@media(max-width: 480px){.product-page__container{padding:0 18px}.product-gallery__main{aspect-ratio:1/1}.product-info h1{font-size:36px}.product-info__price strong{font-size:30px}}
