.elementor-1488 .elementor-element.elementor-element-678b121{--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-1488 .elementor-element.elementor-element-024270a{--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-1488 .elementor-element.elementor-element-1f89dc3{--display:flex;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1488 .elementor-element.elementor-element-30f155a{--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-1488 .elementor-element.elementor-element-2c5512d{--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:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1488 .elementor-element.elementor-element-9f52983{--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-1488 .elementor-element.elementor-element-b615979{--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-1f89dc3 */body.woocommerce-cart{
  background:
    radial-gradient(circle at 20% 20%, rgba(215,181,109,.08), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(215,181,109,.06), transparent 24%),
    linear-gradient(180deg,#030303 0%, #070709 100%) !important;
  color:#f7f0dd !important;
}

body.woocommerce-cart .site,
body.woocommerce-cart .site-content,
body.woocommerce-cart .content-area,
body.woocommerce-cart .site-main,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .elementor,
body.woocommerce-cart .elementor-section,
body.woocommerce-cart .elementor-container,
body.woocommerce-cart .page,
body.woocommerce-cart article{
  background:transparent !important;
  box-shadow:none !important;
}

.fsf-cart-page{
  --fsf-gold:#d7b56d;
  --fsf-gold-2:#f1dd9a;
  --fsf-text:#f7f0dd;
  --fsf-border:rgba(215,181,109,.25);
  position:relative;
  overflow:hidden;
  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);
}

.fsf-cart-page *{box-sizing:border-box}
.fsf-cart-page a{text-decoration:none}
.fsf-cart-page img{max-width:100%;display:block}

.fsf-cart-hero,
.fsf-marquee-wrap{
  position:relative;
  width:min(1400px, calc(100% - 40px));
  margin:0 auto;
}

.fsf-cart-hero{
  min-height:82vh;
  display:flex;
  align-items:center;
  padding:80px 0 40px;
}

.fsf-cart-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
  width:100%;
}

.fsf-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#f1dd9a;
  padding:10px 16px;
  border:1px solid rgba(215,181,109,.25);
  border-radius:999px;
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(10px);
  box-shadow:0 0 24px rgba(215,181,109,.08);
}

.fsf-cart-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-cart-left h1 span{
  display:inline-block;
  color:#f1dd9a;
  text-shadow:0 0 18px rgba(215,181,109,.25);
}

.fsf-cart-left p{
  max-width:720px;
  font-size:18px;
  line-height:1.85;
  color:#ead8ae;
  margin:0 0 30px;
}

.fsf-cart-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.fsf-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-btn-primary{
  color:#1f1608;
  background:linear-gradient(135deg, #f1dd9a, #d7b56d);
  box-shadow:0 10px 30px rgba(215,181,109,.22);
}

.fsf-btn-primary:hover{
  transform:translateY(-4px) scale(1.02);
}

.fsf-btn-secondary{
  color:#f7f0dd;
  border:1px solid rgba(215,181,109,.25);
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(10px);
}

.fsf-btn-secondary:hover{
  transform:translateY(-4px);
  border-color:rgba(241,221,154,.55);
  background:rgba(255,255,255,.06);
}

.fsf-cart-right{
  display:flex;
  justify-content:center;
}

.fsf-logo-frame{
  position:relative;
  width:min(640px, 100%);
  aspect-ratio:1/1;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fsf-logo-frame img{
  position:relative;
  z-index:3;
  width:78%;
  filter:drop-shadow(0 0 35px rgba(215,181,109,.22));
  animation:fsfFloat 6s ease-in-out infinite;
}

.fsf-ring{
  position:absolute;
  inset:8%;
  border-radius:50%;
  border:1px solid rgba(215,181,109,.18);
}

.fsf-ring-1{animation:fsfSpin 22s linear infinite;}
.fsf-ring-2{
  inset:16%;
  border-style:dashed;
  animation:fsfSpinReverse 30s linear infinite;
}

.fsf-bg-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(70px);
  z-index:1;
}

.fsf-orb-1{
  width:300px;height:300px;
  background:rgba(215,181,109,.15);
  top:8%;left:5%;
  animation:fsfBlob 10s ease-in-out infinite;
}

.fsf-orb-2{
  width:380px;height:380px;
  background:rgba(215,181,109,.10);
  bottom:10%;right:0;
  animation:fsfBlob 12s ease-in-out infinite reverse;
}

.fsf-bg-lines{
  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-marquee-wrap{
  overflow:hidden;
  padding:22px 0 30px;
}

.fsf-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:fsfMarquee 18s linear infinite;
}

/* Cart content */
.woocommerce-cart .woocommerce{
  width:min(1400px, calc(100% - 40px));
  margin:0 auto 60px !important;
  color:#f7f0dd !important;
  background:transparent !important;
}

.woocommerce-cart table.shop_table{
  border:none !important;
  border-radius:28px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.35) !important;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td{
  border-color:rgba(215,181,109,.10) !important;
  color:#f0e2bf !important;
  background:transparent !important;
}

.woocommerce-cart table.shop_table th{
  font-family:"Playfair Display", serif !important;
  font-size:20px !important;
  color:#fff4d2 !important;
}

.woocommerce-cart table.shop_table td a{
  color:#f1dd9a !important;
}

.woocommerce-cart .product-name a{
  color:#fff0cb !important;
  font-weight:700 !important;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .order-total,
.woocommerce-cart .cart-subtotal{
  color:#f1dc98 !important;
  font-weight:800 !important;
}

.woocommerce-cart .quantity .qty,
.woocommerce-cart input[type="text"],
.woocommerce-cart input[type="number"],
.woocommerce-cart select{
  min-height:52px !important;
  border-radius:16px !important;
  background:#0f1014 !important;
  color:#fff3d0 !important;
  border:1px solid rgba(215,181,109,.16) !important;
  padding:12px 16px !important;
}

.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart a.checkout-button,
.woocommerce-cart input.button{
  min-height:54px !important;
  border:none !important;
  border-radius:999px !important;
  padding:14px 24px !important;
  color:#211708 !important;
  font-weight:800 !important;
  background:linear-gradient(135deg, #f1dd9a, #d7b56d) !important;
  box-shadow:0 10px 30px rgba(215,181,109,.22) !important;
  transition:.35s ease !important;
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart a.checkout-button:hover,
.woocommerce-cart input.button:hover{
  transform:translateY(-3px) !important;
}

.woocommerce-cart .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells{
  padding:24px !important;
  border-radius:24px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
  border:1px solid rgba(215,181,109,.14) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.35) !important;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cross-sells h2{
  font-family:"Playfair Display", serif !important;
  color:#fff4d2 !important;
  font-size:34px !important;
}

.woocommerce-cart .cart-collaterals{
  display:grid !important;
  grid-template-columns:1fr 420px;
  gap:24px;
  align-items:start;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  width:100% !important;
  text-align:center !important;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error{
  border-radius:20px !important;
  background:rgba(255,255,255,.03) !important;
  color:#f4e6c2 !important;
  border:1px solid rgba(215,181,109,.16) !important;
}

@keyframes fsfSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes fsfSpinReverse{
  from{transform:rotate(360deg)}
  to{transform:rotate(0deg)}
}
@keyframes fsfFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-16px)}
}
@keyframes fsfBlob{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(20px,-20px) scale(1.08)}
}
@keyframes fsfMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media (max-width: 1100px){
  .fsf-cart-hero-inner,
  .woocommerce-cart .cart-collaterals{
    grid-template-columns:1fr !important;
  }

  .fsf-cart-hero{
    min-height:auto;
    padding-top:50px;
  }
}

@media (max-width: 767px){
  .fsf-cart-hero,
  .fsf-marquee-wrap,
  .woocommerce-cart .woocommerce{
    width:min(100% - 20px, 1400px);
  }

  .fsf-cart-left h1{
    font-size:44px;
  }

  .fsf-cart-left p{
    font-size:16px;
  }

  .woocommerce-cart table.shop_table thead{
    display:none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-30f155a *//* =========================
   FIFTY STARS - YITH WISHLIST
   ========================= */

body.page{
  background:
    radial-gradient(circle at 20% 20%, rgba(215,181,109,.08), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(215,181,109,.06), transparent 24%),
    linear-gradient(180deg,#030303 0%, #070709 100%) !important;
  color:#f7f0dd !important;
}

body.page .site,
body.page .site-content,
body.page .content-area,
body.page .site-main,
body.page .entry-content,
body.page article,
body.page .page,
body.page .post,
body.page .elementor,
body.page .elementor-section,
body.page .elementor-container,
body.page .elementor-column,
body.page .elementor-widget-wrap,
body.page .elementor-widget-container{
  background:transparent !important;
  box-shadow:none !important;
}

/* ===== HERO ===== */
.fsf-wishlist-page{
  --fsf-card:#101014;
  --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);
  position:relative;
  overflow:hidden;
  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-wishlist-page *{box-sizing:border-box}
.fsf-wishlist-page a{text-decoration:none}
.fsf-wishlist-page img{max-width:100%;display:block}

.fsf-wishlist-hero,
.fsf-marquee-wrap{
  position:relative;
  width:min(1400px, calc(100% - 40px));
  margin:0 auto;
}

.fsf-wishlist-hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:80px 0 40px;
}

.fsf-wishlist-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
  width:100%;
}

.fsf-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  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);
  backdrop-filter:blur(10px);
  box-shadow:0 0 24px rgba(215,181,109,.08);
}

.fsf-wishlist-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-wishlist-left h1 span{
  display:inline-block;
  color:var(--fsf-gold-2);
  text-shadow:0 0 18px rgba(215,181,109,.25);
}

.fsf-wishlist-left p{
  max-width:720px;
  font-size:18px;
  line-height:1.85;
  color:#ead8ae;
  margin:0 0 30px;
}

.fsf-wishlist-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.fsf-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:14px 26px;
  border-radius:999px;
  font-weight:700;
  transition:.35s ease;
  overflow:hidden;
}

.fsf-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-btn-primary:hover{
  transform:translateY(-4px) scale(1.02);
}

.fsf-btn-secondary{
  color:var(--fsf-text);
  border:1px solid var(--fsf-border);
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(10px);
}

.fsf-btn-secondary:hover{
  transform:translateY(-4px);
  border-color:rgba(241,221,154,.55);
  background:rgba(255,255,255,.06);
}

.fsf-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:34px;
}

.fsf-stat{
  padding:18px 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-stat strong{
  display:block;
  font-size:18px;
  color:#fff0ca;
  margin-bottom:8px;
}

.fsf-stat span{
  display:block;
  color:#ceb984;
  font-size:13px;
  line-height:1.6;
}

.fsf-wishlist-right{
  display:flex;
  justify-content:center;
}

.fsf-logo-frame{
  position:relative;
  width:min(640px, 100%);
  aspect-ratio:1/1;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fsf-logo-frame img{
  position:relative;
  z-index:3;
  width:78%;
  filter:drop-shadow(0 0 35px rgba(215,181,109,.22));
  animation:fsfFloat 6s ease-in-out infinite;
}

.fsf-ring{
  position:absolute;
  inset:8%;
  border-radius:50%;
  border:1px solid rgba(215,181,109,.18);
}

.fsf-ring-1{animation:fsfSpin 22s linear infinite;}
.fsf-ring-2{
  inset:16%;
  border-style:dashed;
  animation:fsfSpinReverse 30s linear infinite;
}

.fsf-bg-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(70px);
  z-index:1;
}

.fsf-orb-1{
  width:300px;height:300px;
  background:rgba(215,181,109,.15);
  top:8%;left:5%;
  animation:fsfBlob 10s ease-in-out infinite;
}

.fsf-orb-2{
  width:380px;height:380px;
  background:rgba(215,181,109,.10);
  bottom:10%;right:0;
  animation:fsfBlob 12s ease-in-out infinite reverse;
}

.fsf-bg-lines{
  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-marquee-wrap{
  overflow:hidden;
  padding:22px 0 30px;
}

.fsf-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:fsfMarquee 18s linear infinite;
}

/* ===== YITH WISHLIST REAL TABLE ===== */
#yith-wcwl-form,
#yith-wcwl-form .wishlist-title,
#yith-wcwl-form .hidden-title-form,
#yith-wcwl-form .woocommerce-message,
#yith-wcwl-form .wishlist_table{
  width:min(1400px, calc(100% - 40px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

#yith-wcwl-form{
  margin-bottom:60px !important;
  color:#f7f0dd !important;
}

#yith-wcwl-form .wishlist-title h2{
  font-family:"Playfair Display", serif !important;
  color:#fff4d2 !important;
  font-size:42px !important;
  line-height:1.08 !important;
  margin:0 0 20px !important;
}

#yith-wcwl-form table.shop_table,
#yith-wcwl-form table.wishlist_table{
  width:100% !important;
  border:none !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.35) !important;
}

#yith-wcwl-form table.shop_table th,
#yith-wcwl-form table.shop_table td,
#yith-wcwl-form table.wishlist_table th,
#yith-wcwl-form table.wishlist_table td{
  background:transparent !important;
  border-color:rgba(215,181,109,.10) !important;
  color:#f4ead1 !important;
  padding:16px !important;
  vertical-align:middle !important;
}

#yith-wcwl-form table.shop_table th,
#yith-wcwl-form table.wishlist_table th{
  color:#f3dfaa !important;
  font-weight:700 !important;
  font-size:16px !important;
}

