:root{--lc-black:#060506;--lc-deep:#151018;--lc-brown:#47322b;--lc-gold:#b67812;--lc-soft:#fff8ec;--lc-border:#eadcc7}.lc-wrap{max-width:1180px;margin:0 auto;padding:24px 18px;font-family:inherit}.entry-title,.page-title{font-weight:500}.home .entry-title,.home .page-title,.page .entry-title:has(+ .lc-wrap){display:none}.lc-animate{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.lc-animate.is-visible{opacity:1;transform:translateY(0)}.lc-slider{position:relative;min-height:520px;border-radius:34px;overflow:hidden;background:#080708;box-shadow:0 26px 90px rgba(0,0,0,.18);isolation:isolate}.lc-slider-track,.lc-slide{position:absolute;inset:0}.lc-slide{opacity:0;transition:opacity .8s ease,transform 1.2s ease;transform:scale(1.035)}.lc-slide.is-active{opacity:1;transform:scale(1)}.lc-slide img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.04)}.lc-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.45),rgba(0,0,0,.2)),radial-gradient(circle at 78% 20%,rgba(182,120,18,.28),transparent 32%)}.lc-slide-overlay{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:54px 64px;color:#fff;z-index:2;max-width:780px}.lc-slide-overlay p,.lc-eyebrow,.lc-heading p{margin:0 0 12px;text-transform:uppercase;letter-spacing:.32em;font-size:12px;font-weight:900;color:var(--lc-gold)}.lc-slide-overlay h1{font-size:clamp(42px,7vw,92px);line-height:.9;margin:0 0 18px;font-weight:950}.lc-slide-overlay span{font-size:clamp(16px,2vw,22px);color:#fff4de;line-height:1.4}.lc-slider-dots{position:absolute;z-index:5;left:64px;bottom:34px;display:flex;gap:10px}.lc-slider-dots button{width:12px;height:12px;border-radius:50%;border:1px solid rgba(255,255,255,.75);background:transparent;padding:0;cursor:pointer}.lc-slider-dots button.is-active{background:var(--lc-gold);border-color:var(--lc-gold);transform:scale(1.2)}.lc-hero{border-radius:34px;padding:70px 22px;text-align:center;color:#fff;background:radial-gradient(circle at top left,#4a372f 0,#161218 38%,#050506 100%);box-shadow:0 24px 70px rgba(0,0,0,.18);overflow:hidden}.lc-hero h1{font-size:clamp(44px,8vw,90px);line-height:.92;margin:0 0 18px;font-weight:900}.lc-hero p:last-child{font-size:18px;max-width:680px;margin:0 auto;color:#f5dfba}.lc-section{padding:56px 0 18px}.lc-heading{text-align:center;margin-bottom:26px}.lc-heading h2{font-size:clamp(34px,5vw,54px);line-height:1.05;margin:0;font-weight:950;color:#050505}.lc-cats{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:18px;justify-content:center}.lc-cat{text-decoration:none;color:#fff;background:linear-gradient(145deg,#241c1c,#050506);border:1px solid rgba(181,122,23,.5);border-radius:24px;padding:28px 16px;min-height:125px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;box-shadow:0 20px 45px rgba(0,0,0,.12);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.lc-cat:hover{transform:translateY(-7px);color:#fff;box-shadow:0 28px 60px rgba(0,0,0,.18);border-color:var(--lc-gold)}.lc-cat-icon{width:54px;height:54px;border-radius:16px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:23px}.lc-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.lc-product{border:1px solid #eee;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 16px 40px rgba(0,0,0,.07);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.lc-product:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(0,0,0,.12);border-color:var(--lc-border)}.lc-product-img{height:245px;background:#f8f8f8;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.lc-product-img img,.lcsb-direct-product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.lc-product:hover .lc-product-img img{transform:scale(1.05)}.lc-placeholder{height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(circle at top left,#5b443a 0,#18141a 48%,#050506 100%);color:#fff;text-align:center;padding:18px}.lc-placeholder span{font-size:44px;margin-bottom:8px}.lc-placeholder strong{font-size:17px}.lc-product-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.lc-product h3{margin:0;font-size:17px;line-height:1.25}.lc-product h3 a{text-decoration:none;color:#111}.lc-price{font-weight:900;color:#9b650e;font-size:18px}.lc-price .woocommerce-Price-amount{color:#a56500;font-weight:900}.lc-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.lc-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 14px;text-decoration:none!important;font-weight:900;font-size:13px;border:1px solid #111;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.lc-btn:hover{transform:translateY(-2px)}.lc-btn-primary{background:#111;color:#fff!important}.lc-btn-secondary{background:#fff;color:#111!important}.lc-btn-gold{background:linear-gradient(135deg,#e4b55c,#a56708);color:#111!important;border-color:#b67812}.lc-empty{background:#fff8e6;border:1px solid #e6bf65;border-radius:18px;color:#8a5a0a;padding:24px;text-align:center;font-size:18px}.woocommerce div.product div.images img.lcsb-direct-product-image{width:100%;height:auto;object-fit:cover;border-radius:18px}.woocommerce div.product .product_meta,.woocommerce div.product .posted_in,.woocommerce div.product .tagged_as,.woocommerce div.product .sku_wrapper{display:none!important}.woocommerce div.product .summary .price{color:#9b650e;font-weight:900}.woocommerce div.product form.cart{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.lcsb-single-buy-now{background:linear-gradient(135deg,#e4b55c,#a56708)!important;color:#111!important;border-radius:999px!important;margin-left:8px!important}.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;align-items:start}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{background:#fff;border:1px solid var(--lc-border);border-radius:24px;padding:24px;box-shadow:0 18px 55px rgba(0,0,0,.07)}.woocommerce-checkout #order_review_heading{margin:0 0 14px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #e6dfd7;border-radius:14px;padding:13px 14px;background:#fffdf8;min-height:48px}.woocommerce form .form-row label{font-weight:800;color:#111}.woocommerce-checkout-payment{border-radius:20px!important;background:#fff8ec!important}.woocommerce #payment #place_order{width:100%;border-radius:999px;background:#080708;color:#fff;font-weight:900;padding:15px 20px;font-size:16px}.woocommerce ul.products li.product .button{border-radius:999px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-weight:800}@media(max-width:980px){.lc-cats,.lc-products{grid-template-columns:repeat(2,minmax(0,1fr))}.lc-slider{min-height:430px}.lc-slide-overlay{padding:42px 32px}.lc-product-img{height:220px}.woocommerce-checkout form.checkout{grid-template-columns:1fr}}@media(max-width:560px){.lc-cats,.lc-products{grid-template-columns:1fr}.lc-section{padding-top:40px}.lc-slider{min-height:390px;border-radius:24px}.lc-slide-overlay{padding:34px 22px}.lc-slider-dots{left:22px;bottom:22px}.lc-actions .lc-btn{flex:1}.lc-product-img{height:260px}}


/* v2.1 stronger cleanup + checkout redesign */
body.lcsb-home-page .entry-title,
body.lcsb-home-page h1.entry-title,
body.lcsb-home-page .page-title,
body.lcsb-home-page main > h1:first-child,
body.lcsb-home-page article > header.entry-header {
  display:none!important;
}

body.single-product .product_meta,
body.single-product .posted_in,
body.single-product .tagged_as,
body.single-product .sku_wrapper,
body.single-product .woocommerce-tabs,
body.single-product .wc-tabs-wrapper,
body.single-product .product .summary > .product_meta {
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

body.single-product div.product {
  gap: 34px;
}

body.single-product .summary .product_title {
  letter-spacing: -.04em;
  line-height: 1.02;
  max-width: 740px;
}

body.single-product .woocommerce-product-details__short-description {
  font-size: 20px;
  line-height: 1.55;
  color:#1d1d1d;
  margin: 18px 0 22px;
}

body.single-product div.product form.cart {
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin-top: 22px!important;
}

body.single-product div.product form.cart .quantity input.qty {
  height:52px!important;
  border:1px solid #e2d2bb!important;
  border-radius:14px!important;
  background:#fffaf2!important;
  font-weight:800!important;
}

body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product div.product form.cart button.single_add_to_cart_button {
  min-height:52px!important;
  border-radius:14px!important;
  padding:0 30px!important;
  background:#050505!important;
  color:#fff!important;
  border:0!important;
  text-decoration:none!important;
  font-weight:900!important;
  box-shadow:0 14px 28px rgba(0,0,0,.16)!important;
}

body.single-product div.product form.cart a.lcsb-single-buy-now,
body.single-product .lcsb-single-buy-now,
.woocommerce div.product form.cart a.lcsb-single-buy-now.button {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  border-radius:14px!important;
  padding:0 32px!important;
  margin-left:0!important;
  background:linear-gradient(135deg,#f5d27e,#b67812)!important;
  color:#111!important;
  border:0!important;
  text-decoration:none!important;
  font-weight:950!important;
  line-height:1!important;
  box-shadow:0 16px 32px rgba(182,120,18,.25)!important;
  cursor:pointer!important;
}

body.single-product div.product form.cart a.lcsb-single-buy-now:hover,
body.single-product div.product form.cart .single_add_to_cart_button:hover {
  transform:translateY(-2px)!important;
  filter:brightness(1.02)!important;
}

body.lcsb-checkout-page .entry-title,
body.lcsb-checkout-page .page-title {
  display:none!important;
}

.lcsb-checkout-banner {
  max-width:1180px;
  margin:18px auto 26px;
  padding:0 18px;
}

.lcsb-checkout-banner > div {
  border-radius:28px;
  padding:30px 34px;
  background:radial-gradient(circle at 15% 0%,rgba(246,207,128,.45),transparent 32%),linear-gradient(135deg,#171113,#050505);
  color:#fff;
  box-shadow:0 22px 60px rgba(0,0,0,.14);
}

.lcsb-checkout-banner span {
  color:#f0bf56;
  letter-spacing:.28em;
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
}

.lcsb-checkout-banner h2 {
  margin:8px 0 6px;
  font-size:clamp(28px,4vw,46px);
  line-height:1;
  color:#fff;
}

.lcsb-checkout-banner p {
  margin:0;
  color:#ffefd0;
  font-size:17px;
}

body.lcsb-checkout-page .woocommerce {
  max-width:1180px;
  margin:0 auto 60px;
  padding:0 18px;
}

body.lcsb-checkout-page form.checkout {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 430px!important;
  gap:30px!important;
  align-items:start!important;
}

body.lcsb-checkout-page #customer_details {
  grid-column:1!important;
  grid-row:1 / span 2!important;
  display:block!important;
  width:100%!important;
  float:none!important;
  background:#fff!important;
  border:1px solid #eadcc7!important;
  border-radius:28px!important;
  padding:30px!important;
  box-shadow:0 22px 70px rgba(0,0,0,.08)!important;
}

body.lcsb-checkout-page #customer_details .col-1,
body.lcsb-checkout-page #customer_details .col-2 {
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  padding:0!important;
  margin:0!important;
}

body.lcsb-checkout-page #ship-to-different-address,
body.lcsb-checkout-page .woocommerce-shipping-fields,
body.lcsb-checkout-page .woocommerce-billing-fields__field-wrapper #billing_country_field {
  display:none!important;
}

body.lcsb-checkout-page .woocommerce-billing-fields h3,
body.lcsb-checkout-page .woocommerce-additional-fields h3 {
  font-size:26px!important;
  margin:0 0 20px!important;
  letter-spacing:-.03em;
}

body.lcsb-checkout-page .woocommerce-additional-fields {
  margin-top:24px!important;
  padding-top:22px!important;
  border-top:1px solid #f0e4d3!important;
}

body.lcsb-checkout-page .woocommerce form .form-row {
  margin:0 0 18px!important;
  padding:0!important;
}

body.lcsb-checkout-page .woocommerce form .form-row label {
  font-size:15px!important;
  margin-bottom:8px!important;
  font-weight:900!important;
  color:#111!important;
}

body.lcsb-checkout-page .woocommerce form .form-row input.input-text,
body.lcsb-checkout-page .woocommerce form .form-row textarea,
body.lcsb-checkout-page .woocommerce form .form-row select,
body.lcsb-checkout-page .select2-container .select2-selection--single {
  width:100%!important;
  min-height:54px!important;
  border:1px solid #eadcc7!important;
  border-radius:16px!important;
  background:#fffaf2!important;
  padding:14px 16px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
  outline:none!important;
  font-size:15px!important;
}

body.lcsb-checkout-page .woocommerce form .form-row input.input-text:focus,
body.lcsb-checkout-page .woocommerce form .form-row textarea:focus {
  border-color:#b67812!important;
  box-shadow:0 0 0 4px rgba(182,120,18,.12)!important;
}

body.lcsb-checkout-page #order_review_heading {
  grid-column:2!important;
  grid-row:1!important;
  margin:0!important;
  background:linear-gradient(135deg,#fff8ec,#fff)!important;
  border:1px solid #eadcc7!important;
  border-radius:28px 28px 0 0!important;
  padding:26px 28px 12px!important;
  box-shadow:0 22px 70px rgba(0,0,0,.08)!important;
  font-size:26px!important;
  letter-spacing:-.03em;
}

body.lcsb-checkout-page #order_review {
  grid-column:2!important;
  grid-row:1!important;
  margin-top:72px!important;
  background:#fff!important;
  border:1px solid #eadcc7!important;
  border-top:0!important;
  border-radius:0 0 28px 28px!important;
  padding:10px 28px 28px!important;
  box-shadow:0 22px 70px rgba(0,0,0,.08)!important;
  position:sticky!important;
  top:92px!important;
}

