.section-head{display:flex;align-items:flex-end;justify-content:space-between;max-width:1240px;margin:0 auto 34px}.section-head .section-title{text-align:left;margin:0}.carousel-controls{display:flex;gap:8px}.carousel-controls button{width:50px;height:50px;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:22px;cursor:pointer}.carousel-controls button:hover{background:var(--orange);color:#fff;border-color:var(--orange)}#shop .filters{justify-content:flex-start;max-width:1240px;margin:0 auto 30px}.carousel{max-width:1240px;margin:auto;overflow:hidden}.carousel .grid{display:flex;grid-template-columns:none;gap:20px;max-width:none;margin:0;transition:transform .45s cubic-bezier(.2,.8,.2,1)}.carousel .product{flex:0 0 calc((100% - 60px)/4);min-height:360px;border:1px solid var(--line);border-top:5px solid var(--orange);position:relative;overflow:hidden}.carousel .product:before{content:attr(data-number);position:absolute;right:16px;top:4px;font:700 76px 'Barlow Condensed';color:#eef1f2}.carousel .product-body{padding:38px 24px 24px;position:relative;z-index:1;display:flex;flex-direction:column;min-height:355px}.carousel .product h3{font:700 25px/1.05 'Barlow Condensed';text-transform:uppercase;margin:24px 0 14px;max-width:210px}.carousel .desc{line-height:1.6;min-height:78px}.carousel .buyrow{margin-top:auto;padding-top:22px;border-top:1px solid var(--line)}.carousel-progress{height:3px;background:#e8ecee;max-width:1240px;margin:30px auto 0}.carousel-progress span{display:block;height:100%;width:25%;background:var(--orange);transition:.4s}@media(max-width:900px){.carousel .product{flex-basis:calc((100% - 20px)/2)}}@media(max-width:560px){.section-head{align-items:flex-end}.section-head .section-title h2{font-size:40px}.section-head .section-title>p:last-child{display:none}.carousel-controls button{width:42px;height:42px}.carousel .product{flex-basis:88%}}
