/**
 * -----------------------------------------------------------------------------
 * Category-Specific Styles
 * -----------------------------------------------------------------------------
 */

/* Dental Category (ID 42) - Teal theme for category pages and products */
body.category-id-42 h1,
body.category-id-42 h2,
body.category-id-42 h3,
body.category-id-42 h4,
body.category-id-42 h5,
body.category-id-42 h6,
body.category-id-42 .h1,
body.category-id-42 .h2,
body.category-id-42 .h3,
body.category-id-42 .h4,
body.category-id-42 .h5,
body.category-id-42 .h6,
body.product-id-category-42 h1,
body.product-id-category-42 h2,
body.product-id-category-42 h3,
body.product-id-category-42 h4,
body.product-id-category-42 h5,
body.product-id-category-42 h6,
body.product-id-category-42 .h1,
body.product-id-category-42 .h2,
body.product-id-category-42 .h3,
body.product-id-category-42 .h4,
body.product-id-category-42 .h5,
body.product-id-category-42 .h6 {
  color: #53B99E !important;
}

body.category-id-42 hr,
body.product-id-category-42 hr {
  border-color: #53B99E !important;
  background-color: #53B99E !important;
}

body.category-id-42 .border,
body.category-id-42 [class*="border-"],
body.product-id-category-42 .border,
body.product-id-category-42 [class*="border-"] {
  border-color: #53B99E !important;
}

body.category-id-42 .product-features-heading,
body.product-id-category-42 .product-features-heading,
body.category-id-42 .product__infos .accordion-header,
body.category-id-42 .product__details .accordion-header,
body.category-id-42 .product__features .accordion-header,
body.product-id-category-42 .product__infos .accordion-header,
body.product-id-category-42 .product__details .accordion-header,
body.product-id-category-42 .product__features .accordion-header,
body.category-id-42 .ps-slider-heading,
body.product-id-category-42 .ps-slider-heading {
  border-bottom-color: #53B99E !important;
}

body.category-id-42 .search-filters-title,
body.category-id-42 #search-filters .h4,
body.category-id-42 #search-filters h4,
body.product-id-category-42 .search-filters-title,
body.product-id-category-42 #search-filters .h4,
body.product-id-category-42 #search-filters h4 {
  color: #53B99E !important;
}

.product-id-category-16 #product-details-heading,
.product-id-category-16 #product-features-heading,
.product-id-category-16 #product-description-heading,
.product-id-category-16 .ps-slider-heading { 
  border-bottom: 5px solid #53B99E !important;
}

.product-id-category-16 #product-images { 
  border: 1px solid #53B99E !important;
}

.product-id-category-16 .thumbnails__container .thumbnail.active img {
  border: 1px solid #53B99E;
}

.product-id-category-16 .add-to-cart {
  background-color: #53B99E !important;
}

.product-id-category-16 .add-to-cart:hover {
  border-color: #53B99E !important;
}

/**
 * -----------------------------------------------------------------------------
 * Colors
 * -----------------------------------------------------------------------------
 * #e69934    yellow
 * #71675b    dark gray/brown - links
 * #6a6053    darker gray/brown - text
 *
 *

    background-color: #d4cec9;
    border-bottom-color: #F7AA3A;
    border-bottom-style: solid;
    border-bottom-width: 5px;

 */


:root { 
    --bs-body-font-family: "Montserrat", sans-serif !important;
    --bs-body-font-size: 1.1rem;
    --bs-link-color-rgb: 113, 103, 91; /* #71675b */
    --bs-link-hover-color-rgb: 113, 103, 91; /* same as link color */
    --bs-link-opacity: 1; 
    --bs-link-color: #71675b; /* ensure components using hex var pick it up */
    --bs-link-hover-color: #71675b;
    --bs-nav-link-color: #71675b;
    --bs-nav-link-hover-color: #6a6053;
    --bs-nav-link-disabled-color: #9c9b9b;
}


/**
 * -----------------------------------------------------------------------------
 * Montserrat Font - Local Font Definition
 * -----------------------------------------------------------------------------
 */

/* Montserrat Regular */
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2'),
    url('fonts/montserrat-v31-latin-regular.woff') format('woff'),
    url('fonts/montserrat-v31-latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Montserrat Bold */
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-700.woff2') format('woff2'),
    url('fonts/montserrat-v31-latin-700.woff') format('woff'),
    url('fonts/montserrat-v31-latin-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Force Montserrat on all elements */
html,
body {
  font-family: "Montserrat", sans-serif !important;
}


/* Match page background to header to avoid white gap on upward scroll/overscroll */
html { background-color: #d4cec9 !important; }
body { margin: 0 !important; }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e69934;
  --bs-btn-border-color: #c57814;
  --bs-btn-hover-color: #fcbb65;
  --bs-btn-hover-bg: ##fff;
  --bs-btn-hover-border-color: #ac6e12;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: ##999;
  --bs-btn-active-bg: #c27d22;
  --bs-btn-active-border-color: #c1740e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent
  --bs-btn-disabled-border-color: #333;
}

.btn-outline-primary {
  --bs-btn-color: #333;
  --bs-btn-border-color: #71675b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #eee;
  --bs-btn-hover-border-color: #999;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e69934;
  --bs-btn-active-border-color: ##fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #999;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #333;
  --bs-gradient: none;
}

.badge {
  background-color: #e69934;
  --bs-badge-padding-x: 0.825rem;
  --bs-badge-padding-y: 0.5125rem;
}

/**
 * -----------------------------------------------------------------------------
 * Layout Header
 * -----------------------------------------------------------------------------
 */

/* Disable fixed/sticky behavior so header scrolls with the page */
#header, .header, .header-top, .header-bottom { position: static !important; top: auto !important; }
#header .sticky-top, .header .sticky-top, #header .fixed-top, .header .fixed-top { position: static !important; top: auto !important; }
body.has-sticky-header { padding-top: 0 !important; }

.header-top {
  background-color: #d4cec9;
    border-bottom-color: #F7AA3A;
    border-bottom-style: solid;
    border-bottom-width: 5px;

}

.header-top .form-select {
  top: 37px;
  left: 0;
  width: 157px;
  background: #d4cec9;
  z-index: 2;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0;
  outline: none;
  transition: background 0.2s;
}



#_desktop_search {
  float: right;
  margin-top: 5px;
}

#_desktop_logo {
  margin-top: 10px;
}

.header-bottom {
  --header-bottom-border-bottom: 0px solid var(--bs-gray-200);
  background-color: #FCFCFC !important;
  padding-top: 10px;
}

.header-bottom > * {
  background-color: #FCFCFC !important;
}

.header-bottom .navbar-brand {
  max-height: 100%;
  max-width: 100%;
  padding: 0;
} 


/* mobile nav*/
.menu__link {
  font-size:1.5em;
}

.menu__list .rtl-flip {
  font-size:2.5em;
}

#_desktop_mainmenu {
  padding-left: 0px !important;
  margin-top: 20px !important;
  margin-left: 0 !important;
  width: 100% !important;
  background: #FCFCFC !important;
  position: relative;
  border-bottom: 1px solid #FEB02F !important;
}

.js-menu-item-lvl-0 {
  float: left;
  border-right: none !important;
  margin-bottom: 0 !important;
  position: static;
}

.js-menu-item-lvl-0:first-child {
  border-left: none !important;
}