body.lcsb-checkout-page table.shop_table {
  border:0!important;
  margin:0 0 20px!important;
}

body.lcsb-checkout-page table.shop_table th,
body.lcsb-checkout-page table.shop_table td {
  border-color:#f0e4d3!important;
  padding:13px 0!important;
  font-size:15px!important;
}

.lcsb-cod-note {
  background:#fff8e6;
  border:1px solid #e5bf64;
  color:#7c520b;
  border-radius:18px;
  padding:14px 16px;
  margin:14px 0;
  font-size:14px;
  line-height:1.45;
}

body.lcsb-checkout-page .woocommerce-checkout-payment {
  background:#fffaf2!important;
  border-radius:22px!important;
  border:1px solid #f0e4d3!important;
  padding:18px!important;
}

body.lcsb-checkout-page .woocommerce #payment #place_order,
body.lcsb-checkout-page #place_order {
  width:100%!important;
  min-height:56px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#080708,#241c1c)!important;
  color:#fff!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  padding:16px 22px!important;
  font-size:16px!important;
  box-shadow:0 18px 34px rgba(0,0,0,.18)!important;
}

@media(max-width:980px){
  body.lcsb-checkout-page form.checkout {
    grid-template-columns:1fr!important;
  }
  body.lcsb-checkout-page #customer_details,
  body.lcsb-checkout-page #order_review_heading,
  body.lcsb-checkout-page #order_review {
    grid-column:1!important;
    grid-row:auto!important;
  }
  body.lcsb-checkout-page #order_review {
    margin-top:0!important;
    position:relative!important;
    top:auto!important;
    border-top:1px solid #eadcc7!important;
    border-radius:28px!important;
  }
  body.lcsb-checkout-page #order_review_heading {
    border-radius:28px!important;
  }
}

