:root{
  --vf-purple:#52286f;
  --vf-pink:#e6007e;
  --vf-lime:#c6d300;
  --vf-cyan:#00a9b7;
  --vf-blue:#2d54ad;
  --vf-dark:#171721;
  --vf-text:#343442;
  --vf-muted:#737382;
  --vf-soft:#f7f7fb;
  --vf-line:#ececf4;
  --vf-shadow:0 22px 55px rgba(33,28,60,.15);
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

body{
  overflow-x:hidden;
}

.vf-store-page{
  overflow:hidden;
  background:#fff;
  color:var(--vf-text);
  font-family:'Montserrat',Arial,sans-serif;
}

.vf-store-page img{
  display:block;
  max-width:100%;
}

.vf-store-container{
  width:min(90%,1180px);
  margin:0 auto;
}

.vf-store-hero{
  position:relative;
  padding:62px 0 42px;
  background:
    radial-gradient(circle at 12% 18%, rgba(230,0,126,.12), transparent 32%),
    radial-gradient(circle at 86% 28%, rgba(0,169,183,.14), transparent 34%),
    linear-gradient(180deg,#fff 0%,#f8f8fc 100%);
}

.vf-store-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:8px;
  background:linear-gradient(90deg,var(--vf-purple),var(--vf-pink),var(--vf-cyan),var(--vf-lime));
}

.vf-store-hero-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:54px;
  align-items:center;
}

.vf-store-eyebrow,
.vf-store-heading span,
.vf-store-cta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(82,40,111,.09);
  color:var(--vf-purple);
  font-size:.78rem;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.vf-store-eyebrow:before,
.vf-store-heading span:before,
.vf-store-cta span:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--vf-pink),var(--vf-cyan));
}

.vf-store-hero-copy h1{
  max-width:620px;
  margin:0 0 18px;
  color:#25252f;
  font-size:clamp(2.3rem,4.8vw,3.2rem);
  line-height:.98;
  letter-spacing:-.065em;
  font-weight:500;
}

.vf-store-hero-copy p{
  max-width:530px;
  margin:0 0 26px;
  color:#5b5b67;
  font-size:1.06rem;
  line-height:1.65;
}

.vf-store-hero-copy strong{
  color:var(--vf-pink);
}

.vf-store-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.vf-store-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:14px 25px;
  border-radius:999px;
  font-size:.92rem;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  transition:.25s ease;
}

.vf-store-btn:hover{
  transform:translateY(-2px);
}

.vf-store-btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--vf-pink),var(--vf-purple));
  box-shadow:0 16px 32px rgba(230,0,126,.22);
}

.vf-store-btn-outline{
  color:var(--vf-purple);
  background:#fff;
  border:2px solid rgba(82,40,111,.18);
  box-shadow:0 10px 24px rgba(20,20,40,.08);
}

.vf-store-hero-art{
  position:relative;
  min-height:390px;
}

.vf-store-franky-badge{
  position:absolute;
  left:0;
  top:2px;
  z-index:3;
  width:158px;
  aspect-ratio:1;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  box-shadow:0 18px 42px rgba(20,20,40,.16);
  padding:12px;
  transform:rotate(-7deg);
}

.vf-store-franky-badge img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.vf-store-top-card{
  position:absolute;
  inset:42px 0 auto 68px;
  min-height:310px;
  overflow:hidden;
  border-radius:34px;
  padding:22px 22px;
  color:#fff;
  background:linear-gradient(110deg,#e6007e 0%,#c72096 42%,#682f89 100%);
  box-shadow:0 24px 60px rgba(82,40,111,.22);
}

.vf-store-top-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 22% 18%, rgba(255,255,255,.22), transparent 36%);
  pointer-events:none;
}

.vf-store-top-card span,
.vf-store-top-card h2,
.vf-store-top-card strong{
  position:relative;
  z-index:2;
}

.vf-store-top-card span {
    display: block;
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .01em;
    margin-left: 80px;
    margin-top: 10px;
}

.vf-store-top-card h2 {
    max-width: 330px;
    margin: 0 0 6px;
    font-size: 21px;
    line-height: 1.04;
    font-weight: 500;
    letter-spacing: -.04em;
    margin-left: 15px;
    margin-top: 120px;
}

.vf-store-top-card strong {
    display: block;
    font-size: 19px;
    font-weight: 900;
    margin-left: 15px;
}

.vf-store-top-card img{
  position:absolute;
  right:0;
  bottom:0;
  width:48%;
  height:72%;
  object-fit:contain;
  object-position:right bottom;
  z-index:1;
}

.vf-store-info-strip{
  padding:28px 0;
  background:#101014;
  color:#fff;
}

.vf-store-info-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.vf-store-info-grid article{
  min-height:88px;
  padding:19px 20px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}

