/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      3.3.2
 Text Domain:  woodmart
*/


/* VenousMode - Persian font fix
   Uses Dana font files already available in the parent Woodmart theme:
   /wp-content/themes/woodmart/font/dana/woff2/ */
@font-face{
  font-family:'VenousDana';
  src:url('../woodmart/font/dana/woff2/dana-regular.woff2') format('woff2'),
      url('../woodmart/font/dana/woff/dana-regular.woff') format('woff');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'VenousDana';
  src:url('../woodmart/font/dana/woff2/dana-medium.woff2') format('woff2'),
      url('../woodmart/font/dana/woff/dana-medium.woff') format('woff');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'VenousDana';
  src:url('../woodmart/font/dana/woff2/dana-demibold.woff2') format('woff2'),
      url('../woodmart/font/dana/woff/dana-demibold.woff') format('woff');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'VenousDana';
  src:url('../woodmart/font/dana/woff2/dana-bold.woff2') format('woff2'),
      url('../woodmart/font/dana/woff/dana-bold.woff') format('woff');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

html,
body,
body.rtl,
body input,
body textarea,
body select,
body button,
body .entry-title,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
  font-family:'VenousDana',Tahoma,Arial,sans-serif !important;
}

/* Icon fonts are intentionally not overridden here. Woodmart, Elementor and
   Font Awesome assign their own font-family to pseudo-elements. A universal
   `body *` rule breaks those glyphs and makes them render as empty squares. */

/* VenousMode - My Account makeover */
:root{
  --vm-pink:#ff5f82;
  --vm-rose:#fff3f7;
  --vm-rose-2:#ffe6ee;
  --vm-ink:#15171d;
  --vm-muted:#76707a;
  --vm-border:#f4d7e1;
  --vm-shadow:0 18px 45px rgba(255,95,130,.13);
  --vm-radius:22px;
}

