/*
 Theme Name: Wojtek
 Theme URI: https://www.wojtekweaponry.com
 Description: avijtyshin GeneratePress.
 Author: Andriy avijtyshin@gmail.com
 Author URI: avijtyshin@gmail.com
 Template: generatepress
 Version: 1.0.0
 Text Domain: wojtek
*/


/* ====== GLOBAL ====== */

/* WooCommerce `--wc-secondary` ( #e9e6ed) →  */
:root {
  --wc-secondary: #1a1a1a;
}

body {
  background-color: #ffffff;
  transition: margin-left 0.4s ease;
  font-family: 'Inter', system-ui, sans-serif;
  background-color: var(--background);
      color: var(--foreground);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
}


a {
    color: #1a1a1a;
}
a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  font-weight: 500;
}

/* ====== BUTTONS (default) ======
   Base #E22120, hover fill #1a1a1a —  (::before + scaleY).
*/


a.button,
a.add_to_cart_button,
.wp-block-button__link,
a.wp-element-button,
.wp-element-button,
.gp-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.woocommerce a.button,
.woocommerce a.add_to_cart_button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #place_order {
  cursor: pointer;
  position: relative;
  z-index: 0;
  isolation: isolate;
  text-decoration: none;
  overflow: hidden;
  padding: 0.618em 1em;
  font-weight: 700;
 
  border: none;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  background-color: #1a1a1a;
  transition: color 0.35s ease;
}

a.button:hover,
a.button:focus-visible,
a.add_to_cart_button:hover,
a.add_to_cart_button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible,
a.wp-element-button:hover,
a.wp-element-button:focus-visible,
.wp-element-button:hover,
.wp-element-button:focus-visible,
.gp-button:hover,
.gp-button:focus-visible,
button:hover,
button:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
input[type="button"]:hover,
input[type="button"]:focus-visible,
input[type="reset"]:hover,
input[type="reset"]:focus-visible,
.woocommerce a.button:hover,
.woocommerce a.button:focus-visible,
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:focus-visible,
.woocommerce button.button:hover,
.woocommerce button.button:focus-visible,
.woocommerce input.button:hover,
.woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus-visible,
.woocommerce #place_order:hover,
.woocommerce #place_order:focus-visible {
  background-color: #737373 !important;
  color: #fff !important;
}


button:hover::before,
button:focus-visible::before,
input[type="submit"]:hover::before,
input[type="submit"]:focus-visible::before,
input[type="button"]:hover::before,
input[type="button"]:focus-visible::before,
input[type="reset"]:hover::before,
input[type="reset"]:focus-visible::before,
a.button:hover::before,
a.button:focus-visible::before,
a.add_to_cart_button:hover::before,
a.add_to_cart_button:focus-visible::before,
.wp-element-button:hover::before,
.wp-element-button:focus-visible::before,
a.wp-element-button:hover::before,
a.wp-element-button:focus-visible::before,
.gp-button:hover::before,
.gp-button:focus-visible::before,
.wp-block-button__link:hover::before,
.wp-block-button__link:focus-visible::before,
.woocommerce a.button:hover::before,
.woocommerce a.button:focus-visible::before,
.woocommerce a.add_to_cart_button:hover::before,
.woocommerce a.add_to_cart_button:focus-visible::before,
.woocommerce button.button:hover::before,
.woocommerce button.button:focus-visible::before,
.woocommerce input.button:hover::before,
.woocommerce input.button:focus-visible::before,
.woocommerce #respond input#submit:hover::before,
.woocommerce #respond input#submit:focus-visible::before,
.woocommerce #place_order:hover::before,
.woocommerce #place_order:focus-visible::before {
  transform: scaleY(1);
}

button:disabled::before,
input[type="submit"]:disabled::before,
input[type="button"]:disabled::before,
input[type="reset"]:disabled::before,
.woocommerce a.button.disabled::before,
.woocommerce a.button:disabled::before {
  transform: scaleY(0);
}

button:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* ====== PRODUCT CARD BUTTONS (WooCommerce) ====== */
.woocommerce ul.products li.product .button {
  background-color: #1a1a1a !important;
  color: #fff !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible {
  background-color: #737373 !important;
  color: #fff !important;
}