.js-menu-item-lvl-0 a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6D6D6D !important;
  display: block;
  padding-bottom: 17px;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 17px;
  transition: border-bottom 0.2s;
  border-bottom: 5px solid transparent !important;
  background-color: #FCFCFC !important;
}

.js-menu-item-lvl-0 a:hover,
.js-menu-item-lvl-0.active a,
.js-menu-item-lvl-0.current a {
  background-color: #FCFCFC !important;
  color: #6D6D6D !important;
  border-bottom: 5px solid #FEB02F !important;
  text-decoration: none !important;
}

.js-sub-menu {
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px !important;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-left: 0;
  background: #fff;
  padding: 3rem 3rem 2rem 5rem;
  border-bottom: 4px solid #FEB02F;
}

.main-menu__tree > li .menu-container {
  padding: 1rem 2rem;
}

/* First level submenu container - horizontal layout */
.js-sub-menu .row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2rem;
}

/* First level submenu items */
.js-sub-menu .row > li,
.js-sub-menu .row-cols-4 > li {
  flex: 0 0 auto;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* First level submenu links - bold, in first row */
.js-sub-menu .row > li > a,
.js-sub-menu .row-cols-4 > li > a {
  color: #000 !important;
  background: none !important;
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  padding: 2rem 0 1rem 0 !important
  display: inline-block !important;
  width: auto !important;
  border-bottom: 3px solid transparent !important;
  transition: border-bottom 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 2px !important;
}

.js-sub-menu .row > li > a:hover,
.js-sub-menu .row > li > a.active,
.js-sub-menu .row > li.current > a,
.js-sub-menu .row-cols-4 > li > a:hover,
.js-sub-menu .row-cols-4 > li > a.active,
.js-sub-menu .row-cols-4 > li.current > a {
  background: none !important;
  color: #000 !important;
  border-bottom: 3px solid #FEB02F !important;
  text-decoration: none !important;
}

/* Second level and deeper submenu - vertical list below first level */
.js-sub-menu .submenu {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0 0;
  display: flex !important;
  flex-direction: column;
  gap: 0.5rem;
}

.js-sub-menu .submenu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
}

.js-sub-menu .submenu li > a {
  color: #6D6D6D !important;
  background: none !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  padding: 0.25rem 0 !important;
  display: inline-block !important;
  width: auto !important;
  border-bottom: 3px solid transparent !important;
  transition: border-bottom 0.2s ease, color 0.2s ease;
  letter-spacing: 2px !important;
}

.js-sub-menu .submenu li > a:hover,
.js-sub-menu .submenu li > a.active,
.js-sub-menu .submenu li.current > a {
  background: none !important;
  color: #FEB02F !important;
  border-bottom: 3px solid #FEB02F !important;
  text-decoration: none !important;
}

/* Remove orange background from submenu items when parent is active */
.js-menu-item-lvl-0.active .js-sub-menu a,
.js-menu-item-lvl-0.current .js-sub-menu a {
  background: none !important;
}

.js-menu-item-lvl-0.active .js-sub-menu .top-menu a:hover,
.js-menu-item-lvl-0.current .js-sub-menu .top-menu a:hover {
  color: #FEB02F !important;
  border-bottom-color: #FEB02F !important;
}

/* --- Dropdown Cart Styles --- */
#_desktop_cart  {
  position: relative;
  float: right;
  clear: both;
  font-size: x-large;
  margin-top: 0px;
}

#_desktop_cart .cart-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1001;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 350px;
  padding: 1rem;
  text-align: left;
  color: #232323;
}

#_desktop_cart .blockcart:hover .cart-dropdown {
  display: block;
}

#_desktop_cart .cart-dropdown .no-items {
  text-align: center;
  padding: 1rem 0;
}

#_desktop_cart .shopping-cart {
  color: #f7aa3a;
}


/**
 * -----------------------------------------------------------------------------
 * product.tpl customizations
 * -----------------------------------------------------------------------------
 */
.product-container {
  margin-bottom: 40px;
}

/* bad hack (tm) to override .conatiner: --bs-gutter-x: 1.5rem; */
#product-infos-accordion {
  width: 102%;
  margin-top: 20px;
}

.top-hr {
    background: #F7AA3A;
    height: 5px;
    margin: 2px 0 31px;
    width: 100.5%; /* m( */
}

#product-images {
  border: 1px solid #F7AA3A;
}

.thumbnail.active img {
  border: 1px solid #F7AA3A;
}


.product-container h1 {
  margin-left: 15px;
}

.product-information {
  padding: 0px 15px 0px 25px;
}


/* right column product.tpl */
#right_column {
  background-color: #E9E9E7;
  /* A light gray background */
  padding: 15px;
}

/* Style for the price in the right column */
#right_column .product__current-price {
  font-size: 29px;
  color: #71675B;
  font-weight: 600;
  line-height: 32px;
  float: left;
  margin-bottom: 10px;
}


.product-add-to-cart .add-to-cart {
  height: 65px;
  color: #FCFCFC;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;  
  background-color: #F7AA3A;
  border-color: #6D6D6D;
  border-width: 2px;
  clear: both;
  padding: 12px 36px 14px 40px;
  border-radius: 5px;
}

.product-add-to-cart .add-to-cart:hover {
  background-color: #e69934;
  border-color: #e69934;
}

.product-add-to-cart .add {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  margin-top: 1rem;
}

.product-actions__button .me-1 {
  font-size: 32px;
}



/* --- Dropdown Cart Styles --- */

.cart-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1001;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 350px;
  padding: 1rem;
  text-align: left;
  color: #232323;
}

#_desktop_cart .blockcart:hover .cart-dropdown {
  display: block;
}

.cart-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-dropdown .no-items {
  text-align: center;
  padding: 1rem 0;
}

.cart-dropdown .cart-products {
  max-height: 400px;
  overflow-y: auto;
}

.cart-dropdown .cart-products li {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 0;
}

.cart-dropdown .cart-products li:last-child {
  border-bottom: none;
}

.cart-dropdown .cart-subtotals {
  border-top: 1px solid #e0e0e0;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

.cart-dropdown .cart-subtotals div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.cart-dropdown .cart-subtotals .label {
  color: #666;
}

.cart-dropdown .cart-subtotals .value {
  font-weight: bold;
}

.cart-dropdown .cart-buttons {
  margin-top: 1rem;
}

/* --- Product line in cart dropdown --- */

.cart-dropdown .product-name {
  font-size: 13px !important;
  line-height: 18px;
  color: #71675b !important;
  margin-bottom: 0;
}

.cart-dropdown .product-line-grid-left {
  float: left;
  margin-right: 10px;
}

.cart-dropdown .product-attributes .product-line-info {
  margin: 0;
  padding-bottom: 10px;
  font-size: 11px;
  color: #9c9b9b;
  float: left;
}


.cart-dropdown .product-line-info .product-price {
  font-size: 13px;
  color: #71675b;
  font-weight: 600;
  white-space: nowrap;
}

.cart-dropdown .product-line-grid-right {
  float: right;
  width: 40px;
}

.remove-from-cart {
  float: right;
}

/* --- Viewed Products Left Column --- */

.product-viewed-item {
  display: flex;
  margin-bottom: 10px;
}

.product-viewed-item a {
  margin-right: 10px;
}

.product-viewed-item h5{
  margin-top: 10px;
}

/* --- Tags block left column --- */

.tags li {
  float: left;
}

.block-tags .tags a {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    background: #e9e9e7;
    border: 1px solid #d6d4d4;
    border-radius: 3px;
    color: #71675b;
    font-size: 13px;
}

.block-tags .tags a:hover {
     background: #F7AA3A;
     color: #fff;
     border-color: #F7AA3A;
 }


/**
 * -----------------------------------------------------------------------------
 * Breadcrumb Navigation Pipes
 * -----------------------------------------------------------------------------
 */

.breadcrumb__wrapper {
  margin-top:20px;
  background: transparent;
}

/* Bootstrap-style breadcrumb dividers */
.breadcrumb-item + .breadcrumb-item::before {
  color: #f7aa3a;
  content: ">";
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 34px;
  vertical-align: middle;
  line-height: 1;
  opacity: 0.5;
}

/* Breadcrumb alignment fixes */
.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
}