#yith-wcwl-form .product-name a{
  color:#fff0cb !important;
  font-weight:700 !important;
  text-decoration:none !important;
}

#yith-wcwl-form .product-price,
#yith-wcwl-form .product-price *,
#yith-wcwl-form .product-stock-status,
#yith-wcwl-form .product-stock-status *,
#yith-wcwl-form .amount,
#yith-wcwl-form .woocommerce-Price-amount{
  color:#f3dc97 !important;
  font-weight:800 !important;
}

#yith-wcwl-form .wishlist-empty{
  width:min(1400px, calc(100% - 40px)) !important;
  margin:0 auto 40px !important;
  padding:24px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
  border:1px solid rgba(215,181,109,.14) !important;
  color:#f7f0dd !important;
  text-align:center !important;
}

/* Product image */
#yith-wcwl-form td.product-thumbnail img{
  border-radius:18px !important;
  width:90px !important;
}

/* Remove icon */
#yith-wcwl-form .product-remove a.remove,
#yith-wcwl-form .product-remove a{
  color:#d7b56d !important;
  border:1px solid rgba(215,181,109,.18) !important;
  border-radius:50% !important;
  width:34px !important;
  height:34px !important;
  line-height:32px !important;
  text-align:center !important;
  display:inline-block !important;
  background:transparent !important;
}

