.products-grid-8{padding:0 24px}
.products-grid-8 .wrapper-medium .card-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
@media(max-width:1300px){.products-grid-8 .wrapper-medium .card-grid-4{grid-template-columns:repeat(3,1fr)}
}@media(max-width:991px){.products-grid-8 .wrapper-medium .card-grid-4{grid-template-columns:repeat(2,1fr)}
}@media(max-width:576px){.products-grid-8 .wrapper-medium .card-grid-4{grid-template-columns:repeat(1,1fr)}
}.products-grid-8 .wrapper-medium .card-grid-4 .card{position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.5s;transition:.5s;-webkit-transform:rotateY(0);transform:rotateY(0);height:auto;min-height:450px}
@media(max-width:991px){.products-grid-8 .wrapper-medium .card-grid-4 .card{padding:20px}
}.products-grid-8 .wrapper-medium .card-grid-4 .card.swapped{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card{width:100%;min-height:450px;height:auto;background-color:var(--color_pure-white);border-radius:18px;padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card .card-top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card .card-top .product-name-card{font-size:26px}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card .card-top .variations{display:none}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card .card-top .dimension{margin-top:70px}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card .card-main{display:-webkit-box;display:-ms-flexbox;display:flex}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card .card-main .product-images{max-height:250px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card .card-main .product-images img{height:100%;-o-object-fit:contain;object-fit:contain}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card .card-action{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card .card-action .card-swap{max-width:35px;cursor:pointer}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card:first-of-type{z-index:2}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card:nth-of-type(2){-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card.swapped-card{min-height:450px;height:auto}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card.swapped-card .card-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card.swapped-card .card-main p{margin:0}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card.swapped-card .card-main a{text-decoration:underline}
.products-grid-8 .wrapper-medium .card-grid-4 .card .product-card.swapped-card .card-action{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}