.breadcrumb-link,
.breadcrumb-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

/* Home icon alignment */
.breadcrumb-item .material-icons {
  vertical-align: middle;
  margin-right: 0.25rem;
}

.breadcrumb-item .icon-home {
  color: #f7aa3a;
}

.breadcrumb-last {
  font-weight: bold;
  margin-top: 0px;
}

/* Product reference styling */
.product-reference {
  margin: 20px;
  margin-left: 18px;
}

.product-reference-title {
  font-weight: 600;
}

.product-reference-value {
  color: #666;
}

/* Social sharing buttons */
.social-sharing {
  margin: 15px 0;
}

.social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 15px 25px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-sharing ul li {
  width: 80px;
  height: 30px;
  border: 1px solid #999;
  margin: 0;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}

.social-sharing ul li:hover {
  background-color: #f5f5f5;
  border-color: #71675b;
}

.social-sharing ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-sharing .icon-gray {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.social-sharing .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Product print button */
.product-print {
  margin: 15px 25px;
}

.product-print a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #999;
  border-radius: 4px;
  text-decoration: none;
  color: #71675b;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.product-print a:hover {
  background-color: #f5f5f5;
  border-color: #71675b;
  color: #71675b;
}

.product-print .material-icons {
  font-size: 20px;
}

/* Cursor pointer for product image and thumbnails */
.product__images .carousel-inner,
.product__images .carousel-inner .carousel-item,
.product__images .carousel-inner img,
.thumbnails__container .thumbnails__list .thumbnail,
.thumbnails__container .thumbnails__list .thumbnail img {
  cursor: pointer;
}

/* Accordion headers for product details/features styled like .page-product-heading */
.product__infos .accordion-header,
.product__details .accordion-header,
.product__features .accordion-header {
  color: #71675b;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 0px 20px;
  margin: 0 0 20px;
  position: relative;
  border-bottom: 5px solid #F7AA3A;
  background: #fbfbfb;
}

/* Category 42 override */
body.category-id-42 .product__infos .accordion-header,
body.category-id-42 .product__details .accordion-header,
body.category-id-42 .product__features .accordion-header,
body.product-id-category-42 .product__infos .accordion-header,
body.product-id-category-42 .product__details .accordion-header,
body.product-id-category-42 .product__features .accordion-header {
  border-bottom-color: #53B99E;
}

/* Remove default background and border from accordion button, keep style consistent */
.product__infos .accordion-button,
.product__details .accordion-button,
.product__features .accordion-button {
  background: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  border: none;
  box-shadow: none;
}

/* Optional: Remove margin-bottom from last accordion header if needed */
.product__infos .accordion-header:last-child,
.product__details .accordion-header:last-child,
.product__features .accordion-header:last-child {
  margin-bottom: 0;
}

.carousel-inner {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Ensure only active carousel item is visible */
#ps-categoryproducts-carousel .carousel-item,
#ps-crossselling-carousel .carousel-item {
  display: none !important;
  position: relative;
  transition: transform 0.6s ease-in-out;
}

#ps-categoryproducts-carousel .carousel-item.active,
#ps-crossselling-carousel .carousel-item.active {
  display: block !important;
}

/* Make carousel rows display properly */
#ps-categoryproducts-carousel .carousel-item .row,
#ps-crossselling-carousel .carousel-item .row {
  display: flex !important;
  flex-wrap: wrap !important;
}

/* Ensure carousel controls are visible */
#ps-categoryproducts-carousel .carousel-control-prev,
#ps-categoryproducts-carousel .carousel-control-next,
#ps-crossselling-carousel .carousel-control-prev,
#ps-crossselling-carousel .carousel-control-next {
  display: flex !important;
  opacity: 1 !important;
  z-index: 10 !important;
}

.carousel-product-miniature img {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Category cover image */
.block-category .category-cover,
.category-cover {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
  max-width: 300px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.block-category .category-cover img,
.category-cover img {
  max-width: 100%;
  height: auto;
  display: block !important;
  visibility: visible !important;
}

/* Force max size on all carousel images */
#ps-categoryproducts-carousel .product-miniature img,
#ps-categoryproducts-carousel .thumbnail-container img,
#ps-categoryproducts-carousel .product-thumbnail img {
  max-width: 200px !important;
  max-height: 200px !important;
  width: auto !important;
  height: auto !important;
}

/* Constrain all product images in listings and category pages */
.products .product-miniature img,
.product-miniature .product-thumbnail img,
.thumbnail-container img,
#products img {
  /* max-width: 220px !important;
  max-height: 220px !important; */
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

/**
 * Category-16 Filament Overview Styles
 */

 .category-overview .subcategory-section__title {
  font-size: 2.5em;
  margin-top:10px;
 }

 .category-overview .subcategory-section__title a {
  color: #212529 !important;

 }

 .child-category__name {
  font-size: 1.8em;
  font-weight: 600;
  margin: 2rem 0px 10px 0px;
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
 }

.child-category__content {
  display: flex !important;
  gap: 2rem !important;
}

.child-category__view-all {
  float:right;
}


/* Mobile: Stack image above slider */
@media (max-width: 768px) {
  .child-category__content {
    flex-direction: column !important;
  }
  
  .child-category__image {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  
  .child-category__image img {
    height: 300px !important;
  }
  
  .child-category__products {
    width: 100% !important;
  }
}

.child-category__image {
  flex: 0 0 300px !important;
  display: flex !important;
  flex-direction: column !important;
}

.child-category__image img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  border-radius: 8px;
}

.child-category__image-placeholder {
  width: 100%;
  height: 400px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.products-slider {
  position: relative;
  overflow: visible;
  padding-top: 55px;
}

.products-slider__container {
  overflow: hidden;
}

.products-slider__wrapper {
  width: 590px;
  display: flex !important;
  gap: 1rem !important;
  transition: transform 0.3s ease;
}

.products-slider__item {
  flex: 0 0 calc(50% - 0.667rem) !important;
  min-width: 0;
}

.products-slider__prev,
.products-slider__next {
  position: absolute !important;
  top: 10px !important;
  background: #FEB02F !important;
  border: 3px solid #FEB02F !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 100 !important;
}

.products-slider__prev {
  right: 60px !important;
}

.products-slider__next {
  right: 5px !important;
}

.carousel-product-miniature {
  text-align: center;
}

/* Bootstrap carousel arrow style for crossselling/categoryproducts */
#ps-crossselling-carousel .carousel-control-prev,
#ps-crossselling-carousel .carousel-control-next,
#ps-categoryproducts-carousel .carousel-control-prev,
#ps-categoryproducts-carousel .carousel-control-next {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  position: absolute;
  top: 40%;
  margin-top: -10px;
  font-size: 0;
  overflow: hidden;
  background: none;
  border: none;
  opacity: 1;
  z-index: 2;
}

#ps-crossselling-carousel .carousel-control-prev,
#ps-categoryproducts-carousel .carousel-control-prev {
  left: -30px;
}

