.product-card-custom{--product-card-custom-green: #d8d4cc;--product-card-custom-green-bright: #f6f3ed;--product-card-custom-green-dark: #f6f3ed;--product-card-custom-gold: #b77a2c;--product-card-custom-text: #6e6e6e;--product-card-custom-muted: #727272;--product-card-custom-border: #e6e2da;--product-card-custom-background: #ffffff;--product-card-custom-image-background: #f6f3ed;position:relative;display:flex;flex-direction:column;width:100%;height:100%;min-width:0;background:var(--product-card-custom-background);color:var(--product-card-custom-text);border:1px solid var(--product-card-custom-border);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #1e19140a,0 8px 24px #1e19140d;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card-custom:hover{transform:translateY(-3px);border-color:#d9d3c8;box-shadow:0 2px 4px #1e19140d,0 14px 32px #1e191417}.product-card-custom__media{position:relative;width:100%;background:var(--product-card-custom-image-background);overflow:hidden}.product-card-custom__image-link{display:block;width:100%;color:inherit;text-decoration:none}.product-card-custom__media img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;transition:transform .45s ease}.product-card-custom:hover .product-card-custom__media img{transform:scale(1.015)}.product-card-custom__media .card-wrapper,.product-card-custom__media .card,.product-card-custom__media .card__inner,.product-card-custom__media .media{width:100%;margin:0}.product-card-custom__media .media{background:transparent}.product-card-custom__body{display:flex;flex-direction:column;flex:1;padding:28px 24px 22px}.product-card-custom__heading{text-align:center}.product-card-custom__title{margin:0;color:#4d4d4d;font-size:clamp(21px,1.8vw,27px);font-weight:750;line-height:1.14;letter-spacing:-.025em;text-wrap:balance}.product-card-custom__title a{color:inherit;text-decoration:none}.product-card-custom__title a:hover{color:var(--product-card-custom-green-dark)}.product-card-custom__title a:focus-visible{outline:2px solid var(--product-card-custom-green-bright);outline-offset:4px;border-radius:2px}.product-card-custom__subtitle{margin:9px 0 0;color:var(--product-card-custom-muted);font-size:14px;line-height:1.45}.product-card-custom__reviews{display:flex;justify-content:center;align-items:center;gap:5px;min-height:26px;margin-top:18px;line-height:1}.product-card-custom__stars{display:inline-flex;align-items:center;gap:2px;color:#d7d1c8;font-size:23px;letter-spacing:0}.product-card-custom__stars .is-filled{color:var(--product-card-custom-gold)}.product-card-custom__review-count{position:relative;top:1px;color:#474747;font-size:16px;font-weight:500}.product-card-custom__features{display:flex;flex-direction:column;gap:9px;margin:23px 0 0;padding:0;list-style:none;color:#484848;font-size:14px;line-height:1.45}.product-card-custom__features li{position:relative;margin:0;padding-left:21px}.product-card-custom__features li:before{content:"";position:absolute;top:.57em;left:2px;width:5px;height:5px;background:currentColor;border-radius:50%;transform:translateY(-50%)}.product-card-custom__description{margin-top:22px;color:#555;font-size:14px;line-height:1.55}.product-card-custom__description p{margin:0}.product-card-custom__description p+p{margin-top:8px}.product-card-custom__purchase{display:flex;flex-direction:column;margin-top:auto;padding-top:30px}.product-card-custom__price{color:var(--product-card-custom-green);font-size:28px;font-weight:750;line-height:1.05;letter-spacing:-.025em}.product-card-custom__price .price,.product-card-custom__price .price--custom-card{justify-content:flex-start;text-align:left}.product-card-custom__price .price-item,.product-card-custom__price .price__regular,.product-card-custom__price .price__sale{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.product-card-custom__price .price-item--regular{color:inherit}.product-card-custom__price .price__sale .price-item--regular{color:var(--product-card-custom-muted);font-size:18px;font-weight:500}.product-card-custom__unit-price{margin:10px 0 0;color:var(--product-card-custom-muted);font-size:13px;line-height:1.35}.product-card-custom__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin-top:18px}.product-card-custom__add{display:flex;min-width:0}.product-card-custom__add>*{width:100%}.product-card-custom__add button,.product-card-custom__add .button,.product-card-custom__add .btn,.product-card-custom__add input[type=submit]{display:inline-flex;justify-content:center;align-items:center;width:100%;min-width:0;min-height:48px;margin:0;padding:10px 15px;background:#d14b8f;color:#fff;border:1px solid #ffffff!important;border-radius:9px;box-shadow:none;font:inherit;font-size:12px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;text-transform:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}.product-card-custom__add .btn{outline:1px solid #fff!important;outline-offset:-1px;border:none!important}.product-card-custom__add button:hover,.product-card-custom__add .button:hover,.product-card-custom__add .btn:hover,.product-card-custom__add input[type=submit]:hover{background:var(--product-card-custom-green);border-color:var(--product-card-custom-green)}.product-card-custom__add button:active,.product-card-custom__add .button:active,.product-card-custom__add .btn:active,.product-card-custom__add input[type=submit]:active{transform:translateY(1px)}.product-card-custom__add button:focus-visible,.product-card-custom__add .button:focus-visible,.product-card-custom__add .btn:focus-visible,.product-card-custom__add input[type=submit]:focus-visible{outline:1px solid rgba(99,165,58,.24);outline-offset:2px}.product-card-custom__add button:disabled,.product-card-custom__add .button:disabled,.product-card-custom__add .btn:disabled,.product-card-custom__add input[type=submit]:disabled{background:#d14b8f;border-color:#aaa;cursor:not-allowed;opacity:.7}.product-card-custom__info-button{display:inline-flex;justify-content:center;align-items:center;width:100%;min-width:0;min-height:48px;margin:0;padding:10px 15px;background:#fff;color:#4d4d4d;border:1px solid #ccc!important;border-radius:9px;box-shadow:none;font:inherit;font-size:12px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}.product-card-custom__info-button:hover{background:var(--product-card-custom-green-bright);color:#4d4d4d}.product-card-custom__info-button:active{transform:translateY(1px)}.product-card-custom__info-button:focus-visible{outline:3px solid rgba(99,165,58,.24);outline-offset:2px}.product-card-custom .card-information__badge,.product-card-custom .product-card__badges{position:absolute;top:14px;left:14px;z-index:3}.product-card-custom .product-card__wrapped-switch{position:absolute;top:14px;right:14px;z-index:4}@media(max-width:989px){.product-card-custom__body{padding:23px 19px 19px}.product-card-custom__title{font-size:21px}.product-card-custom__stars{font-size:20px}.product-card-custom__features{font-size:13px}.product-card-custom__price{font-size:30px}.product-card-custom__actions{gap:9px}.product-card-custom__add button,.product-card-custom__add .button,.product-card-custom__add .btn,.product-card-custom__add input[type=submit],.product-card-custom__info-button{padding-right:10px;padding-left:10px;font-size:13px}}@media(max-width:767px){.product-card-custom{max-width:520px;margin-right:auto;margin-left:auto}.product-card-custom__body{padding:25px 21px 21px}.product-card-custom__title{font-size:23px}.product-card-custom__features{font-size:14px}.product-card-custom__price{font-size:32px}.product-card-custom__actions{grid-template-columns:1fr 1fr}}@media(max-width:390px){.product-card-custom__actions{grid-template-columns:1fr}.product-card-custom__add button,.product-card-custom__add .button,.product-card-custom__add .btn,.product-card-custom__add input[type=submit],.product-card-custom__info-button{min-height:50px;font-size:14px}}@media(prefers-reduced-motion:reduce){.product-card-custom,.product-card-custom__media img,.product-card-custom__add button,.product-card-custom__add .button,.product-card-custom__add .btn,.product-card-custom__add input[type=submit],.product-card-custom__info-button{transition:none}.product-card-custom:hover,.product-card-custom:hover .product-card-custom__media img{transform:none}}.product-card-custom .product-card__badges img{width:70px;height:auto}.product-card-custom .product-card__badges{top:12px;left:12px;gap:6px;display:flex;flex-direction:column;align-items:flex-start}.product-card-custom .product-card__wrapped-switch{top:12px;right:12px}.product-card-custom__image{margin:0;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f6f3ed}.product-card-custom__img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.product-card-custom:hover .product-card-custom__img{transform:scale(1.04)}.prod-card__price-container .price .price-item span{font-weight:400;font-size:.7em;vertical-align:middle!important}.product-card-custom wrapped-toggle{display:block;width:100%;margin-top:16px;text-align:center}.product-card-custom wrapped-toggle label{font-size:14px}
/*# sourceMappingURL=/cdn/shop/t/92/assets/section-product-card-custom.css.map */
