/* =========================================================
   VANLIFE STORE – MASTER CUSTOM CSS
   Clean structure / 2026
   ========================================================= */


/* =========================================================
   00. VARIABLES
   ========================================================= */

:root {
  --vls-orange: #E58E1A;
  --vls-orange-dark: #C87412;
  --vls-orange-soft: #fff4e5;
  --vls-red: #d60000;

  --vls-text: #222222;
  --vls-muted: #777777;
  --vls-border: #e7e1d7;
  --vls-bg-soft: #f7f7f5;

  --vls-radius: 8px;
  --vls-radius-card: 14px;

  --vls-card-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
  --vls-card-shadow-hover: 0 14px 34px rgba(0, 0, 0, 0.075);
}


/* =========================================================
   01. PAGE TITLES
   ========================================================= */

h1.entry-title,
h1.page-title,
.woocommerce-products-header__title.page-title {
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--vls-text);
}

body.page h1.entry-title,
body.page h1.page-title,
body.archive.woocommerce .page-title {
  display: none !important;
}


/* =========================================================
   02. HEADER / MEGAMENU / SEARCH
   ========================================================= */

.mega-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
}

.mega-menu .mega-sub-menu {
  background-color: #f5f5f5 !important;
  border: none !important;
}

.mega-menu .mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px !important;
  color: #af6c02 !important;
}

.mega-menu .mega-sub-menu > li.mega-menu-item-has-children > .mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.mega-menu .mega-sub-menu .mega-menu-link {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333333 !important;
}

.mega-menu .mega-sub-menu .mega-menu-link:hover {
  color: #ff9900 !important;
}


/* FiboSearch */

.dgwt-wcas-search-wrapp,
.dgwt-wcas-search-form {
  position: relative;
}

.dgwt-wcas-search-input {
  border-radius: var(--vls-radius) !important;
  padding-right: 52px !important;
}

.dgwt-wcas-search-submit {
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 5 !important;

  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier path,
.dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier circle,
.dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier line {
  stroke: #8a8a8a !important;
  fill: none !important;
}

.dgwt-wcas-search-submit:hover .dgwt-wcas-ico-magnifier path,
.dgwt-wcas-search-submit:hover .dgwt-wcas-ico-magnifier circle,
.dgwt-wcas-search-submit:hover .dgwt-wcas-ico-magnifier line {
  stroke: var(--vls-orange) !important;
}

.dgwt-wcas-search-submit::before,
.dgwt-wcas-search-submit::after {
  display: none !important;
}


/* =========================================================
   03. GLOBAL BUTTONS
   ========================================================= */

button:not(.dgwt-wcas-search-submit),
input[type="button"],
input[type="submit"],
input[type="reset"],
a.button,
a.wp-element-button,
.wp-block-button__link,
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.add_to_cart_button,
.single_add_to_cart_button,
.checkout-button,
.wc-forward,
button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--vls-orange) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: var(--vls-radius) !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 20px rgba(229, 142, 26, 0.22);
  transition:
    background 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

button:not(.dgwt-wcas-search-submit):hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
a.button:hover,
a.wp-element-button:hover,
.wp-block-button__link:hover,
.elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.wc-forward:hover,
button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--vls-orange-dark) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(229, 142, 26, 0.32);
}

a.button,
a.wp-element-button,
.wp-block-button__link,
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.add_to_cart_button,
.single_add_to_cart_button,
.checkout-button,
.wc-forward {
  padding: 12px 18px !important;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single_add_to_cart_button,
.checkout-button,
body.woocommerce-checkout #place_order {
  min-height: 50px;
  font-size: 16px !important;
}

button:disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  background: #d9d4ca !important;
  color: #7a766e !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed;
}

a.added_to_cart,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  box-shadow: none !important;
}

/* =========================================================
   04. WOO ARCHIVE / PRODUCT GRID / CATEGORY PAGES
   ========================================================= */

/* Product grid wrapper */
body.archive.woocommerce ul.products,
body.tax-product_cat.woocommerce ul.products,
body.post-type-archive-product.woocommerce ul.products,
body.page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  column-gap: 36px !important;
  row-gap: 52px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Product card */
body.archive.woocommerce ul.products li.product,
body.tax-product_cat.woocommerce ul.products li.product,
body.post-type-archive-product.woocommerce ul.products li.product,
body.page ul.products li.product {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 18px 16px 20px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  background: #ffffff !important;
  border: 1px solid #eeeeee !important;
  border-radius: var(--vls-radius-card) !important;
  box-shadow: var(--vls-card-shadow) !important;
  position: relative !important;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease !important;
}