#yith-wcwl-form .product-remove a.remove:hover,
#yith-wcwl-form .product-remove a:hover{
  color:#111 !important;
  background:linear-gradient(135deg,#f1dd9a,#d7b56d) !important;
}

/* Buttons */
#yith-wcwl-form .add_to_cart.button,
#yith-wcwl-form .button,
#yith-wcwl-form .single_add_to_wishlist,
#yith-wcwl-form .yith-wcqv-button,
#yith-wcwl-form .product-add-to-cart a{
  min-height:50px !important;
  padding:12px 22px !important;
  border:none !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#211708 !important;
  font-weight:800 !important;
  background:linear-gradient(135deg,#f1dd9a,#d7b56d) !important;
  box-shadow:0 10px 30px rgba(215,181,109,.22) !important;
  text-decoration:none !important;
}

#yith-wcwl-form .add_to_cart.button:hover,
#yith-wcwl-form .button:hover,
#yith-wcwl-form .product-add-to-cart a:hover{
  transform:translateY(-2px) !important;
}

/* Stock badge */
#yith-wcwl-form .wishlist-in-stock,
#yith-wcwl-form .in-stock,
#yith-wcwl-form .stock{
  color:#f3dc97 !important;
}

/* Social / share area */
#yith-wcwl-form .yith-wcwl-share,
#yith-wcwl-form .wishlist-share{
  width:min(1400px, calc(100% - 40px)) !important;
  margin:24px auto 0 !important;
  padding:20px 24px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
  border:1px solid rgba(215,181,109,.14) !important;
  color:#f7f0dd !important;
}

