.blog-product-card{display:flex;gap:1.6rem;padding:1.6rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--text-boxes-radius);background:rgb(var(--color-background));align-items:flex-start;box-shadow:0 .8rem 2.4rem #0000000f;margin:2.4rem 0}.blog-product-card__media{flex:0 0 300px;max-width:300px;display:flex;flex-direction:column;gap:.6rem}.blog-product-card__button{min-height:4.6rem;text-decoration:none;background-color:#000;color:#fff;border:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;width:100%;text-transform:uppercase;letter-spacing:.1rem;font-size:1.3rem;font-weight:600;border-radius:999px;gap:.8rem;transition:background-color .2s ease;box-shadow:none!important;outline:none!important}.blog-product-card__button:after,.blog-product-card__button:before{display:none!important;content:none!important;border:none!important;box-shadow:none!important}.blog-product-card__media-main{aspect-ratio:1 / 1;border-radius:var(--media-radius);overflow:hidden;background:rgba(var(--color-foreground),.04);position:relative;border:.1rem solid rgba(var(--color-foreground),.12)}.blog-product-card__media-main img{width:100%;height:100%;object-fit:cover;display:block}.blog-product-card__thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.blog-product-card__thumb{aspect-ratio:1 / 1;border-radius:.6rem;overflow:hidden;background:rgba(var(--color-foreground),.04);border:.1rem solid rgba(var(--color-foreground),.12);padding:0;cursor:pointer;-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;transition:border-color .15s ease,box-shadow .15s ease}.blog-product-card__thumb.is-active{border-color:rgba(var(--color-foreground),.6);box-shadow:0 0 0 .2rem rgba(var(--color-foreground),.12)}.blog-product-card__thumb:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.6);outline-offset:.2rem}.blog-product-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.blog-product-card__content{display:flex;flex-direction:column;gap:.8rem;flex:1 1 auto;min-width:0}.blog-product-card__badges{display:flex;gap:.4rem;flex-wrap:wrap}.blog-product-card__badge{font-size:.95rem;text-transform:uppercase;letter-spacing:.06rem;padding:.2rem .6rem;border-radius:999px;border:.1rem solid rgba(var(--color-foreground),.12);background:rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.8)}.blog-product-card__badge--hot{background:rgba(var(--color-foreground),.14)}.blog-product-card__title{margin:0;font-size:1.9rem;font-weight:600;line-height:calc(1 + .3 / var(--font-heading-scale));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-product-card__rating{display:flex;align-items:center;gap:.6rem;color:rgba(var(--color-foreground),.7);font-size:1.3rem}.blog-product-card .rating-star{--color-rating-star: #f2b01e;--font-size: 1.4;--letter-spacing: .6}.blog-product-card__rating-count{font-size:1.3rem;color:rgba(var(--color-foreground),.75)}.blog-product-card__price .price{font-size:1.5rem;letter-spacing:0;line-height:1.1}.blog-product-card__price .price__sale{display:flex;align-items:baseline;gap:1rem;flex-direction:row-reverse;justify-content:flex-end}.blog-product-card__price .price>*{display:block}.blog-product-card__price .price-item{margin:0}.blog-product-card__price .price__regular .price-item--regular{font-size:2.1rem;font-weight:700;color:rgb(var(--color-foreground))}.blog-product-card__price .price-item--sale{font-size:2.4rem;font-weight:700;color:#c43a3a}.blog-product-card__price .price-item--regular{font-size:1.5rem;color:rgba(var(--color-foreground),.6)}.blog-product-card__offer{align-self:flex-start;padding:.4rem 1rem;border-radius:999px;background:rgba(var(--color-foreground),.08);text-transform:uppercase;letter-spacing:.08rem;font-size:1.1rem;font-weight:600;margin-top:.2rem}.blog-product-card__style{display:flex;gap:.6rem;align-items:center;font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.blog-product-card__swatches{display:flex;gap:.6rem;align-items:center}.blog-product-card__swatch{display:inline-flex;align-items:center;justify-content:center}.blog-product-card__swatch .swatch{--swatch-input--size: 1.8rem}.blog-product-card__swatch-fallback{width:1.8rem;height:1.8rem;border-radius:50%;background:rgba(var(--color-foreground),.08);border:.1rem solid rgba(var(--color-foreground),.2);font-size:0}.blog-product-card__trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.6rem 1.6rem;font-size:1.3rem;color:rgba(var(--color-foreground),.75)}.blog-product-card__trust-item{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;line-height:1.2}.blog-product-card__trust-icon{width:1.6rem;height:1.6rem;display:inline-flex;color:rgba(var(--color-foreground),.75)}.blog-product-card__trust-icon svg{width:100%;height:100%}.blog-product-card__media-badge{position:absolute;left:.8rem;padding:.4rem .8rem;border-radius:999px;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.06rem;z-index:1;display:inline-flex;align-items:center;gap:.4rem;line-height:1}.blog-product-card__media-badge--sale{top:.8rem;background:#c43a3a;color:#fff}.blog-product-card__media-badge--stock{bottom:.8rem;background:#fffffff2;color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.12)}.blog-product-card__label{letter-spacing:.06rem;font-size:1.1rem;color:rgba(var(--color-foreground),.6)}.blog-product-card__actions{margin-top:auto}.blog-product-card__button{min-height:4.6rem;text-decoration:none;background-color:#000;color:#fff;border:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;width:100%;text-transform:uppercase;letter-spacing:.1rem;font-size:1.3rem;font-weight:600;border-radius:999px;gap:.8rem;transition:background-color .2s ease;box-shadow:none!important;-webkit-appearance:none;appearance:none}.blog-product-card__button:hover{background-color:#333;color:#fff;box-shadow:none!important}.blog-product-card__button:after,.blog-product-card__button:before{display:none!important;content:none!important}.rte .blog-product-card__button,.rte .blog-product-card__button:visited,.rte .blog-product-card__button:hover{color:#fff;text-decoration:none}.blog-product-card__button-icon{width:1.8rem;height:1.8rem;display:inline-flex}.blog-product-card__button-icon svg{width:100%;height:100%}.blog-product-card--sold-out .blog-product-card__button{pointer-events:none;opacity:.6}@media screen and (max-width: 749px){.blog-product-card{flex-direction:column;padding:1.4rem}.blog-product-card__media{flex:0 0 auto;max-width:100%;width:100%}.blog-product-card__media-main{width:100%}.blog-product-card__actions{margin-top:.8rem}.blog-product-card__button{width:100%}.blog-product-card__title{font-size:1.6rem}.blog-product-card__trust{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.blog-product-card__trust-item{white-space:normal}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/component-blog-product-card.css.map */
