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

/* ==================================================
   STEAM LEGEND — Desktop WoodMart Header / Mega Menu
   Scope: WoodMart desktop breakpoint only (>= 1025px)
================================================== */
@media (min-width: 1025px) {
    :root { --sl-header-gold: #d6ad55; }

    .whb-main-header .whb-general-header > .container,
    .whb-main-header .whb-header-bottom > .container {
        width: 100%;
        max-width: none;
        padding-inline: clamp(16p

/* Steam Legend: homepage disposable carousel + blog archive, 2026-09-11 */
body.home .sl-disposable-carousel {
  padding: clamp(50px, 5vw, 70px) 0;
  background: transparent;
}
body.home .sl-disposable-carousel .sl-disposable-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
body.home .sl-disposable-carousel .sl-disposable-kicker {
  margin-bottom: 6px;
  color: #d6ad55;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}
body.home .sl-disposable-carousel h2 {
  margin: 0;
  color: #f5f5f2;
}
body.home .sl-disposable-carousel .sl-disposable-all {
  flex: 0 0 auto;
  color: #d6ad55;
  font-weight: 600;
}
body.home .sl-disposable-carousel .sl-disposable-all:hover {
  color: #e4be63;
}
body.home .sl-disposable-track {
  position: relative;
  min-width: 0;
}
body.home .sl-disposable-track .products {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 80px) / 5);
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
body.home .sl-disposable-track .products::-webkit-scrollbar {
  display: none;
}
body.home .sl-disposable-track .product,
body.home .sl-disposable-track .wd-col {
  min-width: 0;
  scroll-snap-align: start;
}
body.home .sl-disposable-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
body.home .sl-disposable-arrow {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(214,173,85,.55);
  border-radius: 50%;
  background: rgba(7,8,7,.92);
  color: #d6ad55;
  font-size: 21px;
  line-height: 1;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}
body.home .sl-disposable-arrow:hover {
  border-color: #d6ad55;
  background: #d6ad55;
  color: #111;
}

body.blog .site-content {
  background: transparent;
}
body.blog .wd-blog-holder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
}
body.blog article.blog-post-loop {
  min-width: 0;
  height: 100%;
}
body.blog article.blog-post-loop .wd-post-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(214,173,85,.18);
  border-radius: 16px;
  background: rgba(15,19,18,.94);
  box-shadow: none;
  transition: transform .25s ease, border-color .25s ease;
}
body.blog article.blog-post-loop .wd-post-inner:hover {
  transform: translateY(-4px);
  border-color: rgba(214,173,85,.45);
}
body.blog article.blog-post-loop .wd-post-thumb,
body.blog article.blog-post-loop .wd-post-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
body.blog article.blog-post-loop .wd-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
body.blog article.blog-post-loop .wd-post-inner:hover .wd-post-img img {
  transform: scale(1.03);
}
body.blog article.blog-post-loop .wd-post-date {
  top: 14px;
  left: 14px;
  border: 1px solid rgba(214,173,85,.28);
  border-radius: 8px;
  background: rgba(7,8,7,.88);
  color: #a9aaa6;
  box-shadow: none;
}
body.blog article.blog-post-loop .wd-post-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
  color: #b8b8b8;
}
body.blog article.blog-post-loop .wd-post-cat {
  position: static;
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 0;
  background: transparent;
}
body.blog article.blog-post-loop .wd-post-cat a {
  display: inline-flex;
  padding: 4px 10px;
  border: 1px solid rgba(214,173,85,.25);
  border-radius: 999px;
  background: rgba(214,173,85,.12);
  color: #d6ad55;
  font-size: 12px;
}
body.blog article.blog-post-loop .wd-post-title,
body.blog article.blog-post-loop .wd-post-title a {
  color: #f5f5f2;
}
body.blog article.blog-post-loop .wd-post-title {
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  font-size: clamp(20px,1.5vw,24px);
  font-weight: 600;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.blog article.blog-post-loop .wd-post-meta {
  color: #a9aaa6;
}
body.blog article.blog-post-loop .wd-post-excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
body.blog article.blog-post-loop .wd-post-read-more {
  margin-top: auto;
  padding-top: 20px;
}
body.blog article.blog-post-loop .wd-post-read-more a {
  color: #d6ad55;
  font-weight: 600;
}
body.blog article.blog-post-loop .wd-post-read-more a:hover,
body.blog article.blog-post-loop .wd-post-title a:hover {
  color: #e4be63;
}
body.blog article.blog-post-loop .wd-post-reply.is-zero-comments {
  display: none;
}

@media (max-width: 1366px) {
  body.home .sl-disposable-track .products {
    grid-auto-columns: calc((100% - 60px) / 4);
  }
}
@media (max-width: 1024px) {
  body.home .sl-disposable-track .products {
    grid-auto-columns: calc((100% - 40px) / 3);
  }
  body.blog .wd-blog-holder {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 24px;
  }
}
@media (max-width: 767px) {
  body.home .sl-disposable-carousel {
    padding: 50px 0;
  }
  body.home .sl-disposable-carousel .sl-disposable-head {
    align-items: flex-start;
    gap: 14px;
  }
  body.home .sl-disposable-track .products {
    grid-auto-columns: minmax(0, 61%);
    gap: 14px;
  }
  body.home .sl-disposable-arrow {
    width: 40px;
    height: 40px;
  }
  body.blog .wd-blog-holder {
    grid-template-columns: minmax(0,1fr);
    gap: 20px;
  }
  body.blog article.blog-post-loop .wd-post-content {
    padding: 20px;
  }
}
x, 1.7vw, 32px);
    }

    .whb-main-header .whb-general-header-inner,
    .whb-main-header .whb-header-bottom-inner {
        flex-wrap: nowrap;
        align-items: center;
    }

    .whb-sticky-header .whb-col-left,
    .whb-sticky-header .whb-col-right {
        flex: 0 0 auto;
        min-width: max-content;
    }

    .whb-sticky-header .whb-col-left { margin-left: 0; }
    .whb-sticky-header .whb-col-right { margin-right: 0; }

    .whb-main-header .wd-header-nav {
        width: 100%;
        min-width: 0;
    }

    .whb-main-header .wd-header-nav .wd-nav {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        --nav-gap: 12px;
    }

    .whb-main-header .wd-header-nav .wd-nav > li {
        flex: 0 0 auto;
    }

    .whb-main-header .wd-header-nav .wd-nav > li > a {
        white-space: nowrap;
    }

    .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu.wd-design-full-width {
        top: 100%;
        z-index: 9999;
        width: 100vw;
        max-width: none;
        margin-top: 0;
        border-top: 1px solid rgba(214, 173, 85, .6);
        border-right: 0;
        border-bottom: 1px solid rgba(214, 173, 85, .6);
        border-left: 0;
        border-radius: 0;
        --wd-dropdown-bg-color: #070707;
        --wd-dropdown-shadow: 0 18px 36px rgba(0, 0, 0, .48);
        --wd-dropdown-padding: 26px;
    }

    .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu.wd-design-full-width::after {
        height: 0;
    }

    .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu > .container {
        width: 100%;
        max-width: 1500px;
        margin-inline: auto;
        padding-inline: clamp(24px, 3vw, 48px);
    }

    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: max-content;
        max-width: 100%;
    }

    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li {
        width: 100%;
    }

    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li > a {
        min-height: 38px;
        padding: 8px 0;
        color: #fff;
        white-space: nowrap;
        background: transparent;
    }

    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li:hover > a,
    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li.current-menu-item > a {
        color: var(--sl-header-gold);
        background: transparent;
    }
}

@media (min-width: 1025px) {
    body.home .whb-main-header .wd-header-nav .wd-nav > li > a {
        padding-inline: 0 !important;
        font-size: var(--wd-header-el-font-size) !important;
    }
}

@media (min-width: 1025px) {
    body .whb-header .whb-main-header .whb-general-header > .container,
    body .whb-header .whb-main-header .whb-header-bottom > .container {
        width: 100% !important;
        max-width: none !important;
        margin-inline: 0 !important;
    }

    body .whb-header .whb-main-header .wd-header-nav {
        width: 100% !important;
        max-width: none !important;
    }

    body.home .whb-header .whb-main-header .wd-header-nav .wd-nav > li > a {
        padding-inline: 0 !important;
        font-size: var(--wd-header-el-font-size) !important;
    }
}

@media (min-width: 1025px) {
    body .whb-header .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu.wd-design-full-width {
        background: #070707 !important;
        border-top: 1px solid rgba(214, 173, 85, .6) !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(214, 173, 85, .6) !important;
        border-left: 0 !important;
    }

    body .whb-header .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li {
        flex: 0 0 auto !important;
    }

    body .whb-header .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li > a {
        color: #fff !important;
    }

    body .whb-header .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li:hover > a,
    body .whb-header .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li.current-menu-item > a {
        color: var(--sl-header-gold) !important;
    }
}

@media (min-width: 1025px) {
    body .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu.wd-design-full-width {
        background: #070707 !important;
        border-top: 1px solid rgba(214, 173, 85, .6) !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(214, 173, 85, .6) !important;
        border-left: 0 !important;
    }

    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li {
        flex: 0 0 auto !important;
    }

    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li > a {
        color: #fff !important;
    }

    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li:hover > a,
    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li.current-menu-item > a {
        color: var(--sl-header-gold) !important;
    }
}

@media (min-width: 1025px) {
    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu {
        background: transparent !important;
        border: 0 !important;
    }
}


/* sl-normal-header-boxed-restore-v1
 * Keep the normal top header boxed; only the sticky clone stays full-width.
 */
@media (min-width: 1025px) {
  body .whb-header .whb-main-header:not(.whb-sticky-header) .whb-general-header > .container,
  body .whb-header .whb-main-header:not(.whb-sticky-header) .whb-header-bottom > .container {
    width: 100% !important;
    max-width: 1220px !important;
    margin-inline: auto !important;
    padding-inline: 15px !important;
  }

  body .whb-header .whb-main-header:not(.whb-sticky-header) .wd-header-nav {
    width: 100% !important;
    max-width: 1220px !important;
    margin-inline: auto !important;
  }

  body .whb-sticky-header.whb-clone .whb-general-header > .container {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: clamp(16px, 1.7vw, 32px) !important;
  }
}


/* =========================================================
 * STEAM LEGEND — WooCommerce Single Product (black & gold)
 * Scope: single product pages only. Keeps WoodMart gallery JS.
 * ========================================================= */
.single-product {
  --sl-product-bg: #0b0f0e;
  --sl-product-panel: #101513;
  --sl-product-panel-soft: rgba(255,255,255,.018);
  --sl-product-gold: var(--wd-primary-color, #d6ad55);
  --sl-product-text: #f5f5f5;
  --sl-product-muted: #aeb3b2;
  --sl-product-line: rgba(255,255,255,.11);
}

.single-product .main-page-wrapper {
  background: var(--sl-product-bg);
  color: var(--sl-product-text);
}

.single-product #main-content,
.single-product .site-content {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
}

.single-product .product-image-summary {
  padding-block: 48px 42px;
}

.single-product .product-image-summary-wrap,
.single-product .product-image-summary,
.single-product .product-tabs-wrapper,
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
  color: var(--sl-product-text);
}

.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb a,
.single-product .summary .wd-product-nav-btn,
.single-product .summary .wd-product-nav-btn a {
  color: var(--sl-product-muted);
}

.single-product .woocommerce-breadcrumb a:hover,
.single-product .summary .wd-product-nav-btn:hover,
.single-product .summary .wd-product-nav-btn a:hover {
  color: var(--sl-product-gold);
}

@media (min-width: 1025px) {
  .single-product .product-image-summary-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
    gap: 52px !important;
    align-items: start;
  }

  .single-product .product-image-summary-inner > .product-images,
  .single-product .product-image-summary-inner > .summary {
    width: 100% !important;
    max-width: none !important;
    grid-column: auto !important;
  }

  .single-product .woocommerce-product-gallery.thumbs-position-left {
    gap: 12px;
  }

  .single-product .woocommerce-product-gallery.thumbs-position-left .wd-gallery-thumb {
    flex: 0 0 96px;
    width: 96px;
  }

  .single-product .woocommerce-product-gallery.thumbs-position-left .wd-gallery-images {
    min-width: 0;
    flex: 1 1 auto;
  }
}

.single-product .wd-gallery-images {
  overflow: hidden;
  border: 1px solid rgba(214,173,85,.20);
  border-radius: 12px;
  background: transparent;
}

.single-product .wd-gallery-images .woocommerce-product-gallery__image,
.single-product .wd-gallery-images .woocommerce-product-gallery__image > a {
  width: 100%;
}

.single-product .wd-gallery-images img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.single-product .wd-gallery-thumb .wd-carousel-item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 6px;
  background: rgba(255,255,255,.02);
  transition: border-color .18s ease;
}

.single-product .wd-gallery-thumb .wd-carousel-item:hover,
.single-product .wd-gallery-thumb .wd-carousel-item.wd-active,
.single-product .wd-gallery-thumb .wd-carousel-item.wd-slide-active {
  border-color: var(--sl-product-gold);
  box-shadow: inset 0 0 0 1px var(--sl-product-gold);
}

.single-product .wd-gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.single-product .product-label {
  background: var(--sl-product-gold);
  color: #080808;
  font-weight: 700;
}

.single-product .summary.entry-summary {
  color: var(--sl-product-text);
}

.single-product .sl-product-kicker {
  margin-bottom: 12px;
  color: var(--sl-product-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.single-product .sl-product-kicker a {
  color: inherit;
}

.single-product .sl-product-kicker a:hover {
  color: #f3d889;
}

.single-product .summary .product_title {
  margin-bottom: 16px;
  color: var(--sl-product-text);
  font-size: clamp(36px, 3vw, 44px);
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -.025em;
}

.single-product .summary > .price,
.single-product .summary .woocommerce-variation-price .price {
  color: var(--sl-product-gold);
  font-size: clamp(28px, 2.35vw, 32px);
  line-height: 1.25;
  font-weight: 700;
}

.single-product .summary .price del {
  color: #7f8583;
  opacity: .85;
  font-size: .66em;
}

.single-product .summary .price ins {
  color: var(--sl-product-gold);
  text-decoration: none;
}

.single-product .sl-product-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.single-product .sl-product-trust-badges span {
  padding: 7px 11px;
  border: 1px solid rgba(214,173,85,.40);
  border-radius: 5px;
  background: #0d1210;
  color: #e7d2a1;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.single-product .woocommerce-product-details__short-description {
  margin-block: 16px 22px;
  color: #cfd3d1;
  font-size: 15px;
  line-height: 1.75;
}

.single-product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.single-product .summary > form.cart {
  margin-block: 22px 18px;
  padding: 22px;
  border: 1px solid rgba(214,173,85,.24);
  border-radius: 14px;
  background: var(--sl-product-panel-soft);
}

.single-product .summary form.cart table.variations {
  margin-bottom: 18px;
}

.single-product .summary form.cart table.variations th,
.single-product .summary form.cart table.variations td {
  padding-block: 8px;
  border-color: var(--sl-product-line);
}

.single-product .summary form.cart .label,
.single-product .summary form.cart .label label {
  color: #fff;
  font-weight: 600;
}

.single-product .summary form.cart select {
  min-height: 46px;
  border: 1px solid rgba(214,173,85,.44);
  border-radius: 8px;
  background-color: #0b100e;
  color: #fff;
}

.single-product .summary form.cart select:focus {
  border-color: var(--sl-product-gold);
  box-shadow: 0 0 0 2px rgba(214,173,85,.10);
}

.single-product .summary form.cart select option {
  background: #0b100e;
  color: #fff;
}

.single-product .reset_variations,
.single-product .stock,
.single-product .woocommerce-variation-description,
.single-product .woocommerce-variation-availability {
  color: var(--sl-product-muted);
}

.single-product .reset_variations:hover {
  color: var(--sl-product-gold);
}

.single-product .summary form.cart:not(.variations_form),
.single-product .summary .woocommerce-variation-add-to-cart {
  display: flex !important;
  align-items: stretch;
  gap: 10px;
  flex-wrap: nowrap;
}

.single-product .summary form.cart .quantity {
  flex: 0 0 100px;
  min-width: 100px;
  height: 50px;
}

.single-product .summary form.cart .quantity input,
.single-product .summary form.cart .quantity button,
.single-product .summary form.cart .quantity .minus,
.single-product .summary form.cart .quantity .plus {
  height: 50px;
  border-color: rgba(255,255,255,.18);
  background: #0b100e;
  color: #fff;
}

.single-product .summary .single_add_to_cart_button {
  flex: 1 1 auto;
  min-height: 50px;
  border-radius: 8px;
  background: #9f7108;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: none;
}

.single-product .summary .single_add_to_cart_button:hover,
.single-product .summary .single_add_to_cart_button:focus {
  background: #b88411;
  color: #fff;
  filter: brightness(1.04);
}

.single-product .summary .single_add_to_cart_button.disabled,
.single-product .summary .single_add_to_cart_button:disabled {
  opacity: .5;
}

.single-product .summary .out-of-stock {
  padding: 14px 16px;
  border: 1px solid rgba(214,173,85,.3);
  border-radius: 8px;
  background: rgba(214,173,85,.06);
  color: var(--sl-product-gold);
  font-weight: 700;
}

.single-product .sl-product-support {
  margin: 18px 0 20px;
}

.single-product .sl-product-line {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
}

.single-product .sl-product-line:hover,
.single-product .sl-product-line:focus {
  border-color: var(--sl-product-gold);
  color: var(--sl-product-gold);
}

.single-product .sl-product-service-list {
  margin-top: 14px;
  border-top: 1px solid var(--sl-product-line);
}

.single-product .sl-product-service-list > div {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--sl-product-line);
}

.single-product .sl-product-service-list strong {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.single-product .sl-product-service-list span {
  color: var(--sl-product-muted);
  font-size: 13px;
  line-height: 1.55;
}

.single-product .product_meta {
  padding-top: 14px;
  border-top: 1px solid rgba(214,173,85,.16);
  color: #858b89;
  font-size: 12px;
  line-height: 1.7;
}

.single-product .product_meta > span {
  color: #858b89;
}

.single-product .product_meta a {
  color: #c9a95e;
}

.single-product .product_meta a:hover {
  color: #f3d889;
}

.single-product .woocommerce-tabs {
  margin-top: 12px;
  border-top: 1px solid rgba(214,173,85,.22);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.single-product .woocommerce-tabs .wc-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.single-product .woocommerce-tabs .wc-tabs li {
  flex: 0 0 auto;
  margin: 0;
}

.single-product .woocommerce-tabs .wc-tabs li a {
  position: relative;
  display: block;
  padding: 19px 2px 17px;
  color: var(--sl-product-muted);
  font-weight: 600;
  white-space: nowrap;
}

.single-product .woocommerce-tabs .wc-tabs li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}

.single-product .woocommerce-tabs .wc-tabs li.active a,
.single-product .woocommerce-tabs .wc-tabs li a:hover {
  color: #fff;
}

.single-product .woocommerce-tabs .wc-tabs li.active a:after {
  background: var(--sl-product-gold);
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 38px 0 44px;
  color: #d0d3d2;
}

.single-product .woocommerce-Tabs-panel h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.25;
}

.single-product .woocommerce-Tabs-panel h3 {
  color: #fff;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.3;
}

.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel li {
  color: #cfd2d1;
  line-height: 1.8;
}

.single-product .woocommerce-Tabs-panel img {
  max-width: 100%;
  height: auto;
}

.single-product table.woocommerce-product-attributes {
  overflow: hidden;
  border: 1px solid rgba(214,173,85,.22);
  border-radius: 8px;
  background: #0d1210;
}

.single-product table.woocommerce-product-attributes th,
.single-product table.woocommerce-product-attributes td {
  padding: 14px 16px;
  border-color: rgba(255,255,255,.10);
}

.single-product table.woocommerce-product-attributes th {
  color: #fff;
}

.single-product table.woocommerce-product-attributes td,
.single-product table.woocommerce-product-attributes td p {
  color: var(--sl-product-muted);
}

.single-product .sl-product-faq details {
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.single-product .sl-product-faq summary {
  cursor: pointer;
  padding: 17px 0;
  color: #fff;
  font-weight: 600;
}

.single-product .sl-product-faq summary:hover {
  color: var(--sl-product-gold);
}

.single-product .sl-product-faq details p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--sl-product-muted);
}

.single-product .related.products,
.single-product .upsells.products {
  padding-top: 34px;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  color: #fff;
}

.single-product .related.products .product-grid-item,
.single-product .upsells.products .product-grid-item {
  color: var(--sl-product-text);
}

@media (max-width: 1024px) {
  .single-product #main-content,
  .single-product .site-content {
    padding-inline: 20px;
  }

  .single-product .product-image-summary-inner {
    display: block !important;
  }

  .single-product .product-images,
  .single-product .summary.entry-summary {
    width: 100% !important;
    max-width: none !important;
  }

  .single-product .summary.entry-summary {
    margin-top: 34px;
  }
}

@media (max-width: 767px) {
  .single-product #main-content,
  .single-product .site-content {
    padding-inline: 16px;
  }

  .single-product .product-image-summary {
    padding-block: 26px 28px;
  }

  .single-product .woocommerce-product-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .single-product .woocommerce-product-gallery .wd-gallery-images {
    order: 1;
    width: 100%;
  }

  .single-product .woocommerce-product-gallery .wd-gallery-thumb {
    order: 2;
    width: 100%;
  }

  .single-product .summary.entry-summary {
    margin-top: 28px;
  }

  .single-product .summary .product_title {
    font-size: clamp(28px, 8vw, 32px);
  }

  .single-product .summary > .price,
  .single-product .summary .woocommerce-variation-price .price {
    font-size: clamp(24px, 7vw, 28px);
  }

  .single-product .summary > form.cart {
    padding: 18px 16px;
  }

  .single-product .summary form.cart:not(.variations_form),
  .single-product .summary .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
  }

  .single-product .summary form.cart .quantity {
    flex: 0 0 100%;
    width: 100%;
  }

  .single-product .summary .single_add_to_cart_button {
    flex: 0 0 100%;
    width: 100%;
  }

  .single-product .sl-product-service-list > div {
    grid-template-columns: 92px minmax(0,1fr);
    gap: 12px;
  }

  .single-product .woocommerce-tabs .wc-tabs {
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 2px;
    scrollbar-width: thin;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-block: 28px 34px;
  }
}


/* sl-single-product-responsive-container-fix */
@media (max-width: 1024px) {
  .single-product #main-content,
  .single-product .wd-content-area.site-content {
    padding-inline: 0;
  }

  .single-product .single-product-content > .container {
    padding-inline: 20px;
  }
}

@media (max-width: 767px) {
  .single-product .single-product-content > .container {
    padding-inline: 16px;
  }
}


/* =========================================================
 * STEAM LEGEND — WooCommerce purchase card v2
 * Reference: black card, stacked variation fields, gold CTA.
 * Keeps the native WooCommerce form and validation intact.
 * ========================================================= */
.single-product .summary-inner > form.cart {
  width: 100%;
  margin-block: 22px 18px;
  padding: 20px;
  border: 1px solid rgba(214,173,85,.28);
  border-radius: 16px;
  background: #111514;
}

/* Variable-product fields: each label sits above its full-width select. */
.single-product .summary-inner > form.variations_form table.variations,
.single-product .summary-inner > form.variations_form table.variations tbody,
.single-product .summary-inner > form.variations_form table.variations tr,
.single-product .summary-inner > form.variations_form table.variations th.label,
.single-product .summary-inner > form.variations_form table.variations td.value {
  display: block;
  width: 100%;
}

.single-product .summary-inner > form.variations_form table.variations {
  margin: 0;
}

.single-product .summary-inner > form.variations_form table.variations tr + tr {
  margin-top: 16px;
}

.single-product .summary-inner > form.variations_form table.variations th.label {
  height: auto;
  padding: 0 0 8px;
  border: 0;
  text-align: left;
}

