.product-list-container{border-top:2px solid #121212;border-bottom:2px solid #121212;padding:10px 0 30px;margin:40px 0}.product-list-container .product-heading h2{font-size:1.6rem !important;margin-top:unset !important;margin-bottom:30px !important}.product-list-container .product-list-wrap{display:flex;flex-direction:column;gap:20px}.product-list-container .product-list-wrap .content-product-list{display:flex;justify-content:space-between}@media screen and (max-width:768px){.product-list-container .product-list-wrap .content-product-list{display:block}}.product-list-container .product-list-wrap .content-product-list .product-list{display:flex;gap:15px}@media screen and (max-width:768px){.product-list-container .product-list-wrap .content-product-list .product-list{margin-bottom:20px}}.product-list-container .product-list-wrap .content-product-list .product-list .product-image{flex:0 0 140px}.product-list-container .product-list-wrap .content-product-list .product-list .product-image figure picture img{width:100%;max-width:100%;display:block;height:auto;background:#121212}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper{display:flex;gap:80px}@media screen and (max-width:992px){.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper{display:flex;flex-direction:column;justify-content:center;gap:15px}}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-details{flex:0 0 300px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:992px){.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-details{flex:unset}}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-details .product-name p{text-transform:uppercase;font-size:.9rem !important;font-weight:600 !important;margin-top:unset !important;margin-bottom:unset !important;font-family:"inter-tight-variable",sans-serif !important}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-details .product-description p{font-size:.9rem !important;font-weight:400 !important;margin-top:5px !important;margin-bottom:5px !important;font-family:"inter-tight-variable",sans-serif !important}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-details .product-price{margin-top:10px}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-details .product-price span{font-size:.9rem;font-weight:600}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-shop-link{display:flex;flex-direction:column;justify-content:center}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-shop-link a{border:1px solid #121212;padding:8px 16px;display:inline-block}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-shop-link a:hover{text-decoration:unset;background:#212121;color:#fff}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-shop-link a:hover .icon-arrow{filter:brightness(0) invert(1)}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-shop-link a span{text-transform:uppercase;font-size:.7rem;font-weight:600;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.product-list-container .product-list-wrap .content-product-list .product-list .product-wrapper .product-shop-link a span .icon-arrow{transform:rotate(-45deg)}