body.woocommerce-account .main-page-wrapper{
  background:linear-gradient(180deg,#fff 0%,#fff8fb 42%,#fff 100%);
}

body.woocommerce-account .page-title,
body.woocommerce-account .wd-page-title{
  border-bottom:4px solid var(--vm-pink);
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-my-account-wrapper,
body.woocommerce-account .wd-my-account-sidebar,
body.woocommerce-account .wd-my-account-content{
  direction:rtl;
}

body.woocommerce-account .woocommerce-MyAccount-navigation{
  background:#fff;
  border:1px solid var(--vm-border);
  border-radius:var(--vm-radius);
  padding:18px 14px;
  box-shadow:var(--vm-shadow);
  position:sticky;
  top:20px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul{
  display:flex;
  flex-direction:column;
  gap:7px;
  margin:0;
  padding:0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li{
  list-style:none;
  margin:0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  min-height:42px;
  padding:10px 14px !important;
  border-radius:999px;
  color:var(--vm-ink) !important;
  font-weight:700;
  font-size:14px;
  transition:.22s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:before{
  opacity:.55;
  margin-left:8px;
  color:var(--vm-pink);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  background:linear-gradient(135deg,var(--vm-pink),#8d1f4b);
  color:#fff !important;
  box-shadow:0 10px 22px rgba(141,31,75,.18);
  transform:translateY(-1px);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover:before{
  color:#fff;
  opacity:1;
}

body.woocommerce-account .woocommerce-MyAccount-content{
  background:#fff;
  border:1px solid var(--vm-border);
  border-radius:26px;
  padding:26px !important;
  box-shadow:var(--vm-shadow);
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child{
  background:linear-gradient(135deg,#fff4f8,#fff);
  border:1px solid var(--vm-border);
  border-radius:20px;
  padding:18px 20px;
  color:var(--vm-muted);
  line-height:2;
}

body.woocommerce-account .wd-my-account-links{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:24px 0;
}

body.woocommerce-account .wd-my-account-links a,
body.woocommerce-account .wd-my-account-links .woocommerce-MyAccount-navigation-link a{
  min-height:118px;
  border:1px solid #f2e2e8 !important;
  border-radius:24px !important;
  background:rgba(255,255,255,.92) !important;
  box-shadow:0 10px 24px rgba(20,20,20,.045);
  color:var(--vm-ink) !important;
  font-weight:800;
  transition:.24s ease;
}

body.woocommerce-account .wd-my-account-links a:hover{
  border-color:var(--vm-pink) !important;
  background:linear-gradient(180deg,#fff,#fff4f8) !important;
  transform:translateY(-4px);
  box-shadow:0 16px 34px rgba(255,95,130,.16);
}

body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error{
  border-radius:22px;
  border:1px solid var(--vm-border);
  background:#fff7fa;
  box-shadow:0 12px 30px rgba(255,95,130,.08);
}

body.woocommerce-account table.shop_table{
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--vm-border);
}

body.woocommerce-account .button,
body.woocommerce-account button,
body.woocommerce-account input[type="submit"],
body.woocommerce-account .btn{
  border-radius:999px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content select,
body.woocommerce-account .woocommerce-MyAccount-content textarea{
  border-radius:15px !important;
  border-color:#f0d7e0 !important;
  background:#fffafb;
}

body.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
body.woocommerce-account .woocommerce-MyAccount-content select:focus,
body.woocommerce-account .woocommerce-MyAccount-content textarea:focus{
  border-color:var(--vm-pink) !important;
  box-shadow:0 0 0 4px rgba(255,95,130,.10) !important;
}

/* Stylist / recommendation page */
body.woocommerce-account .woocommerce-MyAccount-content [class*="stylist"],
body.woocommerce-account .woocommerce-MyAccount-content [class*="recommend"],
body.woocommerce-account .woocommerce-MyAccount-content [class*="venous"]{
  box-sizing:border-box;
}

body.woocommerce-account .woocommerce-MyAccount-content .products,
body.woocommerce-account .woocommerce-MyAccount-content ul.products{
  gap:16px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .product-grid-item,
body.woocommerce-account .woocommerce-MyAccount-content li.product,
body.woocommerce-account .woocommerce-MyAccount-content .product-wrapper{
  border-radius:22px !important;
  overflow:hidden;
  border:1px solid #f3dce4;
  background:#fff;
  box-shadow:0 10px 26px rgba(20,20,20,.055);
  transition:.24s ease;
}

body.woocommerce-account .woocommerce-MyAccount-content .product-grid-item:hover,
body.woocommerce-account .woocommerce-MyAccount-content li.product:hover,
body.woocommerce-account .woocommerce-MyAccount-content .product-wrapper:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(255,95,130,.14);
  border-color:#ffb6c9;
}

body.woocommerce-account .woocommerce-MyAccount-content .product-image-link img,
body.woocommerce-account .woocommerce-MyAccount-content li.product img{
  border-radius:18px;
}

body.woocommerce-account .woocommerce-MyAccount-content .price{
  color:#9b214d !important;
  font-weight:900;
}

body.woocommerce-account .woocommerce-MyAccount-content .add_to_cart_button,
body.woocommerce-account .woocommerce-MyAccount-content .product_type_simple{
  background:#fff !important;
  border:1px solid #ffc7d6 !important;
  color:#9b214d !important;
  border-radius:999px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .add_to_cart_button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .product_type_simple:hover{
  background:linear-gradient(135deg,var(--vm-pink),#9b214d) !important;
  color:#fff !important;
}

@media (max-width:1024px){
  body.woocommerce-account .wd-my-account-links{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.woocommerce-account .woocommerce-MyAccount-navigation{position:relative;top:auto;margin-bottom:18px;}
}

@media (max-width:767px){
  body.woocommerce-account .woocommerce-MyAccount-content{padding:18px !important;border-radius:22px;}
  body.woocommerce-account .wd-my-account-links{grid-template-columns:1fr;gap:12px;}
  body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  body.woocommerce-account .woocommerce-MyAccount-navigation a{font-size:12px;min-height:38px;padding:8px 10px !important;}
}

/* VenousMode V2 - boutique dashboard and softer feminine UI */
:root{
  --vm-pink:#f76c8a;
  --vm-hot:#e84878;
  --vm-deep:#8f224f;
  --vm-cream:#fffdf9;
  --vm-blush:#fff4f7;
  --vm-nude:#f8edeb;
  --vm-gold:#d4a373;
  --vm-soft-shadow:0 18px 55px rgba(232,72,120,.12);
}

body.woocommerce-account .main-page-wrapper:before{
  content:"";
  position:fixed;
  inset:120px auto auto -120px;
  width:320px;
  height:320px;
  background:radial-gradient(circle,rgba(247,108,138,.13),transparent 68%);
  pointer-events:none;
  z-index:0;
}
body.woocommerce-account .main-page-wrapper:after{
  content:"";
  position:fixed;
  inset:320px -160px auto auto;
  width:380px;
  height:380px;
  background:radial-gradient(circle,rgba(212,163,115,.10),transparent 70%);
  pointer-events:none;
  z-index:0;
}
body.woocommerce-account .site-content,
body.woocommerce-account .container,
body.woocommerce-account .woocommerce{
  position:relative;
  z-index:1;
}

body.woocommerce-account .woocommerce-MyAccount-content{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-radius:30px;
  box-shadow:0 22px 65px rgba(143,34,79,.11);
}

body.woocommerce-account .woocommerce-MyAccount-navigation{
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,244,247,.78));
  border-radius:30px;
  box-shadow:0 18px 55px rgba(143,34,79,.10);
}

body.woocommerce-account .woocommerce-MyAccount-navigation a{
  min-height:46px;
  letter-spacing:-.1px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(1) a:after{content:"🏠";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(2) a:after{content:"📦";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(3) a:after{content:"🧾";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(4) a:after{content:"⬇️";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(5) a:after{content:"📍";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(6) a:after{content:"💳";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(7) a:after{content:"👤";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(8) a:after{content:"🧾";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(9) a:after{content:"👛";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(10) a:after{content:"↔️";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(11) a:after{content:"✨";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(12) a:after{content:"🎁";}
body.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(13) a:after{content:"🚪";}
body.woocommerce-account .woocommerce-MyAccount-navigation a:after{
  font-size:16px;
  line-height:1;
  filter:saturate(1.05);
}

.venous-dash-hero{
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:18px;
  margin:0 0 22px;
  padding:28px;
  border:1px solid rgba(247,108,138,.22);
  border-radius:30px;
  background:
    radial-gradient(circle at 8% 20%,rgba(255,255,255,.94),transparent 28%),
    linear-gradient(135deg,#fff4f7 0%,#fffdf9 48%,#f8edeb 100%);
  box-shadow:var(--vm-soft-shadow);
  overflow:hidden;
  position:relative;
}
.venous-dash-hero:before{
  content:"Venous";
  position:absolute;
  left:22px;
  bottom:-18px;
  font-size:58px;
  font-weight:900;
  color:rgba(232,72,120,.055);
  letter-spacing:-2px;
  pointer-events:none;
}
.venous-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 13px;
  border:1px solid rgba(232,72,120,.22);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:var(--vm-deep);
  font-weight:800;
  font-size:12px;
}
.venous-dash-hero h2{
  margin:14px 0 8px;
  font-size:26px;
  font-weight:900;
  color:#17151a;
}
.venous-dash-hero p{
  margin:0;
  color:#746b73;
  line-height:2;
  font-weight:500;
}
.venous-dash-hero__chips{
  display:grid;
  grid-template-columns:repeat(3,minmax(110px,1fr));
  gap:10px;
  min-width:390px;
}
.venous-dash-hero__chips div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  min-height:96px;
  padding:14px;
  border:1px solid rgba(247,108,138,.20);
  border-radius:24px;
  background:rgba(255,255,255,.62);
  box-shadow:0 10px 28px rgba(143,34,79,.055);
}
.venous-dash-hero__chips strong{
  color:var(--vm-hot);
  font-size:22px;
  line-height:1.2;
}
.venous-dash-hero__chips span{
  margin-top:7px;
  color:#6f6870;
  font-size:12px;
  font-weight:700;
}

.venous-style-mood,
.venous-club-progress{
  margin:18px 0 22px;
  padding:22px;
  border:1px solid rgba(247,108,138,.18);
  border-radius:28px;
  background:rgba(255,255,255,.74);
  box-shadow:0 14px 42px rgba(143,34,79,.075);
}
.venous-section-title span,
.venous-club-progress span{
  color:var(--vm-hot);
  font-size:12px;
  font-weight:900;
}
.venous-section-title h3,
.venous-club-progress h3{
  margin:6px 0 16px;
  font-size:18px;
  font-weight:900;
  color:#17151a;
}
.venous-mood-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.venous-mood-card{
  min-height:92px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:16px;
  border-radius:24px;
  color:#42182b !important;
  font-weight:900;
  text-align:center;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 12px 30px rgba(143,34,79,.08);
  transition:.24s ease;
}
.venous-mood-card:hover{
  transform:translateY(-4px) scale(1.01);
  box-shadow:0 18px 42px rgba(232,72,120,.16);
}
.venous-mood-card--soft{background:linear-gradient(135deg,#fff1f6,#fffdf9);}
.venous-mood-card--casual{background:linear-gradient(135deg,#f8edeb,#fff9f4);}
.venous-mood-card--formal{background:linear-gradient(135deg,#fff,#f4ecff);}
.venous-mood-card--stylist{background:linear-gradient(135deg,#ffd8e4,#fff3bd);}

.venous-club-progress{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.venous-club-progress h3{margin-bottom:0;}
.venous-progress{
  flex:1;
  max-width:420px;
  height:14px;
  border-radius:999px;
  background:#f5e5eb;
  overflow:hidden;
  box-shadow:inset 0 2px 8px rgba(0,0,0,.05);
}
.venous-progress i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--vm-hot),#ff9eb3,var(--vm-gold));
}

body.woocommerce-account .wd-my-account-links a,
body.woocommerce-account .wd-my-account-links .woocommerce-MyAccount-navigation-link a{
  position:relative;
  overflow:hidden;
}
body.woocommerce-account .wd-my-account-links a:before{
  content:"";
  position:absolute;
  inset:auto -30px -42px auto;
  width:105px;
  height:105px;
  border-radius:999px;
  background:rgba(247,108,138,.08);
}

@media (max-width:1024px){
  .venous-dash-hero{flex-direction:column;}
  .venous-dash-hero__chips{min-width:0;}
  .venous-mood-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:767px){
  .venous-dash-hero{padding:20px;border-radius:24px;}
  .venous-dash-hero h2{font-size:21px;}
  .venous-dash-hero__chips{grid-template-columns:1fr;}
  .venous-club-progress{display:block;}
  .venous-progress{max-width:none;margin-top:14px;}
  .venous-mood-grid{grid-template-columns:1fr;}
}

/* VenousMode V2.1 - RTL polish + plugin harmony */
/* Menu icons must appear on the RIGHT side in Persian RTL UI. */
body.woocommerce-account .woocommerce-MyAccount-navigation a{
  direction:rtl;
  flex-direction:row !important;
  justify-content:flex-start !important;
  gap:10px;
  text-align:right;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a:after{
  content:none !important;
  display:none !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a:before{
  margin:0 0 0 7px !important;
  opacity:1 !important;
  color:inherit !important;
  font-family:'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji',sans-serif !important;
  font-size:16px;
  line-height:1;
  min-width:22px;
  text-align:center;
  transform:none !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a:before{content:"🏠" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a:before{content:"📦" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--reserved-orders a:before{content:"🧾" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a:before{content:"⬇️" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a:before{content:"📍" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--payment-methods a:before{content:"💳" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a:before{content:"👤" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--transactions a:before,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--wallet-transactions a:before{content:"🧾" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--wallet a:before,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--woo-wallet a:before{content:"👛" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--transfer a:before,
body.woocommerce-account .woocommerce-MyAccount-navigation-link--wallet-transfer a:before{content:"↔️" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--venous-stylist a:before{content:"✨" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--venous-club a:before{content:"🎁" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"🚪" !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover:before{
  filter:brightness(1.05) saturate(1.2);
}

.venous-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.venous-hero-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 18px;
  border-radius:999px;
  color:#fff !important;
  background:linear-gradient(135deg,var(--vm-pink),var(--vm-hot));
  box-shadow:0 10px 24px rgba(232,72,120,.18);
  font-weight:900;
}
.venous-hero-actions a:nth-child(2){
  color:var(--vm-deep) !important;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(232,72,120,.22);
}
.venous-dash-hero--v21 .venous-dash-hero__chips strong{
  font-size:18px;
  text-align:center;
}
.venous-dash-hero--v21 .venous-dash-hero__chips div:nth-child(3) strong{
  font-size:15px;
}

/* Venous Club plugin harmony */
body.woocommerce-account .vcl-club,
body.woocommerce-account .vcl-stylist,
body.woocommerce-account .venous-scope,
body.woocommerce-account .kml-reserved-orders-dashboard{
  font-family:'VenousDana',Tahoma,Arial,sans-serif !important;
}
body.woocommerce-account .vcl-hero,
body.woocommerce-account .venous-hero,
body.woocommerce-account .vcl-progress-box,
body.woocommerce-account .vcl-missions,
body.woocommerce-account .vcl-stylist-cta,
body.woocommerce-account .vcl-reserve-box,
body.woocommerce-account .kml-reserved-orders-dashboard,
body.woocommerce-account .wcor-reserved-orders,
body.woocommerce-account [class*="wcor-"]{
  border-radius:28px !important;
  border-color:rgba(247,108,138,.20) !important;
  box-shadow:0 16px 44px rgba(143,34,79,.08) !important;
}
body.woocommerce-account .vcl-front-cards,
body.woocommerce-account .venous-metric-grid{
  gap:14px !important;
}
body.woocommerce-account .vcl-front-cards > div,
body.woocommerce-account .venous-metric-grid > div{
  border-radius:24px !important;
  background:linear-gradient(180deg,#fff,#fff6f9) !important;
  border:1px solid rgba(247,108,138,.16) !important;
}
body.woocommerce-account .vcl-chip span,
body.woocommerce-account .vcl-chip,
body.woocommerce-account .venous-kicker,
body.woocommerce-account .venous-pill{
  border-radius:999px !important;
}
body.woocommerce-account .vcl-chip input:checked + span,
body.woocommerce-account .vcl-chip:has(input:checked) span{
  background:linear-gradient(135deg,var(--vm-pink),var(--vm-hot)) !important;
  color:#fff !important;
  border-color:transparent !important;
}
body.woocommerce-account .vcl-style-form input,
body.woocommerce-account .vcl-style-form select,
body.woocommerce-account .vcl-style-form textarea{
  border-radius:16px !important;
}
body.woocommerce-account .venous-btn,
body.woocommerce-account .vcl-style-form button,
body.woocommerce-account .kml-reserved-orders-dashboard .button,
body.woocommerce-account [class*="wcor-"] .button{
  border-radius:999px !important;
  background:linear-gradient(135deg,var(--vm-pink),var(--vm-hot)) !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 10px 24px rgba(232,72,120,.18) !important;
}

/* Login / OTP plugin harmony */
.kml-login-wrap,
.kml-auth-card,
.kml-otp-card,
.kml-support-panel,
.kml-mobile-nav{
  font-family:'VenousDana',Tahoma,Arial,sans-serif !important;
}
.kml-auth-card,
.kml-otp-card,
.kml-support-panel{
  border-radius:30px !important;
  border:1px solid rgba(247,108,138,.20) !important;
  box-shadow:0 22px 65px rgba(143,34,79,.12) !important;
}
.kml-auth-card input,
.kml-otp-card input{
  border-radius:16px !important;
}
.kml-auth-card button,
.kml-otp-card button,
.kml-mobile-nav-item.is-active{
  background:linear-gradient(135deg,var(--vm-pink),var(--vm-hot)) !important;
  color:#fff !important;
}

/* Better mobile behavior for account page */
@media (max-width:1024px){
  body.woocommerce-account .woocommerce-MyAccount-navigation{
    position:relative !important;
    top:auto !important;
  }
}
@media (max-width:767px){
  body.woocommerce-account .woocommerce-MyAccount-navigation{
    padding:12px !important;
    border-radius:22px !important;
    overflow-x:auto;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul{
    display:flex !important;
    flex-direction:row !important;
    gap:8px !important;
    min-width:max-content;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li{
    flex:0 0 auto;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation a{
    min-height:40px;
    padding:9px 13px !important;
    white-space:nowrap;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation a:before{
    margin-left:6px !important;
    min-width:18px;
  }
  .venous-hero-actions a{flex:1 1 130px;}
  .venous-dash-hero__chips div{min-height:78px;}
  body.woocommerce-account .woocommerce-MyAccount-content{margin-top:14px;}
}

/* VenousMode V2.2 - hard RTL menu icon order fix */
body.woocommerce-account .woocommerce-MyAccount-navigation a{
  direction:rtl !important;
  display:flex !important;
  flex-direction:row-reverse !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:10px !important;
  text-align:right !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a:before{
  order:2 !important;
  margin:0 !important;
  min-width:24px !important;
  text-align:center !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 24px !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a .nav-link-text,
body.woocommerce-account .woocommerce-MyAccount-navigation a span{
  order:1 !important;
  text-align:right !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a:after{
  display:none !important;
  content:none !important;
}

@media (max-width:768px){
  body.woocommerce-account .woocommerce-MyAccount-navigation a{
    justify-content:flex-end !important;
  }
}


/* VenousMode V2.3 - real dashboard + cleaner boutique layout */
body.woocommerce-account .woocommerce-MyAccount-content > .venous-dash-hero,
body.woocommerce-account .woocommerce-MyAccount-content > .venous-style-mood,
body.woocommerce-account .woocommerce-MyAccount-content > .venous-club-progress{
  animation:vmFadeUp .42s ease both;
}
@keyframes vmFadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

/* reduce the raw WooCommerce feel */
body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type{
  margin-top:0 !important;
  font-size:13px;
  background:#fff !important;
  border:1px solid rgba(247,108,138,.16) !important;
  box-shadow:0 10px 28px rgba(143,34,79,.045);
}
body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type a{
  color:var(--vm-hot) !important;
  font-weight:900;
}

/* stronger dashboard hero, but not huge */
.venous-dash-hero--v21{
  padding:24px !important;
  margin-bottom:18px !important;
  background:
    radial-gradient(circle at 92% 8%,rgba(255,255,255,.95),transparent 25%),
    radial-gradient(circle at 10% 95%,rgba(212,163,115,.14),transparent 32%),
    linear-gradient(135deg,#fff2f6 0%,#fffdf9 58%,#f8edeb 100%) !important;
}
.venous-dash-hero--v21 h2{font-size:24px !important;line-height:1.55;margin-top:10px !important;}
.venous-dash-hero--v21 p{font-size:13px;max-width:560px;}
.venous-dash-hero--v21 .venous-dash-hero__chips{grid-template-columns:repeat(3,1fr);min-width:330px;}
.venous-dash-hero--v21 .venous-dash-hero__chips div{min-height:82px;border-radius:22px;background:rgba(255,255,255,.78);}
.venous-dash-hero--v21 .venous-dash-hero__chips strong{font-size:16px !important;}

/* dashboard default tiles: smaller, more premium, less empty */
body.woocommerce-account .wd-my-account-links{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  margin:18px 0 !important;
}
body.woocommerce-account .wd-my-account-links a,
body.woocommerce-account .wd-my-account-links .woocommerce-MyAccount-navigation-link a{
  min-height:92px !important;
  padding:14px 12px !important;
  border-radius:20px !important;
  background:
    radial-gradient(circle at 0 100%,rgba(247,108,138,.09),transparent 34%),
    #fff !important;
}
body.woocommerce-account .wd-my-account-links a:before{
  width:88px !important;height:88px !important;bottom:-38px !important;right:-28px !important;
}
body.woocommerce-account .wd-my-account-links a:hover{
  transform:translateY(-2px) !important;
}
body.woocommerce-account .wd-my-account-links a .wd-tools-icon,
body.woocommerce-account .wd-my-account-links a:after{
  opacity:.72;
}

/* sidebar: more compact and distinctly RTL */
body.woocommerce-account .woocommerce-MyAccount-navigation{
  padding:16px 12px !important;
  max-width:260px;
  margin-right:auto;
  margin-left:auto;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{gap:4px !important;}
body.woocommerce-account .woocommerce-MyAccount-navigation a{
  min-height:39px !important;
  padding:8px 13px !important;
  font-size:13px !important;
  border:1px solid transparent;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  border-color:rgba(255,255,255,.46);
  background:linear-gradient(135deg,#f76c8a 0%,#e84878 56%,#9b214d 100%) !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a:before{
  font-size:15px !important;
  flex-basis:22px !important;
  min-width:22px !important;
}

/* reserved orders and inner notices: less black-heavy */
body.woocommerce-account .kml-reserved-orders-dashboard,
body.woocommerce-account .wcor-reserved-orders,
body.woocommerce-account [class*="reserved"]{
  border-radius:24px !important;
}
body.woocommerce-account .kml-reserved-orders-dashboard [style*="background"],
body.woocommerce-account .wcor-reserved-orders [style*="background"]{
  border-radius:20px !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message{
  padding:18px 20px !important;
}

/* product/stylist pages: prevent stretched cards */
body.woocommerce-account .woocommerce-MyAccount-content ul.products,
body.woocommerce-account .woocommerce-MyAccount-content .products{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
body.woocommerce-account .woocommerce-MyAccount-content li.product,
body.woocommerce-account .woocommerce-MyAccount-content .product-grid-item{
  width:auto !important;
}

@media (min-width:1025px){
  body.woocommerce-account .woocommerce-my-account-wrapper,
  body.woocommerce-account .woocommerce{
    align-items:flex-start;
  }
  body.woocommerce-account .woocommerce-MyAccount-content{
    padding:22px !important;
  }
}

@media (max-width:1024px){
  body.woocommerce-account .woocommerce-MyAccount-navigation{max-width:none;}
  .venous-dash-hero--v21 .venous-dash-hero__chips{min-width:0;}
}
@media (max-width:767px){
  body.woocommerce-account .woocommerce-MyAccount-content{padding:14px !important;box-shadow:0 12px 36px rgba(143,34,79,.08);}
  .venous-dash-hero--v21{padding:18px !important;border-radius:22px !important;}
  .venous-dash-hero--v21 h2{font-size:20px !important;}
  .venous-dash-hero--v21 .venous-dash-hero__chips{grid-template-columns:1fr 1fr;}
  .venous-dash-hero--v21 .venous-dash-hero__chips div:nth-child(3){grid-column:1/-1;}
  body.woocommerce-account .wd-my-account-links{grid-template-columns:1fr 1fr !important;gap:10px !important;}
  body.woocommerce-account .wd-my-account-links a{min-height:78px !important;font-size:12px !important;}
  .venous-style-mood,.venous-club-progress{padding:16px !important;border-radius:20px !important;}
  .venous-mood-grid{grid-template-columns:1fr 1fr !important;}
  .venous-mood-card{min-height:78px !important;padding:12px !important;font-size:12px;}
  body.woocommerce-account .woocommerce-MyAccount-content ul.products,
  body.woocommerce-account .woocommerce-MyAccount-content .products{grid-template-columns:1fr 1fr !important;gap:10px !important;}
}
@media (max-width:480px){
  body.woocommerce-account .wd-my-account-links,
  .venous-mood-grid,
  body.woocommerce-account .woocommerce-MyAccount-content ul.products,
  body.woocommerce-account .woocommerce-MyAccount-content .products{grid-template-columns:1fr !important;}
}


/* =========================================================
   VenousMode V2.4 Stable - Mobile only polish
   Desktop layout intentionally untouched from V2.3.
   ========================================================= */
.vm-account-menu-toggle{display:none;}
@media (max-width:767px){
  html,body{overflow-x:hidden;}

  body.woocommerce-account .main-page-wrapper{background:linear-gradient(180deg,#fff 0,#fff5f8 38%,#fff 100%) !important;}
  body.woocommerce-account .container,
  body.woocommerce-account .site-content,
  body.woocommerce-account .woocommerce{
    max-width:100% !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }
  body.woocommerce-account .wd-page-title,
  body.woocommerce-account .page-title{
    min-height:92px !important;
    padding:18px 10px !important;
  }
  body.woocommerce-account .page-title .entry-title,
  body.woocommerce-account .wd-page-title .entry-title,
  body.woocommerce-account .page-title h1,
  body.woocommerce-account .wd-page-title h1{
    font-size:19px !important;
    line-height:1.7 !important;
  }

  /* Mobile dropdown menu */
  .vm-account-menu-toggle{
    display:flex !important;
    direction:rtl;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    width:100%;
    min-height:48px;
    margin:12px 0 10px;
    padding:10px 14px;
    border:1px solid rgba(247,108,138,.22);
    border-radius:18px;
    background:linear-gradient(135deg,#fff,#fff3f7);
    box-shadow:0 10px 26px rgba(143,34,79,.08);
    color:#17151a;
    font-family:'VenousDana',Tahoma,Arial,sans-serif !important;
  }
  .vm-account-menu-toggle span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;height:32px;
    border-radius:12px;
    background:linear-gradient(135deg,var(--vm-pink),var(--vm-hot));
    color:#fff;
    flex:0 0 32px;
  }
  .vm-account-menu-toggle strong{font-size:13px;font-weight:900;flex:1;text-align:right;}
  .vm-account-menu-toggle em{font-style:normal;font-size:11px;color:#9b214d;font-weight:800;}

  body.woocommerce-account .woocommerce-MyAccount-navigation{
    display:block !important;
    max-height:0 !important;
    overflow:hidden !important;
    opacity:0 !important;
    padding:0 10px !important;
    margin:0 0 10px !important;
    border-width:0 !important;
    box-shadow:none !important;
    transition:max-height .28s ease, opacity .2s ease, padding .2s ease, border-width .2s ease;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation.vm-nav-open{
    max-height:720px !important;
    opacity:1 !important;
    padding:12px !important;
    border-width:1px !important;
    box-shadow:0 14px 38px rgba(143,34,79,.10) !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    min-width:0 !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li{width:auto !important;}
  body.woocommerce-account .woocommerce-MyAccount-navigation a{
    justify-content:flex-end !important;
    min-height:42px !important;
    padding:8px 10px !important;
    border-radius:14px !important;
    white-space:normal !important;
    line-height:1.6 !important;
    font-size:11.5px !important;
    background:#fff;
    border:1px solid rgba(247,108,138,.12);
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation a:before{
    flex-basis:20px !important;min-width:20px !important;font-size:14px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{border-radius:14px !important;}

  body.woocommerce-account .woocommerce-MyAccount-content{
    padding:12px !important;
    border-radius:22px !important;
    border-color:rgba(247,108,138,.18) !important;
    box-shadow:0 12px 32px rgba(143,34,79,.08) !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type{display:none !important;}

  .venous-dash-hero--v21{
    display:block !important;
    padding:16px !important;
    margin:0 0 12px !important;
    border-radius:22px !important;
    text-align:right !important;
  }
  .venous-dash-hero:before{font-size:42px;left:12px;bottom:-13px;}
  .venous-pill{font-size:10.5px;padding:5px 10px;}
  .venous-dash-hero--v21 h2{font-size:18px !important;margin:8px 0 5px !important;line-height:1.8 !important;}
  .venous-dash-hero--v21 p{font-size:11.5px !important;line-height:1.9 !important;}
  .venous-hero-actions{gap:8px;margin-top:12px;}
  .venous-hero-actions a{min-height:38px;padding:8px 10px;font-size:11.5px;}
  .venous-dash-hero--v21 .venous-dash-hero__chips{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
    margin-top:13px;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips div{
    min-height:64px !important;
    padding:8px 5px !important;
    border-radius:16px !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips div:nth-child(3){grid-column:auto !important;}
  .venous-dash-hero--v21 .venous-dash-hero__chips strong{font-size:12px !important;word-break:break-word;}
  .venous-dash-hero__chips span{font-size:10px !important;margin-top:4px !important;}

  body.woocommerce-account .wd-my-account-links{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
    margin:12px 0 !important;
  }
  body.woocommerce-account .wd-my-account-links a,
  body.woocommerce-account .wd-my-account-links .woocommerce-MyAccount-navigation-link a{
    min-height:88px !important;
    padding:10px 6px !important;
    border-radius:18px !important;
    font-size:11.5px !important;
    line-height:1.7 !important;
  }
  body.woocommerce-account .wd-my-account-links a:before{
    width:62px !important;height:62px !important;right:-18px !important;bottom:-24px !important;
  }
  body.woocommerce-account .wd-my-account-links a svg,
  body.woocommerce-account .wd-my-account-links a img{max-width:36px !important;max-height:36px !important;}

  body.woocommerce-account .kml-reserved-orders-dashboard,
  body.woocommerce-account .wcor-reserved-orders,
  body.woocommerce-account [class*="reserved"]{
    padding:12px !important;
    border-radius:20px !important;
    margin:12px 0 !important;
  }
  body.woocommerce-account .kml-reserved-orders-dashboard h2,
  body.woocommerce-account .wcor-reserved-orders h2,
  body.woocommerce-account [class*="reserved"] h2{font-size:15px !important;line-height:1.8 !important;}
  body.woocommerce-account .woocommerce-info,
  body.woocommerce-account .woocommerce-message{padding:14px !important;font-size:12px !important;line-height:1.9 !important;}

  .venous-style-mood,.venous-club-progress{margin:12px 0 !important;padding:14px !important;border-radius:20px !important;}
  .venous-section-title h3,.venous-club-progress h3{font-size:15px !important;line-height:1.7;margin-bottom:10px !important;}
  .venous-mood-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;}
  .venous-mood-card{min-height:70px !important;border-radius:16px !important;padding:10px !important;font-size:11.5px !important;}

  body.woocommerce-account .woocommerce-MyAccount-content ul.products,
  body.woocommerce-account .woocommerce-MyAccount-content .products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important;}
  body.woocommerce-account .woocommerce-MyAccount-content li.product,
  body.woocommerce-account .woocommerce-MyAccount-content .product-grid-item,
  body.woocommerce-account .woocommerce-MyAccount-content .product-wrapper{border-radius:18px !important;}
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-loop-product__title,
  body.woocommerce-account .woocommerce-MyAccount-content .product-title{font-size:11px !important;line-height:1.8 !important;}
  body.woocommerce-account .woocommerce-MyAccount-content .price{font-size:11.5px !important;}
  body.woocommerce-account .woocommerce-MyAccount-content .add_to_cart_button,
  body.woocommerce-account .woocommerce-MyAccount-content .product_type_simple{width:100%;min-height:34px;font-size:10.5px !important;padding:7px 8px !important;}

  body.woocommerce-account footer,
  body.woocommerce-account .footer-container,
  body.woocommerce-account .footer-sidebar{text-align:center !important;}
  body.woocommerce-account .footer-sidebar .row > div,
  body.woocommerce-account footer .row > div{margin-bottom:14px !important;}
  body.woocommerce-account footer p,
  body.woocommerce-account footer li,
  body.woocommerce-account footer .textwidget{font-size:11px !important;line-height:1.9 !important;}
  body.woocommerce-account{padding-bottom:72px;}
}

@media (max-width:360px){
  body.woocommerce-account .container,
  body.woocommerce-account .site-content,
  body.woocommerce-account .woocommerce{padding-left:6px !important;padding-right:6px !important;}
  .venous-dash-hero--v21 .venous-dash-hero__chips{grid-template-columns:1fr 1fr !important;}
  .venous-dash-hero--v21 .venous-dash-hero__chips div:nth-child(3){grid-column:1/-1 !important;}
  body.woocommerce-account .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account .wd-my-account-links,
  .venous-mood-grid,
  body.woocommerce-account .woocommerce-MyAccount-content ul.products,
  body.woocommerce-account .woocommerce-MyAccount-content .products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}

/* =========================================================
   VenousMode V2.5 Stable - Desktop boutique polish only
   Based on V2.4 stable. No wrapper/grid overrides.
   ========================================================= */
@media (min-width:1025px){
  body.woocommerce-account .woocommerce-MyAccount-content{
    padding:30px !important;
    border-radius:32px !important;
    border:1px solid rgba(247,108,138,.18) !important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,251,253,.88)) !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation{
    width:280px;
    max-width:280px;
    padding:18px 13px !important;
    border-radius:32px !important;
    background:
      radial-gradient(circle at 20% 0%,rgba(255,255,255,.94),transparent 34%),
      linear-gradient(180deg,#fff,#fff5f8) !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation:before{
    content:"حساب کاربری ونوس";
    display:block;
    margin:0 6px 12px;
    padding:12px 13px;
    border-radius:20px;
    background:linear-gradient(135deg,#fff,#fff1f6);
    color:#9b214d;
    font-size:13px;
    font-weight:900;
    text-align:right;
    border:1px solid rgba(247,108,138,.14);
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation a{
    min-height:43px !important;
    padding:9px 14px !important;
    border-radius:17px !important;
    font-size:13.5px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation a:before{
    width:28px !important;
    height:28px !important;
    flex:0 0 28px !important;
    min-width:28px !important;
    border-radius:12px;
    background:rgba(247,108,138,.08);
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before,
  body.woocommerce-account .woocommerce-MyAccount-navigation a:hover:before{
    background:rgba(255,255,255,.18);
  }

  .venous-dash-hero--v21{
    min-height:220px;
    padding:30px !important;
    border-radius:34px !important;
    align-items:center !important;
    background:
      radial-gradient(circle at 10% 18%,rgba(255,255,255,.92),transparent 24%),
      radial-gradient(circle at 92% 18%,rgba(255,216,228,.62),transparent 26%),
      linear-gradient(135deg,#fff2f6 0%,#fffdf9 52%,#f8edeb 100%) !important;
  }
  .venous-dash-hero:before{
    font-size:78px;
    left:30px;
    bottom:-22px;
  }
  .venous-dash-hero--v21 h2{
    font-size:30px !important;
    line-height:1.6 !important;
    letter-spacing:-.6px;
  }
  .venous-dash-hero--v21 p{
    max-width:620px;
    font-size:14px !important;
  }
  .venous-hero-actions a{
    min-height:44px;
    padding:10px 22px;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips{
    min-width:390px;
    gap:12px !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips div{
    min-height:104px !important;
    border-radius:26px !important;
    background:rgba(255,255,255,.78) !important;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips strong{
    font-size:20px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type{
    display:block !important;
    margin:0 0 18px !important;
    padding:16px 18px !important;
    border-radius:22px !important;
    background:linear-gradient(135deg,#fff,#fff7fa) !important;
    color:#746b73 !important;
  }

  body.woocommerce-account .wd-my-account-links{
    grid-template-columns:repeat(auto-fit,minmax(145px,1fr)) !important;
    gap:14px !important;
    margin:20px 0 !important;
  }
  body.woocommerce-account .wd-my-account-links a,
  body.woocommerce-account .wd-my-account-links .woocommerce-MyAccount-navigation-link a{
    min-height:116px !important;
    border-radius:24px !important;
    padding:18px 12px !important;
    background:
      radial-gradient(circle at 0 100%,rgba(247,108,138,.10),transparent 38%),
      linear-gradient(180deg,#fff,#fff8fb) !important;
    box-shadow:0 14px 34px rgba(143,34,79,.065) !important;
  }
  body.woocommerce-account .wd-my-account-links a:hover{
    transform:translateY(-5px) !important;
    box-shadow:0 22px 48px rgba(232,72,120,.16) !important;
  }

  .venous-style-mood,
  .venous-club-progress{
    border-radius:30px !important;
    padding:24px !important;
    background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,248,251,.74)) !important;
  }
  .venous-mood-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:14px !important;
  }
  .venous-mood-card{
    min-height:118px !important;
    border-radius:26px !important;
    align-items:center !important;
    font-size:14px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
  body.woocommerce-account .woocommerce-MyAccount-content form,
  body.woocommerce-account .woocommerce-MyAccount-content fieldset{
    border-radius:26px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content ul.products,
  body.woocommerce-account .woocommerce-MyAccount-content .products{
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) !important;
    gap:18px !important;
  }
}

/* =========================================================
   Venous Account UI V2.6 - Conversion Focus Patch
   Built on V2.5 stable. Desktop polish only, mobile guarded.
   ========================================================= */
@media (min-width: 769px){
  body.woocommerce-account .woocommerce-MyAccount-content > .venous-dash-hero--v21{
    overflow:hidden !important;
    border:1px solid rgba(247,108,138,.12) !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    min-width:100% !important;
    width:100% !important;
    margin-top:18px !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips div{
    min-height:94px !important;
    position:relative !important;
    overflow:hidden !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips div:after{
    content:"";
    position:absolute;
    inset:auto -18px -30px auto;
    width:70px;height:70px;
    border-radius:50%;
    background:rgba(247,108,138,.08);
  }
  .venous-dash-hero--v21 .venous-chip-extra strong{
    color:#d94f7a !important;
  }

  .venous-club-progress--v26{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 330px !important;
    align-items:center !important;
    gap:24px !important;
  }
  .venous-club-progress--v26 small{
    display:flex;
    gap:8px;
    align-items:center;
    margin-top:11px;
    color:#a2949b;
    font-size:11px;
    white-space:nowrap;
  }
  .venous-club-progress--v26 small b{
    display:inline-block;
    width:18px;height:1px;
    background:rgba(212,163,115,.45);
  }
  .venous-club-progress--v26 .venous-progress{
    height:14px !important;
    background:rgba(255,225,234,.85) !important;
  }
  .venous-club-progress--v26 .venous-progress i{
    background:linear-gradient(90deg,#f76c8a,#f093b0,#d4a373) !important;
    box-shadow:0 8px 22px rgba(247,108,138,.22) !important;
  }

  .venous-outfit-v26{
    margin:22px 0 !important;
    padding:26px !important;
    border-radius:30px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr) !important;
    gap:22px !important;
    align-items:center !important;
    background:
      radial-gradient(circle at 8% 10%,rgba(255,255,255,.9),transparent 24%),
      linear-gradient(135deg,#fff8fb,#fffdf9 50%,#f8edeb) !important;
    border:1px solid rgba(247,108,138,.10) !important;
    box-shadow:0 18px 48px rgba(143,34,79,.075) !important;
  }
  .venous-outfit-copy span,
  .venous-quick-v26 span{
    color:#d94f7a !important;
    font-size:12px !important;
    font-weight:800 !important;
  }
  .venous-outfit-copy h3{
    margin:8px 0 8px !important;
    font-size:22px !important;
    color:#342a30 !important;
  }
  .venous-outfit-copy p{
    margin:0 0 18px !important;
    max-width:520px !important;
    color:#7b7078 !important;
    line-height:2 !important;
    font-size:13px !important;
  }
  .venous-outfit-copy a{
    display:inline-flex !important;
    min-height:42px !important;
    align-items:center !important;
    justify-content:center !important;
    padding:10px 22px !important;
    border-radius:999px !important;
    background:linear-gradient(135deg,#f76c8a,#f093b0) !important;
    color:#fff !important;
    font-weight:800 !important;
    box-shadow:0 12px 28px rgba(247,108,138,.22) !important;
  }
  .venous-outfit-stack{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:12px !important;
  }
  .venous-outfit-stack div{
    min-height:136px !important;
    border-radius:26px !important;
    padding:16px !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:center !important;
    text-align:center !important;
    font-size:13px !important;
    font-weight:800 !important;
    color:#6f3b4c !important;
    background:linear-gradient(180deg,#fff,#fff1f6) !important;
    border:1px solid rgba(247,108,138,.10) !important;
    box-shadow:0 14px 34px rgba(143,34,79,.06) !important;
  }
  .venous-outfit-stack div:nth-child(2){background:linear-gradient(180deg,#fffdf9,#f8edeb) !important; transform:translateY(-8px);} 
  .venous-outfit-stack div:nth-child(3){background:linear-gradient(180deg,#fff,#fff7d7) !important;}

  .venous-quick-v26{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:14px !important;
    margin:22px 0 !important;
  }
  .venous-quick-v26 a{
    display:block !important;
    padding:18px 18px !important;
    border-radius:24px !important;
    background:rgba(255,255,255,.82) !important;
    border:1px solid rgba(247,108,138,.10) !important;
    box-shadow:0 14px 34px rgba(143,34,79,.055) !important;
    transition:.22s ease !important;
  }
  .venous-quick-v26 a:hover{
    transform:translateY(-4px) !important;
    box-shadow:0 22px 46px rgba(247,108,138,.13) !important;
  }
  .venous-quick-v26 strong{
    display:block !important;
    margin-bottom:6px !important;
    color:#342a30 !important;
    font-size:14px !important;
  }
  .venous-quick-v26 span{
    display:block !important;
    color:#958990 !important;
    font-weight:600 !important;
    line-height:1.8 !important;
  }
}

@media (max-width: 768px){
  .venous-dash-hero--v21 .venous-dash-hero__chips{
    grid-template-columns:1fr 1fr !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips div:nth-child(3),
  .venous-dash-hero--v21 .venous-dash-hero__chips div:nth-child(5){
    grid-column:auto !important;
  }
  .venous-club-progress--v26 small{display:none !important;}
  .venous-outfit-v26{
    margin:16px 0 !important;
    padding:16px !important;
    border-radius:20px !important;
    background:linear-gradient(135deg,#fff8fb,#fffdf9) !important;
  }
  .venous-outfit-copy h3{font-size:17px !important;margin:6px 0 !important;}
  .venous-outfit-copy p{font-size:12px !important;line-height:1.9 !important;margin-bottom:12px !important;}
  .venous-outfit-copy a{display:flex !important;min-height:40px !important;border-radius:14px !important;background:#f76c8a !important;color:#fff !important;align-items:center;justify-content:center;font-weight:800;}
  .venous-outfit-stack{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:8px !important;margin-top:14px !important;}
  .venous-outfit-stack div{min-height:72px !important;border-radius:16px !important;padding:10px 6px !important;font-size:10.5px !important;background:#fff1f6 !important;text-align:center !important;display:flex;align-items:center;justify-content:center;font-weight:800;}
  .venous-quick-v26{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;margin:16px 0 !important;}
  .venous-quick-v26 a{padding:13px 14px !important;border-radius:17px !important;background:#fff !important;box-shadow:0 10px 24px rgba(143,34,79,.055) !important;}
  .venous-quick-v26 strong{display:block;color:#342a30;font-size:13px;margin-bottom:3px;}
  .venous-quick-v26 span{display:block;color:#958990;font-size:11.5px;line-height:1.8;}
}

/* =========================================================
   Venous Account UI V2.6.1 - Safe Alignment Fix
   Only fixes desktop alignment created by V2.6 conversion blocks.
   ========================================================= */
@media (min-width: 769px){
  body.woocommerce-account .woocommerce-MyAccount-content > .venous-dash-hero--v21{
    display:block !important;
    padding:34px 36px 30px !important;
    min-height:0 !important;
    direction:rtl !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__content{
    width:100% !important;
    max-width:100% !important;
    text-align:right !important;
    display:block !important;
    padding-left:220px !important;
    position:relative !important;
    z-index:2 !important;
  }
  .venous-dash-hero--v21 .venous-pill{
    display:inline-flex !important;
    margin:0 0 8px !important;
    white-space:nowrap !important;
  }
  .venous-dash-hero--v21 h2{
    margin:0 0 8px !important;
    font-size:28px !important;
    line-height:1.65 !important;
    text-align:right !important;
  }
  .venous-dash-hero--v21 p{
    margin:0 0 16px !important;
    max-width:560px !important;
    line-height:2.05 !important;
    text-align:right !important;
  }
  .venous-dash-hero--v21 .venous-hero-actions{
    display:flex !important;
    flex-direction:row !important;
    justify-content:flex-start !important;
    align-items:center !important;
    gap:12px !important;
    flex-wrap:nowrap !important;
  }
  .venous-dash-hero--v21 .venous-hero-actions a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:42px !important;
    padding:10px 22px !important;
    white-space:nowrap !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:repeat(5,minmax(92px,1fr)) !important;
    gap:12px !important;
    margin:24px 0 0 !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips div{
    min-width:0 !important;
    min-height:86px !important;
    padding:16px 10px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips strong{
    font-size:15px !important;
    line-height:1.45 !important;
    white-space:normal !important;
  }
  .venous-dash-hero--v21 .venous-dash-hero__chips span{
    font-size:11px !important;
    line-height:1.55 !important;
    margin-top:6px !important;
  }

  .venous-outfit-v26{
    grid-template-columns:minmax(0,1fr) minmax(260px,340px) !important;
    align-items:stretch !important;
    gap:18px !important;
  }
  .venous-outfit-copy{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    text-align:right !important;
  }
  .venous-outfit-stack{
    align-self:stretch !important;
  }
  .venous-outfit-stack div{
    min-height:118px !important;
  }
  .venous-quick-v26{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    align-items:stretch !important;
  }
  .venous-quick-v26 a{
    min-height:86px !important;
  }
}

/* =========================================================
   Venous Account UI V2.7 - Child Theme Integration Layer
   UI-only: reads Venous Club data, does not modify plugins.
   ========================================================= */
.venous-v27-integrations{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
  margin:22px 0 !important;
  direction:rtl !important;
}
.venous-v27-int-card{
  display:block !important;
  min-height:118px !important;
  padding:18px 18px !important;
  border-radius:24px !important;
  background:rgba(255,255,255,.86) !important;
  border:1px solid rgba(247,108,138,.11) !important;
  box-shadow:0 16px 36px rgba(143,34,79,.06) !important;
  text-align:right !important;
  transition:.22s ease !important;
  overflow:hidden !important;
  position:relative !important;
}
.venous-v27-int-card:before{
  content:"" !important;
  position:absolute !important;
  inset:auto 16px 14px auto !important;
  width:44px !important;
  height:44px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,rgba(247,108,138,.18),rgba(240,147,176,.08)) !important;
}
.venous-v27-int-card:hover{
  transform:translateY(-4px) !important;
  box-shadow:0 24px 48px rgba(247,108,138,.13) !important;
}
.venous-v27-int-card span{
  display:inline-flex !important;
  margin-bottom:8px !important;
  color:#d94f7a !important;
  font-size:12px !important;
  font-weight:900 !important;
}
.venous-v27-int-card strong{
  display:block !important;
  color:#342a30 !important;
  font-size:15px !important;
  line-height:1.75 !important;
  margin-bottom:6px !important;
}
.venous-v27-int-card em{
  display:block !important;
  color:#8f838b !important;
  font-style:normal !important;
  font-size:12px !important;
  font-weight:650 !important;
  line-height:1.9 !important;
  padding-left:38px !important;
}
.venous-v27-int-card--alert{
  background:linear-gradient(135deg,#fff8fb,#fffdf7) !important;
}

@media (max-width: 768px){
  .venous-v27-integrations{
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:16px 0 !important;
  }
  .venous-v27-int-card{
    min-height:0 !important;
    padding:14px 15px !important;
    border-radius:18px !important;
  }
  .venous-v27-int-card span{font-size:11px !important;margin-bottom:4px !important;}
  .venous-v27-int-card strong{font-size:13px !important;margin-bottom:3px !important;}
  .venous-v27-int-card em{font-size:11.5px !important;line-height:1.8 !important;padding-left:0 !important;}
  .venous-v27-int-card:before{display:none !important;}
}

/* =========================================================
   Venous account dashboard 3.3 — compact, accessible, mobile-first
   ========================================================= */
body.woocommerce-dashboard .woocommerce-MyAccount-content > p:not([class]),
body.woocommerce-dashboard .woocommerce-MyAccount-content > .wd-my-account-links{
  display:none!important;
}
.venous-account-v33{
  --vm-ink:#25212a;
  --vm-muted:#736b77;
  --vm-line:#eee7eb;
  --vm-pink:#e94f74;
  --vm-pink-dark:#c9375b;
  --vm-soft:#fff7f9;
  color:var(--vm-ink);
  display:grid;
  gap:18px;
  width:100%;
}
.venous-account-v33 a{text-decoration:none!important}
.venous-account-v33__header{
  align-items:center;
  background:linear-gradient(125deg,#fff 0%,#fff7f9 100%);
  border:1px solid var(--vm-line);
  border-radius:20px;
  display:flex;
  justify-content:space-between;
  min-height:150px;
  overflow:hidden;
  padding:28px;
  position:relative;
}
.venous-account-v33__header:after{
  background:rgba(233,79,116,.08);
  border-radius:50%;
  content:"";
  height:190px;
  left:-60px;
  position:absolute;
  top:-100px;
  width:190px;
}
.venous-account-v33__eyebrow{
  color:var(--vm-pink-dark)!important;
  font-size:13px!important;
  font-weight:700;
  margin:0 0 5px!important;
}
.venous-account-v33__header h2{
  color:var(--vm-ink);
  font-size:25px;
  line-height:1.5;
  margin:0 0 4px;
}
.venous-account-v33__header p:not(.venous-account-v33__eyebrow){
  color:var(--vm-muted);
  margin:0;
}
.venous-account-v33__shop,
.venous-account-v33__order > a,
.venous-account-v33__club > a{
  align-items:center;
  border-radius:10px;
  display:inline-flex;
  font-size:13px;
  font-weight:700;
  justify-content:center;
  min-height:42px;
  padding:8px 16px;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.venous-account-v33__shop{
  background:var(--vm-pink);
  color:#fff!important;
  position:relative;
  z-index:1;
}
.venous-account-v33__shop:hover{
  background:var(--vm-pink-dark);
  box-shadow:0 8px 20px rgba(201,55,91,.2);
  transform:translateY(-1px);
}
.venous-account-v33__stats{
  display:grid;
  gap:12px;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.venous-account-v33__stats a{
  background:#fff;
  border:1px solid var(--vm-line);
  border-radius:14px;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:16px 18px;
}
.venous-account-v33__stats span{color:var(--vm-muted);font-size:12px}
.venous-account-v33__stats strong{color:var(--vm-ink);font-size:16px}
.venous-account-v33__main{
  display:grid;
  gap:14px;
  grid-template-columns:minmax(0,1.35fr) minmax(230px,.65fr);
}
.venous-account-v33__order,
.venous-account-v33__club{
  background:#fff;
  border:1px solid var(--vm-line);
  border-radius:16px;
  padding:20px;
}
.venous-account-v33__card-title{
  align-items:flex-start;
  display:flex;
  justify-content:space-between;
}
.venous-account-v33__card-title span,
.venous-account-v33__club span{color:var(--vm-muted);font-size:12px}
.venous-account-v33__card-title h3{font-size:20px;margin:3px 0 0}
.venous-account-v33__status{
  background:#edf8f1;
  border-radius:8px;
  color:#257543!important;
  font-weight:700;
  padding:6px 9px;
}
.venous-account-v33__status--pending{background:#fff5df;color:#9a6813!important}
.venous-account-v33__status--on-hold{background:#fff5df;color:#9a6813!important}
.venous-account-v33__order dl{
  border-bottom:1px solid var(--vm-line);
  border-top:1px solid var(--vm-line);
  display:flex;
  gap:34px;
  margin:17px 0;
  padding:13px 0;
}
.venous-account-v33__order dl div{display:flex;gap:7px}
.venous-account-v33__order dt{color:var(--vm-muted);font-size:12px}
.venous-account-v33__order dd{font-size:13px;font-weight:700;margin:0}
.venous-account-v33__order > a,
.venous-account-v33__club > a{
  background:var(--vm-soft);
  color:var(--vm-pink-dark)!important;
}
.venous-account-v33__empty{align-items:center;display:flex;gap:12px;margin-bottom:18px}
.venous-account-v33__empty > span{
  align-items:center;background:#edf8f1;border-radius:12px;color:#257543;display:flex;
  flex:0 0 44px;font-size:22px;height:44px;justify-content:center
}
.venous-account-v33__empty h3{font-size:16px;margin:0 0 3px}
.venous-account-v33__empty p{color:var(--vm-muted);font-size:12px;margin:0}
.venous-account-v33__club > div:first-child{display:flex;flex-direction:column;gap:4px}
.venous-account-v33__club strong{font-size:19px}
.venous-account-v33__club p{color:var(--vm-muted);font-size:12px;line-height:1.8;margin:10px 0 14px}
.venous-account-v33__progress{background:#f2edf0;border-radius:8px;height:8px;margin-top:17px;overflow:hidden}
.venous-account-v33__progress i{background:linear-gradient(90deg,#e94f74,#f497ae);border-radius:inherit;display:block;height:100%}
.venous-account-v33__actions{
  display:grid;
  gap:10px;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.venous-account-v33__actions a{
  align-items:center;
  background:#fff;
  border:1px solid var(--vm-line);
  border-radius:14px;
  display:flex;
  flex-direction:column;
  min-height:125px;
  padding:16px 8px 13px;
  text-align:center;
  transition:border-color .18s ease,transform .18s ease;
}
.venous-account-v33__actions a:hover{border-color:#ef9cb0;transform:translateY(-2px)}
.venous-account-v33__icon{
  align-items:center;
  background:var(--vm-soft);
  border-radius:11px;
  color:var(--vm-pink-dark);
  display:flex;
  height:40px;
  justify-content:center;
  margin-bottom:9px;
  width:40px;
}
.venous-account-v33__icon svg{
  fill:none;
  height:21px;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
  width:21px;
}
.venous-account-v33__actions strong{color:var(--vm-ink);font-size:13px}
.venous-account-v33__actions small{color:var(--vm-muted);font-size:10px;line-height:1.6;margin-top:3px}
@media(min-width:769px){
  body.woocommerce-account .vm-account-menu-toggle{display:none!important}
}
@media(max-width:768px){
  body.woocommerce-account{padding-bottom:calc(88px + env(safe-area-inset-bottom))}
  .venous-account-v33{gap:12px}
  .venous-account-v33__header{align-items:flex-start;border-radius:16px;min-height:0;padding:18px}
  .venous-account-v33__header h2{font-size:19px}
  .venous-account-v33__header p:not(.venous-account-v33__eyebrow){font-size:12px;max-width:210px}
  .venous-account-v33__shop{font-size:11px;min-height:38px;padding:7px 11px}
  .venous-account-v33__stats{gap:7px}
  .venous-account-v33__stats a{border-radius:12px;padding:12px 9px}
  .venous-account-v33__stats span{font-size:10px}
  .venous-account-v33__stats strong{font-size:12px;overflow-wrap:anywhere}
  .venous-account-v33__main{grid-template-columns:1fr}
  .venous-account-v33__order,.venous-account-v33__club{border-radius:14px;padding:16px}
  .venous-account-v33__actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .venous-account-v33__actions a{align-items:center;display:grid;gap:2px 10px;grid-template-columns:40px 1fr;min-height:76px;padding:10px 12px;text-align:right}
  .venous-account-v33__actions a:last-child{grid-column:1/-1}
  .venous-account-v33__icon{grid-row:1/3;margin:0}
  .venous-account-v33__actions small{margin:0}
}
@media(max-width:390px){
  .venous-account-v33__header{display:block}
  .venous-account-v33__shop{margin-top:13px}
  .venous-account-v33__order dl{gap:16px}
}