.single-product .summary-inner > form.variations_form table.variations th.label label {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.single-product .summary-inner > form.variations_form table.variations td.value {
  padding: 0;
  border: 0;
}

.single-product .summary-inner > form.variations_form table.variations select {
  display: block;
  width: 100% !important;
  min-width: 0;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(214,173,85,.38);
  border-radius: 8px;
  background-color: #131817;
  color: #fff;
  font-size: 15px;
  line-height: 48px;
}

.single-product .summary-inner > form.variations_form table.variations select:focus {
  border-color: var(--sl-product-gold, #d6ad55);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(214,173,85,.10);
}

.single-product .summary-inner > form.variations_form .wd-reset-var {
  min-height: 18px;
  margin-top: 8px;
  text-align: left;
}

.single-product .summary-inner > form.variations_form .reset_variations {
  min-height: 0;
  padding: 0;
  color: var(--sl-product-gold, #d6ad55);
  font-size: 12px;
  line-height: 1.5;
}

.single-product .summary-inner > form.variations_form .reset_variations:hover {
  color: #f3d889;
}

.single-product .summary-inner > form.variations_form .single_variation_wrap {
  margin-top: 18px;
}

.single-product .summary-inner > form.variations_form .single_variation {
  margin-bottom: 12px;
  color: var(--sl-product-muted, #aeb3b2);
}

.single-product .summary-inner > form.variations_form .woocommerce-variation-price,
.single-product .summary-inner > form.variations_form .woocommerce-variation-availability,
.single-product .summary-inner > form.variations_form .woocommerce-variation-description {
  display: block;
}

.single-product .summary-inner > form.variations_form .woocommerce-variation-add-to-cart,
.single-product .summary-inner > form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.single-product .summary-inner > form.cart .quantity {
  width: 88px;
  min-width: 88px;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(214,173,85,.38);
  border-radius: 8px;
  background: #101514;
}

.single-product .summary-inner > form.cart .quantity input,
.single-product .summary-inner > form.cart .quantity button,
.single-product .summary-inner > form.cart .quantity .minus,
.single-product .summary-inner > form.cart .quantity .plus {
  height: 50px;
  border: 0;
  background: transparent;
  color: #fff;
}

.single-product .summary-inner > form.cart .quantity .qty {
  min-width: 34px;
  padding-inline: 2px;
  text-align: center;
  font-weight: 600;
}

.single-product .summary-inner > form.cart .single_add_to_cart_button {
  width: 100%;
  min-height: 52px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: #d39b0d;
  color: #111;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  box-shadow: none;
}

.single-product .summary-inner > form.cart .single_add_to_cart_button:hover,
.single-product .summary-inner > form.cart .single_add_to_cart_button:focus {
  background: #dda513;
  color: #111;
  filter: brightness(1.03);
}

.single-product .summary-inner > form.cart .single_add_to_cart_button.disabled,
.single-product .summary-inner > form.cart .single_add_to_cart_button:disabled,
.single-product .summary-inner > form.cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  cursor: not-allowed;
  opacity: .5;
}

@media (max-width: 767px) {
  .single-product .summary-inner > form.cart {
    padding: 18px 16px;
  }

  .single-product .summary-inner > form.variations_form .woocommerce-variation-add-to-cart,
  .single-product .summary-inner > form.cart:not(.variations_form) {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .single-product .summary-inner > form.cart .quantity {
    width: 100%;
    min-width: 0;
  }
}


/* STEAM LEGEND — purchase card select width correction */
.single-product .summary-inner > form.cart table.variations,
.single-product .summary-inner > form.cart table.variations tbody,
.single-product .summary-inner > form.cart table.variations tr,
.single-product .summary-inner > form.cart table.variations th.label,
.single-product .summary-inner > form.cart table.variations td.value {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
.single-product .summary-inner > form.cart table.variations td.value select,
.single-product .summary-inner > form.cart table.variations select {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}


/* STEAM LEGEND — reset variations alignment */
.single-product .summary-inner > form.cart .wd-reset-var {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: 8px !important;
}
.single-product .summary-inner > form.cart .reset_variations {
  display: inline-flex !important;
  width: auto !important;
  align-items: center;
  white-space: nowrap !important;
  color: var(--wd-primary-color, #d6ad55) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}


/* ==================================================
   STEAM LEGEND — unified black-gold system v1
   Menus, mobile drawer, editorial, information pages and footer.
================================================== */
:root {
  --sl-gold: #d6ad55;
  --sl-bg: #070909;
  --sl-panel: #101413;
  --sl-text: #f5f5f5;
  --sl-muted: #b8b8b8;
  --sl-border: rgba(214,173,85,.22);
}

@media (min-width: 1025px) {
  .wd-header-cats .menu-item-has-children > .wd-dropdown-menu,
  .wd-header-cats .wd-dropdown-menu .wd-dropdown-menu,
  .wd-header-my-account .wd-dropdown-my-account {
    min-width: 220px;
    background: #080a09;
    border: 1px solid rgba(214,173,85,.25);
    border-radius: 9px;
    box-shadow: 0 16px 34px rgba(0,0,0,.5);
    color: var(--sl-text);
    padding: 10px 12px;
    z-index: 9999;
  }

  .wd-header-cats .menu-item-has-children > .wd-dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
  }

  .wd-header-cats .wd-dropdown-menu a,
  .wd-header-my-account .wd-dropdown-my-account a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 10px;
    color: #f2f2f2;
    white-space: nowrap;
  }

  .wd-header-cats .wd-dropdown-menu li:hover > a,
  .wd-header-cats .wd-dropdown-menu .current-menu-item > a,
  .wd-header-my-account .wd-dropdown-my-account li:hover > a,
  .wd-header-my-account .wd-dropdown-my-account .current-menu-item > a {
    color: var(--sl-gold);
    background: rgba(214,173,85,.08);
  }

  .wd-header-my-account .wd-dropdown-my-account {
    right: 0;
    left: auto;
  }
}

@media (max-width: 1024px) {
  .mobile-nav {
    background: #080a09;
    color: var(--sl-text);
    border-right: 1px solid var(--sl-border);
  }

  .mobile-nav .wd-search-form {
    padding: 14px;
    background: #080a09;
    border-bottom: 1px solid rgba(214,173,85,.15);
  }

  .mobile-nav .wd-search-form input.s {
    height: 48px;
    padding: 0 54px 0 14px;
    color: #fff;
    background: #111514;
    border: 1px solid rgba(214,173,85,.28);
    border-radius: 8px;
  }

  .mobile-nav .wd-search-form input.s::placeholder {
    color: #8f9693;
    opacity: 1;
  }

  .mobile-nav .wd-search-form button,
  .mobile-nav .searchsubmit {
    color: var(--sl-gold);
    background: transparent;
  }

  .mobile-nav .wd-nav-mob-tab {
    background: #0b0e0d;
    border-bottom: 1px solid rgba(214,173,85,.15);
  }

  .mobile-nav .wd-nav-mob-tab > li > a {
    color: #c5c9c7;
    background: transparent;
  }

  .mobile-nav .wd-nav-mob-tab > li.wd-active > a,
  .mobile-nav .wd-nav-mob-tab > li.active > a {
    color: var(--sl-gold);
  }

  .mobile-nav .wd-nav-mob-tab > li.wd-active > a:after,
  .mobile-nav .wd-nav-mob-tab > li.active > a:after {
    background: var(--sl-gold);
  }

  .mobile-nav .wd-nav-mobile,
  .mobile-nav .wd-nav-mobile .wd-sub-menu,
  .mobile-nav .wd-nav-mobile .sub-sub-menu {
    background: #080a09;
  }

  .mobile-nav .wd-nav-mobile li {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .mobile-nav .wd-nav-mobile li > a {
    min-height: 48px;
    padding: 10px 18px;
    color: #f2f2f2;
    background: transparent;
  }

  .mobile-nav .wd-nav-mobile li:hover > a,
  .mobile-nav .wd-nav-mobile li.current-menu-item > a,
  .mobile-nav .wd-nav-mobile li.wd-active > a {
    color: var(--sl-gold);
    background: rgba(214,173,85,.06);
  }

  .mobile-nav .wd-nav-opener,
  .mobile-nav .wd-nav-opener:after {
    color: var(--sl-gold);
  }

  .mobile-nav .wd-nav-mobile .wd-sub-menu li > a {
    padding-left: 30px;
    color: #c7cbc9;
  }

  .mobile-nav .wd-nav-mobile .wd-sub-menu .wd-sub-menu li > a {
    padding-left: 42px;
  }
}

.single-product .woocommerce-Tabs-panel h1,
.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3,
.single-product .woocommerce-Tabs-panel h1[style],
.single-product .woocommerce-Tabs-panel h2[style],
.single-product .woocommerce-Tabs-panel h3[style] {
  margin-bottom: 14px;
  color: #f5f5f5 !important;
  line-height: 1.4;
}

.single-product .woocommerce-Tabs-panel h3,
.single-product .woocommerce-Tabs-panel h3[style] {
  color: #e8e8e8 !important;
}

.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel li {
  color: #d0d0d0;
  line-height: 1.8;
}

/* Dynamic editorial and FAQ */
.sl-editorial,
.sl-home-faq {
  margin-top: 68px;
}

.sl-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr);
  gap: 22px;
}

.sl-article-card {
  overflow: hidden;
  border: 1px solid var(--sl-border);
  border-radius: 14px;
  background: var(--sl-panel);
}

.sl-article-link {
  position: relative;
  display: flex;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.sl-article-lead {
  min-height: 430px;
  background-image: linear-gradient(180deg,rgba(3,4,4,.12) 15%,rgba(3,4,4,.92) 100%),var(--sl-article-image);
  background-position: center;
  background-size: cover;
}

.sl-article-lead.sl-no-image {
  background: var(--sl-panel);
}

.sl-article-content {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  width: 100%;
  padding: 28px;
}

.sl-article-category {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--sl-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.sl-article-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(20px,2vw,30px);
  line-height: 1.35;
}

.sl-article-meta {
  display: flex;
  gap: 18px;
  color: #aeb4b1;
  font-size: 12px;
}

.sl-article-stack {
  display: grid;
  grid-template-rows: repeat(2,minmax(0,1fr));
  gap: 22px;
}

.sl-article-small {
  min-height: 204px;
}

.sl-article-small .sl-article-link {
  align-items: flex-end;
}

.sl-article-small h3 {
  max-width: 86%;
  font-size: 20px;
}

.sl-article-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(214,173,85,.48);
  font: 600 32px/1 sans-serif;
}

.sl-article-card:hover {
  border-color: rgba(214,173,85,.55);
}

.sl-home-faq {
  display: grid;
  grid-template-columns: minmax(230px,.42fr) minmax(0,1fr);
  gap: 64px;
  padding: 58px 0 12px;
  border-top: 1px solid var(--sl-border);
}

.sl-faq-intro h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 34px;
}

.sl-faq-intro p {
  color: var(--sl-muted);
}

.sl-faq-list details {
  border-bottom: 1px solid rgba(214,173,85,.18);
}

.sl-faq-list summary {
  position: relative;
  padding: 20px 42px 20px 0;
  color: #f5f5f5;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.sl-faq-list summary::-webkit-details-marker {
  display: none;
}

.sl-faq-list summary:after {
  content: '+';
  position: absolute;
  top: 18px;
  right: 4px;
  color: var(--sl-gold);
  font-size: 24px;
  font-weight: 400;
}

.sl-faq-list details[open] summary:after {
  content: '−';
}

.sl-faq-list details p {
  margin: 0;
  padding: 0 42px 20px 0;
  color: #b8b8b8;
  line-height: 1.7;
}

/* Information pages */
body.page-id-32501 .main-page-wrapper,
body.page-id-32503 .main-page-wrapper,
body.page-id-32857 .main-page-wrapper,
body.page-id-32850 .main-page-wrapper {
  padding: 0;
  background: var(--sl-bg);
}

body.page-id-32501 .page-title,
body.page-id-32503 .page-title,
body.page-id-32857 .page-title,
body.page-id-32850 .page-title {
  display: none;
}

body.page-id-32501 .site-content,
body.page-id-32503 .site-content,
body.page-id-32857 .site-content,
body.page-id-32850 .site-content {
  width: 100%;
  max-width: none;
  padding: 0;
}

.sl-info-page {
  width: min(100% - 40px,1180px);
  margin: 0 auto;
  padding: 64px 0 72px;
  color: var(--sl-text);
}

.sl-info-hero {
  padding: clamp(44px,7vw,84px) clamp(24px,5vw,64px);
  text-align: center;
  border: 1px solid var(--sl-border);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 0,rgba(214,173,85,.15),transparent 45%),#0b0e0d;
}

.sl-info-hero h1 {
  margin: 10px auto 16px;
  max-width: 820px;
  color: #fff;
  font-size: clamp(36px,5vw,62px);
  line-height: 1.16;
}

.sl-info-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #c3c7c5;
  font-size: 17px;
  line-height: 1.8;
}

.sl-primary-cta,
.sl-info-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--sl-gold);
  color: #111;
  font-weight: 700;
}

.sl-info-section {
  padding: 66px 0;
  border-bottom: 1px solid var(--sl-border);
}

.sl-info-section-head > span,
.sl-info-section .sl-kicker {
  color: var(--sl-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.sl-info-section h2,
.sl-info-cta h2,
.sl-policy-content h2 {
  margin: 8px 0 18px;
  color: #fff;
  line-height: 1.3;
}

.sl-info-section p,
.sl-policy-content p {
  color: #c2c6c4;
  line-height: 1.8;
}

.sl-info-cards {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.sl-info-cards.sl-cols-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.sl-info-cards.sl-cols-4 {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.sl-info-cards article {
  padding: 26px;
  border: 1px solid var(--sl-border);
  border-radius: 12px;
  background: var(--sl-panel);
}

.sl-info-cards article > b,
.sl-policy-content section > span,
.sl-process b {
  color: var(--sl-gold);
}

.sl-info-cards h3 {
  margin: 14px 0 10px;
  color: #fff;
}

.sl-split {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: 64px;
}

.sl-check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #d2d5d4;
}

.sl-check-list li {
  padding-left: 20px;
  position: relative;
}

.sl-check-list li:before {
  content: '';
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sl-gold);
}

.sl-process {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin-top: 28px;
}

.sl-process > div {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--sl-border);
  border-radius: 10px;
  background: #0d1110;
}

.sl-info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 62px;
  padding: 38px;
  border: 1px solid var(--sl-border);
  border-radius: 14px;
  background: #0d1110;
}

.sl-info-cta > a {
  flex: 0 0 auto;
  margin-top: 0;
}

.sl-note {
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 2px solid var(--sl-gold);
  background: rgba(214,173,85,.07);
}

.sl-policy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
}

.sl-policy-nav a {
  padding: 9px 13px;
  border: 1px solid var(--sl-border);
  border-radius: 999px;
  color: #d8dbd9;
}

.sl-policy-nav a:hover,
.sl-inline-link {
  color: var(--sl-gold);
}

.sl-policy-content {
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.sl-policy-content > section {
  padding: 34px 0;
  border-bottom: 1px solid var(--sl-border);
}

.sl-policy-content .sl-process {
  max-width: 760px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

/* Footer: remove the white rule source and tighten real Elementor containers */
.footer-container {
  background: #050505;
  color: var(--sl-muted);
}

.footer-container .elementor-element-0c65820,
.footer-container .elementor-element-d5e6ea9 {
  border-bottom-color: rgba(214,173,85,.18);
}

.footer-container .elementor-element-0c65820 > .e-con-inner {
  padding-top: 22px;
  padding-bottom: 22px;
}

.footer-container .elementor-element-d5e6ea9 > .e-con-inner {
  padding-top: 28px;
  padding-bottom: 28px;
}

.footer-container .widget-title,
.footer-container .title {
  color: #f5f5f5;
}

.footer-container a,
.footer-container .wd-text-block,
.footer-container .wd-text-block p {
  color: #bfc3c1;
}

.footer-container a:hover {
  color: var(--sl-gold);
}

@media (min-width: 1025px) {
  .footer-container .elementor-element-64ab4ec {
    flex: 1 1 66.666%;
    min-width: 0;
  }

  .footer-container .elementor-element-348ee56 {
    flex: 0 1 33.333%;
    min-width: 300px;
    align-self: flex-start;
  }

  .footer-container .elementor-element-3626366 {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .sl-editorial-grid,
  .sl-home-faq,
  .sl-split {
    grid-template-columns: 1fr;
  }

  .sl-home-faq {
    gap: 24px;
  }

  .sl-info-cards.sl-cols-4,
  .sl-info-cards.sl-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 600px) {
  .sl-editorial,
  .sl-home-faq {
    margin-top: 46px;
  }

  .sl-editorial-grid {
    gap: 14px;
  }

  .sl-article-lead {
    min-height: 350px;
  }

  .sl-article-stack {
    gap: 14px;
  }

  .sl-article-content {
    padding: 22px;
  }

  .sl-home-faq {
    padding-top: 42px;
  }

  .sl-info-page {
    width: min(100% - 24px,1180px);
    padding: 30px 0 48px;
  }

  .sl-info-hero {
    padding: 42px 22px;
  }

  .sl-info-hero h1 {
    font-size: 34px;
  }

  .sl-info-section {
    padding: 44px 0;
  }

  .sl-info-cards.sl-cols-4,
  .sl-info-cards.sl-cols-3,
  .sl-process,
  .sl-policy-content .sl-process {
    grid-template-columns: 1fr;
  }

  .sl-info-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 26px;
  }

  .sl-info-cta > a {
    width: 100%;
  }
}


/* STEAM LEGEND — footer source corrections */
body.home #sl-featured {
  padding-bottom: 36px;
}
body.home #sl-featured > .sl-inner > p:empty {
  display: none;
}
.footer-container .elementor-4216 .elementor-element.elementor-element-0c65820,
.footer-container .elementor-4216 .elementor-element.elementor-element-d5e6ea9 {
  border-bottom-color: rgba(214,173,85,.18) !important;
}


/* STEAM LEGEND — shared header color system */
body .whb-header,
body .whb-main-header,
body .whb-general-header,
body .whb-header-bottom,
body .whb-sticky-header {
  background: #050505 !important;
  border-color: rgba(214,173,85,.28) !important;
  color: #fff;
}
body .whb-header .wd-header-nav .wd-nav > li > a,
body .whb-header .wd-tools-text,
body .whb-header .wd-tools-icon {
  color: #f4ead3;
}
body .whb-header .wd-header-nav .wd-nav > li:hover > a,
body .whb-header .wd-header-nav .wd-nav > li.current-menu-item > a,
body .whb-header .wd-tools-element:hover .wd-tools-text {
  color: var(--sl-gold);
}
body .wd-header-cats,
body .wd-header-cats .menu-opener {
  background: #080808 !important;
  color: var(--sl-gold) !important;
  border-color: rgba(214,173,85,.45) !important;
}
body .whb-header .searchform,
body .whb-header .searchform input[type="text"],
body .whb-header .searchform .searchform-suggestions {
  background: #0b0b0b !important;
  color: #f4ead3 !important;
  border-color: rgba(214,173,85,.52) !important;
}
body .whb-header .searchsubmit {
  background: var(--sl-gold) !important;
  color: #090909 !important;
}


/* STEAM LEGEND — Header Builder 541962 palette */
body .whb-header.whb-header_541962 .whb-main-header,
body .whb-header.whb-header_541962 .whb-row.whb-general-header,
body .whb-header.whb-header_541962 .whb-row.whb-header-bottom,
body .whb-header.whb-header_541962 .whb-sticky-header {
  background-color: #050505 !important;
  border-color: rgba(214,173,85,.28) !important;
}
body .whb-header.whb-header_541962 .whb-header-bottom .wd-nav > li > a {
  color: #f4ead3 !important;
}
body .whb-header.whb-header_541962 .whb-header-bottom .wd-nav > li:hover > a,
body .whb-header.whb-header_541962 .whb-header-bottom .wd-nav > li.current-menu-item > a {
  color: var(--sl-gold) !important;
}


body .whb-header.whb-header_541962 .whb-row.whb-top-bar,
body .whb-header.whb-header_541962 .whb-top-bar-inner {
  background-color: #050505 !important;
  border-color: rgba(214,173,85,.28) !important;
}

/* ==================================================
   STEAM LEGEND — final site unification
   Loaded from Woodmart Child only.
================================================== */

/* Global shallow black-gold background */
body .wd-page-wrapper.website-wrapper {
  background: #050505 !important;
}

