.elementor-kit-7{--e-global-color-primary:#0B0E11;--e-global-color-secondary:#9CA3AF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#D4B15F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:72px;font-weight:200;line-height:1.1px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-weight:500;border-radius:10px 10px 10px 10px;padding:14px 26px 14px 26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   V E L O R A  –  GLOBAL UI (AUTH + STATS + PRICING + CARDS + FAQ + CART)
   Cleaned / de-duplicated / conflict-checked
========================================================= */

/* =========================================================
   1) NEXTEND SOCIAL LOGIN (Google button)
========================================================= */
.nsl-container { width: 100%; }

.nsl-button{
  width: 100% !important;
  justify-content: center !important;
  border-radius: 14px !important;
}

/* =========================================================
   2) VELORA AUTH (WP EVEREST USER REGISTRATION)
   Scope: .velora-auth
========================================================= */

/* Base reset */
.velora-auth .user-registration,
.velora-auth .ur-frontend-form,
.velora-auth form.ur-frontend-form{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Force single-column layout + full width */
.velora-auth .ur-form-row{
  display: block !important;
  grid-template-columns: 1fr !important;
}

.velora-auth .ur-form-row > .ur-form-grid,
.velora-auth .ur-form-grid.ur-grid-1,
.velora-auth .ur-form-grid.ur-grid-2{
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.velora-auth .ur-frontend-form,
.velora-auth .ur-frontend-form .ur-form-row,
.velora-auth .ur-frontend-form .ur-form-grid,
.velora-auth .ur-frontend-form .ur-field-item,
.velora-auth .ur-frontend-form .ur-field-item input,
.velora-auth .ur-frontend-form .ur-field-item textarea,
.velora-auth .ur-frontend-form .ur-field-item select{
  width: 100% !important;
  max-width: 100% !important;
}

/* Typography */
.velora-auth h1,
.velora-auth h2,
.velora-auth h3{
  color: #E5E7EB !important;
}

.velora-auth a{
  color: #D4B15F !important;
  text-decoration: none;
}
.velora-auth a:hover{ text-decoration: underline; }

/* Labels */
.velora-auth .ur-frontend-form label{
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(229,231,235,0.75) !important;
}

/* Inputs */
.velora-auth .ur-frontend-form input[type="text"],
.velora-auth .ur-frontend-form input[type="email"],
.velora-auth .ur-frontend-form input[type="password"],
.velora-auth .ur-frontend-form input[type="tel"],
.velora-auth .ur-frontend-form select,
.velora-auth .ur-frontend-form textarea{
  display: block !important;
  width: 100% !important;

  background: rgba(17,20,24,0.90) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 14px !important;

  padding: 18px 18px !important;
  min-height: 54px;
  line-height: 1.4 !important;

  color: #FFFFFF !important;
  font-size: 14px !important;

  box-shadow: none !important;
  outline: none !important;
}

.velora-auth .ur-frontend-form input::placeholder,
.velora-auth .ur-frontend-form textarea::placeholder{
  color: rgba(229,231,235,0.35) !important;
}

.velora-auth .ur-frontend-form input:focus,
.velora-auth .ur-frontend-form select:focus,
.velora-auth .ur-frontend-form textarea:focus{
  border-color: rgba(212,177,95,0.60) !important;
}

/* Field spacing */
.velora-auth .ur-frontend-form .ur-form-row{ margin-bottom: 16px !important; }

/* Help / description */
.velora-auth .ur-frontend-form .ur-frontend-field-description,
.velora-auth .ur-frontend-form .description,
.velora-auth .ur-frontend-form small,
.velora-auth .ur-frontend-form .user-registration-password-strength{
  display: block;
  margin-top: 10px !important;
  padding: 12px 14px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;

  font-size: 12px;
  line-height: 1.6;
  color: rgba(229,231,235,0.55) !important;

  max-width: 100%;
  white-space: normal;
}

/* Submit button full width (safer targeting) */
.velora-auth .ur-frontend-form .ur-button-container{
  width: 100% !important;
  max-width: 100% !important;
}

.velora-auth .ur-frontend-form button[type="submit"],
.velora-auth .ur-frontend-form input[type="submit"],
.velora-auth .ur-frontend-form .ur-submit-button{
  display: block !important;
  width: 100% !important;

  background: #D4B15F !important;
  color: #0B0E11 !important;
  border: none !important;

  border-radius: 14px !important;
  padding: 16px 18px !important;

  font-size: 15px !important;
  font-weight: 600 !important;

  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

.velora-auth .ur-frontend-form button[type="submit"]:hover,
.velora-auth .ur-frontend-form input[type="submit"]:hover,
.velora-auth .ur-frontend-form .ur-submit-button:hover{
  background: #C9A94E !important;
  transform: translateY(-1px);
}

/* Notices / errors */
.velora-auth .ur-error,
.velora-auth .user-registration-error,
.velora-auth .user-registration-message,
.velora-auth .ur-message{
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: rgba(229,231,235,0.9) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  margin-bottom: 14px !important;
}

/* Legal text */
.velora-auth .ur-frontend-form p,
.velora-auth .ur-frontend-form .privacy-policy-text,
.velora-auth .ur-frontend-form .terms{
  color: rgba(229,231,235,0.45) !important;
  font-size: 12px;
}

/* =========================================================
   3) VELORA STATS BAR
========================================================= */
.velora-stats{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 620px;
  margin: 0 auto;
  padding-top: 18px;
}

.velora-stats > div{
  flex: 1;
  text-align: center;
  padding: 0 28px;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.velora-stats > div:not(:last-child)::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 52px;
  background: rgba(255,255,255,0.10);
}

.velora-stats .elementor-heading-title{
  color: #E5E7EB;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  margin: 0;
}

.velora-stats .elementor-widget-text-editor{
  margin-top: 6px;
  color: rgba(229,231,235,0.55);
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 520px){
  .velora-stats{ flex-direction: column; gap: 14px; }
  .velora-stats > div{ padding: 0; }
  .velora-stats > div:not(:last-child)::after{ display: none; }
}

/* =========================================================
   4) VELORA PRICING (CARDS + TABS)
========================================================= */

/* Tabs */
.velora-pricing-tabs .elementor-button.velora-tab{
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: rgba(229,231,235,0.75) !important;
  border-radius: 14px !important;
  padding: 12px 22px !important;
  box-shadow: none !important;
}

/* Optional manual active class */
.velora-pricing-tabs .elementor-button.velora-tab.is-active{
  border-color: rgba(212,177,95,0.55) !important;
  background: rgba(212,177,95,0.08) !important;
  color: #E5E7EB !important;
}

/* Grid container */
.velora-pricing-grid{
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 900px){
  .velora-pricing-grid{ padding: 0 18px; }
}

/* Card base */
.velora-plan{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 22px;
  padding: 34px 34px 28px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.velora-plan--featured{
  border-color: rgba(212,177,95,0.45);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

/* Most popular pill */
.velora-popular-pill{
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #D4B15F;
  color: #0B0E11;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* Card typography */
.velora-plan .elementor-heading-title{ color: #E5E7EB; }
.velora-plan p{ color: rgba(229,231,235,0.55); }
.velora-plan h2, .velora-plan h3{ margin: 0; }

/* Divider inside cards */
.velora-plan .elementor-divider-separator{
  border-top-color: rgba(255,255,255,0.10) !important;
}

/* Icon lists */
.velora-plan .elementor-icon-list-text{
  color: rgba(229,231,235,0.70) !important;
}
.velora-plan .elementor-icon-list-icon i{
  color: rgba(212,177,95,0.9) !important;
}

/* CTA buttons in cards */
.velora-plan .elementor-button{
  width: 100%;
  border-radius: 14px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  background: rgba(255,255,255,0.05) !important;
  color: #E5E7EB !important;
}

.velora-plan--featured .elementor-button{
  background: #D4B15F !important;
  color: #0B0E11 !important;
  border-color: transparent !important;
}

/* =========================================================
   5) PRICING PANELS (ANCHOR SWITCH)
========================================================= */
.velora-pricing-panel{
  display: none;
  scroll-margin-top: 120px;
}

.velora-pricing-panel:first-of-type{ display: flex; }
.velora-pricing-panel:target{ display: flex; }

/* Tab button opacity styling */
.velora-pricing-tabs a.velora-tab-btn{
  opacity: 0.6;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.velora-pricing-tabs a.velora-tab-btn:hover{ opacity: 1; }

/* Default “active” look for Instagram tab on first load */
.velora-pricing-tabs a.velora-tab-btn[href="#pricing-instagram"]{ opacity: 1; }

/* =========================================================
   6) VELORA FEATURE CARDS (.velora-card)
========================================================= */
.velora-card{
  background: linear-gradient(145deg, #11161d, #0d1117);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.velora-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255,190,92,0.4);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.velora-card i{
  text-shadow: 0 0 15px rgba(255,190,92,0.6);
}

.velora-card::before{
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, rgba(255,190,92,0.4), transparent);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.velora-card:hover::before{ opacity: 1; }

/* =========================================================
   7) VELORA FAQ CARDS
========================================================= */
.velora-faq-wrap{
  max-width: 860px;
  margin: 0 auto;
}

.velora-faq-card{
  background: linear-gradient(145deg, #11161d, #0d1117);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.velora-faq-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255,190,92,0.35);
}

.velora-faq-card .elementor-heading-title{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.velora-faq-card .elementor-widget-text-editor{
  color: #9AA6B2;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 767px){
  .velora-faq-card{ padding: 20px 18px; }
}

/* =========================================================
   8) VELORA CART PAGE (EMPTY + ITEMS)
   Targets classic Woo cart markup (shortcode). Works OK with blocks too.
========================================================= */

body.woocommerce-cart{
  background: #0B0F14;
}

/* Hide theme page headers if you use Elementor headings */
body.woocommerce-cart .entry-header,
body.woocommerce-cart .woocommerce-products-header{
  display: none;
}

/* Cart wrapper */
body.woocommerce-cart .woocommerce,
body.woocommerce-cart .wp-block-woocommerce-cart{
  max-width: 1200px;
  margin: 40px auto 0;
}

/* =========================================================
   A) NOTICES (Added to cart, errors, etc.)
========================================================= */
body.woocommerce-cart .woocommerce-notices-wrapper{
  margin: 28px 0 22px;
}

/* Notice bar (light, aligned, no outline) */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error{
  background: #EDEDED !important;
  color: #0B0F14 !important;

  border: 0 !important;
  outline: none !important;

  border-radius: 16px !important;
  padding: 18px 22px !important;

  box-shadow: 0 10px 24px rgba(0,0,0,0.25) !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

/* Woo adds icon/stripe via ::before */
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-error::before{
  position: static !important;
  margin: 0 10px 0 0 !important;
}

/* Continue shopping button inside notice */
body.woocommerce-cart .woocommerce-message .button,
body.woocommerce-cart .woocommerce-info .button{
  background: transparent !important;
  border: 1px solid rgba(11,15,20,0.25) !important;
  color: #0B0F14 !important;
  border-radius: 12px !important;
  padding: 10px 16px !important;
  font-weight: 600;
  white-space: nowrap;
}

/* =========================================================
   B) EMPTY CART
========================================================= */
body.woocommerce-cart .cart-empty,
body.woocommerce-cart .woocommerce-cart-empty{
  margin: 0 auto;
  padding: 0;
  color: #9AA6B2;
  text-align: center;
}

/* Empty state card */
body.woocommerce-cart .woocommerce-notices-wrapper + .cart-empty,
body.woocommerce-cart .woocommerce-notices-wrapper + .woocommerce-cart-empty,
body.woocommerce-cart .cart-empty,
body.woocommerce-cart .woocommerce-cart-empty{
  background: linear-gradient(145deg, #11161d, #0d1117);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 70px 24px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}

/* Empty icon */
body.woocommerce-cart .woocommerce-cart-empty:before,
body.woocommerce-cart .cart-empty:before{
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  opacity: 0.6;

  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 7.5V18a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7.5m16 0A2.5 2.5 0 0 0 17.5 5h-11A2.5 2.5 0 0 0 4 7.5m16 0v.5H4v-.5"/></svg>') center/contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 7.5V18a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7.5m16 0A2.5 2.5 0 0 0 17.5 5h-11A2.5 2.5 0 0 0 4 7.5m16 0v.5H4v-.5"/></svg>') center/contain no-repeat;

  background-color: rgba(255,190,92,0.55);
}

/* Replace default empty text safely */
body.woocommerce-cart .cart-empty,
body.woocommerce-cart .woocommerce-cart-empty{
  font-size: 0; /* hide default */
}
body.woocommerce-cart .cart-empty::after,
body.woocommerce-cart .woocommerce-cart-empty::after{
  content: "Your cart is empty";
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

/* Return to shop button */
body.woocommerce-cart .return-to-shop{
  margin-top: 18px !important;
}
body.woocommerce-cart .return-to-shop a.button{
  background: #D2B15C;
  color: #0B0F14;
  border: 0;
  border-radius: 14px;
  padding: 14px 22px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, filter 0.25s ease;
}
body.woocommerce-cart .return-to-shop a.button:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}

/* =========================================================
   C) CART WITH ITEMS (Layout + Cards)
========================================================= */
body.woocommerce-cart .woocommerce-cart-form{
  width: 66%;
  float: left;
  margin: 0;
}

body.woocommerce-cart .cart-collaterals{
  width: 32%;
  float: right;
  margin: 0;
}

/* Clear floats */
body.woocommerce-cart .woocommerce::after{
  content: "";
  display: block;
  clear: both;
}

/* Card base (table + totals) */
body.woocommerce-cart table.shop_table,
body.woocommerce-cart .cart_totals{
  background: linear-gradient(145deg, #11161d, #0d1117);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}

/* Table structure cleanup */
body.woocommerce-cart table.shop_table{
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td{
  border: 0 !important;
}

/* Header */
body.woocommerce-cart table.shop_table thead th{
  color: #FFFFFF;
  font-weight: 600;
  padding: 20px 22px !important;
  font-size: 13px !important;
  letter-spacing: 0.02em;
  background: rgba(255,255,255,0.015) !important;
}

/* Rows */
body.woocommerce-cart table.shop_table tbody td{
  padding: 22px 22px !important;
  color: #D7DEE8;
  vertical-align: middle;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}

/* Product name */
body.woocommerce-cart .product-name{
  line-height: 1.25;
}
body.woocommerce-cart .product-name a{
  color: #D2B15C;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 4px;
}
body.woocommerce-cart .product-name a:hover{ text-decoration: underline; }

/* Remove icon */
body.woocommerce-cart .product-remove a{
  color: rgba(255,255,255,0.45) !important;
  font-size: 20px;
}
body.woocommerce-cart .product-remove a:hover{
  color: rgba(255,255,255,0.75) !important;
}

/* Thumbnail */
body.woocommerce-cart .product-thumbnail img{
  width: 56px !important;
  height: 56px !important;
  border-radius: 10px;
  object-fit: cover;
  background: rgba(255,255,255,0.03);
}

/* Quantity */
body.woocommerce-cart .quantity input.qty{
  width: 74px !important;
  height: 46px !important;
  padding: 0 10px !important;
  text-align: center;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: #fff;
}

/* Price/subtotal emphasis */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal{
  color: #fff;
  font-weight: 600;
}

/* Coupon/action bar */
body.woocommerce-cart .actions{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  flex-wrap: wrap;
  padding: 20px 22px !important;
  background: rgba(255,255,255,0.015);
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}

body.woocommerce-cart .coupon{
  display: flex;
  gap: 14px;
  flex: 1 1 520px;
  max-width: 720px;
  width: 100%;
}

body.woocommerce-cart .coupon input.input-text{
  flex: 1;
  height: 52px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  padding: 14px 16px !important;
  color: #fff;
}

body.woocommerce-cart .coupon button.button{
  height: 52px !important;
  border-radius: 14px !important;
  padding: 0 22px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: #fff;
  font-weight: 600;
}

/* Update cart button (hide if disabled) */
body.woocommerce-cart button[name="update_cart"]{
  margin-left: auto !important;
  height: 52px;
  border-radius: 14px !important;
  padding: 0 18px !important;
}
body.woocommerce-cart button[name="update_cart"][disabled],
body.woocommerce-cart button[name="update_cart"].disabled{
  display: none !important;
}

/* Totals card */
body.woocommerce-cart .cart_totals{
  padding: 26px !important;
}

body.woocommerce-cart .cart_totals h2{
  color: #fff;
  font-size: 20px !important;
  margin: 0 0 16px 0 !important;
}

body.woocommerce-cart .cart_totals table{
  width: 100%;
  border: 0 !important;
  margin: 0 0 18px 0;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
  color: #D7DEE8;
  padding: 16px 6px !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}

body.woocommerce-cart .cart_totals tr:first-child th,
body.woocommerce-cart .cart_totals tr:first-child td{
  border-top: 0 !important;
}

body.woocommerce-cart .order-total th,
body.woocommerce-cart .order-total td{
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

/* Checkout button (full width, no wrapping) */
body.woocommerce-cart .wc-proceed-to-checkout{
  margin-top: 18px;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  white-space: nowrap;
  line-height: 1.1 !important;
  padding: 16px 18px !important;
  border-radius: 16px !important;
}

/* =========================================================
   D) RESPONSIVE
========================================================= */
@media (max-width: 980px){
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals{
    width: 100%;
    float: none;
  }
  body.woocommerce-cart .cart-collaterals{ margin-top: 18px; }
}

@media (max-width: 640px){
  body.woocommerce-cart .woocommerce-message,
  body.woocommerce-cart .woocommerce-info,
  body.woocommerce-cart .woocommerce-error{
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  body.woocommerce-cart .woocommerce-message .button,
  body.woocommerce-cart .woocommerce-info .button{
    width: 100%;
    text-align: center;
  }
}

.elementor-widget-wc-add-to-cart a.added_to_cart.wc-forward{
  display: none !important;
}

/* =========================================
   VELORA SIDE CART – EMPTY STATE
========================================= */

.elementor-menu-cart__main .woocommerce-mini-cart__empty-message{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 55vh;
  margin: 24px 0 0;
  padding: 32px 22px;
  background: #0b1018;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  color: #9eb0cc;
  font-size: 15px;
  line-height: 1.6;
}

.elementor-menu-cart__main .woocommerce-mini-cart__empty-message::before{
  content: "🛒";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 28px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.elementor-menu-cart__main .woocommerce-mini-cart__empty-message::after{
  content: "Explore our growth packages and start building momentum.";
  display: block;
  margin-top: 8px;
  max-width: 260px;
  color: #7f8da8;
  font-size: 13px;
  line-height: 1.5;
}/* End custom CSS */