/* ====== WIDTH SYSTEM ====== */

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-wide {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.full-width,
.site-header,
.content-area,
.site-main {
  width: 100%;
}

.site-header {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

@media (min-width: 992px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
  }

  body.admin-bar .site-header {
    top: 32px;
  }
}

.inside-article {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.entry-content {
  max-width: 1300px;
  margin: 0 auto;
}


/* ====== HEADER ====== */

.header-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.menu { width: 10%; }
.search { width: 25%; }

.logo {
  width: 30%;
  text-align: center;
}

.logo img {
  max-width: 200px;
}

.right {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.right .col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.right .item a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 14px;
}

.right .fa-solid {
  color: #1a1a1a;
}

.jw-header-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.jw-cart-count-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 991px) {
  .menu { width: 15%; }
  .logo { width: 35%; }
  .search { width: 50%; order: 3; }
  .right {
    width: 100%;
    order: 4;
    margin-top: 15px;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .menu { width: 20%; }
  .logo { width: 80%; text-align: center!important; }
   .logo img {
       max-width: 300px!important;
   }
  .search { width: 100%; order: 3; margin-top: 15px; }
  .right {
    width: 100%;
    order: 4;
    margin-top: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 400px;
        margin-left: auto;
        margin-right: auto;
  }
}


/* ====== WOOCOMMERCE PRODUCT GRID ====== */

/* Remove Woo clearfix (breaks grid) */
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

/* Grid base — desktop 3 per row (4 cols when html.jw-shop-cols-4) */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0 !important;
}

@media (min-width: 981px) {
  html.jw-shop-cols-4 .woocommerce ul.products,
  html.jw-shop-cols-4 .woocommerce-page ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Shop grid density toggle — desktop only */
.jw-shop-columns-toggle {
  display: none !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 16px !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
}

.jw-shop-columns-toggle__label {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  margin-right: 4px !important;
}

button.jw-shop-columns-toggle__btn {
  min-width: 42px !important;
  padding: 8px 14px !important;
  font-weight: 800 !important;
  border: 1px solid #737373 !important;
  background: #fff !important;
  color: #1a1a1a !important;
 
  cursor: pointer !important;
  line-height: 1.2 !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

button.jw-shop-columns-toggle__btn:hover,
button.jw-shop-columns-toggle__btn:focus-visible {
  background: #737373 !important;
  color: #fff !important;
  border: 1px solid #737373 !important;
}

button.jw-shop-columns-toggle__btn.is-active,
button.jw-shop-columns-toggle__btn[aria-pressed="true"] {
  color: #ffffff !important;
  background: #cacaca !important;
  border: 1px solid #1a1a1a !important;
}

button.jw-shop-columns-toggle__btn.is-active:hover,
button.jw-shop-columns-toggle__btn.is-active:focus-visible,
button.jw-shop-columns-toggle__btn[aria-pressed="true"]:hover,
button.jw-shop-columns-toggle__btn[aria-pressed="true"]:focus-visible {
  color: #ffffff !important;
  background: #737373 !important;
  border: 1px solid #737373 !important;
}

@media (min-width: 981px) {
  .jw-shop-columns-toggle {
    display: flex !important;
  }
}

/* Hard reset for all product cards */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product.first,
.woocommerce ul.products li.product.last,
.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products.columns-3 li.product.first,
.woocommerce ul.products.columns-3 li.product.last {
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  background-color: #fff;
  border: 1px solid #e0e0e0;
 
  text-align: center;
}

/* Link wrapper */
ul.products li.product > a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

/* Product image — fixed height */
ul.products li.product a img {
  width: 100% !important;
  object-fit: cover !important;
  margin-bottom: 10px !important;
}

/* Product title */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2 {
  font-size: 18px !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  flex-grow: 1 !important;
  margin-bottom: 10px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 8px;
  margin: 0;
  font-size: 1em;
  font-weight: 800;
}

/* Price — pushed to bottom */
ul.products li.product .price {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #1a1a1a !important;
  margin-bottom: 0 !important;
}

/* Add to cart  */
ul.products li.product a.button,
ul.products li.product a.add_to_cart_button {
  margin-top: 0 !important;
  width: 100%;
  text-transform: uppercase;
 }

ul.products li.product .added_to_cart {
  display: block;
  margin-top: 10px;
  color: #4caf50;
}

/* Tablet — 2 per row */
@media (max-width: 980px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile — 1 per row */
@media (max-width: 568px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* ====== SINGLE PRODUCT — RELATED & RECENTLY VIEWED (slider) ======
   Desktop: 3 cards + arrows. ≤768px: no arrows, one full-width card, horizontal touch scroll + snap. */
.single-product .related.products > h2,
.single-product .jw-recently-viewed > h2 {
  margin: 1.75rem 0 1rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.single-product .jw-product-slider {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .single-product .jw-product-slider {
    gap: 0;
  }

  .single-product button.jw-product-slider__arrow {
    display: none !important;
  }
}

.single-product button.jw-product-slider__arrow {
  flex: 0 0 auto;
  align-self: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #1a1a1a !important;
  background: #1a1a1a !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  cursor: pointer;

  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.single-product button.jw-product-slider__arrow:hover,
.single-product button.jw-product-slider__arrow:focus-visible {
  background: #737373 !important;
  color: #fff !important;
  border-color: #737373 !important;
}

.single-product button.jw-product-slider__arrow:disabled,
.single-product button.jw-product-slider__arrow[hidden] {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.single-product .jw-product-slider__viewport {
  flex: 1;
  min-width: 0;
  container-type: inline-size;
  container-name: jw-prod-slider;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.single-product .jw-product-slider__viewport::-webkit-scrollbar {
  display: none;
}

.single-product .jw-product-slider__viewport ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: unset !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: max-content;
  min-width: 100%;
}

/* Desktop / tablet: 3 cards visible in viewport */
@container jw-prod-slider (min-width: 769px) {
  .single-product .jw-product-slider__viewport ul.products li.product {
    flex: 0 0 calc((100cqi - 32px) / 3) !important;
    min-width: calc((100cqi - 32px) / 3) !important;
    max-width: calc((100cqi - 32px) / 3) !important;
    scroll-snap-align: unset !important;
  }
}

/* Narrow viewport: one full-width card, finger scroll */
@container jw-prod-slider (max-width: 768px) {
  .single-product .jw-product-slider__viewport ul.products li.product {
    flex: 0 0 100cqi !important;
    min-width: 100cqi !important;
    max-width: 100cqi !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .single-product .jw-product-slider__viewport ul.products {
    scroll-snap-type: x mandatory;
    column-gap: 12px !important;
  }
}

/* Fallback without container queries: approximate widths */
@supports not (container-type: inline-size) {
  @media (min-width: 769px) {
    .single-product .jw-product-slider__viewport ul.products li.product {
      flex: 0 0 calc(33.333% - 12px) !important;
      min-width: calc(33.333% - 12px) !important;
      max-width: calc(33.333% - 12px) !important;
    }
  }

  @media (max-width: 768px) {
    .single-product .jw-product-slider__viewport ul.products li.product {
      flex: 0 0 100% !important;
      min-width: 100% !important;
      max-width: 100% !important;
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }

    .single-product .jw-product-slider__viewport ul.products {
      scroll-snap-type: x mandatory;
      column-gap: 12px !important;
    }
  }
}


/* ====== FILTER BUTTON ====== */

.filter-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background-color: #1a1a1a;
  color: #fff !important;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 20px;
  transition: background-color 0.3s;
}

.filter-toggle-btn:hover {
  background-color: #737373 !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.entry-content .filter-toggle-btn {
  display: flex;
  width: fit-content;
  margin-left: 0 !important;
  margin-right: auto !important;
}

@media (min-width: 769px) {
  .entry-content .filter-toggle-btn {
    position: absolute;
  }
}

.filter-toggle-btn svg {
  width: 18px;
  height: 18px;
}

.filter-toggle-btn::before {
  display: none;
}


/* ====== FILTERS SIDEBAR ====== */

.filters-sidebar {
  position: fixed;
  top: 0;
  left: -320px;
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 20px;
  overflow-y: auto;
  transition: left 0.4s ease;
}

.filters-sidebar.open {
  left: 0;
}

.filters-sidebar .close-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.filters-sidebar .close-filters span {
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.jw-filters-sidebar__body {
  padding-bottom: 20px;
}

.jw-filters-sidebar-source {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.filters-sidebar h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.filters-sidebar label {
  display: block;
  padding: 5px 0;
  cursor: pointer;
  font-size: 14px;
}

.filters-sidebar input[type="checkbox"] {
  margin-right: 8px;
}


/* ====== FILTERS OVERLAY ====== */

.filters-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
}

.filters-overlay.active {
  display: block;
}

@media (max-width: 768px) {
  .filters-sidebar { width: 260px; left: -280px; }
 
}


/* Product card: price left, add-to-cart right (works for AJAX loaded products too) */
.woocommerce ul.products li.product .price-cart-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.woocommerce ul.products li.product .price-wrap {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.woocommerce ul.products li.product .button-wrap {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.woocommerce ul.products li.product .button-wrap .button,
.woocommerce ul.products li.product .button-wrap .add_to_cart_button,
.woocommerce ul.products li.product .button-wrap a.view_cart {
  white-space: nowrap;
}


/* Buttons are styled above */

button {
    color: #1a1a1a !important;
    font-weight: 400;
}

button:hover {
    color: #737373 !important;
    font-weight: 400;
    background: none !important;
}

.woocommerce ul.products li.product a.added_to_cart {
    display: none !important;
}

.button-wrap a.view_cart {
    width: auto !important;
    display: inline-block !important;
}

/* Product image swap on hover */
.jw-product-image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #fff;
}

.jw-product-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.jw-product-image-wrap .jw-product-image-main {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.jw-product-image-wrap .jw-product-image-hover {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  z-index: 2;
  transform: translateX(100%);
  transition: transform 0.45s ease;
  pointer-events: none;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover .jw-product-image-wrap.has-hover-image .jw-product-image-main,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:focus-visible .jw-product-image-wrap.has-hover-image .jw-product-image-main {
  opacity: 0;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover .jw-product-image-wrap.has-hover-image .jw-product-image-hover,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:focus-visible .jw-product-image-wrap.has-hover-image .jw-product-image-hover {
  transform: translateX(0);
}

/* ====== SHOP PAGINATION (jw-pagination-top) ======
   Need all page numbers in a single row. */
.jw-pagination-top {
  width: 100%;
}

.jw-pagination-top ul.page-numbers {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  white-space: nowrap !important;
}

.jw-pagination-top ul.page-numbers li {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

/* FacetWP pager below product loop — centered */
.jw-facetwp-pager-after-loop {
  width: 100%;
  margin: 1.5rem auto 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.jw-facetwp-pager-after-loop .facetwp-facet,
.jw-facetwp-pager-after-loop .facetwp-type-pager {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.jw-facetwp-pager-after-loop .facetwp-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

/* FacetWP — Load more */
button.facetwp-load-more,
.facetwp-load-more {
  color: #fff !important;
  font-weight: 700;
  background: #1a1a1a;
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

button.facetwp-load-more:hover,
button.facetwp-load-more:focus-visible,
.facetwp-load-more:hover,
.facetwp-load-more:focus-visible {
  background: #737373 !important;
  color: #fff !important;
}

/* View Cart */
a.view_cart {
    color: #fff !important;
    transition: background-color 0.35s ease !important;
}
a.view_cart:hover,
a.view_cart:focus,
a.view_cart:visited {
    color: #fff !important;
    background-color: #737373 !important;
}

a.view_cart:active {
    color: #fff !important;
    background-color: transparent !important;
}

@media (max-width: 768px) {
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: right;
    }
}

    .jw-pagination-top {
    width: 100%;
    padding-bottom: 16px;
}

.entry-content .filter-toggle-btn {
   
    position: absolute;
  
}
.woocommerce ul.products li.product:hover, .woocommerce ul.products li.product.first:hover, .woocommerce ul.products li.product.last:hover, .woocommerce ul.products.columns-3 li.product:hover, .woocommerce ul.products.columns-3 li.product.first:hover, .woocommerce ul.products.columns-3 li.product.last:hover { 
    box-shadow: 0 0 3.75rem rgba(0, 0, 0, .1);
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #737373;
    color: #ffffff;
}
.woocommerce span.onsale {
    min-height: 2.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 2.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    
    background-color: #7b7b7b;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.jw-pagination-top ul.page-numbers {
  padding-left: 10px !important;
}

#primary {
    transition: transform 0.3s ease-in-out;
}

/* Scroll to top button */
.jw-scroll-top {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border: none;
  
  background: #1a1a1a;
  color: #ffffff !important;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  z-index: 9999;
}

.jw-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.jw-scroll-top:hover,
.jw-scroll-top:focus-visible {
  background: #8e8e8e;
  color: #ffffff !important;
}

#jw-scroll-top {
        border: 1px solid #fff;
    color: #fff !important;
    font-weight: 900;
}
#jw-scroll-top:hover {
        border: 1px solid #737373;
    color: #737373 !important;
    font-weight: 900;
     background: #fff!important;
}

/* Block cart — Update cart below line items table */
.jw-cart-update-cart-wrap {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-end;
}

.jw-cart-update-cart-wrap .jw-wc-blocks-update-cart {
  min-width: 140px;
}

/* ====== HOME (front-page) —====== */

.jw-home-featured {
  padding: 3.5rem 0 4rem;
  background: #fff;
}

.jw-home-featured__title {
  margin: 0;
  text-align: center;
  font-size: 1.9rem;
  font-family: 'DM Serif Display', Georgia, serif;
  transition: color 0.5s;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-top: 3em;
  margin-bottom: 3em;
}

.jw-home-featured__rule {
  width: 56px;
  height: 3px;
  margin: 1rem auto 2.75rem;
  background: #1a1a1a;

}

.jw-home-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jw-home-featured__cell {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jw-home-featured__media {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto 1rem;
  border-radius: 0;
  background: #f0f0f0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.jw-home-featured__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  z-index: 1;
}




.jw-home-featured__img {
    transition: filter 0.5s ease;
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.25); }
}

.jw-home-featured__cell:hover .jw-home-featured__img,
.jw-home-featured__cell:focus-within .jw-home-featured__img {
    animation: slowZoom 3s ease forwards;
    filter: brightness(0.72);
}



.jw-home-featured__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transform: scale(1);
  filter: brightness(1);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
  will-change: transform, filter;
}

.jw-home-featured__cell:hover .jw-home-featured__img,
.jw-home-featured__cell:focus-within .jw-home-featured__img {
  transform: scale(1.14);
  filter: brightness(0.92);
}

.jw-home-featured__cell:hover .jw-home-featured__media::after,
.jw-home-featured__cell:focus-within .jw-home-featured__media::after {
  opacity: 1;
}


.jw-home-featured__cell:hover {box-shadow: 0 0 3.75rem rgba(0, 0, 0, .1);}


.jw-home-featured__item-title {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}
.jw-home-featured__item-title:hover {
  color: #737373 ;
}

.jw-home-featured__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #444;
  font-weight: 400;
  max-width: 280px;
}

.jw-home-dual {
  padding: 3.5rem 0 4.5rem;
  background: #ececec;
}

.jw-home-dual__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 3rem;
  align-items: start;
}

.jw-home-dual__heading {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  text-align: left;
  color: #1a1a1a;
}

.jw-home-dual__copy {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #737373;
  text-align: left;
}

.jw-home-dual__hint {
  margin: -0.5rem 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #222;
  text-align: left;
}

.jw-home-dual__btn {
 
  padding: 0.75em 1.35em;
}

.jw-home-editor {
  padding: 2.5rem 0 3rem;
}

@media (max-width: 991px) {
  .jw-home-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .jw-home-featured__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .jw-home-dual__inner {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}

/* ====== HOME shortcode block (brands grid) ====== */
.fp-shortcode-block {
  width: 100%;
  box-sizing: border-box;
}

.fp-shortcode-block .ww-brands-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch;
}

.fp-shortcode-block .ww-brand {
  width: 100% !important;
  min-height: 100%;
  box-sizing: border-box;
}

.fp-shortcode-block .ww-brand-logo {
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-shortcode-block .ww-brand-img {
  max-width: 100%;
  width: auto;
  height: auto !important;
  max-height: 90px;
  object-fit: contain;
  display: block;
}

@media (max-width: 1300px) {
  .fp-shortcode-block .ww-brands-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1024px) {
  .fp-shortcode-block .ww-brands-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .fp-shortcode-block .ww-brands-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 576px) {
  .fp-shortcode-block .ww-brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fp-shortcode-block .ww-brand {
    padding: 10px !important;
  }
}




.dgwt-wcas-search-wrapp {
    max-width: 100%;
    box-sizing: border-box;
}

.dgwt-wcas-search-form,
.dgwt-wcas-sf-wrapp {
    max-width: 100%;
    box-sizing: border-box;
}

.dgwt-wcas-search-input {
    max-width: 100%;
    box-sizing: border-box;
}

div.search {
    overflow: hidden;
    max-width: 100%;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-search-wrapp {
    max-width: 100vw;
}

body {
    overflow-x: hidden;
}

/* ====== 404 page ====== */
.jw-404 {
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 60px;
}

.jw-404__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.jw-404__title {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.2;
}

.jw-404__lead {
  margin: 0 0 24px;
  color: #555;
}

.jw-404__image-wrap {
  width: 100%;
  margin: 0 auto 28px;
}

.jw-404__image {
  width: 100%;
  max-width: 440px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.jw-404__search {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

/* ====== Single product heading ====== */
.jw-product-page-head {

  text-align: center;
  padding: 18px 20px 16px;
  margin: 0 0 24px;
}

.jw-product-page-head__title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.2;
  text-transform: uppercase;
}

.jw-product-page-head__breadcrumbs .woocommerce-breadcrumb {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.jw-product-page-head__breadcrumbs .woocommerce-breadcrumb a {
  color: #666;
}

.jw-product-page-head__breadcrumbs .woocommerce-breadcrumb a:hover {
  color: #737373;
}

/* ====== Single product: sticky gallery on desktop ====== */
@media (min-width: 992px) {
  .single-product div.product {
    overflow: visible;
  }

  .single-product div.product div.images,
  .single-product div.product .woocommerce-product-gallery {
    position: sticky;
    top: 92px;
    align-self: flex-start;
  }

  body.admin-bar .single-product div.product div.images,
  body.admin-bar .single-product div.product .woocommerce-product-gallery {
    top: 124px;
  }
}

/* ====== Single product extra blocks (below add-to-cart) ====== */
.jw-sp-extra {
  margin-top: 14px;
}

.jw-sp-extra__payments {
  display: block;
  margin-bottom: 12px;
}

.jw-sp-extra__payments-image {
  display: block;
  max-width: 300px !important;
  width: auto;
  height: auto;
  filter: grayscale(100%);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin-bottom: 50px;
}

.jw-sp-extra__meta {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.jw-sp-extra__row {
  font-size: 1rem;
  line-height: 1.35;
}

.jw-sp-extra__row strong {
  margin-right: 6px;
}

.jw-sp-extra__share-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.jw-sp-extra__share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jw-sp-extra__social {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

.jw-sp-extra__social:hover,
.jw-sp-extra__social:focus-visible {
  background: #737373;
  transform: translateY(-1px);
}


.woocommerce div.product form.cart .button {
  background: #1a1a1a;
  border-radius: 0px;
}
.woocommerce div.product form.cart .button:hover {
  background: #737373;
}


.product .cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product .cart .quantity {
    display: flex;
    align-items: center;
}

.product .cart .quantity input {
    height: 45px;
}

.product .cart .single_add_to_cart_button {
    height: 45px;
    display: flex;
    align-items: center;
}
.woocommerce span.onsale {
   
    border-radius: 0px;}
    
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #1a1a1a;
    font-size: 1.75em;
    font-weight: 800;
}


.summary p {
    margin-bottom: .5em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #1a1a1a;
    background-color: #c5c5c5;}
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #1a1a1a;
    z-index: 2;
    border-bottom-color: #1a1a1a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #1a1a1a;
  
    border-radius: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #1a1a1a;
    border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #1a1a1a;
    background-color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    
    border-bottom: 0px solid #cfc8d8;}
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color:  #737373;
    text-shadow: inherit;
}
.product .woocommerce div.product .woocommerce-tabs ul.tabs a:hover {
    color:  #737373;
    text-shadow: inherit;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #1a1a1a;
}

.separate-containers .inside-article {
    padding: 40px;
    padding-top: 0px;
}
.separate-containers .site-main {
    margin-top: 0px!important;
}


.jw-product-page-head h1.jw-product-page-head__title:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    left: 50%;
   
    background-color: #1a1a1a;
    z-index: 999;
    transform: translate(-50%, 0px);
}

.woocommerce-info::before {
    color: #1a1a1a;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    border-radius: 0;
}

/* ====== CUSTOM CHECKOUT LAYOUT ====== */
.jw-checkout {
  margin-top: 12px;
}

.jw-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: start;
}

.jw-checkout-main .col2-set {
  width: 100%;
  margin: 0;
}

.jw-checkout-main .col2-set .col-1,
.jw-checkout-main .col2-set .col-2 {
  float: none;
  width: 100%;
}

.jw-checkout-main .col2-set .col-2 {
  margin-top: 18px;
}

.jw-checkout-shipping-above-billing {
  margin: 0 0 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 14px 16px;
}

.jw-checkout-shipping-above-billing__title {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.jw-checkout-shipping-table {
  margin: 0 !important;
}

.jw-checkout-shipping-table th,
.jw-checkout-shipping-table td {
  padding: 10px 0 !important;
}

.jw-checkout-shipping-table .woocommerce-shipping-totals.shipping th {
  display: none;
}

.jw-checkout-shipping-table .woocommerce-shipping-totals.shipping td {
  display: block;
  width: 100% !important;
  padding-left: 0 !important;
}

.jw-checkout-shipping-table ul#shipping_method {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow: visible;
  padding: 0;
  list-style: none;
  align-items: stretch;
}

.jw-checkout-shipping-table ul#shipping_method li {
  margin: 0 !important;
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  display: flex;
}

.jw-checkout-shipping-table ul#shipping_method li input.shipping_method {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.jw-checkout-shipping-table ul#shipping_method li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #d9d9d9;
  background: rgba(129, 110, 153, .14);
  color: #1a1a1a;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  line-height: 1.1;
  font-size: 12px;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.jw-checkout-shipping-table ul#shipping_method li label .jw-shipping-icon {
  margin-right: 8px;
  font-size: 13px;
  flex: 0 0 auto;
}

.jw-checkout-shipping-table ul#shipping_method li label.is-multiline {
  text-align: left;
}

.jw-checkout-shipping-table ul#shipping_method li input.shipping_method:checked + label {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff;
}

@media (max-width: 1200px) {
  .jw-checkout-shipping-table ul#shipping_method {
    flex-wrap: wrap;
    gap: 8px;
  }

  .jw-checkout-shipping-table ul#shipping_method li {
    flex: 1 1 calc(50% - 8px);
  }

  .jw-checkout-shipping-table ul#shipping_method li label {
    padding: 9px 10px;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .jw-checkout-shipping-above-billing {
    padding: 12px;
  }

  .jw-checkout-shipping-table ul#shipping_method {
    gap: 6px;
  }

  .jw-checkout-shipping-table ul#shipping_method li {
    flex: 1 1 100%;
  }

  .jw-checkout-shipping-table ul#shipping_method li label {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 11px;
  }
}

.jw-checkout.jw-checkout-hide-shipping-row #order_review .woocommerce-shipping-totals.shipping {
  display: none;
}

.jw-checkout .form-row.jw-hidden-by-local-pickup {
  display: none !important;
}

.jw-local-pickup-billing-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.3;
}

.jw-local-pickup-billing-note[hidden] {
  display: none !important;
}

.jw-local-pickup-billing-note .fa-location-dot {
  color: #1a1a1a;
  font-size: 16px;
  flex: 0 0 auto;
}

.jw-checkout-sidebar {
  position: sticky;
  top: 92px;
  border: 1px solid #e9e9e9;
  padding: 18px;
  background: #fff;
}

body.admin-bar .jw-checkout-sidebar {
  top: 124px;
}

.jw-checkout-sidebar #order_review_heading {
  margin: 0 0 14px;
  font-size: 1.25rem;
}

