/* Preview revision: time-based entrances in the central viewport. */
@supports (animation-timeline:scroll()) {
 @media(prefers-reduced-motion:no-preference){
  .consumer-home .hero-media{animation:dp-depth linear both;animation-timeline:scroll(root block);animation-range:0px 85vh;transform-origin:65% center}
  @keyframes dp-depth{from{transform:scale(1.075)}to{transform:scale(1)}}
 }
}
.consumer-home .dp-scene:focus-within{animation:none!important;opacity:1;transform:none}
@media(max-width:700px){
 .consumer-home :is(.featured-products,.socios-location-grid,.landing-shop-tools){scrollbar-width:none;-ms-overflow-style:none}
 .consumer-home :is(.featured-products,.socios-location-grid,.landing-shop-tools)::-webkit-scrollbar{display:none;width:0;height:0}
 .consumer-home .dp-swipe-status{display:flex;align-items:center;gap:14px;margin:12px 0 8px;color:inherit;font-size:11px;font-variant-numeric:tabular-nums}
 .consumer-home .dp-swipe-status[hidden]{display:none}
 .consumer-home .dp-track{height:2px;flex:1;background:var(--line);overflow:hidden}
 .consumer-home .dp-track:after{content:'';display:block;height:100%;background:var(--blue2);transform:scaleX(var(--dp-rail,0));transform-origin:left}
 .consumer-home .dp-swipe-status small{font:inherit;min-width:45px;text-align:right}
}
@media(min-width:701px){.consumer-home .dp-swipe-status{display:none}}
@media(hover:hover) and (pointer:fine){
 .consumer-home .featured-product-card .product-image img{transition:transform .65s cubic-bezier(.4,0,.2,1)}
 .consumer-home .featured-product-card:hover .product-image img{transform:scale(1.04)}
}
@media(prefers-reduced-motion:reduce){
 .consumer-home .dp-scene,.consumer-home .hero-media{animation:none!important;transform:none!important;opacity:1!important}
 .consumer-home .featured-product-card .product-image img{transition:none}
 .consumer-home .featured-product-card:hover .product-image img{transform:none}
}
