:root{--cro-ink: #d3bc90;--cro-paper: #faf9f7;--cro-accent: #d3bc90;--cro-accent-deep: #9e6e44;--cro-success: #2d7a4f;--cro-danger: #c13030;--cro-radius: 4px;--cro-radius-lg: 8px;--cro-gap: clamp(12px, 2vw, 24px);--cro-ease: cubic-bezier(.22, 1, .36, 1)}.cro-collections{padding-block:clamp(48px,8vw,20px);padding-inline:clamp(16px,4vw,48px);background:var(--cro-paper);overflow:hidden}.cro-collections__header{text-align:center;max-width:680px;margin:0 auto clamp(32px,5vw,1px)}.cro-collections__eyebrow{display:inline-block;font-size:15px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--cro-accent);margin-bottom:12px;position:relative;padding-inline:20px}.cro-collections__eyebrow:before,.cro-collections__eyebrow:after{content:"";position:absolute;top:50%;width:32px;height:1px;background:var(--cro-accent);opacity:.5}.cro-collections__eyebrow:before{right:100%;margin-right:-16px}.cro-collections__eyebrow:after{left:100%;margin-left:-16px}.cro-collections__heading{font-size:clamp(32px,4.5vw,40px);font-weight:600;line-height:1.08;color:var(--cro-ink);margin:0 0 14px;letter-spacing:-.01em}.cro-collections__subheading{font-size:clamp(15px,1.5vw,17px);color:#666;margin:0;font-weight:300;line-height:1.6}.cro-collections__grid{display:grid;gap:var(--cro-gap);max-width:1440px;margin:0 auto}.cro-collections__grid--2{grid-template-columns:repeat(2,1fr)}.cro-collections__grid--3{grid-template-columns:repeat(3,1fr)}.cro-collections__grid--4{grid-template-columns:repeat(4,1fr)}.cro-card--featured{grid-column:span 2}.cro-card--featured .cro-card__media{aspect-ratio:16 / 9;height:100%}.cro-card{position:relative;border-radius:var(--cro-radius-lg);overflow:hidden;background:var(--cro-ink);box-shadow:0 2px 8px #0000000f;transition:box-shadow .4s var(--cro-ease),transform .4s var(--cro-ease)}.cro-card:hover{box-shadow:0 20px 56px #0000002e;transform:translateY(-4px)}.cro-card__link{display:block;text-decoration:none;color:inherit;height:100%}.cro-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden}.cro-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s var(--cro-ease),opacity .4s ease;display:block;object-position:100% 30%}.cro-card__img--hover{opacity:0;z-index:1}.cro-card:hover .cro-card__img:not(.cro-card__img--hover){transform:scale(1.06)}.cro-card:hover .cro-card__img--hover{opacity:1}.cro-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#1a1a1a}.cro-card__placeholder-svg{width:100%;height:100%;opacity:.3}.cro-card__badges{position:absolute;top:14px;left:14px;z-index:10;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.cro-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:500;letter-spacing:.04em;line-height:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cro-badge--default{background:#0f0f0fbf;color:#fff}.cro-badge--accent{background:var(--cro-ink);color:#fff}.cro-badge--success{background:var(--cro-success);color:#fff}.cro-badge--danger{background:var(--cro-danger);color:#fff}.cro-badge--count{background:#0000002e;color:#fff;border:1px solid rgba(255,255,255,.25)}.cro-card__strip{position:absolute;bottom:0;left:0;right:0;z-index:10;display:flex;gap:4px;padding:10px 12px;background:#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(100%);transition:transform .4s var(--cro-ease)}.cro-card:hover .cro-card__strip{transform:translateY(0)}.cro-card__strip-item{width:44px;height:44px;border-radius:var(--cro-radius);overflow:hidden;border:1.5px solid rgba(255,255,255,.35);flex-shrink:0;transition:border-color .2s,transform .2s}.cro-card__strip-item:hover{border-color:var(--cro-accent);transform:scale(1.08)}.cro-card__strip-item img{width:100%;height:100%;object-fit:cover;display:block}.cro-card__content{position:absolute;bottom:0;left:0;right:0;z-index:5;padding:20px 20px 22px;color:#fff}.cro-card:hover .cro-card__content{transform:translateY(-56px)}.cro-card:not(:has(.cro-card__strip)):hover .cro-card__content{transform:translateY(0)}.cro-card__category{display:block;font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--cro-accent);margin-bottom:6px;opacity:.9}.cro-card__title{font-size:clamp(22px,3vw,32px);font-weight:600;color:#fff;line-height:1.1;margin:0 0 8px;letter-spacing:-.01em}.cro-card__desc{font-size:13px;line-height:1.55;color:#ffffffbf;margin:0 0 12px;font-weight:300;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:0;opacity:0;transition:max-height .4s var(--cro-ease),opacity .35s ease}.cro-card:hover .cro-card__desc{max-height:60px;opacity:1}.cro-card__proof{display:flex;align-items:center;gap:6px;margin-bottom:12px;font-size:12px;color:#fffc;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s var(--cro-ease) .05s,opacity .3s ease .05s}.cro-card:hover .cro-card__proof{max-height:30px;opacity:1}.cro-card__proof-stars{color:#ffc85b;font-size:11px;letter-spacing:1px}.cro-card__cta-wrap{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.cro-card__cta{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#000;background:#fff;padding:6px 18px;border-radius:var(--cro-radius);transition:background .2s,gap .25s var(--cro-ease),padding-right .25s var(--cro-ease);white-space:nowrap}.cro-card__cta-arrow{width:16px;height:16px;flex-shrink:0;transition:transform .25s var(--cro-ease)}.cro-card:hover .cro-card__cta{background:var(--cro-accent-deep);gap:12px;padding-right:22px}.cro-card:hover .cro-card__cta-arrow{transform:translate(3px)}.cro-card__urgency{font-size:11px;color:#fff9;font-style:italic;line-height:1.3;max-width:120px}.cro-collections__footer{text-align:center;margin-top:clamp(32px,5vw,56px)}.cro-collections__all-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--cro-ink);text-decoration:none;border-bottom:1.5px solid currentColor;padding-bottom:2px;transition:color .2s,gap .25s var(--cro-ease)}.cro-collections__all-link svg{transition:transform .25s var(--cro-ease)}.cro-collections__all-link:hover{color:var(--cro-accent);gap:12px}.cro-collections__all-link:hover svg{transform:translate(4px)}@media(max-width:989px){.cro-collections__grid--3,.cro-collections__grid--4{grid-template-columns:repeat(2,1fr)}.cro-card--featured{grid-column:span 2}}@media(max-width:599px){.cro-card__category,.cro-card__title,.cro-card__proof,.cro-card__urgency{color:#000!important}.cro-collections__grid--2,.cro-collections__grid--3,.cro-collections__grid--4{grid-template-columns:1fr}.cro-card--featured{grid-column:span 1}.cro-card__media{aspect-ratio:9 / 16}.cro-card__content{position:relative;transform:none!important;background:#d2bf9a;padding:5px}.cro-card__overlay{display:none}.cro-card__desc,.cro-card__proof{max-height:none!important;opacity:1!important;color:#000;overflow:visible}.cro-card__img{position:relative;height:100%}.cro-card__strip{display:none}}@media(prefers-reduced-motion:reduce){.cro-card,.cro-card__img,.cro-card__overlay,.cro-card__content,.cro-card__desc,.cro-card__proof,.cro-card__strip,.cro-card__cta,.cro-card__cta-arrow,.cro-collections__all-link svg{transition:none!important}}.cro-card__link:focus-visible{outline:3px solid var(--cro-accent);outline-offset:3px}.cro-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(to bottom,transparent 0%,transparent 40%,rgba(0,0,0,.6) 65%,rgba(0,0,0,.95) 100%)}.cro-card:hover .cro-card__overlay{opacity:1}
/*# sourceMappingURL=/cdn/shop/t/10/assets/cro-collections.css.map */