body.archive.woocommerce ul.products li.product:hover,
body.tax-product_cat.woocommerce ul.products li.product:hover,
body.post-type-archive-product.woocommerce ul.products li.product:hover,
body.page ul.products li.product:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--vls-card-shadow-hover) !important;
  border-color: rgba(239, 139, 0, 0.35) !important;
}

/* Product image */
body.archive.woocommerce ul.products li.product a img,
body.tax-product_cat.woocommerce ul.products li.product a img,
body.post-type-archive-product.woocommerce ul.products li.product a img,
body.page ul.products li.product a img {
  width: 100% !important;
  height: 180px !important;
  max-height: 180px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 0 18px 0 !important;
  border-radius: 10px !important;
}

/* Product title */
body.archive.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.page ul.products li.product .woocommerce-loop-product__title {
  min-height: 58px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: var(--vls-text) !important;
  text-align: center !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
}

/* Price wrapper */
body.archive.woocommerce ul.products li.product .price,
body.tax-product_cat.woocommerce ul.products li.product .price,
body.post-type-archive-product.woocommerce ul.products li.product .price,
body.page ul.products li.product .price {
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;

  min-height: 28px !important;
  margin: auto 0 10px 0 !important;

  color: #9a7a00 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  text-align: center !important;
}

/* All price amounts */
body.archive.woocommerce ul.products li.product .price .woocommerce-Price-amount,
body.tax-product_cat.woocommerce ul.products li.product .price .woocommerce-Price-amount,
body.post-type-archive-product.woocommerce ul.products li.product .price .woocommerce-Price-amount,
body.page ul.products li.product .price .woocommerce-Price-amount {
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

/* Sale price */
body.archive.woocommerce ul.products li.product .price ins,
body.tax-product_cat.woocommerce ul.products li.product .price ins,
body.post-type-archive-product.woocommerce ul.products li.product .price ins,
body.page ul.products li.product .price ins {
  text-decoration: none !important;
}

body.archive.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
body.tax-product_cat.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
body.post-type-archive-product.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
body.page ul.products li.product .price ins .woocommerce-Price-amount {
  color: var(--vls-red) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

/* Regular crossed price */
body.archive.woocommerce ul.products li.product .price del,
body.tax-product_cat.woocommerce ul.products li.product .price del,
body.post-type-archive-product.woocommerce ul.products li.product .price del,
body.page ul.products li.product .price del {
  color: var(--vls-muted) !important;
  opacity: 0.75 !important;
}

body.archive.woocommerce ul.products li.product .price del .woocommerce-Price-amount,
body.tax-product_cat.woocommerce ul.products li.product .price del .woocommerce-Price-amount,
body.post-type-archive-product.woocommerce ul.products li.product .price del .woocommerce-Price-amount,
body.page ul.products li.product .price del .woocommerce-Price-amount {
  color: var(--vls-muted) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* Buttons inside product cards */
body.archive.woocommerce ul.products li.product .button,
body.tax-product_cat.woocommerce ul.products li.product .button,
body.post-type-archive-product.woocommerce ul.products li.product .button,
body.page ul.products li.product .button {
  background: var(--vls-orange) !important;
  color: #ffffff !important;
  border-radius: var(--vls-radius) !important;
  padding: 9px 14px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  min-height: 38px !important;
  box-shadow: 0 6px 16px rgba(229, 142, 26, 0.22) !important;

  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;

  width: auto !important;
  max-width: 100% !important;
  margin: 8px auto 0 auto !important;
  text-align: center !important;
}

body.archive.woocommerce ul.products li.product .button:hover,
body.tax-product_cat.woocommerce ul.products li.product .button:hover,
body.post-type-archive-product.woocommerce ul.products li.product .button:hover,
body.page ul.products li.product .button:hover {
  background: var(--vls-orange-dark) !important;
  color: #ffffff !important;
}

/* Added state: keep cart button clean and compact */
body.archive.woocommerce ul.products li.product .add_to_cart_button.added,
body.tax-product_cat.woocommerce ul.products li.product .add_to_cart_button.added,
body.post-type-archive-product.woocommerce ul.products li.product .add_to_cart_button.added,
body.page ul.products li.product .add_to_cart_button.added {
  margin-bottom: 0 !important;
}

body.archive.woocommerce ul.products li.product a.added_to_cart,
body.tax-product_cat.woocommerce ul.products li.product a.added_to_cart,
body.post-type-archive-product.woocommerce ul.products li.product a.added_to_cart,
body.page ul.products li.product a.added_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  max-width: 100% !important;
  min-height: 32px !important;

  margin: 6px auto 0 auto !important;
  padding: 6px 12px !important;

  background: #ffffff !important;
  color: var(--vls-orange-dark) !important;
  border: 1px solid var(--vls-orange) !important;
  border-radius: var(--vls-radius) !important;
  box-shadow: none !important;

  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
}

body.archive.woocommerce ul.products li.product a.added_to_cart:hover,
body.tax-product_cat.woocommerce ul.products li.product a.added_to_cart:hover,
body.post-type-archive-product.woocommerce ul.products li.product a.added_to_cart:hover,
body.page ul.products li.product a.added_to_cart:hover {
  background: var(--vls-orange-soft) !important;
  color: var(--vls-orange-dark) !important;
  text-decoration: none !important;
}

/* Quick View link */
body.archive.woocommerce ul.products li.product a.br_product_preview_button.button,
body.tax-product_cat.woocommerce ul.products li.product a.br_product_preview_button.button,
body.post-type-archive-product.woocommerce ul.products li.product a.br_product_preview_button.button,
body.page ul.products li.product a.br_product_preview_button.button {
  background: transparent !important;
  color: #666666 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 4px 0 !important;
  margin: 8px auto 0 auto !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  min-height: 0 !important;
  display: block !important;
  text-align: center !important;
}

body.archive.woocommerce ul.products li.product a.br_product_preview_button.button:hover,
body.tax-product_cat.woocommerce ul.products li.product a.br_product_preview_button.button:hover,
body.post-type-archive-product.woocommerce ul.products li.product a.br_product_preview_button.button:hover,
body.page ul.products li.product a.br_product_preview_button.button:hover {
  background: transparent !important;
  color: #000000 !important;
  text-decoration: underline !important;
}

/* Woo pagination */
body.archive.woocommerce nav.woocommerce-pagination,
body.tax-product_cat.woocommerce nav.woocommerce-pagination,
body.post-type-archive-product.woocommerce nav.woocommerce-pagination,
body.page nav.woocommerce-pagination {
  margin: 38px 0 10px 0 !important;
  text-align: center !important;
}

body.archive.woocommerce nav.woocommerce-pagination ul,
body.tax-product_cat.woocommerce nav.woocommerce-pagination ul,
body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul,
body.page nav.woocommerce-pagination ul {
  border: none !important;
  display: inline-flex !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.archive.woocommerce nav.woocommerce-pagination ul li,
body.tax-product_cat.woocommerce nav.woocommerce-pagination ul li,
body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li,
body.page nav.woocommerce-pagination ul li {
  border: none !important;
  margin: 0 !important;
}

body.archive.woocommerce nav.woocommerce-pagination ul li a,
body.archive.woocommerce nav.woocommerce-pagination ul li span,
body.tax-product_cat.woocommerce nav.woocommerce-pagination ul li a,
body.tax-product_cat.woocommerce nav.woocommerce-pagination ul li span,
body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li a,
body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li span,
body.page nav.woocommerce-pagination ul li a,
body.page nav.woocommerce-pagination ul li span {
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 10px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 1px solid var(--vls-border) !important;
  background: #ffffff !important;
  color: var(--vls-text) !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  border-radius: 0 !important;
}

body.archive.woocommerce nav.woocommerce-pagination ul li a:hover,
body.tax-product_cat.woocommerce nav.woocommerce-pagination ul li a:hover,
body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li a:hover,
body.page nav.woocommerce-pagination ul li a:hover,
body.archive.woocommerce nav.woocommerce-pagination ul li span.current,
body.tax-product_cat.woocommerce nav.woocommerce-pagination ul li span.current,
body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li span.current,
body.page nav.woocommerce-pagination ul li span.current {
  background: var(--vls-orange) !important;
  border-color: var(--vls-orange) !important;
  color: #ffffff !important;
}

/* Temporary fix: hide product list items that escape outside Woo product grid */
body.tax-product_cat.woocommerce li.product:not(ul.products li.product),
body.post-type-archive-product.woocommerce li.product:not(ul.products li.product),
body.archive.woocommerce li.product:not(ul.products li.product),
body.page li.product:not(ul.products li.product) {
  display: none !important;
}

/* Hide misplaced BeRocket preview blocks inside archive product grids */
body.archive.woocommerce .br_product_preview_block,
body.tax-product_cat.woocommerce .br_product_preview_block,
body.post-type-archive-product.woocommerce .br_product_preview_block,
body.page .br_product_preview_block {
  position: absolute !important;
  left: -99999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Responsive archive grid */
@media (max-width: 1024px) {
  body.archive.woocommerce ul.products,
  body.tax-product_cat.woocommerce ul.products,
  body.post-type-archive-product.woocommerce ul.products,
  body.page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 24px !important;
    row-gap: 42px !important;
  }
}

@media (max-width: 767px) {
  body.archive.woocommerce ul.products,
  body.tax-product_cat.woocommerce ul.products,
  body.post-type-archive-product.woocommerce ul.products,
  body.page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 14px !important;
    row-gap: 28px !important;
  }

  body.archive.woocommerce ul.products li.product,
  body.tax-product_cat.woocommerce ul.products li.product,
  body.post-type-archive-product.woocommerce ul.products li.product,
  body.page ul.products li.product {
    padding: 14px 12px 16px !important;
  }

  body.archive.woocommerce ul.products li.product a img,
  body.tax-product_cat.woocommerce ul.products li.product a img,
  body.post-type-archive-product.woocommerce ul.products li.product a img,
  body.page ul.products li.product a img {
    height: 145px !important;
    max-height: 145px !important;
  }
}


/* =========================================================
   05. PRODUCT CAROUSEL
   ========================================================= */

.elementor-widget-loop-carousel .e-loop-item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.elementor-widget-loop-carousel h3.product_title.entry-title.elementor-heading-title,
.elementor-widget-loop-carousel h3.product_title.entry-title.elementor-heading-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px !important;
  line-height: 1.3em !important;
  font-weight: 700 !important;
  margin-bottom: 0;
}

.elementor-widget-loop-carousel h3.product_title.entry-title.elementor-heading-title {
  min-height: 48px !important;
}

.elementor-widget-loop-carousel .elementor-widget-image,
.elementor-widget-loop-carousel .elementor-widget-image img,
.elementor-widget-loop-carousel img.wp-post-image,
.elementor-widget-loop-carousel img.attachment-large,
.elementor-widget-loop-carousel img.size-full {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.elementor-widget-loop-carousel .elementor-widget-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-widget-loop-carousel .price {
  font-size: 18px !important;
  font-weight: 600 !important;
  min-height: 28px !important;
  display: flex;
  align-items: center;
}

.elementor-widget-loop-carousel .price ins {
  color: var(--vls-red) !important;
  font-weight: 700 !important;
}

.elementor-widget-loop-carousel .price del {
  color: #888888 !important;
  opacity: 0.9;
}

.elementor-widget-loop-carousel .button,
.elementor-widget-loop-carousel .add_to_cart_button {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 10px 16px !important;
  min-height: 40px;
  line-height: 1.2em;
  text-transform: uppercase;
  border-radius: var(--vls-radius) !important;
}

.elementor-widget-loop-carousel .add_to_cart_button {
  display: flex !important;
  margin: 10px auto 0 auto !important;
  text-align: center !important;
  font-weight: 400 !important;
  min-width: 140px;
}


/* =========================================================
   06. SINGLE PRODUCT PAGE
   ========================================================= */

body.single-product p,
body.single-product li {
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #333333;
}

body.single-product .entry-content,
body.single-product .site-main,
body.single-product .woocommerce-product-details__short-description {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto;
}

body.single-product h1.entry-title,
.single-product .product_title {
  font-size: 22px !important;
  line-height: 1.25;
  margin-bottom: 15px !important;
  color: var(--vls-text);
}

body.single-product h2 {
  font-size: 1.4rem !important;
  margin-top: 2.4rem !important;
  padding-bottom: 0.4rem !important;
  margin-bottom: 1rem !important;
  border-bottom: 1px solid #f0f0f0 !important;
  font-weight: 700;
  color: #333333;
}

body.single-product h3 {
  font-size: 1.15rem !important;
  margin-top: 1.6rem !important;
  margin-bottom: 0.6rem !important;
  font-weight: 600;
  color: #333333;
}

body.single-product ul {
  padding-left: 1.45rem !important;
  margin-bottom: 1rem !important;
}

body.single-product li {
  margin-bottom: 0.35rem !important;
}

.single-product .woocommerce-product-details__short-description,
.single-product .product_meta {
  font-size: 13px !important;
  line-height: 1.5;
}

.single-product .elementor-widget-woocommerce-product-price .price {
  display: inline-flex !important;
  align-items: baseline;
  white-space: nowrap;
  gap: 8px;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  margin-top: 10px;
}

.single-product .elementor-widget-woocommerce-product-price .price ins .woocommerce-Price-amount {
  color: var(--vls-red) !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}

.single-product .elementor-widget-woocommerce-product-price .price del {
  color: var(--vls-muted) !important;
  font-size: 32px !important;
  opacity: 0.8;
}


/* =========================================================
   07. SALE BADGES – compact discount badge
   ========================================================= */

/* Piilotetaan WooCommercen oletusbadge */
.woocommerce span.onsale {
  display: none !important;
}

/* Tuotekortti position referenssiksi */
ul.products li.product,
.e-loop-item.product,
.elementor-widget-wc-products-carousel .swiper-slide,
body.single-product .woocommerce-product-gallery__image {
  position: relative !important;
}

/* Poistetaan vanha iso ALE!-badge */
.e-loop-item.product.sale .elementor-widget-container > a:first-child::before,
ul.products li.product.sale > a:first-child::before,
.elementor-widget-wc-products-carousel .swiper-slide .elementor-widget-container > a:first-child::before,
body.single-product .product.sale .woocommerce-product-gallery__image a::before {
  content: none !important;
  display: none !important;
  animation: none !important;
}

/* Uusi hillitty badge */
ul.products li.product.sale > a:first-child::after {
  content: "TARJOUS";
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 30;

  display: inline-flex;
  align-items: center;
  justify-content: center;

	width: 55px;
	height: 55px;
	padding: 0;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;

  background: var(--vls-orange);
  color: #ffffff;

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2px;
	
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	transform: rotate(-12deg);
 
	box-shadow: 
  0 6px 14px rgba(229, 142, 26, 0.35),
  0 0 0 4px rgba(229, 142, 26, 0.12);
}

/* Carousel-tuotteille sama badge */
.e-loop-item.product.sale .elementor-widget-container > a:first-child::after,
.elementor-widget-wc-products-carousel .swiper-slide .elementor-widget-container > a:first-child::after {
  content: "Tarjous";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 30;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 24px;
  padding: 4px 9px;

  background: #d71920;
  color: #ffffff;

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2px;

  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(215, 25, 32, 0.22);
}

/* Single product page */
body.single-product .product.sale .woocommerce-product-gallery__image a::after {
  content: "Tarjous";
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 30;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 28px;
  padding: 5px 11px;

  background: #d71920;
  color: #ffffff;

  font-size: 13px;
  font-weight: 800;
  line-height: 1;

  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(215, 25, 32, 0.22);
}

/* Varmistetaan ettei badge tule menuun/headeriin/footeriin */
header a::after,
footer a::after,
.menu a::after,
.elementor-nav-menu a::after,
.elementor-widget-social-icons a::after {
  content: none !important;
}


/* =========================================================
   08. BEROCKET FILTERS – clean sidebar style
   ========================================================= */

/* Yksi rauhallinen suodatinalue */
.elementor-element-8c25ce0 {
  position: sticky !important;
  top: 110px;
  align-self: flex-start;
  height: fit-content;
  z-index: 20;

  background: #ffffff;
  border: 1px solid var(--vls-border);
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.045);
}

/* Yksittäiset filterit ilman korttiefektiä */
.berocket_single_filter_widget {
  background: transparent !important;
  padding: 0 0 16px 0 !important;
  margin: 0 0 16px 0 !important;
  border: none !important;
  border-bottom: 1px solid #eee7dd !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.berocket_single_filter_widget:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.berocket_single_filter_widget:hover {
  box-shadow: none !important;
  transform: none !important;
}

/* Otsikot */
.berocket_single_filter_widget .bapf_head h3 {
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--vls-text);
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  opacity: 0.9;
}

