.related .products-list{grid-template-columns:repeat(4,1fr)}@media (max-width: 992px){.related .products-list{grid-template-columns:repeat(3,1fr);gap:10px}}@media (max-width: 768px){.related .products-list{grid-template-columns:repeat(2,1fr);gap:10px}}.products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width: 992px){.products-list{grid-template-columns:repeat(3,1fr);gap:10px}}@media (max-width: 768px){.products-list{grid-template-columns:repeat(2,1fr);gap:10px}}.products-list a.product{display:flex;flex-direction:column;justify-content:stretch;text-decoration:none;position:relative;overflow:hidden;border-radius:24px;border:1px solid #eee;background:#fff}.products-list a.product .img{position:relative;overflow:hidden;background:#fff;border-radius:16px 16px 0 0;max-width:100%;-webkit-transition:.15s;-moz-transition:.15s;-ms-transition:.15s;-o-transition:.15s;transition:.15s;aspect-ratio:1/1}.products-list a.product .img img{width:100%}.products-list a.product .name{overflow:hidden;display:block;padding:10px;text-align:center}.products-list a.product .name small{color:#2c77c3;font-size:14px;font-weight:500;letter-spacing:-.56px;display:block;line-height:16px}@media (max-width: 992px){.products-list a.product .name small{font-size:12px}}.products-list a.product .name strong{color:#001020;display:block;font-size:18px;line-height:20px;height:40px;font-weight:600;letter-spacing:-.8px;position:relative}@media (max-width: 992px){.products-list a.product .name strong{font-size:16px;line-height:20px;height:20px}}.products-list a.product .details{font-size:12px;color:#777;line-height:14px;padding:0 10px;height:40px;margin-bottom:8px;overflow:hidden;position:relative}.products-list a.product .price{padding:0 10px;display:flex;align-items:center;letter-spacing:-.8px}.products-list a.product .price .normal{color:#001020;font-size:16px;font-weight:500;line-height:32px}.products-list a.product .price .is{font-size:18px;color:#b00;font-weight:700}.products-list a.product .price .was{margin-left:10px;font-size:13px;font-style:italic;text-decoration:line-through;color:#777}.products-list a.product .cart{flex:1;display:flex;align-items:center;justify-content:space-between;padding:0 10px 10px}@media (max-width: 992px){.products-list a.product .cart{gap:6px;padding-bottom:5px}}.products-list a.product .cart .amount{display:flex;gap:6px}@media (max-width: 992px){.products-list a.product .cart .amount{gap:3px}}.products-list a.product .cart .amount i{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#001020;font-style:normal;font-size:20px;line-height:35px;font-weight:700;border-radius:6px;-webkit-transition:.15s;-moz-transition:.15s;-ms-transition:.15s;-o-transition:.15s;transition:.15s}@media (max-width: 992px){.products-list a.product .cart .amount i{font-size:16px;width:32px;height:32px}}.products-list a.product .cart .amount i:hover{background:#00478f;color:#fff}.products-list a.product .cart .amount input{border:0;width:45px;height:35px;border-radius:6px;padding:0 8px;text-align:center;font-size:16px}@media (max-width: 992px){.products-list a.product .cart .amount input{height:32px;width:35px;padding:0 6px;font-size:14px}}.products-list a.product .cart .amount input::-webkit-outer-spin-button,.products-list a.product .cart .amount input::-webkit-inner-spin-button{-webkit-appearance:none}.products-list a.product .cart .amount input[type=number]{-moz-appearance:textfield}.products-list a.product .cart .add-cart{background:#12b152;border-radius:10px;width:48px;height:48px;display:flex;justify-content:center;align-items:center}@media (max-width: 992px){.products-list a.product .cart .add-cart{width:38px;height:38px}}.products-list a.product .cart .add-cart:hover{background:#088d3e}.products-list a.product .cart .add-cart:after{content:"";width:48px;height:48px;display:block;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:20px;mask-size:20px;-webkit-mask-image:url(/build/assets/basket-shopping-regular-vfuG5qT4.svg);mask-image:url(/build/assets/basket-shopping-regular-vfuG5qT4.svg);background:#fff}@media (max-width: 992px){.products-list a.product .cart .add-cart:after{width:38px;height:38px;-webkit-mask-size:18px;mask-size:18px}}.products-list a.product .stock span{display:flex;justify-content:center;align-items:center;text-align:center;background:#f5f5f5;font-size:14px;padding:5px;gap:4px;color:#555}@media (max-width: 992px){.products-list a.product .stock span{font-size:11px;padding:4px}}.products-list a.product .stock .icon{background:#555}.products-list a.product:hover{background:#00478f0d;border-color:#00478f}.products-list a.product:hover .cart .amount i{background:#00478f;color:#fff}