#ps-crossselling-carousel .carousel-control-next,
#ps-categoryproducts-carousel .carousel-control-next {
  right: -30px;
}

#ps-crossselling-carousel .carousel-control-prev-icon,
#ps-crossselling-carousel .carousel-control-next-icon,
#ps-categoryproducts-carousel .carousel-control-prev-icon,
#ps-categoryproducts-carousel .carousel-control-next-icon {
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.ps-slider-heading {
  color: #71675b;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 1.25rem 20px;
  margin: 25px 0px 20px 10px; 
  width: 99%;
  position: relative;
  border-bottom: 5px solid #F7AA3A;
  background: #fbfbfb;
}

/* Category 42 override */
body.category-id-42 .ps-slider-heading,
body.product-id-category-42 .ps-slider-heading {
  border-bottom-color: #53B99E;
}

/* Language selector styles */

/* option:checked, option:hover {
    background-image:linear-gradient(90deg, yellow 0%, red 80%) !important;
} */


/**
 * -----------------------------------------------------------------------------
 * Cart Modal 
 * -----------------------------------------------------------------------------
 */

 #blockcart-modal #modal-title {

    font: 400 23px / 29px Arial, Helvetica, sans-serif;
    color: #F7AA3B;
    margin-bottom: 22px;
 }

 .blockcart-modal__summery p{
    font: 400 18px / 22px Arial, Helvetica, sans-serif;
    color: #333;
 }

/**
 * -----------------------------------------------------------------------------
 * Category Listing
 * -----------------------------------------------------------------------------
 */

.page-title-section {
border-bottom-color: #53B99E !important;

}

/* Remove borders from product miniatures */
.product-miniature .product-miniature__image-container {
  border: none !important;
  border-radius: 0px;
  /* width: 200px; */
}

/* Remove ALL borders from product miniatures globally */
.product-miniature,
.product-miniature *,
.product-miniature .thumbnail-container,
.product-miniature .product-thumbnail,
.product-miniature img,
.thumbnail-container,
.product-thumbnail,
.products .product-miniature,
article.product-miniature {
  border: none !important;
  outline: none !important;
}

/* Bigger product title in miniatures - centered */
.product-miniature .product-miniature__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

/* Product reference (Artikel-Nr.) - centered */
.product-miniature .product-miniature__reference {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.product-miniature .product-miniature__reference .reference-label {
  font-weight: 600;
}

.product-miniature .product-miniature__reference .reference-value {
  color: #71675b;
}

.product-miniature .product__from-price {
  font-size: 1.4rem;
  display: inline-block !important;
  width: auto !important;
  padding: 4px 0rem 0 0px !important;
  font-weight: 600;
}

/* Make price container flex and centered */
.product-miniature .product-price-and-shipping,
.product-miniature .product-prices,
.product-miniature .product__prices,
.product-miniature .prices__wrapper {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

.product-miniature .product__prices > div,
.product-miniature .prices__wrapper > div {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  width: 100% !important;
}

/* Product price - bigger */
.product-miniature .product-miniature__price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #71675b;
  display: inline-block !important;
  margin: 0 !important;
}

/* Tax and shipping info in one line behind price */
.product-miniature .product-miniature__tax-info {
  font-size: 0.7rem;
  color: #666;
  margin-left: 0.5rem;
  display: inline;
}

.product-miniature .product__tax-label {
  font-size: 0.9rem;
  color: #666;
  margin: 10px 0px 0px 0px;
  width: 100%;
  text-align: center !important;
}

/* Product detail page - tax info on new line */
#product .product__tax-info,
#product .product__tax-info > div {
  clear: both;
  display: block !important;
  width: 100% !important;
  margin-top: 1rem !important;
}

#product .product__tax-info {
  margin: 15px 0 15px 0;
  font-size: 1rem;
}

.product-miniature .product-miniature__tax-info a {
  color: #71675b;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
}

.product-miniature .product-miniature__tax-info a:hover {
  color: #e69934;
  text-decoration: none;
}

/* Product miniature unit price */
.product-miniature .product-miniature .product__unit-price {
  margin-top: 6px;
}

/* Details button - hidden in grid view by default */
.product-miniature__details-button {
  display: none;
  margin-top: 1rem;
}

.js-shipping-info-link {
  font-size: 0.9em;
}

/* =============================================================================
   DISPLAY MODE TOGGLE - Grid/List View
   ============================================================================= */

/* Toggle buttons */
.view-mode-toggle {
  gap: 0.5rem;
}

.view-mode-toggle .btn {
  padding: 0.5rem 0.75rem;
  border-color: #d4cec9;
}

.view-mode-toggle .btn.active {
  background-color: #e69934;
  border-color: #e69934;
  color: #fff;
}

.view-mode-toggle .btn:hover:not(.active) {
  background-color: #f5f5f5;
  border-color: #71675b;
}

.view-mode-toggle .material-icons {
  font-size: 1.2rem;
  vertical-align: middle;
}

/* List View Styles */
.products-list-view .products {
  display: block !important;
}

.list-view-item {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0;
  padding: 1rem;
  border: none !important; /* Remove all borders */
  border-bottom: 1px solid #d4cec9 !important; /* Grey line between products */
  background: #fff;
  align-items: stretch;
  gap: 0.75rem;
  box-shadow: none;
}

.list-view-item:last-child {
  border-bottom: none !important; /* Remove border from last item */
}

/* Hide description in grid view */
.product-miniature__description,
.product-description {
  display: none !important;
}

/* Remove card border in list view */
.list-view-item .card {
  border: none !important;
  box-shadow: none !important;
}

/* Image column - left */
.list-view-item .product-miniature__image-wrapper,
.list-view-item .thumbnail-container {
  flex: 1 1 33.333%;
  margin-right: 0;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}

.list-view-item .product-miniature__image,
.list-view-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.list-view-item .card {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: none;
  background: transparent;
  gap: 0.75rem;
}

/* Description column - center */
.list-view-item .product-miniature__body,
.list-view-item .card-body,
.list-view-item .product-miniature__infos {
  flex: 1 1 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 !important;
  padding-right: 0.75rem !important;
  text-align: left;
  border-right: 1px solid #d4cec9;
}

.list-view-item .product-miniature__title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  text-align: left !important;
  font-weight: 600;
}

/* Show and style description only in list view */
.list-view-item .product-description,
.list-view-item .product-miniature__description {
  display: block !important; /* Force show in list view */
  font-size: 1.1rem;
  color: #6a6053;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: left !important;
}

/* Hide reference in center column when in list view */
.list-view-item .product-miniature__infos__top .product-miniature__reference {
  display: none !important;
}

/* Right column - price, cart, details button */

#product .product__from-price {
  display:none;
}

#product .blockreassurance_product {
  display:none;
}

