.product-card{--r-card-accent:var(--r-accent,#3a86ff)}
.product-card__media{border-bottom:4px solid var(--r-card-accent);background:color-mix(in srgb,var(--r-card-accent) 7%,#e8e8e3);transition:box-shadow .25s ease,transform .25s ease}
.product-card__body{position:relative}
.product-card__body::before{content:'';position:absolute;top:14px;left:1px;width:7px;height:7px;border-radius:50%;background:var(--r-card-accent);box-shadow:0 0 14px color-mix(in srgb,var(--r-card-accent) 42%,transparent)}
.product-card__copy{padding-left:16px}
.product-card .circle-arrow{border-color:color-mix(in srgb,var(--r-card-accent) 75%,#080808)}
.product-card .badge{box-shadow:inset 4px 0 0 var(--r-card-accent)}
.product-card__button{border-color:var(--r-card-accent)}
@media(hover:hover){
  .product-card:hover .product-card__media{transform:translateY(-2px);box-shadow:0 16px 34px color-mix(in srgb,var(--r-card-accent) 18%,transparent)}
  .product-card:hover .circle-arrow{background:var(--r-card-accent);border-color:var(--r-card-accent);color:#080808}
}
.section-title h2::after,.newsletter-shopify h2::after{content:'';display:block;width:54px;height:5px;margin-top:12px;border-radius:999px;background:linear-gradient(90deg,#ff4fa3,#8b5cf6,#3a86ff)}
.newsletter-shopify{position:relative;border-top:4px solid transparent;border-image:linear-gradient(90deg,#ff4fa3,#8b5cf6,#3a86ff,#b8f000) 1}
.newsletter-form button{transition:color .2s,background .2s}
.newsletter-form button:hover{color:#8b5cf6}
.site-footer{border-top:4px solid transparent;border-image:linear-gradient(90deg,#ff4fa3,#8b5cf6,#3a86ff,#b8f000) 1}
.main-product{--r-product-accent:#3a86ff}
.product-panel .kicker{color:var(--r-product-accent)}
.product-panel .kicker::before{background:var(--r-product-accent)}
.product-panel>.price{display:flex;align-items:center;gap:9px}
.product-panel>.price::before{content:'';width:9px;height:9px;border-radius:50%;background:var(--r-product-accent)}
.product-form>.button{border-color:var(--r-product-accent)}
.product-form>.button:hover{box-shadow:0 0 0 3px color-mix(in srgb,var(--r-product-accent) 24%,transparent)}
@media(max-width:560px){.product-card__body::before{top:12px}.product-card__media{border-bottom-width:3px}}
@media(prefers-reduced-motion:reduce){.product-card__media,.newsletter-form button{transition:none}}
