.m-product-card--custom{position:relative;background:#fff;border:2px solid #000000;border-radius:18px;padding:12px;transition:transform .3s ease;display:flex;flex-direction:column;height:100%}.m-product-card--custom:hover{transform:translateY(-2px)}.m-custom-card__media{position:relative;overflow:hidden;border-radius:14px;background:transparent;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.m-custom-card__media .m-product-card__main-image{transition:transform .5s ease;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.m-custom-card__media .m-product-card__main-image img{object-fit:contain;max-width:100%;max-height:100%}.m-product-card--custom:hover .m-custom-card__media .m-product-card__main-image{transform:scale(1.03)}.m-custom-card__badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:column;gap:6px}.m-custom-card__badge{display:inline-block;padding:4px 10px;background:#fff;color:#000;font-size:12px;font-weight:600;text-transform:capitalize;border-radius:6px;height:auto;line-height:100%;font-family:Lato}.m-custom-card__badge--bestseller,.m-custom-card__badge--new{background:#fff;color:#111}.m-custom-card__badge--sale{background:#ff6b6b;color:#fff}.m-custom-card__content{padding:0;display:flex;flex-direction:column;flex:1;width:100%;max-width:100%;min-width:0;overflow:hidden}.m-custom-card__title{margin:12px 0;font-family:Merriweather;font-weight:700;font-size:18px;line-height:23.8px;letter-spacing:-2%;width:100%;max-width:100%;overflow:hidden;word-wrap:break-word;word-break:break-word}.m-custom-card__name{color:#111;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease;overflow:hidden;text-overflow:ellipsis;line-height:1.4;max-height:2.8em;width:100%;max-width:100%;min-width:0}@media screen and (max-width: 767px){.m-custom-card__name{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;max-height:2.8em}}.m-custom-card__reviews{display:flex;align-items:center;gap:6px;margin-bottom:12px;font-size:16px;color:#000;font-family:Lato}.m-custom-card__star{font-size:18px;line-height:1}.m-custom-card__price-wrapper{margin-bottom:14px;transition:opacity .3s ease}.m-custom-card__prices{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.m-custom-card__price{font-weight:700;line-height:1;transition:all .3s ease}.m-custom-card__price--current{font-size:20px;color:#000;font-family:Merriweather;font-weight:700}.m-custom-card__price--compare{font-size:14px;color:#c4c4c4;text-decoration:line-through;font-family:Merriweather;font-weight:700}.m-custom-card__discount-badge{display:inline-block;padding:3px 8px;background:#f4a44d;color:#000;font-size:12px;font-weight:700;border-radius:10px;font-family:Lato}.m-custom-card__packs{margin-bottom:14px;position:relative;z-index:1}.m-custom-card__packs-row{display:flex;align-items:center;gap:10px}.m-custom-card__packs-label{font-size:15px;font-weight:500;color:#000;text-transform:uppercase;flex-shrink:0;font-family:Lato}.m-custom-card__pack-options{display:flex;flex-wrap:wrap;gap:8px;flex:1}.m-custom-card__pack-option{flex:0 1 auto;padding:0 16px;height:32px;background:#fff;border:1px solid #000;border-radius:10px;font-size:10px;font-weight:600;color:#000;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;align-items:center;justify-content:center;white-space:nowrap;pointer-events:auto;position:relative;z-index:2}.m-custom-card__pack-option--selected{background:#000;color:#fff;border-color:#000}.m-custom-card__pack-option:disabled{opacity:.5;cursor:not-allowed}.m-custom-card__actions{margin-top:auto}.m-custom-card__add-to-cart{width:100%;height:48px;padding:0 24px;background:#f4a44d;color:#000;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:0%;border:none;border-radius:14px;cursor:pointer;transition:all .3s ease;box-shadow:none}.m-custom-card__add-to-cart:hover:not(:disabled){background:#f4a44d;transform:translateY(-2px)}.m-custom-card__add-to-cart:active:not(:disabled){transform:translateY(0)}.m-custom-card__add-to-cart:disabled{background:#ccc;cursor:not-allowed}responsive-image.m-image.m-image-loaded{border-radius:unset}@media screen and (max-width: 767px){.m-product-card--custom{padding:10px;border-width:1px}.m-custom-card__title{font-size:16px;margin-top:8px;margin-bottom:6px}.m-custom-card__price--current{font-size:18px}.m-custom-card__price--compare{font-size:13px}.m-custom-card__pack-option{font-size:12px;height:30px;min-width:0;flex:1 1 auto;padding:0 12px}.m-custom-card__add-to-cart{height:44px;font-size:14px;padding:0 16px}.m-custom-card__badges{top:8px;left:8px}.m-custom-card__badge{padding:3px 8px;font-size:11px}.m-custom-card__media{border-radius:12px}.m-custom-card__reviews{font-size:14px;margin-bottom:8px}.m-custom-card__packs-row,.m-custom-card__pack-options{gap:6px}}@media screen and (max-width: 480px){.m-product-card--custom{border-radius:12px;padding:4px}.m-custom-card__title{font-size:14px;margin:8px 0}.m-custom-card__reviews{font-size:12px;margin-bottom:6px}.m-custom-card__star svg{width:14px;height:14px}.m-custom-card__price-wrapper{margin-bottom:6px}.m-custom-card__price--current{font-size:14px}.m-custom-card__price--compare{font-size:12px}.m-custom-card__discount-badge{font-size:8px}.m-custom-card__packs{margin-bottom:6px}.m-custom-card__packs-label{font-size:12px}.m-custom-card__pack-options{flex-direction:row;flex:1;flex-wrap:wrap}.m-custom-card__pack-option{font-size:8px;flex:1;height:25px;padding:0 6px}.m-custom-card__add-to-cart{font-size:14px;height:35px;border-radius:12px}}.m-product-card--custom.m-product-card--soldout{opacity:.7}.m-product-card--custom.m-product-card--soldout .m-custom-card__media:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff80;z-index:1}
/*# sourceMappingURL=/cdn/shop/t/24/assets/component-product-card-custom.css.map */