.list-view-item-actions {
  flex: 1 1 33.333%;
  padding-left: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.75rem;
}

.list-view-item .product-miniature__price,
.list-view-item .product-miniature__prices {
  font-size: 1.8rem;
  text-align: center !important;
  margin-bottom: 0;
  font-weight: 700;
  order: 1;
}

/* Center all product miniature prices */
.product-miniature .product-miniature__prices {
  display: block;
  text-align: center;
}


.list-view-item-actions  .product__from-price {
  float: left;
  margin: 5px 5px 0px 0px;
}

.list-view-item .product-miniature__tax-info {
  text-align: center !important;
  margin-left: 0;
  font-size: 0.7rem;
}

.list-view-item .product__tax-label {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* Reference in right column (after price) */
.list-view-item-actions .product-miniature__reference {
  font-size: 0.85rem;
  text-align: center;
  color: #6a6053;
  padding: 0.25rem 0;
  order: 2;
}

.list-view-item-actions .product-miniature__reference .reference-label {
  font-weight: 600;
  float:left;
}

/* Add to cart form in right column */
.list-view-item-actions form,
.list-view-item .product-add-to-cart,
.list-view-item .add-to-cart,
.list-view-item .product-miniature__add-to-cart {
  margin-top: 0;
  order: 3;
}

.list-view-item-actions form {
  width: 100%;
}

.list-view-item .add-to-cart button,
.list-view-item .product-add-to-cart button {
  width: 100%;
}

.list-view-item .btn-details {
  margin-top: auto;
  padding: 0.5rem 1rem;
  background: #71675b;
  border: 1px solid #71675b;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  order: 4;
  display: block !important;
  width: 100%;
}

.list-view-item .btn-details:hover {
  background: #e69934;
  color: #fff !important;
  border-color: #e69934;
  text-decoration: none;
}

.list-view-item-actions .btn-details {
  display: block !important;
}

.list-view-item .product-miniature__quickview,
.list-view-item .product-miniature__variants {
  display: none; /* Hide quick view and variants in list mode */
}

/* =============================================================================
   HEADER INFO BAR
   ============================================================================= */

.header-info-bar {
  background-color: #6D6D6D;
  color: #FEB02F;
  padding: 1.6rem 0;
  font-size: 0.85rem;
}

.header-info-bar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.header-info-bar__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 180px;
}

.header-info-bar__icon {
  font-size: 2rem;
  color: #FEB02F;
  flex-shrink: 0;
}

.header-info-bar__content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.header-info-bar__title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  color: #FEB02F;
}

.header-info-bar__text {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #FEB02F;
  opacity: 0.9;
}

/* Responsive: Stack on mobile */
@media (max-width: 1300px) {
  .header-info-bar__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  
  .header-info-bar__item {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .header-info-bar__wrapper {
    gap: 0.5rem;
  }
  
  .header-info-bar__item {
    min-width: 150px;
  }
  
  .header-info-bar__title {
    font-size: 0.75rem;
  }
  
  .header-info-bar__text {
    font-size: 0.7rem;
  }
  
  .header-info-bar__icon {
    font-size: 1.75rem;
  }
}

/* =============================================================================
   HEADER BOTTOM REDESIGN
   ============================================================================= */

/* Center all items in header bottom */
.header-bottom__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

/* Make logo bigger */
.header-bottom-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.header-bottom-logo img {
  max-height: 66px !important;
  width: auto !important;
}

/* Language and search float left */
.header-bottom-left,
.header-bottom-search {
  margin-right: auto;
}

.header-bottom-left {
  order: 1 !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.header-bottom-search {
  order: 2 !important;
  min-width: 250px;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Logo centered */
.header-bottom-logo {
  order: 3 !important;
  margin: 0 auto !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Login and cart float right */
/* .header-bottom-user,
.header-bottom-cart {
  margin-left: auto;
} */

.header-bottom-user {
  order: 4 !important;
}

.header-bottom-cart {
  order: 5 !important;
}

/* Hide contact info completely (Rufen Sie uns an) */
/* .ps_contactinfo,
#ps_contactinfo,
.ps-contactinfo,
#block-contactinfos,
.block-contactinfos,
.contactinfo,
[id*="contactinfo"],
[class*="contactinfo"],
.header-top .ps_contactinfo,
.header-top__left .ps_contactinfo,
.header-top__right .ps_contactinfo,
.header-bottom .ps_contactinfo,
header .ps_contactinfo,
.ps_contactinfo *,
a[href*="tel:"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
} */

/* Hide duplicate search in displayTop */
.header-bottom-cart .ps_searchbar,
.header-bottom-cart #search_widget {
  display: none !important;
}

/* Adjust spacing for header elements */
.header-bottom-left,
.header-bottom-search,
.header-bottom-user,
.header-bottom-cart {
  display: flex;
  align-items: center;
}

/* Search box styling */

#search_widget {
  border: 1px solid #efefef;
  margin-bottom: 0px !important;
  margin-top 14px;
}

#search_widget form input {
  padding: 8px 10px 10px 52px;
  border-radius: 8px !important;
  font-size: 1.5rem !important;
}

.header-bottom-search input[type="text"],
.header-bottom-search input[type="search"],
#search_widget input,
#_desktop_search input {
  border-color: #eee !important;
  background-color: #fff !important;
  font-size: 1.1rem !important;
}

.header-bottom-search input[type="text"]:focus,
.header-bottom-search input[type="search"]:focus,
#search_widget input:focus,
#_desktop_search input:focus {
  border-color: #ccc !important;
  outline: none !important;
}

/* Remove placeholder text */
.header-bottom-search input::placeholder,
#search_widget input::placeholder,
#_desktop_search input::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}

/* Search icon in orange */
.header-bottom-search .search-icon,
.header-bottom-search button[type="submit"],
.header-bottom-search .material-icons,
#search_widget button,
#search_widget .material-icons,
#_desktop_search button,
#_desktop_search .material-icons {
  color: #FEB02F !important;
  font-size: 36px;
}

.search-widgets__dropdown {
  z-index: 1001;
  border-bottom: 1px solid #FEB02F;
}


/* Hide login and cart text, show only icons */


/* Keep only icon and badge for user */
.header-bottom-user .material-icons,
#_desktop_user_info .material-icons {
  display: block !important;
  font-size: 36px !important;
  color: #f7aa3a;
}

/* Keep only icon and badge for cart */
.header-bottom-cart .material-icons,
.header-bottom-cart .header-block__badge,
#_desktop_cart .material-icons,
#_desktop_cart .header-block__badge {
  display: block !important;
}

.header-bottom-cart .material-icons,
#_desktop_cart .material-icons {
  font-size: 36px !important;
}

@media (max-width: 991px) {
  .header-bottom-logo img {
    max-height: 50px !important;
  }
}

/* Show details button in list view */
.list-view-item .product-miniature__details-button {
  display: block !important;
  margin-top: auto;
  order: 4;
}