.vf-store-info-grid span{
  display:block;
  margin-bottom:5px;
  color:var(--vf-lime);
  font-size:.9rem;
  font-weight:900;
}

.vf-store-info-grid p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:.9rem;
  line-height:1.42;
}

.vf-store-products{
  position:relative;
  padding:76px 0 84px;
  background:#fff;
}

.vf-store-products:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:min(980px,90%);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,var(--vf-line),transparent);
}

.vf-store-heading{
  max-width:790px;
  margin:0 auto 38px;
  text-align:center;
}

.vf-store-heading h2{
  margin:0 0 10px;
  color:#24242e;
  font-size:clamp(2.1rem,4vw,3.5rem);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:500;
}

.vf-store-heading p{
  margin:0 auto;
  max-width:720px;
  color:#62626f;
  font-size:1rem;
  line-height:1.65;
}

.vf-store-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.vf-store-product-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  border:2px solid #1f1f28;
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 34px rgba(20,20,40,.08);
  transition:.25s ease;
}

.vf-store-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 48px rgba(20,20,40,.14);
  border-color:var(--vf-pink);
}

.vf-store-product-badge{
  position:absolute;
  top:20px;
  left:0;
  z-index:5;
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:7px 18px;
  border-radius:0 999px 999px 0;
  color:#fff;
  background:var(--vf-pink);
  font-size:.78rem;
  line-height:1;
  font-weight:900;
}

.vf-store-product-badge.is-badge-soldout{
  left:50%;
  transform:translateX(-50%);
  border-radius:999px;
  color:var(--vf-pink);
  background:#fff;
  box-shadow:0 10px 24px rgba(20,20,40,.10);
}

.vf-store-heart{
  position:absolute;
  top:16px;
  right:16px;
  z-index:5;
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#777784;
  font-size:1.45rem;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(20,20,40,.08);
}

.vf-store-product-image{
  min-height:245px;
  padding:36px 26px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#fff,#fbfbfd);
}

.vf-store-product-image img{
  width:100%;
  height:205px;
  object-fit:contain;
  transition:.25s ease;
}

.vf-store-product-card:hover .vf-store-product-image img{
  transform:scale(1.04);
}

.vf-store-product-body{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:0 22px 22px;
}

.vf-store-brand{
  display:block;
  margin:0 0 2px;
  color:#737382;
  font-size:.7rem;
  line-height:1;
  font-weight:900;
}

.vf-store-product-body h3{
  margin:0 0 5px;
  color:#171721;
  font-size:1.08rem;
  line-height:1.15;
  font-weight:900;
}

.vf-store-product-body p{
  min-height:40px;
  margin:0 0 10px;
  color:#62626f;
  font-size:.82rem;
  line-height:1.35;
}

.vf-store-colors{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px;
  min-height:17px;
  margin:0 0 8px;
}

.vf-store-colors span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--dot-color);
  box-shadow:0 0 0 2px #fff, 0 0 0 3px rgba(20,20,40,.08);
}

.vf-store-price{
  display:block;
  margin:auto 0 13px;
  color:var(--vf-cyan);
  font-size:1.08rem;
  line-height:1;
  font-weight:900;
}

.vf-store-buy{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:min(180px,100%);
  min-height:36px;
  padding:10px 20px;
  border:1.5px solid #1f1f28;
  border-radius:999px;
  color:#454553;
  background:#fff;
  font-size:.82rem;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  transition:.2s ease;
}

.vf-store-buy:hover{
  color:#fff;
  background:linear-gradient(135deg,var(--vf-pink),var(--vf-purple));
  border-color:transparent;
}

.vf-store-buy-disabled,
.vf-store-buy-disabled:hover{
  color:#9b9ba7;
  background:#f2f2f6;
  border-color:#dedee8;
  cursor:not-allowed;
}

.vf-store-product-card.is-soldout .vf-store-product-image img,
.vf-store-product-card.is-soldout .vf-store-product-body{
  opacity:.68;
}

.vf-store-cta{
  padding:0 0 84px;
  background:#fff;
}

.vf-store-cta-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:38px;
  border-radius:32px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(198,211,0,.22), transparent 30%),
    linear-gradient(135deg,var(--vf-purple),var(--vf-blue));
  box-shadow:0 24px 58px rgba(45,84,173,.22);
}

.vf-store-cta span{
  color:#fff;
  background:rgba(255,255,255,.16);
}

.vf-store-cta h2{
  margin:0 0 8px;
  font-size:clamp(1.8rem,3vw,2.8rem);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:500;
}

.vf-store-cta p{
  max-width:640px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:1rem;
  line-height:1.6;
}

.vf-store-cta .vf-store-btn-primary{
  flex:0 0 auto;
  color:var(--vf-purple);
  background:#fff;
  box-shadow:0 16px 32px rgba(0,0,0,.16);
}