/* Poistetaan emoji-ikonit */
.berocket_single_filter_widget .bapf_head h3::before {
  content: none !important;
  display: none !important;
}

/* Listat */
.berocket_single_filter_widget .bapf_body ul {
  max-height: 230px;
  overflow-y: auto;
  padding: 0 6px 0 0 !important;
  margin: 0 !important;
}

.berocket_single_filter_widget .bapf_body li,
.berocket_single_filter_widget .bapf_body label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 5px 0 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  color: #333333;
}

/* Checkboxit */
.berocket_single_filter_widget input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  cursor: pointer;
  accent-color: var(--vls-orange);
}

/* Hintaslideri */
.berocket_single_filter_widget .irs-bar,
.berocket_single_filter_widget .irs-from,
.berocket_single_filter_widget .irs-to,
.berocket_single_filter_widget .irs-single {
  background-color: var(--vls-orange) !important;
  border-color: var(--vls-orange) !important;
}

.berocket_single_filter_widget .irs-handle {
  border-color: var(--vls-orange) !important;
}

/* Scrollbar */
.berocket_single_filter_widget .bapf_body ul::-webkit-scrollbar {
  width: 5px;
}

.berocket_single_filter_widget .bapf_body ul::-webkit-scrollbar-thumb {
  background: #ded6ca;
  border-radius: 999px;
}

