.product-section{margin-bottom:clamp(60px,10.2564vw,120px)}.product-section__box{display:flex;flex-direction:column;gap:50px}.product-section .editors{grid-template-columns:1fr auto;align-items:center}.product-section .editors h1,.product-section .editors h2,.product-section .editors h3,.product-section .editors h4,.product-section .editors h5,.product-section .editors h6{margin-bottom:0}.product-section .main-top{display:grid;grid-template-columns:1fr auto;grid-gap:20px;align-items:center}.product-section .main-top h1,.product-section .main-top h2,.product-section .main-top h3,.product-section .main-top h4,.product-section .main-top h5,.product-section .main-top h6{margin-bottom:0}.product-section .product-card{display:flex;flex-direction:column;border-radius:24px;background:var(--bg-e);padding:20px;height:100%;gap:15px}.product-section .product-card__image{width:100%;aspect-ratio:1.704;border-radius:12px;overflow:hidden;position:relative;flex-shrink:0}.product-section .product-card__image img,.product-section .product-card__image picture{width:100%;height:100%}.product-section .product-card__labels{display:flex;width:100%;align-items:center;gap:5px;flex-wrap:wrap}.product-section .product-card__char{position:absolute;left:10px;bottom:10px;z-index:3;display:flex;align-items:center;gap:5px;padding:2px 8px 2px 4px;border-radius:8px;border:1px solid var(--br-b);background:var(--bg-f);color:var(--cl-r);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.product-section .product-card__char i{width:24px;height:24px}.product-section .product-card__char i svg{width:100%;height:100%}.product-section .product-card__label{border-radius:8px;border:1px solid var(--br-b);display:flex;padding:2px 8px 2px 4px;justify-content:center;align-items:center;gap:5px;color:var(--cl-p);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%;white-space:nowrap}.product-section .product-card__label i{width:24px;height:24px}.product-section .product-card__label i svg{width:100%;height:100%}.product-section .product-card__inner{display:flex;flex-direction:column;gap:15px;height:100%}.product-section .product-card__name{color:var(--cl-m);font-family:var(--font-family);font-size:20px;font-style:normal;font-weight:500;line-height:130%;margin-bottom:auto}.product-section .product-card__price{color:var(--cl-i);font-family:var(--font-family);font-size:28px;font-style:normal;font-weight:500;line-height:130%}.product-section .product-card__price b{font-weight:500}.product-section .product-card .main-btn{margin-top:-5px;width:100%;font-size:18px;height:47px;padding:11px 32px}.product-section .product-list{display:grid;grid-gap:20px}@media (min-width:425px){.product-section .product-list{grid-template-columns:repeat(auto-fill,minmax(clamp(320px,34.188vw,400px),1fr))}}@media (max-width:576px){.product-section .editors{grid-template-columns:100%}.product-section .editors .main-btn{width:100%}.product-section .main-top{grid-template-columns:100%}.product-section .main-top .main-btn{width:100%}.product-section .product-card__image{min-height:250px}}@media (max-width:425px){.product-section .product-list{grid-template-columns:100%}}