/*
Theme Name: Kawaii Dream Live
Theme URI: https://example.com/
Author: MD Mir Sabbir
Description: A full pastel girly WooCommerce theme with animated background, custom header, footer, shop, product, cart, checkout and account styling. No visible theme branding text is printed on the front-end.
Version: 6.8.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: kawaii-dream-live
*/

:root{
  --kdt-bg:#fff7fb;
  --kdt-bg-2:#fff1f7;
  --kdt-card:#ffffff;
  --kdt-card-soft:#fff8fb;
  --kdt-pink:#ffb8d0;
  --kdt-pink-strong:#ee7da9;
  --kdt-pink-deep:#cf527f;
  --kdt-blue:#dceeff;
  --kdt-blue-2:#eaf6ff;
  --kdt-cream:#fffbed;
  --kdt-lilac:#f1e8ff;
  --kdt-mint:#e8fff7;
  --kdt-text:#4a2c35;
  --kdt-muted:#9a6b7d;
  --kdt-border:#ffd3e2;
  --kdt-shadow:0 18px 45px rgba(207,82,127,.13);
  --kdt-shadow-soft:0 10px 26px rgba(207,82,127,.10);
  --kdt-radius:28px;
  --kdt-radius-sm:18px;
  --kdt-container:min(1180px, calc(100vw - 28px));
  --kdt-font: "Nunito", ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --kdt-title-font: "Cherry Bomb One", "Cooper Black", "Comic Sans MS", cursive;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  min-height:100vh;
  color:var(--kdt-text);
  font-family:var(--kdt-font);
  background:
    radial-gradient(circle at 12% 12%, rgba(255,184,208,.42) 0 34px, transparent 36px),
    radial-gradient(circle at 88% 18%, rgba(220,238,255,.65) 0 44px, transparent 46px),
    radial-gradient(circle at 18% 88%, rgba(241,232,255,.60) 0 42px, transparent 44px),
    linear-gradient(135deg, #fff8fc 0%, #fff0f7 46%, #edf8ff 100%);
  background-attachment:fixed;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-2;
  background-image:
    radial-gradient(circle, rgba(238,125,169,.18) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(157,203,255,.20) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(255,255,255,.85) 0 7px, transparent 8px);
  background-size:78px 78px, 114px 114px, 168px 168px;
  background-position:0 0, 38px 26px, 12px 48px;
  animation:kdtPatternDrift 26s linear infinite alternate;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(255,255,255,.28) 49% 51%, transparent 51% 100%),
    linear-gradient(0deg, transparent 0 49%, rgba(255,255,255,.18) 49% 51%, transparent 51% 100%);
  background-size:160px 160px;
  opacity:.32;
  mask-image:linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
}
@keyframes kdtPatternDrift{from{background-position:0 0,38px 26px,12px 48px;}to{background-position:42px 30px,0 70px,58px 18px;}}
@keyframes kdtFloat{0%,100%{transform:translate3d(0,0,0) rotate(-2deg);}50%{transform:translate3d(16px,-18px,0) rotate(2deg);}}
@keyframes kdtBob{0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);}}
@keyframes kdtGlow{0%,100%{box-shadow:0 18px 45px rgba(207,82,127,.12);}50%{box-shadow:0 24px 58px rgba(207,82,127,.20);}}

