.product{background-color:#fff;border-radius:15px;padding:15px}.product a{position:relative;display:block}.product a .promo-banner{position:absolute;top:-15px;left:50%;text-align:center;background:#b6a77d;z-index:1;width:calc(100% + 30px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;line-height:16px;padding:5px;border-top-right-radius:15px;border-top-left-radius:15px;font-weight:500;color:#fff}.product a .promo-banner span{color:#fff;font-weight:700}.product a .images-wrapper{margin-bottom:15px;position:relative}.product a .images-wrapper .image-wrapper img{margin:0 auto;display:block}.product a h3{color:#b6a77d;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical}.product a h3 img{width:20px;height:20px;margin-right:5px}.product a h2{font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px}.product .variants{margin-bottom:10px}.product .variants button{border:2px solid #b6a77d;border-radius:8px;font-size:14px;line-height:16px;font-weight:600;padding:4px 8px;margin-right:5px;margin-bottom:5px;background-color:#fff;cursor:pointer}.product .variants button:focus{outline:none}.product .variants button.active{background-color:#b6a77d}.product .jdgm-preview-badge{margin-bottom:5px}.product .jdgm-preview-badge .jdgm-prev-badge__stars{cursor:default}.product .jdgm-preview-badge .jdgm-prev-badge__stars span{color:#101828}.product .jdgm-preview-badge .jdgm-prev-badge__text{color:gray;font-size:12px;line-height:14px;font-weight:500;padding-left:5px}.product .price{font-size:24px;line-height:26px;margin-bottom:5px;white-space:nowrap}.product .price span{font-size:16px;line-height:18px;font-weight:600;color:gray;text-decoration:line-through}.product .savings-amount{font-size:14px;line-height:16px;font-weight:600;border-radius:4px;padding:4px 8px;background-color:#56bca2;margin-bottom:10px;display:inline-block}.product .add-to-cart,.product .sold-out{border-radius:8px;border:none;padding:9px 10px;font-size:18px;line-height:20px;font-weight:600}.product .add-to-cart:focus,.product .sold-out:focus{outline:none}.product .add-to-cart{background-color:#b6a77d;cursor:pointer}.product .add-to-cart.green-bg{background-color:#2e933c}.product .add-to-cart span{margin-right:10px}.product .add-to-cart span.white-text{color:#fff}.product .add-to-cart img{width:16px;height:16px}.product .add-to-cart img.loading-spinner{width:20px;height:20px;-webkit-animation:a 1.5s linear infinite;animation:a 1.5s linear infinite}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}