@media(max-width:1080px){
  .vf-store-hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .vf-store-hero-copy{
    text-align:center;
  }

  .vf-store-hero-copy h1,
  .vf-store-hero-copy p{
    margin-left:auto;
    margin-right:auto;
  }

  .vf-store-hero-actions{
    justify-content:center;
  }

  .vf-store-hero-art{
    max-width:760px;
    width:100%;
    margin:0 auto;
  }

  .vf-store-product-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .vf-store-info-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:760px){
  .vf-store-container{
    width:min(92%,540px);
  }

  .vf-store-hero{
    padding:42px 0 34px;
  }

  .vf-store-hero-copy{
    text-align:left;
  }

  .vf-store-hero-copy h1{
    font-size:clamp(2.2rem,10vw,3.15rem);
    line-height:1.04;
    letter-spacing:-.045em;
  }

  .vf-store-hero-copy p{
    font-size:1.08rem;
    line-height:1.62;
  }

  .vf-store-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .vf-store-btn{
    width:100%;
    min-height:52px;
    padding:15px 20px;
    font-size:.98rem;
    line-height:1.22;
    text-align:center;
  }

  .vf-store-hero-art{
    min-height:auto;
    display:grid;
    gap:16px;
  }

  .vf-store-franky-badge{
    position:relative;
    left:auto;
    top:auto;
    width:138px;
    margin:0 auto -32px;
    transform:rotate(-5deg);
  }

  .vf-store-top-card{
    position:relative;
    inset:auto;
    min-height:360px;
    padding:36px 26px 28px;
    border-radius:28px;
  }

  .vf-store-top-card span{
    font-size:1.8rem;
  }

  .vf-store-top-card h2{
    max-width:250px;
    font-size:1.75rem;
  }

  .vf-store-top-card img{
    width:58%;
    height:70%;
  }

  .vf-store-info-strip{
    padding:22px 0;
  }

  .vf-store-info-grid,
  .vf-store-product-grid{
    grid-template-columns:1fr;
  }

  .vf-store-info-grid{
    gap:12px;
  }

  .vf-store-info-grid article{
    min-height:auto;
    padding:18px;
  }

  .vf-store-info-grid span,
  .vf-store-info-grid p{
    font-size:1rem;
  }

  .vf-store-products{
    padding:62px 0 70px;
  }

  .vf-store-heading{
    text-align:left;
    margin-bottom:28px;
  }

  .vf-store-heading h2{
    font-size:clamp(2.05rem,9vw,2.85rem);
    line-height:1.06;
  }

  .vf-store-heading p{
    font-size:1.04rem;
    line-height:1.62;
  }

  .vf-store-product-grid{
    gap:20px;
  }

  .vf-store-product-card{
    border-radius:24px;
  }

  .vf-store-product-image{
    min-height:245px;
    padding:34px 22px 16px;
  }

  .vf-store-product-image img{
    height:205px;
  }

  .vf-store-product-body{
    padding:0 20px 22px;
  }

  .vf-store-product-body h3{
    font-size:1.28rem;
  }

  .vf-store-product-body p{
    min-height:auto;
    font-size:1rem;
    line-height:1.45;
  }

  .vf-store-brand{
    font-size:.78rem;
  }

  .vf-store-price{
    margin-top:6px;
    font-size:1.18rem;
  }

  .vf-store-buy{
    width:100%;
    min-height:44px;
    font-size:.96rem;
  }

  .vf-store-cta{
    padding-bottom:68px;
  }

  .vf-store-cta-card{
    flex-direction:column;
    align-items:stretch;
    padding:30px 24px;
    border-radius:28px;
  }

  .vf-store-cta h2{
    font-size:2.05rem;
  }

  .vf-store-cta p{
    font-size:1.04rem;
    line-height:1.62;
  }
}

@media(max-width:420px){
  .vf-store-container{
    width:min(92%,360px);
  }

  .vf-store-eyebrow,
  .vf-store-heading span,
  .vf-store-cta span{
    font-size:.74rem;
    line-height:1.15;
  }

  .vf-store-hero-copy h1{
    font-size:2.18rem;
  }

  .vf-store-hero-copy p,
  .vf-store-heading p,
  .vf-store-cta p{
    font-size:1rem;
  }

  .vf-store-franky-badge{
    width:122px;
  }

  .vf-store-top-card{
    min-height:330px;
    padding:32px 22px 24px;
  }

  .vf-store-top-card span{
    font-size:1.54rem;
  }

  .vf-store-top-card h2{
    font-size:1.48rem;
    max-width:220px;
  }

  .vf-store-top-card strong{
    font-size:1.25rem;
  }

  .vf-store-product-image{
    min-height:230px;
  }

  .vf-store-product-image img{
    height:190px;
  }
}
