.shop-featured{padding:64px 0;background:#f8f8f6}@media screen and (min-width:640px){.shop-featured{padding:80px 0}}.shop-featured__inner{max-width:1280px;margin:0 auto;padding:0 1rem}@media screen and (min-width:640px){.shop-featured__inner{padding:0 1.5rem}}@media screen and (min-width:1024px){.shop-featured__inner{padding:0 2rem}}.shop-featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.shop-featured__eyebrow{font-family:var(--sh-font-body, "Inter", sans-serif);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sh-primary, hsl(354, 77%, 45%));margin:0 0 4px}.shop-featured__heading{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:clamp(1.5rem,3vw,1.875rem);font-weight:900;color:var(--sh-fg, #0d0d0d);margin:0;line-height:1.1;letter-spacing:-.02em}.shop-featured__view-all{display:none;align-items:center;gap:4px;font-family:var(--sh-font-body, "Inter", sans-serif);font-size:14px;font-weight:600;color:var(--sh-muted-fg, hsl(0, 0%, 38%));text-decoration:none;transition:color .2s ease}@media screen and (min-width:640px){.shop-featured__view-all{display:flex}}.shop-featured__view-all:hover{color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-featured__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (min-width:640px){.shop-featured__grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and (min-width:1024px){.shop-featured__grid{grid-template-columns:repeat(4,1fr)}}.shop-featured__view-all-mobile{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:24px;font-family:var(--sh-font-body, "Inter", sans-serif);font-size:14px;font-weight:700;color:var(--sh-muted-fg, hsl(0, 0%, 38%));text-decoration:none;transition:color .2s ease}.shop-featured__view-all-mobile:hover{color:var(--sh-primary, hsl(354, 77%, 45%))}@media screen and (min-width:640px){.shop-featured__view-all-mobile{display:none}}.shop-pcard{display:block;background:var(--sh-card, #fff);border:1px solid var(--sh-border, hsl(36, 10%, 88%));border-radius:16px;overflow:hidden;text-decoration:none;transition:border-color .3s ease,box-shadow .3s ease;position:relative}.shop-pcard:hover{border-color:#cb1a2c4d;box-shadow:0 8px 32px #00000017,0 2px 8px #0000000d}.shop-pcard__img-zone{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--sh-muted, hsl(36, 12%, 94%))}.shop-pcard__img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.shop-pcard:hover .shop-pcard__img{transform:scale(1.05)}.shop-pcard__badge{position:absolute;top:12px;left:12px;z-index:2;font-family:var(--sh-font-body, "Inter", sans-serif);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 8px;border-radius:8px;line-height:1}.shop-pcard__badge--new{background:#3b82f6;color:#fff}.shop-pcard__badge--sale{background:var(--sh-primary, hsl(354,77%,45%));color:#fff}.shop-pcard__badge--bestseller{background:#f59e0b;color:#fff}.shop-pcard__badge--limited{background:var(--sh-fg, #0d0d0d);color:#fff}.shop-pcard__oos{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:#fff9;display:flex;align-items:center;justify-content:center}.shop-pcard__oos-label{background:var(--sh-card, #fff);color:var(--sh-fg, #0d0d0d);font-family:var(--sh-font-body, "Inter", sans-serif);font-size:12px;font-weight:700;padding:6px 14px;border-radius:8px;border:1px solid var(--sh-border, hsl(36, 10%, 88%))}.shop-pcard__actions{position:absolute;top:12px;right:12px;z-index:4;display:flex;flex-direction:column;gap:8px;opacity:0;transition:opacity .2s ease;pointer-events:none}.shop-pcard:hover .shop-pcard__actions{opacity:1;pointer-events:auto}.shop-pcard__wishlist{width:32px;height:32px;background:#ffffffe6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid var(--sh-border, hsl(36, 10%, 88%));border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,color .2s ease;color:#0d0d0d80}.shop-pcard__wishlist:hover,.shop-pcard__wishlist.is-wishlisted{border-color:var(--sh-primary, hsl(354, 77%, 45%));color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-pcard__wishlist.is-wishlisted svg{fill:currentColor}.shop-pcard__add-bar{position:absolute;bottom:0;left:0;right:0;z-index:4;transform:translateY(100%);transition:transform .3s ease}.shop-pcard:hover .shop-pcard__add-bar{transform:translateY(0)}.shop-pcard__add-btn{width:100%;background:var(--sh-fg, #0d0d0d);color:#fff;font-family:var(--sh-font-body, "Inter", sans-serif);font-size:12px;font-weight:700;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;transition:background .2s ease;letter-spacing:.02em}.shop-pcard__add-btn:hover:not(:disabled){background:var(--sh-primary, hsl(354, 77%, 45%))}.shop-pcard__add-btn:disabled{opacity:.5;cursor:not-allowed}.shop-pcard__info{padding:16px}.shop-pcard__category{font-family:var(--sh-font-body, "Inter", sans-serif);font-size:11px;color:var(--sh-muted-fg, hsl(0, 0%, 38%));text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-pcard__name{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:14px;font-weight:700;color:var(--sh-fg, #0d0d0d);line-height:1.3;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.shop-pcard:hover .shop-pcard__name{color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-pcard__desc{font-family:var(--sh-font-body, "Inter", sans-serif);font-size:12px;color:var(--sh-muted-fg, hsl(0, 0%, 38%));margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-pcard__price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}.shop-pcard__price{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:16px;font-weight:900;color:var(--sh-fg, #0d0d0d);line-height:1}.shop-pcard__compare-price{font-family:var(--sh-font-body, "Inter", sans-serif);font-size:13px;color:var(--sh-muted-fg, hsl(0, 0%, 38%));text-decoration:line-through;line-height:1}.shop-pcard__discount{font-family:var(--sh-font-body, "Inter", sans-serif);font-size:12px;font-weight:700;color:var(--sh-primary, hsl(354, 77%, 45%));line-height:1}.shop-pcard__swatches{display:flex;align-items:center;gap:4px;margin-top:8px}.shop-pcard__swatch{width:12px;height:12px;border-radius:50%;border:1px solid var(--sh-border, hsl(36, 10%, 88%));flex-shrink:0}.shop-pcard__swatch-more{font-family:var(--sh-font-body, "Inter", sans-serif);font-size:10px;color:var(--sh-muted-fg, hsl(0, 0%, 38%));line-height:1}.shop-pcard-skeleton{background:var(--sh-card, #fff);border:1px solid var(--sh-border, hsl(36, 10%, 88%));border-radius:16px;overflow:hidden;animation:shop-skeleton-pulse 1.5s ease-in-out infinite}@keyframes shop-skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.shop-pcard-skeleton__img{aspect-ratio:3 / 4;background:var(--sh-muted, hsl(36, 12%, 94%))}.shop-pcard-skeleton__info{padding:16px;display:flex;flex-direction:column;gap:8px}.shop-pcard-skeleton__line{height:12px;background:var(--sh-muted, hsl(36, 12%, 94%));border-radius:4px}.shop-pcard-skeleton__line--half{width:50%}.shop-pcard-skeleton__line--threequarter{width:75%}.shop-pcard-skeleton__line--third{width:33%}@media(prefers-reduced-motion:reduce){.shop-pcard__img,.shop-pcard__add-bar,.shop-pcard__actions,.shop-pcard-skeleton{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/shop-featured.css.map */
