.shop{padding:100px 24px}
.shop .wrapper-medium .section-title{padding:0}
.shop .wrapper-medium .card-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
@media(max-width:1300px){.shop .wrapper-medium .card-grid-4{grid-template-columns:repeat(3,1fr)}
}@media(max-width:991px){.shop .wrapper-medium .card-grid-4{grid-template-columns:repeat(2,1fr)}
}@media(max-width:576px){.shop .wrapper-medium .card-grid-4{grid-template-columns:repeat(1,1fr)}
}.shop .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){.shop .wrapper-medium .card-grid-4 .card{padding:20px}
}.shop .wrapper-medium .card-grid-4 .card.swapped{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}
.shop .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}
.shop .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}
.shop .wrapper-medium .card-grid-4 .card .product-card .card-top .product-name-card{font-size:26px}
.shop .wrapper-medium .card-grid-4 .card .product-card .card-top .variations{display:none}
.shop .wrapper-medium .card-grid-4 .card .product-card .card-top .dimension{margin-top:70px}
.shop .wrapper-medium .card-grid-4 .card .product-card .card-main{display:-webkit-box;display:-ms-flexbox;display:flex}
.shop .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}
.shop .wrapper-medium .card-grid-4 .card .product-card .card-main .product-images img{height:100%;-o-object-fit:contain;object-fit:contain}
.shop .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}
.shop .wrapper-medium .card-grid-4 .card .product-card .card-action .card-swap{max-width:35px;cursor:pointer}
.shop .wrapper-medium .card-grid-4 .card .product-card:first-of-type{z-index:2}
.shop .wrapper-medium .card-grid-4 .card .product-card:nth-of-type(2){-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}
.shop .wrapper-medium .card-grid-4 .card .product-card.swapped-card{min-height:450px;height:auto}
.shop .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}
.shop .wrapper-medium .card-grid-4 .card .product-card.swapped-card .card-main p{margin:0}
.shop .wrapper-medium .card-grid-4 .card .product-card.swapped-card .card-main a{text-decoration:underline}
.shop .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}
.shop .wrapper-medium .categories{margin:44px 0}
.shop .wrapper-medium .categories ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;-ms-flex-wrap:wrap;flex-wrap:wrap}
.shop .wrapper-medium .categories ul li:nth-child(2){display:none}
.shop .wrapper-medium .categories ul a.active{font-weight:700}
.shop .wrapper-medium button.load-more{background-color:var(--color_orange);border-radius:100px;padding:10px 16px;color:var(--color_pure-white);min-width:115px;text-align:center;border:0;margin:44px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}
.shop .wrapper-medium button.load-more:hover{opacity:.9}