.product-card{position:relative;display:block}.product-card .image .hover-images{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0;padding:40px 10px 10px;background:#f3f3f3}.product-card .image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;user-select:none}.product-card .image{position:relative;background:#f3f3f3;border-top-left-radius:60px;border-top-right-radius:60px;overflow:hidden;padding:3rem 1rem}.product-card .details .row{display:flex;justify-content:space-between;gap:4px}.product-card .details .row .hand-made-in,.product-card .details .row .price,.product-card .details .row .product-name{flex:0 0 60%}.product-card .details .row .free-shipping,.product-card .details .row .options,.product-card .details .row .rating{flex:1}.product-card .details .row .product-name{font-size:clamp(8px, 1.5vw, 13px);font-weight:400;line-height:normal;text-align:left;text-transform:uppercase}.product-card:hover .details .row .product-name{color:#b89270}.product-card .details .row .free-shipping,.product-card .details .row .hand-made-in,.product-card .details .row .options,.product-card .details .row .rating{font-size:clamp(6px, 1vw, 10px);font-weight:400;line-height:normal;text-transform:uppercase}.product-card .details .row .price{font-size:12px;font-weight:300;color:#000;line-height:normal;text-transform:uppercase;display:flex;justify-content:left;gap:10px;text-align:left}.product-card .details .row .price .cross-out-price{text-decoration:line-through;opacity:.6}.product-card .details .row .free-shipping,.product-card .details .row .options,.product-card .details .row .rating{text-align:right}.product-card .details .row .rating .jdgm-prev-badge__text{font-size:8px;font-weight:400;line-height:normal}.product-card .details{display:flex;flex-direction:column;gap:5px;padding:15px;user-select:none;min-height:9rem;background:#b892700a}.product-card:hover .image .hover-images{z-index:2;opacity:1}.product-card .product-badge{position:absolute;top:-10px;width:80px;height:80px;left:0;z-index:9;right:auto;bottom:auto}.product-card .product-badge img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.product-card .product-tags{position:absolute;z-index:9;top:-10px;right:auto;left:0;bottom:auto;border-radius:.75rem;display:block;line-height:2;padding:0 .6rem;font-size:10px;background:#000;color:#fff;text-transform:uppercase;font-weight:600}.product-card .details .row .rating .jdgm-star{font-size:8px;padding:0!important;color:#b79961}.product-card .product-link{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9}.product-card .product-link span,.product-card.swatch-active .hover-images{display:none}.product-card:hover{border-top-left-radius:60px;border-top-right-radius:60px;box-shadow:1px 4px 10px rgba(0,0,0,.2)}.product-card .details .row .price .product-price--compare{text-decoration:line-through;opacity:.6;margin-right:10px}.product-card .image.loading::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:1.5s infinite shimmer;z-index:2}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@media screen and (max-width:768px){.product-card .product-badge{width:15vw;height:15vw}.product-card .details{min-height:7rem}.product-card .image{border-top-left-radius:30px;border-top-right-radius:30px}}