.berocket_single_filter_widget .bapf_body ul::-webkit-scrollbar-thumb:hover {
  background: #c9bcae;
}

/* Väritäplät */
.berocket_single_filter_widget .bapf_color {
  width: 18px !important;
  height: 18px !important;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin-right: 8px;
}

/* Tyhjennä-painike */
.bapf_button.bapf_reset,
.bapf_body .bapf_button.bapf_reset {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;

  background: #ffffff !important;
  color: var(--vls-muted) !important;
  border: 1px solid var(--vls-border) !important;
  border-radius: var(--vls-radius) !important;

  box-shadow: none !important;
  padding: 8px 14px !important;
  margin: 4px auto 0 auto !important;

  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

.bapf_button.bapf_reset:hover,
.bapf_body .bapf_button.bapf_reset:hover {
  background: var(--vls-orange-soft) !important;
  color: var(--vls-orange-dark) !important;
  border-color: var(--vls-orange) !important;
  text-decoration: none !important;
}

.vls-filter-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.berocket_single_filter_widget {
  padding-bottom: 18px !important;
  margin-bottom: 18px !important;
}

.berocket_single_filter_widget label:hover {
  color: var(--vls-orange);
  cursor: pointer;
}

.berocket_single_filter_widget input:checked + span {
  font-weight: 600;
  color: var(--vls-orange);
}



/* =========================================================
   09. QUICK VIEW
   ========================================================= */

.woocommerce ul.products li.product a.br_product_preview_button.button {
  background: transparent !important;
  color: #666666 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 4px 0 !important;
  margin-bottom: 8px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  min-height: 0 !important;
  display: block !important;
}

.woocommerce ul.products li.product a.br_product_preview_button.button:hover {
  background: transparent !important;
  color: #000000 !important;
  text-decoration: underline !important;
}

.br_product_preview_preview .berocket_preview_price {
  margin: 14px 0 18px !important;
}

.br_product_preview_preview .berocket_preview_price,
.br_product_preview_preview .berocket_preview_price .price,
.br_product_preview_preview .berocket_preview_price bdi {
  color: #ef8b00 !important;
  -webkit-text-fill-color: #ef8b00 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

.br_product_preview_preview .berocket_preview_price del,
.br_product_preview_preview .berocket_preview_price del bdi {
  color: #999999 !important;
  -webkit-text-fill-color: #999999 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.br_product_preview_preview .berocket_preview_price ins,
.br_product_preview_preview .berocket_preview_price ins bdi {
  color: #e14d2a !important;
  -webkit-text-fill-color: #e14d2a !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}


/* =========================================================
   10. CART
   ========================================================= */

body.woocommerce-cart {
  background: var(--vls-bg-soft);
}

body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error {
  background: #ffffff;
  border: 1px solid var(--vls-border);
  border-top: 3px solid var(--vls-orange);
  border-radius: 10px;
  padding: 16px 18px 16px 46px;
}

body.woocommerce-cart .woocommerce-info {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fffaf3;
  border: 1px solid #f0e1c2;
  border-radius: 999px;
  padding: 8px 14px !important;
  margin-bottom: 16px !important;
  font-size: 13.5px;
  color: #5c4a2b;
  box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-info::before {
  display: none !important;
}

body.woocommerce-cart .woocommerce-info a {
  color: var(--vls-orange);
  font-weight: 600;
  text-decoration: none;
  background: var(--vls-orange-soft);
}

body.woocommerce-cart .woocommerce-info a:hover {
  text-decoration: underline;
}

body.woocommerce-cart table.shop_table {
  background: #ffffff;
  border: 1px solid var(--vls-border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

body.woocommerce-cart table.shop_table th {
  background: #faf8f4;
  font-weight: 700;
  padding: 16px 14px;
}

body.woocommerce-cart table.shop_table td {
  padding: 16px 14px;
  border-top: 1px solid #efebe3;
}

body.woocommerce-cart td.product-name a {
  font-weight: 600;
  color: var(--vls-text);
  text-decoration: none;
}

body.woocommerce-cart td.product-name a:hover {
  color: var(--vls-orange);
}

body.woocommerce-cart td.product-thumbnail img {
  border-radius: var(--vls-radius);
  border: 1px solid #ece7de;
}

body.woocommerce-cart a.remove {
  color: #a0a0a0 !important;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  border-radius: 50%;
}

body.woocommerce-cart a.remove:hover {
  background: #fff3f0 !important;
  color: #d14a2f !important;
}

body.woocommerce-cart .quantity .qty {
  min-height: 40px;
  border-radius: var(--vls-radius);
  border: 1px solid #d9d3c8;
  text-align: center;
  width: 72px;
}

body.woocommerce-cart .coupon {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.woocommerce-cart .coupon input.input-text {
  min-height: 42px;
  border-radius: var(--vls-radius);
  border: 1px solid #d9d3c8;
  padding: 10px 14px;
}

body.woocommerce-cart button[name="update_cart"] {
  background: #ffffff !important;
  color: #6b6357 !important;
  border: 1px solid #d9d3c8 !important;
  box-shadow: none !important;
}

body.woocommerce-cart button[name="update_cart"]:hover {
  background: #f8f5ef !important;
  color: #3d372f !important;
  border-color: #cfc6b7 !important;
}

body.woocommerce-cart .cart_totals {
  background: #ffffff;
  border: 1px solid var(--vls-border);
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

body.woocommerce-cart .cart_totals h2 {
  font-size: 24px !important;
  margin-bottom: 18px;
}

body.woocommerce-cart .order-total {
  font-size: 18px;
  font-weight: 700;
}

body.woocommerce-cart .checkout-button {
  width: 100%;
  min-height: 54px;
  font-size: 18px !important;
}


/* =========================================================
   11. CHECKOUT
   ========================================================= */

body.woocommerce-checkout {
  background: var(--vls-bg-soft);
}

body.woocommerce-checkout .col2-set,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
  background: #ffffff;
  border: 1px solid var(--vls-border);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

body.woocommerce-checkout .col2-set {
  padding: 24px;
  margin-bottom: 24px;
}

body.woocommerce-checkout #order_review_heading {
  padding: 18px 22px;
  margin: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  font-size: 20px;
  line-height: 1.3;
}

body.woocommerce-checkout #order_review {
  padding: 22px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body.woocommerce-checkout h3 {
  font-size: 20px !important;
  margin-bottom: 16px;
  color: #1f1f1f;
}

body.woocommerce-checkout label {
  font-size: 14px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 6px;
  display: inline-block;
}

body.woocommerce-checkout .input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
  border: 1px solid #d7d2c8;
  border-radius: var(--vls-radius);
  padding: 12px 14px;
  background: #ffffff;
  font-size: 15px;
}

body.woocommerce-checkout .input-text:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus {
  border-color: var(--vls-orange);
  box-shadow: 0 0 0 3px rgba(229, 142, 26, 0.12);
  outline: none;
}

body.woocommerce-checkout table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: transparent;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid #ece7de;
  font-size: 14px;
  vertical-align: top;
}

body.woocommerce-checkout #payment {
  background: #ffffff;
  border: 1px solid var(--vls-border);
  border-radius: 12px;
  padding: 16px;
  margin-top: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

body.woocommerce-checkout #payment::before {
  content: "🔒 Turvallinen maksaminen Paytrailin kautta\A✔ Kaikki suomalaiset pankit\A✔ Kortti- ja mobiilimaksut\A✔ Osamaksu ja lasku";
  display: block;
  white-space: pre-line;
  border-left: 3px solid var(--vls-orange);
  padding: 8px 0 8px 12px;
  margin-bottom: 10px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #444444;
  font-weight: 500;
  opacity: 0.85;
}

body.woocommerce-checkout #payment ul.payment_methods {
  border: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
  padding: 14px 16px;
  border: 1px solid #e3ded4;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #ffffff;
}

body.woocommerce-checkout #payment ul.payment_methods li:hover {
  border-color: var(--vls-orange);
  background: #fffaf3;
}

body.woocommerce-checkout #payment ul.payment_methods label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.woocommerce-checkout #payment ul.payment_methods li input:checked + label {
  color: var(--vls-orange);
}

body.woocommerce-checkout #payment div.payment_box {
  background: #fffdf9;
  border: 1px solid #efe3c8;
  border-radius: 10px;
  color: #4a4338;
  margin-top: 12px;
}

body.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .place-order {
  font-size: 13px;
  line-height: 1.6;
  color: #555555;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 14px;
}

body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

body.woocommerce-checkout .woocommerce-form__label-for-checkbox input {
  margin-top: 3px;
}

body.woocommerce-checkout #place_order {
  width: 100%;
  background: linear-gradient(135deg, var(--vls-orange), var(--vls-orange-dark)) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  padding: 18px;
  min-height: 56px;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 25px rgba(229, 142, 26, 0.35);
}

body.woocommerce-checkout #place_order:hover {
  background: var(--vls-orange-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(229, 142, 26, 0.45);
}

body.woocommerce-checkout form.checkout_coupon {
  background: #ffffff;
  border: 1px solid var(--vls-border);
  border-radius: 12px;
  padding: 18px;
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
  border-radius: 12px;
  border-top: none;
  padding: 16px 18px 16px 48px;
  background: #ffffff;
  border: 1px solid #e8e2d8;
}


/* =========================================================
   99. MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .woocommerce ul.products {
    row-gap: 30px !important;
  }

  .elementor-widget-loop-carousel h3.product_title.entry-title.elementor-heading-title,
  .elementor-widget-loop-carousel h3.product_title.entry-title.elementor-heading-title a {
    font-size: 14px !important;
    -webkit-line-clamp: 2;
  }

  .elementor-widget-loop-carousel .price {
    font-size: 13px !important;
  }

  .elementor-widget-loop-carousel .button,
  .elementor-widget-loop-carousel .add_to_cart_button {
    font-size: 13px !important;
    min-height: 36px;
    padding: 8px 14px !important;
    min-width: 120px;
  }

  body.woocommerce-cart table.shop_table td,
  body.woocommerce-cart table.shop_table th {
    padding: 12px 10px;
  }

  body.woocommerce-cart .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  body.woocommerce-cart .coupon input.input-text {
    width: 100% !important;
  }

  body.woocommerce-checkout .col2-set,
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout #order_review {
    border-radius: 12px;
  }

  body.woocommerce-checkout .col2-set,
  body.woocommerce-checkout #order_review {
    padding: 16px;
  }

  body.woocommerce-checkout h3 {
    font-size: 18px !important;
  }

  body.woocommerce-checkout #place_order {
    font-size: 17px;
    min-height: 54px;
  }
}

/* =====================================================
   OMA TILI (WooCommerce My Account)
   ===================================================== */