/* Notices */
#yith-wcwl-form .woocommerce-message,
#yith-wcwl-form .woocommerce-error,
#yith-wcwl-form .woocommerce-info{
  border-radius:20px !important;
  background:rgba(255,255,255,.03) !important;
  color:#f4e6c2 !important;
  border:1px solid rgba(215,181,109,.16) !important;
  padding:16px 18px !important;
}

/* Mobile */
@keyframes fsfSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes fsfSpinReverse{
  from{transform:rotate(360deg)}
  to{transform:rotate(0deg)}
}
@keyframes fsfFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-16px)}
}
@keyframes fsfBlob{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(20px,-20px) scale(1.08)}
}
@keyframes fsfMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media (max-width: 1100px){
  .fsf-wishlist-hero-inner{
    grid-template-columns:1fr;
  }

  .fsf-wishlist-hero{
    min-height:auto;
    padding-top:50px;
  }

  .fsf-hero-stats{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .fsf-wishlist-hero,
  .fsf-marquee-wrap,
  #yith-wcwl-form,
  #yith-wcwl-form .wishlist-title,
  #yith-wcwl-form .wishlist_table,
  #yith-wcwl-form .wishlist-empty,
  #yith-wcwl-form .yith-wcwl-share{
    width:min(100% - 20px, 1400px) !important;
  }

  .fsf-wishlist-left h1{
    font-size:44px;
  }

  .fsf-wishlist-left p{
    font-size:16px;
  }

  #yith-wcwl-form table.wishlist_table thead{
    display:none !important;
  }

  #yith-wcwl-form table.wishlist_table tr td{
    display:block !important;
    width:100% !important;
    text-align:left !important;
  }
}/* End custom CSS */
/* Start custom CSS *//* =========================
   FIFTY STARS - WISHLIST PAGE
   ========================= */

