.product-list{padding:0;max-width:100%;margin:0}.product-item{grid-template-columns:50% 50%;padding:0;border-bottom:1px solid hsla(0,0%,100%,.1);gap:0;display:grid}.product-item:last-child{border-bottom:none}.product-item:nth-child(2n){direction:rtl}.product-item:nth-child(2n)>*{direction:ltr}.product-images{overflow:hidden;position:relative;background-color:#000}.product-images .swiper{height:auto;padding-bottom:60px;width:100%}.product-images .swiper-slide img{height:560px;object-fit:contain;background-color:#000;margin:0 auto;width:calc(100% - 120px);display:block}.product-images .swiper-button-next,.product-images .swiper-button-prev{height:44px;color:#fff;transition:all .3s ease;top:calc(50% - 30px);border-radius:50%;background:rgba(0,0,0,.5);width:44px}.product-images .swiper-button-prev{left:8px}.product-images .swiper-button-next{right:8px}.product-images .swiper-button-next:hover,.product-images .swiper-button-prev:hover{background:rgba(139,115,85,.9)}.product-images .swiper-button-next:after,.product-images .swiper-button-prev:after{font-size:18px;font-weight:600}.product-images .swiper-pagination{bottom:10px}.product-images .swiper-pagination-bullet{height:10px;transition:all .3s ease;opacity:1;background:hsla(0,0%,100%,.5);width:10px}.product-images .swiper-pagination-bullet-active{transform:scale(1.2);background:#8b7355}.product-details{padding:3rem 4rem;justify-content:center;flex-direction:column;background-color:#000;display:flex}.product-details h2{font-size:2rem;font-weight:500;margin-bottom:1.5rem;color:#fff;letter-spacing:.15em;font-family:var(--font-display)}.product-description{font-size:.95rem;font-weight:400;margin-bottom:2rem;color:hsla(0,0%,100%,.8);line-height:1.9}.product-specs{margin-bottom:1rem}.spec-group{margin-bottom:1.5rem}.spec-group h4{font-size:.75rem;font-weight:700;margin-bottom:.5rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.15em;font-family:var(--font-body)}.spec-group p{font-size:.85rem;font-weight:400;color:hsla(0,0%,100%,.9);margin:0;line-height:1.8}.spec-group .dimensions{flex-direction:column;gap:.75rem;display:flex}.spec-group .dimension-item{border-left:3px solid #8b7355;padding:.75rem 1rem;border-radius:4px;background:hsla(0,0%,100%,.05)}.spec-group .dimension-item strong{font-size:.8rem;margin-bottom:.25rem;color:#8b7355;letter-spacing:.1em;display:block}.spec-group .dimension-item span{font-size:.85rem;color:hsla(0,0%,100%,.9)}@media (max-width:992px){.product-item{grid-template-columns:1fr;gap:0}.product-item:nth-child(2n){direction:ltr}.product-images .swiper-slide img{height:400px;width:calc(100% - 80px)}.product-details{padding:2rem}}@media (max-width:576px){.product-list{padding:0}.product-images .swiper-slide img{height:300px;width:calc(100% - 60px)}.product-details{padding:1.5rem}.product-details h2{font-size:1.4rem}.product-images .swiper-button-next,.product-images .swiper-button-prev{height:32px;top:calc(50% - 30px);width:32px}.product-images .swiper-button-prev{left:4px}.product-images .swiper-button-next{right:4px}.product-images .swiper-button-next:after,.product-images .swiper-button-prev:after{font-size:14px}}