
/*
Theme Name: CHICHA Dating Shop
Theme URI: https://shop.chichadating.com/
Author: CHICHA Dating
Description: Elegant CHICHA WooCommerce VIP shop theme.
Version: 1.1.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: chicha-dating-shop
*/

:root{
  --red:#d3132a;
  --red-dark:#ac1022;
  --pink:#f5a1b0;
  --blush:#fff4f6;
  --blush-2:#fff9fa;
  --text:#2d2023;
  --muted:#77686c;
  --border:#f0d7dc;
  --white:#fff;
  --shadow:0 18px 55px rgba(92,20,35,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:linear-gradient(180deg,#fff 0%,#fff9fa 100%);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
}
a{color:var(--red);text-decoration:none}
a:hover{color:var(--red-dark)}
.site-shell{min-height:100vh}
.chicha-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
}
.chicha-header-inner{
  width:min(1180px,calc(100% - 32px));
  min-height:76px;margin:auto;
  display:flex;align-items:center;justify-content:space-between;gap:22px;
}
.chicha-brand{display:flex;align-items:center;gap:11px;color:var(--text)}
.chicha-brand img{width:42px;height:42px;object-fit:contain}
.chicha-brand-copy strong{display:block;font-family:Georgia,serif;font-size:21px;line-height:1.05}
.chicha-brand-copy span{display:block;color:var(--muted);font-size:10px;letter-spacing:.15em;text-transform:uppercase;margin-top:4px}
.chicha-nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.chicha-nav a{color:var(--text);font-size:14px;font-weight:700}
.chicha-nav .account-link{
  color:#fff;background:var(--red);padding:10px 16px;border-radius:999px;
}
.chicha-main{width:min(1180px,calc(100% - 32px));margin:auto;padding:44px 0 72px}
.chicha-hero{
  text-align:center;padding:52px 28px 42px;border:1px solid var(--border);
  border-radius:32px;background:
  radial-gradient(circle at top left,rgba(245,161,176,.18),transparent 35%),
  radial-gradient(circle at top right,rgba(211,19,42,.08),transparent 32%),
  #fff;
  box-shadow:var(--shadow);margin-bottom:34px;
}
.chicha-eyebrow{
  font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;color:var(--red)
}
.chicha-hero h1{
  font-family:Georgia,serif;font-weight:500;
  font-size:clamp(38px,6vw,66px);line-height:1.03;
  margin:10px 0 14px;letter-spacing:-.025em;
}
.chicha-hero p{
  color:var(--muted);font-size:18px;max-width:720px;margin:0 auto
}
.chicha-trust-row{
  margin-top:22px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap
}
.chicha-chip{
  border:1px solid var(--border);background:#fff;border-radius:999px;
  padding:8px 13px;font-size:13px;font-weight:700;color:#5e4f53
}

.chicha-vip-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch
}
.chicha-vip-card{
  position:relative;background:#fff;border:1px solid var(--border);border-radius:28px;
  padding:30px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:100%;
  overflow:hidden;
}
.chicha-vip-card.featured{
  border-color:rgba(211,19,42,.35);
  box-shadow:0 20px 70px rgba(211,19,42,.14);
}
.chicha-vip-card.featured::after{
  content:"";position:absolute;width:180px;height:180px;border-radius:50%;
  background:rgba(245,161,176,.12);right:-70px;top:-70px;pointer-events:none
}
.chicha-best-value{
  position:absolute;top:18px;right:18px;
  background:var(--red);color:#fff;border-radius:999px;
  padding:7px 11px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase
}
.chicha-plan-kicker{
  color:var(--red);font-weight:900;font-size:12px;letter-spacing:.14em;text-transform:uppercase
}
.chicha-vip-card h2{
  font-family:Georgia,serif;font-weight:500;font-size:34px;line-height:1.08;
  margin:8px 0 6px
}
.chicha-price-row{display:flex;align-items:flex-end;gap:8px;margin:10px 0 18px}
.chicha-price{
  color:var(--red);font-weight:900;font-size:38px;line-height:1
}
.chicha-period{color:var(--muted);font-weight:700;font-size:14px;padding-bottom:4px}
.chicha-savings{
  display:inline-flex;align-self:flex-start;
  background:var(--blush);color:var(--red-dark);border-radius:999px;
  padding:6px 10px;font-size:12px;font-weight:800;margin-bottom:15px
}
.chicha-benefits{
  list-style:none;padding:0;margin:0 0 24px;display:grid;gap:11px
}
.chicha-benefits li{
  position:relative;padding-left:27px;color:#4c3f43
}
.chicha-benefits li::before{
  content:"✓";position:absolute;left:0;top:0;color:var(--red);font-weight:900
}
.chicha-card-spacer{flex:1}
.chicha-cta{
  display:inline-flex;align-items:center;justify-content:center;width:100%;
  border-radius:999px;background:var(--red);color:#fff!important;font-weight:900;
  padding:14px 18px;transition:.2s ease;box-shadow:0 10px 28px rgba(211,19,42,.18)
}
.chicha-cta:hover{background:var(--red-dark);transform:translateY(-1px)}
.chicha-note{
  text-align:center;color:var(--muted);font-size:13px;margin:22px auto 0;max-width:760px
}