img{max-width:100%;height:auto;}
a{color:var(--kdt-pink-deep);text-decoration:none;transition:.22s ease;}
a:hover{color:#b43f6b;}
button,input,select,textarea{font-family:inherit;}

.kdt-bg-decor{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;}
.kdt-bg-decor span{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;color:rgba(207,82,127,.18);font-size:24px;filter:drop-shadow(0 8px 14px rgba(255,184,208,.18));animation:kdtFloat var(--speed, 12s) ease-in-out infinite;animation-delay:var(--delay,0s);}
.kdt-bg-decor span:nth-child(1){left:5%;top:10%;--speed:14s;--delay:-1s}.kdt-bg-decor span:nth-child(2){left:18%;top:33%;--speed:17s;--delay:-4s}.kdt-bg-decor span:nth-child(3){left:82%;top:11%;--speed:15s;--delay:-2s}.kdt-bg-decor span:nth-child(4){left:91%;top:40%;--speed:19s;--delay:-5s}.kdt-bg-decor span:nth-child(5){left:8%;top:72%;--speed:16s;--delay:-8s}.kdt-bg-decor span:nth-child(6){left:72%;top:76%;--speed:18s;--delay:-6s}.kdt-bg-decor span:nth-child(7){left:52%;top:8%;--speed:21s;--delay:-7s}.kdt-bg-decor span:nth-child(8){left:38%;top:88%;--speed:13s;--delay:-3s}.kdt-bg-decor span:nth-child(9){left:30%;top:16%;--speed:18s;--delay:-2s}.kdt-bg-decor span:nth-child(10){left:62%;top:48%;--speed:22s;--delay:-10s}.kdt-bg-decor span:nth-child(11){left:12%;top:51%;--speed:20s;--delay:-12s}.kdt-bg-decor span:nth-child(12){left:86%;top:88%;--speed:18s;--delay:-9s}

.kdt-site-header{
  position:sticky;
  top:0;
  z-index:999;
  backdrop-filter:blur(18px);
  background:linear-gradient(135deg, rgba(255,248,252,.90), rgba(234,246,255,.82));
  border-bottom:1px solid rgba(255,211,226,.95);
  box-shadow:0 8px 26px rgba(207,82,127,.08);
}
.kdt-top-ribbon{height:9px;background:linear-gradient(90deg,#ffd4e4,#dceeff,#fff1bf,#f1e8ff,#ffd4e4);background-size:280% 100%;animation:kdtRibbon 9s ease infinite;}
@keyframes kdtRibbon{0%,100%{background-position:0 50%;}50%{background-position:100% 50%;}}
.kdt-header-inner{width:var(--kdt-container);margin:auto;min-height:76px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:10px 0;}
.kdt-brand{display:flex;align-items:center;gap:10px;min-width:0;}
.kdt-custom-logo img,.kdt-custom-logo{width:auto;max-height:54px;display:block;}
.kdt-site-title{position:relative;display:inline-flex;align-items:center;gap:8px;font-size:clamp(24px,4vw,34px);font-weight:900;letter-spacing:.2px;color:var(--kdt-text);line-height:1;text-decoration:none;white-space:nowrap;text-shadow:0 2px 0 rgba(255,255,255,.9);}
.kdt-site-title::before{content:"";width:18px;height:15px;display:inline-block;background:radial-gradient(circle at 34% 50%, var(--kdt-pink-strong) 0 7px, transparent 8px),radial-gradient(circle at 70% 50%, var(--kdt-pink-strong) 0 7px, transparent 8px),radial-gradient(circle at 50% 55%, #fff 0 4px, transparent 5px);filter:drop-shadow(0 4px 8px rgba(207,82,127,.18));}
.kdt-main-nav{display:flex;align-items:center;justify-content:center;min-width:0;}
.kdt-main-nav ul{display:flex;align-items:center;justify-content:center;gap:7px;list-style:none;margin:0;padding:0;flex-wrap:wrap;}
.kdt-main-nav a{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;color:var(--kdt-text);font-size:14px;font-weight:800;text-decoration:none;border:1px solid transparent;}
.kdt-main-nav a:hover,.kdt-main-nav .current-menu-item>a{background:#fff;border-color:var(--kdt-border);box-shadow:0 7px 18px rgba(207,82,127,.10);color:var(--kdt-pink-deep);}
.kdt-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.kdt-icon-link,.kdt-menu-toggle,.kdt-search-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid var(--kdt-border);box-shadow:0 10px 24px rgba(207,82,127,.10);color:var(--kdt-text);font-size:16px;font-weight:900;cursor:pointer;}
.kdt-icon-link:hover,.kdt-menu-toggle:hover,.kdt-search-toggle:hover{transform:translateY(-2px);background:#fff7fb;border-color:#ffb7d0;color:var(--kdt-pink-deep);}
.kdt-icon-label{font-size:13px;margin-left:6px;}
.kdt-cart-count{position:absolute;right:-5px;top:-7px;min-width:19px;height:19px;padding:0 5px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--kdt-pink-deep);color:#fff;font-size:11px;font-weight:900;border:2px solid #fff;}
.kdt-menu-toggle{display:none;}
.kdt-search-panel{display:none;border-top:1px solid rgba(255,211,226,.8);background:rgba(255,255,255,.64);}
.kdt-search-panel.is-open{display:block;}
.kdt-search-panel form{width:var(--kdt-container);margin:auto;padding:14px 0 16px;display:flex;gap:10px;}
.kdt-search-panel input[type="search"]{width:100%;height:48px;border-radius:999px;border:1px solid var(--kdt-border);background:#fff;padding:0 18px;outline:none;color:var(--kdt-text);box-shadow:0 8px 20px rgba(207,82,127,.08);}
.kdt-search-panel button{height:48px;padding:0 20px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--kdt-pink-strong),#ff9abc);color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(207,82,127,.18);}

.kdt-page-wrap{width:var(--kdt-container);margin:26px auto 54px;position:relative;z-index:1;}
.kdt-card,.kdt-content-card,.kdt-hero,.kdt-section,.woocommerce .kdt-woo-wrap{background:rgba(255,255,255,.78);border:1px solid rgba(255,211,226,.98);border-radius:var(--kdt-radius);box-shadow:var(--kdt-shadow);}
.kdt-content-card{padding:clamp(18px,3.5vw,34px);}
.kdt-entry-title,.woocommerce-products-header__title,.page-title{font-size:clamp(28px,6vw,54px);line-height:1.05;margin:0 0 20px;color:var(--kdt-text);letter-spacing:-.8px;text-align:center;text-shadow:0 2px 0 #fff;}
.kdt-entry-content{font-size:16px;line-height:1.75;color:#5f3d48;}
.kdt-entry-content p:first-child{margin-top:0;}

.kdt-hero{position:relative;overflow:hidden;min-height:420px;padding:clamp(32px,7vw,82px) clamp(18px,5vw,72px);display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(255,241,247,.90) 48%,rgba(234,246,255,.92));animation:kdtGlow 5.6s ease-in-out infinite;}
.kdt-hero::before{content:"";position:absolute;inset:16px;border:2px dashed rgba(255,184,208,.9);border-radius:calc(var(--kdt-radius) - 8px);pointer-events:none;}
.kdt-hero::after{content:"♡ ✧ 🎀 ✿ ♡";position:absolute;right:28px;top:24px;color:rgba(207,82,127,.20);font-size:28px;letter-spacing:10px;white-space:nowrap;animation:kdtFloat 8s ease-in-out infinite;}
.kdt-hero-content{position:relative;z-index:2;}
.kdt-eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--kdt-border);box-shadow:0 8px 20px rgba(207,82,127,.10);font-size:13px;font-weight:900;color:var(--kdt-pink-deep);}
.kdt-hero h1{font-size:clamp(42px,8vw,88px);line-height:.94;margin:0 0 18px;color:var(--kdt-text);letter-spacing:-2px;text-shadow:0 3px 0 #fff;}
.kdt-hero p{font-size:clamp(15px,2.2vw,19px);line-height:1.7;color:#765365;margin:0 0 24px;max-width:570px;}
.kdt-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.kdt-btn,.button,button.button,input.button,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;padding:0 22px!important;border-radius:999px!important;border:1px solid rgba(255,169,200,.95)!important;background:linear-gradient(135deg,var(--kdt-pink-strong),#ff9bbd)!important;color:#fff!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 13px 28px rgba(207,82,127,.19)!important;line-height:1!important;transition:.22s ease!important;}
.kdt-btn:hover,.button:hover,button.button:hover,input.button:hover,.wp-element-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{transform:translateY(-2px);filter:saturate(1.05);color:#fff!important;}
.kdt-btn-secondary{background:#fff!important;color:var(--kdt-text)!important;border-color:var(--kdt-border)!important;box-shadow:0 10px 24px rgba(207,82,127,.10)!important;}
.kdt-hero-visual{position:relative;z-index:2;min-height:300px;display:grid;place-items:center;}
.kdt-visual-orbit{position:relative;width:min(420px,86vw);aspect-ratio:1/1;border-radius:42% 58% 47% 53%/53% 44% 56% 47%;background:linear-gradient(135deg,#fff,#fff1f8 45%,#eaf6ff);border:1px solid var(--kdt-border);box-shadow:var(--kdt-shadow);animation:kdtFloat 9s ease-in-out infinite;overflow:hidden;}
.kdt-visual-orbit::before{content:"";position:absolute;inset:28px;border:2px dashed rgba(255,184,208,.9);border-radius:inherit;}
.kdt-visual-orbit::after{content:"♡\A✧   🎀\A✿   ♡";white-space:pre;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;color:rgba(207,82,127,.28);font-size:70px;line-height:1.1;text-shadow:0 4px 0 rgba(255,255,255,.7);animation:kdtBob 4s ease-in-out infinite;}

.kdt-section{position:relative;margin:28px 0;padding:clamp(20px,3vw,32px);background:rgba(255,255,255,.72);overflow:hidden;}
.kdt-section-title{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 22px;font-size:clamp(24px,5vw,42px);line-height:1.05;text-align:center;color:var(--kdt-text);}
.kdt-section-title::before,.kdt-section-title::after{content:"";width:36px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--kdt-pink-strong),transparent);}
.kdt-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.kdt-cat-card{position:relative;display:flex;min-height:138px;align-items:flex-end;padding:16px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#fff,#fff1f7 56%,#eaf6ff);border:1px solid var(--kdt-border);box-shadow:var(--kdt-shadow-soft);color:var(--kdt-text);font-weight:900;}
.kdt-cat-card::before{content:"";position:absolute;inset:-30px -30px auto auto;width:110px;height:110px;border-radius:999px;background:rgba(255,184,208,.42);}
.kdt-cat-card::after{content:"♡";position:absolute;right:18px;top:12px;color:rgba(207,82,127,.28);font-size:28px;}
.kdt-cat-card:hover{transform:translateY(-4px);color:var(--kdt-pink-deep);}
.kdt-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.kdt-feature{padding:18px;border-radius:22px;background:linear-gradient(135deg,#fff,#fff7fb);border:1px solid var(--kdt-border);box-shadow:var(--kdt-shadow-soft);text-align:center;}
.kdt-feature strong{display:block;margin:0 0 8px;font-size:18px;color:var(--kdt-text);}
.kdt-feature span{display:block;font-size:14px;line-height:1.55;color:var(--kdt-muted);}

/* WooCommerce all pages */
.woocommerce .kdt-page-wrap,.woocommerce-page .kdt-page-wrap{width:var(--kdt-container);}
.woocommerce-notices-wrapper{width:var(--kdt-container);margin:18px auto 0;}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border:1px solid var(--kdt-border)!important;border-top:0!important;border-radius:22px!important;background:#fff!important;color:var(--kdt-text)!important;box-shadow:var(--kdt-shadow-soft)!important;padding:16px 18px 16px 52px!important;}
.woocommerce-message::before,.woocommerce-info::before{color:var(--kdt-pink-deep)!important;}
.woocommerce .woocommerce-breadcrumb{margin:0 0 18px;color:var(--kdt-muted);font-size:13px;font-weight:700;}
.woocommerce-result-count,.woocommerce-ordering{font-size:13px;color:var(--kdt-muted);}
.woocommerce-ordering select,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,select,input[type="text"],input[type="email"],input[type="tel"],input[type="password"],input[type="search"],textarea{border:1px solid var(--kdt-border)!important;border-radius:18px!important;background:#fff!important;color:var(--kdt-text)!important;padding:12px 14px!important;box-shadow:0 8px 18px rgba(207,82,127,.06)!important;outline:none!important;}
.woocommerce-ordering select:focus,.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,input:focus,textarea:focus{border-color:#ff9fc0!important;box-shadow:0 0 0 4px rgba(255,184,208,.30)!important;}

.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;margin:20px 0 0!important;padding:0!important;}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important;}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;position:relative!important;display:flex!important;flex-direction:column!important;background:#fff!important;border:1px solid var(--kdt-border)!important;border-radius:26px!important;overflow:hidden!important;box-shadow:var(--kdt-shadow-soft)!important;transition:.22s ease!important;min-width:0!important;text-align:center!important;}
.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(207,82,127,.16)!important;}
.woocommerce ul.products li.product::before{content:"";position:absolute;left:12px;top:12px;width:18px;height:15px;z-index:3;background:radial-gradient(circle at 35% 50%, #ff9bbc 0 7px, transparent 8px),radial-gradient(circle at 70% 50%, #ff9bbc 0 7px, transparent 8px),radial-gradient(circle at 50% 55%, #fff 0 4px, transparent 5px);filter:drop-shadow(0 4px 8px rgba(207,82,127,.18));pointer-events:none;}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:flex!important;flex-direction:column!important;height:100%!important;color:var(--kdt-text)!important;text-decoration:none!important;}
.woocommerce ul.products li.product a img{width:100%!important;aspect-ratio:1/1!important;height:auto!important;object-fit:cover!important;margin:0!important;border-radius:0!important;background:#fff6fb!important;}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:12px 10px 6px!important;margin:0!important;color:var(--kdt-text)!important;font-size:15px!important;line-height:1.35!important;font-weight:900!important;min-height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.woocommerce ul.products li.product .price{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;margin:0 0 13px!important;color:var(--kdt-pink-deep)!important;font-size:15px!important;font-weight:900!important;white-space:nowrap!important;}
.woocommerce ul.products li.product .price del{color:#b58a9a!important;opacity:.9!important;font-weight:800!important;}
.woocommerce ul.products li.product .price ins{text-decoration:none!important;color:var(--kdt-pink-deep)!important;}
body:not(.single-product) .woocommerce ul.products li.product .button,
body:not(.single-product) .wc-block-grid__product-add-to-cart,
body:not(.single-product) .wp-block-button.wc-block-components-product-button,
body:not(.single-product) .products .add_to_cart_button,
body:not(.single-product) .products .product_type_variable,
body:not(.single-product) .products .product_type_simple,
body:not(.single-product) .products .product_type_external,
body:not(.single-product) .products .product_type_grouped{display:none!important;}
.woocommerce span.onsale{min-height:auto!important;min-width:auto!important;line-height:1!important;padding:8px 11px!important;border-radius:999px!important;background:linear-gradient(135deg,#ff86b1,#ffb8d0)!important;color:#fff!important;font-weight:900!important;box-shadow:0 8px 18px rgba(207,82,127,.20)!important;}
.woocommerce-pagination{margin-top:24px;text-align:center;}
.woocommerce nav.woocommerce-pagination ul{border:0!important;display:inline-flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:center!important;}
.woocommerce nav.woocommerce-pagination ul li{border:0!important;}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:40px;height:40px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:999px!important;border:1px solid var(--kdt-border)!important;background:#fff!important;color:var(--kdt-text)!important;font-weight:900!important;box-shadow:var(--kdt-shadow-soft);}
.woocommerce nav.woocommerce-pagination ul li span.current{background:linear-gradient(135deg,var(--kdt-pink-strong),#ff9abc)!important;color:#fff!important;}

/* Single product */
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:28px;align-items:start;padding:clamp(16px,3vw,28px);background:rgba(255,255,255,.78);border:1px solid var(--kdt-border);border-radius:var(--kdt-radius);box-shadow:var(--kdt-shadow);}
.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important;margin:0!important;}
.woocommerce div.product div.images img{border-radius:26px!important;border:1px solid var(--kdt-border)!important;background:#fff!important;box-shadow:var(--kdt-shadow-soft)!important;}
.woocommerce div.product .product_title{font-size:clamp(26px,5vw,48px);line-height:1.05;color:var(--kdt-text);margin:0 0 12px;text-shadow:0 2px 0 #fff;}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--kdt-pink-deep)!important;font-size:clamp(22px,4vw,32px)!important;font-weight:900!important;}
.woocommerce div.product form.cart{padding:16px;border-radius:24px;background:linear-gradient(135deg,#fff,#fff6fb);border:1px solid var(--kdt-border);box-shadow:var(--kdt-shadow-soft);}
.woocommerce div.product form.cart .variations{margin-bottom:16px!important;}
.woocommerce div.product form.cart .variations label{font-weight:900;color:var(--kdt-text);}
.woocommerce div.product form.cart .variations select{min-height:46px;}
.woocommerce .quantity .qty{width:76px!important;height:46px!important;text-align:center!important;font-weight:900!important;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:30px 0 0!important;border:0!important;display:flex;gap:10px;flex-wrap:wrap;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--kdt-border)!important;border-radius:999px!important;background:#fff!important;margin:0!important;padding:0!important;box-shadow:var(--kdt-shadow-soft);}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:12px 18px!important;color:var(--kdt-text)!important;font-weight:900!important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:linear-gradient(135deg,#fff1f7,#eaf6ff)!important;}
.woocommerce div.product .woocommerce-tabs .panel{padding:20px!important;margin:14px 0 0!important;background:#fff!important;border:1px solid var(--kdt-border)!important;border-radius:24px!important;box-shadow:var(--kdt-shadow-soft);}
.related.products,.upsells.products{margin-top:28px;padding:24px;background:rgba(255,255,255,.72);border:1px solid var(--kdt-border);border-radius:var(--kdt-radius);box-shadow:var(--kdt-shadow);}
.related.products>h2,.upsells.products>h2{font-size:clamp(24px,4.8vw,40px);text-align:center;margin:0 0 18px;color:var(--kdt-text);}

/* Cart / checkout / account */
.woocommerce-cart-form,.cart-collaterals .cart_totals,.woocommerce-checkout .col2-set,.woocommerce-checkout-review-order,.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content,.woocommerce-order,.woocommerce-customer-details,.woocommerce-order-details{background:rgba(255,255,255,.80)!important;border:1px solid var(--kdt-border)!important;border-radius:26px!important;box-shadow:var(--kdt-shadow)!important;padding:18px!important;}
.woocommerce table.shop_table{border:1px solid var(--kdt-border)!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important;box-shadow:var(--kdt-shadow-soft)!important;}
.woocommerce table.shop_table th{background:#fff1f7!important;color:var(--kdt-text)!important;font-weight:900!important;}
.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-color:#ffe3ec!important;}
.woocommerce-cart table.cart img{border-radius:14px!important;border:1px solid var(--kdt-border)!important;}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid var(--kdt-border)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--kdt-shadow-soft)!important;}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0!important;padding:0!important;display:grid;gap:9px;}
.woocommerce-MyAccount-navigation a{display:flex;padding:12px 14px;border-radius:999px;background:#fff;border:1px solid var(--kdt-border);font-weight:900;color:var(--kdt-text);box-shadow:var(--kdt-shadow-soft);}
.woocommerce-MyAccount-navigation .is-active a,.woocommerce-MyAccount-navigation a:hover{background:linear-gradient(135deg,#fff1f7,#eaf6ff);color:var(--kdt-pink-deep);}
#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#fff6fb!important;border:1px solid var(--kdt-border)!important;border-radius:24px!important;box-shadow:var(--kdt-shadow-soft)!important;}
#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{background:#fff!important;border-radius:18px!important;}

/* Existing plugin visual match */
.softheart-preorder-based-badge,
.softheart-preorder-note,
.softheart-clean-breakdown,
.softheart-checkout-payment-area .payment-box{
  border:1px solid var(--kdt-border)!important;
  background:linear-gradient(135deg,#fff,#fff4f9 60%,#eaf6ff)!important;
  color:var(--kdt-text)!important;
  border-radius:24px!important;
  box-shadow:var(--kdt-shadow-soft)!important;
}
.softheart-key-highlight,.softheart-price-current{color:var(--kdt-pink-deep)!important;}
.softheart-ui{font-family:var(--kdt-font)!important;}
.softheart-search-box{border-radius:999px!important;border-color:var(--kdt-border)!important;background:#fff!important;box-shadow:var(--kdt-shadow-soft)!important;}
.softheart-search-icon{color:var(--kdt-pink-deep)!important;}
.softheart-search-input::placeholder{color:#b9879a!important;}
.softheart-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
.softheart-card{border-radius:24px!important;border-color:var(--kdt-border)!important;background:#fff!important;box-shadow:var(--kdt-shadow-soft)!important;position:relative!important;overflow:hidden!important;}
.softheart-card::before{content:"";position:absolute;left:10px;top:10px;width:17px;height:14px;z-index:2;background:radial-gradient(circle at 35% 50%, #ff9bbc 0 6px, transparent 7px),radial-gradient(circle at 70% 50%, #ff9bbc 0 6px, transparent 7px),radial-gradient(circle at 50% 55%, #fff 0 3px, transparent 4px);filter:drop-shadow(0 4px 8px rgba(207,82,127,.18));}
.softheart-card-image-wrap{background:#fff6fb!important;}
.softheart-card-title{color:var(--kdt-text)!important;font-weight:900!important;}
.softheart-price-single{color:var(--kdt-pink-deep)!important;}
.softheart-loading,.softheart-empty{border-color:var(--kdt-border)!important;background:#fff!important;border-radius:20px!important;color:var(--kdt-text)!important;}

.kdt-site-footer{position:relative;margin-top:56px;background:linear-gradient(135deg,rgba(255,241,247,.94),rgba(234,246,255,.94));border-top:1px solid var(--kdt-border);overflow:hidden;}
.kdt-site-footer::before{content:"♡ ✧ 🎀 ✿ ♡ ✦";position:absolute;left:50%;top:18px;transform:translateX(-50%);font-size:30px;letter-spacing:14px;color:rgba(207,82,127,.18);white-space:nowrap;animation:kdtFloat 10s ease-in-out infinite;}
.kdt-footer-inner{width:var(--kdt-container);margin:auto;padding:72px 0 28px;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:18px;align-items:start;}
.kdt-footer-card{background:rgba(255,255,255,.76);border:1px solid var(--kdt-border);border-radius:24px;box-shadow:var(--kdt-shadow-soft);padding:18px;min-height:150px;}
.kdt-footer-brand{font-size:28px;font-weight:900;margin:0 0 10px;color:var(--kdt-text);}
.kdt-footer-card h3{font-size:16px;margin:0 0 12px;color:var(--kdt-text);}
.kdt-footer-card p,.kdt-footer-card li{font-size:13px;line-height:1.65;color:var(--kdt-muted);margin:0;}
.kdt-footer-card ul{list-style:none;margin:0;padding:0;display:grid;gap:7px;}
.kdt-footer-card a{color:var(--kdt-muted);font-weight:800;}
.kdt-footer-card a:hover{color:var(--kdt-pink-deep);}
.kdt-copyright{width:var(--kdt-container);margin:auto;padding:0 0 22px;text-align:center;color:#9b7080;font-size:12px;}

/* WordPress default elements */
.wp-block-image img{border-radius:22px;box-shadow:var(--kdt-shadow-soft);}
.wp-block-quote{border-left:4px solid var(--kdt-pink-strong);background:#fff;border-radius:0 20px 20px 0;padding:14px 18px;box-shadow:var(--kdt-shadow-soft);}
.comments-area{margin-top:28px;padding:22px;background:#fff;border:1px solid var(--kdt-border);border-radius:24px;box-shadow:var(--kdt-shadow-soft);}

@media (min-width:768px){
  .softheart-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;}
}
@media (min-width:1025px){
  .softheart-products-grid{grid-template-columns:repeat(var(--sh-columns,4),minmax(0,1fr))!important;gap:var(--sh-gap,18px)!important;}
}
@media (max-width:1024px){
  .kdt-header-inner{grid-template-columns:auto 1fr auto;gap:10px;}
  .kdt-main-nav{display:none;position:absolute;left:14px;right:14px;top:92px;background:rgba(255,255,255,.96);border:1px solid var(--kdt-border);border-radius:24px;box-shadow:var(--kdt-shadow);padding:14px;}
  .kdt-main-nav.is-open{display:block;}
  .kdt-main-nav ul{display:grid;grid-template-columns:1fr;gap:8px;}
  .kdt-main-nav a{justify-content:flex-start;background:#fff7fb;border-color:#ffe0eb;}
  .kdt-menu-toggle{display:inline-flex;}
  .kdt-hero{grid-template-columns:1fr;min-height:auto;}
  .kdt-hero-visual{min-height:240px;}
  .kdt-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .kdt-feature-grid{grid-template-columns:1fr;}
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;}
  .woocommerce div.product{grid-template-columns:1fr;}
  .kdt-footer-inner{grid-template-columns:1fr 1fr;}
}
@media (max-width:767px){
  :root{--kdt-container:min(100vw - 18px, 1180px);}
  body{background-attachment:scroll;}
  .kdt-header-inner{min-height:66px;padding:8px 0;grid-template-columns:auto 1fr auto;}
  .kdt-brand{min-width:0;}
  .kdt-site-title{font-size:22px;max-width:42vw;overflow:hidden;text-overflow:ellipsis;}
  .kdt-site-title::before{width:15px;height:13px;flex:0 0 auto;}
  .kdt-header-actions{gap:6px;}
  .kdt-icon-link,.kdt-menu-toggle,.kdt-search-toggle{min-width:39px;height:39px;font-size:15px;}
  .kdt-icon-label{display:none;}
  .kdt-main-nav{top:80px;}
  .kdt-search-panel form{padding:10px 0 12px;}
  .kdt-page-wrap{margin:16px auto 36px;}
  .kdt-hero{border-radius:24px;padding:32px 16px;gap:10px;}
  .kdt-hero::before{inset:10px;border-radius:18px;}
  .kdt-hero::after{font-size:18px;letter-spacing:5px;right:12px;top:12px;}
  .kdt-eyebrow{font-size:12px;padding:8px 12px;}
  .kdt-hero h1{font-size:43px;letter-spacing:-1.3px;}
  .kdt-hero p{font-size:14px;}
  .kdt-hero-actions{gap:8px;}
  .kdt-btn,.button,button.button,input.button,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{min-height:42px!important;padding:0 16px!important;font-size:13px!important;}
  .kdt-visual-orbit{width:min(260px,82vw);}
  .kdt-visual-orbit::after{font-size:46px;}
  .kdt-section{border-radius:24px;padding:16px;margin:18px 0;}
  .kdt-section-title{font-size:26px;}
  .kdt-section-title::before,.kdt-section-title::after{width:22px;}
  .kdt-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .kdt-cat-card{min-height:110px;border-radius:20px;padding:12px;font-size:14px;}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important;margin-top:14px!important;}
  .woocommerce ul.products li.product{border-radius:20px!important;}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12.5px!important;min-height:46px!important;padding:9px 7px 5px!important;}
  .woocommerce ul.products li.product .price{font-size:12.5px!important;margin-bottom:10px!important;gap:4px!important;}
  .woocommerce span.onsale{font-size:10px!important;padding:6px 8px!important;}
  .woocommerce div.product{border-radius:24px;padding:12px;}
  .woocommerce div.product .product_title{font-size:28px;}
  .woocommerce div.product p.price,.woocommerce div.product span.price{font-size:22px!important;}
  .woocommerce div.product form.cart{padding:12px;border-radius:20px;}
  .related.products,.upsells.products{padding:14px;border-radius:24px;}
  .woocommerce-cart-form,.cart-collaterals .cart_totals,.woocommerce-checkout .col2-set,.woocommerce-checkout-review-order,.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content{padding:12px!important;border-radius:22px!important;}
  .woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{border-bottom:1px solid #ffe0eb!important;}
  .kdt-footer-inner{grid-template-columns:1fr;gap:12px;padding-top:62px;}
  .kdt-site-footer::before{font-size:22px;letter-spacing:8px;}
  .kdt-footer-card{min-height:0;border-radius:20px;padding:15px;}
  .softheart-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .softheart-card{border-radius:20px!important;}
  .softheart-card-info{min-height:84px!important;padding:8px 6px 10px!important;}
  .softheart-card-title{font-size:12.5px!important;min-height:34px!important;}
  .softheart-price{font-size:12px!important;gap:4px!important;}
}

/* Update 2.1 - clean homepage, controllable category cards, simple footer */
.kdt-clean-home{margin-top:18px!important;}
.kdt-clean-home .kdt-home-categories{padding-top:24px!important;}
.kdt-clean-home .kdt-section-title{margin-bottom:18px!important;}
.kdt-front-page .kdt-hero,
.kdt-front-page .kdt-feature-grid,
.kdt-front-page .kdt-feature{display:none!important;}
.kdt-front-page .kdt-home-categories::before,
.kdt-subcategory-section::before{content:"";position:absolute;inset:10px;border:2px dashed rgba(255,184,208,.75);border-radius:calc(var(--kdt-radius) - 8px);pointer-events:none;}
.kdt-category-grid-main{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
.kdt-category-grid-main .kdt-cat-card,
.kdt-subcategory-grid .kdt-cat-card{min-height:auto!important;padding:0!important;display:block!important;text-align:center!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(255,196,218,.95)!important;border-radius:28px!important;box-shadow:0 16px 34px rgba(207,82,127,.12)!important;overflow:hidden!important;animation:kdtCatFloat 5.8s ease-in-out infinite;}
.kdt-category-grid-main .kdt-cat-card:nth-child(2),
.kdt-subcategory-grid .kdt-cat-card:nth-child(2n){animation-delay:.7s;}
.kdt-category-grid-main .kdt-cat-card:nth-child(3),
.kdt-subcategory-grid .kdt-cat-card:nth-child(3n){animation-delay:1.2s;}
.kdt-category-grid-main .kdt-cat-card::before,
.kdt-subcategory-grid .kdt-cat-card::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 35%,rgba(255,255,255,.62) 46%,transparent 58%);transform:translateX(-110%);animation:kdtShine 5s ease-in-out infinite;z-index:2;pointer-events:none;}
.kdt-category-grid-main .kdt-cat-card::after,
.kdt-subcategory-grid .kdt-cat-card::after{content:"♡"!important;right:12px!important;top:8px!important;width:auto!important;height:auto!important;background:none!important;color:rgba(207,82,127,.24)!important;font-size:28px!important;z-index:3!important;}
.kdt-cat-img{display:block;width:100%;aspect-ratio:1/1;background-size:cover;background-position:center;background-color:#fff7fb;border-bottom:1px solid rgba(255,211,226,.95);}
.kdt-cat-img-empty{display:grid;place-items:center;background:radial-gradient(circle at 35% 30%, #fff 0 18%, transparent 19%),linear-gradient(135deg,#fff7fb,#eaf6ff);}
.kdt-cat-img-empty span{font-size:70px;color:rgba(207,82,127,.25);}
.kdt-cat-name{display:block;padding:12px 8px 14px;color:var(--kdt-text)!important;font-weight:950!important;font-size:clamp(16px,3vw,23px)!important;line-height:1.18!important;text-shadow:0 2px 0 #fff;}
.kdt-subcategory-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
.kdt-subcategory-section{margin-top:18px!important;}
.kdt-category-heading{padding:22px 18px!important;text-align:center;}
.kdt-category-heading .kdt-entry-title{margin-bottom:8px!important;}
.kdt-category-description{max-width:720px;margin:0 auto!important;color:var(--kdt-muted);}
.woocommerce ul.products li.product-category{display:none!important;}

.kdt-site-footer{margin-top:32px!important;background:transparent!important;border:0!important;position:relative;z-index:1;}
.kdt-footer-inner.kdt-footer-simple{width:var(--kdt-container);margin:0 auto;padding:0!important;display:block!important;}
.kdt-footer-main{position:relative;text-align:center;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,236,246,.88) 56%,rgba(234,246,255,.88));border:1px solid rgba(255,196,218,.95);border-radius:32px;padding:24px 16px;box-shadow:0 16px 36px rgba(207,82,127,.12);overflow:hidden;}
.kdt-footer-main::before{content:"";position:absolute;inset:10px;border:2px dashed rgba(255,184,208,.65);border-radius:24px;pointer-events:none;}
.kdt-footer-main::after{content:"♡ ✧ 🎀 ✧ ♡";position:absolute;left:50%;bottom:10px;transform:translateX(-50%);color:rgba(207,82,127,.22);letter-spacing:10px;white-space:nowrap;font-size:18px;pointer-events:none;}
.kdt-footer-brand{font-size:clamp(26px,5vw,42px)!important;margin:0 0 6px!important;}
.kdt-footer-main p{margin:0 auto 16px!important;max-width:560px;color:var(--kdt-muted);line-height:1.55;}
.kdt-footer-links{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;position:relative;z-index:2;}
.kdt-footer-links a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;border-radius:999px;background:#fff;border:1px solid var(--kdt-border);color:var(--kdt-text)!important;font-weight:900;box-shadow:0 8px 18px rgba(207,82,127,.08);text-decoration:none;}
.kdt-footer-links a:hover{transform:translateY(-2px);color:var(--kdt-pink-deep)!important;}
.kdt-copyright{width:var(--kdt-container);margin:12px auto 20px!important;text-align:center;color:var(--kdt-muted);font-weight:800;font-size:13px;}

@keyframes kdtCatFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes kdtShine{0%,72%{transform:translateX(-120%)}100%{transform:translateX(120%)}}
@media (max-width:767px){
  .kdt-category-grid-main{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;}
  .kdt-category-grid-main .kdt-cat-card{border-radius:18px!important;}
  .kdt-category-grid-main .kdt-cat-name{font-size:13px!important;padding:9px 4px 10px!important;min-height:44px;display:flex;align-items:center;justify-content:center;}
  .kdt-subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .kdt-subcategory-grid .kdt-cat-card{border-radius:20px!important;}
  .kdt-section{padding:16px 10px!important;}
  .kdt-footer-main{border-radius:26px;padding:22px 12px 30px;}
  .kdt-footer-links a{min-height:36px;padding:0 12px;font-size:13px;}
}


/* v2.2 requested cleanups + live cute polish */
.kdt-site-title{
  font-family:var(--kdt-title-font)!important;
  letter-spacing:.8px!important;
  font-weight:400!important;
  color:#4b2635!important;
}
.kdt-site-title::before,
.woocommerce ul.products li.product::before,
.softheart-card::before{
  display:none!important;
  content:none!important;
}
.kdt-brand{gap:0!important;}

/* Account should be clear, not just a heart icon */
.kdt-account-link{
  min-width:auto!important;
  padding:0 15px!important;
  gap:7px!important;
}
.kdt-account-link .kdt-icon-label{
  display:inline!important;
  margin-left:0!important;
  font-size:13px!important;
  font-weight:900!important;
}
.kdt-account-emoji{font-size:17px;line-height:1;}
@media (max-width:767px){
  .kdt-account-link{height:39px!important;padding:0 10px!important;}
  .kdt-account-link .kdt-icon-label{display:inline!important;font-size:11.5px!important;}
}

/* Home page does not need hamburger menu */
body.home .kdt-menu-toggle,
body.front-page .kdt-menu-toggle,
body.page-template-front-page .kdt-menu-toggle{display:none!important;}

/* Remove loop / related product buttons such as Select options, See more, Browse */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce .related.products ul.products li.product .button,
.woocommerce .upsells.products ul.products li.product .button,
.products .add_to_cart_button,
.products .product_type_variable,
.products .product_type_simple,
.products .product_type_external,
.products .product_type_grouped,
.wc-block-grid__product-add-to-cart,
.wp-block-button.wc-block-components-product-button{
  display:none!important;
}

/* Hide single-product SKU, category and tag meta */
.single-product .product_meta,
.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .tagged_as{display:none!important;}

/* Cleaner related card spacing after button removal */
.related.products .woocommerce ul.products li.product,
.upsells.products .woocommerce ul.products li.product{padding-bottom:10px!important;}
.related.products .price,.upsells.products .price{margin-bottom:12px!important;}

/* Make the global background feel more alive without adding text */
body{
  background:
    radial-gradient(circle at 8% 8%, rgba(255,184,208,.36) 0 42px, transparent 45px),
    radial-gradient(circle at 92% 12%, rgba(220,238,255,.70) 0 56px, transparent 59px),
    radial-gradient(circle at 16% 88%, rgba(255,244,197,.42) 0 46px, transparent 50px),
    radial-gradient(circle at 76% 82%, rgba(241,232,255,.62) 0 54px, transparent 58px),
    linear-gradient(135deg, #fff8fc 0%, #fff1f7 42%, #edf8ff 100%)!important;
}
body::before{
  background-image:
    radial-gradient(circle, rgba(238,125,169,.16) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(157,203,255,.18) 0 3px, transparent 4px),
    linear-gradient(45deg, transparent 46%, rgba(255,184,208,.13) 46% 54%, transparent 54%),
    linear-gradient(-45deg, transparent 46%, rgba(220,238,255,.13) 46% 54%, transparent 54%)!important;
  background-size:78px 78px, 116px 116px, 150px 150px, 150px 150px!important;
}

/* Footer: more live aesthetic + editable social links */
.kdt-site-footer{
  margin-top:54px!important;
  background:
    radial-gradient(circle at 16% 16%, rgba(255,255,255,.9) 0 34px, transparent 36px),
    radial-gradient(circle at 82% 28%, rgba(220,238,255,.9) 0 50px, transparent 53px),
    linear-gradient(135deg,rgba(255,238,247,.98),rgba(234,246,255,.98) 58%,rgba(255,251,237,.98))!important;
  border-top:2px solid rgba(255,202,220,.9)!important;
  box-shadow:0 -18px 45px rgba(207,82,127,.08)!important;
}
.kdt-site-footer::before{
  content:"♡ ✧ 🎀 ✿ ♡ ✦"!important;
  top:14px!important;
  color:rgba(207,82,127,.22)!important;
}
.kdt-footer-clouds{position:absolute;inset:0;pointer-events:none;overflow:hidden;}
.kdt-footer-clouds span{position:absolute;border-radius:999px;background:rgba(255,255,255,.72);box-shadow:34px 0 0 rgba(255,255,255,.55),68px 0 0 rgba(255,255,255,.35);filter:blur(.2px);animation:kdtFloat 11s ease-in-out infinite;}
.kdt-footer-clouds span:nth-child(1){width:80px;height:26px;left:5%;top:46px;}
.kdt-footer-clouds span:nth-child(2){width:110px;height:32px;right:8%;top:76px;animation-delay:-4s;}
.kdt-footer-clouds span:nth-child(3){width:70px;height:24px;left:42%;bottom:32px;animation-delay:-7s;}
.kdt-footer-simple{display:block!important;padding:76px 0 30px!important;}
.kdt-footer-main{
  position:relative;
  max-width:830px;
  margin:auto;
  text-align:center;
  padding:28px 18px 24px;
  border:1px solid rgba(255,202,220,.95);
  border-radius:32px;
  background:rgba(255,255,255,.74);
  box-shadow:var(--kdt-shadow);
  overflow:hidden;
}
.kdt-footer-main::before{content:"";position:absolute;inset:12px;border:1px dashed rgba(255,184,208,.8);border-radius:24px;pointer-events:none;}
.kdt-footer-mark{position:relative;z-index:1;width:48px;height:48px;margin:0 auto 8px;display:grid;place-items:center;border-radius:999px;background:#fff;border:1px solid var(--kdt-border);box-shadow:var(--kdt-shadow-soft);font-size:26px;animation:kdtBob 3.8s ease-in-out infinite;}
.kdt-footer-brand{position:relative;z-index:1;font-family:var(--kdt-title-font)!important;font-weight:400!important;font-size:clamp(30px,7vw,54px)!important;line-height:1!important;color:#4b2635!important;}
.kdt-footer-main p{position:relative;z-index:1;max-width:560px;margin:10px auto 16px!important;color:#7d5264!important;font-size:14px!important;line-height:1.7!important;}
.kdt-footer-links,.kdt-footer-socials{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:12px;}
.kdt-footer-links a,.kdt-social-link{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 15px;border-radius:999px;background:#fff;border:1px solid var(--kdt-border);box-shadow:var(--kdt-shadow-soft);font-weight:900;color:var(--kdt-text)!important;font-style:normal;text-decoration:none!important;}
.kdt-social-link span{width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#ff9abc,#dceeff);color:#fff;font-weight:900;}
.kdt-social-link em{font-style:normal;font-size:13px;}
.kdt-footer-links a:hover,.kdt-social-link:hover{transform:translateY(-2px);color:var(--kdt-pink-deep)!important;}
.kdt-copyright{font-weight:800!important;}

/* Cute cart choice popup after add to cart */
.kdt-cart-pop{position:fixed;inset:0;z-index:99999;display:none;align-items:flex-end;justify-content:flex-end;padding:18px;background:rgba(74,44,53,.16);backdrop-filter:blur(5px);}
.kdt-cart-pop.is-open{display:flex;}
.kdt-cart-pop-card{position:relative;width:min(392px,calc(100vw - 28px));padding:24px 18px 18px;border-radius:30px;background:linear-gradient(135deg,#fff,#fff4fa 62%,#eaf6ff);border:1px solid var(--kdt-border);box-shadow:0 26px 76px rgba(207,82,127,.24);text-align:center;animation:kdtPopIn .24s ease-out;overflow:hidden;}
.kdt-cart-pop-card::before{content:"";position:absolute;inset:10px;border:1px dashed rgba(255,184,208,.9);border-radius:22px;pointer-events:none;}
@keyframes kdtPopIn{from{transform:translateY(22px) scale(.96);opacity:0;}to{transform:translateY(0) scale(1);opacity:1;}}
.kdt-cart-pop-close{position:absolute;right:13px;top:11px;width:34px;height:34px;border-radius:999px;border:1px solid var(--kdt-border);background:#fff;color:var(--kdt-text);font-size:24px;line-height:1;z-index:2;cursor:pointer;}
.kdt-kitty{position:relative;z-index:1;display:inline-grid;place-items:center;width:86px;height:86px;margin:0 auto 8px;border-radius:999px;background:#fff;border:1px solid var(--kdt-border);box-shadow:var(--kdt-shadow-soft);}
.kdt-kitty-face{font-size:32px;color:#4b2635;transform:translateY(3px);}
.kdt-kitty-bow{position:absolute;right:8px;top:3px;font-size:24px;animation:kdtBob 3s ease-in-out infinite;}
.kdt-cart-pop h3{position:relative;z-index:1;margin:0 0 7px;font-size:24px;line-height:1.1;color:var(--kdt-text);font-family:var(--kdt-title-font)!important;font-weight:400;}
.kdt-cart-pop p{position:relative;z-index:1;margin:0 auto 16px;max-width:290px;color:#80596a;font-size:14px;line-height:1.55;font-weight:800;}
.kdt-cart-pop-actions{position:relative;z-index:1;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.kdt-cart-pop-actions .kdt-btn{min-height:42px!important;padding:0 16px!important;font-size:13px!important;}
@media (max-width:767px){
  .kdt-cart-pop{align-items:flex-end;justify-content:center;padding:12px;}
  .kdt-cart-pop-card{border-radius:28px;padding:22px 14px 16px;}
  .kdt-footer-main{border-radius:26px;padding:24px 14px 20px;}
  .kdt-footer-links a,.kdt-social-link{min-height:36px;padding:0 12px;font-size:12px;}
  .kdt-social-link em{font-size:12px;}
}

/* v2.3 stronger cleanup + pure live aesthetic updates */
:root{
  --kdt-title-font:"Chewy", "Cherry Bomb One", "Cooper Black", "Comic Sans MS", cursive;
}

/* Site title: not normal font, more cute rounded boutique feeling */
.kdt-site-title,
.kdt-footer-brand{
  font-family:var(--kdt-title-font)!important;
  font-weight:400!important;
  letter-spacing:1px!important;
  color:#4b2635!important;
  text-shadow:0 3px 0 rgba(255,255,255,.95), 0 8px 18px rgba(207,82,127,.12)!important;
}
.kdt-site-title::before,
.kdt-brand::before{
  display:none!important;
  content:none!important;
}

/* Remove the small pink product mark everywhere */
.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product a::before,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link::before,
.softheart-card::before,
.softheart-card-image-wrap::before,
.softheart-card a::before{
  display:none!important;
  content:none!important;
  background:none!important;
}

/* No hamburger/menu icon in the header */
.kdt-menu-toggle{display:none!important;visibility:hidden!important;}
.kdt-main-nav{margin-left:auto;}

/* My Account should be clearly understood, not heart-only */
.kdt-account-link{
  width:auto!important;
  min-width:104px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#fff,#fff6fb 60%,#eaf6ff)!important;
}
.kdt-account-link .kdt-icon-label{display:inline!important;font-weight:950!important;white-space:nowrap!important;}
.kdt-account-emoji{filter:drop-shadow(0 2px 0 #fff);}
.kdt-header-actions .wishlist,
.kdt-header-actions .yith-wcwl-add-to-wishlist,
.kdt-header-actions [class*="wishlist"],
.kdt-header-actions [aria-label*="Wishlist"],
.kdt-header-actions [aria-label*="wishlist"]{display:none!important;}

/* Related products / archive cards: no select options, browse, see more, load more buttons under product cards */
body:not(.single-product) .woocommerce ul.products li.product .button,
body:not(.single-product) .woocommerce ul.products li.product .added_to_cart,
.related.products ul.products li.product .button,
.related.products ul.products li.product .added_to_cart,
.upsells.products ul.products li.product .button,
.upsells.products ul.products li.product .added_to_cart,
ul.products li.product a.button.product_type_variable,
ul.products li.product a.button.product_type_simple,
ul.products li.product a.button.add_to_cart_button,
.products .product_type_variable,
.products .product_type_simple,
.products .add_to_cart_button,
.wc-block-grid__product-add-to-cart,
.wp-block-button.wc-block-components-product-button,
.wp-block-query-pagination,
.yith-wcan-load-more,
.berocket_lmp_button,
.lmp_load_more_button{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
.related.products,.upsells.products{padding-bottom:18px!important;}

/* Single product cleanup: remove SKU/category/meta and gallery magnify/zoom option */
.single-product .product_meta,
.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .tagged_as,
.single-product .woocommerce-product-gallery__trigger{
  display:none!important;
  visibility:hidden!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{pointer-events:auto!important;}

/* Homepage: only main categories + cute spacing before footer */
.kdt-front-page .kdt-home-arrivals{display:none!important;}
.kdt-clean-home{padding-bottom:8px!important;}
.kdt-home-categories{margin-bottom:12px!important;}

/* Category pages: subcategory first, each parent gets a different feeling */
.kdt-subcategory-section{position:relative;overflow:hidden;}
.kdt-subcategory-section::after{content:"";position:absolute;inset:auto 18px 14px auto;width:58px;height:58px;border-radius:999px;background:radial-gradient(circle at 38% 35%, #fff 0 10px, transparent 11px),linear-gradient(135deg,rgba(255,184,208,.35),rgba(220,238,255,.45));pointer-events:none;opacity:.8;}
.kdt-subcategory-grid--style-1 .kdt-subcat-card{background:linear-gradient(135deg,#fff,#fff2f7 62%,#eaf6ff)!important;}
.kdt-subcategory-grid--style-1 .kdt-subcat-card:nth-child(odd){transform:rotate(-.4deg);}
.kdt-subcategory-grid--style-1 .kdt-subcat-card:nth-child(even){transform:rotate(.4deg);}
.kdt-subcategory-grid--style-2{gap:14px!important;}
.kdt-subcategory-grid--style-2 .kdt-subcat-card{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;align-items:center!important;text-align:left!important;min-height:100px!important;padding:10px!important;border-radius:999px!important;background:linear-gradient(135deg,#fff,#f2f8ff)!important;}
.kdt-subcategory-grid--style-2 .kdt-cat-img{width:92px!important;height:92px!important;aspect-ratio:auto!important;border-radius:999px!important;border:1px solid var(--kdt-border)!important;border-bottom:1px solid var(--kdt-border)!important;}
.kdt-subcategory-grid--style-2 .kdt-cat-name{padding:8px 12px!important;text-align:left!important;}
.kdt-subcategory-grid--style-2 .kdt-subcat-card::after{content:"✧"!important;right:18px!important;top:10px!important;}
.kdt-subcategory-grid--style-3 .kdt-subcat-card{border-radius:34px!important;background:linear-gradient(160deg,#fffbed,#fff4fa 55%,#eaf6ff)!important;}
.kdt-subcategory-grid--style-3 .kdt-cat-img{aspect-ratio:1.08/1!important;border-radius:28px 28px 44px 44px!important;margin:10px auto 0!important;width:calc(100% - 20px)!important;border:1px solid rgba(255,211,226,.95)!important;}
.kdt-subcategory-grid--style-3 .kdt-subcat-card::after{content:"🎀"!important;font-size:20px!important;color:rgba(207,82,127,.45)!important;}

/* More live aesthetic footer */
.kdt-site-footer{
  position:relative!important;
  overflow:hidden!important;
  margin-top:34px!important;
  background:
    radial-gradient(circle at 8% 22%, rgba(255,255,255,.92) 0 34px, transparent 36px),
    radial-gradient(circle at 88% 30%, rgba(220,238,255,.95) 0 56px, transparent 60px),
    radial-gradient(circle at 52% 88%, rgba(255,251,237,.9) 0 48px, transparent 52px),
    linear-gradient(135deg,#fff0f7,#edf8ff 55%,#fffbed)!important;
}
.kdt-footer-main{
  background:rgba(255,255,255,.78)!important;
  backdrop-filter:blur(10px)!important;
  border:1px solid rgba(255,194,216,.95)!important;
}
.kdt-footer-mark{box-shadow:0 12px 28px rgba(207,82,127,.16)!important;}
.kdt-footer-links a,.kdt-social-link{transition:.18s ease!important;}
.kdt-footer-links a:hover,.kdt-social-link:hover{transform:translateY(-3px) scale(1.02)!important;}

/* Cute cart side popup */
.kdt-cart-pop{align-items:flex-end!important;justify-content:flex-end!important;}
.kdt-cart-pop-card{margin:0 8px 8px 0!important;}
@media (max-width:767px){
  .kdt-header-inner{gap:8px!important;padding:11px 10px!important;}
  .kdt-site-title{font-size:clamp(28px,8.4vw,40px)!important;max-width:38vw!important;}
  .kdt-header-actions{gap:7px!important;}
  .kdt-search-toggle,.kdt-cart-link{width:44px!important;height:44px!important;min-width:44px!important;}
  .kdt-account-link{height:44px!important;min-width:88px!important;padding:0 9px!important;}
  .kdt-account-link .kdt-icon-label{font-size:10.5px!important;line-height:1.05!important;}
  .kdt-account-emoji{font-size:15px!important;}
  .kdt-cart-pop{justify-content:center!important;padding:12px!important;}
  .kdt-cart-pop-card{margin:0!important;}
  .kdt-subcategory-grid--style-2 .kdt-subcat-card{grid-template-columns:58px minmax(0,1fr)!important;min-height:76px!important;padding:8px!important;}
  .kdt-subcategory-grid--style-2 .kdt-cat-img{width:58px!important;height:58px!important;}
  .kdt-subcategory-grid--style-2 .kdt-cat-name{font-size:13px!important;padding:5px 8px!important;}
}

/* v2.4 final polish: softer colors, readable title, visible home products, cleaner footer, reliable subcategory section */
:root{
  --kdt-bg:#fff8fc;
  --kdt-bg-2:#fff2f8;
  --kdt-card:#ffffff;
  --kdt-card-soft:#fffafd;
  --kdt-pink:#ffc4da;
  --kdt-pink-strong:#f084b1;
  --kdt-pink-deep:#c95c86;
  --kdt-blue:#e4f3ff;
  --kdt-blue-2:#f1f9ff;
  --kdt-text:#5a3543;
  --kdt-muted:#8d6473;
  --kdt-border:#ffd6e6;
  --kdt-title-font:"Sour Gummy", "Chewy", "Cherry Bomb One", "Comic Sans MS", cursive;
  --kdt-shadow:0 16px 38px rgba(201,92,134,.11);
  --kdt-shadow-soft:0 9px 22px rgba(201,92,134,.09);
}
body{
  color:var(--kdt-text)!important;
  background:
    radial-gradient(circle at 10% 12%, rgba(255,196,218,.36) 0 42px, transparent 44px),
    radial-gradient(circle at 92% 18%, rgba(228,243,255,.70) 0 52px, transparent 55px),
    radial-gradient(circle at 18% 82%, rgba(255,251,237,.76) 0 56px, transparent 60px),
    linear-gradient(135deg,#fffaff 0%,#fff2f8 48%,#f2f9ff 100%)!important;
}
body, p, li, .kdt-entry-content, .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-product-details__short-description{color:var(--kdt-text)!important;}
.kdt-site-header{background:rgba(255,250,253,.92)!important;border-bottom:1px solid rgba(255,214,230,.95)!important;}
.kdt-top-ribbon{height:7px!important;background:linear-gradient(90deg,#ffd4e5,#e4f3ff,#fff7d8,#ffd4e5)!important;}
.kdt-header-inner{grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;}
.kdt-main-nav{display:none!important;}
.kdt-brand{min-width:0!important;overflow:visible!important;}
.kdt-site-title{
  font-family:var(--kdt-title-font)!important;
  font-size:clamp(30px,7.6vw,48px)!important;
  line-height:.92!important;
  letter-spacing:.6px!important;
  max-width:none!important;
  white-space:nowrap!important;
  color:#5a3543!important;
  text-shadow:0 2px 0 #fff, 0 8px 18px rgba(201,92,134,.13)!important;
  overflow:visible!important;
}
.kdt-header-actions{gap:8px!important;flex-shrink:0!important;}
.kdt-search-toggle,.kdt-cart-link{min-width:42px!important;width:42px!important;height:42px!important;font-size:17px!important;background:#fff!important;}
.kdt-account-link{
  min-width:92px!important;
  height:42px!important;
  padding:0 11px!important;
  background:linear-gradient(135deg,#fff,#fff6fb 62%,#eef8ff)!important;
  border-color:var(--kdt-border)!important;
  color:var(--kdt-text)!important;
}
.kdt-account-link .kdt-icon-label{font-size:12px!important;line-height:1!important;font-weight:950!important;color:var(--kdt-text)!important;}
.kdt-account-emoji{font-size:14px!important;}
.kdt-cart-link span[aria-hidden="true"]{font-size:17px!important;}
@media (max-width:430px){
  .kdt-header-inner{width:calc(100vw - 18px)!important;gap:7px!important;padding:10px 0!important;}
  .kdt-site-title{font-size:clamp(28px,8.2vw,34px)!important;letter-spacing:.35px!important;}
  .kdt-header-actions{gap:6px!important;}
  .kdt-search-toggle,.kdt-cart-link{min-width:39px!important;width:39px!important;height:39px!important;}
  .kdt-account-link{min-width:82px!important;height:39px!important;padding:0 8px!important;}
  .kdt-account-link .kdt-icon-label{font-size:11px!important;}
}
@media (max-width:360px){
  .kdt-site-title{font-size:26px!important;}
  .kdt-account-link{min-width:76px!important;}
  .kdt-account-link .kdt-icon-label{font-size:10px!important;}
}

/* Home: show category + products, no extra see-more button */
.kdt-front-page .kdt-home-arrivals{display:block!important;visibility:visible!important;}
.kdt-home-categories,.kdt-home-arrivals{background:rgba(255,255,255,.82)!important;border-color:rgba(255,214,230,.94)!important;box-shadow:var(--kdt-shadow-soft)!important;}
.kdt-section-title{font-family:var(--kdt-title-font)!important;font-weight:800!important;color:#6a3b4b!important;letter-spacing:.2px!important;}
.kdt-home-product-wrap{display:block!important;}
.kdt-home-products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0!important;padding:0!important;}
@media (max-width:767px){
  .kdt-home-products,.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .kdt-page-wrap{width:calc(100vw - 20px)!important;margin-top:18px!important;}
  .kdt-section{padding:18px 12px!important;border-radius:24px!important;}
  .kdt-section-title{font-size:clamp(24px,7vw,34px)!important;}
}

/* Product cards: softer text/color, no ugly black feeling */
.woocommerce ul.products li.product,
.softheart-card{
  background:#fff!important;
  border:1px solid rgba(255,214,230,.95)!important;
  box-shadow:var(--kdt-shadow-soft)!important;
  border-radius:24px!important;
  overflow:hidden!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.softheart-card-title,
.product_title,
.woocommerce div.product .product_title{
  color:#5a3543!important;
  font-weight:900!important;
  letter-spacing:.1px!important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.softheart-card-price{color:#c95c86!important;font-weight:950!important;}
.woocommerce ul.products li.product .button,
.related.products ul.products li.product .button{display:none!important;}

/* Category page: force subcategories to be visible and first */
.kdt-category-page .kdt-subcategory-section,
.woocommerce.archive.tax-product_cat .kdt-subcategory-section{
  display:block!important;
  visibility:visible!important;
  margin:0 0 18px!important;
  padding:18px 12px!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(255,214,230,.95)!important;
  border-radius:26px!important;
  box-shadow:var(--kdt-shadow-soft)!important;
}
.kdt-subcategory-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;}
.kdt-subcat-card .kdt-cat-name{color:#5a3543!important;}
@media (max-width:767px){
  .kdt-subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .kdt-subcategory-grid--style-2 .kdt-subcat-card{grid-template-columns:1fr!important;text-align:center!important;border-radius:22px!important;}
  .kdt-subcategory-grid--style-2 .kdt-cat-img{width:100%!important;height:auto!important;aspect-ratio:1/1!important;border-radius:18px!important;}
  .kdt-subcategory-grid--style-2 .kdt-cat-name{text-align:center!important;padding:9px 5px!important;}
}

/* New cleaner footer */
.kdt-site-footer{
  margin-top:30px!important;
  padding:0 0 18px!important;
  background:transparent!important;
  overflow:hidden!important;
}
.kdt-footer-inner{width:var(--kdt-container)!important;margin:0 auto!important;padding:0!important;}
.kdt-footer-card{
  position:relative;
  display:grid;
  grid-template-columns:1.25fr auto auto;
  gap:18px;
  align-items:center;
  padding:24px;
  border-radius:32px;
  border:1px solid rgba(255,214,230,.96);
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.9) 0 36px, transparent 38px),
    radial-gradient(circle at 92% 78%, rgba(228,243,255,.9) 0 48px, transparent 52px),
    linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,242,248,.88) 58%,rgba(242,249,255,.9));
  box-shadow:0 14px 36px rgba(201,92,134,.10);
  overflow:hidden;
}
.kdt-footer-card::before{content:"♡ ✧ 🎀";position:absolute;right:22px;top:12px;color:rgba(201,92,134,.20);letter-spacing:8px;font-size:18px;pointer-events:none;}
.kdt-footer-brand-area{position:relative;z-index:1;text-align:left;}
.kdt-footer-brand{
  font-family:var(--kdt-title-font)!important;
  font-size:clamp(28px,4vw,44px)!important;
  line-height:1!important;
  margin:0 0 6px!important;
  color:#5a3543!important;
}
.kdt-footer-brand-area p{margin:0!important;color:var(--kdt-muted)!important;font-weight:800!important;line-height:1.55!important;max-width:420px;}
.kdt-footer-links,.kdt-footer-socials{position:relative;z-index:1;display:flex!important;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin:0!important;}
.kdt-footer-links a,.kdt-social-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:38px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid var(--kdt-border)!important;
  box-shadow:0 8px 20px rgba(201,92,134,.08)!important;
  color:#5a3543!important;
  font-weight:950!important;
  text-decoration:none!important;
}
.kdt-social-link span{background:linear-gradient(135deg,#f084b1,#e4f3ff)!important;color:#fff!important;}
.kdt-copyright{width:var(--kdt-container)!important;margin:10px auto 0!important;text-align:center!important;color:#9a6b7d!important;font-weight:900!important;font-size:12px!important;}
@media (max-width:767px){
  .kdt-footer-card{grid-template-columns:1fr!important;text-align:center!important;gap:14px!important;padding:22px 14px!important;border-radius:28px!important;}
  .kdt-footer-brand-area{text-align:center!important;}
  .kdt-footer-links,.kdt-footer-socials{justify-content:center!important;}
  .kdt-footer-links a,.kdt-social-link{min-height:36px!important;padding:0 12px!important;font-size:12px!important;}
}


/* v2.5 corrections: homepage category control, account button, shop-all subcategory card, cleaner footer */
:root{
  --kdt-title-font:"Chewy", "Cherry Bomb One", "Sour Gummy", "Comic Sans MS", cursive;
  --kdt-text:#563242;
  --kdt-muted:#8b5f70;
  --kdt-pink-deep:#c85d88;
}

/* Header title readable on phone + no extra mark */
.kdt-site-title::before,.kdt-brand::before{display:none!important;content:none!important;}
.kdt-site-title{
  font-family:var(--kdt-title-font)!important;
  font-weight:400!important;
  color:#563242!important;
  letter-spacing:.7px!important;
  text-shadow:0 2px 0 #fff,0 8px 18px rgba(201,92,134,.12)!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.kdt-header-inner{grid-template-columns:minmax(0,1fr) auto!important;}
.kdt-brand{min-width:0!important;}
.kdt-header-actions{flex-shrink:0!important;}

/* Account button: no human icon; heart + clear Account text */
.kdt-account-link{
  min-width:96px!important;
  height:42px!important;
  padding:0 11px!important;
  gap:4px!important;
  background:linear-gradient(135deg,#fff,#fff5fa 58%,#eff8ff)!important;
  border:1px solid rgba(255,205,225,.98)!important;
  color:#563242!important;
}
.kdt-account-emoji{
  font-size:16px!important;
  color:#d76f98!important;
  line-height:1!important;
  filter:none!important;
}
.kdt-account-link .kdt-icon-label{
  display:inline!important;
  margin-left:3px!important;
  font-size:12px!important;
  font-weight:950!important;
  color:#563242!important;
  white-space:nowrap!important;
}
@media (max-width:430px){
  .kdt-header-inner{width:calc(100vw - 16px)!important;gap:6px!important;}
  .kdt-site-title{font-size:clamp(24px,7.05vw,30px)!important;letter-spacing:.35px!important;}
  .kdt-search-toggle,.kdt-cart-link{min-width:37px!important;width:37px!important;height:37px!important;font-size:15px!important;}
  .kdt-account-link{min-width:78px!important;height:37px!important;padding:0 7px!important;}
  .kdt-account-emoji{font-size:13px!important;}
  .kdt-account-link .kdt-icon-label{font-size:10.2px!important;margin-left:2px!important;}
  .kdt-cart-count{right:-4px!important;top:-6px!important;min-width:17px!important;height:17px!important;font-size:10px!important;}
}
@media (max-width:360px){
  .kdt-site-title{font-size:23px!important;}
  .kdt-account-link{min-width:72px!important;}
  .kdt-account-link .kdt-icon-label{font-size:9.5px!important;}
}

/* Subcategory section: show first, with Shop All as first card */
.kdt-products-anchor{scroll-margin-top:110px;}
.kdt-shop-all-card{
  background:linear-gradient(135deg,#ffe8f2,#fff 52%,#eaf6ff)!important;
  border:2px dashed rgba(235,128,170,.55)!important;
}
.kdt-shop-all-card::after{content:"↧"!important;color:rgba(201,92,134,.38)!important;font-size:24px!important;}
.kdt-shop-all-img{
  display:grid!important;
  place-items:center!important;
  background:radial-gradient(circle at 50% 42%,#fff 0 34%,#ffe6f1 35% 62%,#eaf6ff 63% 100%)!important;
  border-bottom:1px solid rgba(255,214,230,.95)!important;
}
.kdt-shop-all-img span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:72px!important;
  height:72px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(255,214,230,.95)!important;
  box-shadow:0 10px 24px rgba(201,92,134,.12)!important;
  color:#c85d88!important;
  font-weight:950!important;
  font-size:14px!important;
}
.kdt-subcategory-section{order:-1!important;}
.kdt-subcategory-section .kdt-section-title{margin-bottom:12px!important;}

/* Cleaner, softer footer - less heavy, more boutique */
.kdt-site-footer{
  margin-top:34px!important;
  padding:0 0 18px!important;
  background:transparent!important;
}
.kdt-footer-inner{width:var(--kdt-container)!important;margin:0 auto!important;padding:0!important;}
.kdt-footer-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
  text-align:center!important;
  align-items:center!important;
  padding:28px 16px 24px!important;
  border-radius:34px!important;
  border:1px solid rgba(255,211,226,.98)!important;
  background:
    radial-gradient(circle at 12% 16%,rgba(255,255,255,.96) 0 42px,transparent 44px),
    radial-gradient(circle at 86% 86%,rgba(228,243,255,.85) 0 58px,transparent 60px),
    linear-gradient(135deg,rgba(255,255,255,.90),rgba(255,241,247,.90) 58%,rgba(241,249,255,.92))!important;
  box-shadow:0 14px 34px rgba(201,92,134,.10)!important;
  overflow:hidden!important;
}
.kdt-footer-card::before{
  content:""!important;
  position:absolute!important;
  inset:12px!important;
  border:1px dashed rgba(255,184,208,.72)!important;
  border-radius:26px!important;
  pointer-events:none!important;
}
.kdt-footer-card::after{
  content:"♡  ✧  🎀  ✧  ♡"!important;
  position:absolute!important;
  left:50%!important;
  bottom:10px!important;
  transform:translateX(-50%)!important;
  color:rgba(201,92,134,.20)!important;
  letter-spacing:9px!important;
  white-space:nowrap!important;
  font-size:15px!important;
  pointer-events:none!important;
}
.kdt-footer-brand-area{text-align:center!important;position:relative!important;z-index:1!important;}
.kdt-footer-brand{
  font-family:var(--kdt-title-font)!important;
  font-weight:400!important;
  font-size:clamp(30px,7vw,48px)!important;
  line-height:1!important;
  color:#563242!important;
  margin:0 0 6px!important;
  text-shadow:0 2px 0 #fff!important;
}
.kdt-footer-brand-area p{max-width:520px!important;margin:0 auto!important;color:#8b5f70!important;font-weight:800!important;line-height:1.65!important;}
.kdt-footer-links,.kdt-footer-socials{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin:0!important;
}
.kdt-footer-links a,.kdt-social-link{
  min-height:38px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(255,211,226,.95)!important;
  box-shadow:0 8px 18px rgba(201,92,134,.08)!important;
  color:#563242!important;
  font-weight:950!important;
  text-decoration:none!important;
}
.kdt-social-link span{background:transparent!important;color:#c85d88!important;font-weight:950!important;}
.kdt-social-link em{font-style:normal!important;}
.kdt-copyright{margin-top:10px!important;color:#9c6d7f!important;}
@media (max-width:767px){
  .kdt-footer-card{padding:24px 12px 28px!important;border-radius:28px!important;}
  .kdt-footer-card::after{font-size:13px!important;letter-spacing:6px!important;}
  .kdt-footer-links a,.kdt-social-link{min-height:35px!important;padding:0 11px!important;font-size:12px!important;}
}


/* v2.6: homepage all-products card after arrivals, no Shop All card inside categories, better kitty cart */
.kdt-shop-all-card,.kdt-shop-all-img{display:none!important;}
.kdt-home-all-products{
  padding:0!important;
  margin-top:18px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.kdt-all-products-card{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  padding:24px;
  border-radius:34px;
  border:1px solid rgba(255,205,225,.98);
  background:
    radial-gradient(circle at 12% 25%, rgba(255,255,255,.98) 0 44px, transparent 46px),
    radial-gradient(circle at 92% 10%, rgba(255,238,246,.92) 0 76px, transparent 79px),
    radial-gradient(circle at 90% 92%, rgba(232,246,255,.95) 0 92px, transparent 95px),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,241,247,.92) 58%, rgba(242,250,255,.94));
  box-shadow:0 16px 42px rgba(201,92,134,.12);
  overflow:hidden;
}
.kdt-all-products-card::before{
  content:"";
  position:absolute;
  inset:12px;
  border:1px dashed rgba(255,184,208,.72);
  border-radius:26px;
  pointer-events:none;
}
.kdt-all-products-card::after{
  content:"";
  position:absolute;
  right:-26px;
  bottom:-28px;
  width:150px;
  height:150px;
  border-radius:999px;
  background:rgba(255,184,208,.18);
  box-shadow:-70px -42px 0 rgba(232,246,255,.42);
  pointer-events:none;
}
.kdt-all-products-copy,.kdt-all-products-btn,.kdt-all-products-decor{position:relative;z-index:1;}
.kdt-mini-label{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(255,205,225,.98);
  color:#c85d88;
  font-weight:950;
  box-shadow:0 8px 18px rgba(201,92,134,.08);
}
.kdt-all-products-copy h2{
  margin:10px 0 8px;
  font-family:var(--kdt-title-font);
  font-weight:400;
  font-size:clamp(30px,6.6vw,54px);
  line-height:.95;
  color:#563242;
  text-shadow:0 2px 0 #fff;
}
.kdt-all-products-copy p{
  margin:0;
  max-width:560px;
  color:#8b5f70;
  font-weight:850;
  line-height:1.6;
}
.kdt-all-products-decor{
  position:absolute;
  right:26px;
  top:16px;
  display:flex;
  gap:12px;
  color:rgba(201,92,134,.28);
  font-size:24px;
  animation:kdtBob 4s ease-in-out infinite;
}
.kdt-all-products-btn{white-space:nowrap;min-width:172px;}
.kdt-cart-pop{align-items:flex-end!important;justify-content:flex-end!important;padding:18px!important;}
.kdt-cart-pop-card{
  max-width:min(375px, calc(100vw - 32px))!important;
  margin:0!important;
  border-radius:30px!important;
  transform:translateX(120%) scale(.98)!important;
  transition:transform .28s ease, opacity .28s ease!important;
}
.kdt-cart-pop.is-open .kdt-cart-pop-card{transform:translateX(0) scale(1)!important;}
.kdt-kitty{
  width:92px!important;
  height:92px!important;
  background:radial-gradient(circle at 50% 38%,#fff 0 48%,#fff0f6 49% 72%,#eaf6ff 73% 100%)!important;
}
.kdt-kitty::before,.kdt-kitty::after{
  content:"";
  position:absolute;
  top:14px;
  width:28px;
  height:28px;
  background:#fff;
  border:1px solid rgba(255,205,225,.98);
  transform:rotate(45deg);
  z-index:-1;
}
.kdt-kitty::before{left:16px;}
.kdt-kitty::after{right:16px;}
@media (max-width:767px){
  .kdt-all-products-card{grid-template-columns:1fr;text-align:center;padding:22px 14px 24px;border-radius:28px;}
  .kdt-all-products-copy p{margin-inline:auto;}
  .kdt-all-products-btn{width:100%;min-width:0;}
  .kdt-all-products-decor{position:relative;right:auto;top:auto;justify-content:center;order:-1;}
  .kdt-cart-pop{padding:12px!important;}
  .kdt-cart-pop-card{max-width:100%!important;}
}

/* v2.7: dedicated aesthetic Shop page with all categories + all products */
.kdt-shop-page .kdt-section{position:relative;z-index:1;}
.kdt-shop-hero{padding-top:14px!important;margin-bottom:18px!important;}
.kdt-shop-hero-card{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px;
  padding:28px 26px;
  border-radius:36px;
  border:1px solid rgba(255,198,222,.96);
  background:
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.96) 0 54px, transparent 56px),
    radial-gradient(circle at 96% 14%, rgba(255,235,245,.98) 0 82px, transparent 85px),
    radial-gradient(circle at 84% 86%, rgba(229,246,255,.94) 0 96px, transparent 100px),
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,242,248,.94) 58%,rgba(244,251,255,.96));
  box-shadow:0 18px 48px rgba(201,92,134,.12);
  overflow:hidden;
}
.kdt-shop-hero-card::before{
  content:"";
  position:absolute;
  inset:13px;
  border:1px dashed rgba(255,174,204,.78);
  border-radius:27px;
  pointer-events:none;
}
.kdt-shop-hero-copy,.kdt-shop-hero-decor{position:relative;z-index:1;}
.kdt-shop-hero-copy h1{
  margin:12px 0 10px;
  font-family:var(--kdt-title-font);
  font-weight:400;
  font-size:clamp(42px,10vw,82px);
  line-height:.9;
  color:#563242;
  text-shadow:0 2px 0 #fff, 0 9px 20px rgba(201,92,134,.10);
  letter-spacing:.01em;
}
.kdt-shop-hero-copy p{margin:0;max-width:620px;color:#8a5b6d;font-weight:850;line-height:1.65;}
.kdt-shop-hero-decor{
  min-width:148px;
  height:148px;
  border-radius:999px;
  display:grid;
  grid-template-columns:1fr 1fr;
  place-items:center;
  color:#d76b98;
  font-size:28px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(255,207,226,.94);
  box-shadow:inset 0 0 0 12px rgba(255,238,246,.70),0 12px 30px rgba(201,92,134,.10);
}
.kdt-shop-category-section,.kdt-shop-products-section{
  padding:24px 18px!important;
  border-radius:34px!important;
  border:1px solid rgba(255,207,226,.86)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.70),rgba(255,245,250,.72),rgba(244,251,255,.74))!important;
  box-shadow:0 14px 36px rgba(201,92,134,.08)!important;
  overflow:hidden!important;
}
.kdt-shop-category-section::before,.kdt-shop-products-section::before{
  content:"♡  ✧  🎀  ✧  ♡";
  position:absolute;
  top:12px;
  right:20px;
  font-size:14px;
  letter-spacing:8px;
  color:rgba(201,92,134,.16);
  pointer-events:none;
}
.kdt-shop-section-head{text-align:center;margin-bottom:18px;}
.kdt-shop-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.kdt-shop-cat-card{
  position:relative;
  min-height:176px;
  padding:12px;
  border-radius:28px;
  border:1px solid rgba(255,197,221,.96);
  background:rgba(255,255,255,.84);
  box-shadow:0 10px 26px rgba(201,92,134,.09);
  text-decoration:none!important;
  color:#563242!important;
  overflow:hidden;
  transform:translateY(0);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.kdt-shop-cat-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(201,92,134,.14);border-color:#ffb6d3;}
.kdt-shop-cat-card::after{
  content:"";
  position:absolute;
  width:86px;
  height:86px;
  right:-34px;
  top:-34px;
  border-radius:999px;
  background:rgba(255,218,234,.70);
  box-shadow:-60px 102px 0 rgba(232,246,255,.66);
  pointer-events:none;
}
.kdt-shop-cat-sparkle{
  position:absolute;
  z-index:2;
  top:12px;
  left:12px;
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid rgba(255,205,225,.98);
  color:#d76b98;
  font-weight:950;
  box-shadow:0 8px 18px rgba(201,92,134,.10);
}
.kdt-shop-cat-img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  aspect-ratio:1/0.72;
  border-radius:22px;
  background-size:cover;
  background-position:center;
  border:1px solid rgba(255,221,234,.96);
  box-shadow:inset 0 0 0 999px rgba(255,255,255,.04);
}
.kdt-shop-cat-img-empty{display:grid;place-items:center;background:linear-gradient(135deg,#fff4fa,#eef8ff);color:#d76b98;font-size:34px;}
.kdt-shop-cat-name{
  position:relative;
  z-index:1;
  display:block;
  margin-top:10px;
  min-height:42px;
  text-align:center;
  font-family:var(--kdt-body-font);
  font-weight:950;
  font-size:15px;
  line-height:1.25;
  color:#563242;
}
.kdt-shop-cat-card-1 .kdt-shop-cat-img{border-radius:28px 18px 28px 18px;}
.kdt-shop-cat-card-2 .kdt-shop-cat-img{border-radius:18px 28px 18px 28px;}
.kdt-shop-cat-card-3 .kdt-shop-cat-img{border-radius:999px 999px 28px 28px;}
.kdt-shop-cat-card-4 .kdt-shop-cat-img{border-radius:28px;}
.kdt-shop-products-section .woocommerce{position:relative;z-index:1;}
.kdt-shop-products-section .woocommerce-result-count,.kdt-shop-products-section .woocommerce-ordering{display:none!important;}
.kdt-custom-shop-page .kdt-entry-title{display:none!important;}
@media (max-width:900px){
  .kdt-shop-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
}
@media (max-width:767px){
  .kdt-shop-hero-card{grid-template-columns:1fr;text-align:center;padding:24px 14px;border-radius:30px;}
  .kdt-shop-hero-card::before{inset:10px;border-radius:22px;}
  .kdt-shop-hero-decor{width:122px;height:122px;min-width:122px;margin:0 auto;order:-1;font-size:23px;}
  .kdt-shop-category-section,.kdt-shop-products-section{padding:20px 10px!important;border-radius:28px!important;}
  .kdt-shop-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .kdt-shop-cat-card{min-height:152px;border-radius:22px;padding:9px;}
  .kdt-shop-cat-img{border-radius:18px;aspect-ratio:1/0.78;}
  .kdt-shop-cat-name{font-size:13px;min-height:35px;}
  .kdt-shop-cat-sparkle{width:30px;height:30px;font-size:13px;}
  .kdt-shop-category-section::before,.kdt-shop-products-section::before{letter-spacing:5px;right:12px;font-size:12px;}
}

/* v2.8: Shop page products only */
.kdt-custom-shop-page .kdt-shop-category-section{display:none!important;}


/* v3.0: no main cart button, soft basket popup, footer contact pills, and plus/minus quantity */
.kdt-cart-link{display:none!important;visibility:hidden!important;}
.kdt-header-inner{grid-template-columns:minmax(0,1fr) auto!important;}
.kdt-header-actions{gap:9px!important;}
.kdt-search-toggle{width:46px!important;height:46px!important;min-width:46px!important;}
.kdt-account-link{min-width:112px!important;height:46px!important;border-radius:999px!important;}
@media (max-width:430px){
  .kdt-site-title{font-size:clamp(24px,7.2vw,31px)!important;}
  .kdt-search-toggle{width:39px!important;height:39px!important;min-width:39px!important;}
  .kdt-account-link{min-width:86px!important;height:39px!important;padding:0 9px!important;}
}

/* Single product: remove duplicate selected amount above quantity/add button */
.single-product .single_variation_wrap .woocommerce-variation-price,
.single-product .woocommerce-variation .woocommerce-variation-price,
.single-product .woocommerce-variation-price,
.single-product .single_variation .price,
.single-product .woocommerce div.product form.cart .price,
.single-product form.cart .price{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
}

.single-product .woocommerce div.product form.cart{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.single-product .woocommerce div.product form.cart .variations,
.single-product .woocommerce div.product form.cart .single_variation_wrap,
.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart{
  width:100%!important;
}
.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin-top:12px!important;
}
.single-product .woocommerce .quantity{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:132px!important;
  height:52px!important;
  border:1px solid rgba(255,199,222,.98)!important;
  background:#fff!important;
  border-radius:999px!important;
  box-shadow:0 9px 20px rgba(201,92,134,.08)!important;
  overflow:hidden!important;
}
.single-product .woocommerce .quantity .qty{
  appearance:textfield!important;
  -moz-appearance:textfield!important;
  width:42px!important;
  height:50px!important;
  min-height:50px!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#563242!important;
  font-weight:950!important;
  text-align:center!important;
  padding:0!important;
  pointer-events:none!important;
}
.single-product .woocommerce .quantity .qty::-webkit-outer-spin-button,
.single-product .woocommerce .quantity .qty::-webkit-inner-spin-button{appearance:none!important;-webkit-appearance:none!important;margin:0!important;}
.kdt-qty-btn{
  width:44px!important;
  height:50px!important;
  border:0!important;
  background:transparent!important;
  color:#c85d88!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:950!important;
  cursor:pointer!important;
  display:grid!important;
  place-items:center!important;
}
.kdt-qty-btn:hover{background:#fff1f7!important;color:#563242!important;}
.single-product .woocommerce div.product form.cart .button.single_add_to_cart_button{
  min-height:52px!important;
  border-radius:999px!important;
  padding:0 28px!important;
}

/* Basket popup: side mini card with kitty basket */
.kdt-cart-pop{align-items:flex-end!important;justify-content:flex-end!important;background:rgba(86,50,66,.16)!important;backdrop-filter:blur(3px)!important;}
.kdt-cart-pop-card{
  width:min(360px,calc(100vw - 22px))!important;
  margin:0 10px 10px 0!important;
  padding:24px 18px 18px!important;
  border-radius:30px!important;
  border:1px solid rgba(255,199,222,.98)!important;
  background:
    radial-gradient(circle at 16% 12%,#fff 0 38px,transparent 40px),
    radial-gradient(circle at 92% 88%,#eaf7ff 0 54px,transparent 56px),
    linear-gradient(135deg,#fff,#fff1f7 62%,#eef8ff)!important;
  box-shadow:0 24px 60px rgba(86,50,66,.22)!important;
  transform:translateX(115%)!important;
  transition:transform .32s cubic-bezier(.2,.8,.2,1)!important;
}
.kdt-cart-pop.is-open .kdt-cart-pop-card{transform:translateX(0)!important;}
.kdt-kitty,.kdt-kitty-basket{
  position:relative!important;
  width:118px!important;
  height:98px!important;
  margin:0 auto 8px!important;
  display:grid!important;
  place-items:center!important;
}
.kdt-kitty-face{
  position:relative!important;
  z-index:2!important;
  width:74px!important;
  height:58px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:44px 44px 34px 34px!important;
  background:#fff!important;
  border:1px solid rgba(255,199,222,.98)!important;
  box-shadow:0 10px 22px rgba(201,92,134,.11)!important;
  color:#563242!important;
  font-size:20px!important;
}
.kdt-kitty-ear{position:absolute;top:11px;width:24px;height:24px;background:#fff;border:1px solid rgba(255,199,222,.98);transform:rotate(45deg);z-index:1;}
.kdt-kitty-ear-left{left:27px;}
.kdt-kitty-ear-right{right:27px;}
.kdt-kitty-bow{position:absolute;z-index:3;right:18px;top:23px;font-size:22px;filter:drop-shadow(0 5px 10px rgba(201,92,134,.18));}
.kdt-basket{position:absolute;bottom:0;z-index:1;width:94px;height:34px;border:2px solid #f2a3c1;border-top:0;border-radius:0 0 24px 24px;background:linear-gradient(135deg,#fff4fa,#eaf7ff);display:grid;place-items:center;color:#d76f98;font-weight:950;box-shadow:0 10px 22px rgba(201,92,134,.12);}
.kdt-basket::before{content:"";position:absolute;left:20px;right:20px;top:-18px;height:28px;border:2px solid #f2a3c1;border-bottom:0;border-radius:34px 34px 0 0;}
.kdt-cart-pop-card h3{font-family:var(--kdt-title-font)!important;font-size:30px!important;color:#563242!important;margin:6px 0 4px!important;}
.kdt-cart-pop-card p{color:#8b5f70!important;font-weight:800!important;margin:0 0 14px!important;}
.kdt-cart-pop-close{background:#fff!important;border:1px solid rgba(255,199,222,.98)!important;color:#c85d88!important;box-shadow:0 8px 18px rgba(201,92,134,.10)!important;}
@media (max-width:767px){
  .kdt-cart-pop{justify-content:center!important;align-items:flex-end!important;padding:10px!important;}
  .kdt-cart-pop-card{margin:0!important;transform:translateY(115%)!important;}
  .kdt-cart-pop.is-open .kdt-cart-pop-card{transform:translateY(0)!important;}
}

/* Footer contact only: Facebook / Instagram / Phone / Mail */
.kdt-site-footer{margin-top:34px!important;padding:0 0 18px!important;background:transparent!important;}
.kdt-footer-inner{width:var(--kdt-container)!important;margin:0 auto!important;padding:0!important;}
.kdt-footer-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:13px!important;
  text-align:center!important;
  padding:30px 16px 26px!important;
  border-radius:34px!important;
  border:1px solid rgba(255,205,225,.98)!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,255,255,.98) 0 46px,transparent 48px),
    radial-gradient(circle at 88% 80%,rgba(232,247,255,.96) 0 68px,transparent 70px),
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,240,247,.92) 58%,rgba(241,249,255,.94))!important;
  box-shadow:0 16px 40px rgba(201,92,134,.11)!important;
  overflow:hidden!important;
}
.kdt-footer-card::before{content:""!important;position:absolute!important;inset:12px!important;border:1px dashed rgba(255,184,208,.78)!important;border-radius:26px!important;pointer-events:none!important;}
.kdt-footer-bow{position:absolute!important;left:50%!important;top:6px!important;transform:translateX(-50%)!important;font-size:23px!important;filter:drop-shadow(0 6px 12px rgba(201,92,134,.15));}
.kdt-footer-brand-area{position:relative!important;z-index:1!important;text-align:center!important;margin-top:10px!important;}
.kdt-footer-brand{font-family:var(--kdt-title-font)!important;font-size:clamp(30px,7vw,50px)!important;line-height:1!important;color:#563242!important;margin:0 0 6px!important;text-shadow:0 2px 0 #fff!important;}
.kdt-footer-brand-area p{max-width:560px!important;margin:0 auto!important;color:#8b5f70!important;font-weight:800!important;line-height:1.65!important;}
.kdt-footer-contact-title{position:relative!important;z-index:1!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;justify-self:center!important;min-height:34px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid rgba(255,205,225,.98)!important;background:#fff!important;color:#c85d88!important;font-weight:950!important;box-shadow:0 8px 18px rgba(201,92,134,.08)!important;}
.kdt-footer-socials{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;width:min(620px,100%)!important;margin:0 auto!important;}
.kdt-contact-pill,.kdt-social-link{
  min-height:48px!important;
  padding:0 12px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(255,205,225,.98)!important;
  box-shadow:0 8px 20px rgba(201,92,134,.08)!important;
  color:#563242!important;
  font-weight:950!important;
  text-decoration:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  font-style:normal!important;
}
.kdt-contact-pill span,.kdt-social-link span{width:26px!important;height:26px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#ffe5f0,#e7f5ff)!important;color:#c85d88!important;font-weight:950!important;}
.kdt-contact-pill em,.kdt-social-link em{font-style:normal!important;font-size:13px!important;}
.kdt-contact-empty{opacity:.78!important;}
.kdt-contact-pill:hover{transform:translateY(-2px)!important;color:#c85d88!important;}
@media (max-width:767px){
  .kdt-footer-card{padding:28px 12px 26px!important;border-radius:28px!important;}
  .kdt-footer-socials{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .kdt-contact-pill,.kdt-social-link{min-height:44px!important;border-radius:16px!important;padding:0 8px!important;}
  .kdt-contact-pill em,.kdt-social-link em{font-size:12px!important;}
}


/* v3.1: account cart card, SVG footer icons, corrected quantity pill */
.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart{
  gap:12px!important;
}
.single-product .kdt-qty-control{
  display:inline-grid!important;
  grid-template-columns:44px 54px 44px!important;
  align-items:center!important;
  min-height:54px!important;
  border:1px solid rgba(255,199,222,.98)!important;
  background:#fff!important;
  border-radius:999px!important;
  box-shadow:0 9px 20px rgba(201,92,134,.09)!important;
  overflow:hidden!important;
  order:1!important;
}
.single-product .kdt-qty-control .quantity{
  display:flex!important;
  min-width:0!important;
  width:54px!important;
  height:54px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  overflow:visible!important;
}
.single-product .kdt-qty-control .quantity .qty{
  width:54px!important;
  height:54px!important;
  min-height:54px!important;
  font-size:18px!important;
  background:transparent!important;
}
.single-product .kdt-qty-control .kdt-qty-btn{
  position:static!important;
  width:44px!important;
  height:54px!important;
  margin:0!important;
  border-radius:0!important;
  display:grid!important;
  place-items:center!important;
  background:transparent!important;
}
.single-product .kdt-qty-control .kdt-qty-btn:first-child{border-right:1px solid rgba(255,199,222,.64)!important;}
.single-product .kdt-qty-control .kdt-qty-btn:last-child{border-left:1px solid rgba(255,199,222,.64)!important;}
.single-product .kdt-qty-control + .single_add_to_cart_button,
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button{
  order:2!important;
}
.single-product .woocommerce div.product form.cart > .kdt-qty-btn,
.single-product .woocommerce-variation-add-to-cart > .kdt-qty-btn{
  margin:0!important;
}

.kdt-contact-pill svg,.kdt-social-link svg,.kdt-account-card-icon svg{
  width:20px!important;
  height:20px!important;
  display:block!important;
  fill:currentColor!important;
}
.kdt-contact-pill span,.kdt-social-link span{
  color:#d36390!important;
  background:linear-gradient(135deg,#ffe5f0,#e8f6ff)!important;
}
.kdt-contact-facebook span{color:#1877f2!important;}
.kdt-contact-instagram span{color:#d62976!important;}
.kdt-contact-phone span{color:#20a85a!important;}
.kdt-contact-email span{color:#c85d88!important;}

.kdt-account-extra-cards{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;
  gap:14px!important;
  margin:0 0 20px!important;
}
.kdt-account-card{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  min-height:102px!important;
  padding:18px!important;
  border-radius:26px!important;
  border:1px solid rgba(255,199,222,.98)!important;
  background:linear-gradient(135deg,#fff,#fff3f9 58%,#edf8ff)!important;
  box-shadow:0 14px 34px rgba(201,92,134,.12)!important;
  overflow:hidden!important;
  color:#563242!important;
  text-decoration:none!important;
}
.kdt-account-card::before{
  content:""!important;
  position:absolute!important;
  inset:9px!important;
  border:1px dashed rgba(255,184,208,.75)!important;
  border-radius:20px!important;
  pointer-events:none!important;
}
.kdt-account-card::after{
  content:"♡ ✧"!important;
  position:absolute!important;
  right:16px!important;
  top:12px!important;
  color:rgba(201,92,134,.22)!important;
  letter-spacing:5px!important;
}
.kdt-account-card-icon{
  position:relative!important;
  z-index:1!important;
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#ffdeeb,#e6f5ff)!important;
  color:#c85d88!important;
  box-shadow:0 10px 22px rgba(201,92,134,.12)!important;
}
.kdt-account-card-text{position:relative!important;z-index:1!important;display:grid!important;gap:3px!important;}
.kdt-account-card-title{font-size:17px!important;font-weight:950!important;color:#563242!important;}
.kdt-account-card-sub{font-size:13px!important;font-weight:800!important;color:#8b5f70!important;line-height:1.35!important;}
.kdt-account-card:hover{transform:translateY(-3px)!important;color:#c85d88!important;}
@media (max-width:480px){
  .single-product .kdt-qty-control{grid-template-columns:42px 50px 42px!important;min-height:50px!important;}
  .single-product .kdt-qty-control .quantity,.single-product .kdt-qty-control .quantity .qty{width:50px!important;height:50px!important;min-height:50px!important;}
  .single-product .kdt-qty-control .kdt-qty-btn{width:42px!important;height:50px!important;}
}

/* v3.2: quantity working polish, zone notice cleanup, 11-digit phone/payment fields */
.single-product .woocommerce div.product form.cart,
.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
.single-product .woocommerce div.product form.cart:not(.variations_form){
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}
.single-product .kdt-qty-control{
  display:inline-grid!important;
  grid-template-columns:46px 58px 46px!important;
  align-items:center!important;
  justify-content:center!important;
  height:54px!important;
  min-height:54px!important;
  border:1px solid rgba(255,199,222,.98)!important;
  background:#fff!important;
  border-radius:999px!important;
  box-shadow:0 9px 20px rgba(201,92,134,.09)!important;
  overflow:hidden!important;
  order:2!important;
  flex:0 0 auto!important;
}
.single-product .kdt-qty-control .quantity{
  width:58px!important;
  min-width:58px!important;
  height:54px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.single-product .kdt-qty-control .quantity input.qty,
.single-product .kdt-qty-control .quantity .qty{
  width:58px!important;
  min-width:58px!important;
  height:54px!important;
  min-height:54px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#4f2d3a!important;
  text-align:center!important;
  font-size:18px!important;
  font-weight:950!important;
  -moz-appearance:textfield!important;
}
.single-product .kdt-qty-control input.qty::-webkit-outer-spin-button,
.single-product .kdt-qty-control input.qty::-webkit-inner-spin-button{appearance:none!important;-webkit-appearance:none!important;margin:0!important;}
.single-product .kdt-qty-control .kdt-qty-btn{
  position:static!important;
  width:46px!important;
  height:54px!important;
  min-width:46px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  display:grid!important;
  place-items:center!important;
  background:transparent!important;
  color:#c85d88!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:950!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.single-product .kdt-qty-control .kdt-qty-btn:first-child{border-right:1px solid rgba(255,199,222,.64)!important;}
.single-product .kdt-qty-control .kdt-qty-btn:last-child{border-left:1px solid rgba(255,199,222,.64)!important;}
.single-product .kdt-qty-control .kdt-qty-btn:hover{background:#fff3f9!important;color:#a83f69!important;}
.single-product .woocommerce div.product form.cart .single_add_to_cart_button{
  order:1!important;
  margin:0!important;
  min-height:54px!important;
}
.single-product .woocommerce div.product form.cart > .quantity:not(.kdt-qty-control .quantity){display:none!important;}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error{overflow:hidden!important;}
.woocommerce-message:empty,
.woocommerce-info:empty,
.woocommerce-error:empty{display:none!important;}

input.kdt-eleven-digit-field,
#billing_phone,
#shipping_phone,
input[name="billing_phone"],
input[name="shipping_phone"],
input[name*="bkash" i]:not([name*="transaction" i]):not([name*="trx" i]):not([name*="txn" i]),
input[id*="bkash" i]:not([id*="transaction" i]):not([id*="trx" i]):not([id*="txn" i]),
input[name*="bikash" i]:not([name*="transaction" i]):not([name*="trx" i]):not([name*="txn" i]),
input[id*="bikash" i]:not([id*="transaction" i]):not([id*="trx" i]):not([id*="txn" i]),
input[name*="nagad" i]:not([name*="transaction" i]):not([name*="trx" i]):not([name*="txn" i]),
input[id*="nagad" i]:not([id*="transaction" i]):not([id*="trx" i]):not([id*="txn" i]){
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  display:block!important;
  box-sizing:border-box!important;
  letter-spacing:.08em!important;
  text-align:left!important;
  font-size:16px!important;
}
.woocommerce-checkout .form-row,
.woocommerce-checkout .woocommerce-input-wrapper,
.woocommerce-checkout .payment_box p{
  max-width:100%!important;
}
.woocommerce-checkout .payment_box input[type="tel"],
.woocommerce-checkout .payment_box input[type="text"]{
  min-width:210px!important;
}
@media (max-width:480px){
  .single-product .woocommerce div.product form.cart,
  .single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart{gap:10px!important;}
  .single-product .kdt-qty-control{grid-template-columns:42px 52px 42px!important;height:50px!important;min-height:50px!important;}
  .single-product .kdt-qty-control .quantity,
  .single-product .kdt-qty-control .quantity input.qty,
  .single-product .kdt-qty-control .quantity .qty{width:52px!important;min-width:52px!important;height:50px!important;min-height:50px!important;}
  .single-product .kdt-qty-control .kdt-qty-btn{width:42px!important;min-width:42px!important;height:50px!important;}
  .single-product .woocommerce div.product form.cart .single_add_to_cart_button{min-height:50px!important;}
}


/* v3.3: desktop/tablet balance, header cart back, Tk polish */
html body .kdt-header-actions .kdt-cart-link,
html body .kdt-header-actions .kdt-header-cart-link{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  width:48px!important;
  min-width:48px!important;
  height:48px!important;
  position:relative!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  border:1px solid rgba(255,194,220,.95)!important;
  background:linear-gradient(145deg,#fff,#fff6fb)!important;
  box-shadow:0 12px 28px rgba(207,82,127,.10)!important;
  color:#563242!important;
  text-decoration:none!important;
}
html body .kdt-header-actions .kdt-cart-link svg{width:22px!important;height:22px!important;fill:#563242!important;display:block!important;}
html body .kdt-header-actions .kdt-cart-link .kdt-cart-count{
  position:absolute!important;
  right:-3px!important;
  top:-8px!important;
  min-width:20px!important;
  height:20px!important;
  padding:0 6px!important;
  border-radius:999px!important;
  background:#cf527f!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:950!important;
  border:2px solid #fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
.woocommerce-Price-currencySymbol{font-family:var(--kdt-font)!important;letter-spacing:.02em!important;}

.kdt-related-latest-products ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}

@media (min-width:768px){
  html body .kdt-page-wrap,
  html body .kdt-footer-inner,
  html body .kdt-header-inner{
    width:min(1180px, calc(100vw - 44px))!important;
    max-width:1180px!important;
  }
  html body .kdt-site-header{padding:14px 0!important;}
  html body .kdt-header-inner{padding:14px 20px!important;gap:18px!important;}
  html body .kdt-site-title{font-size:clamp(34px,4vw,56px)!important;line-height:.95!important;white-space:nowrap!important;letter-spacing:.02em!important;}
  html body .kdt-header-actions{gap:12px!important;flex-shrink:0!important;}
  html body .woocommerce ul.products,
  html body .kdt-home-products,
  html body .kdt-related-latest-products ul.products{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:20px!important;
  }
  html body .woocommerce ul.products li.product,
  html body .wc-block-grid__product,
  html body .softheart-card{min-width:0!important;}
  html body .woocommerce ul.products li.product img{width:100%!important;height:auto!important;object-fit:cover!important;}
  html body.single-product .woocommerce div.product{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:26px!important;
    align-items:start!important;
  }
  html body.single-product .woocommerce div.product .woocommerce-product-gallery,
  html body.single-product .woocommerce div.product .summary{
    float:none!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  html body.single-product .woocommerce div.product .summary{padding-top:4px!important;}
  html body.single-product .woocommerce div.product form.cart{max-width:100%!important;}
}
@media (min-width:1024px){
  html body .woocommerce ul.products,
  html body .kdt-home-products,
  html body .kdt-related-latest-products ul.products{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:24px!important;
  }
  html body .kdt-section{padding:30px!important;}
  html body .kdt-product-card,html body .woocommerce ul.products li.product{border-radius:28px!important;}
}
@media (min-width:1180px){
  html body.single-product .woocommerce div.product{grid-template-columns:minmax(430px, .95fr) minmax(460px, 1.05fr)!important;gap:34px!important;}
}
@media (max-width:480px){
  html body .kdt-header-actions .kdt-cart-link{width:40px!important;min-width:40px!important;height:40px!important;}
  html body .kdt-header-actions .kdt-cart-link svg{width:19px!important;height:19px!important;}
  html body .kdt-header-actions{gap:7px!important;}
}

/* v3.4: checkout layout cleanup + header order polish */
@media (max-width:767px){
  html body .kdt-header-actions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;}
  html body .kdt-header-actions .kdt-search-toggle{order:1!important;}
  html body .kdt-header-actions .kdt-cart-link{order:2!important;}
  html body .kdt-header-actions .kdt-account-link{order:3!important;}
}
html body .kdt-header-actions .kdt-search-toggle{order:1!important;}
html body .kdt-header-actions .kdt-cart-link{order:2!important;}
html body .kdt-header-actions .kdt-account-link{order:3!important;}

body.woocommerce-checkout .kdt-page-wrap,
body.woocommerce-checkout .woocommerce-notices-wrapper{
  width:min(1040px, calc(100vw - 18px))!important;
  max-width:1040px!important;
  overflow:visible!important;
}
body.woocommerce-checkout .kdt-page-wrap{margin-top:14px!important;}
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .page-title{font-size:clamp(32px,8vw,56px)!important;line-height:1.05!important;margin-bottom:18px!important;}
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout form.checkout,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
body.woocommerce-checkout form.checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:18px!important;
}
body.woocommerce-checkout .woocommerce-checkout .col2-set,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields{
  padding:16px!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(255,205,225,.98)!important;
  box-shadow:0 14px 34px rgba(201,92,134,.10)!important;
}
body.woocommerce-checkout .form-row,
body.woocommerce-checkout .woocommerce-input-wrapper,
body.woocommerce-checkout p.form-row{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  float:none!important;
  clear:both!important;
  margin:0 0 14px!important;
  box-sizing:border-box!important;
}
body.woocommerce-checkout .form-row label{
  display:block!important;
  width:100%!important;
  margin:0 0 7px!important;
  color:#563242!important;
  font-weight:900!important;
  line-height:1.35!important;
  letter-spacing:.02em!important;
}
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout select{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:48px!important;
  box-sizing:border-box!important;
  display:block!important;
  border-radius:20px!important;
  padding:12px 14px!important;
  font-size:15px!important;
  letter-spacing:.03em!important;
  text-align:left!important;
}
body.woocommerce-checkout textarea{min-height:96px!important;}

body.woocommerce-checkout #payment{
  padding:14px!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#fff,#fff7fb 58%,#f2f9ff)!important;
}
body.woocommerce-checkout #payment ul.payment_methods{
  padding:0!important;
  margin:0 0 14px!important;
  border:0!important;
  display:grid!important;
  gap:12px!important;
}
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bkash,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_nagad{
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr)!important;
  column-gap:10px!important;
  row-gap:10px!important;
  align-items:center!important;
  width:100%!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid rgba(255,205,225,.98)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(201,92,134,.08)!important;
  box-sizing:border-box!important;
}
body.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]{
  grid-column:1!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  margin:0!important;
  accent-color:#c85d88!important;
  align-self:center!important;
}
body.woocommerce-checkout #payment ul.payment_methods li > label{
  grid-column:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  font-size:17px!important;
  line-height:1.35!important;
  color:#563242!important;
  font-weight:900!important;
}
body.woocommerce-checkout #payment ul.payment_methods li > label img{
  max-height:34px!important;
  max-width:118px!important;
  width:auto!important;
  object-fit:contain!important;
  margin:0!important;
  display:inline-block!important;
}
body.woocommerce-checkout #payment div.payment_box{
  grid-column:1 / -1!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:8px 0 0!important;
  padding:14px!important;
  box-sizing:border-box!important;
  border-radius:22px!important;
  background:#fff9fc!important;
  border:1px dashed rgba(255,184,208,.75)!important;
  color:#563242!important;
}
body.woocommerce-checkout #payment div.payment_box::before{display:none!important;content:none!important;}
body.woocommerce-checkout #payment div.payment_box p,
body.woocommerce-checkout #payment div.payment_box .form-row,
body.woocommerce-checkout #payment div.payment_box label,
body.woocommerce-checkout #payment div.payment_box .woocommerce-input-wrapper{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  clear:both!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
body.woocommerce-checkout #payment div.payment_box label{margin-bottom:7px!important;font-weight:900!important;line-height:1.35!important;}
body.woocommerce-checkout #payment div.payment_box input,
body.woocommerce-checkout #payment div.payment_box select,
body.woocommerce-checkout #payment div.payment_box textarea{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  display:block!important;
  margin:0!important;
}

body.woocommerce-checkout .softheart-checkout-payment-area,
body.woocommerce-checkout .softheart-checkout-payment-area .payment-box,
body.woocommerce-checkout .softheart-preorder-note{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
body.woocommerce-checkout .softheart-checkout-payment-area .payment-box{
  display:grid!important;
  gap:10px!important;
  padding:14px!important;
  border-radius:24px!important;
}
body.woocommerce-checkout .softheart-checkout-payment-area .payment-option{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  margin:0!important;
  padding:12px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(255,211,226,.9)!important;
  cursor:pointer!important;
  color:#563242!important;
  font-weight:900!important;
}
body.woocommerce-checkout .softheart-checkout-payment-area .payment-option input[type="radio"]{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  margin:0!important;
  accent-color:#c85d88!important;
}
body.woocommerce-checkout .softheart-checkout-payment-area .payment-option span{min-width:0!important;line-height:1.35!important;}

body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error{
  border:1px solid rgba(255,205,225,.98)!important;
  border-radius:22px!important;
  box-shadow:0 10px 24px rgba(201,92,134,.08)!important;
  padding:14px 16px 14px 48px!important;
}
body.woocommerce-checkout .woocommerce-notices-wrapper:empty{display:none!important;}
@media (max-width:480px){
  body.woocommerce-checkout .woocommerce-checkout .col2-set,
  body.woocommerce-checkout .woocommerce-checkout-review-order,
  body.woocommerce-checkout .woocommerce-billing-fields,
  body.woocommerce-checkout .woocommerce-shipping-fields,
  body.woocommerce-checkout .woocommerce-additional-fields,
  body.woocommerce-checkout #payment{padding:12px!important;border-radius:24px!important;}
  body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method,
  body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bkash,
  body.woocommerce-checkout #payment ul.payment_methods li.payment_method_nagad{padding:12px!important;grid-template-columns:22px minmax(0,1fr)!important;}
  body.woocommerce-checkout #payment ul.payment_methods li > label{font-size:15px!important;}
  body.woocommerce-checkout #payment ul.payment_methods li > label img{max-height:30px!important;max-width:96px!important;}
}

/* v3.5: checkout normal clean layout - remove heavy layered boxes */
body.woocommerce-checkout article.kdt-content-card,
body.woocommerce-checkout .kdt-content-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}
body.woocommerce-checkout .kdt-entry-content{
  width:min(720px, calc(100vw - 28px))!important;
  margin:0 auto!important;
  color:#563242!important;
}
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .kdt-entry-title,
body.woocommerce-checkout .page-title{
  margin:22px auto 24px!important;
  padding:0!important;
}
body.woocommerce-checkout .woocommerce{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body.woocommerce-checkout form.checkout{
  display:block!important;
  width:100%!important;
  max-width:720px!important;
  margin:0 auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
body.woocommerce-checkout .woocommerce-checkout .col2-set,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-cart-form,
body.woocommerce-checkout .cart-collaterals .cart_totals{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  margin:0 0 24px!important;
  overflow:visible!important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout h3{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:10px 0 18px!important;
  padding:0 0 8px!important;
  font-size:clamp(24px,6vw,34px)!important;
  line-height:1.1!important;
  font-weight:950!important;
  color:#563242!important;
  border-bottom:2px dashed rgba(255,184,208,.72)!important;
  text-shadow:0 2px 0 rgba(255,255,255,.9)!important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3::before,
body.woocommerce-checkout #order_review_heading::before{
  content:'♡'!important;
  color:#d36390!important;
  font-size:.72em!important;
}
body.woocommerce-checkout .woocommerce form .form-row,
body.woocommerce-checkout .form-row,
body.woocommerce-checkout p.form-row{
  margin:0 0 18px!important;
  padding:0!important;
}
body.woocommerce-checkout .form-row label,
body.woocommerce-checkout label{
  font-size:15px!important;
  color:#6a4050!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
}
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout input[type='text'],
body.woocommerce-checkout input[type='tel'],
body.woocommerce-checkout input[type='email'],
body.woocommerce-checkout input[type='password'],
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container--default .select2-selection--single{
  width:100%!important;
  max-width:100%!important;
  min-height:54px!important;
  border:1px solid rgba(255,199,222,.98)!important;
  background:rgba(255,255,255,.92)!important;
  border-radius:22px!important;
  box-shadow:0 7px 18px rgba(201,92,134,.06)!important;
  color:#563242!important;
  padding:13px 16px!important;
  font-size:16px!important;
}
body.woocommerce-checkout textarea{min-height:110px!important;line-height:1.6!important;}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height:28px!important;
  padding-left:0!important;
  color:#563242!important;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:54px!important;right:12px!important;}
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
  width:100%!important;
  max-width:720px!important;
  margin:0 auto 18px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(255,199,222,.86)!important;
  border-radius:22px!important;
  box-shadow:0 8px 20px rgba(201,92,134,.06)!important;
  padding:14px 16px 14px 46px!important;
  color:#563242!important;
}
body.woocommerce-checkout .woocommerce-form-coupon,
body.woocommerce-checkout .woocommerce-form-login,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.login{
  max-width:720px!important;
  margin:0 auto 20px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table,
body.woocommerce-checkout table.shop_table{
  border:0!important;
  border-radius:22px!important;
  box-shadow:0 8px 20px rgba(201,92,134,.06)!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.90)!important;
}
body.woocommerce-checkout #payment{
  padding-top:6px!important;
  background:transparent!important;
}
body.woocommerce-checkout #payment ul.payment_methods{
  display:block!important;
  padding:0!important;
  margin:0 0 16px!important;
  border:0!important;
}
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bkash,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_nagad{
  display:block!important;
  width:100%!important;
  margin:0 0 12px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#563242!important;
}
body.woocommerce-checkout #payment ul.payment_methods li input[type='radio']{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  margin:0 10px 0 0!important;
  vertical-align:middle!important;
  accent-color:#d36390!important;
}
body.woocommerce-checkout #payment ul.payment_methods li > label{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  width:auto!important;
  max-width:calc(100% - 36px)!important;
  margin:0!important;
  padding:12px 14px!important;
  border:1px solid rgba(255,199,222,.80)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.86)!important;
  box-shadow:0 7px 18px rgba(201,92,134,.05)!important;
  font-size:16px!important;
  font-weight:950!important;
  color:#563242!important;
  line-height:1.25!important;
  vertical-align:middle!important;
}
body.woocommerce-checkout #payment ul.payment_methods li > label img{
  max-height:30px!important;
  max-width:100px!important;
  margin:0!important;
  object-fit:contain!important;
}
body.woocommerce-checkout #payment div.payment_box{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:12px 0 18px!important;
  padding:14px 0 0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  color:#563242!important;
}
body.woocommerce-checkout #payment div.payment_box::before{display:none!important;content:none!important;}
body.woocommerce-checkout .softheart-checkout-payment-area,
body.woocommerce-checkout .softheart-checkout-payment-area .payment-box,
body.woocommerce-checkout .softheart-preorder-note{
  width:100%!important;
  max-width:100%!important;
  padding:0!important;
  margin:0 0 18px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
}
body.woocommerce-checkout .softheart-checkout-payment-area .payment-option{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:52px!important;
  margin:0 0 12px!important;
  padding:12px 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(255,199,222,.86)!important;
  box-shadow:0 7px 18px rgba(201,92,134,.05)!important;
  color:#563242!important;
  font-weight:950!important;
}
body.woocommerce-checkout .softheart-checkout-payment-area .payment-option input[type='radio']{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  margin:0!important;
  flex:0 0 auto!important;
}
body.woocommerce-checkout .softheart-checkout-payment-area .payment-option span,
body.woocommerce-checkout .softheart-checkout-payment-area .payment-option label{
  min-width:0!important;
  line-height:1.3!important;
  overflow:visible!important;
  white-space:normal!important;
}
body.woocommerce-checkout #place_order,
body.woocommerce-checkout button.button,
body.woocommerce-checkout input.button,
body.woocommerce-checkout a.button,
body.woocommerce-checkout .button{
  border-radius:999px!important;
  background:linear-gradient(135deg,#ee7da9,#ff9bbc)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 12px 26px rgba(207,82,127,.18)!important;
}
@media (max-width:480px){
  body.woocommerce-checkout .kdt-entry-content,
  body.woocommerce-checkout form.checkout,
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-checkout .woocommerce-message,
  body.woocommerce-checkout .woocommerce-error{width:calc(100vw - 28px)!important;max-width:none!important;}
  body.woocommerce-checkout #payment ul.payment_methods li > label{font-size:14px!important;padding:11px 12px!important;max-width:calc(100% - 34px)!important;}
  body.woocommerce-checkout input.input-text,
  body.woocommerce-checkout input[type='text'],
  body.woocommerce-checkout input[type='tel'],
  body.woocommerce-checkout input[type='email'],
  body.woocommerce-checkout textarea,
  body.woocommerce-checkout select{min-height:50px!important;border-radius:20px!important;font-size:15px!important;}
}


/* v3.6: checkout payment method collapse — only selected bKash/Nagad details stay open */
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method div.payment_box,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bkash div.payment_box,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_nagad div.payment_box{
  display:none!important;
}
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.kdt-payment-active div.payment_box,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bkash.kdt-payment-active div.payment_box,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_nagad.kdt-payment-active div.payment_box,
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method input[name="payment_method"]:checked ~ div.payment_box,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bkash input[name="payment_method"]:checked ~ div.payment_box,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_nagad input[name="payment_method"]:checked ~ div.payment_box{
  display:block!important;
}
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.kdt-payment-active > label,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bkash.kdt-payment-active > label,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_nagad.kdt-payment-active > label{
  border-color:rgba(214,99,144,.70)!important;
  background:rgba(255,246,251,.96)!important;
  box-shadow:0 10px 22px rgba(201,92,134,.10)!important;
}
body.woocommerce-checkout #payment div.payment_box{
  animation:kdtPaymentFade .18s ease both;
}
@keyframes kdtPaymentFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}


/* v3.7: laptop/footer layout fix — full-width footer card, no left-only column */
.kdt-site-footer{
  width:100%!important;
  margin:44px 0 0!important;
  padding:0 0 22px!important;
  background:transparent!important;
  overflow:visible!important;
}
.kdt-site-footer .kdt-footer-inner{
  display:block!important;
  grid-template-columns:none!important;
  width:min(1180px, calc(100vw - 44px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0!important;
}
.kdt-site-footer .kdt-footer-card{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  margin:0 auto!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr)!important;
  grid-template-areas:
    "brand title"
    "brand links";
  align-items:center!important;
  column-gap:28px!important;
  row-gap:10px!important;
  text-align:left!important;
  padding:30px 34px!important;
  border-radius:34px!important;
  overflow:hidden!important;
}
.kdt-site-footer .kdt-footer-brand-area{
  grid-area:brand!important;
  text-align:left!important;
  margin:0!important;
}
.kdt-site-footer .kdt-footer-brand-area p{
  margin:8px 0 0!important;
  max-width:430px!important;
}
.kdt-site-footer .kdt-footer-contact-title{
  grid-area:title!important;
  justify-self:end!important;
  margin:0!important;
  min-height:34px!important;
}
.kdt-site-footer .kdt-footer-socials{
  grid-area:links!important;
  width:100%!important;
  max-width:620px!important;
  justify-self:end!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
}
.kdt-site-footer .kdt-contact-pill,
.kdt-site-footer .kdt-social-link{
  width:100%!important;
  min-width:0!important;
  white-space:nowrap!important;
}
.kdt-site-footer .kdt-copyright{
  width:min(1180px, calc(100vw - 44px))!important;
  max-width:1180px!important;
  margin:12px auto 0!important;
  padding:0!important;
  text-align:center!important;
}
@media (min-width:768px) and (max-width:1100px){
  .kdt-site-footer .kdt-footer-card{
    grid-template-columns:1fr!important;
    grid-template-areas:"brand" "title" "links"!important;
    text-align:center!important;
    row-gap:14px!important;
  }
  .kdt-site-footer .kdt-footer-brand-area{text-align:center!important;}
  .kdt-site-footer .kdt-footer-brand-area p{margin-left:auto!important;margin-right:auto!important;}
  .kdt-site-footer .kdt-footer-contact-title{justify-self:center!important;}
  .kdt-site-footer .kdt-footer-socials{justify-self:center!important;max-width:680px!important;}
}
@media (max-width:767px){
  .kdt-site-footer{margin-top:28px!important;padding-bottom:18px!important;}
  .kdt-site-footer .kdt-footer-inner,
  .kdt-site-footer .kdt-copyright{width:calc(100vw - 18px)!important;}
  .kdt-site-footer .kdt-footer-card{
    grid-template-columns:1fr!important;
    grid-template-areas:"brand" "title" "links"!important;
    text-align:center!important;
    padding:28px 12px 26px!important;
    border-radius:28px!important;
    row-gap:12px!important;
  }
  .kdt-site-footer .kdt-footer-brand-area{text-align:center!important;}
  .kdt-site-footer .kdt-footer-brand-area p{margin-left:auto!important;margin-right:auto!important;}
  .kdt-site-footer .kdt-footer-contact-title{justify-self:center!important;}
  .kdt-site-footer .kdt-footer-socials{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:100%!important;
    justify-self:center!important;
    gap:8px!important;
  }
}

/* v3.8: checkout cleanup + home-only footer options */
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #shipping_state_field,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout #order_comments_field{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.woocommerce-checkout .woocommerce-additional-fields h3{display:none!important;}
body.woocommerce-checkout .woocommerce-form-coupon-toggle.kdt-moved-coupon,
body.woocommerce-checkout form.checkout_coupon.kdt-moved-coupon-form,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-moved-coupon-form{
  max-width:720px!important;
  width:100%!important;
  margin:0 0 18px!important;
}
body.woocommerce-checkout #order_review_heading + .woocommerce-form-coupon-toggle,
body.woocommerce-checkout #order_review_heading + .woocommerce-form-coupon-toggle + form.checkout_coupon{
  margin-top:0!important;
}
body.woocommerce-checkout .kdt-checkout-account-bottom{
  width:min(720px, calc(100vw - 28px))!important;
  margin:18px auto 0!important;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
body.woocommerce-checkout .kdt-checkout-account-bottom .kdt-checkout-account-action,
body.woocommerce-checkout .kdt-checkout-account-bottom a,
body.woocommerce-checkout .kdt-checkout-account-bottom button,
body.woocommerce-checkout .kdt-checkout-account-bottom input[type='button'],
body.woocommerce-checkout .kdt-checkout-account-bottom input[type='submit']{
  width:auto!important;
  min-width:160px!important;
  min-height:44px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,199,222,.95)!important;
  background:linear-gradient(135deg,#fff,#fff5fa)!important;
  color:#563242!important;
  box-shadow:0 8px 20px rgba(201,92,134,.08)!important;
  font-weight:950!important;
  text-align:center!important;
}
body.woocommerce-checkout form.checkout .col2-set{margin-bottom:18px!important;}
body.woocommerce-checkout #order_review_heading{margin-top:12px!important;}
body.woocommerce-checkout #order_review{margin-bottom:16px!important;}

.kdt-site-footer.kdt-footer-style-minimal .kdt-footer-card{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:18px 22px!important;
  border-radius:999px!important;
}
.kdt-site-footer.kdt-footer-style-minimal .kdt-footer-bow,
.kdt-site-footer.kdt-footer-style-minimal .kdt-footer-contact-title{display:none!important;}
.kdt-site-footer.kdt-footer-style-minimal .kdt-footer-brand-area{grid-area:auto!important;}
.kdt-site-footer.kdt-footer-style-minimal .kdt-footer-brand-area p{display:none!important;}
.kdt-site-footer.kdt-footer-style-minimal .kdt-footer-socials{grid-area:auto!important;display:flex!important;width:auto!important;max-width:none!important;}
.kdt-site-footer.kdt-footer-style-contact .kdt-footer-card{
  grid-template-columns:1fr!important;
  grid-template-areas:"brand" "title" "links"!important;
  text-align:center!important;
}
.kdt-site-footer.kdt-footer-style-contact .kdt-footer-brand-area{text-align:center!important;}
.kdt-site-footer.kdt-footer-style-contact .kdt-footer-brand-area p{margin-left:auto!important;margin-right:auto!important;}
.kdt-site-footer.kdt-footer-style-contact .kdt-footer-contact-title{justify-self:center!important;}
.kdt-site-footer.kdt-footer-style-contact .kdt-footer-socials{justify-self:center!important;}
@media (max-width:767px){
  .kdt-site-footer.kdt-footer-style-minimal .kdt-footer-card{border-radius:28px!important;flex-direction:column!important;text-align:center!important;}
  .kdt-site-footer.kdt-footer-style-minimal .kdt-footer-socials{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}


/* v3.9: order note shown inside Billing & Shipping, while the default Additional information section stays hidden. */
.woocommerce-checkout .kdt-order-note-field,
.woocommerce-checkout p#kdt_order_note_field{
  width:100%!important;
  max-width:100%!important;
  clear:both!important;
  margin-top:16px!important;
}
.woocommerce-checkout #kdt_order_note{
  min-height:112px!important;
  resize:vertical!important;
  width:100%!important;
  border-radius:24px!important;
  padding:18px 20px!important;
  background:rgba(255,255,255,.9)!important;
  border:2px solid var(--kdt-border)!important;
  box-shadow:0 10px 28px rgba(207,82,127,.08)!important;
  color:var(--kdt-text)!important;
  font-family:var(--kdt-font)!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.woocommerce-checkout #kdt_order_note::placeholder{color:#b59aaa!important;}
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout #order_comments_field{
  display:none!important;
}


/* v4.0: checkout clean shipping-only wording, compact spacing, coupon toggle + top login/logout */
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-checkout .col2-set h3{
  margin:0 0 18px!important;
  padding:0 0 10px!important;
  line-height:1.15!important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3{font-size:clamp(26px,3.2vw,40px)!important;}
body.woocommerce-checkout .woocommerce-checkout .col2-set,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  min-height:0!important;
  height:auto!important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  align-items:start!important;
}
@media (min-width: 900px){
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    grid-template-columns:repeat(2, minmax(260px, 1fr))!important;
    column-gap:28px!important;
    row-gap:16px!important;
  }
  body.woocommerce-checkout #billing_address_1_field,
  body.woocommerce-checkout #kdt_order_note_field,
  body.woocommerce-checkout .kdt-order-note-field{
    grid-column:1 / -1!important;
  }
}
body.woocommerce-checkout .woocommerce form .form-row,
body.woocommerce-checkout .form-row,
body.woocommerce-checkout p.form-row{
  margin:0!important;
  padding:0!important;
}
body.woocommerce-checkout .form-row.hidden,
body.woocommerce-checkout .woocommerce-billing-fields .clear,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .shipping_address,
body.woocommerce-checkout #ship-to-different-address{
  display:none!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.woocommerce-checkout .woocommerce-checkout .col2-set{margin-bottom:24px!important;}
body.woocommerce-checkout .woocommerce-checkout-review-order{margin-top:10px!important;}
body.woocommerce-checkout .kdt-checkout-account-bottom{display:none!important;}
body.woocommerce-checkout .kdt-checkout-account-top{
  width:min(720px, calc(100vw - 28px))!important;
  margin:0 auto 26px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
body.woocommerce-checkout .kdt-checkout-account-top:empty{display:none!important;}
body.woocommerce-checkout .kdt-checkout-account-top .kdt-checkout-account-action,
body.woocommerce-checkout .kdt-checkout-account-top a,
body.woocommerce-checkout .kdt-checkout-account-top button,
body.woocommerce-checkout .kdt-checkout-account-top input[type='button'],
body.woocommerce-checkout .kdt-checkout-account-top input[type='submit']{
  width:auto!important;
  min-width:150px!important;
  min-height:44px!important;
  padding:0 24px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,199,222,.95)!important;
  background:linear-gradient(135deg,#fff,#fff5fa)!important;
  color:#563242!important;
  box-shadow:0 8px 20px rgba(201,92,134,.08)!important;
  font-weight:950!important;
  text-align:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body.woocommerce-checkout form.checkout_coupon.kdt-moved-coupon-form,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-moved-coupon-form{
  display:none!important;
}
body.woocommerce-checkout form.checkout_coupon.kdt-moved-coupon-form.kdt-coupon-open,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-moved-coupon-form.kdt-coupon-open{
  display:block!important;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle.kdt-moved-coupon{
  cursor:pointer!important;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle.kdt-moved-coupon .woocommerce-info{
  margin-bottom:12px!important;
}
body.woocommerce-checkout #order_review_heading{margin-top:14px!important;}
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #shipping_state_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #shipping_postcode_field{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3::before{content:'♡ '!important;}
@media (max-width: 680px){
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{gap:13px!important;}
  body.woocommerce-checkout .kdt-checkout-account-top{margin-bottom:20px!important;}
  body.woocommerce-checkout .woocommerce-checkout .col2-set{margin-bottom:18px!important;}
}


/* v4.1: category/subcategory top area polish — remove plain white strip and make laptop-safe pastel header */
body.tax-product_cat .kdt-page-wrap.kdt-category-page,
.kdt-category-page{
  width:min(1180px, calc(100vw - 30px))!important;
  margin-top:22px!important;
}
.kdt-category-page .woocommerce-breadcrumb{
  display:none!important;
}
.kdt-category-page .kdt-category-heading{
  position:relative!important;
  overflow:hidden!important;
  margin:0 auto 18px!important;
  padding:clamp(18px,3.2vw,34px) clamp(16px,4vw,44px)!important;
  min-height:auto!important;
  background:
    radial-gradient(circle at 12% 22%, rgba(255,184,208,.34) 0 42px, transparent 44px),
    radial-gradient(circle at 88% 12%, rgba(220,238,255,.56) 0 52px, transparent 54px),
    linear-gradient(135deg, rgba(255,250,253,.92), rgba(255,239,247,.84) 54%, rgba(234,246,255,.90))!important;
  border:1px solid rgba(255,199,222,.95)!important;
  border-radius:34px!important;
  box-shadow:0 16px 42px rgba(207,82,127,.10)!important;
  text-align:left!important;
}
.kdt-category-page .kdt-category-heading::before{
  content:""!important;
  position:absolute!important;
  inset:12px!important;
  border:2px dashed rgba(255,184,208,.58)!important;
  border-radius:24px!important;
  pointer-events:none!important;
}
.kdt-category-page .kdt-category-heading::after{
  content:"♡  ✧  🎀"!important;
  position:absolute!important;
  right:clamp(16px,3vw,34px)!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:rgba(207,82,127,.25)!important;
  font-size:clamp(18px,2.8vw,32px)!important;
  letter-spacing:10px!important;
  white-space:nowrap!important;
  pointer-events:none!important;
}
.kdt-category-page .kdt-category-heading .kdt-entry-title{
  position:relative!important;
  z-index:2!important;
  width:min(720px,100%)!important;
  margin:0!important;
  text-align:left!important;
  font-size:clamp(31px,4.6vw,56px)!important;
  line-height:1.04!important;
  color:#4a2c35!important;
  text-shadow:0 2px 0 rgba(255,255,255,.92)!important;
}
.kdt-category-page .kdt-category-description{
  position:relative!important;
  z-index:2!important;
  max-width:680px!important;
  margin:10px 0 0!important;
  color:#805569!important;
}
.kdt-category-page .kdt-subcategory-section{
  position:relative!important;
  overflow:visible!important;
  margin:18px auto 24px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.kdt-category-page .kdt-subcategory-section::before{
  display:none!important;
}
.kdt-category-page .kdt-subcategory-section::after{
  content:""!important;
  position:absolute!important;
  inset:42px -4px auto -4px!important;
  height:calc(100% - 30px)!important;
  min-height:120px!important;
  border-radius:34px!important;
  background:linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,241,247,.68), rgba(234,246,255,.58))!important;
  border:1px solid rgba(255,211,226,.70)!important;
  z-index:-1!important;
  box-shadow:0 14px 32px rgba(207,82,127,.08)!important;
}
.kdt-category-page .kdt-subcategory-section .kdt-section-title{
  display:flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0 auto 16px!important;
  padding:10px 24px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#fff,#fff3f8 60%,#eaf6ff)!important;
  border:1px solid rgba(255,196,218,.95)!important;
  box-shadow:0 12px 26px rgba(207,82,127,.10)!important;
  font-size:clamp(20px,2.8vw,32px)!important;
  line-height:1.15!important;
  color:#5b3444!important;
  text-align:center!important;
}
.kdt-category-page .kdt-subcategory-section .kdt-section-title::before,
.kdt-category-page .kdt-subcategory-section .kdt-section-title::after{
  content:"✧"!important;
  font-size:.72em!important;
  color:#cf527f!important;
  opacity:.55!important;
}
.kdt-category-page .kdt-subcategory-grid{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit, minmax(170px, 1fr))!important;
  gap:16px!important;
  padding:14px!important;
  align-items:stretch!important;
}
.kdt-category-page .kdt-subcategory-grid .kdt-subcat-card{
  min-width:0!important;
  height:100%!important;
  transform:none!important;
}
.kdt-category-page .kdt-category-products{
  margin-top:22px!important;
}
@media (min-width: 1024px) and (max-width: 1366px){
  .kdt-category-page .kdt-subcategory-grid{
    grid-template-columns:repeat(auto-fit, minmax(185px, 1fr))!important;
    gap:18px!important;
    padding:16px!important;
  }
  .kdt-category-page .kdt-category-heading{
    padding:30px 42px!important;
  }
}
@media (max-width: 767px){
  .kdt-category-page{width:min(100%, calc(100vw - 18px))!important;margin-top:12px!important;}
  .kdt-category-page .kdt-category-heading{
    border-radius:26px!important;
    text-align:center!important;
    padding:20px 16px!important;
  }
  .kdt-category-page .kdt-category-heading::after{
    position:relative!important;
    display:block!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    margin-top:10px!important;
    letter-spacing:6px!important;
  }
  .kdt-category-page .kdt-category-heading .kdt-entry-title,
  .kdt-category-page .kdt-category-description{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .kdt-category-page .kdt-subcategory-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    padding:10px!important;
  }
  .kdt-category-page .kdt-subcategory-section::after{inset:38px 0 auto 0!important;border-radius:26px!important;}
}


/* v4.2: checkout coupon closed by default + compact one-column shipping form */
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .woocommerce-checkout .col2-set,
body.woocommerce-checkout .woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2{
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  height:auto!important;
  clear:both!important;
}
body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout #order_comments_field{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.woocommerce-checkout .woocommerce-billing-fields{
  margin:0 0 18px!important;
  padding:0!important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-checkout .col2-set h3{
  margin:0 0 14px!important;
  padding:0 0 8px!important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  margin-top:0!important;
  padding-top:0!important;
  gap:12px!important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::before,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::after,
body.woocommerce-checkout .woocommerce-checkout .col2-set::before,
body.woocommerce-checkout .woocommerce-checkout .col2-set::after{
  display:none!important;
  content:none!important;
}
body.woocommerce-checkout form.checkout_coupon:not(.kdt-coupon-open),
body.woocommerce-checkout form.woocommerce-form-coupon:not(.kdt-coupon-open){
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body.woocommerce-checkout form.checkout_coupon.kdt-coupon-open,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-coupon-open{
  display:block!important;
  visibility:visible!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  margin:0 auto 18px!important;
  padding:0!important;
}
body.woocommerce-checkout form.checkout_coupon.kdt-coupon-open .form-row,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-coupon-open .form-row{
  margin-bottom:10px!important;
}
body.woocommerce-checkout form.checkout_coupon.kdt-coupon-open .button,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-coupon-open .button{
  margin-top:6px!important;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle.kdt-moved-coupon .woocommerce-info{
  margin:0 auto 12px!important;
}
@media (min-width:900px){
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    grid-template-columns:repeat(2,minmax(260px,1fr))!important;
    row-gap:12px!important;
  }
  body.woocommerce-checkout #billing_address_1_field,
  body.woocommerce-checkout #kdt_order_note_field,
  body.woocommerce-checkout .kdt-order-note-field{
    grid-column:1 / -1!important;
  }
}
@media (max-width:680px){
  body.woocommerce-checkout .woocommerce-billing-fields h3{margin-bottom:12px!important;}
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{gap:11px!important;}
}

/* v4.3: real checkout coupon closed state + compact shipping spacing */
body.woocommerce-checkout .woocommerce-checkout .col2-set,
body.woocommerce-checkout .woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
  clear:both!important;
}
body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout #order_comments_field{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-checkout .col2-set h3,
body.woocommerce-checkout h3#ship-to-different-address{
  margin:0 0 12px!important;
  padding:0 0 8px!important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p.form-row,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row{
  margin:0 0 14px!important;
  padding:0!important;
}
body.woocommerce-checkout #billing_first_name_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_phone_field,
body.woocommerce-checkout #kdt_order_note_field{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 14px!important;
  padding:0!important;
}
body.woocommerce-checkout #billing_first_name_field{margin-top:0!important;}
body.woocommerce-checkout .kdt-checkout-account-top{
  margin:0 auto 18px!important;
}
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.woocommerce-form-coupon,
body.woocommerce-checkout form.checkout_coupon.kdt-moved-coupon-form,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-moved-coupon-form{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  max-height:0!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
}
body.woocommerce-checkout form.checkout_coupon.kdt-coupon-open,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-coupon-open,
body.woocommerce-checkout form.checkout_coupon.kdt-moved-coupon-form.kdt-coupon-open,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-moved-coupon-form.kdt-coupon-open{
  display:block!important;
  visibility:visible!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  margin:0 0 18px!important;
  padding:0!important;
}
body.woocommerce-checkout form.checkout_coupon.kdt-coupon-open .form-row,
body.woocommerce-checkout form.woocommerce-form-coupon.kdt-coupon-open .form-row{
  margin:0 0 12px!important;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle.kdt-moved-coupon .woocommerce-info{
  cursor:pointer!important;
  margin-bottom:12px!important;
}
@media (min-width:900px){
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    display:block!important;
    grid-template-columns:none!important;
  }
  body.woocommerce-checkout #billing_first_name_field,
  body.woocommerce-checkout #billing_address_1_field,
  body.woocommerce-checkout #billing_phone_field,
  body.woocommerce-checkout #kdt_order_note_field{
    width:100%!important;
    max-width:720px!important;
  }
}


/* v4.4: coupon option removed completely from checkout */
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.woocommerce-form-coupon,
body.woocommerce-checkout .kdt-moved-coupon,
body.woocommerce-checkout .kdt-moved-coupon-form{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.woocommerce-checkout #order_review_heading{
  margin-top:18px!important;
}

/* v4.5: live search + old plugin features rebuilt in theme vibe */
.kdt-search-form{position:relative;}
.kdt-live-search-results{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:9999;background:rgba(255,255,255,.97);border:1px solid var(--kdt-border);border-radius:24px;box-shadow:0 18px 42px rgba(207,82,127,.18);overflow:hidden;padding:8px;}
.kdt-live-search-results.is-open{display:block;}
.kdt-live-search-message{padding:14px 16px;color:var(--kdt-muted);font-weight:800;text-align:center;}
.kdt-live-search-list{display:grid;gap:7px;max-height:390px;overflow:auto;}
.kdt-live-search-item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:9px;border-radius:18px;text-decoration:none!important;color:var(--kdt-text)!important;background:linear-gradient(135deg,#fff,#fff8fb);border:1px solid transparent;transition:.18s ease;}
.kdt-live-search-item:hover{background:#fff1f7;border-color:#ffcfe0;transform:translateY(-1px);}
.kdt-live-search-item img{width:58px;height:58px;object-fit:cover;border-radius:15px;border:1px solid var(--kdt-border);background:#fff;}
.kdt-live-search-item strong{display:block;font-size:14px;line-height:1.28;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.kdt-live-search-item em{display:block;margin-top:3px;font-style:normal;font-size:13px;color:var(--kdt-pink-deep);font-weight:900;}
@media(max-width:767px){.kdt-live-search-results{position:fixed;left:16px;right:16px;top:135px;max-height:calc(100vh - 160px);overflow:auto;}.kdt-live-search-list{max-height:calc(100vh - 190px);}}

.kdt-preorder-badge{display:inline-flex;flex-direction:column;gap:3px;max-width:100%;margin:0 0 14px;padding:10px 16px;border-radius:22px;border:1px solid var(--kdt-border);background:linear-gradient(135deg,#fff,#fff2f8);box-shadow:0 10px 24px rgba(207,82,127,.10);color:var(--kdt-text);text-align:center;}
.kdt-preorder-badge strong{color:var(--kdt-pink-deep);font-size:15px;font-weight:900;}
.kdt-preorder-badge span{font-size:13px;font-weight:800;color:var(--kdt-muted);}
.kdt-advance-payment-box{margin:18px 0 18px;padding:16px;border:1px solid var(--kdt-border);border-radius:26px;background:rgba(255,255,255,.70);box-shadow:0 14px 32px rgba(207,82,127,.10);}
.kdt-advance-note{padding:12px 14px;border-radius:20px;background:linear-gradient(135deg,#fff5fa,#edf7ff);border:1px dashed #ffc6da;color:var(--kdt-text);font-weight:800;line-height:1.55;}
.kdt-advance-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;}
.kdt-advance-option{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 10px;border-radius:999px;border:1px solid var(--kdt-border);background:#fff;box-shadow:0 8px 18px rgba(207,82,127,.08);cursor:pointer;color:var(--kdt-text);font-weight:900;}
.kdt-advance-option input{accent-color:var(--kdt-pink-deep);}
.kdt-advance-option.is-selected{background:linear-gradient(135deg,#ff8db8,#ffb8d0);color:#fff;border-color:#ff8db8;}
.kdt-advance-breakdown{display:grid;gap:8px;padding:14px;border-radius:22px;background:linear-gradient(135deg,#fff,#fff6fb);border:1px solid var(--kdt-border);box-shadow:0 10px 24px rgba(207,82,127,.08);}
.kdt-advance-breakdown strong{color:var(--kdt-pink-deep);font-size:16px;}
.kdt-advance-breakdown span{display:flex;justify-content:space-between;gap:10px;align-items:center;color:var(--kdt-text);}
.kdt-advance-breakdown em{font-style:normal;color:var(--kdt-muted);font-weight:800;}
.kdt-advance-breakdown b{color:var(--kdt-text);font-weight:900;}
.kdt-order-breakdown-card{margin:20px 0;padding:18px;border-radius:26px;border:1px solid var(--kdt-border);background:linear-gradient(135deg,#fff,#fff4f9);box-shadow:var(--kdt-shadow-soft);}
.kdt-order-breakdown-card h3{margin:0 0 12px;color:var(--kdt-pink-deep);}
.kdt-order-breakdown-card p{display:flex;justify-content:space-between;gap:10px;margin:8px 0;color:var(--kdt-text);}
.kdt-size-chart-image{margin:20px 0;text-align:center;}
.kdt-size-chart-image img{max-width:100%;height:auto;border-radius:24px;border:1px solid var(--kdt-border);box-shadow:var(--kdt-shadow-soft);}
.kdt-order-item-with-image{display:flex;align-items:center;gap:10px;}
.kdt-order-item-img img{width:56px!important;height:56px!important;object-fit:cover;border-radius:14px;border:1px solid var(--kdt-border);}
.kdt-order-item-info{display:flex;flex-direction:column;gap:2px;}
.kdt-order-item-info small{font-size:12px;color:var(--kdt-muted);font-weight:800;}
@media(max-width:767px){.kdt-advance-options{grid-template-columns:1fr;}.kdt-advance-payment-box{padding:13px;border-radius:22px;}}


/* v4.6: single preorder badge, prettier font, and custom option alert */
:root{
  --kdt-font:"Quicksand", "Nunito", ui-rounded, "Arial Rounded MT Bold", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
  --kdt-title-font:"DynaPuff", "Chewy", "Cherry Bomb One", "Sour Gummy", cursive!important;
}
body,button,input,select,textarea{font-family:var(--kdt-font)!important;}
.kdt-site-title,
.kdt-entry-title,
.woocommerce-products-header__title,
.page-title,
.kdt-section-title,
.kdt-hero h1,
.kdt-footer-brand,
.product_title.entry-title,
.woocommerce div.product .product_title{
  font-family:var(--kdt-title-font)!important;
  font-weight:700!important;
  letter-spacing:.2px!important;
}
.kdt-site-title{
  color:#593444!important;
  text-shadow:0 3px 0 rgba(255,255,255,.94), 0 10px 22px rgba(201,92,134,.10)!important;
  font-size:clamp(28px,6vw,43px)!important;
  line-height:1!important;
}
@media (max-width:480px){
  .kdt-site-title{font-size:clamp(24px,6.6vw,30px)!important;max-width:34vw!important;}
}
.product_title.entry-title,
.woocommerce div.product .product_title{
  color:#5b3444!important;
  line-height:1.08!important;
}
/* Keep only the inside-form preorder note visually, in case any older hook remains cached. */
.woocommerce div.product > .kdt-preorder-badge:first-of-type:not(form.cart .kdt-preorder-badge){display:none!important;}

.kdt-alert-backdrop{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(45,31,39,.42);
  backdrop-filter:blur(5px);
}
.kdt-alert-card{
  width:min(420px, calc(100vw - 38px));
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:linear-gradient(145deg,#fff,#fff5fa 60%,#eaf6ff);
  border:1px solid #ffd1e1;
  box-shadow:0 25px 70px rgba(91,52,68,.25);
  padding:30px 24px 24px;
  text-align:center;
  color:#553142;
  animation:kdtAlertPop .24s ease-out;
}
.kdt-alert-card::before{
  content:"♡  ✧  🎀  ✿";
  position:absolute;
  left:18px;
  right:18px;
  top:12px;
  color:rgba(201,92,134,.22);
  letter-spacing:10px;
  font-size:18px;
  pointer-events:none;
}
.kdt-alert-kitty{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin:4px auto 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #ffd1e1;
  box-shadow:0 12px 26px rgba(201,92,134,.12);
  font-size:34px;
}
.kdt-alert-title{
  font-family:var(--kdt-title-font)!important;
  font-size:30px;
  line-height:1.05;
  margin:0 0 10px;
  color:#5b3444;
}
.kdt-alert-message{
  margin:0 auto 20px;
  max-width:320px;
  color:#7c5264;
  font-size:16px;
  line-height:1.58;
  font-weight:750;
}
.kdt-alert-ok{
  min-width:130px;
  height:46px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#ee7da9,#ff9abc);
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 28px rgba(207,82,127,.20);
  cursor:pointer;
}
@keyframes kdtAlertPop{from{opacity:0;transform:translateY(12px) scale(.96);}to{opacity:1;transform:none;}}


/* v4.7: requested cleanup - one line category title, no category shine, clean checkout summary */
.kdt-home-categories .kdt-section-title{
  white-space:nowrap!important;
  flex-wrap:nowrap!important;
  font-size:clamp(25px,5.4vw,42px)!important;
  line-height:1!important;
  gap:8px!important;
}
.kdt-home-categories .kdt-section-title::before,
.kdt-home-categories .kdt-section-title::after{
  flex:0 0 28px!important;
  width:28px!important;
}
@media(max-width:480px){
  .kdt-home-categories .kdt-section-title{font-size:clamp(22px,7vw,28px)!important;letter-spacing:-.2px!important;gap:5px!important;}
  .kdt-home-categories .kdt-section-title::before,
  .kdt-home-categories .kdt-section-title::after{flex-basis:16px!important;width:16px!important;}
}
.kdt-category-grid-main .kdt-cat-card::before,
.kdt-subcategory-grid .kdt-cat-card::before,
.kdt-shop-cat-card::before{
  display:none!important;
  content:none!important;
  animation:none!important;
  background:none!important;
}
.kdt-category-grid-main .kdt-cat-card,
.kdt-subcategory-grid .kdt-cat-card,
.kdt-shop-cat-card{
  animation:none!important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.kdt-advance-breakdown-row,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.softheart-clean-breakdown-row,
body.woocommerce-cart .cart_totals tr.fee,
body.woocommerce-cart .cart_totals tr.kdt-advance-breakdown-row,
body.woocommerce-cart .cart_totals tr.softheart-clean-breakdown-row{
  display:none!important;
}
body.woocommerce-checkout .kdt-advance-breakdown,
body.woocommerce-checkout .softheart-clean-breakdown,
body.woocommerce-cart .kdt-advance-breakdown,
body.woocommerce-cart .softheart-clean-breakdown{
  display:none!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table{
  background:rgba(255,255,255,.72)!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td{
  border-color:rgba(255,211,226,.70)!important;
  padding:15px 16px!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td{
  font-size:1.1em!important;
  font-weight:950!important;
  color:#c95c86!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.shipping th{
  color:#553142!important;
  font-weight:950!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.shipping td{
  color:#c95c86!important;
  font-weight:900!important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout #customer_details h3,
body.woocommerce-checkout #ship-to-different-address,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields{
  margin-top:0!important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  margin-top:0!important;
  padding-top:0!important;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text a{
  color:#c95c86!important;
  font-weight:950!important;
}
.kdt-footer-policy-links{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin:14px 0 0!important;
}
.kdt-footer-policy-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  border:1px dashed rgba(255,184,208,.92);
  background:rgba(255,255,255,.70);
  color:#7a4d5e!important;
  font-weight:900;
  text-decoration:none!important;
}
.kdt-footer-policy-links a:hover{color:#c95c86!important;transform:translateY(-2px);}

/* v4.8: no horizontal drag, restore category bobbing without shine, cute loading screen */
html, body{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}
body{overscroll-behavior-x:none!important;}
#page,.site,.kdt-page-wrap,.kdt-site-header,.kdt-site-footer,main,section{
  max-width:100vw!important;
}
.kdt-page-wrap,
.kdt-header-inner,
.kdt-footer-inner,
.kdt-footer-card,
.kdt-section,
.kdt-all-products-card,
.woocommerce,
.woocommerce-page{
  overflow-x:clip!important;
}
@supports not (overflow: clip){
  .kdt-page-wrap,.kdt-header-inner,.kdt-footer-inner,.kdt-footer-card,.kdt-section,.kdt-all-products-card,.woocommerce,.woocommerce-page{overflow-x:hidden!important;}
}
.kdt-front-page,
.kdt-clean-home,
.kdt-home-all-products,
.kdt-home-categories,
.kdt-home-arrivals{
  margin-left:auto!important;
  margin-right:auto!important;
}
.kdt-all-products-card,
.kdt-footer-card,
.kdt-section{
  width:100%!important;
  left:auto!important;
  right:auto!important;
  transform:none;
}
.kdt-all-products-card::before,
.kdt-footer-card::before{
  max-width:calc(100% - 24px)!important;
}
@media(max-width:767px){
  :root{--kdt-container:calc(100vw - 22px)!important;}
  .kdt-page-wrap{width:var(--kdt-container)!important;}
  .kdt-home-all-products .kdt-all-products-card{padding-left:18px!important;padding-right:18px!important;}
}

/* Restore the soft up-down motion only. The white light/shine remains removed. */
.kdt-category-grid-main .kdt-cat-card,
.kdt-subcategory-grid .kdt-cat-card,
.kdt-shop-cat-card{
  animation:kdtCatFloat 5.8s ease-in-out infinite!important;
  will-change:transform;
}
.kdt-category-grid-main .kdt-cat-card:nth-child(2),
.kdt-subcategory-grid .kdt-cat-card:nth-child(2n),
.kdt-shop-cat-card:nth-child(2n){animation-delay:.65s!important;}
.kdt-category-grid-main .kdt-cat-card:nth-child(3),
.kdt-subcategory-grid .kdt-cat-card:nth-child(3n),
.kdt-shop-cat-card:nth-child(3n){animation-delay:1.15s!important;}
.kdt-category-grid-main .kdt-cat-card::before,
.kdt-subcategory-grid .kdt-cat-card::before,
.kdt-shop-cat-card::before{
  display:none!important;
  content:none!important;
  animation:none!important;
  opacity:0!important;
}

.kdt-loader{
  position:fixed;
  inset:0;
  z-index:9999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,184,208,.45) 0 44px, transparent 46px),
    radial-gradient(circle at 82% 78%, rgba(220,238,255,.72) 0 54px, transparent 56px),
    linear-gradient(135deg,#fff8fc 0%,#fff0f7 48%,#edf8ff 100%);
  opacity:1;
  visibility:visible;
  transition:opacity .35s ease, visibility .35s ease;
}
.kdt-loader.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.kdt-loader-card{
  position:relative;
  width:min(340px, calc(100vw - 44px));
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
  padding:30px 22px;
  border-radius:34px;
  border:1px solid rgba(255,196,218,.98);
  background:rgba(255,255,255,.82);
  box-shadow:0 24px 65px rgba(207,82,127,.18);
  overflow:hidden;
}
.kdt-loader-card::before{
  content:"♡ ✧ 🎀 ✿ ♡";
  position:absolute;
  top:16px;
  left:18px;
  right:18px;
  color:rgba(207,82,127,.24);
  letter-spacing:8px;
  white-space:nowrap;
  font-size:18px;
}
.kdt-loader-kitty{
  position:relative;
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  margin-top:12px;
  border-radius:28px;
  background:linear-gradient(135deg,#fff,#fff3f9,#eaf6ff);
  border:1px solid #ffd1e1;
  box-shadow:0 12px 30px rgba(207,82,127,.13);
  font-size:42px;
  animation:kdtLoaderBounce 1.15s ease-in-out infinite;
}
.kdt-loader-title{
  margin:2px 0 0;
  font-family:var(--kdt-title-font)!important;
  font-size:32px;
  line-height:1;
  color:#593444;
}
.kdt-loader-text{
  margin:0;
  color:#9a6b7d;
  font-weight:900;
  letter-spacing:.3px;
}
.kdt-loader-dots{display:flex;gap:7px;margin-top:4px;}
.kdt-loader-dots span{
  width:9px;
  height:9px;
  border-radius:999px;
  background:#ee7da9;
  animation:kdtLoaderDots .9s ease-in-out infinite;
}
.kdt-loader-dots span:nth-child(2){animation-delay:.15s;background:#ffb8d0;}
.kdt-loader-dots span:nth-child(3){animation-delay:.3s;background:#9dcbff;}
@keyframes kdtLoaderBounce{0%,100%{transform:translateY(0) rotate(-2deg);}50%{transform:translateY(-10px) rotate(2deg);}}
@keyframes kdtLoaderDots{0%,100%{transform:translateY(0);opacity:.45;}50%{transform:translateY(-6px);opacity:1;}}
@media(prefers-reduced-motion:reduce){
  .kdt-loader-kitty,.kdt-loader-dots span,.kdt-category-grid-main .kdt-cat-card,.kdt-subcategory-grid .kdt-cat-card,.kdt-shop-cat-card{animation:none!important;}
}


/* v4.9: cart full total only; checkout Pay Now clean summary */
body.woocommerce-cart .cart_totals tr.fee,
body.woocommerce-cart .shop_table tr.fee,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee,
body.woocommerce-checkout .shop_table tr.fee{
  display:none!important;
}
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{
  color:#563242!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.shipping th{
  font-size:clamp(15px,3.8vw,20px)!important;
  line-height:1.25!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th::after{
  content:""!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td{
  background:rgba(255,239,247,.82)!important;
}


/* v5.0: cart page no delivery line, account wording shipping-only, compact one-row footer policies */
body.woocommerce-cart .cart_totals tr.shipping,
body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals,
body.woocommerce-cart .cart_totals tr.fee,
body.woocommerce-cart .shop_table tr.fee{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  overflow:hidden!important;
}
body.woocommerce-cart .cart_totals tr.order-total th,
body.woocommerce-cart .cart_totals tr.order-total td{
  background:transparent!important;
}
body.woocommerce-cart .cart_totals tr.order-total th::before{
  content:none!important;
}
body.woocommerce-account .woocommerce-Address-title h3,
body.woocommerce-account .woocommerce-column__title,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3{
  text-transform:none!important;
}
body.woocommerce-account .woocommerce-Address-title h3:empty{display:none!important;}
body.woocommerce-account .woocommerce-MyAccount-content .u-column1,
body.woocommerce-account .woocommerce-MyAccount-content .u-column2{
  width:100%!important;
  float:none!important;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-2{
  width:100%!important;
  float:none!important;
}
.kdt-footer-policy-links,
.kdt-footer-policy-links.kdt-footer-policy-links-one-line{
  display:grid!important;
  grid-template-columns:minmax(0, .92fr) minmax(0, 1.25fr)!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:min(560px, 100%)!important;
  margin:14px auto 0!important;
  flex-wrap:nowrap!important;
}
.kdt-footer-policy-links a,
.kdt-footer-policy-links.kdt-footer-policy-links-one-line a{
  min-width:0!important;
  min-height:34px!important;
  padding:0 10px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:clamp(11px, 2.8vw, 14px)!important;
  line-height:1!important;
}
@media(max-width:390px){
  .kdt-footer-policy-links,
  .kdt-footer-policy-links.kdt-footer-policy-links-one-line{gap:6px!important;width:100%!important;}
  .kdt-footer-policy-links a,
  .kdt-footer-policy-links.kdt-footer-policy-links-one-line a{font-size:10.5px!important;padding:0 7px!important;letter-spacing:-.1px!important;}
}


/* v5.1: cart/checkout price summary cleanup */
body.woocommerce-cart .cart_totals tr.shipping,
body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals,
body.woocommerce-cart .cart_totals tr.fee.kdt-delivery-due,
body.woocommerce-cart .cart_totals tr.fee.kdt-advance-adjustment,
body.woocommerce-cart .cart_totals tr.fee:has(th),
body.woocommerce-cart .cart_totals tr:has(th):has(td){
  /* JS handles exact rows; keep CSS light to avoid hiding valid discounts */
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.shipping td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.shipping th{
  vertical-align:middle!important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td{
  color:var(--kdt-pink-deep)!important;
  font-weight:900!important;
}
body.woocommerce-cart .cart_totals tr.order-total th,
body.woocommerce-cart .cart_totals tr.order-total td{
  font-weight:900!important;
}


/* v5.3: order list / view order / thank you page cleanup */
body.woocommerce-account .woocommerce-orders-table__cell-order-total,
body.woocommerce-account .woocommerce-orders-table__cell-order-total .amount{
  color:var(--kdt-pink-deep)!important;
  font-weight:900!important;
}
body.woocommerce-view-order .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-view-order .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-customer-details{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:0!important;
}
body.woocommerce-view-order .woocommerce-table--order-details,
body.woocommerce-order-received .woocommerce-table--order-details{
  width:100%!important;
  border:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.65)!important;
  box-shadow:none!important;
}
body.woocommerce-view-order .woocommerce-table--order-details th,
body.woocommerce-view-order .woocommerce-table--order-details td,
body.woocommerce-order-received .woocommerce-table--order-details th,
body.woocommerce-order-received .woocommerce-table--order-details td{
  border-color:rgba(255,211,226,.75)!important;
  background:rgba(255,255,255,.45)!important;
}
body.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child td,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td{
  color:var(--kdt-pink-deep)!important;
  font-weight:900!important;
  background:rgba(255,239,247,.85)!important;
}
.kdt-order-payment-info-card{
  width:min(680px, 100%);
  margin:18px auto 8px!important;
  padding:18px!important;
  border:1px solid var(--kdt-border)!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:var(--kdt-shadow-soft)!important;
}
.kdt-order-payment-info-card h3{
  margin:0 0 12px!important;
  font-family:var(--kdt-title-font)!important;
  color:var(--kdt-pink-deep)!important;
  font-size:clamp(22px,5vw,30px)!important;
  line-height:1.05!important;
}
.kdt-order-payment-info-card p{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:8px 0!important;
  padding:9px 0!important;
  border-bottom:1px dashed rgba(255,190,214,.7)!important;
  color:var(--kdt-text)!important;
  font-weight:800!important;
}
.kdt-order-payment-info-card p:last-child{border-bottom:0!important;}
.kdt-order-payment-info-card strong{color:var(--kdt-pink-deep)!important;text-align:right!important;word-break:break-word!important;}


/* v5.4 — Clean customer order pages: view order, thank you, order details */
.woocommerce-order-received .kdt-page-wrap,
.woocommerce-view-order .kdt-page-wrap,
.woocommerce-account .woocommerce-MyAccount-content{
  max-width:980px;
}
.kdt-order-hero-message,
.kdt-clean-order-card,
.kdt-clean-customer-card,
.kdt-payment-confirm-card{
  width:min(920px, calc(100vw - 28px));
  margin:18px auto;
  padding:clamp(18px,4vw,28px);
  border-radius:30px;
  background:rgba(255,255,255,.72);
  border:0!important;
  box-shadow:none!important;
  position:relative;
  overflow:hidden;
}
.kdt-order-hero-message{text-align:center;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,242,248,.74));}
.kdt-order-hero-message h2,.kdt-clean-order-card h2,.kdt-clean-customer-card h2,.kdt-payment-confirm-card h3{
  margin:0 0 14px;
  color:var(--kdt-text);
  font-size:clamp(26px,6vw,42px);
  line-height:1.08;
  text-align:center;
}
.kdt-order-quick-meta{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:12px;}
.kdt-order-quick-meta span{display:inline-flex;gap:6px;align-items:center;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--kdt-border);font-weight:900;color:var(--kdt-text);}
.kdt-clean-order-table{width:100%;border-collapse:separate!important;border-spacing:0!important;overflow:hidden;border-radius:24px;background:rgba(255,255,255,.76);}
.kdt-clean-order-table th,.kdt-clean-order-table td{padding:16px 14px!important;border:0!important;border-bottom:1px solid rgba(255,214,230,.9)!important;vertical-align:top;color:var(--kdt-text);}
.kdt-clean-order-table thead th{text-transform:none!important;font-size:18px!important;font-weight:950!important;background:rgba(255,240,247,.70)!important;}
.kdt-clean-order-table td:last-child,.kdt-clean-order-table th:last-child{text-align:right;white-space:nowrap;}
.kdt-clean-order-product strong{display:block;color:var(--kdt-text);font-weight:950;line-height:1.35;}
.kdt-clean-order-product small{display:block;margin-top:4px;color:var(--kdt-muted);font-weight:800;line-height:1.35;}
.kdt-clean-order-total-row th,.kdt-clean-order-total-row td{font-weight:950!important;background:rgba(255,244,249,.74)!important;}
.kdt-clean-order-paid-row th,.kdt-clean-order-paid-row td{font-weight:950!important;color:var(--kdt-pink-deep)!important;font-size:20px!important;background:rgba(255,237,246,.86)!important;}
.kdt-clean-order-due-row th,.kdt-clean-order-due-row td{font-weight:950!important;background:#fff!important;}
.kdt-payment-confirm-list{display:grid;gap:10px;max-width:620px;margin:0 auto;}
.kdt-payment-confirm-list p{display:flex;justify-content:space-between;gap:14px;margin:0;padding:12px 14px;border-radius:18px;background:#fff;border:1px solid var(--kdt-border);font-weight:900;}
.kdt-payment-confirm-list span{color:var(--kdt-muted);}
.kdt-payment-confirm-list strong{color:var(--kdt-text);text-align:right;word-break:break-word;}
.kdt-clean-address-box{max-width:620px;margin:0 auto;padding:18px;border-radius:22px;background:#fff;border:1px solid var(--kdt-border);color:var(--kdt-text);font-weight:800;line-height:1.65;}
.kdt-clean-address-box .kdt-address-line{display:block;}
.kdt-clean-address-box .kdt-contact-line{display:flex;align-items:center;gap:10px;margin-top:10px;font-weight:900;}
.woocommerce-view-order .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-customer-details{border:0!important;box-shadow:none!important;background:transparent!important;}
.woocommerce-view-order .woocommerce-order-details table:not(.kdt-clean-order-table),
.woocommerce-order-received .woocommerce-order-details table:not(.kdt-clean-order-table),
.woocommerce-view-order .woocommerce-customer-details address,
.woocommerce-order-received .woocommerce-customer-details address{display:none!important;}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-total .amount{font-weight:950;color:var(--kdt-text)!important;}
@media(max-width:640px){
  .kdt-clean-order-card,.kdt-clean-customer-card,.kdt-payment-confirm-card,.kdt-order-hero-message{width:calc(100vw - 20px);padding:18px 12px;border-radius:24px;margin:14px auto;}
  .kdt-clean-order-table th,.kdt-clean-order-table td{padding:13px 10px!important;font-size:15px!important;}
  .kdt-clean-order-table thead th{font-size:16px!important;}
  .kdt-clean-order-paid-row th,.kdt-clean-order-paid-row td{font-size:17px!important;}
  .kdt-payment-confirm-list p{display:block;}
  .kdt-payment-confirm-list strong{display:block;text-align:left;margin-top:4px;}
}


/* v5.5.0 — Account/order pages no-cut responsive fix */
html, body{max-width:100%!important;overflow-x:hidden!important;}
body.woocommerce-account .kdt-page-wrap,
body.woocommerce-view-order .kdt-page-wrap,
body.woocommerce-order-received .kdt-page-wrap{width:min(1180px, calc(100vw - 18px))!important;max-width:min(1180px, calc(100vw - 18px))!important;overflow:hidden!important;}
body.woocommerce-account .kdt-page-wrap > .woocommerce{width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:minmax(185px,230px) minmax(0,1fr)!important;gap:20px!important;align-items:start!important;overflow:hidden!important;}
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;margin:0!important;}
body.woocommerce-account .woocommerce-MyAccount-content *{max-width:100%;}
.kdt-account-orders-card,.kdt-order-hero-message,.kdt-clean-order-card,.kdt-clean-customer-card,.kdt-payment-confirm-card{max-width:100%!important;overflow:hidden!important;}
.kdt-account-orders-card h2,.kdt-clean-order-card h2,.kdt-order-hero-message h2{overflow-wrap:anywhere!important;}
.kdt-orders-list{display:grid!important;gap:14px!important;width:100%!important;max-width:100%!important;}
.kdt-order-list-card{width:100%!important;max-width:100%!important;min-width:0!important;border:1px solid var(--kdt-border)!important;border-radius:24px!important;background:rgba(255,255,255,.76)!important;box-shadow:var(--kdt-shadow-soft)!important;overflow:hidden!important;}
.kdt-order-list-row{display:grid!important;grid-template-columns:minmax(86px,.33fr) minmax(0,1fr)!important;gap:10px!important;align-items:center!important;padding:13px 16px!important;border-bottom:1px solid rgba(255,214,230,.85)!important;}
.kdt-order-list-row:last-child{border-bottom:0!important;}
.kdt-order-list-label{font-weight:950!important;color:var(--kdt-text)!important;min-width:0!important;}
.kdt-order-list-value{font-weight:850!important;color:var(--kdt-text)!important;min-width:0!important;overflow-wrap:anywhere!important;word-break:break-word!important;text-align:right!important;}
.kdt-order-list-value a{color:var(--kdt-pink-deep)!important;font-weight:950!important;}
.kdt-order-list-value .button{min-width:104px!important;justify-content:center!important;}
.kdt-order-list-value .amount{white-space:nowrap!important;color:var(--kdt-text)!important;font-weight:950!important;}
.kdt-order-summary-grid{width:100%!important;max-width:100%!important;border-radius:24px!important;background:rgba(255,255,255,.78)!important;overflow:hidden!important;border:1px solid rgba(255,214,230,.85)!important;}
.kdt-os-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(105px,.32fr)!important;min-width:0!important;border-bottom:1px solid rgba(255,214,230,.85)!important;}
.kdt-os-row:last-child{border-bottom:0!important;}
.kdt-os-head .kdt-os-cell{font-weight:950!important;background:rgba(255,240,247,.72)!important;}
.kdt-os-cell{padding:15px 14px!important;min-width:0!important;color:var(--kdt-text)!important;font-weight:850!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
.kdt-os-price{text-align:right!important;white-space:nowrap!important;color:var(--kdt-text)!important;font-weight:950!important;}
.kdt-os-product-title{display:block!important;font-weight:950!important;line-height:1.35!important;}
.kdt-os-meta{display:block!important;margin-top:5px!important;color:var(--kdt-muted)!important;font-weight:800!important;line-height:1.35!important;}
.kdt-os-paid .kdt-os-cell{background:rgba(255,237,246,.86)!important;color:var(--kdt-pink-deep)!important;font-weight:950!important;}
.kdt-os-due .kdt-os-cell{background:#fff!important;font-weight:950!important;}
.kdt-payment-confirm-list p{min-width:0!important;overflow:hidden!important;}
.kdt-payment-confirm-list strong{min-width:0!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
.kdt-clean-address-box{max-width:100%!important;overflow:hidden!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
@media(max-width:820px){
  body.woocommerce-account .kdt-page-wrap > .woocommerce{display:block!important;}
  body.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:14px!important;}
  .kdt-order-list-row{grid-template-columns:minmax(74px,.38fr) minmax(0,1fr)!important;padding:12px 14px!important;}
  .kdt-os-row{grid-template-columns:minmax(0,1fr) minmax(90px,.34fr)!important;}
  .kdt-os-cell{padding:13px 10px!important;font-size:15px!important;}
  .kdt-os-price{font-size:15px!important;}
}
@media(max-width:390px){
  .kdt-order-list-row{grid-template-columns:minmax(64px,.40fr) minmax(0,1fr)!important;gap:7px!important;padding:11px 10px!important;}
  .kdt-order-list-label,.kdt-order-list-value{font-size:14px!important;}
  .kdt-os-row{grid-template-columns:minmax(0,1fr) minmax(78px,.35fr)!important;}
  .kdt-os-cell{padding:12px 8px!important;font-size:14px!important;}
}


/* v5.6 product pictures in checkout/order pages */
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-table--order-details .product-name,
.woocommerce-order-details .product-name{vertical-align:middle!important;}
.kdt-checkout-item-with-image,
.kdt-order-item-with-image.kdt-v56-order-item{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;max-width:100%!important;}
.kdt-checkout-item-thumb,
.kdt-order-item-img{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:72px!important;height:72px!important;border-radius:18px!important;overflow:hidden!important;border:1px solid var(--kdt-border)!important;background:#fff!important;box-shadow:0 8px 18px rgba(207,82,127,.10)!important;}
.kdt-order-item-img{width:76px!important;height:76px!important;}
.kdt-checkout-thumb-img,
.kdt-order-thumb-img,
.kdt-account-order-thumb-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:inherit!important;margin:0!important;}
.kdt-checkout-item-title,
.kdt-order-item-info{min-width:0!important;display:block!important;line-height:1.35!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.kdt-order-item-info strong,
.kdt-checkout-item-title a,
.kdt-checkout-item-title{font-weight:800!important;color:var(--kdt-text)!important;}
.woocommerce-checkout-review-order-table .product-name .variation,
.woocommerce-order-details .product-name .wc-item-meta{margin-left:84px!important;margin-top:8px!important;}
.kdt-account-order-thumbs{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:170px;}
.kdt-account-order-thumb{width:44px;height:44px;border-radius:14px;overflow:hidden;border:1px solid var(--kdt-border);background:#fff;box-shadow:0 6px 14px rgba(207,82,127,.10);display:inline-flex;align-items:center;justify-content:center;}
.kdt-account-order-more{min-width:34px;height:34px;border-radius:999px;background:#fff1f7;border:1px solid var(--kdt-border);display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:var(--kdt-pink-deep);font-size:13px;}
.woocommerce-orders-table__cell-kdt-order-products{white-space:normal!important;}
@media (max-width: 640px){
  .kdt-checkout-item-with-image,.kdt-order-item-with-image.kdt-v56-order-item{gap:10px!important;align-items:flex-start!important;}
  .kdt-checkout-item-thumb,.kdt-order-item-img{width:58px!important;height:58px!important;border-radius:15px!important;}
  .woocommerce-checkout-review-order-table .product-name .variation,
  .woocommerce-order-details .product-name .wc-item-meta{margin-left:68px!important;}
  .kdt-account-order-thumbs{max-width:100%;}
  .kdt-account-order-thumb{width:42px;height:42px;border-radius:13px;}
}


/* v5.7 — product images in all order pages + clean address card */
.kdt-v57-order-product-line{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important;max-width:100%!important;}
.kdt-v57-product-thumb{width:78px!important;height:78px!important;border-radius:18px!important;overflow:hidden!important;border:1px solid var(--kdt-border)!important;background:#fff!important;box-shadow:0 8px 18px rgba(207,82,127,.10)!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.kdt-v57-product-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:inherit!important;margin:0!important;}
.kdt-v57-product-copy{min-width:0!important;display:block!important;line-height:1.35!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.kdt-v57-product-title{display:block!important;font-weight:950!important;color:var(--kdt-text)!important;line-height:1.35!important;}
.kdt-v57-product-meta{display:flex!important;flex-wrap:wrap!important;gap:5px 10px!important;margin-top:6px!important;color:var(--kdt-muted)!important;font-weight:850!important;font-size:14px!important;}
.kdt-v57-product-meta span{display:inline-block!important;}
.kdt-v57-order-table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;border-radius:26px!important;overflow:hidden!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(255,214,230,.86)!important;}
.kdt-v57-order-table th,.kdt-v57-order-table td{padding:16px 14px!important;border:0!important;border-bottom:1px solid rgba(255,214,230,.86)!important;vertical-align:middle!important;color:var(--kdt-text)!important;}
.kdt-v57-order-table tr:last-child th,.kdt-v57-order-table tr:last-child td{border-bottom:0!important;}
.kdt-v57-order-table thead th{background:rgba(255,240,247,.74)!important;font-weight:950!important;font-size:18px!important;}
.kdt-v57-order-table .kdt-v57-price{text-align:right!important;white-space:nowrap!important;font-weight:950!important;color:var(--kdt-text)!important;}
.kdt-v57-total-row th,.kdt-v57-total-row td{background:rgba(255,244,249,.74)!important;font-weight:950!important;}
.kdt-v57-paid-row th,.kdt-v57-paid-row td{background:rgba(255,237,246,.88)!important;color:var(--kdt-pink-deep)!important;font-weight:950!important;}
.kdt-v57-due-row th,.kdt-v57-due-row td{background:#fff!important;font-weight:950!important;}
.kdt-v57-address-card{width:min(620px,100%)!important;margin:0 auto!important;padding:18px!important;border-radius:26px!important;background:rgba(255,255,255,.80)!important;border:1px solid var(--kdt-border)!important;box-shadow:0 10px 26px rgba(207,82,127,.08)!important;display:grid!important;gap:12px!important;}
.kdt-v57-address-row{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;padding:11px 12px!important;border-radius:18px!important;background:rgba(255,248,252,.86)!important;border:1px solid rgba(255,214,230,.7)!important;color:var(--kdt-text)!important;font-weight:850!important;line-height:1.45!important;}
.kdt-v57-address-icon{width:42px!important;height:42px!important;border-radius:15px!important;background:linear-gradient(135deg,#fff1f8,#eaf6ff)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 6px 14px rgba(207,82,127,.08)!important;}
.kdt-v57-address-icon svg{width:22px!important;height:22px!important;fill:var(--kdt-pink-deep)!important;display:block!important;}
.kdt-v57-address-text{min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.kdt-v57-payment-card{width:min(620px,100%)!important;margin:20px auto 0!important;padding:18px!important;border-radius:24px!important;background:rgba(255,255,255,.78)!important;border:1px solid var(--kdt-border)!important;}
.kdt-v57-payment-card h3{margin:0 0 12px!important;text-align:center!important;color:var(--kdt-pink-deep)!important;font-size:22px!important;}
.kdt-v57-payment-row{display:flex!important;justify-content:space-between!important;gap:12px!important;padding:10px 0!important;border-bottom:1px dashed rgba(207,82,127,.20)!important;font-weight:850!important;color:var(--kdt-text)!important;}
.kdt-v57-payment-row:last-child{border-bottom:0!important;}
.kdt-v57-payment-row strong{overflow-wrap:anywhere!important;text-align:right!important;}
.woocommerce-view-order .woocommerce-customer-details address,
.woocommerce-order-received .woocommerce-customer-details address{display:none!important;}
@media(max-width:640px){
  .kdt-v57-order-product-line{gap:10px!important;align-items:flex-start!important;}
  .kdt-v57-product-thumb{width:62px!important;height:62px!important;border-radius:15px!important;}
  .kdt-v57-order-table th,.kdt-v57-order-table td{padding:13px 10px!important;font-size:15px!important;}
  .kdt-v57-order-table thead th{font-size:16px!important;}
  .kdt-v57-order-table .kdt-v57-price{font-size:15px!important;}
  .kdt-v57-address-card{padding:14px!important;border-radius:22px!important;}
  .kdt-v57-address-row{grid-template-columns:36px minmax(0,1fr)!important;padding:10px!important;gap:10px!important;font-size:15px!important;}
  .kdt-v57-address-icon{width:36px!important;height:36px!important;border-radius:13px!important;}
  .kdt-v57-address-icon svg{width:19px!important;height:19px!important;}
}


/* v5.8 — guaranteed product picture + neat address on view order/thank you */
.kdt-v58-order-details{width:min(880px,100%)!important;margin:0 auto 24px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;}
.kdt-v58-order-details>h2{text-align:center!important;margin:10px 0 20px!important;color:var(--kdt-text)!important;font-size:clamp(28px,5vw,44px)!important;line-height:1.1!important;}
.kdt-v58-product-list{display:grid!important;gap:14px!important;margin:0 auto 16px!important;width:100%!important;}
.kdt-v58-product-card{display:grid!important;grid-template-columns:82px minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;padding:14px!important;border-radius:24px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(255,211,226,.9)!important;box-shadow:0 10px 22px rgba(207,82,127,.08)!important;max-width:100%!important;overflow:hidden!important;}
.kdt-v58-product-thumb{width:82px!important;height:82px!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--kdt-border)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 8px 18px rgba(207,82,127,.12)!important;}
.kdt-v58-product-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:inherit!important;margin:0!important;}
.kdt-v58-product-info{min-width:0!important;line-height:1.35!important;}
.kdt-v58-product-title{font-weight:950!important;color:var(--kdt-text)!important;font-size:17px!important;overflow-wrap:anywhere!important;}
.kdt-v58-product-title span{color:var(--kdt-muted)!important;font-weight:900!important;}
.kdt-v58-product-meta{display:flex!important;flex-wrap:wrap!important;gap:5px 10px!important;margin-top:6px!important;color:var(--kdt-muted)!important;font-size:14px!important;font-weight:850!important;}
.kdt-v58-product-price{font-weight:950!important;color:var(--kdt-text)!important;white-space:nowrap!important;font-size:17px!important;text-align:right!important;}
.kdt-v58-summary-card{width:100%!important;margin:0 auto!important;border-radius:24px!important;overflow:hidden!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(255,211,226,.9)!important;box-shadow:0 10px 22px rgba(207,82,127,.08)!important;}
.kdt-v58-summary-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;padding:16px 18px!important;border-bottom:1px solid rgba(255,211,226,.75)!important;color:var(--kdt-text)!important;font-weight:950!important;}
.kdt-v58-summary-row:last-child{border-bottom:0!important;}
.kdt-v58-summary-row strong{white-space:nowrap!important;font-weight:950!important;color:var(--kdt-text)!important;}
.kdt-v58-paid-row{background:rgba(255,237,246,.88)!important;color:var(--kdt-pink-deep)!important;}
.kdt-v58-paid-row strong{color:var(--kdt-pink-deep)!important;}
.kdt-v58-payment-card{width:min(620px,100%)!important;margin:20px auto!important;padding:18px!important;border-radius:24px!important;background:rgba(255,255,255,.80)!important;border:1px solid var(--kdt-border)!important;box-shadow:0 10px 22px rgba(207,82,127,.08)!important;}
.kdt-v58-payment-card h3{text-align:center!important;margin:0 0 12px!important;color:var(--kdt-pink-deep)!important;font-size:22px!important;}
.kdt-v58-payment-card p{display:flex!important;justify-content:space-between!important;gap:12px!important;margin:0!important;padding:10px 0!important;border-bottom:1px dashed rgba(207,82,127,.22)!important;color:var(--kdt-text)!important;font-weight:850!important;}
.kdt-v58-payment-card p:last-child{border-bottom:0!important;}
.kdt-v58-payment-card strong{text-align:right!important;overflow-wrap:anywhere!important;}
.kdt-v58-customer-details{width:min(720px,100%)!important;margin:24px auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.kdt-v58-customer-details h2{text-align:center!important;margin:0 0 16px!important;color:var(--kdt-text)!important;font-size:clamp(28px,5vw,42px)!important;line-height:1.1!important;}
.kdt-v58-address-card{display:grid!important;gap:11px!important;padding:16px!important;border-radius:26px!important;background:rgba(255,255,255,.84)!important;border:1px solid rgba(255,211,226,.9)!important;box-shadow:0 10px 26px rgba(207,82,127,.08)!important;}
.kdt-v58-address-row{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;padding:11px 12px!important;border-radius:18px!important;background:rgba(255,248,252,.9)!important;border:1px solid rgba(255,211,226,.72)!important;color:var(--kdt-text)!important;font-weight:850!important;line-height:1.45!important;}
.kdt-v58-address-icon{width:42px!important;height:42px!important;border-radius:15px!important;background:linear-gradient(135deg,#fff1f8,#eaf6ff)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 6px 14px rgba(207,82,127,.08)!important;overflow:hidden!important;}
.kdt-v58-address-icon img{width:22px!important;height:22px!important;object-fit:contain!important;display:block!important;}
.kdt-v58-address-text{min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.kdt-v58-filter-product{display:inline-flex!important;align-items:center!important;gap:10px!important;max-width:100%!important;vertical-align:middle!important;}
.kdt-v58-filter-thumb{width:54px!important;height:54px!important;border-radius:15px!important;overflow:hidden!important;border:1px solid var(--kdt-border)!important;background:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;}
.kdt-v58-filter-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:inherit!important;margin:0!important;}
.kdt-v58-filter-title{min-width:0!important;overflow-wrap:anywhere!important;}
.woocommerce-order-details .kdt-v57-order-table{display:none!important;}
.woocommerce-view-order .woocommerce-customer-details address,.woocommerce-order-received .woocommerce-customer-details address{display:none!important;}
@media(max-width:640px){
  .kdt-v58-product-card{grid-template-columns:64px minmax(0,1fr)!important;gap:10px!important;padding:12px!important;}
  .kdt-v58-product-thumb{width:64px!important;height:64px!important;border-radius:16px!important;}
  .kdt-v58-product-price{grid-column:2!important;text-align:left!important;font-size:16px!important;color:var(--kdt-pink-deep)!important;}
  .kdt-v58-product-title{font-size:16px!important;}
  .kdt-v58-summary-row{padding:14px 14px!important;font-size:16px!important;}
  .kdt-v58-address-card{padding:13px!important;border-radius:22px!important;}
  .kdt-v58-address-row{grid-template-columns:36px minmax(0,1fr)!important;gap:10px!important;padding:10px!important;font-size:15px!important;}
  .kdt-v58-address-icon{width:36px!important;height:36px!important;border-radius:13px!important;}
  .kdt-v58-address-icon img{width:20px!important;height:20px!important;}
  .kdt-v58-payment-card p{font-size:15px!important;}
}

/* =========================================================
   v5.9 — order product pictures + compact payment/address fix
   ========================================================= */
.kdt-v59-order-details{width:min(900px,100%)!important;margin:0 auto 22px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;}
.kdt-v59-order-details>h2{text-align:center!important;margin:10px 0 18px!important;color:var(--kdt-text)!important;font-size:clamp(26px,5vw,42px)!important;line-height:1.1!important;}
.kdt-v59-product-list{display:grid!important;gap:12px!important;margin:0 0 16px!important;width:100%!important;}
.kdt-v59-product-card{display:grid!important;grid-template-columns:76px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;padding:12px!important;border-radius:22px!important;background:rgba(255,255,255,.88)!important;border:1px solid rgba(255,211,226,.9)!important;box-shadow:0 8px 20px rgba(207,82,127,.08)!important;overflow:hidden!important;max-width:100%!important;}
.kdt-v59-product-thumb{width:76px!important;height:76px!important;min-width:76px!important;border-radius:17px!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--kdt-border)!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.kdt-v59-product-thumb img,.kdt-v59-product-img{width:76px!important;height:76px!important;max-width:76px!important;max-height:76px!important;object-fit:cover!important;display:block!important;border-radius:17px!important;margin:0!important;}
.kdt-v59-product-info{min-width:0!important;line-height:1.32!important;}
.kdt-v59-product-title{font-weight:950!important;color:var(--kdt-text)!important;font-size:17px!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.kdt-v59-product-title span{color:var(--kdt-muted)!important;font-weight:900!important;}
.kdt-v59-product-meta{display:flex!important;flex-wrap:wrap!important;gap:4px 9px!important;margin-top:5px!important;color:var(--kdt-muted)!important;font-size:14px!important;font-weight:850!important;}
.kdt-v59-product-price{font-weight:950!important;color:var(--kdt-text)!important;white-space:nowrap!important;font-size:17px!important;text-align:right!important;}
.kdt-v59-summary-card{width:100%!important;margin:0 auto 16px!important;border-radius:22px!important;overflow:hidden!important;background:rgba(255,255,255,.88)!important;border:1px solid rgba(255,211,226,.9)!important;box-shadow:0 8px 20px rgba(207,82,127,.08)!important;}
.kdt-v59-summary-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;padding:14px 16px!important;border-bottom:1px solid rgba(255,211,226,.75)!important;color:var(--kdt-text)!important;font-weight:950!important;}
.kdt-v59-summary-row:last-child{border-bottom:0!important;}
.kdt-v59-summary-row strong{white-space:nowrap!important;font-weight:950!important;color:var(--kdt-text)!important;}
.kdt-v59-paid-row{background:rgba(255,237,246,.88)!important;color:var(--kdt-pink-deep)!important;}
.kdt-v59-paid-row strong{color:var(--kdt-pink-deep)!important;}
.kdt-v59-payment-card{width:100%!important;margin:16px auto 18px!important;padding:16px!important;border-radius:22px!important;background:rgba(255,255,255,.88)!important;border:1px solid rgba(255,211,226,.9)!important;box-shadow:0 8px 20px rgba(207,82,127,.08)!important;box-sizing:border-box!important;}
.kdt-v59-payment-card h3{text-align:center!important;margin:0 0 12px!important;color:var(--kdt-pink-deep)!important;font-size:22px!important;line-height:1.2!important;}
.kdt-v59-payment-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;align-items:center!important;margin:0!important;padding:10px 0!important;border-bottom:1px dashed rgba(207,82,127,.22)!important;color:var(--kdt-text)!important;font-weight:850!important;}
.kdt-v59-payment-row:last-child{border-bottom:0!important;}
.kdt-v59-payment-row strong{text-align:right!important;overflow-wrap:anywhere!important;word-break:break-word!important;color:var(--kdt-text)!important;}
.kdt-v59-customer-details{width:min(720px,100%)!important;margin:22px auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.kdt-v59-customer-details h2{text-align:center!important;margin:0 0 15px!important;color:var(--kdt-text)!important;font-size:clamp(28px,5vw,42px)!important;line-height:1.1!important;}
.kdt-v59-address-card{display:grid!important;gap:10px!important;padding:14px!important;border-radius:24px!important;background:rgba(255,255,255,.88)!important;border:1px solid rgba(255,211,226,.9)!important;box-shadow:0 8px 20px rgba(207,82,127,.08)!important;box-sizing:border-box!important;}
.kdt-v59-address-row{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:11px!important;align-items:center!important;padding:10px 12px!important;border-radius:17px!important;background:rgba(255,248,252,.92)!important;border:1px solid rgba(255,211,226,.72)!important;color:var(--kdt-text)!important;font-weight:850!important;line-height:1.4!important;}
.kdt-v59-address-icon{width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;border-radius:14px!important;background:linear-gradient(135deg,#fff1f8,#eaf6ff)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 6px 14px rgba(207,82,127,.08)!important;overflow:hidden!important;}
.kdt-v59-address-icon img,.kdt-v59-address-row img{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;object-fit:contain!important;display:block!important;margin:0!important;}
.kdt-v59-address-text{min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.kdt-v58-customer-details,.kdt-v58-order-details{display:none!important;}

@media (max-width:700px){
  .kdt-v59-product-card{grid-template-columns:64px minmax(0,1fr)!important;gap:10px!important;padding:11px!important;}
  .kdt-v59-product-thumb,.kdt-v59-product-thumb img,.kdt-v59-product-img{width:64px!important;height:64px!important;min-width:64px!important;max-width:64px!important;max-height:64px!important;border-radius:15px!important;}
  .kdt-v59-product-price{grid-column:2!important;text-align:left!important;font-size:16px!important;color:var(--kdt-pink-deep)!important;}
  .kdt-v59-product-title{font-size:16px!important;}
  .kdt-v59-summary-row{padding:13px 13px!important;font-size:16px!important;}
  .kdt-v59-payment-row{grid-template-columns:1fr!important;gap:3px!important;font-size:15px!important;}
  .kdt-v59-payment-row strong{text-align:left!important;}
  .kdt-v59-address-card{padding:12px!important;border-radius:22px!important;}
  .kdt-v59-address-row{grid-template-columns:34px minmax(0,1fr)!important;gap:9px!important;padding:9px 10px!important;font-size:15px!important;}
  .kdt-v59-address-icon{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;border-radius:12px!important;}
  .kdt-v59-address-icon img,.kdt-v59-address-row img{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;}
}


/* =========================================================
   v6.0 — one-line footer credit with linked designer name
   ========================================================= */
.kdt-site-footer .kdt-copyright,
.kdt-copyright{
  width:100%!important;
  max-width:calc(100vw - 12px)!important;
  margin:10px auto 0!important;
  padding:0 6px 18px!important;
  box-sizing:border-box!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:visible!important;
  color:#9b7080!important;
  font-size:clamp(8.5px,2.45vw,13px)!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
}
.kdt-copyright .kdt-credit-line{
  white-space:nowrap!important;
  display:inline-block!important;
  max-width:100%!important;
}
.kdt-copyright a{
  color:#cf527f!important;
  text-decoration:none!important;
  font-weight:950!important;
}
.kdt-copyright a:hover{
  color:#ee7da9!important;
  text-decoration:underline!important;
}
@media (max-width:380px){
  .kdt-site-footer .kdt-copyright,
  .kdt-copyright{
    font-size:8px!important;
    letter-spacing:.01em!important;
  }
}


/* =========================================================
   v6.1 — compact footer bottom spacing
   ========================================================= */
.kdt-site-footer{
  margin-bottom:0!important;
  padding-bottom:4px!important;
}
.kdt-site-footer .kdt-footer-inner{
  padding-bottom:0!important;
}
.kdt-site-footer .kdt-footer-card{
  margin-bottom:0!important;
}
.kdt-site-footer .kdt-copyright,
.kdt-copyright{
  margin-top:8px!important;
  margin-bottom:0!important;
  padding-bottom:4px!important;
}
.kdt-credit-line{
  margin:0!important;
}
body.home .kdt-site-footer{
  margin-top:24px!important;
}
@media (max-width:767px){
  .kdt-site-footer{
    padding-bottom:2px!important;
  }
  .kdt-site-footer .kdt-copyright,
  .kdt-copyright{
    margin-top:6px!important;
    padding-bottom:2px!important;
  }
  body.home .kdt-site-footer{
    margin-top:18px!important;
  }
}


/* v6.3.0 — remove top colour strip and add product gallery thumbnail gap */
.kdt-top-ribbon{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;background:none!important;animation:none!important;}
.kdt-site-header{border-top:0!important;}
body::before{top:0!important;}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{margin-bottom:14px!important;}
body.single-product .woocommerce div.product div.images .flex-control-thumbs,
body.single-product .woocommerce-product-gallery .flex-control-thumbs{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:14px!important;padding-top:2px!important;}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li{margin:0!important;width:calc(20% - 8px)!important;max-width:86px!important;}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li img{border-radius:16px!important;}
@media(max-width:640px){
  body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{margin-bottom:16px!important;}
  body.single-product .woocommerce div.product div.images .flex-control-thumbs,
  body.single-product .woocommerce-product-gallery .flex-control-thumbs{gap:11px!important;margin-top:16px!important;}
  body.single-product .woocommerce div.product div.images .flex-control-thumbs li{width:calc(25% - 9px)!important;max-width:none!important;}
}

/* v6.3.1 — faster category floating motion */
.kdt-category-grid-main .kdt-cat-card,
.kdt-subcategory-grid .kdt-cat-card,
.kdt-shop-cat-card{
  animation-duration:3.6s!important;
  animation-timing-function:ease-in-out!important;
}
.kdt-category-grid-main .kdt-cat-card:nth-child(2),
.kdt-subcategory-grid .kdt-cat-card:nth-child(2n),
.kdt-shop-cat-card:nth-child(2n){animation-delay:.35s!important;}
.kdt-category-grid-main .kdt-cat-card:nth-child(3),
.kdt-subcategory-grid .kdt-cat-card:nth-child(3n),
.kdt-shop-cat-card:nth-child(3n){animation-delay:.7s!important;}


/* v6.4: New Arrivals 12-product rotating sets */
.kdt-new-arrivals-products li[data-kdt-arrival]{transition:opacity .22s ease, transform .22s ease;}
.kdt-new-arrivals-products.kdt-arrivals-switching li[data-kdt-arrival]{opacity:.01;transform:translateY(8px) scale(.98);}
.kdt-new-arrivals-products li[style*="display: none"]{display:none!important;}
.kdt-settings-card{max-width:980px;background:#fff;border:1px solid #ffd3e2;border-radius:18px;padding:22px;margin-top:18px;box-shadow:0 8px 24px rgba(207,82,127,.08)}
.kdt-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:18px 0;}
.kdt-settings-check{display:flex;gap:10px;align-items:center;background:#fff7fb;border:1px solid #ffd3e2;border-radius:14px;padding:12px 14px;font-weight:700;}
.kdt-settings-check input{width:18px;height:18px;accent-color:#ee7da9;}

/* v6.5: New Arrivals admin page under Products */
.kdt-v65-settings-wrap .kdt-v65-settings-card{max-width:860px;padding:28px;border-radius:26px;background:linear-gradient(135deg,#fff,#fff6fb 70%,#f1f9ff);border:1px solid #ffd6e6;box-shadow:0 16px 36px rgba(207,82,127,.12)}
.kdt-v65-category-tree{display:grid;gap:12px;margin:22px 0 18px;max-width:720px}
.kdt-v65-cat-row{display:flex!important;align-items:center;gap:12px;width:100%;margin:0!important;padding:14px 16px 14px calc(16px + (var(--kdt-depth,0) * 28px))!important;border:1px solid #ffd6e6;border-radius:18px;background:#fff;color:#4a2c35;font-weight:800;box-shadow:0 8px 18px rgba(207,82,127,.06)}
.kdt-v65-parent-row{background:linear-gradient(135deg,#fff,#fff0f7);font-size:16px}
.kdt-v65-child-row{background:rgba(255,255,255,.76);font-size:15px}
.kdt-v65-cat-row input{width:22px!important;height:22px!important;min-width:22px!important;margin:0!important;border-color:#f2abc3!important;border-radius:7px!important}
.kdt-v65-cat-name{flex:1;line-height:1.25}
.kdt-v65-cat-row small{color:#b26a86;font-weight:700;background:#fff;padding:6px 10px;border-radius:999px;border:1px solid #ffd6e6}
.kdt-v65-settings-wrap .button-primary{background:#ee7da9!important;border-color:#ee7da9!important;border-radius:999px!important;padding:9px 22px!important;font-weight:800!important}


/* v6.7: Live search sale price shows old price crossed, sale price clean. */
.kdt-live-search-price{display:flex!important;align-items:center;gap:7px;flex-wrap:wrap;line-height:1.25;}
.kdt-live-search-price del{color:#b98a9c!important;text-decoration:line-through!important;text-decoration-thickness:2px!important;opacity:.82;font-weight:800;}
.kdt-live-search-price ins{color:var(--kdt-pink-deep)!important;text-decoration:none!important;font-weight:950;}
.kdt-live-search-price .woocommerce-Price-amount{white-space:nowrap;}
.kdt-live-search-price del .woocommerce-Price-amount{font-size:12px;}
.kdt-live-search-price ins .woocommerce-Price-amount,.kdt-live-search-price > .woocommerce-Price-amount{font-size:13.5px;}
