.elementor-1237 .elementor-element.elementor-element-407f61a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-0b1df74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-0b1df74 */.fsf-sp-wrap{
  --fsf-gold:#d7b56d;
  --fsf-gold-2:#f1dd9a;
  --fsf-text:#f7f0dd;
  --fsf-muted:#cdbb90;
  --fsf-border:rgba(215,181,109,.25);
  --fsf-shadow:0 10px 40px rgba(0,0,0,.35);
  background:
    radial-gradient(circle at 20% 20%, rgba(215,181,109,.10), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(215,181,109,.08), transparent 25%),
    linear-gradient(180deg,#030303 0%,#070709 100%);
  color:var(--fsf-text);
  font-family:"Poppins",sans-serif;
}

.fsf-sp-wrap *{box-sizing:border-box}
.fsf-sp-wrap a{text-decoration:none}
.fsf-sp-wrap img{max-width:100%;display:block}

.fsf-sp-empty{
  width:min(1200px, calc(100% - 40px));
  margin:40px auto;
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(215,181,109,.14);
  color:#fff;
  text-align:center;
}

.fsf-sp-hero{
  position:relative;
  overflow:hidden;
}
.fsf-sp-hero-inner,
.fsf-sp-marquee-wrap,
.fsf-sp-main,
.fsf-sp-features,
.fsf-sp-notes,
.fsf-sp-tabs-wrap,
.fsf-sp-related{
  width:min(1400px, calc(100% - 40px));
  margin:0 auto;
}

.fsf-sp-hero-inner{
  min-height:90vh;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
  padding:80px 0 30px;
  position:relative;
  z-index:2;
}

.fsf-sp-badge{
  display:inline-flex;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--fsf-gold-2);
  padding:10px 16px;
  border:1px solid var(--fsf-border);
  border-radius:999px;
  background:rgba(255,255,255,.03);
}

.fsf-sp-hero-left h1{
  font-family:"Playfair Display",serif;
  font-size:clamp(44px, 7vw, 92px);
  line-height:.98;
  margin:24px 0 18px;
  color:#fff5dc;
  letter-spacing:-.02em;
}

.fsf-sp-hero-left h1 span{
  color:var(--fsf-gold-2);
  text-shadow:0 0 18px rgba(215,181,109,.25);
}

.fsf-sp-hero-left p{
  max-width:720px;
  font-size:18px;
  line-height:1.85;
  color:#ead8ae;
  margin:0 0 30px;
}

.fsf-sp-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.fsf-sp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:14px 26px;
  border-radius:999px;
  font-weight:700;
  transition:.35s ease;
}

.fsf-sp-btn-primary{
  color:#1f1608;
  background:linear-gradient(135deg,var(--fsf-gold-2),var(--fsf-gold));
  box-shadow:0 10px 30px rgba(215,181,109,.22);
}
.fsf-sp-btn-primary:hover{transform:translateY(-4px) scale(1.02)}

.fsf-sp-btn-secondary{
  color:var(--fsf-text);
  border:1px solid var(--fsf-border);
  background:rgba(255,255,255,.03);
}
.fsf-sp-btn-secondary:hover{
  transform:translateY(-4px);
  border-color:rgba(241,221,154,.55);
  background:rgba(255,255,255,.06);
}

.fsf-sp-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:34px;
}
.fsf-sp-stat{
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  box-shadow:var(--fsf-shadow);
}
.fsf-sp-stat strong{
  display:block;
  font-size:18px;
  color:#fff0ca;
  margin-bottom:8px;
}
.fsf-sp-stat span{
  display:block;
  color:#ceb984;
  font-size:13px;
  line-height:1.6;
}

.fsf-sp-hero-right{
  display:flex;
  justify-content:center;
}