.jw-checkout .woocommerce-checkout-review-order-table th,
.jw-checkout .woocommerce-checkout-review-order-table td {
  padding: 12px 0;
}

@media (max-width: 980px) {
  .jw-checkout-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .jw-checkout-sidebar {
    position: static;
    top: auto;
  }
}
.woocommerce-message::before {
    content: "\e015";
    color: #fff;
}
.woocommerce-error::before {
    content: "\e016";
    color:  #fff;
}

.woocommerce-notices-wrapper {
    border: 0px!important;
}

.jw-cart-update-cart-wrap .jw-wc-blocks-update-cart {
    color:  #fff!important;
}
.jw-cart-update-cart-wrap .jw-wc-blocks-update-cart:hover {
    background-color: #737373!important;
    color:  #fff!important;
}

a.button, a.add_to_cart_button, .wp-block-button__link, a.wp-element-button, .wp-element-button, .gp-button, button, input[type="submit"], input[type="button"], input[type="reset"], .woocommerce a.button, .woocommerce a.add_to_cart_button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #place_order {
   
    font-weight: 600!important;}
    
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #958e09;
    text-align: center;
}








 *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
     
      --foreground: #1a1a1a;
      --card: #ffffff;
      --muted-foreground: #737373;
      --accent: #c53030;
      --accent-foreground: #ffffff;
      --border: #e5e5e3;
    }

    body {
      font-family: 'Inter', system-ui, sans-serif;
     
      color: var(--foreground);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    /* Footer Styles */
    .footer {
      background: var(--card);
      border-top: 1px solid var(--border);
    }

    .footer-main {
      max-width: 80rem;
      margin: 0 auto;
      padding: 5rem 1.5rem;
      display: grid;
      grid-template-columns: 1fr;
     
    }

    @media (min-width: 1024px) {
      .footer-main { 
        grid-template-columns: 1fr 2fr; 
      }
    }

    .footer-brand h2 {
      font-size: 1.5rem;
      font-weight: 700;
      letter-spacing: -0.025em;
      margin-bottom: 1.5rem;
    }

    .footer-brand p {
      color: var(--muted-foreground);
      max-width: 28rem;
      margin-bottom: 2rem;
      line-height: 1.75;
    }

    .footer-contact {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      color: var(--muted-foreground);
      transition: color 0.3s;
    }

    .contact-item:hover { 
      color: var(--foreground); 
    }

    .contact-item svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--accent);
      flex-shrink: 0;
    }

    .footer-social {
      display: flex;
      gap: 1rem;
      margin-top: 2rem;
    width: 55px;
    
    }

    .social-link {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      border: 2px solid #737373;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--foreground);
      text-decoration: none;
      transition: all 0.3s;
    }

    .social-link:hover {
      background: var(--accent);
      border-color: #fff;
      color: #fff;
    }

    .social-link svg {
      width: 1.25rem;
      height: 1.25rem;
    }

    .footer-links {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
    }

    @media (min-width: 640px) {
      .footer-links { 
        grid-template-columns: repeat(4, 1fr); 
      }
    }
     @media (max-width: 640px) {
     .footer-social {
      
    margin-bottom: 20px;
    }
}

    .footer-links h4 {
      font-weight: 500;
      margin-bottom: 1rem;
    }

    .footer-links ul {
        width: 100%;
      list-style: none;
      display: flex;
      flex-direction: column;
     
    }

    .footer-links a {
      font-size: 0.875rem;
      color: var(--muted-foreground);
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-links a:hover { 
      color: var(--foreground); 
    }

    .footer-bottom {
      max-width: 80rem;
      margin: 0 auto;
      padding: 2rem 1.5rem;
      border-top: 1px solid var(--border);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

    @media (min-width: 640px) {
      .footer-bottom { 
        flex-direction: row; 
      }
    }

    .footer-bottom p {
      font-size: 0.875rem;
      color: var(--muted-foreground);
    }

    .footer-bottom nav {
      display: flex;
      align-items: center;
      gap: 1.5rem;
    }

    .footer-bottom a {
      font-size: 0.875rem;
      color: var(--muted-foreground);
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-bottom a:hover { 
      color: var(--foreground); 
    }
    
    
    
   .footer-social .fa-brands, .fab {
    font-weight: 400;
    font-size: 30px;
    color: #737373;
}
    
    
    
    .footer-social .fa-brands:hover, .fab {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
}
.footer-social:hover .fa-brands, .fab {
    font-weight: 400;
    font-size: 30px;
    color: #ffffff;
}
    .footer-contact a{  
   color: #737373; }
 
  .footer-contact a:hover {   color:  #737373; }
  
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input { border: 1px solid #dfdfdf !important;
    padding: 0.5rem 1rem !important;
    background-color: transparent !important;}
    
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  
    display: none;}
    
    
    
    
    
    
    
     .font-serif {
      font-family: 'DM Serif Display', Georgia, serif;
    }

    /* Services Section */
    .services {
      padding: 1rem 0;
      background: var(--foreground);
      color: var(--background);
    }

    .container {
      max-width: 80rem;
      margin: 0 auto;
      padding: 0 1.5rem;
    }

    .section-header {
      max-width: 48rem;
      margin-bottom: 5rem;
    }

    .section-label {
      font-size: 0.875rem;
      font-weight: 500;
      color: var(--accent);
      margin-bottom: 0.75rem;
      display: block;
    }

    .section-title {
      font-size: clamp(2.5rem, 5vw, 3.75rem);
      letter-spacing: -0.025em;
      line-height: 1.1;
      margin-bottom: 1.5rem;
    }

    .section-desc {
      color: rgba(250, 249, 247, 0.6);
      font-size: 1.125rem;
      line-height: 1.75;
    }

    .services-grid {
      display: grid;
      grid-template-columns: 1fr;
      overflow: hidden;
    }

    @media (min-width: 768px) {
      .services-grid { 
        grid-template-columns: repeat(2, 1fr); 
      }
    }

    .service-card {
      position: relative;
      padding: 2.5rem;
      background: var(--foreground);
      cursor: pointer;
      margin: -1px;
      opacity: 0;
      transform: translateY(2rem);
      transition: all 0.5s ease;
    }

    .service-card.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .service-card:hover { 
      background: rgba(250, 249, 247, 0.05); 
    }

    .service-number {
      position: absolute;
      top: 2rem;
      right: 2rem;
      font-size: 3.75rem;
      font-family: 'DM Serif Display', Georgia, serif;
      color: rgba(250, 249, 247, 0.1);
      transition: color 0.5s;
      line-height: 1;
    }

    .service-card:hover .service-number { 
      color: rgba(197, 48, 48, 0.2); 
    }

    .service-icon {
      width: 3.5rem;
      height: 3.5rem;
      background: rgba(250, 249, 247, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 2rem;
      transition: background 0.5s;
    }

    .service-card:hover .service-icon { 
      background: none; 
    }

    .service-icon svg {
      width: 1.75rem;
      height: 1.75rem;
      color: var(--background);
      transition: color 0.5s;
    }

    .service-card:hover .service-icon svg { 
      color: var(--accent); 
    }

    .service-title {
      font-size: 1.5rem;
      font-family: 'DM Serif Display', Georgia, serif;
      margin-bottom: 1rem;
      transition: color 0.5s;
    }

    .service-card:hover .service-title { 
      color: #fff; 
    }

    .service-desc {
      color: rgba(250, 249, 247, 0.6);
      line-height: 1.6;
    }

    .service-link {
      margin-top: 1.5rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      color: rgba(250, 249, 247, 0.4);
      font-size: 0.875rem;
      font-weight: 500;
      transition: color 0.5s;
    }

    .service-card:hover .service-link { 
      color: #fff; 
    }

    .service-link svg {
      width: 1rem;
      height: 1rem;
      transition: transform 0.5s;
    }

    .service-card:hover .service-link svg { 
      transform: translateX(8px); 
    }
    
    .services-grid h3 {
        color: #fff;
    }
    
    
    .services-grid .fa-solid  {
            font-size: 39px;
            color: rgba(250, 249, 247, 0.4);
    }
   
   
   .jw-home-featured__cell:hover .jw-home-featured__item-title {
        color: #737373;
   } 
   
   
   .right .item a:hover {
       color: #737373;}
       .right .fa-solid {
    color:  #737373 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    border-top: 3px solid #000000;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}