:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #FFC313;
	--wd-alternative-color: #EF8022;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #ffc313;
	--btn-accented-bgcolor-hover: #000000;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: #0a0a0a;
}

/* ==========================================================
   Coincards – header & menu (Woodmart 8.6)
   Paste into: Theme Settings → Custom CSS (on each country site)
   Replace everything you had from me before with this block.
   Header Builder: all rows Black background, Light text,
   row borders OFF (this CSS adds the hairlines).
   ========================================================== */

/* ---- rows ---- */
.whb-top-bar,
.whb-general-header,
.whb-header-bottom { background-color: #000 !important; }

.whb-top-bar        { border-bottom: 1px solid rgba(255,255,255,.06) !important; }
.whb-general-header { border-bottom: 1px solid rgba(255,255,255,.08) !important; }

.whb-sticked .whb-general-header {
  background-color: rgba(0,0,0,.92) !important;
  backdrop-filter: blur(10px);
}

/* ---- slim, muted top bar ---- */
.whb-top-bar,
.whb-top-bar a {
  color: rgba(255,255,255,.55) !important;
  font-size: 12px;
  font-weight: 500;
}
.whb-top-bar a:hover { color: #EF8022 !important; }

/* ---- main menu ---- */
.wd-nav-main > li > a {
  color: rgba(255,255,255,.85) !important;
  font-weight: 600;
  letter-spacing: .02em;
}
.wd-nav-main > li > a:hover,
.wd-nav-main > li.current-menu-item > a,
.wd-nav-main > li.wd-opened > a { color: #EF8022 !important; }

/* "Buy Gift Cards" = the one orange accent
   (add CSS class "cc-nav-cta" to that menu item in Appearance → Menus) */
.whb-header .wd-nav-main > li.cc-nav-cta > a,
.whb-header .wd-nav-main > li.cc-nav-cta.current-menu-item > a,
.whb-header .wd-nav-main > li.cc-nav-cta.wd-opened > a {
  background: #EF8022;
  color: #000 !important;
  border-radius: 999px;
  padding: 0 16px !important;
  height: 36px;
  display: inline-flex;
  align-items: center;
  transition: background .15s ease;
}
.whb-header .wd-nav-main > li.cc-nav-cta > a:hover,
.whb-header .wd-nav-main > li.cc-nav-cta.current-menu-item > a:hover { background: #FFC313; color: #000 !important; }

/* ---- dropdowns ---- */
.whb-header .wd-dropdown,
.whb-header .wd-dropdown-menu {
  background: #0e0e0e !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.6) !important;
}
.whb-header .wd-dropdown a,
.whb-header .wd-sub-menu a { color: rgba(255,255,255,.75) !important; }
.whb-header .wd-dropdown a:hover,
.whb-header .wd-sub-menu a:hover {
  color: #EF8022 !important;
  background: rgba(239,128,34,.08) !important;
}

/* ---- icons: search, account, wishlist, cart ---- */
.whb-header .wd-header-search a,
.whb-header .wd-header-my-account a,
.whb-header .wd-header-wishlist a,
.whb-header .wd-header-cart a { color: #fff !important; }

.whb-header .wd-header-search a:hover,
.whb-header .wd-header-my-account a:hover,
.whb-header .wd-header-wishlist a:hover,
.whb-header .wd-header-cart a:hover { color: #EF8022 !important; }

.whb-header .wd-cart-number,
.whb-header .wd-tools-count {
  background: #EF8022 !important;
  color: #000 !important;
}

/* ---- full-screen search overlay ---- */
.wd-search-full-screen { background: rgba(0,0,0,.96) !important; }
.wd-search-full-screen input[type="text"] {
  color: #fff !important;
  border-bottom-color: rgba(239,128,34,.6) !important;
}
.wd-search-full-screen input::placeholder { color: rgba(255,255,255,.4) !important; }

/* ---- page: balanced hero headline ---- */
.cc-s-h1 { text-wrap: balance; }

/* ---- page: headline colour runs top-to-bottom so "like cash." is the orange line ---- */
.cc-s-hero .cc-s-h1 {
  background-image: linear-gradient(180deg, #fff 0%, #fff 50%, #FFC313 50%, #EF8022 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

/* ==========================================================
   MOBILE MENU (burger drawer)
   ========================================================== */
@media (max-width: 1024px) {

  .mobile-nav {
    background: #070707 !important;
    border-left: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: -24px 0 70px rgba(0,0,0,.5) !important;
  }
  .mobile-nav .wd-heading {
    background: #070707 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }
  .mobile-nav .wd-heading,
  .mobile-nav .wd-heading a,
  .mobile-nav .wd-heading .wd-action-btn > a,
  .mobile-nav .wd-heading .wd-action-btn > a:before { color: rgba(255,255,255,.7) !important; }

  /* rows + links */
  .mobile-nav .wd-nav-mobile { padding: 18px 20px 28px !important; }
  .mobile-nav .wd-nav-mobile > li { border-bottom: 1px solid rgba(255,255,255,.08) !important; }
  .mobile-nav .wd-nav-mobile li > a { border-bottom: 0 !important; box-shadow: none !important; background: transparent !important; }
  .mobile-nav .wd-nav-mobile > li > a {
    padding: 16px 4px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }
  .mobile-nav .wd-nav-mobile > li > a:hover,
  .mobile-nav .wd-nav-mobile > li.current-menu-item > a,
  .mobile-nav .wd-nav-mobile > li.current-menu-ancestor > a { color: #EF8022 !important; }

  /* "Buy Gift Cards" keeps its orange pill in the drawer too */
  .mobile-nav .wd-nav-mobile > li.cc-nav-cta { border-bottom: 0 !important; padding: 6px 0 10px; }
  .mobile-nav .wd-nav-mobile > li.cc-nav-cta > a {
    display: inline-flex !important;
    padding: 12px 20px !important;
    border-radius: 999px;
    background: #EF8022 !important;
    color: #000 !important;
  }

  /* submenus */
  .mobile-nav .wd-nav-mobile .wd-sub-menu,
  .mobile-nav .wd-nav-mobile .sub-menu { background: transparent !important; padding: 0 0 10px 14px !important; }
  .mobile-nav .wd-nav-mobile .wd-sub-menu li,
  .mobile-nav .wd-nav-mobile .sub-menu li { border: 0 !important; }
  .mobile-nav .wd-nav-mobile .wd-sub-menu li > a,
  .mobile-nav .wd-nav-mobile .sub-menu li > a {
    padding: 10px 6px !important;
    color: rgba(255,255,255,.7) !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    text-transform: none !important;
  }
  .mobile-nav .wd-nav-mobile .wd-sub-menu li > a:hover,
  .mobile-nav .wd-nav-mobile .sub-menu li > a:hover { color: #fff !important; }

  /* arrow */
  .mobile-nav .wd-nav-opener { border-left: 0 !important; background: transparent !important; color: rgba(255,255,255,.55) !important; }
  .mobile-nav .wd-nav-opener.wd-active { color: #EF8022 !important; }

  /* top-level items with a submenu (Shop By Category, Help): tapping the whole row opens it */
  .mobile-nav .wd-nav-mobile > li.menu-item-has-children { position: relative; }
  .mobile-nav .wd-nav-mobile > li.menu-item-has-children > .wd-nav-opener {
    position: absolute !important;
    top: 0; left: 0; right: 0;
    width: auto !important;
    height: 54px !important;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6px;
    z-index: 2;
  }

  /* dim the page behind the drawer */
  .wd-close-side { background-color: rgba(0,0,0,.68) !important; backdrop-filter: blur(3px); }
}

/* ==========================================================
   HEADER ICONS + LABELS (burger, search, account, wishlist, cart)
   Woodmart colours these with --wd-header-el-color; on mobile it stayed dark.
   ========================================================== */
.whb-header,
.whb-header .whb-row,
.whb-header .whb-col-mobile,
.whb-header .whb-mobile-left,
.whb-header .whb-mobile-center,
.whb-header .whb-mobile-right {
  --wd-header-el-color: #ffffff;
  --wd-header-el-color-hover: #EF8022;
}
.whb-header .wd-tools-element > a,
.whb-header .wd-header-mobile-nav > a { color: var(--wd-header-el-color) !important; }
.whb-header .wd-tools-element:hover > a,
.whb-header .wd-header-mobile-nav:hover > a { color: var(--wd-header-el-color-hover) !important; }


/* ==========================================================
   Coincards – WooCommerce modern upgrade (Woodmart 8.6, dark mode ON)
   Paste into: Theme Settings → Custom CSS on each COUNTRY site,
   BELOW the header CSS. Does not touch checkout logic or payments.
   ========================================================== */

/* ---------- shared: true black, brand orange ---------- */
.woocommerce-page .main-page-wrapper,
.woocommerce .main-page-wrapper,
.woocommerce-page .page-title,
.woocommerce-page .wd-page-title { background-color: #000 !important; }

.woocommerce .price,
.woocommerce .amount,
.woocommerce-page .amount { color: #fff !important; }
.woocommerce .order-total .amount,
.woocommerce-page .order-total .amount { color: #EF8022 !important; }

.woocommerce-page a:not(.button):not(.btn):hover { color: #EF8022; }

/* ---------- buttons: every WooCommerce button becomes a pill ---------- */
.woocommerce .button,
.woocommerce-page .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce .checkout-button,
.woocommerce #place_order,
.woocommerce-page #place_order {
  border-radius: 999px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  box-shadow: none !important;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease !important;
}
/* primary actions */
.woocommerce .checkout-button,
.woocommerce #place_order,
.woocommerce button[name="apply_coupon"],
.woocommerce .button.alt,
.woocommerce .single_add_to_cart_button {
  background: linear-gradient(90deg, #EF8022, #FFA41B) !important;
  color: #000 !important;
  border: 0 !important;
  min-height: 52px;
  box-shadow: 0 10px 30px rgba(239,128,34,.30) !important;
}
.woocommerce .checkout-button:hover,
.woocommerce #place_order:hover,
.woocommerce button[name="apply_coupon"]:hover,
.woocommerce .button.alt:hover,
.woocommerce .single_add_to_cart_button:hover {
  background: #FFC313 !important;
  color: #000 !important;
  transform: translateY(-2px);
}
/* secondary actions (update cart etc.) */
.woocommerce button[name="update_cart"] {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,.2) !important;
}
.woocommerce button[name="update_cart"]:not(:disabled):hover { border-color: #EF8022 !important; }
.woocommerce button[name="update_cart"]:disabled { opacity: .35; }

/* ---------- form fields ---------- */
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce .select2-container .select2-selection {
  background: #0b0b0b !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 14px !important;
  color: #fff !important;
  min-height: 50px;
  transition: border-color .15s ease;
}
.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus { border-color: #EF8022 !important; outline: none; }
.woocommerce form .form-row label { color: rgba(255,255,255,.7) !important; font-weight: 600; font-size: 13px; }

/* ---------- notices (e.g. "Please note…" box) ---------- */
.woocommerce-info,
.woocommerce-message,
.woocommerce .wd-notice,
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-billing-fields .woocommerce-info {
  background: rgba(239,128,34,.07) !important;
  color: rgba(255,255,255,.85) !important;
  border: 1px solid rgba(239,128,34,.35) !important;
  border-radius: 16px !important;
}

/* ==========================================================
   SHOP / CATEGORY / TAG PAGES – product tiles
   ========================================================== */
.products .product-grid-item .product-wrapper,
.products .wd-product .product-wrapper {
  height: 100%;
  padding: 12px 12px 18px !important;
  background: #0e0e0e;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.products .product-grid-item:hover .product-wrapper,
.products .wd-product:hover .product-wrapper {
  transform: translateY(-4px);
  border-color: rgba(239,128,34,.55);
  box-shadow: 0 18px 40px rgba(0,0,0,.5), 0 0 0 1px rgba(239,128,34,.15);
}

/* every card image the same shape, like a real gift card */
.products .product-element-top {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #161616;
}
.products .product-element-top img,
.products .product-image-link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border: 0 !important;
}

.products .wd-entities-title,
.products .product-title {
  text-align: left !important;
  margin: 14px 4px 6px !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}
.products .wd-entities-title a { color: #fff !important; }
.products .price {
  display: block;
  text-align: left !important;
  margin: 0 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,.75) !important;
}
.products .price .amount { color: inherit !important; }

/* toolbar: breadcrumb / show / sort */
.shop-loop-head,
.wd-shop-tools { margin-bottom: 24px !important; }
.woocommerce-breadcrumb,
.wd-breadcrumbs { color: rgba(255,255,255,.5) !important; font-size: 13px; }
.woocommerce-breadcrumb a,
.wd-breadcrumbs a { color: rgba(255,255,255,.6) !important; }
.woocommerce-ordering select,
.wd-products-per-page a { border-radius: 999px !important; }

/* ==========================================================
   CART
   ========================================================== */

/* steps → modern progress stepper */
.checkout-steps,
.wd-checkout-steps {
  display: flex !important;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.checkout-steps li,
.wd-checkout-steps li { list-style: none; }
.checkout-steps li a,
.checkout-steps li span,
.wd-checkout-steps li a,
.wd-checkout-steps li span {
  display: inline-flex !important;
  align-items: center;
  padding: 10px 18px !important;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.55) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-decoration: none !important;
}
.checkout-steps li.step-active a,
.checkout-steps li.step-active span,
.wd-checkout-steps li.step-active a,
.wd-checkout-steps li.step-active span {
  background: #EF8022;
  border-color: #EF8022;
  color: #000 !important;
}
.checkout-steps li:after,
.wd-checkout-steps li:after { display: none !important; }

/* cart table as a card */
.woocommerce-cart-form {
  background: #0e0e0e;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 22px;
  padding: 10px 24px 24px;
}
.woocommerce-cart-form table.shop_table,
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
  border-color: rgba(255,255,255,.07) !important;
  background: transparent !important;
}
.woocommerce-cart-form table.shop_table th {
  color: rgba(255,255,255,.5) !important;
  font-size: 12px !important;
  letter-spacing: .1em;
}
.woocommerce-cart-form .product-thumbnail img { border-radius: 10px; }
.woocommerce .quantity { border-radius: 999px; overflow: hidden; }
.woocommerce .coupon input.input-text { border-radius: 999px !important; }

/* totals as a floating summary panel */
.cart-collaterals .cart_totals,
.cart_totals {
  background: #0e0e0e !important;
  border: 1px solid rgba(239,128,34,.3) !important;
  border-radius: 22px !important;
  padding: 28px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.cart_totals h2 { text-transform: none !important; font-size: 22px !important; }
.cart_totals table,
.cart_totals th,
.cart_totals td { border-color: rgba(255,255,255,.08) !important; background: transparent !important; }

/* ==========================================================
   CHECKOUT
   ========================================================== */

/* order summary panel – no zigzag receipt edge */
.checkout-order-review,
.woocommerce-checkout-review-order {
  background: #0e0e0e !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.checkout-order-review:before,
.checkout-order-review:after,
.woocommerce-checkout-review-order:before,
.woocommerce-checkout-review-order:after { display: none !important; }

.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  background: transparent !important;
  border-color: rgba(255,255,255,.08) !important;
}

.woocommerce-checkout h3,
#order_review_heading { text-transform: none !important; letter-spacing: -.01em; }

/* payment methods → selectable tiles */
.woocommerce-checkout #payment,
.woocommerce-checkout #payment ul.payment_methods { background: transparent !important; border: 0 !important; }
.woocommerce-checkout #payment ul.payment_methods { padding: 0 !important; }
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  margin: 0 0 10px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: #0a0a0a;
  transition: border-color .15s ease, background .15s ease;
  list-style: none;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:hover { border-color: rgba(239,128,34,.5); }
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(input:checked) {
  border-color: #EF8022;
  background: rgba(239,128,34,.08);
  box-shadow: 0 0 0 1px rgba(239,128,34,.35);
}
.woocommerce-checkout #payment ul.payment_methods li label { color: #fff !important; font-weight: 600; cursor: pointer; }
.woocommerce-checkout #payment input[type="radio"] { accent-color: #EF8022; }
.woocommerce-checkout #payment div.payment_box {
  background: transparent !important;
  color: rgba(255,255,255,.65) !important;
  margin: 10px 0 0 !important;
  padding: 0 0 0 26px !important;
}
.woocommerce-checkout #payment div.payment_box:before { display: none !important; }

.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper { color: rgba(255,255,255,.6); font-size: 13px; }
.woocommerce-checkout input[type="checkbox"] { accent-color: #EF8022; }
.woocommerce #place_order { width: 100%; min-height: 56px; font-size: 16px !important; }


/* ==========================================================
   ROUND 2 FIXES
   ========================================================== */

/* shop: left-align the whole text block under each card */
.products .product-element-bottom,
.products .wd-product .product-element-bottom,
.products .product-grid-item .product-information { text-align: left !important; }
.products .product-element-bottom .price,
.products .product-element-bottom .wd-entities-title { justify-content: flex-start !important; text-align: left !important; }

/* cart stepper: style the step itself, not the nested link/label inside it */
.checkout-steps li a,
.checkout-steps li span,
.wd-checkout-steps li a,
.wd-checkout-steps li span {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
}
.checkout-steps > li,
.wd-checkout-steps > li {
  display: inline-flex !important;
  align-items: center;
  padding: 10px 20px !important;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.55) !important;
  font-size: 14px;
  font-weight: 600;
}
.checkout-steps > li.step-active,
.wd-checkout-steps > li.step-active {
  background: #EF8022;
  border-color: #EF8022;
  color: #000 !important;
}

/* cart totals: remove the theme's inner box */
.cart_totals .cart-totals-inner,
.cart_totals > div,
.cart_totals .shop_table { border: 0 !important; padding: 0 !important; background: transparent !important; box-shadow: none !important; }

/* quantity: one pill, not three circles */
.woocommerce .quantity {
  display: inline-flex !important;
  align-items: center;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 999px !important;
  overflow: hidden;
  background: #0b0b0b;
}
.woocommerce .quantity input,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  min-height: 40px !important;
  height: 40px !important;
  box-shadow: none !important;
}
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover { color: #EF8022 !important; }

/* checkout: the custom "Please note" box (inline-styled) */
.woocommerce-billing-fields [style*="background"],
.woocommerce-billing-fields .woocommerce-info,
.woocommerce-checkout .woocommerce-billing-fields > div:first-of-type:not(.woocommerce-billing-fields__field-wrapper) {
  background: rgba(239,128,34,.07) !important;
  color: rgba(255,255,255,.85) !important;
  border: 1px solid rgba(239,128,34,.35) !important;
  border-radius: 16px !important;
}

/* checkout: coupon line gets room to breathe */
.woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 14px 18px !important;
  margin-bottom: 24px !important;
}

/* checkout: flatten the lighter inner table box */
.checkout-order-review .wd-table-wrapper,
.checkout-order-review .woocommerce-checkout-review-order-table,
.checkout-order-review table { background: transparent !important; box-shadow: none !important; border: 0 !important; }

/* checkout: restore the country dropdown arrow */
.woocommerce .select2-container .select2-selection--single { display: flex; align-items: center; }
.woocommerce .select2-container .select2-selection__arrow { height: 100% !important; top: 0 !important; right: 12px !important; }
.woocommerce .select2-container .select2-selection__arrow b { border-color: rgba(255,255,255,.6) transparent transparent !important; }


/* ==========================================================
   ROUND 3 FIXES
   ========================================================== */

/* "Have a coupon?" = plain line of text, no box */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .wd-notice {
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 24px !important;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before { display: none !important; }
.woocommerce-checkout .woocommerce-form-coupon-toggle a { color: #EF8022 !important; }

/* order panel: payment area, privacy text, terms and button share the table's inset */
.woocommerce-checkout .checkout-order-review #payment,
.woocommerce-checkout .woocommerce-checkout-review-order #payment {
  padding: 8px clamp(20px, 2.5vw, 32px) clamp(20px, 2.5vw, 32px) !important;
  box-sizing: border-box;
}
.woocommerce-checkout #payment .place-order { padding: 0 !important; margin-top: 8px !important; }
.woocommerce-checkout #payment .woocommerce-privacy-policy-text { margin: 20px 0 16px !important; }
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper { margin-bottom: 18px !important; }


/* ==========================================================
   SINGLE PRODUCT PAGE
   ========================================================== */

/* ---- image: big rounded card with brand glow, sticky on desktop ---- */
.single-product .woocommerce-product-gallery,
.single-product .product-images {
  border-radius: 24px;
  overflow: visible;
}
.single-product .woocommerce-product-gallery img,
.single-product .product-images img {
  width: 100% !important;
  height: auto;
  border: 0 !important;
  border-radius: 24px !important;
  box-shadow: 0 30px 80px rgba(239,128,34,.18), 0 20px 50px rgba(0,0,0,.6);
}
@media (min-width: 1025px) {
  .single-product .product-images,
  .single-product .woocommerce-product-gallery {
    position: sticky;
    top: 110px;
    align-self: flex-start;
  }
}

/* ---- details panel ---- */
.single-product .summary.entry-summary:has(.summary-inner) {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.single-product .summary.entry-summary:not(:has(.summary-inner)),
.single-product .summary-inner {
  background: #0e0e0e !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 24px !important;
  padding: clamp(24px, 3vw, 40px) !important;
  box-sizing: border-box;
}
.single-product .summary .woocommerce-breadcrumb,
.single-product .summary .wd-breadcrumbs { font-size: 12.5px !important; margin-bottom: 14px !important; }

.single-product .product_title,
.single-product .wd-entities-title.product_title {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.02em !important;
  text-wrap: balance;
  margin-bottom: 18px !important;
}

/* stray brand-logo slot (shows text when no logo image); the Brand line already says it */
.single-product .summary .wd-product-brands,
.single-product .summary .product-brands { display: none !important; }

/* brand / website lines and short description */
.single-product .summary .woocommerce-product-details__short-description,
.single-product .summary .woocommerce-product-details__short-description p {
  color: rgba(255,255,255,.75) !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
}
.single-product .summary .woocommerce-product-details__short-description strong,
.single-product .summary .woocommerce-product-details__short-description b { color: #fff; }

/* ---- the amount field: make it the obvious next step ---- */
.single-product .gcv_label label,
.single-product .nyp_table label,
.single-product .summary form.cart label {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}
.single-product .nyp_table,
.single-product .nyp_table td { background: transparent !important; border: 0 !important; }
.single-product .nyp_table input,
.single-product .summary form.cart input[type="text"],
.single-product .summary form.cart input[type="number"]:not(.qty),
.single-product .summary form.cart select {
  width: 100%;
  min-height: 54px;
  padding: 0 18px !important;
  background: #000 !important;
  border: 1.5px solid rgba(239,128,34,.45) !important;
  border-radius: 14px !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600;
}
.single-product .nyp_table input:focus,
.single-product .summary form.cart input:focus,
.single-product .summary form.cart select:focus {
  border-color: #EF8022 !important;
  box-shadow: 0 0 0 4px rgba(239,128,34,.15) !important;
  outline: none;
}
.single-product .summary form.cart ::placeholder { color: rgba(255,255,255,.35) !important; }

/* quantity + add to cart on one row, button fills the space */
.single-product .summary form.cart:not(.variations_form),
.single-product .summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.single-product .summary .single_add_to_cart_button {
  flex: 1 1 220px;
  min-height: 54px !important;
  font-size: 16px !important;
}

/* trust strip under the button */
.single-product .summary form.cart::after {
  content: "⚡ Instant with Lightning   ·   No hidden fees   ·   Real human support";
  flex-basis: 100%;
  display: block;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(239,128,34,.07);
  border: 1px solid rgba(239,128,34,.25);
  color: rgba(255,255,255,.8);
  font-size: 13.5px;
  font-weight: 600;
  white-space: pre-wrap;
  text-align: center;
}

/* wishlist + share: quiet */
.single-product .summary .wd-wishlist-btn a,
.single-product .summary .wd-compare-btn a,
.single-product .summary .product-share,
.single-product .summary .wd-social-icons { color: rgba(255,255,255,.55) !important; font-size: 13px !important; }
.single-product .summary .wd-social-icons a { color: rgba(255,255,255,.55) !important; }
.single-product .summary .wd-social-icons a:hover,
.single-product .summary .wd-wishlist-btn a:hover { color: #EF8022 !important; }
.single-product .summary .product_meta { border-top: 1px solid rgba(255,255,255,.08); padding-top: 16px; color: rgba(255,255,255,.55); }

/* ---- below the fold: details as full-width rows (heading left, text right) ---- */
.single-product .woocommerce-tabs,
.single-product .product-tabs-wrapper { margin-top: 56px !important; }

.single-product .woocommerce-Tabs-panel--description,
.single-product #tab-description,
.single-product .product-tabs-wrapper .wd-single-content,
.single-product .product-tabs-wrapper .tab-content {
  display: grid !important;
  grid-template-columns: minmax(180px, 260px) 1fr;
  column-gap: clamp(24px, 4vw, 64px);
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.single-product #tab-description > h2,
.single-product #tab-description > h3,
.single-product #tab-description > h4,
.single-product .woocommerce-Tabs-panel--description > h2,
.single-product .woocommerce-Tabs-panel--description > h3,
.single-product .woocommerce-Tabs-panel--description > h4 {
  grid-column: 1;
  margin: 0 !important;
  padding: 28px 0 !important;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 17px !important;
  line-height: 1.35 !important;
  color: #fff !important;
}
.single-product #tab-description > p,
.single-product #tab-description > ul,
.single-product #tab-description > ol,
.single-product .woocommerce-Tabs-panel--description > p,
.single-product .woocommerce-Tabs-panel--description > ul,
.single-product .woocommerce-Tabs-panel--description > ol {
  grid-column: 2;
  margin: 0 !important;
  padding: 0 0 14px !important;
  max-width: 78ch;
  color: rgba(255,255,255,.72) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}
/* the first paragraph after each heading sits level with it and carries the divider */
.single-product #tab-description > h2 + p,
.single-product #tab-description > h3 + p,
.single-product #tab-description > h4 + p,
.single-product .woocommerce-Tabs-panel--description > h2 + p,
.single-product .woocommerce-Tabs-panel--description > h3 + p,
.single-product .woocommerce-Tabs-panel--description > h4 + p {
  padding-top: 28px !important;
  border-top: 1px solid rgba(255,255,255,.08);
}
.single-product #tab-description > hr,
.single-product .woocommerce-Tabs-panel--description > hr { display: none !important; }
.single-product #tab-description a,
.single-product .woocommerce-Tabs-panel--description a { color: #EF8022 !important; }

@media (max-width: 767px) {
  .single-product #tab-description,
  .single-product .woocommerce-Tabs-panel--description { grid-template-columns: 1fr; }
  .single-product #tab-description > *,
  .single-product .woocommerce-Tabs-panel--description > * { grid-column: 1 !important; }
  .single-product #tab-description > h2 + p,
  .single-product #tab-description > h3 + p,
  .single-product .woocommerce-Tabs-panel--description > h2 + p,
  .single-product .woocommerce-Tabs-panel--description > h3 + p { border-top: 0; padding-top: 0 !important; }
  .single-product #tab-description > h2,
  .single-product #tab-description > h3,
  .single-product .woocommerce-Tabs-panel--description > h2,
  .single-product .woocommerce-Tabs-panel--description > h3 { padding: 24px 0 10px !important; }
}

/* "About brand" – removed */
.single-product .wd-accordion-item:has([id*="brand"]),
.single-product .woocommerce-tabs li[class*="brand"],
.single-product .woocommerce-Tabs-panel[id*="brand"],
.single-product .wd-single-brand-info { display: none !important; }

/* short description → lead line directly under the title */
.single-product .summary-inner,
.single-product .summary.entry-summary:not(:has(.summary-inner)) {
  display: flex !important;
  flex-direction: column;
}
.single-product .summary-inner > *,
.single-product .summary.entry-summary:not(:has(.summary-inner)) > * { order: 10; }
.single-product .summary .woocommerce-breadcrumb,
.single-product .summary .wd-breadcrumbs { order: 1 !important; }
.single-product .summary .product_title { order: 2 !important; }
.single-product .summary .woocommerce-product-details__short-description {
  order: 3 !important;
  display: block !important;
  margin: -4px 0 26px !important;
  padding: 2px 0 2px 16px !important;
  border-left: 2px solid #EF8022;
  max-width: 54ch;
}
.single-product .summary .woocommerce-product-details__short-description p {
  margin: 0 0 8px !important;
  color: rgba(255,255,255,.8) !important;
  font-size: clamp(16px, 1.3vw, 18px) !important;
  line-height: 1.6 !important;
}
.single-product .summary .woocommerce-product-details__short-description p:last-child { margin-bottom: 0 !important; }
.single-product .summary .woocommerce-product-details__short-description strong,
.single-product .summary .woocommerce-product-details__short-description b {
  color: rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 600;
}

/* ---- related products heading ---- */
.single-product .related-products .title,
.single-product .related-and-upsells .title,
.single-product .related h2 {
  font-size: clamp(24px, 2.6vw, 34px) !important;
  text-transform: none !important;
  letter-spacing: -.02em !important;
  margin: 56px 0 24px !important;
}


/* ---- single product: cleanup ---- */

/* ==========================================================
   GIFT CARD VALUE – one uniform row for both product types
   fixed amounts (dropdown)  and  Name Your Price (typed amount)
   ========================================================== */

/* hide ONLY Name Your Price's own floating label (inside the field cell), keep our "Gift Card Value" label */
.single-product .nyp_table td:first-child label,
.single-product .gcv_label,
.single-product .gcv_label label { display: block !important; }
.single-product .nyp_table td:not(:first-child) label,
.single-product .nyp_table .nyp > label,
.single-product .nyp_table .nyp .nyp-label { display: none !important; }
.single-product .nyp_table td:first-child label {
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

/* same two-column row: label left, field right */
.single-product .nyp_table,
.single-product table.variations { width: 100%; margin: 6px 0 18px !important; border: 0 !important; }
.single-product .nyp_table tr,
.single-product table.variations tr {
  display: grid !important;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 16px;
}
.single-product .nyp_table td,
.single-product table.variations td,
.single-product table.variations th {
  display: block;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.single-product .gcv_label label,
.single-product table.variations .label label,
.single-product table.variations th label {
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

/* same field style for dropdown and typed amount */
.single-product table.variations select,
.single-product .nyp_table input {
  width: 100% !important;
  min-height: 54px;
  padding: 0 18px !important;
  background-color: #000 !important;
  border: 1.5px solid rgba(239,128,34,.45) !important;
  border-radius: 14px !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600;
}
.single-product table.variations select:focus,
.single-product .nyp_table input:focus {
  border-color: #EF8022 !important;
  box-shadow: 0 0 0 4px rgba(239,128,34,.15) !important;
  outline: none;
}

/* fixed-amount cards: the value is already in the dropdown, so drop the repeat line below it */
.single-product .single_variation .woocommerce-variation-price { display: none !important; }
.single-product .reset_variations { font-size: 12.5px; color: rgba(255,255,255,.5) !important; }

@media (max-width: 480px) {
  .single-product .nyp_table tr,
  .single-product table.variations tr { grid-template-columns: 1fr; gap: 8px; }
}

/* second wishlist button from a separate wishlist plugin (header uses Woodmart's own) */
.single-product .yith-wcwl-add-to-wishlist,
.single-product .yith-add-to-wishlist-button-block,
.single-product .tinv-wraper,
.single-product .tinvwl_add_to_wishlist_button { display: none !important; }

/* share buttons */
.single-product .summary .product-share,
.single-product .summary .wd-social-icons,
.single-product .summary .wd-product-share { display: none !important; }


/* uniform: no price range above the description (NYP cards never show one; the value row shows the amount) */
.single-product .summary > .price,
.single-product .summary-inner > .price,
.single-product .summary .wd-single-price,
.single-product .summary p.price { display: none !important; }
.single-product .summary .single_variation .price { display: none !important; }


/* variation dropdown: beat the old ID rule so it matches the Name Your Price box */
.single-product #pa_gift-card-value,
.single-product #pa_gift-card-value:hover {
  border-color: rgba(239,128,34,.45) !important;
}
.single-product #pa_gift-card-value:focus {
  border-color: #EF8022 !important;
  box-shadow: 0 0 0 4px rgba(239,128,34,.15) !important;
}

/* shop toolbar: align "Show" + sorting on one clean row */
.shop-loop-head,
.wd-shop-tools {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  flex-wrap: wrap;
}

.wd-products-per-page {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: rgba(255,255,255,.5) !important;
  font-size: 13px !important;
}
.wd-products-per-page a {
  color: rgba(255,255,255,.5) !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
}
.wd-products-per-page a.active,
.wd-products-per-page a:hover {
  color: #fff !important;
  background: rgba(255,255,255,.08) !important;
}

.woocommerce-ordering select {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 36px 0 16px !important;
  background: #0b0b0b !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-size: 13px !important;
  box-shadow: none !important;
}
.woocommerce-ordering select:focus {
  border-color: #EF8022 !important;
  outline: none !important;
}

@media (hover: none) and (pointer: coarse) {
  /* Woodmart's "Fade" hover overlay: never let it render or intercept taps on touch devices */
  .wd-product-card-hover.fade-in-block {
    display: none !important;
    pointer-events: none !important;
  }

  /* the wishlist / add-to-cart / quickview row lives inside that overlay —
     belt-and-braces, make sure it can't eat a tap even if something re-shows it */
  .wd-bottom-actions.wd-add-small-btn {
    pointer-events: none !important;
  }

  /* keep the real links on top and fully tappable in one go */
  .product-image-link,
  .wd-entities-title > a {
    position: relative;
    z-index: 3;
    pointer-events: auto !important;
  }
}

/* sorting dropdown: don't clip longer sort labels */
.woocommerce-ordering select {
  width: auto !important;
  max-width: none !important;
  min-width: 180px !important;
  white-space: nowrap;
  text-overflow: clip !important;
}

.woocommerce-ordering {
  flex: 0 0 auto !important;
}

/* brand archive: turn the raw website URL into a clean "Visit website" pill */
.term-description {
  margin: 0 0 28px !important;
  padding-bottom: 0;
  border-bottom: 0;
}

.term-description p { margin: 0 !important; }

.term-description a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-size: 0 !important;           /* hides the raw URL text visually */
  padding: 10px 18px !important;
  border-radius: 999px !important;
  border: 1.5px solid rgba(239,128,34,.5) !important;
  background: rgba(239,128,34,.06) !important;
  color: #EF8022 !important;
  text-decoration: none !important;
  transition: all .15s ease;
}

.term-description a::before {
  content: "Visit official website";
  font-size: 13.5px;
  font-weight: 600;
}

.term-description a::after {
  content: "↗";
  font-size: 14px;
}

.term-description a:hover {
  background: #EF8022 !important;
  color: #000 !important;
  transform: translateY(-2px);
}

/* mobile drawer: search wrapper gets the same 20px side spacing as the menu below it */
.mobile-nav > .wd-search-form {
  padding: 16px 20px !important;
  box-sizing: border-box;
}

/* menu-label icons (fa-bars etc.) push their text right via their own inline margin; remove both */
.mobile-nav .wd-nav-mobile a i.fa,
.mobile-nav .wd-nav-mobile a i[class*="fa-"] {
  display: none !important;
  margin: 0 !important;
}

/* mobile drawer: account section (My Account / Wishlist / Orders aren't reachable
   anywhere else on mobile — the closed header only has Menu + Cart) */
.mobile-nav .cc-mobile-account {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  margin-top: 8px;
  padding-top: 4px;
}

.mobile-nav .cc-mobile-account > li {
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.mobile-nav .cc-mobile-account > li > a {
  padding: 16px 4px !important;
  color: rgba(255,255,255,.85) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.mobile-nav .cc-mobile-account > li > a:hover {
  color: #EF8022 !important;
}

.mobile-nav .cc-mobile-account .wd-wishlist-count,
.mobile-nav .cc-mobile-account .wd-cart-number {
  background: #EF8022 !important;
  color: #000 !important;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 7px;
  margin-left: auto;
}

/* Account details / Orders / Wishlist / Logout:
   only in the mobile drawer, hidden from the desktop menu bar */

/* hide from desktop entirely */
.wd-nav-main > li.cc-mobile-account-item {
  display: none !important;
}

/* mobile drawer: style as their own group below Help, separated by a divider */
.mobile-nav .wd-nav-mobile > li.cc-mobile-account-item {
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.mobile-nav .wd-nav-mobile > li.cc-mobile-account-item:first-of-type {
  margin-top: 8px;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

.mobile-nav .wd-nav-mobile > li.cc-mobile-account-item > a {
  padding: 16px 4px !important;
  color: rgba(255,255,255,.75) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.mobile-nav .wd-nav-mobile > li.cc-mobile-account-item > a:hover {
  color: #EF8022 !important;
}

@media (max-width: 1024px) {
  .mobile-nav {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  .mobile-nav .wd-heading,
  .mobile-nav .wd-search-form {
    flex: 0 0 auto;
  }
  .mobile-nav .wd-nav-mobile {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* account links, pulled out of the scrolling menu into their own pinned footer */
  .mobile-nav .cc-account-footer {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255,255,255,.08);
    background: #070707;
  }
  .mobile-nav .cc-account-footer li {
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }
  .mobile-nav .cc-account-footer li:last-child { border-bottom: 0 !important; }
  .mobile-nav .cc-account-footer li > a {
    display: block;
    padding: 14px 20px !important;
    color: rgba(255,255,255,.7) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }
  .mobile-nav .cc-account-footer li > a:hover { color: #EF8022 !important; }
}

/* fix: remove doubled border where main nav meets the account footer */
.mobile-nav .wd-nav-mobile > li:last-child {
  border-bottom: 0 !important;
}

/* slightly closer in weight to the main nav, still visually secondary */
.mobile-nav .cc-account-footer li > a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,.8) !important;
}

/* ==========================================================
   WooCommerce notices (errors, success, info) — sitewide
   Modern dark cards with icons, replacing the default yellow/green bars.
   Applies everywhere: product pages, cart, checkout, my account, etc.
   Paste this block into Custom CSS on each site (anywhere in the file).
   ========================================================== */
.woocommerce-notices-wrapper{margin:0 0 24px !important;}
.woocommerce-message,.woocommerce-error,.woocommerce-info,
.woocommerce .wd-notice,.woocommerce-checkout .woocommerce-NoticeGroup{
  list-style:none !important;margin:0 0 12px !important;padding:16px 20px !important;
  border-radius:14px !important;font-size:14.5px !important;line-height:1.5 !important;
  display:flex !important;align-items:flex-start !important;gap:12px !important;
}
.woocommerce-message li,.woocommerce-error li,.woocommerce-info li{list-style:none !important;margin:0 !important;}
.woocommerce-message::before,.woocommerce-error::before,.woocommerce-info::before{
  content:"";flex:none;width:20px;height:20px;margin-top:1px;
  background-repeat:no-repeat;background-position:center;background-size:contain;
}
.woocommerce-message,
.woocommerce .wd-notice,.woocommerce-checkout .woocommerce-NoticeGroup{
  background: rgba(94,224,122,.08) !important;
  border: 1px solid rgba(94,224,122,.35) !important;
  color: #eafff0 !important;
}
.woocommerce-message::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%235ee07a" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M8 12l3 3 5-6"/></svg>');}
.woocommerce-error{background:rgba(239,68,68,.08) !important;border:1px solid rgba(239,68,68,.4) !important;color:#ffe9e9 !important;}
.woocommerce-error::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ff6b6b" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 8v5"/><path d="M12 16h.01"/></svg>');}
.woocommerce-info,
.woocommerce-billing-fields .woocommerce-info{
  background: rgba(239,128,34,.08) !important;
  border: 1px solid rgba(239,128,34,.4) !important;
  color: #fff !important;
}
.woocommerce-info::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23EF8022" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 16v-5"/><path d="M12 8h.01"/></svg>');}
.woocommerce-message a,.woocommerce-error a,.woocommerce-info a{color:inherit !important;text-decoration:underline !important;}