.list-view-item .product-miniature__details-button .btn {
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

/* Responsive - Mobile list view */
@media (max-width: 768px) {
  /* Mobile header icons - orange color */
  #_mobile_user .material-icons,
  #_mobile_cart .material-icons {
    color: #f7aa3a !important;
    font-size: 36px !important;
  }
  
  /* Mobile language selector styling */
  #_mobile_language_selector .material-icons {
    font-size: 36px !important;
  }
  
  /* Mobile search field */
  #_mobile_search #search_widget {
    width: 100%;
   
  }

  #_mobile_cart #search_widget {
    display:none;
  }
  
  #_mobile_search input[type="search"] {
    width: 100% !important;
    font-size: 1.1rem !important;
    padding: 8px 10px 10px 52px !important;
  }
  
  .view-mode-toggle {
    display: none;
  }
  
  .list-view-item {
    flex-direction: column;
    padding: 0.75rem;
  }
  
  .list-view-item .product-miniature__image-wrapper,
  .list-view-item .thumbnail-container {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem !important;
  }
  
  .list-view-item .card {
    flex-direction: column;
  }
  
  .list-view-item .product-miniature__title,
  .list-view-item .product-miniature__price,
  .list-view-item .product-miniature__tax-info {
    text-align: center !important;
  }
  
  .list-view-item .product__tax-label {
    float: none;
    display: inline;
  }
}

/* Category listing: center product miniature images up to small desktop */
@media (max-width: 1300px) {
  .page-category #products .product-miniature .product-miniature__image-container.thumbnail-container,
  #category #products .product-miniature .product-miniature__image-container.thumbnail-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .page-category #products .product-miniature picture,
  #category #products .product-miniature picture {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
  }

  .page-category #products .product-miniature .product-miniature__image,
  #category #products .product-miniature .product-miniature__image {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.header-block__icon {
  font-size: 42px;
  margin-left: 12px;
}

/**
 * -----------------------------------------------------------------------------
 * Faceted Search Filters Redesign
 * -----------------------------------------------------------------------------
 */

/* Make left column (filters) sticky when scrolling - Desktop only */
@media (min-width: 769px) {
  #left-column {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
    align-self: flex-start !important;
  }
}

/* Make search-filters-title match h2 style */
.search-filters-title,
#search-filters .h4,
#search-filters h4 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
}

/* Keep all filter sections open */
#search-filters .facet .collapse,
#search-filters .facet .facet-collapse,
#search-filters .facet .accordion-collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}

/* Make section headlines bigger */
#search-filters .facet .card-header,
#search-filters .facet .facet-title,
#search-filters .facet h3,
#search-filters .facet .h3,
#search-filters .facet .title,
#search-filters .facet .accordion-button {
  color: #6D6D6D;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  cursor: default !important;
  pointer-events: none !important;
  padding-top: 1.5rem !important;
}

/* Remove arrows and collapse icons */
#search-filters .facet .collapse-icon,
#search-filters .facet .collapse-icons,
#search-filters .facet .navbar-toggler,
#search-filters .facet .material-icons,
#search-filters .facet [data-toggle="collapse"]::after,
#search-filters .facet .card-header::after,
#search-filters .facet .accordion-button::after {
  display: none !important;
}

/* Hide actual radio buttons and checkboxes */
#search-filters .facet input[type="radio"],
#search-filters .facet input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Style labels as small orange buttons */
#search-filters .facet .facet-label,
#search-filters .facet label,
#search-filters .facet .facet-label a {
  display: inline-block;
  padding: 1px 3px 1px 0px;
  margin: 0;
  background: #FEB02F;
  border: 2px solid transparent !important;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none !important;
}

#search-filters .facet .facet-label:hover,
#search-filters .facet label:hover,
#search-filters .facet .facet-label a:hover {
  background: #6D6D6D;
  color: #fff;
}

/* Active/checked state */

#search-filters .facet .facet-label.active {
  /* background: #6D6D6D; */
  color: #fff;
  font-weight: 600;
  border: 2px solid #333 !important;
}

/* Remove any borders from facet elements */
#search-filters .facet a,
#search-filters .facet .custom-checkbox,
#search-filters .facet .custom-radio,
#search-filters .facet .facet-link {
  border: 2px solid transparent !important;
}

/* Arrange filter buttons horizontally */
#search-filters .facet .facet-content,
#search-filters .facet ul,
#search-filters .facet .facet-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

#search-filters .facet li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove default checkbox/radio styling */
#search-filters .facet .custom-checkbox,
#search-filters .facet .custom-radio {
  padding-left: 0;
}

/**
 * -----------------------------------------------------------------------------
 * Language Selector - Inline Style
 * -----------------------------------------------------------------------------
 */

.language-selector-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  margin: 9px 10px 0px 0px;
}

.language-selector-inline .language-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #71675b;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  font-size: 1.5em;
}

.language-selector-inline .language-link:hover {
  color: #FEB02F;
}

.language-selector-inline .language-link.active {
  color: #FEB02F;
  font-weight: 600;
  cursor: default;
}

.language-selector-inline .language-separator {
  color: #71675b;
  font-weight: 300;
  margin: 0 0.2rem;
}

/**
 * -----------------------------------------------------------------------------
 * Shopping Cart - Item Count Display
 * -----------------------------------------------------------------------------
 */

.blockcart.cart-preview .header {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.blockcart.cart-preview .header a {
  display: flex !important;
  align-items: center !important;
  gap: 0.3rem !important;
  text-decoration: none !important;
}

.blockcart.cart-preview .shopping-cart {
  display: inline-block !important;
}

.blockcart.cart-preview .cart-products-count {
  color: #6D6D6D;
  display: inline-block !important;
  margin-left: 5px !important;
  font-weight: 600 !important;
  font-size: 1.6rem;
}

/**
 * -----------------------------------------------------------------------------
 * Footer Restructure
 * -----------------------------------------------------------------------------
 */

.footer__main {
  background-color: #6D6D6D !important;
  border-top: 3px solid #FEB02F;
  color: #fff;
  padding: 3rem 0 1.5rem;
  margin-top: 3rem;
}

.footer__main .container-fluid {
  max-width: 1400px;
}

.footer__content {
  margin-bottom: 2rem;
  display: flex !important;
  flex-wrap: wrap !important;
}

/* Force all footer columns to be exactly 25% on desktop */
@media (min-width: 992px) {
  .footer__content > .footer-column,
  .footer__content > div[class*="col-lg"] {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

/* Ensure footer blocks don't have flex or column classes */
.footer__block,
.footer-social-section {
  width: 100% !important;
  display: block !important;
}

.footer-column {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.footer-column__title {
  color: #FEB02F;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.footer-column__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column__list li {
  margin-bottom: 0.75rem;
}

.footer-column__list a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 1rem;
}

.footer-column__list a:hover {
  color: #FEB02F;
}

.footer-column__contact {
  color: #fff;
}

.footer-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-contact__item i {
  color: #FEB02F;
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.footer-contact__item a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact__item a:hover {
  color: #FEB02F;
}

.footer-social-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.footer-social__item {
  margin: 0;
}

.footer-social__item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  padding-left: 0;
  font-weight: 500;
}

.footer-social__item a:hover {
  color: #FEB02F;
  padding-left: 0.5rem;
}

.footer-social__item svg {
  flex-shrink: 0;
  width: 2.5em;
  height: 2.5em;
  fill: #F7F7F7;
  transition: fill 0.3s ease;
}

.footer-social__item a:hover svg {
  fill: #FEB02F;
}

.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
  text-align: center;
}

.footer__copyright .copyright {
  color: #ccc;
  font-size: 0.9rem;
  margin: 0;
}
/**
 * -----------------------------------------------------------------------------
 * Checkout Font Size Increase
 * -----------------------------------------------------------------------------
 */

/* Increase base font size for cart and checkout pages */
/* body.page-cart,
body.page-order {
  font-size: 18px !important;
} */

/* body.page-cart *,
body.page-order * {
  font-size: 1em !important;
} */

 #cart-summary-product-list {
  font-size: 1.2em !important;
}

body.page-cart .cart-overview {
  font-size: 1.5em !important;
  margin-bottom: 20px;
}

body.page-cart .card-block .disabled, .payment__actions .disabled {
  display:none !important;
}

/* Reset specific elements to proper sizes */
body.page-cart h1,
body.page-order h1 {
  font-size: 1.8em !important;
}

body.page-cart h2,
body.page-order h2 {
  font-size: 1.5em !important;
}

body.page-cart h3,
body.page-order h3 {
  font-size: 1em !important;
}

body.page-cart h4,
body.page-order h4 {
  font-size: 1.3em !important;
}

body.page-cart .btn,
body.page-order .btn,
body.page-cart button,
body.page-order button {
  font-size: 1.5em !important;
}

body.page-cart .btn-primary {
  margin-top: 35px;
}

body.page-cart .product-line__informations div {
  font-weight: bold;
}

body.page-cart .decrement, body.page-cart .increment {
  font-size: 1em !important;
}

body.page-cart .quantity-button input {
  height: 2.8rem;
}

body.page-cart input {
  font-size: 1.0em !important;
}

body.page-cart select,
body.page-cart textarea,
body.page-order select,
body.page-order textarea {
  font-size: 1.4em !important;
}

/* .cart__items {
  font-size: 1.5em;
} */

.cart-summary__label, .cart-summary__line__value span {
  font-size: 1.5rem !important;
  padding-top: 10px;
}

body.page-cart .featured-products {
  margin-top: 50px;;
}

#checkout-personal-information-step, #checkout-personal-information-step label, 
#delivery-address .form-label, #checkout-addresses-step, #delivery .form-label {
  font-size: 1.1em;
  /* margin-top: 10px; */
}