.fsf-sp-logo-frame{
  position:relative;
  width:min(640px,100%);
  aspect-ratio:1/1;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.fsf-sp-logo-frame img{
  position:relative;
  z-index:3;
  width:78%;
  filter:drop-shadow(0 0 35px rgba(215,181,109,.22));
  animation:fsfSpFloat 6s ease-in-out infinite;
}
.fsf-sp-ring{
  position:absolute;
  inset:8%;
  border-radius:50%;
  border:1px solid rgba(215,181,109,.18);
}
.fsf-sp-ring1{animation:fsfSpSpin 22s linear infinite}
.fsf-sp-ring2{
  inset:16%;
  border-style:dashed;
  animation:fsfSpSpinReverse 30s linear infinite;
}

.fsf-sp-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(70px);
  z-index:1;
}
.fsf-sp-orb1{
  width:300px;height:300px;
  background:rgba(215,181,109,.15);
  top:8%;left:5%;
  animation:fsfSpBlob 10s ease-in-out infinite;
}
.fsf-sp-orb2{
  width:380px;height:380px;
  background:rgba(215,181,109,.10);
  bottom:10%;right:0;
  animation:fsfSpBlob 12s ease-in-out infinite reverse;
}
.fsf-sp-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:70px 70px;
  mask-image:radial-gradient(circle at center, black 45%, transparent 90%);
  opacity:.22;
  z-index:0;
}

.fsf-sp-marquee-wrap{
  overflow:hidden;
  padding:22px 0 30px;
}
.fsf-sp-marquee{
  display:flex;
  gap:26px;
  white-space:nowrap;
  width:max-content;
  color:#e8d3a0;
  font-weight:700;
  letter-spacing:.18em;
  font-size:13px;
  text-transform:uppercase;
  animation:fsfSpMarquee 18s linear infinite;
}

.fsf-sp-main{padding:30px 0 0}
.fsf-sp-main-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:start;
}
.fsf-sp-gallery-box,
.fsf-sp-summary-box,
.fsf-sp-feature,
.fsf-sp-note,
.fsf-sp-tabs-wrap,
.fsf-sp-related-card{
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(215,181,109,.14);
  box-shadow:0 14px 34px rgba(0,0,0,.35);
}

