section.product{padding:20px 0 56px}section.product .product-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:36px;align-items:start}@media(max-width:768px){section.product .product-details{grid-template-columns:minmax(0,1fr);gap:24px}}section.product .gallery{display:flex;flex-direction:column;gap:10px}section.product .gallery .image{aspect-ratio:1/1;background:#f1f1ee;border:1px solid #E8E8E3;border-radius:12px;overflow:hidden}section.product .gallery .image img{display:block;width:100%;height:100%;object-fit:cover}section.product .gallery .thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}section.product .gallery .thumb{aspect-ratio:1/1;padding:0;background:#f1f1ee;border:1px solid #E8E8E3;border-radius:8px;overflow:hidden;cursor:pointer}section.product .gallery .thumb.active{border:2px solid #11A24B}section.product .gallery .thumb img{display:block;width:100%;height:100%;object-fit:cover}section.product .info{display:flex;flex-direction:column;gap:18px}section.product .head{display:flex;flex-direction:column;gap:10px}section.product .head .cat{font-size:14px;font-weight:700;color:#11a24b}section.product .head h1{margin:0;font-size:clamp(26px,2.8vw,36px);line-height:1.12;-webkit-hyphens:auto;hyphens:auto}section.product .head .sub{font-size:16px;color:#63635c}section.product .head .price{font-size:30px;font-weight:800;letter-spacing:-.025em}section.product .head .price .old{margin-right:8px;font-size:18px;font-weight:600;color:#63635c;text-decoration:line-through}section.product .head .availability,section.product .head .stock{font-size:14px;font-weight:600;color:#11a24b}section.product .head .availability .stock-line,section.product .head .stock .stock-line{font-size:14px}section.product .head .availability .soldout,section.product .head .stock .soldout{color:#63635c}section.product .head .availability .icon,section.product .head .stock .icon{width:12px;height:12px}section.product .description{font-size:16px;line-height:1.7;color:#4a4a44}section.product .description p{margin:0 0 12px}section.product .description p:last-child{margin-bottom:0}section.product .buy{display:flex;flex-wrap:wrap;align-items:center;gap:12px}section.product .buy .amount{display:flex;align-items:center;border:1px solid #DCDCD5;border-radius:10px;overflow:hidden}section.product .buy .amount i{display:flex;align-items:center;justify-content:center;width:44px;height:52px;font-style:normal;font-size:19px;color:#1b1b19;cursor:pointer;-webkit-user-select:none;user-select:none}section.product .buy .amount i:hover{background:#f3f4f4}section.product .buy .amount input{width:36px;border:0;padding:0;background:transparent;text-align:center;font-size:16px;font-weight:700;color:#1b1b19;-moz-appearance:textfield}section.product .buy .amount input::-webkit-outer-spin-button,section.product .buy .amount input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}section.product .buy .add-cart{flex:0 1 auto;background:#11a24b;color:#fff;border:none;border-radius:8px;padding:16px 30px;font-size:16px;font-weight:700;cursor:pointer}@media(max-width:768px){section.product .buy .add-cart{flex:1 1 auto}}section.product .buy .add-cart:hover{background:#0b6e33}section.product .buy .add-cart.added{background:#e7f3eb;color:#0b6e33}section.product .specs{border-top:1px solid #ECEBE7}section.product .specs .spec{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #F1F0EC;font-size:15px}section.product .specs .spec span{color:#63635c}section.product .specs .spec strong{font-weight:600;text-align:right}section.product .shipping{font-size:15px;line-height:1.7;color:#4a4a44}section.product .shipping p{margin:0}section.product .variants{display:flex;flex-direction:column;gap:12px}