.chicha-content-card{
  background:#fff;border:1px solid var(--border);border-radius:26px;
  padding:28px;box-shadow:0 10px 36px rgba(89,20,33,.06)
}

/* WooCommerce cleanup */
.woocommerce ul.products li.product img,
.woocommerce div.product div.images,
.woocommerce-product-gallery,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale{
  display:none!important
}
.woocommerce ul.products{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px!important;margin:0!important
}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{
  width:auto!important;margin:0!important;background:#fff;border:1px solid var(--border);
  border-radius:26px;padding:28px!important;box-shadow:var(--shadow);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:Georgia,serif;font-size:30px!important;color:var(--text);padding:0!important;margin-bottom:10px
}
.woocommerce ul.products li.product .price{
  color:var(--red)!important;font-size:26px!important;font-weight:900!important
}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit{
  background:var(--red)!important;color:#fff!important;border:0!important;border-radius:999px!important;
  padding:13px 19px!important;font-weight:900!important
}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{
  background:var(--red-dark)!important;color:#fff!important
}
.woocommerce div.product{
  background:#fff;border:1px solid var(--border);border-radius:28px;padding:30px;box-shadow:var(--shadow)
}
.woocommerce div.product .summary{float:none!important;width:100%!important}
.woocommerce div.product p.price,.woocommerce div.product span.price{
  color:var(--red)!important;font-size:30px!important;font-weight:900!important
}
.woocommerce-message,.woocommerce-info{
  border-top-color:var(--red)!important;background:var(--blush)!important;border-radius:14px
}
.woocommerce-message::before,.woocommerce-info::before{color:var(--red)!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single{
  border:1px solid var(--border)!important;border-radius:14px!important;padding:12px!important;background:#fff!important
}
.woocommerce-cart table.cart img{display:none!important}
.woocommerce table.shop_table{border-color:var(--border)!important;border-radius:18px!important;overflow:hidden}
.woocommerce-checkout #payment{background:var(--blush)!important;border-radius:18px!important}
.chicha-footer{border-top:1px solid var(--border);background:#fff}
.chicha-footer-inner{
  width:min(1180px,calc(100% - 32px));margin:auto;padding:34px 0;
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:13px
}
@media(max-width:760px){
  .chicha-header-inner{min-height:68px}
  .chicha-brand-copy span{display:none}
  .chicha-nav a:not(.account-link){display:none}
  .chicha-main{padding-top:26px}
  .chicha-hero{padding:38px 20px;border-radius:24px}
  .chicha-vip-grid,.woocommerce ul.products{grid-template-columns:1fr!important}
  .chicha-vip-card{padding:24px}
  .chicha-best-value{position:static;align-self:flex-start;margin-bottom:12px}
}