.fsf-sp-gallery-box{padding:26px}
.fsf-sp-main-image img{
  width:100%;
  border-radius:24px;
}
.fsf-sp-thumbs{
  margin-top:16px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.fsf-sp-thumb{
  width:82px;
  border:none;
  background:transparent;
  padding:0;
  cursor:pointer;
  opacity:.75;
}
.fsf-sp-thumb.is-active{opacity:1}
.fsf-sp-thumb img{
  border-radius:16px;
  border:1px solid rgba(215,181,109,.14);
  background:#111216;
  padding:4px;
}

.fsf-sp-summary-box{
  padding:30px;
  background:
    radial-gradient(circle at top right, rgba(215,181,109,.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.fsf-sp-rating{margin:0 0 18px}
.fsf-sp-rating .star-rating{color:#f1dd9a}
.fsf-sp-no-rating{color:#d9c598}
.fsf-sp-title{
  font-family:"Playfair Display",serif;
  font-size:clamp(36px,4vw,64px);
  line-height:1.05;
  color:#fff4d2;
  margin:0 0 16px;
}
.fsf-sp-price,
.fsf-sp-price *{
  color:#f1dc98;
  font-size:34px;
  font-weight:800;
  margin:0 0 18px;
}
.fsf-sp-price del{opacity:.6}
.fsf-sp-shortdesc,
.fsf-sp-shortdesc p{
  color:#dbc89b;
  line-height:1.95;
  font-size:16px;
}
.fsf-sp-stock{margin:10px 0 18px;color:#f3dc97}
.fsf-sp-cart-form{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:end;
  margin-top:24px;
}
.fsf-sp-qty-wrap{
  min-width:120px;
}
.fsf-sp-qty-wrap label{
  display:block;
  margin-bottom:8px;
  color:#f3e1b8;
  font-size:14px;
  font-weight:600;
}
.fsf-sp-qty-wrap input{
  width:100%;
  min-height:54px;
  border-radius:16px;
  background:#0f1014;
  color:#fff3d0;
  border:1px solid rgba(215,181,109,.16);
  padding:12px 14px;
}
.fsf-sp-addcart{
  min-height:56px;
  padding:14px 30px;
  border:none;
  border-radius:999px;
  color:#211708;
  font-weight:800;
  background:linear-gradient(135deg,#f1dd9a,#d7b56d);
  box-shadow:0 10px 30px rgba(215,181,109,.22);
  cursor:pointer;
}
.fsf-sp-addcart:hover{transform:translateY(-3px)}
.fsf-sp-meta{
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(215,181,109,.10);
  color:#d0bc8a;
  line-height:1.9;
}
.fsf-sp-meta a{color:#d0bc8a}
.fsf-sp-side-links{
  margin-top:18px;
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}
.fsf-sp-mini-link{color:#f1dd9a}

.fsf-sp-features,
.fsf-sp-notes{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  padding-top:60px;
}
.fsf-sp-feature,
.fsf-sp-note{padding:24px}
.fsf-sp-feature strong,
.fsf-sp-note h3{
  display:block;
  margin:0 0 10px;
  color:#fff0ca;
  font-size:24px;
  font-family:"Playfair Display",serif;
}
.fsf-sp-feature span,
.fsf-sp-note p{
  color:#d0bc8a;
  line-height:1.8;
  margin:0;
}

.fsf-sp-tabs-wrap{
  margin-top:60px;
  padding:28px;
}
.fsf-sp-tabs-nav{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.fsf-sp-tab-btn{
  min-height:48px;
  padding:10px 18px;
  border-radius:999px;
  background:#111216;
  color:#f3e4be;
  border:1px solid rgba(215,181,109,.16);
  font-weight:700;
  cursor:pointer;
}
.fsf-sp-tab-btn.is-active{
  background:linear-gradient(135deg,#f1dd9a,#d7b56d);
  color:#211708;
}
.fsf-sp-tab-panel{display:none;color:#d9c598;line-height:1.95}
.fsf-sp-tab-panel.is-active{display:block}
.fsf-sp-info-list{
  margin:0;
  padding-left:18px;
}
.fsf-sp-info-list li{margin-bottom:10px}

.fsf-sp-related{
  margin-top:60px;
  padding-bottom:60px;
}
.fsf-sp-related h3{
  font-family:"Playfair Display",serif;
  color:#fff4d2;
  font-size:42px;
  line-height:1.08;
  margin:0 0 24px;
}
.fsf-sp-related-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
}
.fsf-sp-related-card{padding:18px}
.fsf-sp-related-image img{
  border-radius:22px;
  margin-bottom:18px;
}
.fsf-sp-related-card h4{
  margin:0 0 10px;
  font-family:"Playfair Display",serif;
  font-size:26px;
}
.fsf-sp-related-card h4 a{color:#fff0cb}
.fsf-sp-related-price,
.fsf-sp-related-price *{
  color:#f1dc98;
  font-weight:800;
  margin-bottom:16px;
}
.fsf-sp-related-btn{
  width:100%;
  min-height:50px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#211708;
  font-weight:800;
  background:linear-gradient(135deg,#f1dd9a,#d7b56d);
}

@keyframes fsfSpSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes fsfSpSpinReverse{
  from{transform:rotate(360deg)}
  to{transform:rotate(0deg)}
}
@keyframes fsfSpFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-16px)}
}
@keyframes fsfSpBlob{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(20px,-20px) scale(1.08)}
}
@keyframes fsfSpMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media (max-width: 1100px){
  .fsf-sp-hero-inner,
  .fsf-sp-main-grid,
  .fsf-sp-features,
  .fsf-sp-notes{
    grid-template-columns:1fr;
  }
  .fsf-sp-stats{
    grid-template-columns:1fr;
  }
  .fsf-sp-related-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 767px){
  .fsf-sp-hero-inner,
  .fsf-sp-marquee-wrap,
  .fsf-sp-main,
  .fsf-sp-features,
  .fsf-sp-notes,
  .fsf-sp-tabs-wrap,
  .fsf-sp-related{
    width:min(100% - 20px, 1400px);
  }
  .fsf-sp-hero-inner{
    min-height:auto;
    padding-top:50px;
  }
  .fsf-sp-hero-left h1{
    font-size:44px;
  }
  .fsf-sp-hero-left p{
    font-size:16px;
  }
  .fsf-sp-gallery-box,
  .fsf-sp-summary-box,
  .fsf-sp-tabs-wrap{
    padding:20px;
  }
  .fsf-sp-related-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS */.fsf-sp-wrap{
  --fsf-gold:#d7b56d;
  --fsf-gold-2:#f1dd9a;
  --fsf-text:#f7f0dd;
  --fsf-muted:#cdbb90;
  --fsf-border:rgba(215,181,109,.25);
  --fsf-shadow:0 10px 40px rgba(0,0,0,.35);
  background:
    radial-gradient(circle at 20% 20%, rgba(215,181,109,.10), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(215,181,109,.08), transparent 25%),
    linear-gradient(180deg,#030303 0%,#070709 100%);
  color:var(--fsf-text);
  font-family:"Poppins",sans-serif;
}

.fsf-sp-wrap *{box-sizing:border-box}
.fsf-sp-wrap a{text-decoration:none}
.fsf-sp-wrap img{max-width:100%;display:block}

.fsf-sp-empty{
  width:min(1200px, calc(100% - 40px));
  margin:40px auto;
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(215,181,109,.14);
  color:#fff;
  text-align:center;
}

.fsf-sp-hero{
  position:relative;
  overflow:hidden;
}
.fsf-sp-hero-inner,
.fsf-sp-marquee-wrap,
.fsf-sp-main,
.fsf-sp-features,
.fsf-sp-notes,
.fsf-sp-tabs-wrap,
.fsf-sp-related{
  width:min(1400px, calc(100% - 40px));
  margin:0 auto;
}

.fsf-sp-hero-inner{
  min-height:90vh;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
  padding:80px 0 30px;
  position:relative;
  z-index:2;
}

.fsf-sp-badge{
  display:inline-flex;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--fsf-gold-2);
  padding:10px 16px;
  border:1px solid var(--fsf-border);
  border-radius:999px;
  background:rgba(255,255,255,.03);
}

.fsf-sp-hero-left h1{
  font-family:"Playfair Display",serif;
  font-size:clamp(44px, 7vw, 92px);
  line-height:.98;
  margin:24px 0 18px;
  color:#fff5dc;
  letter-spacing:-.02em;
}

.fsf-sp-hero-left h1 span{
  color:var(--fsf-gold-2);
  text-shadow:0 0 18px rgba(215,181,109,.25);
}

.fsf-sp-hero-left p{
  max-width:720px;
  font-size:18px;
  line-height:1.85;
  color:#ead8ae;
  margin:0 0 30px;
}

.fsf-sp-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.fsf-sp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:14px 26px;
  border-radius:999px;
  font-weight:700;
  transition:.35s ease;
}

.fsf-sp-btn-primary{
  color:#1f1608;
  background:linear-gradient(135deg,var(--fsf-gold-2),var(--fsf-gold));
  box-shadow:0 10px 30px rgba(215,181,109,.22);
}
.fsf-sp-btn-primary:hover{transform:translateY(-4px) scale(1.02)}

.fsf-sp-btn-secondary{
  color:var(--fsf-text);
  border:1px solid var(--fsf-border);
  background:rgba(255,255,255,.03);
}
.fsf-sp-btn-secondary:hover{
  transform:translateY(-4px);
  border-color:rgba(241,221,154,.55);
  background:rgba(255,255,255,.06);
}

.fsf-sp-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:34px;
}
.fsf-sp-stat{
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  box-shadow:var(--fsf-shadow);
}
.fsf-sp-stat strong{
  display:block;
  font-size:18px;
  color:#fff0ca;
  margin-bottom:8px;
}
.fsf-sp-stat span{
  display:block;
  color:#ceb984;
  font-size:13px;
  line-height:1.6;
}

.fsf-sp-hero-right{
  display:flex;
  justify-content:center;
}

.fsf-sp-logo-frame{
  position:relative;
  width:min(640px,100%);
  aspect-ratio:1/1;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.fsf-sp-logo-frame img{
  position:relative;
  z-index:3;
  width:78%;
  filter:drop-shadow(0 0 35px rgba(215,181,109,.22));
  animation:fsfSpFloat 6s ease-in-out infinite;
}
.fsf-sp-ring{
  position:absolute;
  inset:8%;
  border-radius:50%;
  border:1px solid rgba(215,181,109,.18);
}
.fsf-sp-ring1{animation:fsfSpSpin 22s linear infinite}
.fsf-sp-ring2{
  inset:16%;
  border-style:dashed;
  animation:fsfSpSpinReverse 30s linear infinite;
}

.fsf-sp-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(70px);
  z-index:1;
}
.fsf-sp-orb1{
  width:300px;height:300px;
  background:rgba(215,181,109,.15);
  top:8%;left:5%;
  animation:fsfSpBlob 10s ease-in-out infinite;
}
.fsf-sp-orb2{
  width:380px;height:380px;
  background:rgba(215,181,109,.10);
  bottom:10%;right:0;
  animation:fsfSpBlob 12s ease-in-out infinite reverse;
}
.fsf-sp-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:70px 70px;
  mask-image:radial-gradient(circle at center, black 45%, transparent 90%);
  opacity:.22;
  z-index:0;
}

.fsf-sp-marquee-wrap{
  overflow:hidden;
  padding:22px 0 30px;
}
.fsf-sp-marquee{
  display:flex;
  gap:26px;
  white-space:nowrap;
  width:max-content;
  color:#e8d3a0;
  font-weight:700;
  letter-spacing:.18em;
  font-size:13px;
  text-transform:uppercase;
  animation:fsfSpMarquee 18s linear infinite;
}

.fsf-sp-main{padding:30px 0 0}
.fsf-sp-main-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:start;
}
.fsf-sp-gallery-box,
.fsf-sp-summary-box,
.fsf-sp-feature,
.fsf-sp-note,
.fsf-sp-tabs-wrap,
.fsf-sp-related-card{
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(215,181,109,.14);
  box-shadow:0 14px 34px rgba(0,0,0,.35);
}

.fsf-sp-gallery-box{padding:26px}
.fsf-sp-main-image img{
  width:100%;
  border-radius:24px;
}
.fsf-sp-thumbs{
  margin-top:16px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.fsf-sp-thumb{
  width:82px;
  border:none;
  background:transparent;
  padding:0;
  cursor:pointer;
  opacity:.75;
}
.fsf-sp-thumb.is-active{opacity:1}
.fsf-sp-thumb img{
  border-radius:16px;
  border:1px solid rgba(215,181,109,.14);
  background:#111216;
  padding:4px;
}

.fsf-sp-summary-box{
  padding:30px;
  background:
    radial-gradient(circle at top right, rgba(215,181,109,.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.fsf-sp-rating{margin:0 0 18px}
.fsf-sp-rating .star-rating{color:#f1dd9a}
.fsf-sp-no-rating{color:#d9c598}
.fsf-sp-title{
  font-family:"Playfair Display",serif;
  font-size:clamp(36px,4vw,64px);
  line-height:1.05;
  color:#fff4d2;
  margin:0 0 16px;
}
.fsf-sp-price,
.fsf-sp-price *{
  color:#f1dc98;
  font-size:34px;
  font-weight:800;
  margin:0 0 18px;
}
.fsf-sp-price del{opacity:.6}
.fsf-sp-shortdesc,
.fsf-sp-shortdesc p{
  color:#dbc89b;
  line-height:1.95;
  font-size:16px;
}
.fsf-sp-stock{margin:10px 0 18px;color:#f3dc97}
.fsf-sp-cart-form{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:end;
  margin-top:24px;
}
.fsf-sp-qty-wrap{
  min-width:120px;
}
.fsf-sp-qty-wrap label{
  display:block;
  margin-bottom:8px;
  color:#f3e1b8;
  font-size:14px;
  font-weight:600;
}
.fsf-sp-qty-wrap input{
  width:100%;
  min-height:54px;
  border-radius:16px;
  background:#0f1014;
  color:#fff3d0;
  border:1px solid rgba(215,181,109,.16);
  padding:12px 14px;
}
.fsf-sp-addcart{
  min-height:56px;
  padding:14px 30px;
  border:none;
  border-radius:999px;
  color:#211708;
  font-weight:800;
  background:linear-gradient(135deg,#f1dd9a,#d7b56d);
  box-shadow:0 10px 30px rgba(215,181,109,.22);
  cursor:pointer;
}
.fsf-sp-addcart:hover{transform:translateY(-3px)}
.fsf-sp-meta{
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(215,181,109,.10);
  color:#d0bc8a;
  line-height:1.9;
}
.fsf-sp-meta a{color:#d0bc8a}
.fsf-sp-side-links{
  margin-top:18px;
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}
.fsf-sp-mini-link{color:#f1dd9a}

.fsf-sp-features,
.fsf-sp-notes{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  padding-top:60px;
}
.fsf-sp-feature,
.fsf-sp-note{padding:24px}
.fsf-sp-feature strong,
.fsf-sp-note h3{
  display:block;
  margin:0 0 10px;
  color:#fff0ca;
  font-size:24px;
  font-family:"Playfair Display",serif;
}
.fsf-sp-feature span,
.fsf-sp-note p{
  color:#d0bc8a;
  line-height:1.8;
  margin:0;
}

.fsf-sp-tabs-wrap{
  margin-top:60px;
  padding:28px;
}
.fsf-sp-tabs-nav{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.fsf-sp-tab-btn{
  min-height:48px;
  padding:10px 18px;
  border-radius:999px;
  background:#111216;
  color:#f3e4be;
  border:1px solid rgba(215,181,109,.16);
  font-weight:700;
  cursor:pointer;
}
.fsf-sp-tab-btn.is-active{
  background:linear-gradient(135deg,#f1dd9a,#d7b56d);
  color:#211708;
}
.fsf-sp-tab-panel{display:none;color:#d9c598;line-height:1.95}
.fsf-sp-tab-panel.is-active{display:block}
.fsf-sp-info-list{
  margin:0;
  padding-left:18px;
}
.fsf-sp-info-list li{margin-bottom:10px}

.fsf-sp-related{
  margin-top:60px;
  padding-bottom:60px;
}
.fsf-sp-related h3{
  font-family:"Playfair Display",serif;
  color:#fff4d2;
  font-size:42px;
  line-height:1.08;
  margin:0 0 24px;
}
.fsf-sp-related-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
}
.fsf-sp-related-card{padding:18px}
.fsf-sp-related-image img{
  border-radius:22px;
  margin-bottom:18px;
}
.fsf-sp-related-card h4{
  margin:0 0 10px;
  font-family:"Playfair Display",serif;
  font-size:26px;
}
.fsf-sp-related-card h4 a{color:#fff0cb}
.fsf-sp-related-price,
.fsf-sp-related-price *{
  color:#f1dc98;
  font-weight:800;
  margin-bottom:16px;
}
.fsf-sp-related-btn{
  width:100%;
  min-height:50px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#211708;
  font-weight:800;
  background:linear-gradient(135deg,#f1dd9a,#d7b56d);
}

@keyframes fsfSpSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes fsfSpSpinReverse{
  from{transform:rotate(360deg)}
  to{transform:rotate(0deg)}
}
@keyframes fsfSpFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-16px)}
}
@keyframes fsfSpBlob{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(20px,-20px) scale(1.08)}
}
@keyframes fsfSpMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media (max-width: 1100px){
  .fsf-sp-hero-inner,
  .fsf-sp-main-grid,
  .fsf-sp-features,
  .fsf-sp-notes{
    grid-template-columns:1fr;
  }
  .fsf-sp-stats{
    grid-template-columns:1fr;
  }
  .fsf-sp-related-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 767px){
  .fsf-sp-hero-inner,
  .fsf-sp-marquee-wrap,
  .fsf-sp-main,
  .fsf-sp-features,
  .fsf-sp-notes,
  .fsf-sp-tabs-wrap,
  .fsf-sp-related{
    width:min(100% - 20px, 1400px);
  }
  .fsf-sp-hero-inner{
    min-height:auto;
    padding-top:50px;
  }
  .fsf-sp-hero-left h1{
    font-size:44px;
  }
  .fsf-sp-hero-left p{
    font-size:16px;
  }
  .fsf-sp-gallery-box,
  .fsf-sp-summary-box,
  .fsf-sp-tabs-wrap{
    padding:20px;
  }
  .fsf-sp-related-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */