:root {
  --mw-bg: #0d0f12;
  --mw-bg-soft: #111417;
  --mw-panel: #15191d;
  --mw-panel-2: #191e23;
  --mw-panel-3: #20262d;
  --mw-border: #2a3138;
  --mw-border-strong: #39434d;
  --mw-text: #eef1f4;
  --mw-text-2: #c9d0d8;
  --mw-text-3: #98a2ad;
  --mw-accent: #737d87;
  --mw-accent-2: #909aa5;
  --mw-success: #8fd39a;
  --mw-shadow: 0 12px 28px rgba(0,0,0,.28);
  --mw-radius: 18px;
  --mw-radius-sm: 12px;
}

html, body {
  background: linear-gradient(180deg, #0d0f12 0%, #0a0c0f 100%);
  color: var(--mw-text-2);
}

body,
button,
input,
select,
textarea {
  color: var(--mw-text-2);
}

a {
  color: var(--mw-text);
}

a:hover,
a:focus {
  color: #fff;
}

.site,
.site-content,
.content-area,
.site-main,
.hentry,
.page-template-template-homepage .site-main,
.home .site-main,
.single-product .site-content .col-full,
.woocommerce-page .site-content .col-full {
  background: transparent;
}

/* ===== Header ===== */
.top-bar {
  background: #0f1216 !important;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.top-bar,
.top-bar p,
.top-bar a,
.top-bar select,
.top-bar svg {
  color: var(--mw-text-3) !important;
}

.site-header {
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    #15191d !important;
  border-bottom: 1px solid rgba(255,255,255,.05);
  box-shadow: 0 8px 22px rgba(0,0,0,.20);
}

.site-branding .custom-logo-link img,
.site-branding img.custom-logo {
  filter: drop-shadow(0 0 10px rgba(0,0,0,.18));
}

.site-search input[type="search"],
.site-header .site-search input[type="search"],
input[type="search"] {
  background: #0f1318 !important;
  border: 1px solid var(--mw-border) !important;
  color: var(--mw-text) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 0 0 1px rgba(255,255,255,.01) !important;
}
.site-search input[type="search"]::placeholder,
input[type="search"]::placeholder {
  color: var(--mw-text-3) !important;
}
.widget_search:before,
.woocommerce-product-search:before,
.wp-block-search__inside-wrapper:before,
form.search-form:before {
  background-color: var(--mw-text-3) !important;
}

.col-full-nav,
.main-navigation,
.secondary-navigation,
.navigation-wrapper,
.header-4 .header-4-container,
.col-full-nav.nav-down,
.col-full-nav.is_stuck {
  background: #191e23 !important;
  border-top: 1px solid rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.main-navigation ul.menu > li > a,
.secondary-navigation ul.menu > li > a,
.site-header-cart a.cart-contents,
.site-header .widget,
.site-branding a,
.menu-toggle .bar-text {
  color: var(--mw-text) !important;
}
.main-navigation ul.menu > li > a:hover,
.secondary-navigation ul.menu > li > a:hover,
.main-navigation ul.menu > li.current-menu-item > a,
.secondary-navigation ul.menu > li.current-menu-item > a {
  color: #fff !important;
}

@media (max-width: 992px) {
  .site-branding button.menu-toggle,
  .site-branding button.menu-toggle:hover,
  .site-branding button.menu-toggle:focus,
  .site-branding button.menu-toggle:active {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .site-branding button.menu-toggle .bar {
    background-color: var(--mw-text-2) !important;
    opacity: 1 !important;
  }
}

.site-header .secondary-navigation,
.site-header .secondary-navigation .menu,
.site-header .secondary-navigation .menu > li,
.site-header .secondary-navigation .menu > li > a {
  background: transparent !important;
  box-shadow: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.site-header .secondary-navigation .menu > li > a {
  border-radius: 0 !important;
}

.header-widget-region {
  background: #1a2026 !important;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.header-widget-region,
.header-widget-region p,
.header-widget-region a {
  color: #d7dde6 !important;
}

.site-header-cart .cart-contents,
.shoptimizer-cart a.cart-contents {
  color: var(--mw-text) !important;
}
.site-header-cart .cart-contents .count,
.shoptimizer-cart .count {
  background: #2b323c !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.08);
}

/* ===== Global surfaces ===== */
.page .entry-content,
.post .entry-content,
.archive .site-main,
.woocommerce-page .site-main,
.single-product .site-main {
  color: var(--mw-text-2);
}

.archive-header,
.page .entry-header,
.blog .entry-header,
.search .entry-header {
  background: transparent !important;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
.breadcrumb,
nav.woocommerce-breadcrumb {
  color: var(--mw-text-3) !important;
}

.col-full,
.product-details-wrapper,
.related.products,
.woocommerce-tabs.wc-tabs-wrapper,
.upsells.products,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-account .entry-content,
.archive .content-area,
.page .content-area {
  position: relative;
  z-index: 1;
}

/* ===== Buttons / forms ===== */
.button,
button:not(.pswp__button):not(.m3d-gallery-viewer-button):not(.menu-toggle),
input[type="button"],
input[type="reset"],
input[type="submit"],
.wc-forward,
.added_to_cart,
.product .cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: linear-gradient(180deg, #46c05a 0%, #2d973f 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(116,226,132,.36) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}
.button:hover,
button:not(.pswp__button):not(.m3d-gallery-viewer-button):not(.menu-toggle):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wc-forward:hover,
.added_to_cart:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: linear-gradient(180deg, #55cb68 0%, #35a649 100%) !important;
  transform: translateY(-1px);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea,
select,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  background: #0f1419 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  color: var(--mw-text) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--multiple:focus {
  border-color: rgba(116,226,132,.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.02),
    0 0 0 3px rgba(59,181,74,.12) !important;
}

label,
.form-row label,
legend,
fieldset legend,
.quantity label,
.woocommerce-form__label {
  color: var(--mw-text) !important;
}

/* ===== Home / generic Elementor ===== */
body.home .site-content,
body.home .site-main {
  background: linear-gradient(180deg, #0d0f12 0%, #0a0c0f 100%);
}

body.home .elementor-section,
body.home .entry-content > .wp-block-group,
body.home .entry-content > .alignfull,
body.home .entry-content > section {
  background: transparent !important;
}

body.home .elementor-widget-heading h1,
body.home .elementor-widget-heading h2,
body.home .elementor-widget-heading h3,
body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home .wp-block-heading {
  color: #f6f8fb !important;
}
body.home p,
body.home li,
body.home .elementor-widget-text-editor,
body.home .elementor-widget-text-editor p,
body.home .entry-content {
  color: var(--mw-text-2) !important;
}

body.home .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
body.home .elementor-widget-wrap > .elementor-element:not(.elementor-widget-image):not(.elementor-widget-heading):not(.elementor-widget-spacer):not(.elementor-widget-divider) > .elementor-widget-container,
body.home .wp-block-group,
body.home .testimonial,
body.home .cg-features,
body.home .feature-block {
  border-radius: var(--mw-radius);
}

@media (min-width: 993px) {
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) #primary.content-area,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .content-area,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .site-main,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .entry-content,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .entry-content > .elementor,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .elementor,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .e-con.e-parent {
    width: 100% !important;
    max-width: var(--mw-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .elementor-section.elementor-section-boxed > .elementor-container,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .elementor-container,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .e-con,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .e-con > .e-con-inner {
    max-width: var(--mw-shell-max) !important;
  }

  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .e-con.e-parent,
  body:not(.woocommerce-page):not(.archive):not(.blog):not(.search) .e-con {
    --content-width: var(--mw-shell-max) !important;
    --container-max-width: var(--mw-shell-max) !important;
  }
}

/* ===== Product cards / shop ===== */
ul.products,
.related.products ul.products,
.upsells.products ul.products {
  row-gap: 24px;
}

ul.products li.product,
.related.products li.product,
.upsells.products li.product {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 20px;
  padding: 16px 16px 18px !important;
  box-shadow: var(--mw-shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

ul.products li.product:hover,
.related.products li.product:hover,
.upsells.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 16px 32px rgba(0,0,0,.32);
}

ul.products li.product a img,
.related.products li.product a img,
.upsells.products li.product a img {
  border-radius: 14px;
  overflow: hidden;
}

ul.products li.product .woocommerce-loop-category,
ul.products li.product .posted_in,
ul.products li.product .price,
ul.products li.product .star-rating,
ul.products li.product .product-label,
ul.products li.product .amount,
ul.products li.product .price del,
ul.products li.product .price ins,
.related.products li.product .price,
.upsells.products li.product .price {
  color: var(--mw-text-3) !important;
}

ul.products li.product h2,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .product_title,
.related.products li.product h2,
.upsells.products li.product h2 {
  color: #fff !important;
  font-weight: 700;
}

ul.products li.product .button,
.related.products li.product .button,
.upsells.products li.product .button {
  width: 100%;
  margin-top: 14px;
}

.woocommerce-result-count,
.woocommerce-ordering,
nav.woocommerce-pagination,
nav.woocommerce-pagination a,
nav.woocommerce-pagination span,
.archive .woocommerce-notices-wrapper,
.archive .term-description,
.archive-header p,
.archive-header h1 {
  color: var(--mw-text-2) !important;
}

.woocommerce-ordering select {
  min-width: 230px;
}

/* ===== v2.2.64 remove extra shell from header search on shop/archive ===== */
body.post-type-archive-product .site-header .site-search,
body.tax-product_cat .site-header .site-search,
body.tax-product_tag .site-header .site-search,
body.woocommerce-shop .site-header .site-search,
body.post-type-archive-product .site-header .site-search.type-outline,
body.tax-product_cat .site-header .site-search.type-outline,
body.tax-product_tag .site-header .site-search.type-outline,
body.woocommerce-shop .site-header .site-search.type-outline,
body.post-type-archive-product .site-header .site-search .widget,
body.tax-product_cat .site-header .site-search .widget,
body.tax-product_tag .site-header .site-search .widget,
body.woocommerce-shop .site-header .site-search .widget,
body.post-type-archive-product .site-header .site-search .widget_product_search,
body.tax-product_cat .site-header .site-search .widget_product_search,
body.tax-product_tag .site-header .site-search .widget_product_search,
body.woocommerce-shop .site-header .site-search .widget_product_search,
body.post-type-archive-product .site-header .site-search .woocommerce-product-search,
body.tax-product_cat .site-header .site-search .woocommerce-product-search,
body.tax-product_tag .site-header .site-search .woocommerce-product-search,
body.woocommerce-shop .site-header .site-search .woocommerce-product-search {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
}

nav.woocommerce-pagination .page-numbers {
  background: #191e23;
  border: 1px solid var(--mw-border);
  color: var(--mw-text) !important;
  border-radius: 10px;
  margin: 0 4px;
}
nav.woocommerce-pagination .page-numbers.current,
nav.woocommerce-pagination .page-numbers:hover {
  background: #30363d;
  color: #fff !important;
}

/* ===== Single product ===== */
.single-product .site-content,
.single-product .site-main {
  background: linear-gradient(180deg, #0d0f12 0%, #0a0c0f 100%);
}

.single-product .product-details-wrapper {
  padding-top: 20px;
  padding-bottom: 28px;
}

.single-product div.product {
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 24px;
  box-shadow: var(--mw-shadow);
  padding: 22px;
}

.single-product .product .woocommerce-product-gallery,
.single-product .product .images {
  background: linear-gradient(180deg, #11161b 0%, #0f1318 100%);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 22px;
  padding: 14px;
}

.single-product .product .woocommerce-product-gallery__wrapper,
.single-product .product .flex-viewport {
  border-radius: 18px;
  overflow: hidden;
}

.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background: rgba(18,22,28,.82);
  color: #fff;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.07);
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  background: #fff;
}

.single-product .product .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px !important;
  overflow-x: auto;
  padding-bottom: 4px;
}
.single-product .product .flex-control-thumbs li {
  width: 72px !important;
  min-width: 72px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
  background: #11161c;
}
.single-product .product .flex-control-thumbs img {
  opacity: .65;
}
.single-product .product .flex-control-thumbs .flex-active,
.single-product .product .flex-control-thumbs img:hover {
  opacity: 1;
}

.single-product .product .summary {
  background: linear-gradient(180deg, #141920 0%, #11161b 100%);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 22px;
  padding: 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}

.single-product .product_title,
.single-product h1.product_title {
  color: #fff !important;
  font-size: clamp(2rem, 1.55rem + 1.1vw, 3rem);
  line-height: 1.04;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}

.single-product .summary p,
.single-product .summary li,
.single-product .summary .woocommerce-product-details__short-description,
.single-product .summary .woocommerce-product-details__short-description p,
.single-product .summary .stock,
.single-product .summary .sku_wrapper,
.single-product .summary .posted_in,
.single-product .summary .tagged_as {
  color: var(--mw-text-2) !important;
}

.single-product .summary .price,
.single-product .summary .price .amount,
.single-product .summary p.price,
.single-product .summary span.price {
  color: #fff !important;
}

.single-product .summary .price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #202730 0%, #181d24 100%);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 12px 16px;
  margin: 0 0 18px !important;
  font-weight: 700;
  font-size: 1.15rem;
}
.single-product .summary .price del,
.single-product .summary .price del .amount {
  color: var(--mw-text-3) !important;
  opacity: .75;
}

.single-product table.variations,
.single-product .variations_form {
  background: transparent !important;
}
.single-product table.variations td,
.single-product table.variations th,
.single-product table.variations label,
.single-product .variations .label,
.single-product .variations td.label {
  color: var(--mw-text) !important;
}
.single-product table.variations tr {
  border-bottom: 0;
}
.single-product table.variations td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-product .cfvsw-swatches-container {
  gap: 10px;
}
.single-product .cfvsw-swatches-option {
  border: 1px solid rgba(255,255,255,.08) !important;
  background: #12171d !important;
  border-radius: 14px !important;
  padding: 3px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}
.single-product .cfvsw-label-option {
  min-height: 46px;
  padding: 7px 12px !important;
}
.single-product .cfvsw-swatches-option .cfvsw-swatch-inner {
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,.03) !important;
}
.single-product .cfvsw-selected-swatch {
  border-color: #8994a3 !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 0 0 5px rgba(137,148,163,.16);
}
.single-product .cfvsw-label-option .cfvsw-swatch-inner,
.single-product .cfvsw-tooltip,
.single-product .cfvsw-tooltip::before {
  background: #1c232c !important;
  color: #fff !important;
}

.single-product .reset_variations,
.single-product a.reset_variations {
  color: var(--mw-text-3) !important;
  font-size: .9rem;
}

.single-product .quantity .qty,
.single-product .wqm-qty-wrapper select.qty {
  width: 90px;
  min-height: 52px;
  background: #0f1419 !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  color: #fff !important;
  border-radius: 12px !important;
}

.single-product form.cart {
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.single-product form.cart .button,
.single-product form.cart button.single_add_to_cart_button {
  min-height: 52px;
  border-radius: 14px !important;
  width: calc(100% - 100px);
  font-weight: 700;
  letter-spacing: .01em;
}
.single-product form.cart .button.disabled,
.single-product form.cart .button:disabled,
.single-product form.cart button.single_add_to_cart_button.disabled,
.single-product form.cart button.single_add_to_cart_button:disabled {
  background: #2a3139 !important;
  color: #aab4bf !important;
  opacity: 1 !important;
}

.single-product .summary > .woocommerce-product-details__short-description,
.single-product .summary > .stock,
.single-product .summary > .price,
.single-product .summary > form.cart,
.single-product .summary .product_meta,
.single-product .summary .wc_payment_methods,
.single-product .summary .woocommerce-product-rating,
.single-product .summary .woocommerce-review-link {
  position: relative;
}

.single-product .summary .stock {
  color: var(--mw-success) !important;
  font-weight: 600;
}

.single-product .summary .wc_payment_methods,
.single-product .summary .payment_methods,
.single-product .summary .cart-extra-info,
.single-product .summary .product_meta {
  color: var(--mw-text-3) !important;
}

.single-product .summary .product_meta {
  width: auto;
  left: auto;
  right: auto;
  margin: 18px 0 0;
  padding: 16px 0 0 !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  text-align: left;
}
.single-product .summary .product_meta .posted_in,
.single-product .summary .product_meta .sku_wrapper,
.single-product .summary .product_meta .tagged_as {
  display: block;
  margin: 0 0 8px;
  color: var(--mw-text-3) !important;
}
.single-product .summary .product_meta a {
  color: var(--mw-text-2) !important;
}

.woocommerce-tabs.wc-tabs-wrapper,
.single-product .related-wrapper,
.related.products,
.upsells.products {
  background: linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 24px;
  box-shadow: var(--mw-shadow);
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 26px;
  overflow: hidden;
}

.woocommerce-tabs {
  background: transparent !important;
}
.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 18px 18px 0;
}
.woocommerce-tabs ul.tabs li {
  margin: 0 !important;
}
.woocommerce-tabs ul.tabs li a {
  padding: 10px 16px !important;
  background: #141920;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  color: var(--mw-text-2) !important;
}
.woocommerce-tabs ul.tabs li.reviews_tab a {
  padding-right: 40px !important;
}
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
  background: #212833;
  color: #fff !important;
}
.woocommerce-tabs .tabs li a:after {
  display: none !important;
}
.woocommerce-tabs .panel,
.woocommerce-Tabs-panel,
.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel li,
.woocommerce-Tabs-panel td,
.woocommerce-Tabs-panel th {
  color: var(--mw-text-2) !important;
}
.woocommerce-tabs .panel {
  padding: 24px 24px 26px !important;
}
.table.woocommerce-product-attributes,
.woocommerce-product-attributes,
table.woocommerce-product-attributes {
  background: transparent !important;
}
table.woocommerce-product-attributes td,
table.woocommerce-product-attributes th {
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
table.woocommerce-product-attributes th {
  color: #fff !important;
}

.related-wrapper {
  background: transparent !important;
}
.related.products,
.upsells.products {
  padding: 24px;
  margin-top: 26px;
}
.related.products > h2,
.upsells.products > h2 {
  color: #fff !important;
  margin-bottom: 18px !important;
}

/* ===== Mini cart drawer ===== */
.shoptimizer-mini-cart-wrap {
  background: linear-gradient(180deg, #12171d 0%, #0e1217 100%) !important;
  color: var(--mw-text-2);
  border-left: 1px solid rgba(255,255,255,.06);
  box-shadow: -24px 0 50px rgba(0,0,0,.42);
}
.drawer-open:before,
.mobile-overlay {
  background: rgba(6,8,10,.72) !important;
}
.cart-drawer-heading,
.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item a,
.shoptimizer-mini-cart-wrap .product_list_widget li .quantity,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__total,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart-item,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart-item .variation,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart-item .variation p {
  color: var(--mw-text) !important;
}
.shoptimizer-mini-cart-wrap .close-drawer {
  color: var(--mw-text-3) !important;
}
.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item {
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
}
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a {
  min-height: 50px;
}
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a.checkout {
  background: linear-gradient(180deg, #4a5563 0%, #353e49 100%) !important;
}
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a:not(.checkout) {
  background: #171c22 !important;
}
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 1px 10px rgba(0,0,0,.24);
}

/* ===== Cart / checkout ===== */
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content,
.woocommerce-account .site-content {
  background: linear-gradient(180deg, #0d0f12 0%, #0a0c0f 100%);
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content,
.cart_totals,
#order_review,
#customer_details,
.woocommerce-form-login,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order ul.order_details,
.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-page table.cart {
  background: linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 20px;
  box-shadow: var(--mw-shadow);
  color: var(--mw-text-2);
}

.woocommerce .shop_table th,
.woocommerce .shop_table td,
.woocommerce-page table.cart th,
.woocommerce-page table.cart td,
.woocommerce table.shop_table_responsive tr td::before {
  color: var(--mw-text) !important;
  border-color: rgba(255,255,255,.08) !important;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-checkout h2,
.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1 {
  color: #fff !important;
}

.cart_totals,
#order_review {
  padding: 20px;
}

.woocommerce-cart-form,
.woocommerce-checkout-review-order-table,
.woocommerce-page table.cart {
  padding: 20px;
}

.woocommerce-page table.cart .product-name a,
.woocommerce-cart-form a,
.woocommerce-checkout-review-order-table a {
  color: #fff !important;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce-notices-wrapper > * {
  background: #141920 !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 14px;
  color: var(--mw-text) !important;
}

.woocommerce-cart p.return-to-shop {
  margin: 22px 0 12px !important;
  text-align: center;
}

.woocommerce-cart .entry-content:has(.cart-empty):not(:has(.woocommerce-cart-form)) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.woocommerce .checkout-progress {
  background: transparent !important;
}
.woocommerce .checkout-progress li,
.woocommerce .checkout-progress li a,
.woocommerce .checkout-progress li span {
  color: var(--mw-text-2) !important;
}

.payment_methods,
.wc_payment_methods,
.woocommerce-checkout-payment {
  background: transparent !important;
  color: var(--mw-text-2) !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: #11161c !important;
  border-radius: 14px;
  color: var(--mw-text-2) !important;
}
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #11161c !important;
}

/* ===== Footer ===== */
.site-footer,
footer.site-footer,
footer.copyright,
.footer-widgets,
.copyright-bar,
.copyright {
  background: #0b0e12 !important;
  color: var(--mw-text-3) !important;
  border-top: 1px solid rgba(255,255,255,.05);
}

.site-footer a,
footer.site-footer a,
footer.copyright a,
.footer-widgets a,
.copyright a {
  color: var(--mw-text-2) !important;
}
.site-footer a:hover,
footer.site-footer a:hover,
footer.copyright a:hover,
.footer-widgets a:hover,
.copyright a:hover {
  color: #fff !important;
}

/* ===== Utilities ===== */
hr,
.widget hr,
.entry-content hr {
  border-color: rgba(255,255,255,.08) !important;
}

@media (max-width: 992px) {
  .single-product div.product {
    padding: 14px;
    border-radius: 18px;
  }
  .single-product .product .summary,
  .single-product .product .woocommerce-product-gallery,
  .single-product .product .images,
  .woocommerce-tabs.wc-tabs-wrapper,
  .related.products,
  .upsells.products,
  .woocommerce-cart-form,
  .cart_totals,
  #order_review,
  #customer_details {
    border-radius: 16px;
  }
  .single-product form.cart .button,
  .single-product form.cart button.single_add_to_cart_button {
    width: 100%;
    margin-top: 10px;
  }
  .single-product .quantity .qty,
  .single-product .wqm-qty-wrapper select.qty {
    width: 100%;
  }
  .woocommerce-tabs ul.tabs {
    padding-left: 14px;
    padding-right: 14px;
  }
  .woocommerce-tabs .panel {
    padding: 18px 14px 20px !important;
  }
  .shoptimizer-mini-cart-wrap {
    width: min(100vw, 420px);
  }
}

/* Elementor sections with explicit inline white background may still need manual cleanup. */


/* ===== v1.1 refinements ===== */
body.home .elementor-widget-container,
body.home .elementor-image-box-wrapper,
body.home .elementor-post,
body.home .elementor-testimonial,
body.home .elementor-icon-box-wrapper,
body.home .wp-block-cover,
body.home .wc-block-grid__product {
  color: var(--mw-text-2) !important;
}

/* Product/archive cards */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce ul.products li.product .product_type_external,
.woocommerce ul.products li.product .product_type_grouped,
.woocommerce-page ul.products li.product .button,
.woocommerce-page ul.products li.product .added_to_cart {
  color: #eef1f4 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.related.products li.product .button,
.upsells.products li.product .button,
a.added_to_cart.wc-forward {
  background: linear-gradient(180deg, #454c54 0%, #313840 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.24) !important;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
a.added_to_cart.wc-forward:hover {
  background: linear-gradient(180deg, #4f5760 0%, #384049 100%) !important;
}

/* Remove bright white hover states introduced by widgets/plugins */
.elementor a.elementor-button,
.elementor .elementor-button,
.elementor-post__read-more,
.read-more,
.readmore,
.post-loop-button,
.loop-button,
.cg-button,
.shoptimizer-sticky-add-to-cart a.button,
.widget a.button,
a.more-link {
  background: linear-gradient(180deg, #454c54 0%, #313840 100%) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.08) !important;
}
.elementor a.elementor-button:hover,
.elementor .elementor-button:hover,
.elementor-post__read-more:hover,
.read-more:hover,
.readmore:hover,
.post-loop-button:hover,
.loop-button:hover,
.cg-button:hover,
a.more-link:hover {
  background: linear-gradient(180deg, #4f5760 0%, #384049 100%) !important;
  color: #fff !important;
}

/* Sidebar/filter on shop */
.woocommerce.archive .widget,
.woocommerce-page.archive .widget,
.woocommerce-shop .widget,
.woocommerce.archive .widget_price_filter,
.woocommerce.archive .widget_product_categories,
.woocommerce-page .widget_price_filter,
.woocommerce-page .widget_product_categories {
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--mw-shadow);
}
.woocommerce.archive .widget h2,
.woocommerce.archive .widget h3,
.woocommerce-page .widget h2,
.woocommerce-page .widget h3,
.woocommerce.archive .widget a,
.woocommerce-page .widget a,
.woocommerce.archive .widget li,
.woocommerce-page .widget li,
.woocommerce .widget_price_filter .price_label,
.woocommerce .widget_price_filter .price_label span {
  color: var(--mw-text-2) !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  min-height: 38px;
  padding: 0 14px;
}

/* Mini cart inner areas still white in some setups */
.shoptimizer-mini-cart-wrap,
.shoptimizer-mini-cart-wrap .widget_shopping_cart,
.shoptimizer-mini-cart-wrap .widget_shopping_cart_content,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__total,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons,
.shoptimizer-mini-cart-wrap .product_list_widget,
.shoptimizer-mini-cart-wrap .product_list_widget li,
.shoptimizer-mini-cart-wrap .quantity,
.shoptimizer-mini-cart-wrap p,
.shoptimizer-mini-cart-wrap span,
.shoptimizer-mini-cart-wrap a {
  background-color: transparent !important;
}
.shoptimizer-mini-cart-wrap .widget_shopping_cart_content {
  background: linear-gradient(180deg, #12171d 0%, #0e1217 100%) !important;
}
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__total,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons {
  border-top: 1px solid rgba(255,255,255,.06) !important;
}

/* Cart/checkout readability */
.woocommerce-cart .shop_table .product-name,
.woocommerce-cart .shop_table .product-name *,
.woocommerce-checkout .shop_table,
.woocommerce-checkout .shop_table *,
.cart_totals *,
#order_review *,
.woocommerce-checkout-review-order-table * {
  color: var(--mw-text-2) !important;
}
.woocommerce-cart .shop_table .product-name a,
.woocommerce-checkout .shop_table .product-name a,
.cart_totals strong,
#order_review strong,
.woocommerce-checkout-review-order-table strong,
.woocommerce-cart .order-total td,
.woocommerce-checkout .order-total td,
.woocommerce-cart .order-total th,
.woocommerce-checkout .order-total th {
  color: #fff !important;
}

/* Footer support strip */
.site-footer .col-full > .footer-support,
.storefront-handheld-footer-bar,
.site-footer .shoptimizer-features,
.site-footer .cg-features {
  background: transparent !important;
}

/* Tone down global glow for closer carbon look */
.site,
.site-content,
body.home .site-content,
body.home .site-main,
.single-product .site-content,
.single-product .site-main,
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content,
.woocommerce-account .site-content {
  background-image: linear-gradient(180deg, #0d0f12 0%, #0a0c0f 100%) !important;
}


/* ===== v1.3 carbon refinements ===== */
@media (min-width: 993px) {
  ul.products li.product:not(.product-category):before {
    display: none !important;
    content: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

body.home .elementor-section,
body.home .elementor-container,
body.home .elementor-column,
body.home .elementor-widget-wrap {
  background-image: none !important;
  box-shadow: none !important;
}

ul.products li.product,
.related.products li.product,
.upsells.products li.product {
  background: #14181c !important;
  border-color: rgba(255,255,255,.07) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.24) !important;
}

ul.products li.product:hover,
.related.products li.product:hover,
.upsells.products li.product:hover {
  box-shadow: 0 14px 30px rgba(0,0,0,.28) !important;
}

ul.products li.product .woocommerce-LoopProduct-link,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product .price,
ul.products li.product .amount,
ul.products li.product p.product__categories,
ul.products li.product p.product__categories a,
.related.products li.product .woocommerce-loop-product__title,
.related.products li.product .price {
  color: #e8edf2 !important;
}

ul.products li.product p.product__categories,
ul.products li.product p.product__categories a {
  opacity: .72;
}

ul.products li.product .button,
ul.products li.product .added_to_cart,
.related.products li.product .button,
.upsells.products li.product .button {
  background: linear-gradient(180deg, #454c54 0%, #313840 100%) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.08) !important;
}

ul.products li.product:hover .button,
ul.products li.product:hover .added_to_cart,
ul.products li.product:focus-within .button,
ul.products li.product:focus-within .added_to_cart {
  background: linear-gradient(180deg, #4f5760 0%, #384049 100%) !important;
  color: #fff !important;
}

.elementor-post__read-more,
.elementor a.elementor-button-link,
.elementor .elementor-button-link,
.elementor a.more-link,
a.more-link,
.read-more,
.readmore {
  background: linear-gradient(180deg, #454c54 0%, #313840 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: none !important;
}

.elementor-post__read-more:hover,
.elementor a.elementor-button-link:hover,
.elementor .elementor-button-link:hover,
a.more-link:hover,
.read-more:hover,
.readmore:hover {
  background: linear-gradient(180deg, #4f5760 0%, #384049 100%) !important;
  color: #fff !important;
}

.shoptimizer-mini-cart-wrap,
.shoptimizer-mini-cart-wrap .widget_shopping_cart_content {
  background: #15191d !important;
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__total strong,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__total .amount,
.shoptimizer-mini-cart-wrap .quantity,
.shoptimizer-mini-cart-wrap li,
.shoptimizer-mini-cart-wrap a {
  color: #e8edf2 !important;
}

.woocommerce-shop .widget,
.woocommerce.archive .widget,
.woocommerce-page.archive .widget {
  background: #14181c !important;
}

.single-product div.product {
  background: #14181c !important;
}

.single-product .product .summary,
.single-product .product .woocommerce-product-gallery,
.single-product .product .images,
.woocommerce-tabs .panel,
.woocommerce-tabs ul.tabs li a,
.woocommerce-cart .cart_totals,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  background: #15191d !important;
}

/* ===== v1.4.0 refinements ===== */

/* Archive/category intro box */
.archive .term-description,
.tax-product_cat .term-description,
.tax-product_tag .term-description,
.woocommerce-products-header__description,
.term-description {
  background: #15191d !important;
  color: #d7dde6 !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 18px !important;
  padding: 18px 20px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.24) !important;
}
.archive .term-description p,
.tax-product_cat .term-description p,
.tax-product_tag .term-description p,
.woocommerce-products-header__description p,
.term-description p {
  color: #d7dde6 !important;
  margin: 0 !important;
}

/* Product page spacing cleanup */
.single-product .product-details-wrapper,
.single-product div.product,
.single-product .product .summary,
.single-product .product .woocommerce-product-gallery {
  margin-bottom: 0 !important;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 22px !important;
}

/* Checkout shipping/rate boxes still coming in white from plugins */
#order_review .shop_table,
#order_review .shop_table tbody,
#order_review .shop_table tfoot,
#order_review .shop_table tr,
#order_review .shop_table td,
#order_review .shop_table th,
#order_review .woocommerce-shipping-totals,
#order_review .shipping,
#order_review ul#shipping_method,
#order_review ul#shipping_method li,
#order_review .shipping td > *,
#order_review .shipping th > *,
#order_review .shipping_method,
#order_review .shipping_method + label,
#order_review .woocommerce-shipping-destination,
#order_review .shipping-calculator-button,
#order_review .shipping td .amount,
#order_review .shipping td small,
#order_review .shipping td p,
#order_review .shipping td span,
#order_review .shipping td div,
.woocommerce-checkout-review-order-table .shipping,
.woocommerce-checkout-review-order-table .shipping td,
.woocommerce-checkout-review-order-table .shipping th,
.woocommerce-checkout-review-order-table ul#shipping_method,
.woocommerce-checkout-review-order-table ul#shipping_method li {
  background: transparent !important;
  color: #d7dde6 !important;
  border-color: rgba(255,255,255,.08) !important;
}
#order_review .woocommerce-shipping-totals td,
#order_review .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
  background: #15191d !important;
}
#order_review .woocommerce-shipping-methods,
#order_review .shipping_method,
#order_review ul#shipping_method li {
  padding: 0 !important;
}

/* Generic third-party pickup/dropoff widgets inside checkout */
#order_review iframe,
.woocommerce-checkout #payment iframe,
#order_review .pickup-point,
#order_review .pickup-widget,
#order_review .dropoff-widget,
#order_review .shipping-widget,
#order_review .shipping-plugin,
#order_review .sumup-shipping,
#order_review .wc-block-components-radio-control,
#order_review .wc-block-components-radio-control__option,
#order_review .wc-block-components-panel,
#order_review .wc-block-components-totals-wrapper {
  background: #15191d !important;
  color: #d7dde6 !important;
  border-color: rgba(255,255,255,.08) !important;
  box-shadow: none !important;
}

/* Payment logos/support strip a bit clearer */
.site-footer .shoptimizer-features,
.site-footer .col-full > .footer-support,
.site-footer .feature,
.site-footer .features-wrapper,
.site-footer .feature-text,
.site-footer .feature-title {
  color: #cfd6de !important;
}
.site-footer .shoptimizer-features {
  opacity: .92;
}

/* Keep archive hover neutral */
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.related.products li.product:hover {
  background: #171c21 !important;
  border-color: rgba(255,255,255,.09) !important;
}


/* ===== v1.5.0 requested refinements ===== */

/* 1) Breadcrumb bar / percorso */
.archive-header,
.woocommerce-page .archive-header,
.single-product .archive-header,
.tax-product_cat .archive-header,
.post-type-archive-product .archive-header {
  background: linear-gradient(180deg, #13181e 0%, #10151b 100%) !important;
  border-top: 1px solid rgba(255,255,255,.05) !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
}
.archive-header .col-full,
.woocommerce-page .archive-header .col-full,
.single-product .archive-header .col-full {
  background: transparent !important;
}
.single-product nav.woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb,
.woocommerce-page nav.woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  display: block;
  margin: 0 !important;
  padding: 12px 0 !important;
  color: #aab4bf !important;
}
.single-product .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #d6dde5 !important;
}
.single-product .woocommerce-breadcrumb .breadcrumb-separator,
.woocommerce-page .woocommerce-breadcrumb .breadcrumb-separator {
  color: rgba(255,255,255,.25) !important;
}

/* 2) Product title smaller */
.single-product .product_title,
.single-product h1.product_title {
  font-size: clamp(1.7rem, 1.35rem + .8vw, 2.45rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
}

/* 3) Remove double price range feeling on variable products */
.single-product .product-type-variable .summary > .price,
.single-product .product-type-variable .summary > p.price {
  display: inline-flex !important;
  align-items: center;
  gap: 0;
}
.single-product .product-type-variable .summary > .price del,
.single-product .product-type-variable .summary > p.price del,
.single-product .product-type-variable .summary > .price .from,
.single-product .product-type-variable .summary > p.price .from,
.single-product .product-type-variable .summary > .price .woocommerce-Price-currencySymbol + .screen-reader-text,
.single-product .product-type-variable .summary > p.price .woocommerce-Price-currencySymbol + .screen-reader-text {
  display: none !important;
}

/* 4) Center tabs */
.woocommerce-tabs ul.tabs {
  justify-content: center !important;
}
.single-product .woocommerce-tabs .panel {
  max-width: 980px;
  margin: 0 auto !important;
}

/* ===== v1.5.1 Product breadcrumb + gallery arrows ===== */
body.single-product .site-content,
body.single-product .site-main {
  background: transparent !important;
}

body.single-product .site-content > .col-full,
body.single-product .site-main > .col-full {
  background: transparent !important;
}

body.single-product nav.woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb {
  width: min(1240px, calc(100% - 40px));
  margin: 14px auto 18px !important;
  padding: 14px 22px !important;
  min-height: 52px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: linear-gradient(180deg, #121821 0%, #0d1218 100%);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  color: var(--mw-text-2) !important;
}

body.single-product .woocommerce-breadcrumb p,
body.single-product .woocommerce-breadcrumb span,
body.single-product .woocommerce-breadcrumb {
  line-height: 1.2;
}

body.single-product .woocommerce-breadcrumb a,
body.single-product .woocommerce-breadcrumb .breadcrumb-separator,
body.single-product .woocommerce-breadcrumb {
  color: var(--mw-text-3) !important;
}

body.single-product .woocommerce-breadcrumb a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.single-product .product .woocommerce-product-gallery,
.single-product .product .images {
  padding: 18px;
}

.single-product .product .flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0;
  list-style: none;
}

.single-product .product .flex-control-thumbs li {
  width: 116px !important;
  min-width: 116px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  background: #11161c;
  aspect-ratio: 1.38 / 1;
  display: flex !important;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.single-product .product .flex-control-thumbs li a,
.single-product .product .flex-control-thumbs li button {
  display: block;
  width: 100%;
  height: 100%;
}

.single-product .product .flex-control-thumbs img {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #0f1318;
  opacity: .92;
  transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.single-product .product .flex-control-thumbs li:hover,
.single-product .product .flex-control-thumbs li:focus-within {
  border-color: rgba(255,255,255,.18);
  transform: translateY(-1px);
}

.single-product .product .flex-control-thumbs img.flex-active,
.single-product .product .flex-control-thumbs li:hover img,
.single-product .product .flex-control-thumbs li:focus-within img {
  opacity: 1;
}

.single-product .product .flex-control-thumbs li.active-thumb {
  border-color: #21d53a;
  box-shadow: 0 0 0 2px rgba(33,213,58,.42), 0 10px 20px rgba(0,0,0,.26);
}

.single-product .product .flex-control-thumbs li.active-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  box-shadow: inset 0 0 0 2px #21d53a;
  pointer-events: none;
}

.single-product .product .flex-control-thumbs li.active-thumb img {
  opacity: 1;
  filter: none;
}

.v3d-gallery-thumbs-wrap {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.v3d-gallery-thumbs-viewport {
  overflow: hidden;
  min-width: 0;
}

.v3d-gallery-arrow {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 14px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(180deg, #1c2430 0%, #111821 100%) !important;
  border: 1px solid rgba(255,255,255,.08);
  color: #eef2f6 !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
}

.v3d-gallery-arrow:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(180deg, #253041 0%, #18212d 100%) !important;
}

.v3d-gallery-arrow:disabled {
  opacity: .28;
  cursor: default;
  box-shadow: none;
}

.v3d-gallery-thumbs-wrap[data-has-overflow="0"] {
  grid-template-columns: 1fr;
}

.v3d-gallery-thumbs-wrap[data-has-overflow="0"] .v3d-gallery-arrow {
  display: none;
}

@media (max-width: 992px) {
  body.single-product nav.woocommerce-breadcrumb,
  body.single-product .woocommerce-breadcrumb {
    width: calc(100% - 24px);
    margin: 10px auto 14px !important;
    padding: 12px 14px !important;
    min-height: 46px;
  }

  .single-product .product .flex-control-thumbs {
    gap: 10px;
  }

  .single-product .product .flex-control-thumbs li {
    width: 82px !important;
    min-width: 82px;
    border-radius: 13px;
  }

  .single-product .product .flex-control-thumbs img {
    height: 100% !important;
  }

  .single-product .product .flex-control-thumbs li.active-thumb::after {
    border-radius: 13px;
  }

  .v3d-gallery-thumbs-wrap {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .v3d-gallery-arrow {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 18px;
  }
}


/* ===== v1.5.5 Single product requested refinements ===== */
.single-product .product_title,
.single-product h1.product_title {
  font-size: clamp(1.45rem, 1.2rem + .55vw, 2.05rem) !important;
  line-height: 1.08 !important;
}

.single-product .summary > .price,
.single-product .summary > p.price {
  display: none !important;
}

.single-product .reset_variations,
.single-product a.reset_variations {
  display: none !important;
}

.single-product .single_variation .price,
.single-product .single_variation .price .amount,
.single-product .woocommerce-variation-price .price,
.single-product .woocommerce-variation-price .price .amount,
.single-product .single_variation_wrap .woocommerce-variation-price,
.single-product .single_variation_wrap .woocommerce-variation-price .amount,
.single-product .single_variation_wrap .price,
.single-product .single_variation_wrap .price .amount {
  color: #F37421 !important;
}

.single-product .single_variation .price,
.single-product .woocommerce-variation-price .price,
.single-product .single_variation_wrap .price {
  font-weight: 800 !important;
}

/* ===== v1.5.6 Product right column refinements ===== */
/* Hide the price block directly under the product title */
.single-product .summary > .woocommerce-variation-price,
.single-product .summary > .woocommerce-variation-price .price,
.single-product .summary > .woocommerce-variation-price .amount,
.single-product .summary > .price,
.single-product .summary > p.price,
.single-product .summary > .product_title + .price,
.single-product .summary > .product_title + p.price,
.single-product .summary > .product_title + .woocommerce-variation-price,
.single-product .summary > h1.product_title + .woocommerce-variation-price,
.single-product .summary > h1.product_title + .price,
.single-product .summary > h1.product_title + p.price {
  display: none !important;
}

/* Keep and recolor the lower dynamic variation price */
.single-product .single_variation_wrap .woocommerce-variation-price,
.single-product .single_variation_wrap .woocommerce-variation-price .price,
.single-product .single_variation_wrap .woocommerce-variation-price .amount,
.single-product .single_variation_wrap .single_variation .price,
.single-product .single_variation_wrap .single_variation .amount,
.single-product .single_variation_wrap .price,
.single-product .single_variation_wrap .price .amount {
  color: #21d53a !important;
  font-weight: 800 !important;
}

/* Selected swatches in the same green used by gallery selection */
.single-product .summary .cfvsw-swatches-option.cfvsw-selected-swatch,
.single-product .summary .cfvsw-swatches-option.cfvsw-selected-swatch:hover,
.single-product .summary .cfvsw-swatches-option.cfvsw-selected-swatch:focus {
  border-color: #21d53a !important;
  box-shadow: 0 0 0 2px rgba(33,213,58,.42), 0 10px 20px rgba(0,0,0,.24) !important;
}

.single-product .summary .cfvsw-swatches-option.cfvsw-selected-swatch::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #21d53a;
  pointer-events: none;
}

.single-product .summary .cfvsw-selected-label,
.single-product .summary table.variations td.label .cfvsw-selected-label,
.single-product .summary table.variations td.label .cfvsw-selected-label::before {
  color: #21d53a !important;
}


/* ===== v1.5.9 main single-product wrapper corners ===== */
.single-product div.product,
.single-product .woocommerce-tabs.wc-tabs-wrapper,
.single-product .related.products,
.single-product .upsells.products {
  border-radius: 0 !important;
}

.single-product div.product,
.single-product .woocommerce-tabs.wc-tabs-wrapper,
.single-product .related.products,
.single-product .upsells.products,
.single-product .related-wrapper {
  overflow: visible !important;
}

/* ===== v1.5.10 shop button overflow fix ===== */
ul.products li.product .button,
ul.products li.product .added_to_cart,
ul.products li.product .readmore,
ul.products li.product .read-more,
ul.products li.product a.more-link,
ul.products li.product .elementor-button,
ul.products li.product .elementor-button-link,
.related.products li.product .button,
.upsells.products li.product .button {
  display: block !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: calc(100% - 24px) !important;
  max-width: calc(100% - 24px) !important;
  min-width: 0 !important;
  margin: 12px auto 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-sizing: border-box !important;
}

ul.products li.product .button + .added_to_cart {
  width: calc(100% - 24px) !important;
  max-width: calc(100% - 24px) !important;
  margin: 8px auto 0 !important;
}


/* ===== v1.5.11 shop/category fixes ===== */
.tax-product_cat .woocommerce-products-header__title,
.post-type-archive-product .woocommerce-products-header__title,
.woocommerce-shop .woocommerce-products-header__title,
.archive .woocommerce-products-header__title,
.page-title {
  color: #eef1f4 !important;
  background: transparent !important;
  text-shadow: none !important;
}

.archive .term-description,
.tax-product_cat .term-description,
.tax-product_tag .term-description,
.woocommerce-products-header__description,
.term-description {
  border-radius: 0 !important;
  overflow: hidden !important;
  background-clip: padding-box !important;
}

.archive .term-description::before,
.archive .term-description::after,
.tax-product_cat .term-description::before,
.tax-product_cat .term-description::after,
.tax-product_tag .term-description::before,
.tax-product_tag .term-description::after,
.woocommerce-products-header__description::before,
.woocommerce-products-header__description::after,
.term-description::before,
.term-description::after {
  display: none !important;
  content: none !important;
}


/* ===== Header dropdown menu ===== */
.main-navigation ul.menu > li.menu-item-has-children,
.secondary-navigation ul.menu > li.menu-item-has-children {
  position: relative;
}
.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.menu ul.children,
.secondary-navigation ul.menu ul.sub-menu,
.secondary-navigation ul.menu ul.children,
.main-navigation ul.menu > li > .sub-menu,
.secondary-navigation ul.menu > li > .sub-menu {
  background: rgba(17, 22, 28, 0.88) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 36px rgba(0,0,0,.35) !important;
  padding: 10px 0 !important;
  min-width: 220px;
  overflow: hidden;
}
.main-navigation ul.menu ul.sub-menu li,
.main-navigation ul.menu ul.children li,
.secondary-navigation ul.menu ul.sub-menu li,
.secondary-navigation ul.menu ul.children li {
  background: transparent !important;
}
.main-navigation ul.menu ul.sub-menu a,
.main-navigation ul.menu ul.children a,
.secondary-navigation ul.menu ul.sub-menu a,
.secondary-navigation ul.menu ul.children a {
  color: #e7edf5 !important;
  background: transparent !important;
  padding: 10px 16px !important;
  border: 0 !important;
  line-height: 1.35;
}
.main-navigation ul.menu ul.sub-menu a:hover,
.main-navigation ul.menu ul.children a:hover,
.secondary-navigation ul.menu ul.sub-menu a:hover,
.secondary-navigation ul.menu ul.children a:hover,
.main-navigation ul.menu ul.sub-menu li:hover > a,
.secondary-navigation ul.menu ul.sub-menu li:hover > a {
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
}
.main-navigation ul.menu > li.menu-item-has-children:hover > a,
.secondary-navigation ul.menu > li.menu-item-has-children:hover > a {
  color: #fff !important;
}

/* ===== v1.5.13 footer support strip readability ===== */
.site-footer .shoptimizer-features .feature,
.site-footer .col-full > .footer-support .feature,
.site-footer .shoptimizer-features .feature-wrap,
.site-footer .features-wrapper .feature {
  background: rgba(21,25,29,.9) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.site-footer .shoptimizer-features .feature-title,
.site-footer .col-full > .footer-support .feature-title,
.site-footer .cg-features .feature-title,
.site-footer .shoptimizer-features strong,
.site-footer .footer-support strong {
  color: #eef1f4 !important;
  opacity: 1 !important;
}

.site-footer .shoptimizer-features .feature-text,
.site-footer .col-full > .footer-support .feature-text,
.site-footer .cg-features .feature-text,
.site-footer .shoptimizer-features .feature p,
.site-footer .footer-support .feature p,
.site-footer .shoptimizer-features .feature,
.site-footer .footer-support .feature {
  color: #cfd6de !important;
  opacity: 1 !important;
}

.site-footer .shoptimizer-features svg,
.site-footer .col-full > .footer-support svg,
.site-footer .shoptimizer-features i,
.site-footer .col-full > .footer-support i {
  color: #eef1f4 !important;
  fill: #eef1f4 !important;
  opacity: .9 !important;
}


/* ===== Product reviews ===== */
#reviews,
.woocommerce-Reviews,
.woocommerce-Reviews #review_form_wrapper,
.woocommerce-Reviews #respond,
.woocommerce-Reviews .comment-respond {
  color: var(--mw-text-2) !important;
}

#reviews h2,
#reviews h3,
.woocommerce-Reviews-title,
.woocommerce-Reviews .comment-reply-title,
.woocommerce #reviews #reply-title,
.single-product .woocommerce-Tabs-panel--reviews #reply-title {
  color: var(--mw-text) !important;
  font-weight: 700 !important;
  background: transparent !important;
  text-shadow: none !important;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews #respond .comment-reply-title,
.woocommerce #reviews .nice-form-review-title,
.single-product .woocommerce-Tabs-panel--reviews p,
.single-product .woocommerce-Tabs-panel--reviews label,
.single-product .woocommerce-Tabs-panel--reviews .stars,
.single-product .woocommerce-Tabs-panel--reviews .stars a,
.single-product .woocommerce-Tabs-panel--reviews .comment-form-rating,
.single-product .woocommerce-Tabs-panel--reviews .comment-notes,
.single-product .woocommerce-Tabs-panel--reviews .meta,
.single-product .woocommerce-Tabs-panel--reviews .description,
.single-product .woocommerce-Tabs-panel--reviews .woocommerce-review__author,
.single-product .woocommerce-Tabs-panel--reviews .woocommerce-review__dash,
.single-product .woocommerce-Tabs-panel--reviews .woocommerce-review__published-date {
  color: var(--mw-text-2) !important;
}

.single-product .woocommerce-Tabs-panel--reviews .required {
  color: #ff6b6b !important;
}

.single-product .woocommerce-Tabs-panel--reviews textarea,
.single-product .woocommerce-Tabs-panel--reviews input[type="text"],
.single-product .woocommerce-Tabs-panel--reviews input[type="email"] {
  background: #11161c !important;
  border: 1px solid var(--mw-border) !important;
  color: var(--mw-text) !important;
}

.single-product .woocommerce-Tabs-panel--reviews input#submit {
  background: linear-gradient(180deg, #42484f 0%, #30363d 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}


/* ===== v1.5.15 footer support strip stronger readability ===== */
.site-footer .shoptimizer-features,
.site-footer .col-full > .footer-support,
.site-footer .cg-features,
.site-footer .features-wrapper {
  opacity: 1 !important;
}

.site-footer .shoptimizer-features .feature,
.site-footer .col-full > .footer-support .feature,
.site-footer .cg-features .feature,
.site-footer .features-wrapper .feature,
.site-footer .footer-support > div,
.site-footer .shoptimizer-features > div {
  background: rgba(24,29,35,.96) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.22) !important;
}

.site-footer .shoptimizer-features .feature-title,
.site-footer .col-full > .footer-support .feature-title,
.site-footer .cg-features .feature-title,
.site-footer .features-wrapper .feature-title,
.site-footer .footer-support strong,
.site-footer .footer-support b,
.site-footer .footer-support h3,
.site-footer .footer-support h4,
.site-footer .shoptimizer-features strong,
.site-footer .shoptimizer-features b,
.site-footer .shoptimizer-features h3,
.site-footer .shoptimizer-features h4,
.site-footer .cg-features strong,
.site-footer .cg-features b,
.site-footer .cg-features h3,
.site-footer .cg-features h4 {
  color: #f3f6fa !important;
  opacity: 1 !important;
}

.site-footer .shoptimizer-features .feature-text,
.site-footer .col-full > .footer-support .feature-text,
.site-footer .cg-features .feature-text,
.site-footer .features-wrapper .feature-text,
.site-footer .footer-support,
.site-footer .footer-support p,
.site-footer .footer-support span,
.site-footer .footer-support small,
.site-footer .shoptimizer-features,
.site-footer .shoptimizer-features p,
.site-footer .shoptimizer-features span,
.site-footer .shoptimizer-features small,
.site-footer .cg-features,
.site-footer .cg-features p,
.site-footer .cg-features span,
.site-footer .cg-features small {
  color: #dce3eb !important;
  opacity: 1 !important;
}

.site-footer .shoptimizer-features svg,
.site-footer .col-full > .footer-support svg,
.site-footer .cg-features svg,
.site-footer .shoptimizer-features i,
.site-footer .col-full > .footer-support i,
.site-footer .cg-features i,
.site-footer .shoptimizer-features .icon,
.site-footer .footer-support .icon,
.site-footer .cg-features .icon {
  color: #f3f6fa !important;
  fill: #f3f6fa !important;
  stroke: #f3f6fa !important;
  opacity: 1 !important;
}

/* ===== v1.5.17 only support strip text/icon readability (no footer widgets changes) ===== */
footer.site-footer > .col-full > *:first-child,
footer.site-footer .col-full > *:first-child {
  opacity: 1 !important;
}

footer.site-footer > .col-full > *:first-child > *,
footer.site-footer .col-full > *:first-child > * {
  opacity: 1 !important;
}

footer.site-footer > .col-full > *:first-child .feature-title,
footer.site-footer > .col-full > *:first-child strong,
footer.site-footer > .col-full > *:first-child b,
footer.site-footer > .col-full > *:first-child h3,
footer.site-footer > .col-full > *:first-child h4,
footer.site-footer .col-full > *:first-child .feature-title,
footer.site-footer .col-full > *:first-child strong,
footer.site-footer .col-full > *:first-child b,
footer.site-footer .col-full > *:first-child h3,
footer.site-footer .col-full > *:first-child h4 {
  color: #e9eef4 !important;
  opacity: 1 !important;
}

footer.site-footer > .col-full > *:first-child p,
footer.site-footer > .col-full > *:first-child span,
footer.site-footer > .col-full > *:first-child small,
footer.site-footer .col-full > *:first-child p,
footer.site-footer .col-full > *:first-child span,
footer.site-footer .col-full > *:first-child small {
  color: #c4ccd6 !important;
  opacity: 1 !important;
}

footer.site-footer > .col-full > *:first-child svg,
footer.site-footer > .col-full > *:first-child i,
footer.site-footer > .col-full > *:first-child .icon,
footer.site-footer .col-full > *:first-child svg,
footer.site-footer .col-full > *:first-child i,
footer.site-footer .col-full > *:first-child .icon {
  color: #dde5ee !important;
  fill: #dde5ee !important;
  stroke: #dde5ee !important;
  opacity: 1 !important;
}

/* ===== v1.5.20 below-content support strip readability only ===== */
.below-content {
  border-top: 1px solid rgba(255,255,255,.03) !important;
  background: transparent !important;
}

.below-content .col-full,
.below-content .widget,
.below-content .widget * {
  opacity: 1 !important;
}

.below-content .widget .widget-title,
.below-content .widget .widget-title a,
.below-content .widget strong,
.below-content .widget b,
.below-content .widget h3,
.below-content .widget h4 {
  color: #c1cad4 !important;
}

.below-content .widget .textwidget p,
.below-content .widget .textwidget p a,
.below-content .widget p,
.below-content .widget span,
.below-content .widget small,
.below-content .widget,
.below-content .widget a:not(.button) {
  color: #8e99a5 !important;
}

.below-content .widget .ri,
.below-content .widget svg,
.below-content .widget svg path,
.below-content .widget .icon {
  color: #a7b1bc !important;
  fill: #a7b1bc !important;
  stroke: #a7b1bc !important;
}

/* ===== v1.5.21 below-content readability final ===== */
.below-content {
  border-top: 1px solid rgba(255,255,255,.045) !important;
}

.below-content,
.below-content .col-full,
.below-content .widget,
.below-content .widget *,
.below-content p,
.below-content span,
.below-content small,
.below-content a:not(.button) {
  opacity: 1 !important;
}

.below-content .widget .widget-title,
.below-content .widget .widget-title a,
.below-content .widget strong,
.below-content .widget b,
.below-content .widget h3,
.below-content .widget h4,
.below-content strong,
.below-content b,
.below-content h3,
.below-content h4 {
  color: #b9c4cf !important;
}

.below-content .widget .textwidget p,
.below-content .widget .textwidget p a,
.below-content .widget p,
.below-content .widget span,
.below-content .widget small,
.below-content .widget,
.below-content .widget a:not(.button),
.below-content p,
.below-content span,
.below-content small,
.below-content a:not(.button) {
  color: #8c97a3 !important;
}

.below-content .widget .ri,
.below-content .widget svg,
.below-content .widget svg path,
.below-content .widget .icon,
.below-content i,
.below-content svg,
.below-content svg path {
  color: #a9b4bf !important;
  fill: #a9b4bf !important;
  stroke: #a9b4bf !important;
}


/* ===== v1.5.22 product meta readability ===== */
.single-product .product_meta,
.single-product .product_meta * {
  opacity: 1 !important;
}

.single-product .product_meta {
  color: #9aa6b3 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.single-product .product_meta,
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as,
.single-product .product_meta .brand,
.single-product .product_meta > span {
  color: #9aa6b3 !important;
}

.single-product .product_meta strong,
.single-product .product_meta b,
.single-product .product_meta .sku,
.single-product .product_meta .posted_in > a:first-child,
.single-product .product_meta .tagged_as > a:first-child {
  color: #cbd5df !important;
}

.single-product .product_meta a {
  color: #b8c4cf !important;
}

.single-product .product_meta a:hover {
  color: #ffffff !important;
}

/* ===== v2.0.1 topbar outer wrapper cleanup ===== */
#page {
  background: transparent !important;
}

.topbar-wrapper,
.col-full.topbar-wrapper {
  background: #0f1216 !important;
  border-bottom: 1px solid rgba(255,255,255,.05) !important;
}

/* ===== v2.1.3 product card spacing ===== */
@media (min-width: 993px) {
  ul.products,
  .related.products ul.products,
  .upsells.products ul.products {
    display: grid !important;
    width: 100% !important;
    margin-left: 0 !important;
    column-gap: 3px !important;
    row-gap: 22px !important;
  }

  ul.products li.product,
  .related.products li.product,
  .upsells.products li.product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 18px !important;
  }

  ul.products.columns-1,
  .columns-1 ul.products {
    grid-template-columns: 1fr !important;
  }

  ul.products.columns-2,
  .columns-2 ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  ul.products.columns-3,
  .columns-3 ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  ul.products.columns-4,
  .columns-4 ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  ul.products.columns-5,
  .columns-5 ul.products {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  ul.products.columns-6,
  .columns-6 ul.products {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

/* ===== v2.1.3 four-side card spacing ===== */
@media (min-width: 993px) {
  body ul.products li.product,
  body .related.products li.product,
  body .upsells.products li.product {
    position: relative !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 28px 20px !important;
    overflow: visible !important;
  }

  body ul.products li.product:not(.product-category):before,
  body .related.products li.product:not(.product-category):before,
  body .upsells.products li.product:not(.product-category):before {
    display: none !important;
    content: none !important;
  }

  body ul.products li.product::after,
  body .related.products li.product::after,
  body .upsells.products li.product::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 8px;
    bottom: 12px;
    left: 8px;
    border-radius: 20px;
    background: #14181c;
    border: 1px solid rgba(255,255,255,.07);
    box-shadow: 0 10px 24px rgba(0,0,0,.24);
    pointer-events: none;
    z-index: 0;
    transition: border-color .18s ease, box-shadow .18s ease;
  }

  body ul.products li.product > *,
  body .related.products li.product > *,
  body .upsells.products li.product > * {
    position: relative;
    z-index: 1;
  }

  body ul.products li.product:hover,
  body .related.products li.product:hover,
  body .upsells.products li.product:hover {
    transform: translateY(-4px);
  }

  body ul.products li.product:hover::after,
  body .related.products li.product:hover::after,
  body .upsells.products li.product:hover::after {
    border-color: rgba(255,255,255,.12);
    box-shadow: 0 16px 32px rgba(0,0,0,.32);
  }

  body ul.products li.product .button,
  body ul.products li.product .added_to_cart,
  body .related.products li.product .button,
  body .upsells.products li.product .button {
    left: 22px !important;
    right: 22px !important;
    bottom: 28px !important;
    width: auto !important;
  }
}

/* ===== v2.1.4 contained header and footer ===== */
:root {
  --mw-shell-max: 1360px;
}

.col-full.topbar-wrapper,
.site-header,
.col-full-nav,
.header-widget-region,
.below-content,
footer.site-footer,
footer.copyright,
.footer-widgets,
.copyright-bar,
.copyright {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.col-full.topbar-wrapper,
.site-header,
.col-full-nav,
.header-widget-region,
.below-content,
footer.site-footer,
footer.copyright {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.topbar-wrapper .top-bar,
.site-header .main-header.col-full,
.col-full-nav .shoptimizer-primary-navigation.col-full,
.header-widget-region .col-full,
.below-content > .col-full,
footer.site-footer > .col-full,
footer.copyright > .col-full {
  max-width: var(--mw-shell-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
}

.topbar-wrapper .top-bar {
  background: #0f1216 !important;
  border-radius: 999px !important;
  margin-top: 8px !important;
  margin-bottom: 12px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.site-header {
  margin-bottom: 0 !important;
}

.site-header .main-header.col-full {
  background: #15191d !important;
  border-radius: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.col-full-nav,
.col-full-nav.nav-down,
.col-full-nav.is_stuck {
  margin-bottom: 0 !important;
}

.col-full-nav .shoptimizer-primary-navigation.col-full {
  background: #191e23 !important;
  border-radius: 18px !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.header-widget-region .col-full {
  background: #1a2026 !important;
  border-radius: 18px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.below-content {
  padding-top: 18px !important;
  padding-bottom: 0 !important;
}

.below-content > .col-full {
  background: #191e23 !important;
  border-radius: 20px !important;
  padding: 18px 24px !important;
}

footer.site-footer {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

footer.site-footer > .col-full {
  background: #15191d !important;
  border-radius: 22px !important;
  padding: 32px 36px !important;
}

footer.copyright {
  padding-top: 0 !important;
  padding-bottom: 28px !important;
}

footer.copyright > .col-full {
  background: #15191d !important;
  border-radius: 18px !important;
  padding: 18px 36px !important;
}

@media (max-width: 992px) {
  .col-full.topbar-wrapper,
  .site-header,
  .col-full-nav,
  .header-widget-region,
  .below-content,
  footer.site-footer,
  footer.copyright {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .topbar-wrapper .top-bar,
  .site-header .main-header.col-full,
  .col-full-nav .shoptimizer-primary-navigation.col-full,
  .header-widget-region .col-full,
  .below-content > .col-full,
  footer.site-footer > .col-full,
  footer.copyright > .col-full {
    border-radius: 16px !important;
  }

  .site-header .main-header.col-full,
  .col-full-nav .shoptimizer-primary-navigation.col-full,
  .header-widget-region .col-full,
  .below-content > .col-full,
  footer.site-footer > .col-full,
  footer.copyright > .col-full {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  footer.site-footer > .col-full {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  footer.copyright > .col-full {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

/* ===== v2.1.5 remove transverse lines ===== */
.top-bar,
.site-header,
.col-full-nav,
.col-full-nav.nav-down,
.col-full-nav.is_stuck,
.header-widget-region,
.below-content,
footer.site-footer,
footer.copyright,
.archive-header,
.woocommerce-page .archive-header,
.single-product .archive-header,
.tax-product_cat .archive-header,
.post-type-archive-product .archive-header {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* ===== v2.1.8 restore native mobile header/logo controls ===== */
@media (max-width: 992px) {
  .col-full.topbar-wrapper,
  .site-header,
  .col-full-nav,
  .header-widget-region {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .topbar-wrapper .top-bar,
  .site-header .main-header.col-full,
  .col-full-nav .shoptimizer-primary-navigation.col-full,
  .header-widget-region .col-full {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .site-header .main-header.col-full {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* ===== v2.2.0 single product outer shell cleanup ===== */
@media (min-width: 993px) {
  body.single-product .site-content .col-full {
    background: transparent !important;
    box-shadow: none !important;
  }

  body.single-product #primary.content-area,
  body.single-product .content-area,
  body.single-product .site-main {
    max-width: var(--mw-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
}

/* ===== v2.2.1 remove single product breadcrumb strip ===== */
body.single-product .archive-header {
  background: transparent !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* ===== v2.2.2 align pdp widths + clean meta row ===== */
@media (min-width: 993px) {
  body.single-product {
    --mw-pdp-max: 1170px;
  }

  body.single-product .product-details-wrapper,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product .related.products,
  body.single-product .upsells.products,
  body.single-product div.product > .product_meta {
    width: min(var(--mw-pdp-max), calc(100% - 32px)) !important;
    max-width: var(--mw-pdp-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.single-product div.product > .product_meta {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px 18px !important;
    margin-top: 22px !important;
    padding: 14px 22px !important;
    background: #15191d !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 18px !important;
    box-shadow: var(--mw-shadow) !important;
    text-align: center !important;
    color: #a9b4bf !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  body.single-product div.product > .product_meta > span,
  body.single-product div.product > .product_meta .sku_wrapper,
  body.single-product div.product > .product_meta .posted_in,
  body.single-product div.product > .product_meta .tagged_as,
  body.single-product div.product > .product_meta .brand {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px 6px !important;
    margin: 0 !important;
    float: none !important;
  }

  body.single-product div.product > .product_meta strong,
  body.single-product div.product > .product_meta b,
  body.single-product div.product > .product_meta .sku {
    color: #d7e0e9 !important;
  }

  body.single-product div.product > .product_meta a {
    color: #c5cfda !important;
  }
}

/* ===== v2.2.3 target real pdp meta row + unify widths ===== */
@media (min-width: 993px) {
  body.single-product .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta,
  body.single-product .related-wrapper,
  body.single-product .related.products,
  body.single-product .upsells.products,
  body.single-product nav.woocommerce-breadcrumb,
  body.single-product .woocommerce-breadcrumb {
    width: min(var(--mw-pdp-max), calc(100% - 32px)) !important;
    max-width: var(--mw-pdp-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    padding: 14px 22px !important;
    background: #15191d !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 18px !important;
    box-shadow: var(--mw-shadow) !important;
    text-align: center !important;
  }

  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta:has(span) {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
  }

  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta .posted_in,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta .sku_wrapper,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta .tagged_as,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta .brand {
    display: inline-block !important;
    margin: 0 10px !important;
    float: none !important;
    color: #a9b4bf !important;
  }

  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta .posted_in a,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta .tagged_as a,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta .brand a {
    color: #c5cfda !important;
  }

  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta .sku_wrapper span,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta strong,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper + .product_meta b {
    color: #d7e0e9 !important;
  }
}

/* ===== v2.2.4 hard reset product_meta full-width rule ===== */
@media (min-width: 993px) {
  body.single-product {
    --mw-pdp-max: 1170px;
  }

  body.single-product .product_meta {
    width: min(var(--mw-pdp-max), calc(100% - 32px)) !important;
    max-width: var(--mw-pdp-max) !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    padding: 14px 22px !important;
    box-sizing: border-box !important;
    background: #15191d !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 18px !important;
    box-shadow: var(--mw-shadow) !important;
    text-align: center !important;
    color: #a9b4bf !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  body.single-product .product_meta:has(span) {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
  }

  body.single-product .product_meta .posted_in,
  body.single-product .product_meta .sku_wrapper,
  body.single-product .product_meta .tagged_as,
  body.single-product .product_meta .brand,
  body.single-product .product_meta > span {
    display: inline-block !important;
    margin: 0 10px !important;
    float: none !important;
    color: #a9b4bf !important;
  }

  body.single-product .product_meta .posted_in a,
  body.single-product .product_meta .tagged_as a,
  body.single-product .product_meta .brand a {
    color: #c5cfda !important;
  }

  body.single-product .product_meta .sku_wrapper span,
  body.single-product .product_meta strong,
  body.single-product .product_meta b {
    color: #d7e0e9 !important;
  }
}

/* ===== v2.2.5 remove outer related wrapper box ===== */
@media (min-width: 993px) {
  body.single-product .related-wrapper {
    width: min(var(--mw-pdp-max), calc(100% - 32px)) !important;
    max-width: var(--mw-pdp-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

/* ===== v2.2.6 match single-product body width to breadcrumb ===== */
@media (min-width: 993px) {
  body.single-product .product-details-wrapper,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product .product_meta,
  body.single-product .related-wrapper,
  body.single-product .related.products,
  body.single-product .upsells.products {
    width: min(1240px, calc(100% - 40px)) !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}

/* ===== v2.2.7 force all pdp body wrappers to breadcrumb width ===== */
@media (min-width: 993px) {
  body.single-product #primary.content-area,
  body.single-product .content-area,
  body.single-product .site-main,
  body.single-product .product-details-wrapper,
  body.single-product div.product,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product .product_meta,
  body.single-product .related-wrapper,
  body.single-product .related.products,
  body.single-product .upsells.products {
    width: min(1240px, calc(100% - 40px)) !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    float: none !important;
  }
}

/* ===== v2.2.8 match header and footer width to breadcrumb ===== */
@media (min-width: 993px) {
  :root {
    --mw-shell-max: 1240px;
  }

  .col-full.topbar-wrapper,
  .site-header,
  .col-full-nav,
  .header-widget-region,
  .below-content,
  footer.site-footer,
  footer.copyright {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .topbar-wrapper .top-bar,
  .site-header .main-header.col-full,
  .col-full-nav .shoptimizer-primary-navigation.col-full,
  .header-widget-region .col-full,
  .below-content > .col-full,
  footer.site-footer > .col-full,
  footer.copyright > .col-full {
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ===== v2.2.9 match shop/archive breadcrumb to site breadcrumb ===== */
@media (min-width: 993px) {
  body.woocommerce-page:not(.single-product) .archive-header,
  body.post-type-archive-product .archive-header,
  body.tax-product_cat .archive-header,
  body.tax-product_tag .archive-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.woocommerce-page:not(.single-product) nav.woocommerce-breadcrumb,
  body.woocommerce-page:not(.single-product) .woocommerce-breadcrumb,
  body.post-type-archive-product nav.woocommerce-breadcrumb,
  body.post-type-archive-product .woocommerce-breadcrumb,
  body.tax-product_cat nav.woocommerce-breadcrumb,
  body.tax-product_cat .woocommerce-breadcrumb,
  body.tax-product_tag nav.woocommerce-breadcrumb,
  body.tax-product_tag .woocommerce-breadcrumb {
    width: min(1240px, calc(100% - 40px)) !important;
    max-width: 1240px !important;
    margin: 14px auto 18px !important;
    padding: 14px 22px !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, #121821 0%, #0d1218 100%) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 18px !important;
    color: var(--mw-text-2) !important;
  }

  body.woocommerce-page:not(.single-product) .woocommerce-breadcrumb,
  body.post-type-archive-product .woocommerce-breadcrumb,
  body.tax-product_cat .woocommerce-breadcrumb,
  body.tax-product_tag .woocommerce-breadcrumb {
    line-height: 1.2 !important;
  }

  body.woocommerce-page:not(.single-product) .woocommerce-breadcrumb a,
  body.woocommerce-page:not(.single-product) .woocommerce-breadcrumb .breadcrumb-separator,
  body.woocommerce-page:not(.single-product) .woocommerce-breadcrumb,
  body.post-type-archive-product .woocommerce-breadcrumb a,
  body.post-type-archive-product .woocommerce-breadcrumb .breadcrumb-separator,
  body.post-type-archive-product .woocommerce-breadcrumb,
  body.tax-product_cat .woocommerce-breadcrumb a,
  body.tax-product_cat .woocommerce-breadcrumb .breadcrumb-separator,
  body.tax-product_cat .woocommerce-breadcrumb,
  body.tax-product_tag .woocommerce-breadcrumb a,
  body.tax-product_tag .woocommerce-breadcrumb .breadcrumb-separator,
  body.tax-product_tag .woocommerce-breadcrumb {
    color: var(--mw-text-3) !important;
  }

  body.woocommerce-page:not(.single-product) .woocommerce-breadcrumb a:hover,
  body.post-type-archive-product .woocommerce-breadcrumb a:hover,
  body.tax-product_cat .woocommerce-breadcrumb a:hover,
  body.tax-product_tag .woocommerce-breadcrumb a:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
}

/* ===== v2.2.11 remove inner box from welcome promo bar ===== */
@media (min-width: 993px) {
  .header-widget-region .col-full,
  .header-widget-region .col-full > *,
  .header-widget-region .col-full .widget,
  .header-widget-region .col-full .textwidget,
  .header-widget-region .col-full .widget_text,
  .header-widget-region .col-full p {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .header-widget-region .col-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ===== v2.2.12 restore outer promo bar, keep inner content flat ===== */
@media (min-width: 993px) {
  .header-widget-region .col-full {
    background: #1a2026 !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .header-widget-region .col-full > *,
  .header-widget-region .col-full .widget,
  .header-widget-region .col-full .textwidget,
  .header-widget-region .col-full .widget_text,
  .header-widget-region .col-full p {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}

/* ===== v2.2.13 slightly larger single-product viewer ===== */
@media (min-width: 993px) {
  body.single-product .product .woocommerce-product-gallery,
  body.single-product .product .images {
    width: 63% !important;
  }

  body.single-product .product .summary {
    width: 33% !important;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  body.single-product .product .woocommerce-product-gallery,
  body.single-product .product .images {
    width: 54% !important;
  }

  body.single-product .product .summary {
    width: 42% !important;
  }
}

/* ===== v2.2.14 disable gallery hover zoom ===== */
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  transform: none !important;
}

/* ===== v2.2.28 keep only global in-page gallery arrow fixes ===== */
@media (min-width: 993px) {
  .single-product .product .woocommerce-product-gallery,
  .single-product .product .images {
    position: relative !important;
  }

  .single-product .product .flex-viewport,
  .single-product .product .v3d-main-viewport {
    position: relative !important;
  }

  .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 14px !important;
    right: 14px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    background: rgba(18, 22, 28, 0.86) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    color: transparent !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    z-index: 5 !important;
  }

  .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    width: 16px !important;
    height: 16px !important;
    background: #ffffff !important;
    opacity: 1 !important;
  }

  .single-product .product .flex-viewport > ul.flex-direction-nav,
  .single-product .product .v3d-main-viewport > ul.flex-direction-nav,
  .single-product .product ul.flex-direction-nav.v3d-main-gallery-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
    transform: translateY(-50%) !important;
    z-index: 4 !important;
    list-style: none !important;
    pointer-events: none !important;
  }

  .single-product .product .woocommerce-product-gallery a.flex-prev,
  .single-product .product .woocommerce-product-gallery a.flex-next {
    visibility: visible !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    pointer-events: auto !important;
  }

  .single-product .product .woocommerce-product-gallery a.flex-prev:before,
  .single-product .product .woocommerce-product-gallery a.flex-next:after {
    display: inline-flex !important;
    width: 24px !important;
    height: 24px !important;
    background: #ffffff !important;
    opacity: 1 !important;
    transition: none !important;
  }

  .single-product .product .woocommerce-product-gallery a.flex-prev:before,
  .single-product .product .woocommerce-product-gallery:hover a.flex-prev:before {
    left: 0 !important;
  }

  .single-product .product .woocommerce-product-gallery a.flex-next:after,
  .single-product .product .woocommerce-product-gallery:hover a.flex-next:after {
    right: 0 !important;
  }
}

/* ===== v2.2.37 hide 3D launch button while viewer modal is open ===== */
body.m3d-gallery-viewer-open .m3d-gallery-viewer-button,
body.m3d-gallery-viewer-open [data-m3d-gallery-button="1"] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ===== v2.2.43 align single-product shell to global site width ===== */
@media (min-width: 993px) {
  body.single-product {
    --mw-pdp-max: var(--mw-shell-max) !important;
  }

  body.single-product .archive-header .col-full,
  body.single-product .site-content > .col-full,
  body.single-product .site-main > .col-full {
    max-width: var(--mw-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.single-product nav.woocommerce-breadcrumb,
  body.single-product .woocommerce-breadcrumb,
  body.single-product .product-details-wrapper,
  body.single-product div.product,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product .product_meta,
  body.single-product .related-wrapper,
  body.single-product .related.products,
  body.single-product .upsells.products {
    width: 100% !important;
    max-width: none !important;
  }
}

/* ===== v2.2.44 refine my-account page contrast and hierarchy ===== */
.woocommerce-account .woocommerce {
  color: var(--mw-text-2);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  background:
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012)) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  box-shadow: var(--mw-shadow);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 12px !important;
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 6px !important;
  border: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 12px 14px !important;
  border-radius: 14px;
  color: var(--mw-text-2) !important;
  font-weight: 500;
  letter-spacing: .01em;
  text-decoration: none !important;
  background: transparent !important;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  float: none !important;
  flex: 0 0 18px;
  width: 18px !important;
  height: 18px !important;
  margin-left: auto;
  background: #9aa4af !important;
  opacity: .78 !important;
  transition: background .18s ease, opacity .18s ease, transform .18s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(59,181,74,.18), rgba(59,181,74,.10)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(59,181,74,.34),
    0 10px 24px rgba(0,0,0,.18);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  background: #8fe79b !important;
  opacity: 1 !important;
  transform: translateX(1px);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 600 !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 24px 28px !important;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content label,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details,
.woocommerce-account .woocommerce-Addresses address {
  color: var(--mw-text-2) !important;
}

.woocommerce-account .woocommerce-MyAccount-content p strong,
.woocommerce-account .woocommerce-MyAccount-content strong,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content legend,
.woocommerce-account .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-order-details tfoot tr:last-child td,
.woocommerce-account .woocommerce-order-details tfoot tr:last-child th {
  color: #ffffff !important;
}

.woocommerce-account .woocommerce-MyAccount-content p a,
.woocommerce-account .woocommerce-Addresses header.title a,
.woocommerce-account td.woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table a {
  color: #8fe79b !important;
  text-decoration-color: rgba(143,231,155,.42) !important;
}

.woocommerce-account .woocommerce-MyAccount-content p a:hover,
.woocommerce-account .woocommerce-Addresses header.title a:hover,
.woocommerce-account td.woocommerce-orders-table__cell-order-number a:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table a:hover {
  color: #ffffff !important;
  text-decoration-color: rgba(255,255,255,.42) !important;
}

.woocommerce-account .woocommerce-MyAccount-content > *:first-child {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details address,
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  background: #11161c !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-customer-details address,
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  padding: 18px 20px !important;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table,
.woocommerce-account .woocommerce-MyAccount-content table {
  background: #11161c !important;
  border-radius: 16px !important;
  overflow: hidden;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-order-downloads table thead th,
.woocommerce-account .woocommerce-order-details th {
  color: #ffffff !important;
  border-bottom-color: rgba(255,255,255,.08) !important;
}

.woocommerce-account table td,
.woocommerce-account tr.woocommerce-orders-table__row td,
.woocommerce-account .woocommerce-order-downloads td,
.woocommerce-account .woocommerce-order-details td {
  color: var(--mw-text-2) !important;
  border-bottom-color: rgba(255,255,255,.08) !important;
}

.woocommerce-account tr.woocommerce-orders-table__row:hover td {
  background: rgba(255,255,255,.018);
}

.woocommerce-account tr.woocommerce-orders-table__row--status-completed td.woocommerce-orders-table__cell-order-status {
  color: #8fe79b !important;
}

.woocommerce-account .my_account_orders .button,
.woocommerce-account .woocommerce-MyAccount-downloads .button,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {
  background: linear-gradient(180deg, #46c05a 0%, #2d973f 100%) !important;
  border: 1px solid rgba(116,226,132,.36) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}

.woocommerce-account .my_account_orders .button:hover,
.woocommerce-account .woocommerce-MyAccount-downloads .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button:hover,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover {
  background: linear-gradient(180deg, #55cb68 0%, #35a649 100%) !important;
}

.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content input[type="tel"],
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select {
  background: #0f1419 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  color: #ffffff !important;
  border-radius: 14px !important;
}

.woocommerce-account .woocommerce-MyAccount-content input::placeholder,
.woocommerce-account .woocommerce-MyAccount-content textarea::placeholder {
  color: var(--mw-text-3) !important;
}

.woocommerce-account .woocommerce-MyAccount-content .show-password-input:after {
  background: var(--mw-text-3) !important;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
  background: rgba(59,181,74,.14) !important;
  color: #ffffff !important;
  border-radius: 8px;
  padding: 0 .35em;
}

@media (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 18px !important;
  }

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

/* ===== v2.2.45 propagate my-account visual language sitewide ===== */
body:not(.home):not(.woocommerce-page) .page .entry-content,
body.single-post .entry-content,
body.blog article.post,
body.archive article.post,
body.search article,
.archive .term-description,
.tax-product_cat .term-description,
.tax-product_tag .term-description,
.woocommerce-products-header__description,
.term-description,
.woocommerce.archive .widget,
.woocommerce-page.archive .widget,
.woocommerce-shop .widget,
.woocommerce.archive .widget_price_filter,
.woocommerce.archive .widget_product_categories,
.woocommerce-page .widget_price_filter,
.woocommerce-page .widget_product_categories,
#secondary .widget,
.single-product div.product,
.single-product .product .summary,
.single-product .product .woocommerce-product-gallery,
.woocommerce-tabs .panel,
.woocommerce-tabs ul.tabs li a,
.woocommerce-cart .cart_totals,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce-notices-wrapper > * {
  background:
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012)) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  box-shadow: var(--mw-shadow) !important;
}

body:not(.home):not(.woocommerce-page) .page .entry-content,
body.single-post .entry-content,
body.blog article.post,
body.archive article.post,
body.search article {
  border-radius: 20px !important;
}

body:not(.home):not(.woocommerce-page) .page .entry-content,
body.single-post .entry-content {
  padding: 24px 28px !important;
}

body.blog article.post,
body.archive article.post,
body.search article {
  padding: 20px 24px !important;
}

body.archive article.post .entry-content,
body.blog article.post .entry-content,
body.search article .entry-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body:not(.home):not(.woocommerce-page) .entry-content h1,
body:not(.home):not(.woocommerce-page) .entry-content h2,
body:not(.home):not(.woocommerce-page) .entry-content h3,
body:not(.home):not(.woocommerce-page) .entry-content h4,
body.single-post .entry-content h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.blog article.post h2,
body.archive article.post h2,
body.search article h2 {
  color: #ffffff !important;
}

body:not(.home):not(.woocommerce-page) .entry-content p,
body:not(.home):not(.woocommerce-page) .entry-content li,
body.single-post .entry-content p,
body.single-post .entry-content li,
body.blog article.post p,
body.blog article.post li,
body.archive article.post p,
body.archive article.post li,
body.search article p,
body.search article li {
  color: var(--mw-text-2) !important;
}

body:not(.home):not(.woocommerce-page) .entry-content a:not(.button),
body.single-post .entry-content a:not(.button),
body.blog article.post a:not(.button),
body.archive article.post a:not(.button),
body.search article a:not(.button),
.archive .term-description a,
.tax-product_cat .term-description a,
.tax-product_tag .term-description a,
.woocommerce-products-header__description a,
.term-description a,
#secondary .widget a:not(.button) {
  color: #8fe79b !important;
}

body:not(.home):not(.woocommerce-page) .entry-content a:not(.button):hover,
body.single-post .entry-content a:not(.button):hover,
body.blog article.post a:not(.button):hover,
body.archive article.post a:not(.button):hover,
body.search article a:not(.button):hover,
.archive .term-description a:hover,
.tax-product_cat .term-description a:hover,
.tax-product_tag .term-description a:hover,
.woocommerce-products-header__description a:hover,
.term-description a:hover,
#secondary .widget a:not(.button):hover {
  color: #ffffff !important;
}

/* ===== v2.2.46 unify all buttons and selection states ===== */
:root {
  --mw-choice-bg: linear-gradient(180deg, #171c22 0%, #11151a 100%);
  --mw-choice-border: rgba(255,255,255,.08);
  --mw-choice-text: #d3d9e1;
  --mw-choice-active-bg: linear-gradient(180deg, rgba(31,64,37,.96) 0%, rgba(20,45,26,.98) 100%);
  --mw-choice-active-border: rgba(68,176,86,.58);
  --mw-choice-active-icon: #8fe79b;
}

.button,
button:not(.pswp__button):not(.close-drawer):not(.menu-toggle),
input[type="button"],
input[type="reset"],
input[type="submit"],
.wc-forward,
.added_to_cart,
.product .cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.related.products li.product .button,
.upsells.products li.product .button,
.elementor a.elementor-button,
.elementor .elementor-button,
.elementor-post__read-more,
.read-more,
.readmore,
.post-loop-button,
.loop-button,
.cg-button,
.widget a.button,
.shoptimizer-sticky-add-to-cart a.button,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a,
.m3d-gallery-viewer-button,
[data-m3d-gallery-button="1"] {
  background: var(--mw-choice-active-bg) !important;
  border: 1px solid var(--mw-choice-active-border) !important;
  color: #ffffff !important;
  border-radius: 18px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.02),
    0 0 0 1px rgba(46,128,61,.18),
    0 10px 24px rgba(0,0,0,.22) !important;
}

.button:hover,
button:not(.pswp__button):not(.close-drawer):not(.menu-toggle):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wc-forward:hover,
.added_to_cart:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.related.products li.product .button:hover,
.upsells.products li.product .button:hover,
.elementor a.elementor-button:hover,
.elementor .elementor-button:hover,
.elementor-post__read-more:hover,
.read-more:hover,
.readmore:hover,
.post-loop-button:hover,
.loop-button:hover,
.cg-button:hover,
.widget a.button:hover,
.shoptimizer-sticky-add-to-cart a.button:hover,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a:hover,
.m3d-gallery-viewer-button:hover,
[data-m3d-gallery-button="1"]:hover {
  background: linear-gradient(180deg, rgba(39,79,46,.98) 0%, rgba(25,55,31,.98) 100%) !important;
  border-color: rgba(93,205,113,.62) !important;
  transform: translateY(-1px);
}

.button.disabled,
.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce a.button.disabled,
.single-product form.cart .button.disabled,
.single-product form.cart .button:disabled,
.single-product form.cart button.single_add_to_cart_button.disabled,
.single-product form.cart button.single_add_to_cart_button:disabled {
  background: var(--mw-choice-bg) !important;
  border-color: rgba(255,255,255,.10) !important;
  color: #aeb7c2 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02) !important;
  opacity: 1 !important;
}

.woocommerce-tabs ul.tabs li a,
.single-product .cfvsw-swatches-option,
.woocommerce-pagination .page-numbers li .page-numbers,
.page-numbers,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  background: var(--mw-choice-bg) !important;
  border: 1px solid var(--mw-choice-border) !important;
  color: var(--mw-choice-text) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02) !important;
}

.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover,
.page-numbers:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #ffffff !important;
  border-color: rgba(255,255,255,.12) !important;
  background: linear-gradient(180deg, #1a2027 0%, #13181e 100%) !important;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-pagination .page-numbers li .page-numbers.current,
.page-numbers.current,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.single-product .summary .cfvsw-swatches-option.cfvsw-selected-swatch,
.single-product .summary .cfvsw-swatches-option.cfvsw-selected-swatch:hover,
.single-product .summary .cfvsw-swatches-option.cfvsw-selected-swatch:focus {
  background: var(--mw-choice-active-bg) !important;
  border-color: var(--mw-choice-active-border) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.02),
    0 0 0 1px rgba(46,128,61,.18),
    0 10px 24px rgba(0,0,0,.18) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before,
.woocommerce-tabs ul.tabs li.active a:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  background: #9aa4af !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  background: var(--mw-choice-active-icon) !important;
}

.single-product .summary .cfvsw-swatches-option.cfvsw-selected-swatch::after {
  box-shadow: inset 0 0 0 1px rgba(143,231,155,.85) !important;
}

.single-product .summary .cfvsw-selected-label,
.single-product .summary table.variations td.label .cfvsw-selected-label,
.single-product .summary table.variations td.label .cfvsw-selected-label::before {
  color: #ffffff !important;
}

/* ===== v2.2.47 fix mobile single-product shell and category description ===== */
@media (max-width: 992px) {
  body.single-product .site-content,
  body.single-product .site-main,
  body.single-product .site-content > .col-full,
  body.single-product .site-main > .col-full,
  body.single-product #primary.content-area,
  body.single-product .content-area,
  body.single-product .product-details-wrapper,
  body.single-product div.product,
  body.single-product .product .summary,
  body.single-product .product .woocommerce-product-gallery,
  body.single-product .product .images,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product .related.products,
  body.single-product .upsells.products,
  body.single-product .related-wrapper {
    background: #15191d !important;
  }

  body.single-product .site-content > .col-full,
  body.single-product .site-main > .col-full {
    box-shadow: none !important;
  }
}

@media (min-width: 993px) {
  .archive-header .term-description,
  .archive-header .woocommerce-products-header__description,
  .woocommerce-products-header__description,
  .term-description {
    background:
      linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012)) !important;
    border: 1px solid rgba(255,255,255,.07) !important;
    box-shadow: var(--mw-shadow) !important;
  }

  .archive-header .term-description *,
  .archive-header .woocommerce-products-header__description *,
  .woocommerce-products-header__description *,
  .term-description * {
    background: transparent !important;
  }

  .archive-header .term-description p,
  .archive-header .woocommerce-products-header__description p,
  .woocommerce-products-header__description p,
  .term-description p,
  .archive-header .term-description li,
  .archive-header .woocommerce-products-header__description li,
  .woocommerce-products-header__description li,
  .term-description li {
    color: var(--mw-text-2) !important;
  }
}

/* ===== v2.2.48 fix category description surfaces from parent theme ===== */
header.woocommerce-products-header .term-description,
.shoptimizer-category-banner .taxonomy-description,
.shoptimizer-category-banner .col-full .taxonomy-description,
.archive-header .woocommerce-products-header__description,
.archive-header .term-description {
  background:
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012)) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  border-radius: 18px !important;
  box-shadow: var(--mw-shadow) !important;
  color: var(--mw-text-2) !important;
}

header.woocommerce-products-header .term-description *,
.shoptimizer-category-banner .taxonomy-description *,
.shoptimizer-category-banner .col-full .taxonomy-description *,
.archive-header .woocommerce-products-header__description *,
.archive-header .term-description * {
  background: transparent !important;
}

header.woocommerce-products-header .term-description p,
header.woocommerce-products-header .term-description li,
header.woocommerce-products-header .term-description a,
.shoptimizer-category-banner .taxonomy-description p,
.shoptimizer-category-banner .taxonomy-description li,
.shoptimizer-category-banner .taxonomy-description a,
.shoptimizer-category-banner .col-full .taxonomy-description p,
.shoptimizer-category-banner .col-full .taxonomy-description li,
.shoptimizer-category-banner .col-full .taxonomy-description a {
  color: var(--mw-text-2) !important;
}

.shoptimizer-category-banner .taxonomy-description ul li a,
.shoptimizer-category-banner .col-full .taxonomy-description ul li a {
  background: #11161c !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02) !important;
}

.shoptimizer-category-banner .taxonomy-description ul li a:hover,
.shoptimizer-category-banner .col-full .taxonomy-description ul li a:hover {
  background: linear-gradient(180deg, #1a2027 0%, #13181e 100%) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.14) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.16) !important;
}

header.woocommerce-products-header .term-description .has-background,
header.woocommerce-products-header .term-description [class*="has-"][class*="-background"],
header.woocommerce-products-header .term-description .wp-block-group,
header.woocommerce-products-header .term-description .wp-block-cover,
header.woocommerce-products-header .term-description .wp-block-media-text,
.shoptimizer-category-banner .taxonomy-description .has-background,
.shoptimizer-category-banner .taxonomy-description [class*="has-"][class*="-background"],
.shoptimizer-category-banner .taxonomy-description .wp-block-group,
.shoptimizer-category-banner .taxonomy-description .wp-block-cover,
.shoptimizer-category-banner .taxonomy-description .wp-block-media-text,
.archive-header .term-description .has-background,
.archive-header .term-description [class*="has-"][class*="-background"],
.archive-header .woocommerce-products-header__description .has-background,
.archive-header .woocommerce-products-header__description [class*="has-"][class*="-background"] {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

header.woocommerce-products-header .term-description p,
header.woocommerce-products-header .term-description .wp-block-paragraph,
.shoptimizer-category-banner .taxonomy-description p,
.shoptimizer-category-banner .taxonomy-description .wp-block-paragraph,
.archive-header .term-description p,
.archive-header .woocommerce-products-header__description p {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

@media (min-width: 993px) {
  .header-widget-region {
    background: #1a2026 !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow: hidden !important;
  }

  .header-widget-region .col-full {
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .header-widget-region .col-full > *,
  .header-widget-region .col-full .widget,
  .header-widget-region .col-full .widget_text,
  .header-widget-region .col-full .textwidget,
  .header-widget-region .col-full div,
  .header-widget-region .col-full span,
  .header-widget-region .col-full p {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
  }

  .header-widget-region .col-full .widget {
    margin: 0 !important;
    padding: 12px 20px !important;
  }

  header.woocommerce-products-header .term-description,
  .shoptimizer-category-banner .taxonomy-description,
  .shoptimizer-category-banner .col-full .taxonomy-description,
  .archive-header .woocommerce-products-header__description,
  .archive-header .term-description {
    background: #161c23 !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
    isolation: isolate;
    overflow: hidden !important;
  }

  header.woocommerce-products-header .term-description *,
  .shoptimizer-category-banner .taxonomy-description *,
  .shoptimizer-category-banner .col-full .taxonomy-description *,
  .archive-header .woocommerce-products-header__description *,
  .archive-header .term-description * {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
  }

  header.woocommerce-products-header .term-description [style*="background"],
  header.woocommerce-products-header .term-description [style*="background-color"],
  .shoptimizer-category-banner .taxonomy-description [style*="background"],
  .shoptimizer-category-banner .taxonomy-description [style*="background-color"],
  .archive-header .term-description [style*="background"],
  .archive-header .term-description [style*="background-color"],
  .archive-header .woocommerce-products-header__description [style*="background"],
  .archive-header .woocommerce-products-header__description [style*="background-color"] {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }
}

/* ===== v2.2.51 final promo-bar and category-description cleanup ===== */
@media (min-width: 993px) {
  .header-widget-region::before,
  .header-widget-region::after,
  .header-widget-region .col-full::before,
  .header-widget-region .col-full::after,
  .header-widget-region .widget::before,
  .header-widget-region .widget::after,
  .header-widget-region .textwidget::before,
  .header-widget-region .textwidget::after {
    content: none !important;
    display: none !important;
  }

  .header-widget-region .col-full,
  .header-widget-region .col-full > *,
  .header-widget-region .col-full .widget,
  .header-widget-region .col-full .widget_text,
  .header-widget-region .col-full .textwidget,
  .header-widget-region .col-full div,
  .header-widget-region .col-full span,
  .header-widget-region .col-full p {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  .header-widget-region .col-full .widget {
    padding: 12px 20px !important;
  }

  header.woocommerce-products-header .term-description,
  .shoptimizer-category-banner .taxonomy-description,
  .shoptimizer-category-banner .col-full .taxonomy-description,
  .archive-header .woocommerce-products-header__description,
  .archive-header .term-description,
  .woocommerce-products-header__description,
  .term-description {
    background: #161c23 !important;
    background-color: #161c23 !important;
    background-image: none !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
    color: var(--mw-text-2) !important;
  }

  header.woocommerce-products-header .term-description *,
  .shoptimizer-category-banner .taxonomy-description *,
  .shoptimizer-category-banner .col-full .taxonomy-description *,
  .archive-header .woocommerce-products-header__description *,
  .archive-header .term-description *,
  .woocommerce-products-header__description *,
  .term-description * {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
  }

  header.woocommerce-products-header .term-description [style],
  .shoptimizer-category-banner .taxonomy-description [style],
  .shoptimizer-category-banner .col-full .taxonomy-description [style],
  .archive-header .woocommerce-products-header__description [style],
  .archive-header .term-description [style],
  .woocommerce-products-header__description [style],
  .term-description [style] {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }
}

/* ===== v2.2.52 restore promo shell width and fix category corner bleed ===== */
@media (min-width: 993px) {
  .header-widget-region {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .header-widget-region .col-full {
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #1a2026 !important;
    background-color: #1a2026 !important;
    background-image: none !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
    overflow: hidden !important;
  }

  header.woocommerce-products-header .term-description,
  .shoptimizer-category-banner .taxonomy-description,
  .shoptimizer-category-banner .col-full .taxonomy-description,
  .archive-header .woocommerce-products-header__description,
  .archive-header .term-description,
  .woocommerce-products-header__description,
  .term-description {
    background: #161c23 !important;
    background-color: #161c23 !important;
    background-image: none !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    border: 1px solid transparent !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
    overflow: hidden !important;
    isolation: isolate !important;
    position: relative !important;
  }
}

/* ===== v2.2.53 remove category corner highlights ===== */
@media (min-width: 993px) {
  header.woocommerce-products-header .term-description,
  .shoptimizer-category-banner .taxonomy-description,
  .shoptimizer-category-banner .col-full .taxonomy-description,
  .archive-header .woocommerce-products-header__description,
  .archive-header .term-description,
  .woocommerce-products-header__description,
  .term-description {
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
  }
}

/* ===== v2.2.54 fix category description at parent container level ===== */
@media (min-width: 993px) {
  header.woocommerce-products-header {
    background: #161c23 !important;
    background-color: #161c23 !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
    overflow: hidden !important;
  }

  header.woocommerce-products-header::before,
  header.woocommerce-products-header::after {
    content: none !important;
    display: none !important;
  }

  header.woocommerce-products-header .term-description {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

/* ===== v2.2.55 align promo bar shell to header sitewide ===== */
@media (min-width: 993px) {
  .header-widget-region {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .header-widget-region .col-full {
    width: min(var(--mw-shell-max), calc(100% - 40px)) !important;
    max-width: var(--mw-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}

/* ===== v2.2.56 target only the welcome promo widget shell ===== */
@media (min-width: 993px) {
  .header-widget-region {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .header-widget-region .col-full {
    width: auto !important;
    max-width: var(--mw-shell-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .header-widget-region #text-2.widget {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: #1a2026 !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
    overflow: hidden !important;
  }

  .header-widget-region #text-2 .textwidget,
  .header-widget-region #text-2 .textwidget p,
  .header-widget-region #text-2 .textwidget strong {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .header-widget-region #text-2 .textwidget {
    padding: 12px 20px !important;
  }

  .header-widget-region #text-2 .textwidget p {
    margin: 0 !important;
  }
}

/* ===== v2.2.57 restore promo parent shell alignment, keep visible box on #text-2 ===== */
@media (min-width: 993px) {
  .header-widget-region .col-full {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .header-widget-region #text-2.widget {
    display: block !important;
    width: min(var(--mw-shell-max), calc(100% - 40px)) !important;
    max-width: min(var(--mw-shell-max), calc(100% - 40px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}

/* ===== v2.2.59 exact promo alignment + mobile archive header dark ===== */
@media (min-width: 993px) {
  .header-widget-region #text-2.widget {
    width: min(calc(100% - 52px), calc(var(--mw-shell-max) - 4px)) !important;
    max-width: calc(var(--mw-shell-max) - 4px) !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: content-box !important;
    float: none !important;
  }

  .header-widget-region #text-2 .textwidget {
    padding: 12px 0 !important;
  }
}

@media (max-width: 992px) {
  body.post-type-archive-product header.woocommerce-products-header,
  body.tax-product_cat header.woocommerce-products-header,
  body.tax-product_tag header.woocommerce-products-header,
  body.woocommerce-shop header.woocommerce-products-header {
    background: #161c23 !important;
    background-color: #161c23 !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
    overflow: hidden !important;
  }

  body.post-type-archive-product header.woocommerce-products-header .term-description,
  body.tax-product_cat header.woocommerce-products-header .term-description,
  body.tax-product_tag header.woocommerce-products-header .term-description,
  body.woocommerce-shop header.woocommerce-products-header .term-description {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

/* ===== v2.2.66 contact page template ===== */
.page-template-template-contact .entry-header {
  display: none !important;
}

.page-template-template-contact .archive-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.page-template-template-contact .archive-header .col-full {
  background: transparent !important;
}

.page-template-template-contact nav.woocommerce-breadcrumb,
.page-template-template-contact .woocommerce-breadcrumb,
.page-template-template-contact .breadcrumb {
  width: min(1240px, calc(100% - 40px)) !important;
  max-width: 1240px !important;
  margin: 14px auto 18px !important;
  padding: 14px 22px !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  background: linear-gradient(180deg, #121821 0%, #0d1218 100%) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 18px !important;
  color: var(--mw-text-3) !important;
  line-height: 1.2 !important;
}

.page-template-template-contact nav.woocommerce-breadcrumb a,
.page-template-template-contact .woocommerce-breadcrumb a,
.page-template-template-contact .breadcrumb a,
.page-template-template-contact nav.woocommerce-breadcrumb .breadcrumb-separator,
.page-template-template-contact .woocommerce-breadcrumb .breadcrumb-separator,
.page-template-template-contact .breadcrumb .breadcrumb-separator {
  color: var(--mw-text-3) !important;
}

.page-template-template-contact nav.woocommerce-breadcrumb a:hover,
.page-template-template-contact .woocommerce-breadcrumb a:hover,
.page-template-template-contact .breadcrumb a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.page-template-template-contact .vasetto-contact-primary,
.page-template-template-contact .vasetto-contact-primary #main {
  width: min(var(--mw-shell-max), calc(100% - 40px));
  max-width: min(var(--mw-shell-max), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.vasetto-contact-page {
  display: grid;
  gap: 28px;
  padding: 10px 0 48px;
  position: relative;
}

.vasetto-contact-page::before {
  content: "";
  position: absolute;
  inset: -30px 8% auto;
  height: 320px;
  background:
    radial-gradient(circle at 20% 20%, rgba(143,211,154,.12), transparent 32%),
    radial-gradient(circle at 80% 0%, rgba(255,255,255,.05), transparent 22%);
  filter: blur(6px);
  pointer-events: none;
  z-index: 0;
}

.vasetto-contact-page > * {
  position: relative;
  z-index: 1;
}

.vasetto-contact-hero,
.vasetto-contact-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    var(--mw-panel);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 24px;
  box-shadow: var(--mw-shadow);
}

.vasetto-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 26px;
  padding: 34px;
  overflow: hidden;
  position: relative;
}

.vasetto-contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(143,211,154,.08), transparent 24%),
    linear-gradient(300deg, rgba(255,255,255,.02), transparent 28%);
  pointer-events: none;
}

.vasetto-contact-hero__copy,
.vasetto-contact-hero__visual {
  position: relative;
  z-index: 1;
}

.vasetto-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--mw-success);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vasetto-contact-title,
.vasetto-contact-panel__title {
  margin: 0;
  color: #fff;
}

.vasetto-contact-title {
  font-size: clamp(2.1rem, 4.8vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.vasetto-contact-intro {
  max-width: 56ch;
  margin: 18px 0 0;
  color: var(--mw-text-2);
  font-size: 17px;
  line-height: 1.75;
}

.vasetto-contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.vasetto-contact-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--mw-text);
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(143,211,154,.18);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  font-size: 14px;
  font-weight: 600;
}

.vasetto-contact-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.vasetto-contact-stat {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  background: rgba(9,12,15,.52);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}

.vasetto-contact-stat strong {
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  letter-spacing: -0.03em;
}

.vasetto-contact-stat small {
  color: var(--mw-text-3);
  line-height: 1.55;
}

.vasetto-contact-hero__visual {
  min-height: 100%;
}

.vasetto-contact-hero__image,
.vasetto-contact-hero__placeholder {
  position: relative;
  height: 100%;
  min-height: 320px;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #18211a 0%, #101418 100%);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 24px 50px rgba(0,0,0,.28);
}

.vasetto-contact-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vasetto-contact-hero__caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(12,15,18,.62), rgba(12,15,18,.88));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.vasetto-contact-hero__caption-label {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  color: var(--mw-success);
  background: rgba(143,211,154,.08);
  border: 1px solid rgba(143,211,154,.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vasetto-contact-hero__caption strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.vasetto-contact-hero__orb {
  position: absolute;
  inset: 40px auto auto 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143,211,154,.34) 0%, rgba(143,211,154,0) 70%);
  filter: blur(6px);
}

.vasetto-contact-hero__grid {
  position: absolute;
  inset: auto 24px 24px 24px;
  top: 24px;
  border-radius: 18px;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .4;
}

.vasetto-contact-hero__signature {
  position: absolute;
  right: 28px;
  bottom: 22px;
  color: rgba(255,255,255,.92);
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  text-shadow: 0 10px 30px rgba(0,0,0,.28);
}

.vasetto-contact-hero__mockup {
  position: absolute;
  inset: 26px;
}

.vasetto-contact-hero__tile {
  position: absolute;
  display: grid;
  gap: 10px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(14,18,22,.88), rgba(14,18,22,.72));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  box-shadow:
    0 20px 40px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.03);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.vasetto-contact-hero__tile--vase {
  left: 8%;
  top: 12%;
  width: 46%;
  min-height: 68%;
  align-content: space-between;
}

.vasetto-contact-hero__tile--vase svg {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

.vasetto-contact-hero__tile--vase span,
.vasetto-contact-hero__tile--stack span {
  color: var(--mw-text-3);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vasetto-contact-hero__tile-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: var(--mw-success);
  background: rgba(143,211,154,.08);
  border: 1px solid rgba(143,211,154,.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vasetto-contact-hero__tile--message {
  right: 2%;
  top: 8%;
  width: 34%;
  min-height: 106px;
  align-content: start;
}

.vasetto-contact-hero__mini-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--mw-success);
  background: rgba(143,211,154,.08);
  border: 1px solid rgba(143,211,154,.18);
  border-radius: 14px;
}

.vasetto-contact-hero__mini-icon svg {
  width: 20px;
  height: 20px;
}

.vasetto-contact-hero__tile--message strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.vasetto-contact-hero__tile--message small {
  color: var(--mw-text-3);
  line-height: 1.45;
}

.vasetto-contact-hero__tile--stack {
  right: 9%;
  bottom: 10%;
  width: 30%;
  min-height: 132px;
  align-content: end;
}

.vasetto-contact-hero__stack-line {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(143,211,154,.92), rgba(143,211,154,.18));
  box-shadow: 0 10px 24px rgba(143,211,154,.12);
}

.vasetto-contact-hero__stack-line:nth-child(1) {
  width: 92%;
}

.vasetto-contact-hero__stack-line:nth-child(2) {
  width: 74%;
}

.vasetto-contact-hero__stack-line:nth-child(3) {
  width: 58%;
}

.vasetto-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 26px;
  align-items: start;
}

.vasetto-contact-sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 24px;
}

.vasetto-contact-panel {
  padding: 24px;
}

.vasetto-contact-panel__header {
  margin-bottom: 24px;
}

.vasetto-contact-panel__title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.1;
}

.vasetto-contact-sidebar .vasetto-contact-panel__title {
  margin-bottom: 18px;
}

.vasetto-contact-panel__intro {
  margin: 12px 0 0;
  color: var(--mw-text-3);
  line-height: 1.7;
}

.vasetto-contact-cards {
  display: grid;
  gap: 14px;
}

.vasetto-contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  position: relative;
}

.vasetto-contact-card:hover,
.vasetto-contact-card:focus {
  color: #fff;
  transform: translateY(-1px);
  background: rgba(143,211,154,.07);
  border-color: rgba(143,211,154,.22);
}

.vasetto-contact-card::after {
  content: "↗";
  position: absolute;
  right: 16px;
  top: 14px;
  color: rgba(255,255,255,.18);
  font-size: 16px;
  line-height: 1;
  transition: transform .18s ease, color .18s ease;
}

.vasetto-contact-card:hover::after,
.vasetto-contact-card:focus::after {
  color: var(--mw-success);
  transform: translate(1px, -1px);
}

.vasetto-contact-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--mw-success);
  background: rgba(143,211,154,.08);
  border: 1px solid rgba(143,211,154,.18);
  border-radius: 14px;
}

.vasetto-contact-card__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vasetto-contact-card__body {
  display: grid;
  gap: 4px;
}

.vasetto-contact-card__body strong {
  color: #fff;
  font-size: 17px;
}

.vasetto-contact-card__body small {
  color: var(--mw-text-3);
  font-size: 14px;
  line-height: 1.55;
}

.vasetto-contact-notes {
  margin: 0;
  list-style: none;
  padding-top: 2px;
}

.vasetto-contact-notes li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: var(--mw-text-2);
  line-height: 1.8;
}

.vasetto-contact-notes li + li {
  margin-top: 10px;
}

.vasetto-contact-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mw-success);
  box-shadow: 0 0 0 6px rgba(143,211,154,.08);
}

.vasetto-contact-content > :first-child {
  margin-top: 0;
}

.vasetto-contact-content > :last-child {
  margin-bottom: 0;
}

.vasetto-contact-content,
.vasetto-contact-content p,
.vasetto-contact-content li,
.vasetto-contact-content label,
.vasetto-contact-content legend {
  color: var(--mw-text-2);
}

.vasetto-contact-content h2,
.vasetto-contact-content h3,
.vasetto-contact-content h4,
.vasetto-contact-content strong {
  color: #fff;
}

.vasetto-contact-content .wpcf7,
.vasetto-contact-content form {
  margin-top: 6px;
}

.vasetto-contact-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.vasetto-contact-flow__item {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 16px;
}

.vasetto-contact-flow__item span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: linear-gradient(180deg, #55cb68 0%, #2e8f3e 100%);
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(59,181,74,.18);
}

.vasetto-contact-flow__item small {
  color: var(--mw-text-2);
  line-height: 1.55;
}

.vasetto-contact-empty {
  padding: 18px 20px;
  color: var(--mw-text-3);
  background: rgba(255,255,255,.025);
  border: 1px dashed rgba(255,255,255,.12);
  border-radius: 16px;
}

@media (max-width: 992px) {
  .page-template-template-contact nav.woocommerce-breadcrumb,
  .page-template-template-contact .woocommerce-breadcrumb,
  .page-template-template-contact .breadcrumb {
    width: min(var(--mw-shell-max), calc(100% - 24px)) !important;
    max-width: min(var(--mw-shell-max), calc(100% - 24px)) !important;
    margin: 10px auto 14px !important;
    padding: 12px 16px !important;
    border-radius: 16px !important;
  }

  .page-template-template-contact .vasetto-contact-primary,
  .page-template-template-contact .vasetto-contact-primary #main {
    width: min(var(--mw-shell-max), calc(100% - 24px));
    max-width: min(var(--mw-shell-max), calc(100% - 24px));
  }

  .vasetto-contact-page {
    gap: 20px;
  }

  .vasetto-contact-hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .vasetto-contact-stats,
  .vasetto-contact-flow {
    grid-template-columns: 1fr;
  }

  .vasetto-contact-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vasetto-contact-sidebar {
    position: static;
  }

  .vasetto-contact-hero__mockup {
    inset: 18px;
  }

  .vasetto-contact-hero__tile--vase,
  .vasetto-contact-hero__tile--message,
  .vasetto-contact-hero__tile--stack {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .vasetto-contact-hero__placeholder {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 18px;
  }

  .vasetto-contact-panel {
    padding: 20px;
  }
}

/* ===== v2.2.79 global breadcrumb visibility, except desktop homepage ===== */
.archive-header .col-full {
  background: transparent !important;
}

nav.woocommerce-breadcrumb,
.woocommerce-breadcrumb,
.breadcrumb {
  width: min(var(--mw-shell-max), calc(100% - 40px)) !important;
  max-width: min(var(--mw-shell-max), calc(100% - 40px)) !important;
  margin: 14px auto 18px !important;
  padding: 14px 22px !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  background: linear-gradient(180deg, #121821 0%, #0d1218 100%) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 18px !important;
  color: var(--mw-text-3) !important;
  line-height: 1.2 !important;
}

nav.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a,
.breadcrumb a,
nav.woocommerce-breadcrumb .breadcrumb-separator,
.woocommerce-breadcrumb .breadcrumb-separator,
.breadcrumb .breadcrumb-separator {
  color: var(--mw-text-3) !important;
}

nav.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:hover,
.breadcrumb a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 992px) {
  nav.woocommerce-breadcrumb,
  .woocommerce-breadcrumb,
  .breadcrumb {
    width: min(var(--mw-shell-max), calc(100% - 24px)) !important;
    max-width: min(var(--mw-shell-max), calc(100% - 24px)) !important;
    margin: 10px auto 14px !important;
    padding: 12px 16px !important;
    border-radius: 16px !important;
  }
}

/* ===== v2.2.86 match static-page breadcrumb shell to catalog layout ===== */
@media (min-width: 993px) {
  body.page:not(.woocommerce-account):not(.page-template-template-contact) .archive-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.page:not(.woocommerce-account):not(.page-template-template-contact) .archive-header .col-full {
    background: transparent !important;
  }

  body.page:not(.woocommerce-account):not(.page-template-template-contact) .archive-header .woocommerce {
    display: none !important;
  }

  body.page:not(.woocommerce-account):not(.page-template-template-contact) nav.woocommerce-breadcrumb,
  body.page:not(.woocommerce-account):not(.page-template-template-contact) .woocommerce-breadcrumb,
  body.page:not(.woocommerce-account):not(.page-template-template-contact) .breadcrumb {
    width: min(1240px, calc(100% - 40px)) !important;
    max-width: 1240px !important;
    margin: 14px auto 18px !important;
    padding: 14px 22px !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, #121821 0%, #0d1218 100%) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 18px !important;
    color: var(--mw-text-2) !important;
    flex: 0 0 auto !important;
  }

  body.page:not(.woocommerce-account):not(.page-template-template-contact) .woocommerce-breadcrumb,
  body.page:not(.woocommerce-account):not(.page-template-template-contact) .woocommerce-breadcrumb a,
  body.page:not(.woocommerce-account):not(.page-template-template-contact) .woocommerce-breadcrumb .breadcrumb-separator {
    color: var(--mw-text-3) !important;
    line-height: 1.2 !important;
  }

  body.page:not(.woocommerce-account):not(.page-template-template-contact) .woocommerce-breadcrumb a:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
}
