.featured-v3-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media screen and (min-width:750px){.featured-v3-grid{grid-template-columns:2fr 3fr;gap:32px}}@media screen and (min-width:990px){.featured-v3-grid{grid-template-columns:5fr 7fr;gap:40px}}.featured-v3-hero{display:flex;flex-direction:column;width:100%;align-self:start;order:1}@media screen and (max-width:749px){.featured-v3-hero{order:0}}.featured-v3-hero-link{display:block;text-decoration:none;color:inherit}.featured-v3-hero-image{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:2px;border:1px solid #e1e1e1;transition:border-color .3s ease;background-color:#f8f9fe}.featured-v3-hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease-out}.featured-v3-hero:hover .featured-v3-hero-image{border-color:#ccc}.featured-v3-hero:hover .featured-v3-hero-image img{transform:scale(1.05)}.featured-v3-hero-info{display:flex;justify-content:space-between;align-items:flex-start;margin-top:20px;gap:16px}.featured-v3-hero-title{font-size:22px;font-weight:600;line-height:1.3;margin:0 0 4px;color:#1a1a1a;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:990px){.featured-v3-hero-title{font-size:24px}}.featured-v3-hero:hover .featured-v3-hero-title{color:#cac902}.featured-v3-hero-description{font-size:16px;line-height:1.6;color:#1a1a1abf;margin:0}.featured-v3-hero-price{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.featured-v3-items{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-self:stretch;grid-auto-rows:1fr;align-content:space-between;order:0}@media screen and (max-width:749px){.featured-v3-items{order:1}}@media screen and (min-width:750px){.featured-v3-items{gap:20px}}@media screen and (min-width:990px){.featured-v3-items{gap:24px}}@media screen and (max-width:749px){.featured-v3-grid{grid-template-columns:1fr}.featured-v3-hero{width:100%}.featured-v3-items{grid-template-columns:1fr 1fr;gap:16px}}.featured-v3-item{display:flex;flex-direction:column;text-decoration:none;color:inherit;min-width:0}.featured-v3-item-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:2px;border:1px solid #e1e1e1;transition:border-color .3s ease;background-color:#f8f9fe}.featured-v3-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease-out}.featured-v3-item:hover .featured-v3-item-image{border-color:#ccc}.featured-v3-item:hover .featured-v3-item-image img{transform:scale(1.05)}.featured-v3-item-info{padding-top:12px}.featured-v3-item-title{font-size:14px;font-weight:600;line-height:1.4;margin:0 0 4px;color:#1a1a1a;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:990px){.featured-v3-item-title{font-size:15px}}.featured-v3-item:hover .featured-v3-item-title{color:#cac902}.featured-v3-item-price{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.featured-v3-price-current{font-size:22px;font-weight:600;color:#1a1a1a}.featured-v3-price-compare{font-size:15px;color:#1a1a1a8c;text-decoration:line-through}.featured-v3-item-price .featured-v3-price-current{font-size:15px}.featured-v3-item-price .featured-v3-price-compare{font-size:13px}.featured-v3-vendor{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#1a1a1a80;margin:0 0 4px}.featured-v3-vendor-small{font-size:11px}.featured-v3-badge{display:inline-block;padding:6px 12px;background-color:#c8c705;color:#1d1d00;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:2px}.featured-v3-badge-hero{position:absolute;top:12px;right:12px}.featured-v3-badge-small{position:absolute;top:8px;right:8px;padding:4px 8px;font-size:11px}.featured-v3-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.featured-v3-title{font-size:28px;font-weight:600;line-height:1.2;margin:0 0 8px;color:#1a1a1a}@media screen and (min-width:750px){.featured-v3-title{font-size:32px}}.featured-v3-description{font-size:16px;line-height:1.6;color:#1a1a1abf;max-width:600px;margin:0}.featured-v3-view-all{display:none;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1a1a1a;border-bottom:1px solid #ccc;padding-bottom:2px;text-decoration:none;transition:color .2s ease;white-space:nowrap}.featured-v3-view-all:hover{color:#cac902}@media screen and (min-width:750px){.featured-v3-view-all{display:inline-flex}}.featured-v3-view-all-mobile{display:block;text-align:center;margin-top:40px}@media screen and (min-width:750px){.featured-v3-view-all-mobile{display:none}}.featured-v3-view-all-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:1px solid #ccc;border-radius:2px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1a1a1a;text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.featured-v3-view-all-btn:hover{background-color:#e1e2e7;border-color:#ccc}.featured-v3-view-all-btn svg{width:16px;height:16px}.featured-v3-grid--single{grid-template-columns:minmax(0,1fr)}.featured-v3-grid>*{min-width:0}.featured-v3-empty{padding:32px;border:1px dashed #ccc;text-align:center;color:#1a1a1a}.featured-v3-header{gap:16px}.featured-v3-hero-info{flex-wrap:wrap}.featured-v3-hero-image .placeholder-svg,.featured-v3-item-image .placeholder-svg{width:100%;height:100%}
/*# sourceMappingURL=/cdn/shop/t/13/assets/featured-products-v3.css.map */
