.sh-product-card{position:relative;width:100%;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(15,56,67,.08);border-radius:22px;overflow:hidden;box-shadow:0 18px 45px #0f384314;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.sh-product-card:hover{transform:translateY(-5px);border-color:#bf915b47;box-shadow:0 24px 60px #0f384324}.sh-product-card__media-wrap{position:relative;width:100%}.sh-product-card__media-link{display:block;width:100%;color:inherit;text-decoration:none}.sh-product-card__media{position:relative;width:100%;aspect-ratio:1 / 1.08;min-height:310px;overflow:hidden;background:#f5f2ec}.sh-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:opacity .45s ease,transform .65s ease}.sh-product-card__image--primary{z-index:1;opacity:1}.sh-product-card__image--secondary{z-index:2;opacity:0}.sh-product-card:hover .sh-product-card__image--primary{transform:scale(1.06)}.sh-product-card:hover .sh-product-card__image--secondary{opacity:1;transform:scale(1.06)}.sh-product-card__placeholder,.sh-product-card__placeholder-svg{width:100%;height:100%;display:block}.sh-product-card__placeholder{background:#f5f2ec}.sh-product-card__badge{position:absolute;top:14px;left:14px;z-index:5;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:7px 12px;border-radius:999px;font-size:11px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase}.sh-product-card__badge--sale{background:#bf915b;color:#fff}.sh-product-card__badge--new{background:#0f3843;color:#fff}.sh-product-card__badge--sold{left:auto;right:14px;background:#0f3843db;color:#fff}.sh-product-card__hover-actions{position:absolute;left:14px;right:14px;bottom:14px;z-index:6;display:flex;align-items:center;gap:9px;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.sh-product-card:hover .sh-product-card__hover-actions{opacity:1;transform:translateY(0);pointer-events:auto}.sh-product-card__quick-btn{flex:1;min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;border-radius:999px;background:#fff;color:#0f3843;font-size:12px;font-weight:800;text-decoration:none;box-shadow:0 12px 30px #0f384329}.sh-product-card__quick-btn:hover{background:#0f3843;color:#fff}.sh-product-card__icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#fff;color:#0f3843;cursor:pointer;box-shadow:0 12px 30px #0f384329}.sh-product-card__icon-btn svg{width:18px;height:18px;fill:currentColor}.sh-product-card__icon-btn:hover,.sh-product-card__icon-btn.is-copied{background:#bf915b;color:#fff}.sh-product-card__content{display:flex;flex-direction:column;gap:10px;padding:18px}.sh-product-card__vendor{color:#0f38439e;font-size:11px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase}.sh-product-card__title{margin:0;color:#0f3843;font-size:16px;font-weight:800;line-height:1.32}.sh-product-card__title a{color:inherit;text-decoration:none}.sh-product-card__title a:hover{color:#bf915b}.sh-product-card__meta{display:flex;flex-wrap:wrap;gap:6px}.sh-product-card__meta span{display:inline-flex;align-items:center;min-height:25px;padding:6px 9px;border-radius:999px;background:#0f38430f;color:#0f3843c7;font-size:11px;font-weight:700;line-height:1}.sh-product-card__price-row{display:flex;flex-direction:column;gap:5px;margin-top:2px}.sh-product-card__price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.sh-product-card__price-main{color:#0f3843;font-size:18px;font-weight:900;line-height:1}.sh-product-card__price-unit{color:#0f3843ad;font-size:12px;font-weight:700}.sh-product-card__price-compare{color:#0f38436b;font-size:13px;font-weight:700;text-decoration:line-through}.sh-product-card__box-info{color:#0f3843a3;font-size:12px;font-weight:700}.sh-product-card__actions{display:flex;flex-direction:column;gap:9px;margin-top:4px}.sh-product-card__button{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border:1px solid #0f3843;border-radius:999px;background:#0f3843;color:#fff;font-size:13px;font-weight:900;line-height:1;letter-spacing:.02em;text-align:center;text-decoration:none;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}.sh-product-card__button:hover{background:#bf915b;border-color:#bf915b;color:#fff;transform:translateY(-1px);box-shadow:0 12px 28px #bf915b3d}.sh-product-card__button:disabled{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none}.sh-product-card__form{width:100%;margin:0}.sh-product-card__sample{width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border:1px solid rgba(15,56,67,.22);border-radius:999px;background:transparent;color:#0f3843;font-size:13px;font-weight:900;line-height:1;text-align:center;text-decoration:none;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}.sh-product-card__sample:hover{background:#bf915b;border-color:#bf915b;color:#fff;transform:translateY(-1px);box-shadow:0 12px 28px #bf915b38}@media screen and (min-width:1200px){.sh-product-card__media{min-height:340px}}@media screen and (max-width:989px){.sh-product-card__media{min-height:280px}}@media screen and (max-width:749px){.sh-product-card{border-radius:18px}.sh-product-card__media{min-height:240px}.sh-product-card__content{padding:15px}.sh-product-card__title{font-size:15px}.sh-product-card__hover-actions{opacity:1;transform:none;pointer-events:auto}}@media screen and (max-width:420px){.sh-product-card__media{min-height:220px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/sh-product-card.css.map */