.cart-summary__line span, .cart-summary__total span {
  font-size: 1.5rem;
}

.delivery-options__list {
  font-size: 1.1em;
}

.carrier-name {
  font-size: 1em;
}


#checkout-payment-step {
  font-size: 1.3em;
}

.page-order #checkout-personal-information-step .nav-link,
.page-order #checkout-personal-information-step .nav-link:visited,
.page-order #checkout-personal-information-step .nav-link:active,
.page-order #checkout-personal-information-step .nav-separator {
  color: #71675b !important;
}

.page-order #checkout-personal-information-step .nav-link {
  border-bottom: 3px solid transparent !important;
}

.page-order #checkout-personal-information-step .nav-link:hover,
.page-order #checkout-personal-information-step .nav-link:focus,
.page-order #checkout-personal-information-step .nav-link.active,
.page-order #checkout-personal-information-step .nav-link[aria-selected="true"] {
  color: #6a6053 !important;
  border-bottom-color: #F7AA3A !important;
}

/* Product page: active thumbnail should use the theme orange instead of default blue. */
.page-product .thumbnails__container .thumbnails__list .thumbnail,
.page-product .thumbnails__container .thumbnails__list .thumbnail.active,
.page-product .thumbnails__container .thumbnails__list .thumbnail:focus,
.page-product .thumbnails__container .thumbnails__list .thumbnail:focus-visible,
.page-product .thumbnails__container .thumbnails__list .thumbnail.active:focus,
.page-product .thumbnails__container .thumbnails__list .thumbnail.active:focus-visible {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.page-product .thumbnails__container .thumbnails__list .thumbnail img,
.page-product .thumbnails__container .thumbnails__list .thumbnail .js-thumb {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.thumbnails__container .thumbnail.active img,
.page-product .thumbnails__container .thumbnails__list .thumbnail.active img,
.page-product .thumbnails__container .thumbnails__list .thumbnail.active .js-thumb,
.page-product .thumbnails__container .thumbnails__list .thumbnail .js-thumb.js-thumb-selected,
.page-product .thumbnails__container .thumbnails__list .thumbnail .js-thumb.js-thumb-selected:focus,
.page-product .thumbnails__container .thumbnails__list .thumbnail .js-thumb.js-thumb-selected:focus-visible {
  border: 1px solid #F7AA3A !important;
  outline: none !important;
  box-shadow: none !important;
}


#order-summary-content .h5{
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 25px !important;
}

.order__summary__addresses .address__content{
  font-size: 1em;
  line-height: 1.2em;
}

#order-summary-content .btn {
  font-size: 1em !important;
  float: right;
  border: var(--bs-btn-border-width) solid #71675b;
  border-radius: var(--bs-btn-border-radius);
}

/**
 * -----------------------------------------------------------------------------
 * Checkout / Cart Legacy Steps Header
 * -----------------------------------------------------------------------------
 */

.page-order .checkout-legacy-header,
.page-order .checkout-legacy-header .container,
.page-cart .checkout-legacy-header,
.page-cart .checkout-legacy-header .container {
  background: transparent !important;
}

.page-order .checkout-legacy-header,
.page-cart .checkout-legacy-header {
  padding-top: 1.1rem !important;
}

.page-order .checkout-legacy-header__top,
.page-cart .checkout-legacy-header__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.page-order .checkout-legacy-header__title,
.page-cart .checkout-legacy-header__title {
  margin: 0;
  font-size: 1.75rem !important;
  font-weight: 700;
  line-height: 1.1;
  color: #eda131;
}

.page-order .checkout-legacy-header__cart-info,
.page-cart .checkout-legacy-header__cart-info {
  margin: 0;
  font-size: 0.9rem !important;
  font-weight: 500;
  color: #eda131;
  text-align: right;
}

.page-order .checkout-legacy-header__rule,
.page-cart .checkout-legacy-header__rule {
  height: 3px;
  margin: 0.35rem 0 0.9rem;
  background: #eda131;
}

.page-order .checkout-legacy-header__steps,
.page-cart .checkout-legacy-header__steps {
  list-style: none;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

.page-order .checkout-legacy-header__step,
.page-cart .checkout-legacy-header__step {
  min-width: 0;
}

.page-order .checkout-legacy-header__step-link,
.page-cart .checkout-legacy-header__step-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  width: 100%;
  min-height: 48px;
  padding: 0.55rem 0.7rem;
  background: #e3e3e3 !important;
  color: #3a3a3a !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  border: 0 !important;
  text-decoration: none;
  position: relative;
  overflow: hidden !important;
  clip-path: none !important;
}

.page-order .checkout-legacy-header__step:not(:last-child) .checkout-legacy-header__step-link,
.page-cart .checkout-legacy-header__step:not(:last-child) .checkout-legacy-header__step-link {
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%) !important;
  padding-right: 1.25rem !important;
}

.page-order .checkout-legacy-header__step:not(:first-child) .checkout-legacy-header__step-link,
.page-cart .checkout-legacy-header__step:not(:first-child) .checkout-legacy-header__step-link {
  padding-left: 0.85rem !important;
}

