.scarlet-collections{--sc-bg:#fffaf2;--sc-card:#fffaf2;--sc-heading:#6f1a17;--sc-accent:#a21b18;--sc-gold:#c89a50;--sc-text:#553d34;--sc-border:#eadbc6;--sc-radius:18px;--sc-img-h:245px;--sc-gap:20px;--sc-columns:5;position:relative;width:100%;box-sizing:border-box;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.9),transparent 48%),var(--sc-bg);overflow:hidden}.scarlet-collections--full{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.scarlet-collections *{box-sizing:border-box}.scarlet-collections__inner{width:100%;margin:0 auto}.scarlet-collections__header{text-align:center;margin:0 auto 22px}.scarlet-collections__eyebrow{margin-bottom:7px;color:var(--sc-accent);font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase}.scarlet-collections__heading{margin:0;color:var(--sc-heading);font-family:Georgia,'Times New Roman',serif;font-size:clamp(31px,3vw,49px);line-height:1.1;font-weight:500}.scarlet-collections__symbol{margin-top:4px;color:var(--sc-gold);font-size:20px;line-height:1}.scarlet-collections__slider-wrap{position:relative}.scarlet-collections__viewport{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:4px 2px 12px;touch-action:pan-y pinch-zoom}.scarlet-collections__viewport::-webkit-scrollbar{display:none}.scarlet-collections__track{display:flex;gap:var(--sc-gap);width:max-content}.scarlet-collections__card{flex:0 0 calc((min(100vw,1880px) - (var(--sc-gap) * (var(--sc-columns) - 1)) - 60px)/var(--sc-columns));min-width:0;scroll-snap-align:start;border:1px solid var(--sc-border);border-radius:var(--sc-radius);background:var(--sc-card);overflow:hidden;box-shadow:0 8px 24px rgba(97,63,35,.06);opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.scarlet-collections.is-revealed .scarlet-collections__card,.scarlet-collections.is-editor .scarlet-collections__card{opacity:1;transform:none}.scarlet-collections__link{display:block;color:inherit;text-decoration:none}.scarlet-collections__image{position:relative;height:var(--sc-img-h);overflow:hidden;background:#f5eadc}.scarlet-collections__image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .4s ease}.scarlet-collections__body{padding:14px 12px 16px;text-align:center}.scarlet-collections__title{margin:0 0 7px;color:var(--sc-text);font-family:Georgia,'Times New Roman',serif;font-size:20px;line-height:1.2;font-weight:500}.scarlet-collections__cta{display:inline-block;color:var(--sc-accent);font-size:11px;font-weight:700;letter-spacing:.8px;transition:transform .3s ease,color .3s ease}.scarlet-collections__sparkle{position:absolute;top:14px;right:14px;color:var(--sc-gold);font-size:20px;opacity:0;transform:scale(.3) rotate(-90deg);transition:opacity .35s ease,transform .55s cubic-bezier(.2,1.5,.4,1)}.scarlet-hover-lift .scarlet-collections__card:hover,.scarlet-hover-lift-zoom .scarlet-collections__card:hover{transform:translateY(-9px)!important;box-shadow:0 18px 42px rgba(97,63,35,.16);border-color:color-mix(in srgb,var(--sc-gold) 55%,var(--sc-border))}.scarlet-hover-zoom .scarlet-collections__card:hover img,.scarlet-hover-lift-zoom .scarlet-collections__card:hover img{transform:scale(1.085)}.scarlet-hover-glow .scarlet-collections__card:hover{box-shadow:0 0 0 2px color-mix(in srgb,var(--sc-gold) 55%,transparent),0 20px 45px rgba(200,154,80,.25)}.scarlet-collections__card:hover .scarlet-collections__sparkle{opacity:1;transform:scale(1) rotate(0)}.scarlet-collections__card:hover .scarlet-collections__cta{transform:translateX(4px);color:var(--sc-heading)}.scarlet-collections__arrow{position:absolute;z-index:8;top:42%;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--sc-border);border-radius:50%;background:rgba(255,250,242,.94);color:var(--sc-gold);font-size:34px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(97,63,35,.12);transition:transform .3s ease,background .3s ease,color .3s ease}.scarlet-collections__arrow:hover{transform:scale(1.1);background:var(--sc-accent);color:#fff}.scarlet-collections__arrow--prev{left:-22px}.scarlet-collections__arrow--next{right:-22px}.scarlet-collections__lottie{position:absolute;z-index:4;pointer-events:none}.scarlet-collections__lottie--top-left{top:8px;left:8px}.scarlet-collections__lottie--top-right{top:8px;right:8px}.scarlet-collections__lottie--center{top:50%;left:50%;transform:translate(-50%,-50%)}.scarlet-collections__lottie--bottom-right{right:8px;bottom:8px}[data-sc-reveal]{opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.scarlet-collections.is-revealed [data-sc-reveal],.scarlet-collections.is-editor [data-sc-reveal]{opacity:1;transform:none}.scarlet-collections[data-sc-animation="fade-left"] [data-sc-reveal]{transform:translateX(40px)}.scarlet-collections[data-sc-animation="slide-up"] [data-sc-reveal]{transform:translateY(55px)}.scarlet-collections[data-sc-animation="slide-right"] [data-sc-reveal]{transform:translateX(-55px)}.scarlet-collections[data-sc-animation="zoom-in"] [data-sc-reveal]{transform:scale(.82)}.scarlet-collections.is-revealed [data-sc-reveal]{transform:none}
@media(max-width:1024px){.scarlet-collections__card{flex-basis:calc((100vw - (var(--sc-gap) * (var(--sc-columns) - 1)) - 42px)/var(--sc-columns))}.scarlet-collections__arrow--prev{left:-10px}.scarlet-collections__arrow--next{right:-10px}.scarlet-collections__title{font-size:17px}}
@media(max-width:767px){.scarlet-collections__header{margin-bottom:15px}.scarlet-collections__eyebrow{font-size:9px;letter-spacing:1.7px}.scarlet-collections__heading{font-size:27px}.scarlet-collections__symbol{font-size:14px}.scarlet-collections__viewport{padding-bottom:4px}.scarlet-collections__track{align-items:flex-start}.scarlet-collections__card{flex-basis:calc((100vw - (var(--sc-gap) * (var(--sc-columns) - 1)) - 28px)/var(--sc-columns));border:0;background:transparent;box-shadow:none;overflow:visible}.scarlet-collections--mobile-circle .scarlet-collections__image{aspect-ratio:1/1;height:auto;border:1px solid var(--sc-border);border-radius:50%;box-shadow:0 4px 14px rgba(92,59,31,.08)}.scarlet-collections__body{padding:7px 1px 0}.scarlet-collections__title{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}.scarlet-collections__cta{display:none}.scarlet-collections__arrow{display:none}.scarlet-collections__sparkle{display:none}.scarlet-collections__lottie{width:34px!important;height:34px!important}.scarlet-hover-lift .scarlet-collections__card:hover,.scarlet-hover-lift-zoom .scarlet-collections__card:hover{transform:translateY(-4px)!important;box-shadow:none}}
@media(prefers-reduced-motion:reduce){.scarlet-collections *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.scarlet-collections__card,[data-sc-reveal]{opacity:1!important;transform:none!important}}


/* v1.4.0 — two complete mobile cards with arrows on true left/right edges */
.scarlet-collections{
  --sc-mobile-card-size:140px;
  --sc-mobile-arrow-size:38px;
}
@media(max-width:767px){
  .scarlet-collections__slider-wrap{
    position:relative;
    padding:0;
  }
  .scarlet-collections__viewport{
    width:100%;
    padding:4px 8px 8px;
    overflow-x:auto;
    overflow-y:visible;
  }
  .scarlet-collections__track{
    width:max-content;
    min-width:100%;
    align-items:flex-start;
  }
  .scarlet-collections__card{
    flex:0 0 var(--sc-mobile-card-size)!important;
    width:var(--sc-mobile-card-size)!important;
    max-width:var(--sc-mobile-card-size)!important;
    min-width:var(--sc-mobile-card-size)!important;
  }
  .scarlet-collections--mobile-circle .scarlet-collections__image{
    width:100%;
    aspect-ratio:1/1;
  }
  .scarlet-collections__title{
    white-space:normal;
    overflow-wrap:anywhere;
    min-height:25px;
    line-height:1.25;
  }
  .scarlet-collections__arrow{
    display:none;
    position:absolute;
    top:50%;
    width:var(--sc-mobile-arrow-size);
    height:var(--sc-mobile-arrow-size);
    margin:0;
    padding:0;
    font-size:calc(var(--sc-mobile-arrow-size) * .72);
    transform:translateY(-50%);
    background:rgba(255,250,242,.98);
    box-shadow:0 5px 16px rgba(97,63,35,.18);
  }
  .scarlet-collections--mobile-arrows .scarlet-collections__arrow{display:grid}
  .scarlet-collections__arrow--prev{left:4px}
  .scarlet-collections__arrow--next{right:4px}
  .scarlet-collections__arrow:hover,
  .scarlet-collections__arrow:focus-visible{
    transform:translateY(-50%) scale(1.06);
  }
}
