.blog-tag-spotlight{display:flex;flex-direction:column;width:100%;align-items:stretch}@media(min-width:990px){.blog-tag-spotlight{flex-direction:row}.blog-tag-spotlight--media-right{flex-direction:row-reverse}}.blog-tag-spotlight__media-col{flex:1 1 60%;width:100%;display:flex;position:relative;overflow:hidden;border-radius:var(--media-radius, 0px);min-height:380px}.blog-tag-spotlight__media-link{display:block;width:100%;height:100%;text-decoration:none}.blog-tag-spotlight__image{width:100%;height:100%;aspect-ratio:3 / 2;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.blog-tag-spotlight__media-link:hover .blog-tag-spotlight__image{transform:scale(1.02)}.blog-tag-spotlight__content-col{flex:1 1 40%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:0;background-color:var(--color-background-secondary, #f7f5f2);border-radius:var(--media-radius, 0px);border:1px solid rgba(0,0,0,.05)}@media screen and (min-width:990px){.blog-tag-spotlight__content-col{max-width:570px}}.blog-tag-spotlight__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:2.6rem;padding-top:4rem}.blog-tag-spotlight__tags>a{color:#72253d!important}@media screen and (max-width:767px){.blog-tag-spotlight__content-col{min-width:0;max-width:100%}.blog-tag-spotlight__tags{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;max-width:100%;width:100%;min-width:0;box-sizing:border-box;-webkit-overflow-scrolling:touch;padding-bottom:8px;padding-left:1rem;padding-right:1rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(0,0,0,.05)}.blog-tag-spotlight__tags::-webkit-scrollbar{height:4px}.blog-tag-spotlight__tags::-webkit-scrollbar-track{background:#0000000d;border-radius:2px}.blog-tag-spotlight__tags::-webkit-scrollbar-thumb{background:#0000004d;border-radius:2px}.blog-tag-spotlight__tags>*{flex-shrink:0;white-space:nowrap}}.blog-tag-spotlight__tag-pill{display:inline-block;padding:.4rem 1rem;font-size:1.1rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-foreground, #4a4a4a);background-color:#fff;border:1px solid var(--color-border, #6b6b6b);border-radius:2px;text-decoration:none;transition:all .2s ease}.blog-tag-spotlight__tag-pill:hover{background-color:var(--color-foreground, #333333);color:#fff;border-color:var(--color-foreground, #333333)}.blog-tag-spotlight__meta{font-size:1.2rem;color:var(--color-foreground-70, #666666);margin-bottom:2.5rem;line-height:1.5}.blog-tag-spotlight__meta p{margin:.2rem 0}.blog-tag-spotlight__products-wrapper{width:100%;margin-top:auto;display:flex;flex-direction:column;align-items:center;padding:0 2rem 1.2rem}@media screen and (max-width:767px){.blog-tag-spotlight__products-wrapper{padding:0}}.blog-tag-spotlight__products-heading{font-weight:700;text-transform:uppercase;color:#72253d;position:relative;margin-top:30px;font-size:20px}.blog-tag-spotlight__products-grid{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-height:405px;overflow-y:auto;overflow-x:hidden;padding:0 26px 0 50px}@media screen and (max-width:767px){.blog-tag-spotlight__products-grid{padding:0}}.blog-tag-spotlight__products-grid::-webkit-scrollbar{width:7px}.blog-tag-spotlight__products-grid::-webkit-scrollbar-track{background:#d8d4cf;border-radius:99px}.blog-tag-spotlight__products-grid::-webkit-scrollbar-thumb{background:#6d3f49;border-radius:99px}.blog-tag-spotlight__products-grid::-webkit-scrollbar-thumb:hover{background:#787878}.blog-tag-spotlight__product-card,.blog-tag-spotlight__product-card-item{background-color:#fff;border-radius:4px;padding:1rem;box-shadow:0 2px 8px #0000000a;transition:transform .2s ease,box-shadow .2s ease;width:100%}.blog-tag-spotlight__product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.blog-tag-spotlight__products-placeholder{padding:1.5rem;background-color:#00000008;border-radius:4px;font-size:1.2rem;color:#777}@media(max-width:749px){.blog-tag-spotlight__content-col{padding:2rem 1.5rem}.blog-tag-spotlight__media-col{min-height:260px}.blog-tag-spotlight__products-grid{grid-template-columns:1fr}}.spotlight-product-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;width:100%}.spotlight-product-card__media-wrapper{position:relative;width:100%;overflow:hidden;border-radius:4px;background-color:#fff;aspect-ratio:1 / 1}.spotlight-product-card__media-wrapper.ratio-portrait{aspect-ratio:4 / 5}.spotlight-product-card__media-wrapper.ratio-square{aspect-ratio:1 / 1}.spotlight-product-card__media-link{display:block;width:100%;height:100%}.spotlight-product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.spotlight-product-card__media-wrapper:hover .spotlight-product-card__image{transform:scale(1.05)}.spotlight-product-card__quickview-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:5}.spotlight-product-card__media-wrapper:hover .spotlight-product-card__quickview-overlay{opacity:1;visibility:visible}.spotlight-quickview-btn{background:#ffffffeb;color:#333;padding:.6rem 1.4rem;border-radius:4px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid #ccc;box-shadow:0 2px 8px #00000026;cursor:pointer}.spotlight-product-card__vendor{margin-top:.5rem;display:flex;justify-content:center;align-items:center}.spotlight-product-card__vendor-img{max-height:28px;width:auto;object-fit:contain}.spotlight-product-card__vendor-text{font-size:1.3rem;font-weight:700;text-transform:uppercase;color:#995c00;letter-spacing:.08em}.spotlight-product-card__title{font-size:var(--card-title-size, 1.5rem);font-weight:500;margin:0;line-height:1.3}.spotlight-product-card__title a{color:var(--color-foreground, #2c3e50);text-decoration:none}.spotlight-product-card__price{font-size:var(--card-price-size, 1.5rem);font-weight:600}.spotlight-product-card__price .price{color:#3e3e3e!important}.spotlight-product-card__price .compare-at-price{text-decoration:line-through;opacity:.7;margin-right:.5rem}.spotlight-product-card__price .price-item--savings{color:#d90429;font-weight:500;margin-left:.4rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-blog-tag-spotlight.css.map */