/* Layout */
.woocommerce-account .woocommerce {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
}

/* Vasen navigaatio */
.woocommerce-MyAccount-navigation {
  width: 260px;
  flex-shrink: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #252525;
  border-radius: 16px;
  overflow: hidden;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 15px 18px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: #ef970f;
  color: #fff !important;
}

/* Oikea sisältö */
.woocommerce-MyAccount-content {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  color: #222;
}

/* Poista turha yläväli */
.woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

/* Linkit */
.woocommerce-MyAccount-content a {
  color: #ef970f;
  font-weight: 600;
}

/* Napit */
.woocommerce-account .button,
.woocommerce-account button.button {
  background: #ef970f !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-weight: 700 !important;
  border: none !important;
  transition: all 0.2s ease;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover {
  background: #d88400 !important;
}

/* Lomakkeet */
.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px 12px;
}

/* Responsiivisuus */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    gap: 20px;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    padding: 20px;
  }
}

/* Oma tili: WooCommerce-ilmoitukset */
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
  border-top: 0 !important;
  background: #f7f4ef !important;
  border-radius: 14px;
  padding: 22px 24px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Poistetaan Woo:n oletusikoni/viiva */
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-error::before {
  display: none;
}

/* Ilmoituksen nappi */
.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-message .button {
  background: #ef970f !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 12px 22px !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

/* Mobiilissa ilmoitus allekkain */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-info,
  .woocommerce-account .woocommerce-message,
  .woocommerce-account .woocommerce-error {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* =====================================================
   NAVI – viimeistely
   ===================================================== */

/* Keskitys myös pystysuunnassa */
.woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 16px; /* matalampi kuin ennen */
}

/* Pehmennetään taustaa (ei ihan musta) */
.woocommerce-MyAccount-navigation ul {
  background: linear-gradient(180deg, #2a2a2a 0%, #1f1f1f 100%);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* Erotellaan rivit vähän hienovaraisemmin */
.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Hover ja aktiivinen – pehmeämpi */
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: linear-gradient(90deg, #ef970f 0%, #ffad33 100%);
  color: #fff !important;
}

/* Hallintapaneeli (ylin nappi) vähän erottuvammaksi */
.woocommerce-MyAccount-navigation li:first-child a {
  font-weight: 700;
  letter-spacing: 0.2px;
}


