.custom-card{position:relative;display:flex;flex-direction:column;height:100%;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease;background-color:#fff}.custom-card:hover{box-shadow:0 4px 20px #0000001a}.custom-card__media-container{position:relative;overflow:hidden;border-radius:8px 8px 0 0}.custom-card__media{position:relative;padding-bottom:100%;overflow:hidden}.custom-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.custom-card:hover .custom-card__image{transform:scale(1.05)}.custom-card__button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border:none;border-radius:50%;box-shadow:0 2px 10px #00000026;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.custom-card__button:hover{background-color:#b19f6d;color:#fff;transform:translateY(-3px)}.custom-card__button:disabled{opacity:.5;cursor:not-allowed}.custom-card__button svg{width:18px;height:18px}.custom-card__badge{position:absolute;top:10px;right:10px;padding:5px 10px;font-size:12px;font-weight:600;border-radius:4px;z-index:1}.custom-card__badge--sale{background-color:#8e701c;color:#fff}.custom-card__badge--sold-out{background-color:#e74c3c;color:#fff}.custom-card__info{padding:15px;display:flex;align-items:center;text-align:center;flex-direction:column;gap:8px;flex-grow:1;position:relative}.custom-card__title{margin:0;font-size:16px;font-weight:500;line-height:1.4;color:#333;display:-webkit-box;display:box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:3.2em;line-height:1.6;margin-bottom:.4rem}@media (max-width: 750px){.custom-card__title{min-height:2.2em}}.custom-card__title-link{text-decoration:none;color:inherit}.custom-card__price{display:flex;align-items:center;gap:8px}.custom-card__price-regular{font-weight:600;font-size:16px;color:#333}.custom-card__price-sale{font-weight:600;font-size:16px;color:#000}.custom-card__price-compare{font-size:14px;color:#999;text-decoration:line-through}.custom-card__rating{display:flex;align-items:center;gap:5px}.custom-card__stars{display:flex;align-items:center}.custom-card__star{font-size:20px;color:#ddd;margin-right:2px}.custom-card__star.filled{color:#b19f6d}.custom-card__star.half-filled{position:relative;display:inline-block;color:#ddd}.custom-card__star.half-filled:after{content:"\2605";position:absolute;top:0;left:0;width:50%;color:#b19f6d;overflow:hidden}.custom-card__rating-text{font-size:12px;color:#666}.custom-card__actions{position:static;bottom:auto;right:auto;opacity:1;visibility:visible;display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-top:8px;z-index:1}.custom-card__actions--full{grid-template-columns:1fr}.custom-card__actions .custom-card__button.custom-card__button--cart{width:100%;height:44px;border-radius:6px;background-color:#b19f6d;color:#fff;font-weight:600;letter-spacing:.02em;box-shadow:none;transform:none}.custom-card__actions .custom-card__button.custom-card__button--cart:hover{background-color:#8e701c}.custom-card__actions .custom-card__button.custom-card__button--cart:disabled,.custom-card__actions .custom-card__button.custom-card__button--cart[aria-disabled=true]{opacity:.6;cursor:not-allowed}.custom-card__rating{min-height:24px;display:flex;align-items:center}.custom-card__media-bottom-overlay{position:absolute;left:12px;right:12px;bottom:12px;display:flex;justify-content:space-between;align-items:center;gap:12px;pointer-events:none;z-index:40;box-sizing:border-box}.custom-card__star.single{font-size:15px;color:#ddd;line-height:1}.custom-card__star.single.filled{color:#b19f6d}.custom-card__rating-text{font-size:13px;color:#222;font-weight:700}.custom-card__actions--bottom{pointer-events:auto;display:inline-flex;align-items:center;gap:8px;background:#fffffff2;padding:6px;border-radius:10px;box-shadow:0 6px 18px #0206170f}.custom-card__variant-select--bottom{min-width:120px;height:36px;padding:0 10px;border-radius:6px;border:1px solid #e6e6e6;background:#fff;font-size:13px;outline:none}.custom-card__button--bottom{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:36px;padding:0 12px;border-radius:6px;background-color:#b19f6d;color:#fff;font-weight:700;border:none;cursor:pointer}@media (max-width: 420px){.custom-card__media-bottom-overlay{left:8px;right:8px;bottom:8px;gap:8px;flex-direction:column-reverse;align-items:stretch}.custom-card__rating--bottom{width:fit-content}.custom-card__actions--bottom{justify-content:space-between;gap:8px}.custom-card__variant-select--bottom,.custom-card__button--bottom{width:100%;min-width:0}}.custom-card__media img,.custom-card__image{max-width:100%;display:block}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}.custom-card__variant-select--bottom{min-width:92px;height:34px;padding:0 8px;font-size:13px;border-radius:6px;line-height:1;box-sizing:border-box}.custom-card__variant-select--bottom option{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-card__button--bottom.custom-card__button--bag:hover{background-color:#8e701c;transform:none}.custom-card__button--bottom .icon-bag{width:18px;height:18px;display:block;color:currentColor}.custom-card__actions--bottom{gap:6px;padding:6px}@media (max-width: 420px){.custom-card__variant-select--bottom{min-width:76px;height:32px;font-size:12px}.custom-card__button--bottom.custom-card__button--bag{width:36px;height:34px}}.custom-card__actions--bottom{max-width:240px}.custom-card__variant-select--bottom{flex:1 1 auto}.custom-card__media-container{position:relative;isolation:isolate}.custom-card__rating--bottom{position:absolute;bottom:0;z-index:45;background-color:#fff;pointer-events:auto;display:inline-flex;align-items:center;gap:8px;border-radius:0 5px 0 0;padding:6px 10px;box-shadow:0 6px 18px #0206170f;font-weight:700;font-size:13px;color:#222}.custom-card__variant-overlay{pointer-events:auto;display:inline-flex;align-items:center;background:#fffffff5;border-radius:10px;box-shadow:0 6px 18px #0206170f;gap:8px}.custom-card__bag-button{position:absolute;right:12px;bottom:12px;z-index:46;pointer-events:auto}.custom-card__button--bag{display:inline-flex;align-items:center;justify-content:center;width:44px;height:40px;padding:0;background-color:#b19f6d;color:#fff;border:none;cursor:pointer;font-weight:700;box-shadow:0 6px 18px #0206170f}.custom-card__button--bag .icon-bag{width:20px;height:20px;display:block;color:currentColor}.custom-card__info .custom-card__actions{display:none!important}@media (max-width: 420px){.custom-card__variant-overlay{right:12px;bottom:56px}.custom-card__rating--bottom{bottom:0}.custom-card__bag-button{right:12px;bottom:12px}.custom-card__variant-select--overlay{min-width:100px;height:34px;font-size:12px}.custom-card__button--bag{width:40px;height:36px}}.custom-card__media{padding-bottom:125%!important;height:auto!important;overflow:hidden}.custom-card__image{position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .5s ease!important}.custom-card:hover .custom-card__image{transform:scale(1.05)!important}@media (max-width: 749px){.custom-card__media{padding-bottom:140%!important;min-height:300px!important}.custom-card__title{min-height:2.2em}}@media (min-width: 750px) and (max-width: 989px){.custom-card__media{padding-bottom:125%!important;min-height:360px!important}}@media (min-width: 990px){.custom-card__media{padding-bottom:115%!important;min-height:360px!important}}.custom-card__media img,.custom-card__image{max-width:100%!important;display:block!important;visibility:visible!important}.product-grid .grid__item{padding-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/114/assets/custom-product-card.css.map */