body .main-page-wrapper {
  background:
    radial-gradient(circle at 18% 0%, rgba(214,173,85,.075), transparent 34%),
    linear-gradient(135deg, #070909 0%, #0d100e 50%, #080a09 100%) !important;
  color: #d0d3d2;
}

body .main-page-wrapper .page-title {
  border-bottom: 1px solid rgba(214,173,85,.18);
  background: #090b0a !important;
  color: #f5f5f5;
}

body .main-page-wrapper h1,
body .main-page-wrapper h2,
body .main-page-wrapper h3,
body .main-page-wrapper h4,
body .main-page-wrapper h5,
body .main-page-wrapper h6 {
  color: #f5f5f5;
}

body .main-page-wrapper .woocommerce-breadcrumb,
body .main-page-wrapper .woocommerce-breadcrumb a {
  color: #afb4b1;
}

body .main-page-wrapper .woocommerce-breadcrumb a:hover {
  color: var(--sl-gold, #d6ad55);
}

/* Ensure the shared Header Builder stays black-gold on every page */
body .whb-header.whb-header_541962 .whb-main-header,
body .whb-header.whb-header_541962 .whb-row.whb-general-header,
body .whb-header.whb-header_541962 .whb-row.whb-header-bottom,
body .whb-header.whb-header_541962 .whb-sticky-header {
  background: #050505 !important;
  border-color: rgba(214,173,85,.28) !important;
}

body .whb-header.whb-header_541962 .menu-opener,
body .whb-header.whb-header_541962 .wd-dropdown-cats {
  background-color: #080a09 !important;
  color: #f5f5f5;
}

/* WooCommerce archives: dark cards, white product-image canvas retained */
.woocommerce-shop .wd-product-card-bg,
.tax-product_cat .wd-product-card-bg,
.tax-product_brand .wd-product-card-bg {
  border: 1px solid rgba(214,173,85,.16);
  border-radius: 10px;
  background: #101413 !important;
}

.woocommerce-shop .product-element-top,
.woocommerce-shop .product-image-link,
.woocommerce-shop .wd-product-img-hover,
.tax-product_cat .product-element-top,
.tax-product_cat .product-image-link,
.tax-product_cat .wd-product-img-hover,
.tax-product_brand .product-element-top,
.tax-product_brand .product-image-link,
.tax-product_brand .wd-product-img-hover {
  background: #fff !important;
}

.woocommerce-shop .wd-product-card-bg .wrapp-swatches,
.tax-product_cat .wd-product-card-bg .wrapp-swatches,
.tax-product_brand .wd-product-card-bg .wrapp-swatches {
  background: #101413 !important;
}

.woocommerce-shop .wd-entities-title a,
.tax-product_cat .wd-entities-title a,
.tax-product_brand .wd-entities-title a {
  color: #f5f5f5 !important;
}

.woocommerce-shop .price,
.tax-product_cat .price,
.tax-product_brand .price {
  color: var(--sl-gold, #d6ad55) !important;
}

/* Cart, checkout and account surfaces */
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-totals-inner,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  border-color: rgba(214,173,85,.20) !important;
  background: #0f1312 !important;
  color: #d0d3d2;
}

.main-page-wrapper .woocommerce table,
.main-page-wrapper .woocommerce table th,
.main-page-wrapper .woocommerce table td {
  border-color: rgba(214,173,85,.18) !important;
  color: #d0d3d2;
}

.main-page-wrapper .woocommerce input.input-text,
.main-page-wrapper .woocommerce input[type="text"],
.main-page-wrapper .woocommerce input[type="email"],
.main-page-wrapper .woocommerce input[type="tel"],
.main-page-wrapper .woocommerce input[type="password"],
.main-page-wrapper .woocommerce textarea,
.main-page-wrapper .woocommerce select {
  border-color: rgba(214,173,85,.30) !important;
  background: #0b100e !important;
  color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #d0d3d2;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--sl-gold, #d6ad55);
}

/* Native WoodMart back-to-top: left; LINE remains untouched on the right */
body .scrollToTop {
  right: auto !important;
  bottom: 18px !important;
  left: 18px !important;
  border: 1px solid rgba(214,173,85,.52) !important;
  border-radius: 50% !important;
  background: #080a09 !important;
  color: var(--sl-gold, #d6ad55) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.42) !important;
}

body .scrollToTop:hover {
  border-color: var(--sl-gold, #d6ad55) !important;
  background: #121713 !important;
  color: #f3d889 !important;
}

@media (max-width: 1024px) {
  body .scrollToTop {
    right: auto !important;
    bottom: 72px !important;
    left: 14px !important;
  }
}

/* STEAM LEGEND FINAL DESIGN SYSTEM */
:root {
  --steam-bg: #070807;
  --steam-bg-soft: #0d0f0e;
  --steam-bg-card: #101210;
  --steam-gold: #d4aa4f;
  --steam-gold-light: #efcf7a;
  --steam-gold-dark: #8c6a27;
  --steam-text: #f4f1e8;
  --steam-text-muted: #b7b0a2;
  --steam-border: rgba(212,170,79,.38);
  --steam-border-strong: rgba(212,170,79,.70);
  --steam-radius: 10px;
  --steam-transition: .2s ease;
}

/* Shared page and typography palette */
body .wd-page-wrapper.website-wrapper,
body .wd-page-content.main-page-wrapper {
  background:
    radial-gradient(circle at 70% 20%, rgba(212,170,79,.06), transparent 34%),
    linear-gradient(135deg, #070807 0%, #10120f 48%, #080908 100%) !important;
  color: var(--steam-text-muted);
}
body .main-page-wrapper h1,
body .main-page-wrapper h2,
body .main-page-wrapper h3,
body .main-page-wrapper h4,
body .main-page-wrapper h5,
body .main-page-wrapper h6 { color: var(--steam-text) !important; }
body .main-page-wrapper p,
body .main-page-wrapper li,
body .main-page-wrapper label { color: #e3ded2; }
body .main-page-wrapper a:hover { color: var(--steam-gold-light); }

/* One shared three-row header on all templates */
body .whb-header.whb-header_541962 .whb-main-header,
body .whb-header.whb-header_541962 .whb-row,
body .whb-header.whb-header_541962 .whb-sticky-header {
  background: #050605 !important;
  border-color: var(--steam-border) !important;
}
body.home .whb-header.whb-header_541962 .whb-top-bar,
body .whb-header.whb-header_541962 .whb-top-bar {
  display: block !important;
  min-height: 36px !important;
  height: 36px !important;
  overflow: hidden !important;
  background: #080908 !important;
  border-bottom: 1px solid var(--steam-border) !important;
}
body .whb-header.whb-header_541962 .whb-top-bar > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
body .whb-header.whb-header_541962 .whb-top-bar-inner {
  display: block !important;
  min-height: 36px !important;
  height: 36px !important;
}
.steam-announcement {
  width: 100%;
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--steam-gold-light);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.steam-announcement-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  will-change: transform;
  animation: steam-announcement-scroll 28s linear infinite;
}
.steam-announcement-track > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  padding-inline: 48px;
}
@keyframes steam-announcement-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .steam-announcement-track { animation: none; transform: none; }
  .steam-announcement-track > span[aria-hidden="true"] { display: none; }
}

/* Main navigation: one row and shared black-gold dropdown palette */
@media (min-width: 1025px) {
  body .whb-header.whb-header_541962 .whb-general-header > .container,
  body .whb-header.whb-header_541962 .whb-header-bottom > .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: clamp(14px, 1.6vw, 30px) !important;
  }
  body .whb-header.whb-header_541962 .whb-header-bottom-inner,
  body .whb-header.whb-header_541962 .wd-header-nav .wd-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-nav > li {
    flex: 0 0 auto !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-nav > li > a {
    padding-inline: clamp(6px, .58vw, 10px) !important;
    white-space: nowrap !important;
    color: var(--steam-text) !important;
  }

  /* Brand agency: vertical first level with a right-side second-level flyout. */
  body .whb-header.whb-header_541962 .wd-header-cats {
    position: relative !important;
  }
  body .whb-header.whb-header_541962 .wd-header-cats > .wd-dropdown-cats {
    top: 100% !important;
    right: auto !important;
    left: 0 !important;
    width: 284px !important;
    min-width: 284px !important;
    max-width: calc(100vw - 32px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 7px !important;
    overflow: visible !important;
    border: 1px solid var(--steam-border) !important;
    border-radius: 0 0 var(--steam-radius) var(--steam-radius) !important;
    background: var(--steam-bg) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.48) !important;
    z-index: 1200 !important;
  }
  body .whb-header.whb-header_541962 #menu-categories {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li > a {
    min-height: 34px !important;
    padding: 7px 28px 7px 11px !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: var(--steam-text) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    white-space: nowrap !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li.menu-item-has-children > a::after {
    content: '›';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: var(--steam-gold);
    font-size: 17px;
  }
  body .whb-header.whb-header_541962 #menu-categories > li:hover > a,
  body .whb-header.whb-header_541962 #menu-categories > li:focus-within > a {
    color: var(--steam-gold-light) !important;
    background: linear-gradient(90deg, rgba(212,170,79,.16), rgba(212,170,79,.035)) !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li.menu-item-has-children::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
  }
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu {
    position: absolute !important;
    top: -8px !important;
    right: auto !important;
    left: calc(100% + 8px) !important;
    display: block !important;
    visibility: hidden !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: calc(100vw - 332px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 7px !important;
    border: 1px solid var(--steam-border) !important;
    border-radius: var(--steam-radius) !important;
    background: var(--steam-bg) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.48) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(5px) !important;
    transition: opacity var(--steam-transition), transform var(--steam-transition), visibility var(--steam-transition) !important;
    z-index: 1201 !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li:hover > .wd-dropdown-menu,
  body .whb-header.whb-header_541962 #menu-categories > li:focus-within > .wd-dropdown-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu > .container,
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu .wd-entry-content,
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu .wd-sub-menu {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 #menu-categories .wd-sub-menu > li > a {
    min-height: 34px !important;
    padding: 7px 10px !important;
    border-radius: 7px !important;
    color: var(--steam-text) !important;
    font-size: 13px !important;
    white-space: normal !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 #menu-categories .wd-sub-menu > li:hover > a {
    color: var(--steam-gold-light) !important;
    background: rgba(212,170,79,.10) !important;
  }

  /* Main navigation dropdowns, including All Products and IQOS. */
  body .whb-header.whb-header_541962 .wd-header-nav .wd-nav > li > .wd-dropdown-menu {
    top: 100% !important;
    width: 230px !important;
    min-width: 230px !important;
    max-width: min(260px, calc(100vw - 24px)) !important;
    height: auto !important;
    padding: 7px !important;
    border: 1px solid var(--steam-border) !important;
    border-radius: 0 0 var(--steam-radius) var(--steam-radius) !important;
    background: var(--steam-bg) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.48) !important;
    z-index: 1200 !important;
  }
  body .whb-header.whb-header_541962 .steam-all-products-menu > .wd-dropdown-menu,
  body .whb-header.whb-header_541962 .steam-iqos-menu > .wd-dropdown-menu {
    right: auto !important;
    left: 0 !important;
    transform: none !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu > .container,
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu .wd-entry-content,
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu .wd-sub-menu {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu .wd-col,
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu .menu-item {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu a {
    min-height: 36px !important;
    padding: 8px 11px !important;
    border-radius: 7px !important;
    color: var(--steam-text) !important;
    font-size: 13px !important;
    white-space: normal !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu li:hover > a {
    color: var(--steam-gold-light) !important;
    background: linear-gradient(90deg, rgba(212,170,79,.15), rgba(212,170,79,.035)) !important;
  }
}

/* Curated shop category panel; product_cat data and links remain untouched. */
.woocommerce-shop .wd-page-title .wd-title-wrapp .entry-title { color: var(--steam-text) !important; }
.woocommerce-shop .wd-page-title .wd-nav-product-cat.steam-curated-cats {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px !important;
  width: min(1280px, 100%);
  max-width: 1280px;
  max-height: none !important;
  margin: 16px auto 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.woocommerce-shop .steam-curated-cats > li { margin: 0 !important; }
.woocommerce-shop .steam-curated-cats > li[hidden],
.woocommerce-shop .steam-curated-cats:not(.is-expanded) > .steam-over-desktop { display: none !important; }
.woocommerce-shop .steam-curated-cats .steam-category-label {
  grid-column: 1 / -1;
  color: var(--steam-gold-light) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: left;
  padding: 5px 2px 0;
}
.woocommerce-shop .steam-curated-cats .category-nav-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 10px !important;
  border: 1px solid var(--steam-border) !important;
  border-radius: var(--steam-radius) !important;
  color: var(--steam-text) !important;
  background: var(--steam-bg-card) !important;
  transition: all var(--steam-transition) !important;
}
.woocommerce-shop .steam-curated-cats .category-nav-link:hover {
  border-color: var(--steam-border-strong) !important;
  color: var(--steam-gold-light) !important;
  background: linear-gradient(135deg, #14140f, #0b0c0b) !important;
}
.woocommerce-shop .steam-curated-cats .nav-link-text { color: inherit !important; text-align: center; }
.woocommerce-shop .steam-curated-cats .nav-link-count { display: none !important; }
.woocommerce-shop .steam-category-toggle {
  display: block;
  min-height: 40px;
  margin: 14px auto 0;
  padding: 8px 22px;
  border: 1px solid var(--steam-border);
  border-radius: var(--steam-radius);
  color: var(--steam-gold-light);
  background: var(--steam-bg-card);
  transition: all var(--steam-transition);
}
.woocommerce-shop .steam-category-toggle:hover {
  border-color: var(--steam-border-strong);
  background: linear-gradient(135deg, #17150e, #0c0d0c);
}

/* WooCommerce loop pagination: UI only, original page logic is untouched. */
body .woocommerce-pagination.wd-pagination,
body .woocommerce-pagination {
  margin-top: 32px;
}
body .woocommerce-pagination ul.page-numbers,
body .wd-pagination ul.page-numbers {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body .woocommerce-pagination ul.page-numbers > li,
body .wd-pagination ul.page-numbers > li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body .woocommerce-pagination .page-numbers li > a.page-numbers,
body .woocommerce-pagination .page-numbers li > span.page-numbers,
body .wd-pagination .page-numbers li > a.page-numbers,
body .wd-pagination .page-numbers li > span.page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid var(--steam-border) !important;
  border-radius: var(--steam-radius) !important;
  color: var(--steam-text) !important;
  background: var(--steam-bg-card) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: all var(--steam-transition) !important;
}
body .woocommerce-pagination .page-numbers li > span.current,
body .wd-pagination .page-numbers li > span.current {
  border-color: var(--steam-gold) !important;
  color: #090909 !important;
  background: var(--steam-gold) !important;
  font-weight: 700 !important;
}
body .woocommerce-pagination .page-numbers li > a.page-numbers:hover,
body .wd-pagination .page-numbers li > a.page-numbers:hover {
  border-color: var(--steam-border-strong) !important;
  color: var(--steam-gold-light) !important;
  background: linear-gradient(135deg, #17150e, #0b0c0b) !important;
}
body .woocommerce-pagination .page-numbers .prev,
body .woocommerce-pagination .page-numbers .next,
body .wd-pagination .page-numbers .prev,
body .wd-pagination .page-numbers .next { font-size: 19px !important; }

/* Information pages */
.steam-info-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 72px;
  color: #e3ded2;
}
.steam-info-hero,
.steam-info-section,
.steam-info-card {
  border: 1px solid var(--steam-border);
  border-radius: 16px;
  background: rgba(13,15,14,.88);
}
.steam-info-hero { padding: clamp(38px, 7vw, 78px) clamp(20px, 5vw, 60px); text-align: center; }
.steam-info-kicker { color: var(--steam-gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.steam-info-hero h1 { margin: 10px 0 14px; font-size: clamp(30px, 5vw, 54px); }
.steam-info-lead { max-width: 820px; margin: 0 auto; color: var(--steam-text-muted); font-size: 16px; line-height: 1.9; }
.steam-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.steam-info-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.steam-info-card { padding: 24px; }
.steam-info-card h2,
.steam-info-card h3 { margin: 0 0 10px; color: var(--steam-text) !important; }
.steam-info-card p,
.steam-info-card li { color: var(--steam-text-muted); line-height: 1.8; }
.steam-info-section { margin-top: 20px; padding: clamp(24px, 4vw, 42px); }
.steam-info-section h2 { margin-top: 0; }
.steam-info-section ul { margin: 12px 0 0 1.2em; }
.steam-info-steps { counter-reset: steamstep; }
.steam-info-steps > .steam-info-card::before { counter-increment: steamstep; content: counter(steamstep, decimal-leading-zero); display: block; margin-bottom: 10px; color: var(--steam-gold); font-weight: 700; }
.steam-info-cta { margin-top: 20px; padding: 34px; border: 1px solid var(--steam-border-strong); border-radius: 16px; text-align: center; background: linear-gradient(135deg, rgba(212,170,79,.14), rgba(8,9,8,.94)); }
.steam-info-button { display: inline-flex; min-height: 46px; margin-top: 12px; padding: 0 24px; align-items: center; justify-content: center; border-radius: var(--steam-radius); color: #090909 !important; background: var(--steam-gold); font-weight: 700; }
.steam-info-button:hover { background: var(--steam-gold-light); }

@media (max-width: 1024px) {
  body .whb-header.whb-header_541962 .whb-top-bar,
  body.home .whb-header.whb-header_541962 .whb-top-bar { height: 34px !important; min-height: 34px !important; }
  .steam-announcement, body .whb-header.whb-header_541962 .whb-top-bar-inner { height: 34px !important; min-height: 34px !important; }
  .steam-announcement { font-size: 12px; }
  .steam-announcement-track { animation-duration: 23s; }
  .steam-announcement-track > span { padding-inline: 28px; }
  .woocommerce-shop .wd-page-title .wd-nav-product-cat.steam-curated-cats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .woocommerce-shop .steam-curated-cats:not(.is-expanded) > .steam-over-desktop { display: block !important; }
  .woocommerce-shop .steam-curated-cats:not(.is-expanded) > .steam-over-mobile { display: none !important; }
}
@media (max-width: 767px) {
  .woocommerce-shop .wd-page-title .wd-nav-product-cat.steam-curated-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px !important; margin-top: 10px !important; }
  .woocommerce-shop .steam-curated-cats .category-nav-link { min-height: 42px; padding: 7px !important; font-size: 12px; }
  body .woocommerce-pagination ul.page-numbers,
  body .wd-pagination ul.page-numbers { gap: 6px !important; }
  body .woocommerce-pagination .page-numbers li > a.page-numbers,
  body .woocommerce-pagination .page-numbers li > span.page-numbers,
  body .wd-pagination .page-numbers li > a.page-numbers,
  body .wd-pagination .page-numbers li > span.page-numbers { min-width: 40px !important; height: 40px !important; padding: 0 7px !important; }
  .steam-info-page { width: min(100% - 24px, 1180px); padding: 24px 0 48px; }
  .steam-info-grid, .steam-info-grid.two { grid-template-columns: 1fr; gap: 12px; }
  .steam-info-card { padding: 20px; }
  .steam-info-section { margin-top: 12px; padding: 22px 18px; }
}

/* STEAM LEGEND information pages: remove legacy Elementor sidebar only here. */
body.page-id-32501 .sidebar-container,
body.page-id-32503 .sidebar-container,
body.page-id-32857 .sidebar-container,
body.page-id-32850 .sidebar-container { display: none !important; }
body.page-id-32501 .site-content,
body.page-id-32503 .site-content,
body.page-id-32857 .site-content,
body.page-id-32850 .site-content {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  --wd-col-lg: 12 !important;
}


/* STEAM LEGEND HOME EDITORIAL + FAQ STYLES */
body.home .sl-editorial-support {
  width: min(100% - 40px, 1280px);
  margin: 78px auto 0;
  color: var(--steam-text, #f4f1e8);
  background: transparent;
}
body.home .sl-editorial-support *,
body.home .sl-editorial-support *::before,
body.home .sl-editorial-support *::after {
  box-sizing: border-box;
}
body.home .sl-editorial-support .sl-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
body.home .sl-editorial-support .sl-section-heading h2,
body.home .sl-editorial-support .sl-faq-intro h2 {
  margin: 0;
  color: #f5f5f2;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: .02em;
}
body.home .sl-editorial-support .sl-guide-all {
  flex: 0 0 auto;
  color: #d6ad55;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 220ms ease;
}
body.home .sl-editorial-support .sl-guide-all:hover {
  color: #e4be63;
}
body.home .sl-editorial-support .sl-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .95fr);
  gap: 18px;
  min-width: 0;
}
body.home .sl-editorial-support .sl-guide-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}
body.home .sl-editorial-support .sl-guide-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: rgba(15, 19, 18, .94);
  border: 1px solid rgba(214, 173, 85, .20);
  border-radius: 16px;
  transition: border-color 240ms ease, transform 240ms ease;
}
body.home .sl-editorial-support .sl-guide-featured {
  min-height: 520px;
}
body.home .sl-editorial-support .sl-guide-small {
  min-height: 251px;
}
body.home .sl-editorial-support .sl-guide-card:hover {
  border-color: rgba(214, 173, 85, .45);
}
body.home .sl-editorial-support .sl-guide-card-link,
body.home .sl-editorial-support .sl-guide-media,
body.home .sl-editorial-support .sl-guide-image,
body.home .sl-editorial-support .sl-guide-overlay {
  position: absolute;
  inset: 0;
  display: block;
}
body.home .sl-editorial-support .sl-guide-card-link {
  color: inherit;
  text-decoration: none;
}
body.home .sl-editorial-support .sl-guide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}
body.home .sl-editorial-support .sl-guide-card:hover .sl-guide-image {
  transform: scale(1.03);
}
body.home .sl-editorial-support .sl-guide-image-fallback {
  background:
    radial-gradient(circle at 72% 20%, rgba(214, 173, 85, .22), transparent 38%),
    linear-gradient(135deg, #111514, #080908);
}
body.home .sl-editorial-support .sl-guide-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, .90), rgba(0, 0, 0, .15));
}
body.home .sl-editorial-support .sl-guide-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 28px;
}
body.home .sl-editorial-support .sl-guide-small .sl-guide-copy {
  gap: 5px;
  padding: 20px 22px;
}
body.home .sl-editorial-support .sl-guide-category {
  color: #d6ad55;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
body.home .sl-editorial-support .sl-guide-article-title {
  max-width: 760px;
  color: #f5f5f2;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.28;
  font-weight: 700;
  transition: color 220ms ease;
}
body.home .sl-editorial-support .sl-guide-small .sl-guide-article-title {
  max-width: 88%;
  font-size: clamp(17px, 1.35vw, 22px);
}
body.home .sl-editorial-support .sl-guide-card:hover .sl-guide-article-title {
  color: #d6ad55;
}
body.home .sl-editorial-support .sl-guide-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #a9aaa6;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .04em;
}
body.home .sl-editorial-support .sl-guide-number {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 20px;
  color: rgba(239, 207, 122, .9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
}
body.home .sl-editorial-support .sl-faq-section {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.5fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: start;
  margin-top: 90px;
  padding-bottom: 82px;
}
body.home .sl-editorial-support .sl-faq-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #d6ad55;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}
body.home .sl-editorial-support .sl-faq-intro p {
  max-width: 320px;
  margin: 15px 0 0;
  color: #a9aaa6;
  font-size: 15px;
  line-height: 1.75;
}
body.home .sl-editorial-support .sl-faq-list {
  border-top: 1px solid rgba(214, 173, 85, .18);
}
body.home .sl-editorial-support .sl-faq-item {
  border-bottom: 1px solid rgba(214, 173, 85, .18);
}
body.home .sl-editorial-support .sl-faq-question {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 2px;
  appearance: none;
  border: 0;
  background: transparent;
  color: #f5f5f2;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 220ms ease;
}
body.home .sl-editorial-support .sl-faq-question:hover,
body.home .sl-editorial-support .sl-faq-question[aria-expanded="true"] {
  color: #d6ad55;
}
body.home .sl-editorial-support .sl-faq-icon {
  flex: 0 0 24px;
  color: #d6ad55;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
body.home .sl-editorial-support .sl-faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 280ms ease, opacity 240ms ease;
}
body.home .sl-editorial-support .sl-faq-item.is-open .sl-faq-answer-wrap {
  grid-template-rows: 1fr;
  opacity: 1;
}
body.home .sl-editorial-support .sl-faq-answer {
  min-height: 0;
  overflow: hidden;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1.8;
}
body.home .sl-editorial-support .sl-faq-answer p {
  margin: 0;
  padding: 0 34px 22px 2px;
}
@media (max-width: 900px) {
  body.home .sl-editorial-support .sl-faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  body.home .sl-editorial-support {
    width: min(100% - 32px, 1280px);
    margin-top: 72px;
  }
  body.home .sl-editorial-support .sl-section-heading {
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 20px;
  }
  body.home .sl-editorial-support .sl-section-heading h2,
  body.home .sl-editorial-support .sl-faq-intro h2 {
    font-size: 28px;
  }
  body.home .sl-editorial-support .sl-guide-all {
    font-size: 13px;
  }
  body.home .sl-editorial-support .sl-guide-layout,
  body.home .sl-editorial-support .sl-guide-side {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 16px;
  }
  body.home .sl-editorial-support .sl-guide-featured,
  body.home .sl-editorial-support .sl-guide-small {
    min-height: 270px;
  }
  body.home .sl-editorial-support .sl-guide-copy,
  body.home .sl-editorial-support .sl-guide-small .sl-guide-copy {
    gap: 6px;
    padding: 20px;
  }
  body.home .sl-editorial-support .sl-guide-article-title,
  body.home .sl-editorial-support .sl-guide-small .sl-guide-article-title {
    max-width: 92%;
    font-size: 20px;
  }
  body.home .sl-editorial-support .sl-faq-section {
    gap: 28px;
    margin-top: 84px;
    padding-bottom: 76px;
  }
  body.home .sl-editorial-support .sl-faq-question {
    min-height: 62px;
    padding: 16px 0;
    font-size: 15px;
  }
}
@media (max-width: 430px) {
  body.home .sl-editorial-support {
    width: calc(100% - 32px);
  }
  body.home .sl-editorial-support .sl-guide-featured,
  body.home .sl-editorial-support .sl-guide-small {
    min-height: 250px;
  }
}


/* STEAM LEGEND ACCESSIBILITY + UX POLISH */
/* Cart: preserve WooCommerce structure while restoring contrast and brand styling. */
body.woocommerce-cart .woocommerce-cart-form .product-name a,
body.woocommerce-cart .woocommerce-cart-form .product-price,
body.woocommerce-cart .woocommerce-cart-form .product-price .amount,
body.woocommerce-cart .woocommerce-cart-form .product-subtotal,
body.woocommerce-cart .woocommerce-cart-form .product-subtotal .amount {
  color: var(--steam-text, #f4f1e8) !important;
}
body.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
  color: var(--steam-gold-light, #efcf7a) !important;
}
body.woocommerce-cart .cart-totals-inner,
body.woocommerce-cart .cart-totals-inner th,
body.woocommerce-cart .cart-totals-inner td,
body.woocommerce-cart .cart-totals-inner .amount {
  color: var(--steam-text, #f4f1e8) !important;
}
body.woocommerce-cart button[name="update_cart"] {
  border: 1px solid var(--steam-border, rgba(212,170,79,.38)) !important;
  background: var(--steam-bg-card, #101210) !important;
  color: var(--steam-text, #f4f1e8) !important;
}
body.woocommerce-cart button[name="update_cart"]:hover:not(:disabled) {
  border-color: var(--steam-border-strong, rgba(212,170,79,.70)) !important;
  background: #171b18 !important;
  color: var(--steam-gold-light, #efcf7a) !important;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  border-color: var(--steam-gold, #d4aa4f) !important;
  background: var(--steam-gold, #d4aa4f) !important;
  color: #090909 !important;
  font-weight: 700 !important;
  transition: filter var(--steam-transition, .2s ease), background var(--steam-transition, .2s ease) !important;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: var(--steam-gold-light, #efcf7a) !important;
  color: #090909 !important;
  filter: brightness(1.03);
}

/* Account dashboard cards and labels. */
body.woocommerce-account .wd-my-account-links a,
body.woocommerce-account .wd-my-account-links a span,
body.woocommerce-account .wd-my-account-links a::before,
body.woocommerce-account .wd-my-account-links a::after {
  color: var(--steam-text, #f4f1e8) !important;
}
body.woocommerce-account .wd-my-account-links a {
  border-color: rgba(212,170,79,.18) !important;
  background: rgba(15,19,18,.94) !important;
  transition: color var(--steam-transition, .2s ease), border-color var(--steam-transition, .2s ease), background var(--steam-transition, .2s ease) !important;
}
body.woocommerce-account .wd-my-account-links a:hover,
body.woocommerce-account .wd-my-account-links a:focus-visible {
  border-color: var(--steam-border-strong, rgba(212,170,79,.70)) !important;
  background: linear-gradient(135deg, rgba(212,170,79,.12), rgba(15,19,18,.96)) !important;
  color: var(--steam-gold-light, #efcf7a) !important;
}
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content label {
  color: #e3ded2 !important;
}
body.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--steam-gold, #d4aa4f);
}
body.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: var(--steam-gold-light, #efcf7a);
}

/* Product secondary information. Product image pixels remain untouched. */
body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb a {
  color: #afb4b1 !important;
}
body.single-product .woocommerce-breadcrumb a:hover {
  color: var(--steam-gold-light, #efcf7a) !important;
}
body.single-product .woocommerce-product-details__short-description,
body.single-product .woocommerce-product-details__short-description p {
  color: #dfe1dc !important;
}
body.single-product .product_meta,
body.single-product .product_meta > span {
  color: #aeb3af !important;
}
body.single-product .product_meta a {
  color: var(--steam-gold-light, #efcf7a) !important;
}

/* Keyboard focus remains visible on dark surfaces. */
body .main-page-wrapper a:focus-visible,
body .main-page-wrapper button:focus-visible,
body .whb-header a:focus-visible,
body .whb-header button:focus-visible {
  outline: 2px solid var(--steam-gold-light, #efcf7a) !important;
  outline-offset: 3px !important;
}

/* Keep the desktop brand list usable on shorter screens without clipping flyouts. */
@media (min-width: 1024px) and (max-height: 820px) {
  body .whb-header.whb-header_541962 #menu-categories > li > a {
    min-height: 27px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu {
    top: -5px !important;
  }
}

/* Chaty LINE button stays on the right while avoiding persistent label overlap. */
body .chaty-widget.right-position {
  right: 18px !important;
  bottom: 22px !important;
}
body .chaty-widget .on-hover-text {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity var(--steam-transition, .2s ease), visibility var(--steam-transition, .2s ease) !important;
}
body .chaty-widget:hover .on-hover-text,
body .chaty-widget:focus-within .on-hover-text {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 1024px) {
  body .chaty-widget.right-position {
    right: 12px !important;
    bottom: 78px !important;
  }
}


/* =========================================================
 * STEAM LEGEND — Unified Single Product final
 * Scope: body.single-product only.
 * ========================================================= */
body.single-product {
  --sl-product-gold: var(--steam-gold, #d6ad55);
  --sl-product-gold-light: var(--steam-gold-light, #e4be63);
  --sl-product-text: #f5f5f2;
  --sl-product-muted: #a9aaa6;
}

@media (min-width: 1025px) {
  body.single-product .product-image-summary-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 48px !important;
    align-items: start !important;
  }
}

/* WoodMart keeps its native carousel; every slide gets one stable square stage.
   This prevents a portrait gallery image from increasing the height of all slides. */
body.single-product .wd-gallery-images .wd-carousel,
body.single-product .wd-gallery-images .wd-carousel-wrap {
  height: auto !important;
  min-height: 0 !important;
}

body.single-product .wd-gallery-images .woocommerce-product-gallery__image {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  background: transparent;
}

body.single-product .wd-gallery-images .woocommerce-product-gallery__image > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

body.single-product .wd-gallery-images .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* The global WoodMart Gallery layout is now Thumbnails bottom. */
body.single-product .woocommerce-product-gallery.thumbs-position-bottom {
  display: block;
  height: auto !important;
  min-height: 0 !important;
}

body.single-product .woocommerce-product-gallery.thumbs-position-bottom .wd-gallery-images,
body.single-product .woocommerce-product-gallery.thumbs-position-bottom .wd-gallery-thumb {
  width: 100% !important;
  max-width: none !important;
}

body.single-product .woocommerce-product-gallery.thumbs-position-bottom .wd-gallery-thumb {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 12px;
}

/* Remove only the summary placements; Wishlist and Compare remain available elsewhere. */
body.single-product .summary-inner > .wd-compare-btn,
body.single-product .summary-inner > .wd-wishlist-btn,
body.single-product .summary-inner > .wd-product-info.wd-sold-count,
body.single-product .summary-inner > .wd-product-info.wd-visits-count {
  display: none !important;
}

body.single-product .summary .product_title {
  color: var(--sl-product-text) !important;
  font-size: clamp(32px, 2.45vw, 42px) !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
}

body.single-product .summary > .price,
body.single-product .summary .woocommerce-variation-price .price {
  color: var(--sl-product-gold) !important;
}

body.single-product .sl-product-trust-badges span {
  border-color: rgba(214,173,85,.25);
  border-radius: 6px;
  background: rgba(255,255,255,.03);
  color: var(--sl-product-text);
}

body.single-product .summary-inner > form.cart {
  background: rgba(15,19,18,.94);
  border-color: rgba(214,173,85,.25);
}

body.single-product .summary .single_add_to_cart_button {
  background: #b48616 !important;
  color: #111 !important;
}

body.single-product .summary .single_add_to_cart_button:hover,
body.single-product .summary .single_add_to_cart_button:focus {
  background: var(--sl-product-gold-light) !important;
  color: #111 !important;
}

body.single-product .sl-product-line {
  border-color: rgba(214,173,85,.40);
  color: var(--sl-product-text);
}

body.single-product .sl-product-service-list > div {
  grid-template-columns: 105px minmax(0, 1fr);
  padding: 12px 0;
  border-bottom-color: rgba(255,255,255,.08);
}

@media (max-width: 767px) {
  body.single-product .summary .product_title {
    font-size: clamp(24px, 7.4vw, 30px) !important;
  }

  body.single-product .sl-product-service-list > div {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}


/* =========================================================
 * STEAM LEGEND — Cart + Checkout black-gold system
 * Scope: WooCommerce Cart and Checkout only.
 * ========================================================= */
body.woocommerce-cart,
body.woocommerce-checkout {
  --sl-commerce-bg: rgba(15,19,18,.96);
  --sl-commerce-soft: rgba(255,255,255,.025);
  --sl-commerce-gold: var(--steam-gold, #d6ad55);
  --sl-commerce-gold-light: var(--steam-gold-light, #e4be63);
  --sl-commerce-text: #f5f5f2;
  --sl-commerce-body: #d6d6d2;
  --sl-commerce-muted: #a9aaa6;
  --sl-commerce-border: rgba(214,173,85,.22);
}

/* Checkout columns and the real WoodMart receipt wrapper. */
body.woocommerce-checkout form.woocommerce-checkout {
  background: transparent;
}
body.woocommerce-checkout .checkout-order-review {
  padding: 26px;
  border: 1px solid var(--sl-commerce-border);
  border-radius: 16px;
  background: var(--sl-commerce-bg);
  box-shadow: 0 16px 45px rgba(0,0,0,.18);
}
body.woocommerce-checkout .checkout-order-review::before,
body.woocommerce-checkout .checkout-order-review::after {
  content: none;
  display: none;
  background: none;
}
body.woocommerce-checkout .checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper {
  overflow: visible;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment,
body.woocommerce-checkout #payment .payment_methods,
body.woocommerce-checkout #payment .place-order {
  background: transparent;
}
body.woocommerce-checkout #order_review_heading {
  margin-bottom: 22px;
  color: var(--sl-commerce-text);
  font-weight: 700;
  text-transform: none;
}

/* Order review typography. */
body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  color: var(--sl-commerce-muted);
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  color: var(--sl-commerce-body);
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  color: #8e918d;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .amount {
  color: var(--sl-commerce-text);
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  border-color: rgba(214,173,85,.12);
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  color: var(--sl-commerce-text);
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
  color: var(--sl-commerce-gold);
  font-size: 22px;
  font-weight: 700;
}

/* Payment stays inside the same dark card. */
body.woocommerce-checkout .wc_payment_method > label {
  color: var(--sl-commerce-text);
  font-weight: 600;
}
body.woocommerce-checkout .payment_methods .payment_box {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  background: rgba(255,255,255,.025);
  box-shadow: none;
  color: var(--sl-commerce-muted);
}
body.woocommerce-checkout .payment_methods .payment_box::before {
  content: none;
  display: none;
}
body.woocommerce-checkout .payment_methods .payment_box p,
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  color: #b8b8b8;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text a,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: var(--sl-commerce-gold);
}
body.woocommerce-checkout .woocommerce-privacy-policy-text a:hover,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a:hover {
  color: var(--sl-commerce-gold-light);
}
body.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 10px;
  background: var(--sl-commerce-gold);
  color: #111;
  font-weight: 700;
}
body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus {
  background: var(--sl-commerce-gold-light);
  color: #111;
}

/* Billing fields: retain field/plugin structure and normalize the visual system. */
body.woocommerce-checkout .customer-details input.input-text,
body.woocommerce-checkout .customer-details textarea,
body.woocommerce-checkout .customer-details select,
body.woocommerce-checkout .customer-details .select2-selection--single {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(214,173,85,.35);
  border-radius: 10px;
  background: #0c100f;
  color: var(--sl-commerce-text);
}
body.woocommerce-checkout .customer-details input.input-text:focus,
body.woocommerce-checkout .customer-details textarea:focus,
body.woocommerce-checkout .customer-details select:focus,
body.woocommerce-checkout .customer-details .select2-container--focus .select2-selection--single {
  border-color: var(--sl-commerce-gold);
  box-shadow: 0 0 0 2px rgba(214,173,85,.10);
}
body.woocommerce-checkout .customer-details .form-row,
body.woocommerce-checkout .customer-details .woocommerce-input-wrapper,
body.woocommerce-checkout .customer-details .select2-container {
  max-width: none;
  width: 100%;
}
body.woocommerce-checkout .customer-details label {
  color: var(--sl-commerce-body);
}

/* Native WooCommerce shipping rates rendered as selectable cards. */
body.woocommerce-cart ul.woocommerce-shipping-methods,
body.woocommerce-checkout ul.woocommerce-shipping-methods {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0;
}
body.woocommerce-cart ul.woocommerce-shipping-methods li,
body.woocommerce-checkout ul.woocommerce-shipping-methods li {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr);
  align-items: start;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(214,173,85,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
body.woocommerce-cart ul.woocommerce-shipping-methods li.is-selected,
body.woocommerce-checkout ul.woocommerce-shipping-methods li.is-selected,
body.woocommerce-cart ul.woocommerce-shipping-methods li:has(input:checked),
body.woocommerce-checkout ul.woocommerce-shipping-methods li:has(input:checked) {
  border-color: var(--sl-commerce-gold);
  background: rgba(214,173,85,.07);
  box-shadow: inset 0 0 0 1px rgba(214,173,85,.08);
}
body.woocommerce-cart ul.woocommerce-shipping-methods input.shipping_method,
body.woocommerce-checkout ul.woocommerce-shipping-methods input.shipping_method {
  margin: 4px 0 0;
  accent-color: var(--sl-commerce-gold);
}
body.woocommerce-cart ul.woocommerce-shipping-methods label,
body.woocommerce-checkout ul.woocommerce-shipping-methods label {
  display: block;
  min-width: 0;
  color: var(--sl-commerce-text);
  cursor: pointer;
}
.sl-shipping-main {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.sl-shipping-name { font-weight: 600; }
.sl-shipping-price,
.sl-shipping-price .amount {
  flex: 0 0 auto;
  color: var(--sl-commerce-gold);
  font-weight: 700;
}
.sl-shipping-note {
  display: block;
  margin-top: 4px;
  color: var(--sl-commerce-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* Server-rendered progress is replaced with native Cart/Checkout AJAX fragments. */
body.woocommerce-cart .sl-free-shipping-row > td,
body.woocommerce-checkout .sl-free-shipping-row > td {
  padding: 0;
  border: 0;
}
.sl-free-shipping-progress {
  margin: 14px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(214,173,85,.25);
  border-radius: 12px;
  background: rgba(214,173,85,.045);
}
.sl-free-shipping-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--sl-commerce-text);
}
.sl-free-shipping-head strong { font-weight: 650; }
.sl-free-shipping-head span {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(214,173,85,.14);
  color: var(--sl-commerce-gold);
  font-size: 12px;
  font-weight: 700;
}
.sl-free-shipping-progress p {
  margin: 8px 0 10px;
  color: var(--sl-commerce-body);
  font-size: 13px;
  line-height: 1.55;
}
.sl-free-shipping-progress p .amount { color: var(--sl-commerce-gold); }
.sl-free-shipping-track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(214,173,85,.10);
}
.sl-free-shipping-track > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#a97818 0%,#d6ad55 55%,#e4be63 100%);
  transition: width .35s ease;
}
.sl-free-shipping-progress small {
  display: block;
  margin-top: 9px;
  color: var(--sl-commerce-muted);
  font-size: 12px;
}

/* Native WooCommerce coupon forms and notices. */
body.woocommerce-cart .woocommerce-cart-form .coupon,
body.woocommerce-checkout form.checkout_coupon {
  padding: 14px;
  border: 1px solid var(--sl-commerce-border);
  border-radius: 10px;
  background: rgba(15,19,18,.72);
}
body.woocommerce-cart .woocommerce-cart-form .coupon input,
body.woocommerce-checkout form.checkout_coupon input {
  min-height: 46px;
  border: 1px solid rgba(214,173,85,.35);
  border-radius: 8px;
  background: #0c100f;
  color: var(--sl-commerce-text);
}
body.woocommerce-cart .woocommerce-cart-form .coupon button,
body.woocommerce-checkout form.checkout_coupon button {
  min-height: 46px;
  border-radius: 8px;
  background: var(--sl-commerce-gold);
  color: #111;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form .coupon button:hover,
body.woocommerce-checkout form.checkout_coupon button:hover {
  background: var(--sl-commerce-gold-light);
  color: #111;
}
body.woocommerce-cart .cart-discount .amount,
body.woocommerce-checkout .cart-discount .amount,
body.woocommerce-cart .woocommerce-remove-coupon,
body.woocommerce-checkout .woocommerce-remove-coupon {
  color: var(--sl-commerce-gold);
}
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info {
  border-color: var(--sl-commerce-border);
  background: #101412;
  color: var(--sl-commerce-body);
}

/* Cart totals hierarchy; the product table itself remains unchanged. */
body.woocommerce-cart .cart-totals-inner {
  padding: 24px;
  border: 1px solid var(--sl-commerce-border);
  border-radius: 14px;
  background: var(--sl-commerce-bg);
}
body.woocommerce-cart .cart-totals-inner h2,
body.woocommerce-cart .cart-totals-inner .order-total th {
  color: var(--sl-commerce-text);
}
body.woocommerce-cart .cart-totals-inner .order-total .amount {
  color: var(--sl-commerce-gold);
  font-size: 22px;
}

@media (min-width: 1025px) {
  body.woocommerce-checkout form.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    gap: 42px;
  }
  body.woocommerce-checkout form.woocommerce-checkout > .customer-details {
    flex: 1 1 54%;
    width: auto;
    max-width: 56%;
  }
  body.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review {
    position: sticky;
    top: 132px;
    flex: 1 1 42%;
    width: auto;
    max-width: 44%;
  }
}

@media (max-width: 1024px) {
  body.woocommerce-checkout form.woocommerce-checkout > .customer-details,
  body.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review {
    width: 100%;
    max-width: none;
  }
  body.woocommerce-checkout .checkout-order-review { margin-top: 28px; }
}

@media (max-width: 767px) {
  body.woocommerce-checkout .checkout-order-review,
  body.woocommerce-cart .cart-totals-inner {
    padding: 18px;
    border-radius: 12px;
  }
  body.woocommerce-cart .woocommerce-cart-form .coupon,
  body.woocommerce-checkout form.checkout_coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body.woocommerce-cart .woocommerce-cart-form .coupon input,
  body.woocommerce-cart .woocommerce-cart-form .coupon button,
  body.woocommerce-checkout form.checkout_coupon input,
  body.woocommerce-checkout form.checkout_coupon button {
    width: 100%;
  }
  .sl-shipping-main { gap: 8px; }
  .sl-free-shipping-progress { padding: 13px 14px; }
}


/* Cart + Checkout verified cascade corrections */
body.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review {
  background-color: var(--sl-commerce-bg);
}
body.woocommerce-cart ul.woocommerce-shipping-methods li:has(input[type="hidden"].shipping_method),
body.woocommerce-checkout ul.woocommerce-shipping-methods li:has(input[type="hidden"].shipping_method) {
  border-color: var(--sl-commerce-gold);
  background: rgba(214,173,85,.07);
  box-shadow: inset 0 0 0 1px rgba(214,173,85,.08);
}

body.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review { background: var(--sl-commerce-bg) !important; }


/* STEAM LEGEND — targeted shipping card and duplicate home topbar repairs */
body.woocommerce-cart ul.woocommerce-shipping-methods li:has(> input[type="hidden"].shipping_method),
body.woocommerce-checkout ul.woocommerce-shipping-methods li:has(> input[type="hidden"].shipping_method) {
  grid-template-columns: minmax(0, 1fr);
}
body.woocommerce-cart ul.woocommerce-shipping-methods li:has(> input[type="hidden"].shipping_method) > label,
body.woocommerce-checkout ul.woocommerce-shipping-methods li:has(> input[type="hidden"].shipping_method) > label {
  grid-column: 1 / -1;
  width: 100%;
}
body.woocommerce-cart ul.woocommerce-shipping-methods label,
body.woocommerce-checkout ul.woocommerce-shipping-methods label {
  width: 100%;
  writing-mode: horizontal-tb;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}
body.woocommerce-cart .sl-shipping-main,
body.woocommerce-checkout .sl-shipping-main {
  width: 100%;
  min-width: 0;
}
body.woocommerce-cart .sl-shipping-name,
body.woocommerce-checkout .sl-shipping-name {
  min-width: 0;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  word-break: normal;
  overflow-wrap: normal;
}
body.woocommerce-cart .sl-shipping-price,
body.woocommerce-cart .sl-shipping-price .amount,
body.woocommerce-checkout .sl-shipping-price,
body.woocommerce-checkout .sl-shipping-price .amount {
  white-space: nowrap;
}
body.woocommerce-cart .sl-shipping-note,
body.woocommerce-checkout .sl-shipping-note {
  width: 100%;
  writing-mode: horizontal-tb;
  word-break: normal;
  overflow-wrap: normal;
}
body.home .whb-header.whb-header_541962 .whb-top-bar.steam-global-topbar {
  display: none !important;
}

/* STEAM LEGEND — Home Quick View / Quick Shop only */
body.home .quick-shop-wrapper{background:rgba(11,15,14,.96);border:1px solid rgba(214,173,85,.25);color:#f5f5f2}
body.home .quick-shop-wrapper table.variations select,body.home .mfp-wrap.wd-popup-quick-view-wrap table.variations select{display:block!important;position:static!important;flex:0 0 46px!important;width:100%!important;max-width:none!important;height:46px!important;min-height:46px!important;max-height:46px!important;margin:0!important;padding:0 40px 0 14px!important;border:1px solid rgba(214,173,85,.40)!important;border-radius:9px!important;background-color:#0c100f!important;color:#f5f5f2!important;line-height:normal!important;vertical-align:middle}
body.home .quick-shop-wrapper table.variations select:focus,body.home .mfp-wrap.wd-popup-quick-view-wrap table.variations select:focus{border-color:#d6ad55!important;outline:0;box-shadow:0 0 0 2px rgba(214,173,85,.10)}
body.home .quick-shop-wrapper table.variations select option,body.home .mfp-wrap.wd-popup-quick-view-wrap table.variations select option{min-height:0;background:#0c100f;color:#f5f5f2;line-height:normal}
body.home .quick-shop-wrapper .reset_variations,body.home .mfp-wrap.wd-popup-quick-view-wrap .reset_variations,body.home .quick-shop-wrapper .price,body.home .mfp-wrap.wd-popup-quick-view-wrap .price{color:#d6ad55}
body.home .quick-shop-wrapper .quick-shop-close{top:10px;inset-inline-end:10px}
body.home .quick-shop-wrapper .quick-shop-close a{font-size:0}
body.home .quick-shop-wrapper .quick-shop-close a::after{content:'×';color:#f5f5f2;font-size:24px;line-height:1}
body.home .mfp-wrap.wd-popup-quick-view-wrap{--wd-popup-width:860px}
body.home .mfp-wrap.wd-popup-quick-view-wrap .mfp-content{max-height:90vh;overflow:hidden auto;border:1px solid rgba(214,173,85,.25);border-radius:15px;background:#0b0f0e;color:#f5f5f2}
@media(max-width:767px){body.home .mfp-wrap.wd-popup-quick-view-wrap{--wd-popup-width:calc(100vw - 24px)}body.home .mfp-wrap.wd-popup-quick-view-wrap .mfp-content{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;max-height:90vh;overflow-x:hidden;overflow-y:auto}body.home .mfp-wrap.wd-popup-quick-view-wrap .woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;gap:10px}body.home .mfp-wrap.wd-popup-quick-view-wrap .single_add_to_cart_button{width:100%}}

/* Shared curated category entrances for Shop and product-category archives. */
.sl-shop-category-nav {
	flex: 0 0 100%;
	width: 100%;
	margin: 0 0 30px;
	padding: 22px;
	background: rgba(11, 15, 14, .92);
	border: 1px solid rgba(214, 173, 85, .22);
	border-radius: 14px;
}

.sl-shop-category-group + .sl-shop-category-group {
	margin-top: 22px;
}

.sl-shop-category-group > h2 {
	margin: 0 0 11px;
	color: #D6AD55;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.sl-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.sl-shop-category-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	background: rgba(15, 19, 18, .75);
	border: 1px solid rgba(214, 173, 85, .30);
	border-radius: 9px;
	color: #F5F5F2;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.sl-shop-category-link:hover,
.sl-shop-category-link:focus-visible,
.sl-shop-category-link.is-active {
	border-color: #D6AD55;
	color: #D6AD55;
	background: rgba(214, 173, 85, .06);
}

@media (max-width: 1024px) {
	.sl-shop-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.sl-shop-category-nav {
		margin-bottom: 22px;
		padding: 16px;
	}

	.sl-shop-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.sl-shop-category-link {
		padding: 9px 10px;
		font-size: 13px;
	}
}


/* Steam Legend: four information pages, 2026-09-12 */
body:is(.page-id-32501,.page-id-32503,.page-id-32850,.page-id-32857) .page-title {
	display: none;
}

body:is(.page-id-32501,.page-id-32503,.page-id-32850,.page-id-32857) .main-page-wrapper {
	padding-top: 0;
	background: #080808;
}

body:is(.page-id-32501,.page-id-32503,.page-id-32850,.page-id-32857) .site-content {
	margin-bottom: 0;
}
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ==================================================
   STEAM LEGEND — Desktop WoodMart Header / Mega Menu
   Scope: WoodMart desktop breakpoint only (>= 1025px)
================================================== */
@media (min-width: 1025px) {
    :root { --sl-header-gold: #d6ad55; }

    .whb-main-header .whb-general-header > .container,
    .whb-main-header .whb-header-bottom > .container {
        width: 100%;
        max-width: none;
        padding-inline: clamp(16p

/* Steam Legend: homepage disposable carousel + blog archive, 2026-09-11 */
body.home .sl-disposable-carousel {
  padding: clamp(50px, 5vw, 70px) 0;
  background: transparent;
}
body.home .sl-disposable-carousel .sl-disposable-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
body.home .sl-disposable-carousel .sl-disposable-kicker {
  margin-bottom: 6px;
  color: #d6ad55;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}
body.home .sl-disposable-carousel h2 {
  margin: 0;
  color: #f5f5f2;
}
body.home .sl-disposable-carousel .sl-disposable-all {
  flex: 0 0 auto;
  color: #d6ad55;
  font-weight: 600;
}
body.home .sl-disposable-carousel .sl-disposable-all:hover {
  color: #e4be63;
}
body.home .sl-disposable-track {
  position: relative;
  min-width: 0;
}
body.home .sl-disposable-track .products {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 80px) / 5);
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
body.home .sl-disposable-track .products::-webkit-scrollbar {
  display: none;
}
body.home .sl-disposable-track .product,
body.home .sl-disposable-track .wd-col {
  min-width: 0;
  scroll-snap-align: start;
}
body.home .sl-disposable-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
body.home .sl-disposable-arrow {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(214,173,85,.55);
  border-radius: 50%;
  background: rgba(7,8,7,.92);
  color: #d6ad55;
  font-size: 21px;
  line-height: 1;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}
body.home .sl-disposable-arrow:hover {
  border-color: #d6ad55;
  background: #d6ad55;
  color: #111;
}

body.blog .site-content {
  background: transparent;
}
body.blog .wd-blog-holder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
}
body.blog article.blog-post-loop {
  min-width: 0;
  height: 100%;
}
body.blog article.blog-post-loop .wd-post-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(214,173,85,.18);
  border-radius: 16px;
  background: rgba(15,19,18,.94);
  box-shadow: none;
  transition: transform .25s ease, border-color .25s ease;
}
body.blog article.blog-post-loop .wd-post-inner:hover {
  transform: translateY(-4px);
  border-color: rgba(214,173,85,.45);
}
body.blog article.blog-post-loop .wd-post-thumb,
body.blog article.blog-post-loop .wd-post-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
body.blog article.blog-post-loop .wd-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
body.blog article.blog-post-loop .wd-post-inner:hover .wd-post-img img {
  transform: scale(1.03);
}
body.blog article.blog-post-loop .wd-post-date {
  top: 14px;
  left: 14px;
  border: 1px solid rgba(214,173,85,.28);
  border-radius: 8px;
  background: rgba(7,8,7,.88);
  color: #a9aaa6;
  box-shadow: none;
}
body.blog article.blog-post-loop .wd-post-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
  color: #b8b8b8;
}
body.blog article.blog-post-loop .wd-post-cat {
  position: static;
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 0;
  background: transparent;
}
body.blog article.blog-post-loop .wd-post-cat a {
  display: inline-flex;
  padding: 4px 10px;
  border: 1px solid rgba(214,173,85,.25);
  border-radius: 999px;
  background: rgba(214,173,85,.12);
  color: #d6ad55;
  font-size: 12px;
}
body.blog article.blog-post-loop .wd-post-title,
body.blog article.blog-post-loop .wd-post-title a {
  color: #f5f5f2;
}
body.blog article.blog-post-loop .wd-post-title {
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  font-size: clamp(20px,1.5vw,24px);
  font-weight: 600;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.blog article.blog-post-loop .wd-post-meta {
  color: #a9aaa6;
}
body.blog article.blog-post-loop .wd-post-excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
body.blog article.blog-post-loop .wd-post-read-more {
  margin-top: auto;
  padding-top: 20px;
}
body.blog article.blog-post-loop .wd-post-read-more a {
  color: #d6ad55;
  font-weight: 600;
}
body.blog article.blog-post-loop .wd-post-read-more a:hover,
body.blog article.blog-post-loop .wd-post-title a:hover {
  color: #e4be63;
}
body.blog article.blog-post-loop .wd-post-reply.is-zero-comments {
  display: none;
}

@media (max-width: 1366px) {
  body.home .sl-disposable-track .products {
    grid-auto-columns: calc((100% - 60px) / 4);
  }
}
@media (max-width: 1024px) {
  body.home .sl-disposable-track .products {
    grid-auto-columns: calc((100% - 40px) / 3);
  }
  body.blog .wd-blog-holder {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 24px;
  }
}
@media (max-width: 767px) {
  body.home .sl-disposable-carousel {
    padding: 50px 0;
  }
  body.home .sl-disposable-carousel .sl-disposable-head {
    align-items: flex-start;
    gap: 14px;
  }
  body.home .sl-disposable-track .products {
    grid-auto-columns: minmax(0, 61%);
    gap: 14px;
  }
  body.home .sl-disposable-arrow {
    width: 40px;
    height: 40px;
  }
  body.blog .wd-blog-holder {
    grid-template-columns: minmax(0,1fr);
    gap: 20px;
  }
  body.blog article.blog-post-loop .wd-post-content {
    padding: 20px;
  }
}
x, 1.7vw, 32px);
    }

    .whb-main-header .whb-general-header-inner,
    .whb-main-header .whb-header-bottom-inner {
        flex-wrap: nowrap;
        align-items: center;
    }

    .whb-sticky-header .whb-col-left,
    .whb-sticky-header .whb-col-right {
        flex: 0 0 auto;
        min-width: max-content;
    }

    .whb-sticky-header .whb-col-left { margin-left: 0; }
    .whb-sticky-header .whb-col-right { margin-right: 0; }

    .whb-main-header .wd-header-nav {
        width: 100%;
        min-width: 0;
    }

    .whb-main-header .wd-header-nav .wd-nav {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        --nav-gap: 12px;
    }

    .whb-main-header .wd-header-nav .wd-nav > li {
        flex: 0 0 auto;
    }

    .whb-main-header .wd-header-nav .wd-nav > li > a {
        white-space: nowrap;
    }

    .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu.wd-design-full-width {
        top: 100%;
        z-index: 9999;
        width: 100vw;
        max-width: none;
        margin-top: 0;
        border-top: 1px solid rgba(214, 173, 85, .6);
        border-right: 0;
        border-bottom: 1px solid rgba(214, 173, 85, .6);
        border-left: 0;
        border-radius: 0;
        --wd-dropdown-bg-color: #070707;
        --wd-dropdown-shadow: 0 18px 36px rgba(0, 0, 0, .48);
        --wd-dropdown-padding: 26px;
    }

    .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu.wd-design-full-width::after {
        height: 0;
    }

    .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu > .container {
        width: 100%;
        max-width: 1500px;
        margin-inline: auto;
        padding-inline: clamp(24px, 3vw, 48px);
    }

    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: max-content;
        max-width: 100%;
    }

    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li {
        width: 100%;
    }

    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li > a {
        min-height: 38px;
        padding: 8px 0;
        color: #fff;
        white-space: nowrap;
        background: transparent;
    }

    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li:hover > a,
    .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li.current-menu-item > a {
        color: var(--sl-header-gold);
        background: transparent;
    }
}

@media (min-width: 1025px) {
    body.home .whb-main-header .wd-header-nav .wd-nav > li > a {
        padding-inline: 0 !important;
        font-size: var(--wd-header-el-font-size) !important;
    }
}

@media (min-width: 1025px) {
    body .whb-header .whb-main-header .whb-general-header > .container,
    body .whb-header .whb-main-header .whb-header-bottom > .container {
        width: 100% !important;
        max-width: none !important;
        margin-inline: 0 !important;
    }

    body .whb-header .whb-main-header .wd-header-nav {
        width: 100% !important;
        max-width: none !important;
    }

    body.home .whb-header .whb-main-header .wd-header-nav .wd-nav > li > a {
        padding-inline: 0 !important;
        font-size: var(--wd-header-el-font-size) !important;
    }
}

@media (min-width: 1025px) {
    body .whb-header .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu.wd-design-full-width {
        background: #070707 !important;
        border-top: 1px solid rgba(214, 173, 85, .6) !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(214, 173, 85, .6) !important;
        border-left: 0 !important;
    }

    body .whb-header .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li {
        flex: 0 0 auto !important;
    }

    body .whb-header .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li > a {
        color: #fff !important;
    }

    body .whb-header .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li:hover > a,
    body .whb-header .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li.current-menu-item > a {
        color: var(--sl-header-gold) !important;
    }
}

@media (min-width: 1025px) {
    body .whb-main-header .wd-header-nav .wd-nav > #menu-item-32964 > .wd-dropdown-menu.wd-design-full-width {
        background: #070707 !important;
        border-top: 1px solid rgba(214, 173, 85, .6) !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(214, 173, 85, .6) !important;
        border-left: 0 !important;
    }

    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li {
        flex: 0 0 auto !important;
    }

    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li > a {
        color: #fff !important;
    }

    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li:hover > a,
    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu > li.current-menu-item > a {
        color: var(--sl-header-gold) !important;
    }
}

@media (min-width: 1025px) {
    body .whb-main-header #menu-item-32964 > .wd-dropdown-menu .wd-sub-menu {
        background: transparent !important;
        border: 0 !important;
    }
}


/* sl-normal-header-boxed-restore-v1
 * Keep the normal top header boxed; only the sticky clone stays full-width.
 */
@media (min-width: 1025px) {
  body .whb-header .whb-main-header:not(.whb-sticky-header) .whb-general-header > .container,
  body .whb-header .whb-main-header:not(.whb-sticky-header) .whb-header-bottom > .container {
    width: 100% !important;
    max-width: 1220px !important;
    margin-inline: auto !important;
    padding-inline: 15px !important;
  }

  body .whb-header .whb-main-header:not(.whb-sticky-header) .wd-header-nav {
    width: 100% !important;
    max-width: 1220px !important;
    margin-inline: auto !important;
  }

  body .whb-sticky-header.whb-clone .whb-general-header > .container {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: clamp(16px, 1.7vw, 32px) !important;
  }
}


/* =========================================================
 * STEAM LEGEND — WooCommerce Single Product (black & gold)
 * Scope: single product pages only. Keeps WoodMart gallery JS.
 * ========================================================= */
.single-product {
  --sl-product-bg: #0b0f0e;
  --sl-product-panel: #101513;
  --sl-product-panel-soft: rgba(255,255,255,.018);
  --sl-product-gold: var(--wd-primary-color, #d6ad55);
  --sl-product-text: #f5f5f5;
  --sl-product-muted: #aeb3b2;
  --sl-product-line: rgba(255,255,255,.11);
}

.single-product .main-page-wrapper {
  background: var(--sl-product-bg);
  color: var(--sl-product-text);
}

.single-product #main-content,
.single-product .site-content {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
}

.single-product .product-image-summary {
  padding-block: 48px 42px;
}

.single-product .product-image-summary-wrap,
.single-product .product-image-summary,
.single-product .product-tabs-wrapper,
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
  color: var(--sl-product-text);
}

.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb a,
.single-product .summary .wd-product-nav-btn,
.single-product .summary .wd-product-nav-btn a {
  color: var(--sl-product-muted);
}

.single-product .woocommerce-breadcrumb a:hover,
.single-product .summary .wd-product-nav-btn:hover,
.single-product .summary .wd-product-nav-btn a:hover {
  color: var(--sl-product-gold);
}

@media (min-width: 1025px) {
  .single-product .product-image-summary-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
    gap: 52px !important;
    align-items: start;
  }

  .single-product .product-image-summary-inner > .product-images,
  .single-product .product-image-summary-inner > .summary {
    width: 100% !important;
    max-width: none !important;
    grid-column: auto !important;
  }

  .single-product .woocommerce-product-gallery.thumbs-position-left {
    gap: 12px;
  }

  .single-product .woocommerce-product-gallery.thumbs-position-left .wd-gallery-thumb {
    flex: 0 0 96px;
    width: 96px;
  }

  .single-product .woocommerce-product-gallery.thumbs-position-left .wd-gallery-images {
    min-width: 0;
    flex: 1 1 auto;
  }
}

.single-product .wd-gallery-images {
  overflow: hidden;
  border: 1px solid rgba(214,173,85,.20);
  border-radius: 12px;
  background: transparent;
}

.single-product .wd-gallery-images .woocommerce-product-gallery__image,
.single-product .wd-gallery-images .woocommerce-product-gallery__image > a {
  width: 100%;
}

.single-product .wd-gallery-images img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.single-product .wd-gallery-thumb .wd-carousel-item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 6px;
  background: rgba(255,255,255,.02);
  transition: border-color .18s ease;
}

.single-product .wd-gallery-thumb .wd-carousel-item:hover,
.single-product .wd-gallery-thumb .wd-carousel-item.wd-active,
.single-product .wd-gallery-thumb .wd-carousel-item.wd-slide-active {
  border-color: var(--sl-product-gold);
  box-shadow: inset 0 0 0 1px var(--sl-product-gold);
}

.single-product .wd-gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.single-product .product-label {
  background: var(--sl-product-gold);
  color: #080808;
  font-weight: 700;
}

.single-product .summary.entry-summary {
  color: var(--sl-product-text);
}

.single-product .sl-product-kicker {
  margin-bottom: 12px;
  color: var(--sl-product-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.single-product .sl-product-kicker a {
  color: inherit;
}

.single-product .sl-product-kicker a:hover {
  color: #f3d889;
}

.single-product .summary .product_title {
  margin-bottom: 16px;
  color: var(--sl-product-text);
  font-size: clamp(36px, 3vw, 44px);
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -.025em;
}

.single-product .summary > .price,
.single-product .summary .woocommerce-variation-price .price {
  color: var(--sl-product-gold);
  font-size: clamp(28px, 2.35vw, 32px);
  line-height: 1.25;
  font-weight: 700;
}

.single-product .summary .price del {
  color: #7f8583;
  opacity: .85;
  font-size: .66em;
}

.single-product .summary .price ins {
  color: var(--sl-product-gold);
  text-decoration: none;
}

.single-product .sl-product-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.single-product .sl-product-trust-badges span {
  padding: 7px 11px;
  border: 1px solid rgba(214,173,85,.40);
  border-radius: 5px;
  background: #0d1210;
  color: #e7d2a1;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.single-product .woocommerce-product-details__short-description {
  margin-block: 16px 22px;
  color: #cfd3d1;
  font-size: 15px;
  line-height: 1.75;
}

.single-product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.single-product .summary > form.cart {
  margin-block: 22px 18px;
  padding: 22px;
  border: 1px solid rgba(214,173,85,.24);
  border-radius: 14px;
  background: var(--sl-product-panel-soft);
}

.single-product .summary form.cart table.variations {
  margin-bottom: 18px;
}

.single-product .summary form.cart table.variations th,
.single-product .summary form.cart table.variations td {
  padding-block: 8px;
  border-color: var(--sl-product-line);
}

.single-product .summary form.cart .label,
.single-product .summary form.cart .label label {
  color: #fff;
  font-weight: 600;
}

.single-product .summary form.cart select {
  min-height: 46px;
  border: 1px solid rgba(214,173,85,.44);
  border-radius: 8px;
  background-color: #0b100e;
  color: #fff;
}

.single-product .summary form.cart select:focus {
  border-color: var(--sl-product-gold);
  box-shadow: 0 0 0 2px rgba(214,173,85,.10);
}

.single-product .summary form.cart select option {
  background: #0b100e;
  color: #fff;
}

.single-product .reset_variations,
.single-product .stock,
.single-product .woocommerce-variation-description,
.single-product .woocommerce-variation-availability {
  color: var(--sl-product-muted);
}

.single-product .reset_variations:hover {
  color: var(--sl-product-gold);
}

.single-product .summary form.cart:not(.variations_form),
.single-product .summary .woocommerce-variation-add-to-cart {
  display: flex !important;
  align-items: stretch;
  gap: 10px;
  flex-wrap: nowrap;
}

.single-product .summary form.cart .quantity {
  flex: 0 0 100px;
  min-width: 100px;
  height: 50px;
}

.single-product .summary form.cart .quantity input,
.single-product .summary form.cart .quantity button,
.single-product .summary form.cart .quantity .minus,
.single-product .summary form.cart .quantity .plus {
  height: 50px;
  border-color: rgba(255,255,255,.18);
  background: #0b100e;
  color: #fff;
}

.single-product .summary .single_add_to_cart_button {
  flex: 1 1 auto;
  min-height: 50px;
  border-radius: 8px;
  background: #9f7108;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: none;
}

.single-product .summary .single_add_to_cart_button:hover,
.single-product .summary .single_add_to_cart_button:focus {
  background: #b88411;
  color: #fff;
  filter: brightness(1.04);
}

.single-product .summary .single_add_to_cart_button.disabled,
.single-product .summary .single_add_to_cart_button:disabled {
  opacity: .5;
}

.single-product .summary .out-of-stock {
  padding: 14px 16px;
  border: 1px solid rgba(214,173,85,.3);
  border-radius: 8px;
  background: rgba(214,173,85,.06);
  color: var(--sl-product-gold);
  font-weight: 700;
}

.single-product .sl-product-support {
  margin: 18px 0 20px;
}

.single-product .sl-product-line {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
}

.single-product .sl-product-line:hover,
.single-product .sl-product-line:focus {
  border-color: var(--sl-product-gold);
  color: var(--sl-product-gold);
}

.single-product .sl-product-service-list {
  margin-top: 14px;
  border-top: 1px solid var(--sl-product-line);
}

.single-product .sl-product-service-list > div {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--sl-product-line);
}

.single-product .sl-product-service-list strong {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.single-product .sl-product-service-list span {
  color: var(--sl-product-muted);
  font-size: 13px;
  line-height: 1.55;
}

.single-product .product_meta {
  padding-top: 14px;
  border-top: 1px solid rgba(214,173,85,.16);
  color: #858b89;
  font-size: 12px;
  line-height: 1.7;
}

.single-product .product_meta > span {
  color: #858b89;
}

.single-product .product_meta a {
  color: #c9a95e;
}

.single-product .product_meta a:hover {
  color: #f3d889;
}

.single-product .woocommerce-tabs {
  margin-top: 12px;
  border-top: 1px solid rgba(214,173,85,.22);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.single-product .woocommerce-tabs .wc-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.single-product .woocommerce-tabs .wc-tabs li {
  flex: 0 0 auto;
  margin: 0;
}

.single-product .woocommerce-tabs .wc-tabs li a {
  position: relative;
  display: block;
  padding: 19px 2px 17px;
  color: var(--sl-product-muted);
  font-weight: 600;
  white-space: nowrap;
}

.single-product .woocommerce-tabs .wc-tabs li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}

.single-product .woocommerce-tabs .wc-tabs li.active a,
.single-product .woocommerce-tabs .wc-tabs li a:hover {
  color: #fff;
}

.single-product .woocommerce-tabs .wc-tabs li.active a:after {
  background: var(--sl-product-gold);
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 38px 0 44px;
  color: #d0d3d2;
}

.single-product .woocommerce-Tabs-panel h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.25;
}

.single-product .woocommerce-Tabs-panel h3 {
  color: #fff;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.3;
}

.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel li {
  color: #cfd2d1;
  line-height: 1.8;
}

.single-product .woocommerce-Tabs-panel img {
  max-width: 100%;
  height: auto;
}

.single-product table.woocommerce-product-attributes {
  overflow: hidden;
  border: 1px solid rgba(214,173,85,.22);
  border-radius: 8px;
  background: #0d1210;
}

.single-product table.woocommerce-product-attributes th,
.single-product table.woocommerce-product-attributes td {
  padding: 14px 16px;
  border-color: rgba(255,255,255,.10);
}

.single-product table.woocommerce-product-attributes th {
  color: #fff;
}

.single-product table.woocommerce-product-attributes td,
.single-product table.woocommerce-product-attributes td p {
  color: var(--sl-product-muted);
}

.single-product .sl-product-faq details {
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.single-product .sl-product-faq summary {
  cursor: pointer;
  padding: 17px 0;
  color: #fff;
  font-weight: 600;
}

.single-product .sl-product-faq summary:hover {
  color: var(--sl-product-gold);
}

.single-product .sl-product-faq details p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--sl-product-muted);
}

.single-product .related.products,
.single-product .upsells.products {
  padding-top: 34px;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  color: #fff;
}

.single-product .related.products .product-grid-item,
.single-product .upsells.products .product-grid-item {
  color: var(--sl-product-text);
}

@media (max-width: 1024px) {
  .single-product #main-content,
  .single-product .site-content {
    padding-inline: 20px;
  }

  .single-product .product-image-summary-inner {
    display: block !important;
  }

  .single-product .product-images,
  .single-product .summary.entry-summary {
    width: 100% !important;
    max-width: none !important;
  }

  .single-product .summary.entry-summary {
    margin-top: 34px;
  }
}

@media (max-width: 767px) {
  .single-product #main-content,
  .single-product .site-content {
    padding-inline: 16px;
  }

  .single-product .product-image-summary {
    padding-block: 26px 28px;
  }

  .single-product .woocommerce-product-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .single-product .woocommerce-product-gallery .wd-gallery-images {
    order: 1;
    width: 100%;
  }

  .single-product .woocommerce-product-gallery .wd-gallery-thumb {
    order: 2;
    width: 100%;
  }

  .single-product .summary.entry-summary {
    margin-top: 28px;
  }

  .single-product .summary .product_title {
    font-size: clamp(28px, 8vw, 32px);
  }

  .single-product .summary > .price,
  .single-product .summary .woocommerce-variation-price .price {
    font-size: clamp(24px, 7vw, 28px);
  }

  .single-product .summary > form.cart {
    padding: 18px 16px;
  }

  .single-product .summary form.cart:not(.variations_form),
  .single-product .summary .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
  }

  .single-product .summary form.cart .quantity {
    flex: 0 0 100%;
    width: 100%;
  }

  .single-product .summary .single_add_to_cart_button {
    flex: 0 0 100%;
    width: 100%;
  }

  .single-product .sl-product-service-list > div {
    grid-template-columns: 92px minmax(0,1fr);
    gap: 12px;
  }

  .single-product .woocommerce-tabs .wc-tabs {
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 2px;
    scrollbar-width: thin;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-block: 28px 34px;
  }
}


/* sl-single-product-responsive-container-fix */
@media (max-width: 1024px) {
  .single-product #main-content,
  .single-product .wd-content-area.site-content {
    padding-inline: 0;
  }

  .single-product .single-product-content > .container {
    padding-inline: 20px;
  }
}

@media (max-width: 767px) {
  .single-product .single-product-content > .container {
    padding-inline: 16px;
  }
}


/* =========================================================
 * STEAM LEGEND — WooCommerce purchase card v2
 * Reference: black card, stacked variation fields, gold CTA.
 * Keeps the native WooCommerce form and validation intact.
 * ========================================================= */
.single-product .summary-inner > form.cart {
  width: 100%;
  margin-block: 22px 18px;
  padding: 20px;
  border: 1px solid rgba(214,173,85,.28);
  border-radius: 16px;
  background: #111514;
}

/* Variable-product fields: each label sits above its full-width select. */
.single-product .summary-inner > form.variations_form table.variations,
.single-product .summary-inner > form.variations_form table.variations tbody,
.single-product .summary-inner > form.variations_form table.variations tr,
.single-product .summary-inner > form.variations_form table.variations th.label,
.single-product .summary-inner > form.variations_form table.variations td.value {
  display: block;
  width: 100%;
}

.single-product .summary-inner > form.variations_form table.variations {
  margin: 0;
}

.single-product .summary-inner > form.variations_form table.variations tr + tr {
  margin-top: 16px;
}

.single-product .summary-inner > form.variations_form table.variations th.label {
  height: auto;
  padding: 0 0 8px;
  border: 0;
  text-align: left;
}

.single-product .summary-inner > form.variations_form table.variations th.label label {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.single-product .summary-inner > form.variations_form table.variations td.value {
  padding: 0;
  border: 0;
}

.single-product .summary-inner > form.variations_form table.variations select {
  display: block;
  width: 100% !important;
  min-width: 0;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(214,173,85,.38);
  border-radius: 8px;
  background-color: #131817;
  color: #fff;
  font-size: 15px;
  line-height: 48px;
}

.single-product .summary-inner > form.variations_form table.variations select:focus {
  border-color: var(--sl-product-gold, #d6ad55);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(214,173,85,.10);
}

.single-product .summary-inner > form.variations_form .wd-reset-var {
  min-height: 18px;
  margin-top: 8px;
  text-align: left;
}

.single-product .summary-inner > form.variations_form .reset_variations {
  min-height: 0;
  padding: 0;
  color: var(--sl-product-gold, #d6ad55);
  font-size: 12px;
  line-height: 1.5;
}

.single-product .summary-inner > form.variations_form .reset_variations:hover {
  color: #f3d889;
}

.single-product .summary-inner > form.variations_form .single_variation_wrap {
  margin-top: 18px;
}

.single-product .summary-inner > form.variations_form .single_variation {
  margin-bottom: 12px;
  color: var(--sl-product-muted, #aeb3b2);
}

.single-product .summary-inner > form.variations_form .woocommerce-variation-price,
.single-product .summary-inner > form.variations_form .woocommerce-variation-availability,
.single-product .summary-inner > form.variations_form .woocommerce-variation-description {
  display: block;
}

.single-product .summary-inner > form.variations_form .woocommerce-variation-add-to-cart,
.single-product .summary-inner > form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.single-product .summary-inner > form.cart .quantity {
  width: 88px;
  min-width: 88px;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(214,173,85,.38);
  border-radius: 8px;
  background: #101514;
}

.single-product .summary-inner > form.cart .quantity input,
.single-product .summary-inner > form.cart .quantity button,
.single-product .summary-inner > form.cart .quantity .minus,
.single-product .summary-inner > form.cart .quantity .plus {
  height: 50px;
  border: 0;
  background: transparent;
  color: #fff;
}

.single-product .summary-inner > form.cart .quantity .qty {
  min-width: 34px;
  padding-inline: 2px;
  text-align: center;
  font-weight: 600;
}

.single-product .summary-inner > form.cart .single_add_to_cart_button {
  width: 100%;
  min-height: 52px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: #d39b0d;
  color: #111;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  box-shadow: none;
}

.single-product .summary-inner > form.cart .single_add_to_cart_button:hover,
.single-product .summary-inner > form.cart .single_add_to_cart_button:focus {
  background: #dda513;
  color: #111;
  filter: brightness(1.03);
}

.single-product .summary-inner > form.cart .single_add_to_cart_button.disabled,
.single-product .summary-inner > form.cart .single_add_to_cart_button:disabled,
.single-product .summary-inner > form.cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  cursor: not-allowed;
  opacity: .5;
}

@media (max-width: 767px) {
  .single-product .summary-inner > form.cart {
    padding: 18px 16px;
  }

  .single-product .summary-inner > form.variations_form .woocommerce-variation-add-to-cart,
  .single-product .summary-inner > form.cart:not(.variations_form) {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .single-product .summary-inner > form.cart .quantity {
    width: 100%;
    min-width: 0;
  }
}


/* STEAM LEGEND — purchase card select width correction */
.single-product .summary-inner > form.cart table.variations,
.single-product .summary-inner > form.cart table.variations tbody,
.single-product .summary-inner > form.cart table.variations tr,
.single-product .summary-inner > form.cart table.variations th.label,
.single-product .summary-inner > form.cart table.variations td.value {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
.single-product .summary-inner > form.cart table.variations td.value select,
.single-product .summary-inner > form.cart table.variations select {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}


/* STEAM LEGEND — reset variations alignment */
.single-product .summary-inner > form.cart .wd-reset-var {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: 8px !important;
}
.single-product .summary-inner > form.cart .reset_variations {
  display: inline-flex !important;
  width: auto !important;
  align-items: center;
  white-space: nowrap !important;
  color: var(--wd-primary-color, #d6ad55) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}


/* ==================================================
   STEAM LEGEND — unified black-gold system v1
   Menus, mobile drawer, editorial, information pages and footer.
================================================== */
:root {
  --sl-gold: #d6ad55;
  --sl-bg: #070909;
  --sl-panel: #101413;
  --sl-text: #f5f5f5;
  --sl-muted: #b8b8b8;
  --sl-border: rgba(214,173,85,.22);
}

@media (min-width: 1025px) {
  .wd-header-cats .menu-item-has-children > .wd-dropdown-menu,
  .wd-header-cats .wd-dropdown-menu .wd-dropdown-menu,
  .wd-header-my-account .wd-dropdown-my-account {
    min-width: 220px;
    background: #080a09;
    border: 1px solid rgba(214,173,85,.25);
    border-radius: 9px;
    box-shadow: 0 16px 34px rgba(0,0,0,.5);
    color: var(--sl-text);
    padding: 10px 12px;
    z-index: 9999;
  }

  .wd-header-cats .menu-item-has-children > .wd-dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
  }

  .wd-header-cats .wd-dropdown-menu a,
  .wd-header-my-account .wd-dropdown-my-account a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 10px;
    color: #f2f2f2;
    white-space: nowrap;
  }

  .wd-header-cats .wd-dropdown-menu li:hover > a,
  .wd-header-cats .wd-dropdown-menu .current-menu-item > a,
  .wd-header-my-account .wd-dropdown-my-account li:hover > a,
  .wd-header-my-account .wd-dropdown-my-account .current-menu-item > a {
    color: var(--sl-gold);
    background: rgba(214,173,85,.08);
  }

  .wd-header-my-account .wd-dropdown-my-account {
    right: 0;
    left: auto;
  }
}

@media (max-width: 1024px) {
  .mobile-nav {
    background: #080a09;
    color: var(--sl-text);
    border-right: 1px solid var(--sl-border);
  }

  .mobile-nav .wd-search-form {
    padding: 14px;
    background: #080a09;
    border-bottom: 1px solid rgba(214,173,85,.15);
  }

  .mobile-nav .wd-search-form input.s {
    height: 48px;
    padding: 0 54px 0 14px;
    color: #fff;
    background: #111514;
    border: 1px solid rgba(214,173,85,.28);
    border-radius: 8px;
  }

  .mobile-nav .wd-search-form input.s::placeholder {
    color: #8f9693;
    opacity: 1;
  }

  .mobile-nav .wd-search-form button,
  .mobile-nav .searchsubmit {
    color: var(--sl-gold);
    background: transparent;
  }

  .mobile-nav .wd-nav-mob-tab {
    background: #0b0e0d;
    border-bottom: 1px solid rgba(214,173,85,.15);
  }

  .mobile-nav .wd-nav-mob-tab > li > a {
    color: #c5c9c7;
    background: transparent;
  }

  .mobile-nav .wd-nav-mob-tab > li.wd-active > a,
  .mobile-nav .wd-nav-mob-tab > li.active > a {
    color: var(--sl-gold);
  }

  .mobile-nav .wd-nav-mob-tab > li.wd-active > a:after,
  .mobile-nav .wd-nav-mob-tab > li.active > a:after {
    background: var(--sl-gold);
  }

  .mobile-nav .wd-nav-mobile,
  .mobile-nav .wd-nav-mobile .wd-sub-menu,
  .mobile-nav .wd-nav-mobile .sub-sub-menu {
    background: #080a09;
  }

  .mobile-nav .wd-nav-mobile li {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .mobile-nav .wd-nav-mobile li > a {
    min-height: 48px;
    padding: 10px 18px;
    color: #f2f2f2;
    background: transparent;
  }

  .mobile-nav .wd-nav-mobile li:hover > a,
  .mobile-nav .wd-nav-mobile li.current-menu-item > a,
  .mobile-nav .wd-nav-mobile li.wd-active > a {
    color: var(--sl-gold);
    background: rgba(214,173,85,.06);
  }

  .mobile-nav .wd-nav-opener,
  .mobile-nav .wd-nav-opener:after {
    color: var(--sl-gold);
  }

  .mobile-nav .wd-nav-mobile .wd-sub-menu li > a {
    padding-left: 30px;
    color: #c7cbc9;
  }

  .mobile-nav .wd-nav-mobile .wd-sub-menu .wd-sub-menu li > a {
    padding-left: 42px;
  }
}

.single-product .woocommerce-Tabs-panel h1,
.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3,
.single-product .woocommerce-Tabs-panel h1[style],
.single-product .woocommerce-Tabs-panel h2[style],
.single-product .woocommerce-Tabs-panel h3[style] {
  margin-bottom: 14px;
  color: #f5f5f5 !important;
  line-height: 1.4;
}

.single-product .woocommerce-Tabs-panel h3,
.single-product .woocommerce-Tabs-panel h3[style] {
  color: #e8e8e8 !important;
}

.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel li {
  color: #d0d0d0;
  line-height: 1.8;
}

/* Dynamic editorial and FAQ */
.sl-editorial,
.sl-home-faq {
  margin-top: 68px;
}

.sl-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr);
  gap: 22px;
}

.sl-article-card {
  overflow: hidden;
  border: 1px solid var(--sl-border);
  border-radius: 14px;
  background: var(--sl-panel);
}

.sl-article-link {
  position: relative;
  display: flex;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.sl-article-lead {
  min-height: 430px;
  background-image: linear-gradient(180deg,rgba(3,4,4,.12) 15%,rgba(3,4,4,.92) 100%),var(--sl-article-image);
  background-position: center;
  background-size: cover;
}

.sl-article-lead.sl-no-image {
  background: var(--sl-panel);
}

.sl-article-content {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  width: 100%;
  padding: 28px;
}

.sl-article-category {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--sl-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.sl-article-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(20px,2vw,30px);
  line-height: 1.35;
}

.sl-article-meta {
  display: flex;
  gap: 18px;
  color: #aeb4b1;
  font-size: 12px;
}

.sl-article-stack {
  display: grid;
  grid-template-rows: repeat(2,minmax(0,1fr));
  gap: 22px;
}

.sl-article-small {
  min-height: 204px;
}

.sl-article-small .sl-article-link {
  align-items: flex-end;
}

.sl-article-small h3 {
  max-width: 86%;
  font-size: 20px;
}

.sl-article-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(214,173,85,.48);
  font: 600 32px/1 sans-serif;
}

.sl-article-card:hover {
  border-color: rgba(214,173,85,.55);
}

.sl-home-faq {
  display: grid;
  grid-template-columns: minmax(230px,.42fr) minmax(0,1fr);
  gap: 64px;
  padding: 58px 0 12px;
  border-top: 1px solid var(--sl-border);
}

.sl-faq-intro h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 34px;
}

.sl-faq-intro p {
  color: var(--sl-muted);
}

.sl-faq-list details {
  border-bottom: 1px solid rgba(214,173,85,.18);
}

.sl-faq-list summary {
  position: relative;
  padding: 20px 42px 20px 0;
  color: #f5f5f5;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.sl-faq-list summary::-webkit-details-marker {
  display: none;
}

.sl-faq-list summary:after {
  content: '+';
  position: absolute;
  top: 18px;
  right: 4px;
  color: var(--sl-gold);
  font-size: 24px;
  font-weight: 400;
}

.sl-faq-list details[open] summary:after {
  content: '−';
}

.sl-faq-list details p {
  margin: 0;
  padding: 0 42px 20px 0;
  color: #b8b8b8;
  line-height: 1.7;
}

/* Information pages */
body.page-id-32501 .main-page-wrapper,
body.page-id-32503 .main-page-wrapper,
body.page-id-32857 .main-page-wrapper,
body.page-id-32850 .main-page-wrapper {
  padding: 0;
  background: var(--sl-bg);
}

body.page-id-32501 .page-title,
body.page-id-32503 .page-title,
body.page-id-32857 .page-title,
body.page-id-32850 .page-title {
  display: none;
}

body.page-id-32501 .site-content,
body.page-id-32503 .site-content,
body.page-id-32857 .site-content,
body.page-id-32850 .site-content {
  width: 100%;
  max-width: none;
  padding: 0;
}

.sl-info-page {
  width: min(100% - 40px,1180px);
  margin: 0 auto;
  padding: 64px 0 72px;
  color: var(--sl-text);
}

.sl-info-hero {
  padding: clamp(44px,7vw,84px) clamp(24px,5vw,64px);
  text-align: center;
  border: 1px solid var(--sl-border);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 0,rgba(214,173,85,.15),transparent 45%),#0b0e0d;
}

.sl-info-hero h1 {
  margin: 10px auto 16px;
  max-width: 820px;
  color: #fff;
  font-size: clamp(36px,5vw,62px);
  line-height: 1.16;
}

.sl-info-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #c3c7c5;
  font-size: 17px;
  line-height: 1.8;
}

.sl-primary-cta,
.sl-info-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--sl-gold);
  color: #111;
  font-weight: 700;
}

.sl-info-section {
  padding: 66px 0;
  border-bottom: 1px solid var(--sl-border);
}

.sl-info-section-head > span,
.sl-info-section .sl-kicker {
  color: var(--sl-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.sl-info-section h2,
.sl-info-cta h2,
.sl-policy-content h2 {
  margin: 8px 0 18px;
  color: #fff;
  line-height: 1.3;
}

.sl-info-section p,
.sl-policy-content p {
  color: #c2c6c4;
  line-height: 1.8;
}

.sl-info-cards {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.sl-info-cards.sl-cols-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.sl-info-cards.sl-cols-4 {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.sl-info-cards article {
  padding: 26px;
  border: 1px solid var(--sl-border);
  border-radius: 12px;
  background: var(--sl-panel);
}

.sl-info-cards article > b,
.sl-policy-content section > span,
.sl-process b {
  color: var(--sl-gold);
}

.sl-info-cards h3 {
  margin: 14px 0 10px;
  color: #fff;
}

.sl-split {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: 64px;
}

.sl-check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #d2d5d4;
}

.sl-check-list li {
  padding-left: 20px;
  position: relative;
}

.sl-check-list li:before {
  content: '';
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sl-gold);
}

.sl-process {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin-top: 28px;
}

.sl-process > div {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--sl-border);
  border-radius: 10px;
  background: #0d1110;
}

.sl-info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 62px;
  padding: 38px;
  border: 1px solid var(--sl-border);
  border-radius: 14px;
  background: #0d1110;
}

.sl-info-cta > a {
  flex: 0 0 auto;
  margin-top: 0;
}

.sl-note {
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 2px solid var(--sl-gold);
  background: rgba(214,173,85,.07);
}

.sl-policy-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
}

.sl-policy-nav a {
  padding: 9px 13px;
  border: 1px solid var(--sl-border);
  border-radius: 999px;
  color: #d8dbd9;
}

.sl-policy-nav a:hover,
.sl-inline-link {
  color: var(--sl-gold);
}

.sl-policy-content {
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.sl-policy-content > section {
  padding: 34px 0;
  border-bottom: 1px solid var(--sl-border);
}

.sl-policy-content .sl-process {
  max-width: 760px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

/* Footer: remove the white rule source and tighten real Elementor containers */
.footer-container {
  background: #050505;
  color: var(--sl-muted);
}

.footer-container .elementor-element-0c65820,
.footer-container .elementor-element-d5e6ea9 {
  border-bottom-color: rgba(214,173,85,.18);
}

.footer-container .elementor-element-0c65820 > .e-con-inner {
  padding-top: 22px;
  padding-bottom: 22px;
}

.footer-container .elementor-element-d5e6ea9 > .e-con-inner {
  padding-top: 28px;
  padding-bottom: 28px;
}

.footer-container .widget-title,
.footer-container .title {
  color: #f5f5f5;
}

.footer-container a,
.footer-container .wd-text-block,
.footer-container .wd-text-block p {
  color: #bfc3c1;
}

.footer-container a:hover {
  color: var(--sl-gold);
}

@media (min-width: 1025px) {
  .footer-container .elementor-element-64ab4ec {
    flex: 1 1 66.666%;
    min-width: 0;
  }

  .footer-container .elementor-element-348ee56 {
    flex: 0 1 33.333%;
    min-width: 300px;
    align-self: flex-start;
  }

  .footer-container .elementor-element-3626366 {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .sl-editorial-grid,
  .sl-home-faq,
  .sl-split {
    grid-template-columns: 1fr;
  }

  .sl-home-faq {
    gap: 24px;
  }

  .sl-info-cards.sl-cols-4,
  .sl-info-cards.sl-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 600px) {
  .sl-editorial,
  .sl-home-faq {
    margin-top: 46px;
  }

  .sl-editorial-grid {
    gap: 14px;
  }

  .sl-article-lead {
    min-height: 350px;
  }

  .sl-article-stack {
    gap: 14px;
  }

  .sl-article-content {
    padding: 22px;
  }

  .sl-home-faq {
    padding-top: 42px;
  }

  .sl-info-page {
    width: min(100% - 24px,1180px);
    padding: 30px 0 48px;
  }

  .sl-info-hero {
    padding: 42px 22px;
  }

  .sl-info-hero h1 {
    font-size: 34px;
  }

  .sl-info-section {
    padding: 44px 0;
  }

  .sl-info-cards.sl-cols-4,
  .sl-info-cards.sl-cols-3,
  .sl-process,
  .sl-policy-content .sl-process {
    grid-template-columns: 1fr;
  }

  .sl-info-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 26px;
  }

  .sl-info-cta > a {
    width: 100%;
  }
}


/* STEAM LEGEND — footer source corrections */
body.home #sl-featured {
  padding-bottom: 36px;
}
body.home #sl-featured > .sl-inner > p:empty {
  display: none;
}
.footer-container .elementor-4216 .elementor-element.elementor-element-0c65820,
.footer-container .elementor-4216 .elementor-element.elementor-element-d5e6ea9 {
  border-bottom-color: rgba(214,173,85,.18) !important;
}


/* STEAM LEGEND — shared header color system */
body .whb-header,
body .whb-main-header,
body .whb-general-header,
body .whb-header-bottom,
body .whb-sticky-header {
  background: #050505 !important;
  border-color: rgba(214,173,85,.28) !important;
  color: #fff;
}
body .whb-header .wd-header-nav .wd-nav > li > a,
body .whb-header .wd-tools-text,
body .whb-header .wd-tools-icon {
  color: #f4ead3;
}
body .whb-header .wd-header-nav .wd-nav > li:hover > a,
body .whb-header .wd-header-nav .wd-nav > li.current-menu-item > a,
body .whb-header .wd-tools-element:hover .wd-tools-text {
  color: var(--sl-gold);
}
body .wd-header-cats,
body .wd-header-cats .menu-opener {
  background: #080808 !important;
  color: var(--sl-gold) !important;
  border-color: rgba(214,173,85,.45) !important;
}
body .whb-header .searchform,
body .whb-header .searchform input[type="text"],
body .whb-header .searchform .searchform-suggestions {
  background: #0b0b0b !important;
  color: #f4ead3 !important;
  border-color: rgba(214,173,85,.52) !important;
}
body .whb-header .searchsubmit {
  background: var(--sl-gold) !important;
  color: #090909 !important;
}


/* STEAM LEGEND — Header Builder 541962 palette */
body .whb-header.whb-header_541962 .whb-main-header,
body .whb-header.whb-header_541962 .whb-row.whb-general-header,
body .whb-header.whb-header_541962 .whb-row.whb-header-bottom,
body .whb-header.whb-header_541962 .whb-sticky-header {
  background-color: #050505 !important;
  border-color: rgba(214,173,85,.28) !important;
}
body .whb-header.whb-header_541962 .whb-header-bottom .wd-nav > li > a {
  color: #f4ead3 !important;
}
body .whb-header.whb-header_541962 .whb-header-bottom .wd-nav > li:hover > a,
body .whb-header.whb-header_541962 .whb-header-bottom .wd-nav > li.current-menu-item > a {
  color: var(--sl-gold) !important;
}


body .whb-header.whb-header_541962 .whb-row.whb-top-bar,
body .whb-header.whb-header_541962 .whb-top-bar-inner {
  background-color: #050505 !important;
  border-color: rgba(214,173,85,.28) !important;
}

/* ==================================================
   STEAM LEGEND — final site unification
   Loaded from Woodmart Child only.
================================================== */

/* Global shallow black-gold background */
body .wd-page-wrapper.website-wrapper {
  background: #050505 !important;
}

body .main-page-wrapper {
  background:
    radial-gradient(circle at 18% 0%, rgba(214,173,85,.075), transparent 34%),
    linear-gradient(135deg, #070909 0%, #0d100e 50%, #080a09 100%) !important;
  color: #d0d3d2;
}

body .main-page-wrapper .page-title {
  border-bottom: 1px solid rgba(214,173,85,.18);
  background: #090b0a !important;
  color: #f5f5f5;
}

body .main-page-wrapper h1,
body .main-page-wrapper h2,
body .main-page-wrapper h3,
body .main-page-wrapper h4,
body .main-page-wrapper h5,
body .main-page-wrapper h6 {
  color: #f5f5f5;
}

body .main-page-wrapper .woocommerce-breadcrumb,
body .main-page-wrapper .woocommerce-breadcrumb a {
  color: #afb4b1;
}

body .main-page-wrapper .woocommerce-breadcrumb a:hover {
  color: var(--sl-gold, #d6ad55);
}

/* Ensure the shared Header Builder stays black-gold on every page */
body .whb-header.whb-header_541962 .whb-main-header,
body .whb-header.whb-header_541962 .whb-row.whb-general-header,
body .whb-header.whb-header_541962 .whb-row.whb-header-bottom,
body .whb-header.whb-header_541962 .whb-sticky-header {
  background: #050505 !important;
  border-color: rgba(214,173,85,.28) !important;
}

body .whb-header.whb-header_541962 .menu-opener,
body .whb-header.whb-header_541962 .wd-dropdown-cats {
  background-color: #080a09 !important;
  color: #f5f5f5;
}

/* WooCommerce archives: dark cards, white product-image canvas retained */
.woocommerce-shop .wd-product-card-bg,
.tax-product_cat .wd-product-card-bg,
.tax-product_brand .wd-product-card-bg {
  border: 1px solid rgba(214,173,85,.16);
  border-radius: 10px;
  background: #101413 !important;
}

.woocommerce-shop .product-element-top,
.woocommerce-shop .product-image-link,
.woocommerce-shop .wd-product-img-hover,
.tax-product_cat .product-element-top,
.tax-product_cat .product-image-link,
.tax-product_cat .wd-product-img-hover,
.tax-product_brand .product-element-top,
.tax-product_brand .product-image-link,
.tax-product_brand .wd-product-img-hover {
  background: #fff !important;
}

.woocommerce-shop .wd-product-card-bg .wrapp-swatches,
.tax-product_cat .wd-product-card-bg .wrapp-swatches,
.tax-product_brand .wd-product-card-bg .wrapp-swatches {
  background: #101413 !important;
}

.woocommerce-shop .wd-entities-title a,
.tax-product_cat .wd-entities-title a,
.tax-product_brand .wd-entities-title a {
  color: #f5f5f5 !important;
}

.woocommerce-shop .price,
.tax-product_cat .price,
.tax-product_brand .price {
  color: var(--sl-gold, #d6ad55) !important;
}

/* Cart, checkout and account surfaces */
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-totals-inner,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  border-color: rgba(214,173,85,.20) !important;
  background: #0f1312 !important;
  color: #d0d3d2;
}

.main-page-wrapper .woocommerce table,
.main-page-wrapper .woocommerce table th,
.main-page-wrapper .woocommerce table td {
  border-color: rgba(214,173,85,.18) !important;
  color: #d0d3d2;
}

.main-page-wrapper .woocommerce input.input-text,
.main-page-wrapper .woocommerce input[type="text"],
.main-page-wrapper .woocommerce input[type="email"],
.main-page-wrapper .woocommerce input[type="tel"],
.main-page-wrapper .woocommerce input[type="password"],
.main-page-wrapper .woocommerce textarea,
.main-page-wrapper .woocommerce select {
  border-color: rgba(214,173,85,.30) !important;
  background: #0b100e !important;
  color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #d0d3d2;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--sl-gold, #d6ad55);
}

/* Native WoodMart back-to-top: left; LINE remains untouched on the right */
body .scrollToTop {
  right: auto !important;
  bottom: 18px !important;
  left: 18px !important;
  border: 1px solid rgba(214,173,85,.52) !important;
  border-radius: 50% !important;
  background: #080a09 !important;
  color: var(--sl-gold, #d6ad55) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.42) !important;
}

body .scrollToTop:hover {
  border-color: var(--sl-gold, #d6ad55) !important;
  background: #121713 !important;
  color: #f3d889 !important;
}

@media (max-width: 1024px) {
  body .scrollToTop {
    right: auto !important;
    bottom: 72px !important;
    left: 14px !important;
  }
}

/* STEAM LEGEND FINAL DESIGN SYSTEM */
:root {
  --steam-bg: #070807;
  --steam-bg-soft: #0d0f0e;
  --steam-bg-card: #101210;
  --steam-gold: #d4aa4f;
  --steam-gold-light: #efcf7a;
  --steam-gold-dark: #8c6a27;
  --steam-text: #f4f1e8;
  --steam-text-muted: #b7b0a2;
  --steam-border: rgba(212,170,79,.38);
  --steam-border-strong: rgba(212,170,79,.70);
  --steam-radius: 10px;
  --steam-transition: .2s ease;
}

/* Shared page and typography palette */
body .wd-page-wrapper.website-wrapper,
body .wd-page-content.main-page-wrapper {
  background:
    radial-gradient(circle at 70% 20%, rgba(212,170,79,.06), transparent 34%),
    linear-gradient(135deg, #070807 0%, #10120f 48%, #080908 100%) !important;
  color: var(--steam-text-muted);
}
body .main-page-wrapper h1,
body .main-page-wrapper h2,
body .main-page-wrapper h3,
body .main-page-wrapper h4,
body .main-page-wrapper h5,
body .main-page-wrapper h6 { color: var(--steam-text) !important; }
body .main-page-wrapper p,
body .main-page-wrapper li,
body .main-page-wrapper label { color: #e3ded2; }
body .main-page-wrapper a:hover { color: var(--steam-gold-light); }

/* One shared three-row header on all templates */
body .whb-header.whb-header_541962 .whb-main-header,
body .whb-header.whb-header_541962 .whb-row,
body .whb-header.whb-header_541962 .whb-sticky-header {
  background: #050605 !important;
  border-color: var(--steam-border) !important;
}
body.home .whb-header.whb-header_541962 .whb-top-bar,
body .whb-header.whb-header_541962 .whb-top-bar {
  display: block !important;
  min-height: 36px !important;
  height: 36px !important;
  overflow: hidden !important;
  background: #080908 !important;
  border-bottom: 1px solid var(--steam-border) !important;
}
body .whb-header.whb-header_541962 .whb-top-bar > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
body .whb-header.whb-header_541962 .whb-top-bar-inner {
  display: block !important;
  min-height: 36px !important;
  height: 36px !important;
}
.steam-announcement {
  width: 100%;
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--steam-gold-light);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.steam-announcement-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  will-change: transform;
  animation: steam-announcement-scroll 28s linear infinite;
}
.steam-announcement-track > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  padding-inline: 48px;
}
@keyframes steam-announcement-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .steam-announcement-track { animation: none; transform: none; }
  .steam-announcement-track > span[aria-hidden="true"] { display: none; }
}

/* Main navigation: one row and shared black-gold dropdown palette */
@media (min-width: 1025px) {
  body .whb-header.whb-header_541962 .whb-general-header > .container,
  body .whb-header.whb-header_541962 .whb-header-bottom > .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: clamp(14px, 1.6vw, 30px) !important;
  }
  body .whb-header.whb-header_541962 .whb-header-bottom-inner,
  body .whb-header.whb-header_541962 .wd-header-nav .wd-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-nav > li {
    flex: 0 0 auto !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-nav > li > a {
    padding-inline: clamp(6px, .58vw, 10px) !important;
    white-space: nowrap !important;
    color: var(--steam-text) !important;
  }

  /* Brand agency: vertical first level with a right-side second-level flyout. */
  body .whb-header.whb-header_541962 .wd-header-cats {
    position: relative !important;
  }
  body .whb-header.whb-header_541962 .wd-header-cats > .wd-dropdown-cats {
    top: 100% !important;
    right: auto !important;
    left: 0 !important;
    width: 284px !important;
    min-width: 284px !important;
    max-width: calc(100vw - 32px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 7px !important;
    overflow: visible !important;
    border: 1px solid var(--steam-border) !important;
    border-radius: 0 0 var(--steam-radius) var(--steam-radius) !important;
    background: var(--steam-bg) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.48) !important;
    z-index: 1200 !important;
  }
  body .whb-header.whb-header_541962 #menu-categories {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li > a {
    min-height: 34px !important;
    padding: 7px 28px 7px 11px !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: var(--steam-text) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    white-space: nowrap !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li.menu-item-has-children > a::after {
    content: '›';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: var(--steam-gold);
    font-size: 17px;
  }
  body .whb-header.whb-header_541962 #menu-categories > li:hover > a,
  body .whb-header.whb-header_541962 #menu-categories > li:focus-within > a {
    color: var(--steam-gold-light) !important;
    background: linear-gradient(90deg, rgba(212,170,79,.16), rgba(212,170,79,.035)) !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li.menu-item-has-children::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
  }
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu {
    position: absolute !important;
    top: -8px !important;
    right: auto !important;
    left: calc(100% + 8px) !important;
    display: block !important;
    visibility: hidden !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: calc(100vw - 332px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 7px !important;
    border: 1px solid var(--steam-border) !important;
    border-radius: var(--steam-radius) !important;
    background: var(--steam-bg) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.48) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(5px) !important;
    transition: opacity var(--steam-transition), transform var(--steam-transition), visibility var(--steam-transition) !important;
    z-index: 1201 !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li:hover > .wd-dropdown-menu,
  body .whb-header.whb-header_541962 #menu-categories > li:focus-within > .wd-dropdown-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu > .container,
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu .wd-entry-content,
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu .wd-sub-menu {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 #menu-categories .wd-sub-menu > li > a {
    min-height: 34px !important;
    padding: 7px 10px !important;
    border-radius: 7px !important;
    color: var(--steam-text) !important;
    font-size: 13px !important;
    white-space: normal !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 #menu-categories .wd-sub-menu > li:hover > a {
    color: var(--steam-gold-light) !important;
    background: rgba(212,170,79,.10) !important;
  }

  /* Main navigation dropdowns, including All Products and IQOS. */
  body .whb-header.whb-header_541962 .wd-header-nav .wd-nav > li > .wd-dropdown-menu {
    top: 100% !important;
    width: 230px !important;
    min-width: 230px !important;
    max-width: min(260px, calc(100vw - 24px)) !important;
    height: auto !important;
    padding: 7px !important;
    border: 1px solid var(--steam-border) !important;
    border-radius: 0 0 var(--steam-radius) var(--steam-radius) !important;
    background: var(--steam-bg) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.48) !important;
    z-index: 1200 !important;
  }
  body .whb-header.whb-header_541962 .steam-all-products-menu > .wd-dropdown-menu,
  body .whb-header.whb-header_541962 .steam-iqos-menu > .wd-dropdown-menu {
    right: auto !important;
    left: 0 !important;
    transform: none !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu > .container,
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu .wd-entry-content,
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu .wd-sub-menu {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu .wd-col,
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu .menu-item {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu a {
    min-height: 36px !important;
    padding: 8px 11px !important;
    border-radius: 7px !important;
    color: var(--steam-text) !important;
    font-size: 13px !important;
    white-space: normal !important;
    background: transparent !important;
  }
  body .whb-header.whb-header_541962 .wd-header-nav .wd-dropdown-menu li:hover > a {
    color: var(--steam-gold-light) !important;
    background: linear-gradient(90deg, rgba(212,170,79,.15), rgba(212,170,79,.035)) !important;
  }
}

/* Curated shop category panel; product_cat data and links remain untouched. */
.woocommerce-shop .wd-page-title .wd-title-wrapp .entry-title { color: var(--steam-text) !important; }
.woocommerce-shop .wd-page-title .wd-nav-product-cat.steam-curated-cats {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px !important;
  width: min(1280px, 100%);
  max-width: 1280px;
  max-height: none !important;
  margin: 16px auto 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.woocommerce-shop .steam-curated-cats > li { margin: 0 !important; }
.woocommerce-shop .steam-curated-cats > li[hidden],
.woocommerce-shop .steam-curated-cats:not(.is-expanded) > .steam-over-desktop { display: none !important; }
.woocommerce-shop .steam-curated-cats .steam-category-label {
  grid-column: 1 / -1;
  color: var(--steam-gold-light) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: left;
  padding: 5px 2px 0;
}
.woocommerce-shop .steam-curated-cats .category-nav-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 10px !important;
  border: 1px solid var(--steam-border) !important;
  border-radius: var(--steam-radius) !important;
  color: var(--steam-text) !important;
  background: var(--steam-bg-card) !important;
  transition: all var(--steam-transition) !important;
}
.woocommerce-shop .steam-curated-cats .category-nav-link:hover {
  border-color: var(--steam-border-strong) !important;
  color: var(--steam-gold-light) !important;
  background: linear-gradient(135deg, #14140f, #0b0c0b) !important;
}
.woocommerce-shop .steam-curated-cats .nav-link-text { color: inherit !important; text-align: center; }
.woocommerce-shop .steam-curated-cats .nav-link-count { display: none !important; }
.woocommerce-shop .steam-category-toggle {
  display: block;
  min-height: 40px;
  margin: 14px auto 0;
  padding: 8px 22px;
  border: 1px solid var(--steam-border);
  border-radius: var(--steam-radius);
  color: var(--steam-gold-light);
  background: var(--steam-bg-card);
  transition: all var(--steam-transition);
}
.woocommerce-shop .steam-category-toggle:hover {
  border-color: var(--steam-border-strong);
  background: linear-gradient(135deg, #17150e, #0c0d0c);
}

/* WooCommerce loop pagination: UI only, original page logic is untouched. */
body .woocommerce-pagination.wd-pagination,
body .woocommerce-pagination {
  margin-top: 32px;
}
body .woocommerce-pagination ul.page-numbers,
body .wd-pagination ul.page-numbers {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body .woocommerce-pagination ul.page-numbers > li,
body .wd-pagination ul.page-numbers > li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body .woocommerce-pagination .page-numbers li > a.page-numbers,
body .woocommerce-pagination .page-numbers li > span.page-numbers,
body .wd-pagination .page-numbers li > a.page-numbers,
body .wd-pagination .page-numbers li > span.page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid var(--steam-border) !important;
  border-radius: var(--steam-radius) !important;
  color: var(--steam-text) !important;
  background: var(--steam-bg-card) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: all var(--steam-transition) !important;
}
body .woocommerce-pagination .page-numbers li > span.current,
body .wd-pagination .page-numbers li > span.current {
  border-color: var(--steam-gold) !important;
  color: #090909 !important;
  background: var(--steam-gold) !important;
  font-weight: 700 !important;
}
body .woocommerce-pagination .page-numbers li > a.page-numbers:hover,
body .wd-pagination .page-numbers li > a.page-numbers:hover {
  border-color: var(--steam-border-strong) !important;
  color: var(--steam-gold-light) !important;
  background: linear-gradient(135deg, #17150e, #0b0c0b) !important;
}
body .woocommerce-pagination .page-numbers .prev,
body .woocommerce-pagination .page-numbers .next,
body .wd-pagination .page-numbers .prev,
body .wd-pagination .page-numbers .next { font-size: 19px !important; }

/* Information pages */
.steam-info-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 72px;
  color: #e3ded2;
}
.steam-info-hero,
.steam-info-section,
.steam-info-card {
  border: 1px solid var(--steam-border);
  border-radius: 16px;
  background: rgba(13,15,14,.88);
}
.steam-info-hero { padding: clamp(38px, 7vw, 78px) clamp(20px, 5vw, 60px); text-align: center; }
.steam-info-kicker { color: var(--steam-gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.steam-info-hero h1 { margin: 10px 0 14px; font-size: clamp(30px, 5vw, 54px); }
.steam-info-lead { max-width: 820px; margin: 0 auto; color: var(--steam-text-muted); font-size: 16px; line-height: 1.9; }
.steam-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.steam-info-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.steam-info-card { padding: 24px; }
.steam-info-card h2,
.steam-info-card h3 { margin: 0 0 10px; color: var(--steam-text) !important; }
.steam-info-card p,
.steam-info-card li { color: var(--steam-text-muted); line-height: 1.8; }
.steam-info-section { margin-top: 20px; padding: clamp(24px, 4vw, 42px); }
.steam-info-section h2 { margin-top: 0; }
.steam-info-section ul { margin: 12px 0 0 1.2em; }
.steam-info-steps { counter-reset: steamstep; }
.steam-info-steps > .steam-info-card::before { counter-increment: steamstep; content: counter(steamstep, decimal-leading-zero); display: block; margin-bottom: 10px; color: var(--steam-gold); font-weight: 700; }
.steam-info-cta { margin-top: 20px; padding: 34px; border: 1px solid var(--steam-border-strong); border-radius: 16px; text-align: center; background: linear-gradient(135deg, rgba(212,170,79,.14), rgba(8,9,8,.94)); }
.steam-info-button { display: inline-flex; min-height: 46px; margin-top: 12px; padding: 0 24px; align-items: center; justify-content: center; border-radius: var(--steam-radius); color: #090909 !important; background: var(--steam-gold); font-weight: 700; }
.steam-info-button:hover { background: var(--steam-gold-light); }

@media (max-width: 1024px) {
  body .whb-header.whb-header_541962 .whb-top-bar,
  body.home .whb-header.whb-header_541962 .whb-top-bar { height: 34px !important; min-height: 34px !important; }
  .steam-announcement, body .whb-header.whb-header_541962 .whb-top-bar-inner { height: 34px !important; min-height: 34px !important; }
  .steam-announcement { font-size: 12px; }
  .steam-announcement-track { animation-duration: 23s; }
  .steam-announcement-track > span { padding-inline: 28px; }
  .woocommerce-shop .wd-page-title .wd-nav-product-cat.steam-curated-cats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .woocommerce-shop .steam-curated-cats:not(.is-expanded) > .steam-over-desktop { display: block !important; }
  .woocommerce-shop .steam-curated-cats:not(.is-expanded) > .steam-over-mobile { display: none !important; }
}
@media (max-width: 767px) {
  .woocommerce-shop .wd-page-title .wd-nav-product-cat.steam-curated-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px !important; margin-top: 10px !important; }
  .woocommerce-shop .steam-curated-cats .category-nav-link { min-height: 42px; padding: 7px !important; font-size: 12px; }
  body .woocommerce-pagination ul.page-numbers,
  body .wd-pagination ul.page-numbers { gap: 6px !important; }
  body .woocommerce-pagination .page-numbers li > a.page-numbers,
  body .woocommerce-pagination .page-numbers li > span.page-numbers,
  body .wd-pagination .page-numbers li > a.page-numbers,
  body .wd-pagination .page-numbers li > span.page-numbers { min-width: 40px !important; height: 40px !important; padding: 0 7px !important; }
  .steam-info-page { width: min(100% - 24px, 1180px); padding: 24px 0 48px; }
  .steam-info-grid, .steam-info-grid.two { grid-template-columns: 1fr; gap: 12px; }
  .steam-info-card { padding: 20px; }
  .steam-info-section { margin-top: 12px; padding: 22px 18px; }
}

/* STEAM LEGEND information pages: remove legacy Elementor sidebar only here. */
body.page-id-32501 .sidebar-container,
body.page-id-32503 .sidebar-container,
body.page-id-32857 .sidebar-container,
body.page-id-32850 .sidebar-container { display: none !important; }
body.page-id-32501 .site-content,
body.page-id-32503 .site-content,
body.page-id-32857 .site-content,
body.page-id-32850 .site-content {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  --wd-col-lg: 12 !important;
}


/* STEAM LEGEND HOME EDITORIAL + FAQ STYLES */
body.home .sl-editorial-support {
  width: min(100% - 40px, 1280px);
  margin: 78px auto 0;
  color: var(--steam-text, #f4f1e8);
  background: transparent;
}
body.home .sl-editorial-support *,
body.home .sl-editorial-support *::before,
body.home .sl-editorial-support *::after {
  box-sizing: border-box;
}
body.home .sl-editorial-support .sl-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
body.home .sl-editorial-support .sl-section-heading h2,
body.home .sl-editorial-support .sl-faq-intro h2 {
  margin: 0;
  color: #f5f5f2;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: .02em;
}
body.home .sl-editorial-support .sl-guide-all {
  flex: 0 0 auto;
  color: #d6ad55;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 220ms ease;
}
body.home .sl-editorial-support .sl-guide-all:hover {
  color: #e4be63;
}
body.home .sl-editorial-support .sl-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .95fr);
  gap: 18px;
  min-width: 0;
}
body.home .sl-editorial-support .sl-guide-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}
body.home .sl-editorial-support .sl-guide-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: rgba(15, 19, 18, .94);
  border: 1px solid rgba(214, 173, 85, .20);
  border-radius: 16px;
  transition: border-color 240ms ease, transform 240ms ease;
}
body.home .sl-editorial-support .sl-guide-featured {
  min-height: 520px;
}
body.home .sl-editorial-support .sl-guide-small {
  min-height: 251px;
}
body.home .sl-editorial-support .sl-guide-card:hover {
  border-color: rgba(214, 173, 85, .45);
}
body.home .sl-editorial-support .sl-guide-card-link,
body.home .sl-editorial-support .sl-guide-media,
body.home .sl-editorial-support .sl-guide-image,
body.home .sl-editorial-support .sl-guide-overlay {
  position: absolute;
  inset: 0;
  display: block;
}
body.home .sl-editorial-support .sl-guide-card-link {
  color: inherit;
  text-decoration: none;
}
body.home .sl-editorial-support .sl-guide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}
body.home .sl-editorial-support .sl-guide-card:hover .sl-guide-image {
  transform: scale(1.03);
}
body.home .sl-editorial-support .sl-guide-image-fallback {
  background:
    radial-gradient(circle at 72% 20%, rgba(214, 173, 85, .22), transparent 38%),
    linear-gradient(135deg, #111514, #080908);
}
body.home .sl-editorial-support .sl-guide-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, .90), rgba(0, 0, 0, .15));
}
body.home .sl-editorial-support .sl-guide-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 28px;
}
body.home .sl-editorial-support .sl-guide-small .sl-guide-copy {
  gap: 5px;
  padding: 20px 22px;
}
body.home .sl-editorial-support .sl-guide-category {
  color: #d6ad55;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
body.home .sl-editorial-support .sl-guide-article-title {
  max-width: 760px;
  color: #f5f5f2;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.28;
  font-weight: 700;
  transition: color 220ms ease;
}
body.home .sl-editorial-support .sl-guide-small .sl-guide-article-title {
  max-width: 88%;
  font-size: clamp(17px, 1.35vw, 22px);
}
body.home .sl-editorial-support .sl-guide-card:hover .sl-guide-article-title {
  color: #d6ad55;
}
body.home .sl-editorial-support .sl-guide-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #a9aaa6;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .04em;
}
body.home .sl-editorial-support .sl-guide-number {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 20px;
  color: rgba(239, 207, 122, .9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
}
body.home .sl-editorial-support .sl-faq-section {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.5fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: start;
  margin-top: 90px;
  padding-bottom: 82px;
}
body.home .sl-editorial-support .sl-faq-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #d6ad55;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}
body.home .sl-editorial-support .sl-faq-intro p {
  max-width: 320px;
  margin: 15px 0 0;
  color: #a9aaa6;
  font-size: 15px;
  line-height: 1.75;
}
body.home .sl-editorial-support .sl-faq-list {
  border-top: 1px solid rgba(214, 173, 85, .18);
}
body.home .sl-editorial-support .sl-faq-item {
  border-bottom: 1px solid rgba(214, 173, 85, .18);
}
body.home .sl-editorial-support .sl-faq-question {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 2px;
  appearance: none;
  border: 0;
  background: transparent;
  color: #f5f5f2;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 220ms ease;
}
body.home .sl-editorial-support .sl-faq-question:hover,
body.home .sl-editorial-support .sl-faq-question[aria-expanded="true"] {
  color: #d6ad55;
}
body.home .sl-editorial-support .sl-faq-icon {
  flex: 0 0 24px;
  color: #d6ad55;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
body.home .sl-editorial-support .sl-faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 280ms ease, opacity 240ms ease;
}
body.home .sl-editorial-support .sl-faq-item.is-open .sl-faq-answer-wrap {
  grid-template-rows: 1fr;
  opacity: 1;
}
body.home .sl-editorial-support .sl-faq-answer {
  min-height: 0;
  overflow: hidden;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1.8;
}
body.home .sl-editorial-support .sl-faq-answer p {
  margin: 0;
  padding: 0 34px 22px 2px;
}
@media (max-width: 900px) {
  body.home .sl-editorial-support .sl-faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  body.home .sl-editorial-support {
    width: min(100% - 32px, 1280px);
    margin-top: 72px;
  }
  body.home .sl-editorial-support .sl-section-heading {
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 20px;
  }
  body.home .sl-editorial-support .sl-section-heading h2,
  body.home .sl-editorial-support .sl-faq-intro h2 {
    font-size: 28px;
  }
  body.home .sl-editorial-support .sl-guide-all {
    font-size: 13px;
  }
  body.home .sl-editorial-support .sl-guide-layout,
  body.home .sl-editorial-support .sl-guide-side {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 16px;
  }
  body.home .sl-editorial-support .sl-guide-featured,
  body.home .sl-editorial-support .sl-guide-small {
    min-height: 270px;
  }
  body.home .sl-editorial-support .sl-guide-copy,
  body.home .sl-editorial-support .sl-guide-small .sl-guide-copy {
    gap: 6px;
    padding: 20px;
  }
  body.home .sl-editorial-support .sl-guide-article-title,
  body.home .sl-editorial-support .sl-guide-small .sl-guide-article-title {
    max-width: 92%;
    font-size: 20px;
  }
  body.home .sl-editorial-support .sl-faq-section {
    gap: 28px;
    margin-top: 84px;
    padding-bottom: 76px;
  }
  body.home .sl-editorial-support .sl-faq-question {
    min-height: 62px;
    padding: 16px 0;
    font-size: 15px;
  }
}
@media (max-width: 430px) {
  body.home .sl-editorial-support {
    width: calc(100% - 32px);
  }
  body.home .sl-editorial-support .sl-guide-featured,
  body.home .sl-editorial-support .sl-guide-small {
    min-height: 250px;
  }
}


/* STEAM LEGEND ACCESSIBILITY + UX POLISH */
/* Cart: preserve WooCommerce structure while restoring contrast and brand styling. */
body.woocommerce-cart .woocommerce-cart-form .product-name a,
body.woocommerce-cart .woocommerce-cart-form .product-price,
body.woocommerce-cart .woocommerce-cart-form .product-price .amount,
body.woocommerce-cart .woocommerce-cart-form .product-subtotal,
body.woocommerce-cart .woocommerce-cart-form .product-subtotal .amount {
  color: var(--steam-text, #f4f1e8) !important;
}
body.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
  color: var(--steam-gold-light, #efcf7a) !important;
}
body.woocommerce-cart .cart-totals-inner,
body.woocommerce-cart .cart-totals-inner th,
body.woocommerce-cart .cart-totals-inner td,
body.woocommerce-cart .cart-totals-inner .amount {
  color: var(--steam-text, #f4f1e8) !important;
}
body.woocommerce-cart button[name="update_cart"] {
  border: 1px solid var(--steam-border, rgba(212,170,79,.38)) !important;
  background: var(--steam-bg-card, #101210) !important;
  color: var(--steam-text, #f4f1e8) !important;
}
body.woocommerce-cart button[name="update_cart"]:hover:not(:disabled) {
  border-color: var(--steam-border-strong, rgba(212,170,79,.70)) !important;
  background: #171b18 !important;
  color: var(--steam-gold-light, #efcf7a) !important;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  border-color: var(--steam-gold, #d4aa4f) !important;
  background: var(--steam-gold, #d4aa4f) !important;
  color: #090909 !important;
  font-weight: 700 !important;
  transition: filter var(--steam-transition, .2s ease), background var(--steam-transition, .2s ease) !important;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: var(--steam-gold-light, #efcf7a) !important;
  color: #090909 !important;
  filter: brightness(1.03);
}

/* Account dashboard cards and labels. */
body.woocommerce-account .wd-my-account-links a,
body.woocommerce-account .wd-my-account-links a span,
body.woocommerce-account .wd-my-account-links a::before,
body.woocommerce-account .wd-my-account-links a::after {
  color: var(--steam-text, #f4f1e8) !important;
}
body.woocommerce-account .wd-my-account-links a {
  border-color: rgba(212,170,79,.18) !important;
  background: rgba(15,19,18,.94) !important;
  transition: color var(--steam-transition, .2s ease), border-color var(--steam-transition, .2s ease), background var(--steam-transition, .2s ease) !important;
}
body.woocommerce-account .wd-my-account-links a:hover,
body.woocommerce-account .wd-my-account-links a:focus-visible {
  border-color: var(--steam-border-strong, rgba(212,170,79,.70)) !important;
  background: linear-gradient(135deg, rgba(212,170,79,.12), rgba(15,19,18,.96)) !important;
  color: var(--steam-gold-light, #efcf7a) !important;
}
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content label {
  color: #e3ded2 !important;
}
body.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--steam-gold, #d4aa4f);
}
body.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: var(--steam-gold-light, #efcf7a);
}

/* Product secondary information. Product image pixels remain untouched. */
body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb a {
  color: #afb4b1 !important;
}
body.single-product .woocommerce-breadcrumb a:hover {
  color: var(--steam-gold-light, #efcf7a) !important;
}
body.single-product .woocommerce-product-details__short-description,
body.single-product .woocommerce-product-details__short-description p {
  color: #dfe1dc !important;
}
body.single-product .product_meta,
body.single-product .product_meta > span {
  color: #aeb3af !important;
}
body.single-product .product_meta a {
  color: var(--steam-gold-light, #efcf7a) !important;
}

/* Keyboard focus remains visible on dark surfaces. */
body .main-page-wrapper a:focus-visible,
body .main-page-wrapper button:focus-visible,
body .whb-header a:focus-visible,
body .whb-header button:focus-visible {
  outline: 2px solid var(--steam-gold-light, #efcf7a) !important;
  outline-offset: 3px !important;
}

/* Keep the desktop brand list usable on shorter screens without clipping flyouts. */
@media (min-width: 1024px) and (max-height: 820px) {
  body .whb-header.whb-header_541962 #menu-categories > li > a {
    min-height: 27px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  body .whb-header.whb-header_541962 #menu-categories > li > .wd-dropdown-menu {
    top: -5px !important;
  }
}

/* Chaty LINE button stays on the right while avoiding persistent label overlap. */
body .chaty-widget.right-position {
  right: 18px !important;
  bottom: 22px !important;
}
body .chaty-widget .on-hover-text {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity var(--steam-transition, .2s ease), visibility var(--steam-transition, .2s ease) !important;
}
body .chaty-widget:hover .on-hover-text,
body .chaty-widget:focus-within .on-hover-text {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 1024px) {
  body .chaty-widget.right-position {
    right: 12px !important;
    bottom: 78px !important;
  }
}


/* =========================================================
 * STEAM LEGEND — Unified Single Product final
 * Scope: body.single-product only.
 * ========================================================= */
body.single-product {
  --sl-product-gold: var(--steam-gold, #d6ad55);
  --sl-product-gold-light: var(--steam-gold-light, #e4be63);
  --sl-product-text: #f5f5f2;
  --sl-product-muted: #a9aaa6;
}

@media (min-width: 1025px) {
  body.single-product .product-image-summary-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 48px !important;
    align-items: start !important;
  }
}

/* WoodMart keeps its native carousel; every slide gets one stable square stage.
   This prevents a portrait gallery image from increasing the height of all slides. */
body.single-product .wd-gallery-images .wd-carousel,
body.single-product .wd-gallery-images .wd-carousel-wrap {
  height: auto !important;
  min-height: 0 !important;
}

body.single-product .wd-gallery-images .woocommerce-product-gallery__image {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  background: transparent;
}

body.single-product .wd-gallery-images .woocommerce-product-gallery__image > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

body.single-product .wd-gallery-images .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* The global WoodMart Gallery layout is now Thumbnails bottom. */
body.single-product .woocommerce-product-gallery.thumbs-position-bottom {
  display: block;
  height: auto !important;
  min-height: 0 !important;
}

body.single-product .woocommerce-product-gallery.thumbs-position-bottom .wd-gallery-images,
body.single-product .woocommerce-product-gallery.thumbs-position-bottom .wd-gallery-thumb {
  width: 100% !important;
  max-width: none !important;
}

body.single-product .woocommerce-product-gallery.thumbs-position-bottom .wd-gallery-thumb {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 12px;
}

/* Remove only the summary placements; Wishlist and Compare remain available elsewhere. */
body.single-product .summary-inner > .wd-compare-btn,
body.single-product .summary-inner > .wd-wishlist-btn,
body.single-product .summary-inner > .wd-product-info.wd-sold-count,
body.single-product .summary-inner > .wd-product-info.wd-visits-count {
  display: none !important;
}

body.single-product .summary .product_title {
  color: var(--sl-product-text) !important;
  font-size: clamp(32px, 2.45vw, 42px) !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
}

body.single-product .summary > .price,
body.single-product .summary .woocommerce-variation-price .price {
  color: var(--sl-product-gold) !important;
}

body.single-product .sl-product-trust-badges span {
  border-color: rgba(214,173,85,.25);
  border-radius: 6px;
  background: rgba(255,255,255,.03);
  color: var(--sl-product-text);
}

body.single-product .summary-inner > form.cart {
  background: rgba(15,19,18,.94);
  border-color: rgba(214,173,85,.25);
}

body.single-product .summary .single_add_to_cart_button {
  background: #b48616 !important;
  color: #111 !important;
}

body.single-product .summary .single_add_to_cart_button:hover,
body.single-product .summary .single_add_to_cart_button:focus {
  background: var(--sl-product-gold-light) !important;
  color: #111 !important;
}

body.single-product .sl-product-line {
  border-color: rgba(214,173,85,.40);
  color: var(--sl-product-text);
}

body.single-product .sl-product-service-list > div {
  grid-template-columns: 105px minmax(0, 1fr);
  padding: 12px 0;
  border-bottom-color: rgba(255,255,255,.08);
}

@media (max-width: 767px) {
  body.single-product .summary .product_title {
    font-size: clamp(24px, 7.4vw, 30px) !important;
  }

  body.single-product .sl-product-service-list > div {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}


/* =========================================================
 * STEAM LEGEND — Cart + Checkout black-gold system
 * Scope: WooCommerce Cart and Checkout only.
 * ========================================================= */
body.woocommerce-cart,
body.woocommerce-checkout {
  --sl-commerce-bg: rgba(15,19,18,.96);
  --sl-commerce-soft: rgba(255,255,255,.025);
  --sl-commerce-gold: var(--steam-gold, #d6ad55);
  --sl-commerce-gold-light: var(--steam-gold-light, #e4be63);
  --sl-commerce-text: #f5f5f2;
  --sl-commerce-body: #d6d6d2;
  --sl-commerce-muted: #a9aaa6;
  --sl-commerce-border: rgba(214,173,85,.22);
}

/* Checkout columns and the real WoodMart receipt wrapper. */
body.woocommerce-checkout form.woocommerce-checkout {
  background: transparent;
}
body.woocommerce-checkout .checkout-order-review {
  padding: 26px;
  border: 1px solid var(--sl-commerce-border);
  border-radius: 16px;
  background: var(--sl-commerce-bg);
  box-shadow: 0 16px 45px rgba(0,0,0,.18);
}
body.woocommerce-checkout .checkout-order-review::before,
body.woocommerce-checkout .checkout-order-review::after {
  content: none;
  display: none;
  background: none;
}
body.woocommerce-checkout .checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper {
  overflow: visible;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment,
body.woocommerce-checkout #payment .payment_methods,
body.woocommerce-checkout #payment .place-order {
  background: transparent;
}
body.woocommerce-checkout #order_review_heading {
  margin-bottom: 22px;
  color: var(--sl-commerce-text);
  font-weight: 700;
  text-transform: none;
}

/* Order review typography. */
body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  color: var(--sl-commerce-muted);
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  color: var(--sl-commerce-body);
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  color: #8e918d;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .amount {
  color: var(--sl-commerce-text);
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  border-color: rgba(214,173,85,.12);
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  color: var(--sl-commerce-text);
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
  color: var(--sl-commerce-gold);
  font-size: 22px;
  font-weight: 700;
}

/* Payment stays inside the same dark card. */
body.woocommerce-checkout .wc_payment_method > label {
  color: var(--sl-commerce-text);
  font-weight: 600;
}
body.woocommerce-checkout .payment_methods .payment_box {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  background: rgba(255,255,255,.025);
  box-shadow: none;
  color: var(--sl-commerce-muted);
}
body.woocommerce-checkout .payment_methods .payment_box::before {
  content: none;
  display: none;
}
body.woocommerce-checkout .payment_methods .payment_box p,
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  color: #b8b8b8;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text a,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: var(--sl-commerce-gold);
}
body.woocommerce-checkout .woocommerce-privacy-policy-text a:hover,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a:hover {
  color: var(--sl-commerce-gold-light);
}
body.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 10px;
  background: var(--sl-commerce-gold);
  color: #111;
  font-weight: 700;
}
body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus {
  background: var(--sl-commerce-gold-light);
  color: #111;
}

/* Billing fields: retain field/plugin structure and normalize the visual system. */
body.woocommerce-checkout .customer-details input.input-text,
body.woocommerce-checkout .customer-details textarea,
body.woocommerce-checkout .customer-details select,
body.woocommerce-checkout .customer-details .select2-selection--single {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(214,173,85,.35);
  border-radius: 10px;
  background: #0c100f;
  color: var(--sl-commerce-text);
}
body.woocommerce-checkout .customer-details input.input-text:focus,
body.woocommerce-checkout .customer-details textarea:focus,
body.woocommerce-checkout .customer-details select:focus,
body.woocommerce-checkout .customer-details .select2-container--focus .select2-selection--single {
  border-color: var(--sl-commerce-gold);
  box-shadow: 0 0 0 2px rgba(214,173,85,.10);
}
body.woocommerce-checkout .customer-details .form-row,
body.woocommerce-checkout .customer-details .woocommerce-input-wrapper,
body.woocommerce-checkout .customer-details .select2-container {
  max-width: none;
  width: 100%;
}
body.woocommerce-checkout .customer-details label {
  color: var(--sl-commerce-body);
}

/* Native WooCommerce shipping rates rendered as selectable cards. */
body.woocommerce-cart ul.woocommerce-shipping-methods,
body.woocommerce-checkout ul.woocommerce-shipping-methods {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0;
}
body.woocommerce-cart ul.woocommerce-shipping-methods li,
body.woocommerce-checkout ul.woocommerce-shipping-methods li {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr);
  align-items: start;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(214,173,85,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
body.woocommerce-cart ul.woocommerce-shipping-methods li.is-selected,
body.woocommerce-checkout ul.woocommerce-shipping-methods li.is-selected,
body.woocommerce-cart ul.woocommerce-shipping-methods li:has(input:checked),
body.woocommerce-checkout ul.woocommerce-shipping-methods li:has(input:checked) {
  border-color: var(--sl-commerce-gold);
  background: rgba(214,173,85,.07);
  box-shadow: inset 0 0 0 1px rgba(214,173,85,.08);
}
body.woocommerce-cart ul.woocommerce-shipping-methods input.shipping_method,
body.woocommerce-checkout ul.woocommerce-shipping-methods input.shipping_method {
  margin: 4px 0 0;
  accent-color: var(--sl-commerce-gold);
}
body.woocommerce-cart ul.woocommerce-shipping-methods label,
body.woocommerce-checkout ul.woocommerce-shipping-methods label {
  display: block;
  min-width: 0;
  color: var(--sl-commerce-text);
  cursor: pointer;
}
.sl-shipping-main {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.sl-shipping-name { font-weight: 600; }
.sl-shipping-price,
.sl-shipping-price .amount {
  flex: 0 0 auto;
  color: var(--sl-commerce-gold);
  font-weight: 700;
}
.sl-shipping-note {
  display: block;
  margin-top: 4px;
  color: var(--sl-commerce-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* Server-rendered progress is replaced with native Cart/Checkout AJAX fragments. */
body.woocommerce-cart .sl-free-shipping-row > td,
body.woocommerce-checkout .sl-free-shipping-row > td {
  padding: 0;
  border: 0;
}
.sl-free-shipping-progress {
  margin: 14px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(214,173,85,.25);
  border-radius: 12px;
  background: rgba(214,173,85,.045);
}
.sl-free-shipping-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--sl-commerce-text);
}
.sl-free-shipping-head strong { font-weight: 650; }
.sl-free-shipping-head span {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(214,173,85,.14);
  color: var(--sl-commerce-gold);
  font-size: 12px;
  font-weight: 700;
}
.sl-free-shipping-progress p {
  margin: 8px 0 10px;
  color: var(--sl-commerce-body);
  font-size: 13px;
  line-height: 1.55;
}
.sl-free-shipping-progress p .amount { color: var(--sl-commerce-gold); }
.sl-free-shipping-track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(214,173,85,.10);
}
.sl-free-shipping-track > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#a97818 0%,#d6ad55 55%,#e4be63 100%);
  transition: width .35s ease;
}
.sl-free-shipping-progress small {
  display: block;
  margin-top: 9px;
  color: var(--sl-commerce-muted);
  font-size: 12px;
}

/* Native WooCommerce coupon forms and notices. */
body.woocommerce-cart .woocommerce-cart-form .coupon,
body.woocommerce-checkout form.checkout_coupon {
  padding: 14px;
  border: 1px solid var(--sl-commerce-border);
  border-radius: 10px;
  background: rgba(15,19,18,.72);
}
body.woocommerce-cart .woocommerce-cart-form .coupon input,
body.woocommerce-checkout form.checkout_coupon input {
  min-height: 46px;
  border: 1px solid rgba(214,173,85,.35);
  border-radius: 8px;
  background: #0c100f;
  color: var(--sl-commerce-text);
}
body.woocommerce-cart .woocommerce-cart-form .coupon button,
body.woocommerce-checkout form.checkout_coupon button {
  min-height: 46px;
  border-radius: 8px;
  background: var(--sl-commerce-gold);
  color: #111;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form .coupon button:hover,
body.woocommerce-checkout form.checkout_coupon button:hover {
  background: var(--sl-commerce-gold-light);
  color: #111;
}
body.woocommerce-cart .cart-discount .amount,
body.woocommerce-checkout .cart-discount .amount,
body.woocommerce-cart .woocommerce-remove-coupon,
body.woocommerce-checkout .woocommerce-remove-coupon {
  color: var(--sl-commerce-gold);
}
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info {
  border-color: var(--sl-commerce-border);
  background: #101412;
  color: var(--sl-commerce-body);
}

/* Cart totals hierarchy; the product table itself remains unchanged. */
body.woocommerce-cart .cart-totals-inner {
  padding: 24px;
  border: 1px solid var(--sl-commerce-border);
  border-radius: 14px;
  background: var(--sl-commerce-bg);
}
body.woocommerce-cart .cart-totals-inner h2,
body.woocommerce-cart .cart-totals-inner .order-total th {
  color: var(--sl-commerce-text);
}
body.woocommerce-cart .cart-totals-inner .order-total .amount {
  color: var(--sl-commerce-gold);
  font-size: 22px;
}

@media (min-width: 1025px) {
  body.woocommerce-checkout form.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    gap: 42px;
  }
  body.woocommerce-checkout form.woocommerce-checkout > .customer-details {
    flex: 1 1 54%;
    width: auto;
    max-width: 56%;
  }
  body.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review {
    position: sticky;
    top: 132px;
    flex: 1 1 42%;
    width: auto;
    max-width: 44%;
  }
}

@media (max-width: 1024px) {
  body.woocommerce-checkout form.woocommerce-checkout > .customer-details,
  body.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review {
    width: 100%;
    max-width: none;
  }
  body.woocommerce-checkout .checkout-order-review { margin-top: 28px; }
}

@media (max-width: 767px) {
  body.woocommerce-checkout .checkout-order-review,
  body.woocommerce-cart .cart-totals-inner {
    padding: 18px;
    border-radius: 12px;
  }
  body.woocommerce-cart .woocommerce-cart-form .coupon,
  body.woocommerce-checkout form.checkout_coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body.woocommerce-cart .woocommerce-cart-form .coupon input,
  body.woocommerce-cart .woocommerce-cart-form .coupon button,
  body.woocommerce-checkout form.checkout_coupon input,
  body.woocommerce-checkout form.checkout_coupon button {
    width: 100%;
  }
  .sl-shipping-main { gap: 8px; }
  .sl-free-shipping-progress { padding: 13px 14px; }
}


/* Cart + Checkout verified cascade corrections */
body.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review {
  background-color: var(--sl-commerce-bg);
}
body.woocommerce-cart ul.woocommerce-shipping-methods li:has(input[type="hidden"].shipping_method),
body.woocommerce-checkout ul.woocommerce-shipping-methods li:has(input[type="hidden"].shipping_method) {
  border-color: var(--sl-commerce-gold);
  background: rgba(214,173,85,.07);
  box-shadow: inset 0 0 0 1px rgba(214,173,85,.08);
}

body.woocommerce-checkout form.woocommerce-checkout > .checkout-order-review { background: var(--sl-commerce-bg) !important; }


/* STEAM LEGEND — targeted shipping card and duplicate home topbar repairs */
body.woocommerce-cart ul.woocommerce-shipping-methods li:has(> input[type="hidden"].shipping_method),
body.woocommerce-checkout ul.woocommerce-shipping-methods li:has(> input[type="hidden"].shipping_method) {
  grid-template-columns: minmax(0, 1fr);
}
body.woocommerce-cart ul.woocommerce-shipping-methods li:has(> input[type="hidden"].shipping_method) > label,
body.woocommerce-checkout ul.woocommerce-shipping-methods li:has(> input[type="hidden"].shipping_method) > label {
  grid-column: 1 / -1;
  width: 100%;
}
body.woocommerce-cart ul.woocommerce-shipping-methods label,
body.woocommerce-checkout ul.woocommerce-shipping-methods label {
  width: 100%;
  writing-mode: horizontal-tb;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}
body.woocommerce-cart .sl-shipping-main,
body.woocommerce-checkout .sl-shipping-main {
  width: 100%;
  min-width: 0;
}
body.woocommerce-cart .sl-shipping-name,
body.woocommerce-checkout .sl-shipping-name {
  min-width: 0;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  word-break: normal;
  overflow-wrap: normal;
}
body.woocommerce-cart .sl-shipping-price,
body.woocommerce-cart .sl-shipping-price .amount,
body.woocommerce-checkout .sl-shipping-price,
body.woocommerce-checkout .sl-shipping-price .amount {
  white-space: nowrap;
}
body.woocommerce-cart .sl-shipping-note,
body.woocommerce-checkout .sl-shipping-note {
  width: 100%;
  writing-mode: horizontal-tb;
  word-break: normal;
  overflow-wrap: normal;
}
body.home .whb-header.whb-header_541962 .whb-top-bar.steam-global-topbar {
  display: none !important;
}

/* STEAM LEGEND — Home Quick View / Quick Shop only */
body.home .quick-shop-wrapper{background:rgba(11,15,14,.96);border:1px solid rgba(214,173,85,.25);color:#f5f5f2}
body.home .quick-shop-wrapper table.variations select,body.home .mfp-wrap.wd-popup-quick-view-wrap table.variations select{display:block!important;position:static!important;flex:0 0 46px!important;width:100%!important;max-width:none!important;height:46px!important;min-height:46px!important;max-height:46px!important;margin:0!important;padding:0 40px 0 14px!important;border:1px solid rgba(214,173,85,.40)!important;border-radius:9px!important;background-color:#0c100f!important;color:#f5f5f2!important;line-height:normal!important;vertical-align:middle}
body.home .quick-shop-wrapper table.variations select:focus,body.home .mfp-wrap.wd-popup-quick-view-wrap table.variations select:focus{border-color:#d6ad55!important;outline:0;box-shadow:0 0 0 2px rgba(214,173,85,.10)}
body.home .quick-shop-wrapper table.variations select option,body.home .mfp-wrap.wd-popup-quick-view-wrap table.variations select option{min-height:0;background:#0c100f;color:#f5f5f2;line-height:normal}
body.home .quick-shop-wrapper .reset_variations,body.home .mfp-wrap.wd-popup-quick-view-wrap .reset_variations,body.home .quick-shop-wrapper .price,body.home .mfp-wrap.wd-popup-quick-view-wrap .price{color:#d6ad55}
body.home .quick-shop-wrapper .quick-shop-close{top:10px;inset-inline-end:10px}
body.home .quick-shop-wrapper .quick-shop-close a{font-size:0}
body.home .quick-shop-wrapper .quick-shop-close a::after{content:'×';color:#f5f5f2;font-size:24px;line-height:1}
body.home .mfp-wrap.wd-popup-quick-view-wrap{--wd-popup-width:860px}
body.home .mfp-wrap.wd-popup-quick-view-wrap .mfp-content{max-height:90vh;overflow:hidden auto;border:1px solid rgba(214,173,85,.25);border-radius:15px;background:#0b0f0e;color:#f5f5f2}
@media(max-width:767px){body.home .mfp-wrap.wd-popup-quick-view-wrap{--wd-popup-width:calc(100vw - 24px)}body.home .mfp-wrap.wd-popup-quick-view-wrap .mfp-content{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;max-height:90vh;overflow-x:hidden;overflow-y:auto}body.home .mfp-wrap.wd-popup-quick-view-wrap .woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;gap:10px}body.home .mfp-wrap.wd-popup-quick-view-wrap .single_add_to_cart_button{width:100%}}

/* Shared curated category entrances for Shop and product-category archives. */
.sl-shop-category-nav {
	flex: 0 0 100%;
	width: 100%;
	margin: 0 0 30px;
	padding: 22px;
	background: rgba(11, 15, 14, .92);
	border: 1px solid rgba(214, 173, 85, .22);
	border-radius: 14px;
}

.sl-shop-category-group + .sl-shop-category-group {
	margin-top: 22px;
}

.sl-shop-category-group > h2 {
	margin: 0 0 11px;
	color: #D6AD55;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.sl-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.sl-shop-category-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	background: rgba(15, 19, 18, .75);
	border: 1px solid rgba(214, 173, 85, .30);
	border-radius: 9px;
	color: #F5F5F2;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.sl-shop-category-link:hover,
.sl-shop-category-link:focus-visible,
.sl-shop-category-link.is-active {
	border-color: #D6AD55;
	color: #D6AD55;
	background: rgba(214, 173, 85, .06);
}

@media (max-width: 1024px) {
	.sl-shop-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.sl-shop-category-nav {
		margin-bottom: 22px;
		padding: 16px;
	}

	.sl-shop-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.sl-shop-category-link {
		padding: 9px 10px;
		font-size: 13px;
	}
}