/* v2.2 premium category icon cards */
.lc-category-section{padding-top:52px;padding-bottom:32px;position:relative}.lc-category-section:before{content:"";position:absolute;left:50%;top:110px;width:min(960px,90vw);height:250px;transform:translateX(-50%);background:radial-gradient(circle at center,rgba(182,120,18,.16),transparent 68%);pointer-events:none;z-index:-1}.lc-category-section .lc-cats{gap:22px}.lc-category-section .lc-cat{position:relative;overflow:hidden;min-height:230px;padding:24px 18px 22px;color:#15100d!important;background:linear-gradient(145deg,#fffdf8,#f7ead4 48%,#fff8ec);border:1px solid rgba(182,120,18,.38);box-shadow:0 22px 60px rgba(72,48,23,.13);border-radius:30px;isolation:isolate}.lc-category-section .lc-cat:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.24) 45%,rgba(182,120,18,.18));z-index:-2}.lc-category-section .lc-cat:after{content:"";position:absolute;width:165px;height:165px;right:-58px;bottom:-64px;border-radius:999px;background:radial-gradient(circle,rgba(182,120,18,.34),transparent 68%);z-index:-1;transition:transform .35s ease,opacity .35s ease}.lc-category-section .lc-cat-shine{position:absolute;inset:-90px auto auto -130px;width:230px;height:420px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);transform:rotate(25deg);opacity:.38;transition:transform .75s ease}.lc-category-section .lc-cat:hover{transform:translateY(-9px) scale(1.015);border-color:rgba(182,120,18,.72);box-shadow:0 32px 80px rgba(72,48,23,.2);color:#15100d!important}.lc-category-section .lc-cat:hover .lc-cat-shine{transform:translateX(410px) rotate(25deg)}.lc-category-section .lc-cat:hover:after{transform:scale(1.14);opacity:1}.lc-category-section .lc-cat-icon{width:96px;height:96px;background:#fff;border:1px solid rgba(182,120,18,.32);box-shadow:0 12px 35px rgba(0,0,0,.09), inset 0 0 0 7px rgba(255,248,236,.72);border-radius:28px;padding:12px;transition:transform .28s ease,box-shadow .28s ease}.lc-category-section .lc-cat-icon img{display:block;width:100%;height:100%;object-fit:contain}.lc-category-section .lc-cat:hover .lc-cat-icon{transform:translateY(-4px) rotate(-2deg);box-shadow:0 18px 45px rgba(0,0,0,.13), inset 0 0 0 7px rgba(255,248,236,.85)}.lc-category-section .lc-cat strong{font-size:23px;letter-spacing:-.02em;color:#0d0b0a}.lc-category-section .lc-cat em{font-style:normal;font-size:13px;line-height:1.35;color:#6b5438;text-align:center;margin-top:-7px;min-height:34px;display:flex;align-items:center}.lc-category-section .lc-cat b{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#a56708;margin-top:2px}.lc-category-section .lc-cat-watches .lc-cat-icon{background:linear-gradient(145deg,#fff,#f7eee2)}.lc-category-section .lc-cat-rings .lc-cat-icon{background:linear-gradient(145deg,#fff,#f7efe8)}.lc-category-section .lc-cat-jewelry .lc-cat-icon{background:linear-gradient(145deg,#fff,#fff5db)}.lc-category-section .lc-cat-bracelets .lc-cat-icon{background:linear-gradient(145deg,#fff,#f3eadf)}.lc-category-section .lc-cat-nighty .lc-cat-icon{background:linear-gradient(145deg,#fff,#f8edf1)}@media(max-width:980px){.lc-category-section .lc-cats{grid-template-columns:repeat(2,minmax(0,1fr))}.lc-category-section .lc-cat{min-height:220px}}@media(max-width:560px){.lc-category-section .lc-cats{grid-template-columns:1fr}.lc-category-section .lc-cat{min-height:205px}.lc-category-section .lc-cat-icon{width:88px;height:88px}}