body.page{
  background:
    radial-gradient(circle at 20% 20%, rgba(215,181,109,.08), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(215,181,109,.06), transparent 24%),
    linear-gradient(180deg,#030303 0%, #070709 100%) !important;
  color:#f7f0dd !important;
}

body.page .site,
body.page .site-content,
body.page .content-area,
body.page .site-main,
body.page .entry-content,
body.page article,
body.page .page,
body.page .post,
body.page .elementor,
body.page .elementor-section,
body.page .elementor-container,
body.page .elementor-column,
body.page .elementor-widget-wrap,
body.page .elementor-widget-container{
  background:transparent !important;
  box-shadow:none !important;
}

.fsf-wishlist-page{
  --fsf-bg:#050505;
  --fsf-bg-2:#0b0b0d;
  --fsf-card:#101014;
  --fsf-card-2:rgba(255,255,255,.04);
  --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);
  position:relative;
  overflow:hidden;
  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-wishlist-page *{box-sizing:border-box}
.fsf-wishlist-page a{text-decoration:none}
.fsf-wishlist-page img{max-width:100%;display:block}

.fsf-wishlist-hero,
.fsf-marquee-wrap{
  position:relative;
  width:min(1400px, calc(100% - 40px));
  margin:0 auto;
}

.fsf-wishlist-hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:80px 0 40px;
}

.fsf-wishlist-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
  width:100%;
}

.fsf-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  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);
  backdrop-filter:blur(10px);
  box-shadow:0 0 24px rgba(215,181,109,.08);
}

.fsf-wishlist-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-wishlist-left h1 span{
  display:inline-block;
  color:var(--fsf-gold-2);
  text-shadow:0 0 18px rgba(215,181,109,.25);
}

.fsf-wishlist-left p{
  max-width:720px;
  font-size:18px;
  line-height:1.85;
  color:#ead8ae;
  margin:0 0 30px;
}

.fsf-wishlist-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.fsf-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:14px 26px;
  border-radius:999px;
  font-weight:700;
  transition:.35s ease;
  overflow:hidden;
}

.fsf-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-btn-primary:hover{
  transform:translateY(-4px) scale(1.02);
}

.fsf-btn-secondary{
  color:var(--fsf-text);
  border:1px solid var(--fsf-border);
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(10px);
}

.fsf-btn-secondary:hover{
  transform:translateY(-4px);
  border-color:rgba(241,221,154,.55);
  background:rgba(255,255,255,.06);
}

.fsf-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:34px;
}

.fsf-stat{
  padding:18px 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-stat strong{
  display:block;
  font-size:18px;
  color:#fff0ca;
  margin-bottom:8px;
}

.fsf-stat span{
  display:block;
  color:#ceb984;
  font-size:13px;
  line-height:1.6;
}

.fsf-wishlist-right{
  display:flex;
  justify-content:center;
}

.fsf-logo-frame{
  position:relative;
  width:min(640px, 100%);
  aspect-ratio:1/1;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fsf-logo-frame img{
  position:relative;
  z-index:3;
  width:78%;
  filter:drop-shadow(0 0 35px rgba(215,181,109,.22));
  animation:fsfFloat 6s ease-in-out infinite;
}

.fsf-ring{
  position:absolute;
  inset:8%;
  border-radius:50%;
  border:1px solid rgba(215,181,109,.18);
}

.fsf-ring-1{animation:fsfSpin 22s linear infinite;}
.fsf-ring-2{
  inset:16%;
  border-style:dashed;
  animation:fsfSpinReverse 30s linear infinite;
}

.fsf-bg-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(70px);
  z-index:1;
}

.fsf-orb-1{
  width:300px;height:300px;
  background:rgba(215,181,109,.15);
  top:8%;left:5%;
  animation:fsfBlob 10s ease-in-out infinite;
}

.fsf-orb-2{
  width:380px;height:380px;
  background:rgba(215,181,109,.10);
  bottom:10%;right:0;
  animation:fsfBlob 12s ease-in-out infinite reverse;
}

.fsf-bg-lines{
  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-marquee-wrap{
  overflow:hidden;
  padding:22px 0 30px;
}

.fsf-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:fsfMarquee 18s linear infinite;
}

/* Generic dark style for common wishlist tables/plugins */
.wishlist_table,
.tinvwl-table-manage-list,
.yith-wcwl-form,
.tinv-wishlist,
#yith-wcwl-form,
.woocommerce .wishlist_table{
  width:min(1400px, calc(100% - 40px)) !important;
  margin:0 auto 60px !important;
  color:#f7f0dd !important;
  background:transparent !important;
}

.wishlist_table table,
.tinvwl-table-manage-list table,
#yith-wcwl-form table,
.woocommerce .wishlist_table table{
  width:100% !important;
  border:none !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.35) !important;
}

.wishlist_table th,
.wishlist_table td,
.tinvwl-table-manage-list th,
.tinvwl-table-manage-list td,
#yith-wcwl-form th,
#yith-wcwl-form td{
  background:transparent !important;
  color:#f4ead1 !important;
  border-color:rgba(215,181,109,.10) !important;
}

.wishlist_table th,
.tinvwl-table-manage-list th,
#yith-wcwl-form th{
  color:#f3dfaa !important;
  font-weight:700 !important;
}

.wishlist_table .product-name a,
.tinvwl-table-manage-list .product-name a,
#yith-wcwl-form .product-name a{
  color:#fff0cb !important;
  font-weight:700 !important;
}

.wishlist_table .amount,
.tinvwl-table-manage-list .amount,
#yith-wcwl-form .amount,
.wishlist_table .woocommerce-Price-amount,
.tinvwl-table-manage-list .woocommerce-Price-amount,
#yith-wcwl-form .woocommerce-Price-amount{
  color:#f3dc97 !important;
  font-weight:800 !important;
}

.wishlist_table .button,
.tinvwl-table-manage-list .button,
#yith-wcwl-form .button,
.tinvwl_add_to_wishlist_button,
.add_to_cart.button{
  min-height:50px !important;
  padding:12px 22px !important;
  border:none !important;
  border-radius:999px !important;
  color:#211708 !important;
  font-weight:800 !important;
  background:linear-gradient(135deg,#f1dd9a,#d7b56d) !important;
  box-shadow:0 10px 30px rgba(215,181,109,.22) !important;
}

@keyframes fsfSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes fsfSpinReverse{
  from{transform:rotate(360deg)}
  to{transform:rotate(0deg)}
}
@keyframes fsfFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-16px)}
}
@keyframes fsfBlob{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(20px,-20px) scale(1.08)}
}
@keyframes fsfMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media (max-width: 1100px){
  .fsf-wishlist-hero-inner{
    grid-template-columns:1fr;
  }

  .fsf-wishlist-hero{
    min-height:auto;
    padding-top:50px;
  }

  .fsf-hero-stats{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .fsf-wishlist-hero,
  .fsf-marquee-wrap,
  .wishlist_table,
  .tinvwl-table-manage-list,
  .yith-wcwl-form,
  .tinv-wishlist,
  #yith-wcwl-form{
    width:min(100% - 20px, 1400px) !important;
  }

  .fsf-wishlist-left h1{
    font-size:44px;
  }

  .fsf-wishlist-left p{
    font-size:16px;
  }
}/* End custom CSS */