.page-order .checkout-legacy-header__step:last-child .checkout-legacy-header__step-link,
.page-cart .checkout-legacy-header__step:last-child .checkout-legacy-header__step-link {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.page-order .checkout-legacy-header__step .checkout-legacy-header__step-link.active,
.page-order .checkout-legacy-header__step .checkout-legacy-header__step-link[aria-selected="true"],
.page-order .checkout-legacy-header__step .checkout-legacy-header__step-link[aria-current="true"],
.page-order .checkout-legacy-header__step.js-step-item.active .checkout-legacy-header__step-link,
.page-cart .checkout-legacy-header__step .checkout-legacy-header__step-link.active {
  background: #eda131 !important;
  color: #ffffff !important;
}

@media (max-width: 767.98px) {
  .page-order .checkout-legacy-header__steps,
  .page-cart .checkout-legacy-header__steps {
    display: none !important;
  }
}


/**
 * -----------------------------------------------------------------------------
 * CMS Pages & Blog Category Listing Styles
 * -----------------------------------------------------------------------------
 */

/* Increase base font size for CMS pages and blog category listings */
.page-cms .page-content,
body.cms .page-content,
.cms-category .page-content {
  font-size: 1.125rem; /* 18px if base is 16px */
  line-height: 1.6;
}

/* Make CMS page links bigger and styled like headlines */
.page-cms .page-content a,
body.cms .page-content a,
.cms-category .page-content a,
.page-cms ul li a,
body.cms ul li a,
.cms-category ul li a {
  font-size: 1.5rem; /* 24px if base is 16px */
  font-weight: 600;
  color: #6D6D6D;
  text-decoration: none;
  display: inline-block;
  margin: 0.5rem 0;
  transition: all 0.3s ease;
}

/* Orange underline on hover */
.page-cms .page-content a:hover,
body.cms .page-content a:hover,
.cms-category .page-content a:hover,
.page-cms ul li a:hover,
body.cms ul li a:hover,
.cms-category ul li a:hover {
  color: #FEB02F;
  text-decoration: underline;
  text-decoration-color: #FEB02F;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Increase spacing for list items in CMS pages */
.page-cms ul li,
body.cms ul li,
.cms-category ul li {
  margin: 1rem 0;
}

/* Style the category/page list headings */
.cms-category .page-content > p,
.page-cms .page-content > p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  margin: 1.5rem 0 1rem 0;
}

/* Page header h4 styled like h2 */
.page-header h4,
.page-header .h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

/* Increase #content font size (but keep ul normal) */
#content {
  font-size: 1.5rem;
  line-height: 1.6;
}

#content ul {
  font-size: 1.5rem;
}

/* Override .rich-text p font size */
#content .rich-text p,
#content p {
  font-size: 1.5rem !important;
  line-height: 1.6;
}

/**
 * -----------------------------------------------------------------------------
 * Mobile Header Fixes + Filament Slider Mobile Improvements
 * -----------------------------------------------------------------------------
 */

/* Keep language links visible and compact in mobile header */
@media (max-width: 768px) {
  #_mobile_language_selector .language-selector-inline {
    margin: 0 !important;
    font-size: 0.95rem;
  }

  #_mobile_language_selector .language-link {
    font-size: 1.2rem;
  }
}

/* Cart icon alignment for both header slots */
#_desktop_cart .blockcart,
#_mobile_cart .blockcart {
  position: relative;
  display: flex;
  align-items: center;
}

#_desktop_cart .blockcart .header,
#_mobile_cart .blockcart .header {
  margin: 0;
}

#_desktop_cart .blockcart .header a,
#_mobile_cart .blockcart .header a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* Mobile cart popup opens via click (JS toggles .is-open) */
@media (max-width: 768px) {
  #_mobile_cart {
    position: relative;
    z-index: 1002;
  }

  #_mobile_cart .cart-dropdown {
    left: auto;
    right: 0;
    top: calc(100% + 8px);
    width: min(92vw, 350px);
    max-height: 70vh;
    overflow-y: auto;
  }

  #_mobile_cart .blockcart.is-open .cart-dropdown {
    display: block;
  }
}

/* Filament slider: swipe-ready container and better image centering */
.products-slider__container {
  touch-action: pan-y;
}

.products-slider .product-miniature__image-container.thumbnail-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.products-slider .product-miniature__image {
  object-fit: contain !important;
  object-position: 56% center !important;
  margin-left: 6px;
}

/**
 * -----------------------------------------------------------------------------
 * Checkout Legacy Header Hard Override (v20260304o)
 * -----------------------------------------------------------------------------
 */

.checkout-legacy-header,
.checkout-legacy-header .container {
  background: transparent !important;
}

.checkout-legacy-header {
  padding-top: 1.1rem !important;
}

.checkout-legacy-header__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-legacy-header__title {
  margin: 0;
  font-size: 1.75rem !important;
  font-weight: 700;
  line-height: 1.1;
  color: #eda131;
}

.checkout-legacy-header__cart-info {
  margin: 0;
  font-size: 0.9rem !important;
  font-weight: 500;
  color: #eda131;
  text-align: right;
}

.checkout-legacy-header__rule {
  height: 3px;
  margin: 0.35rem 0 0.9rem;
  background: #eda131;
}

.checkout-legacy-header__steps {
  list-style: none;
  display: flex !important;
  gap: 0 !important;
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.checkout-legacy-header__step {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

.checkout-legacy-header__step::before,
.checkout-legacy-header__step::after,
.checkout-legacy-header__step-link::before {
  content: none !important;
  border: 0 !important;
}

.checkout-legacy-header__step-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  width: 100%;
  min-height: 50px;
  padding: 0.62rem 0.75rem 0.62rem 1rem;
  background: #dcdcdc !important;
  color: #3a3a3a !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  border: 0 !important;
  text-decoration: none;
  position: relative;
  overflow: visible !important;
  clip-path: none !important;
  z-index: 1;
}

.checkout-legacy-header__step:not(:last-child) > .checkout-legacy-header__step-link {
  padding-right: 1rem !important;
}

.checkout-legacy-header__step:not(:first-child) > .checkout-legacy-header__step-link {
  padding-left: 1.15rem !important;
}

.checkout-legacy-header__step:not(:last-child) > .checkout-legacy-header__step-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 18px solid #dcdcdc;
  z-index: 2;
}

.checkout-legacy-header__step:last-child > .checkout-legacy-header__step-link {
  padding-right: 0.85rem !important;
}

.checkout-legacy-header__step > .checkout-legacy-header__step-link.active,
.checkout-legacy-header__step > .checkout-legacy-header__step-link[aria-selected="true"],
.checkout-legacy-header__step > .checkout-legacy-header__step-link[aria-current="true"],
.checkout-legacy-header__step.js-step-item.active > .checkout-legacy-header__step-link {
  background: #eda131 !important;
  color: #ffffff !important;
  z-index: 3;
}

.checkout-legacy-header__step > .checkout-legacy-header__step-link.active::after,
.checkout-legacy-header__step > .checkout-legacy-header__step-link[aria-selected="true"]::after,
.checkout-legacy-header__step > .checkout-legacy-header__step-link[aria-current="true"]::after,
.checkout-legacy-header__step.js-step-item.active > .checkout-legacy-header__step-link::after {
  border-left-color: #eda131 !important;
}

.checkout-legacy-header__step-number {
  flex: 0 0 auto;
}

.checkout-legacy-header__step-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .checkout-legacy-header__steps {
    display: none !important;
  }
}
