@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Fraunces:opsz,wght@9..144,300..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;600;700&display=swap');

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

body {
  background-color: #f6f6f6;
}

.configurator-steps-stack pre{
  white-space: pre-wrap;
  word-wrap: break-word;       
  overflow-wrap: break-word;   
  margin: 0 0 15px 0;
}

.configurator-steps-stack table{
  width: 90% !important;
  margin : 0 15px 0 15px !important
}

a:focus {
    outline: none !important;
    outline-offset: -2px;
}

.container {
  max-width: 1446px;
  padding: 0 15px;
  width: 100%;
}
@media(max-width: 1299px){
ul#top-menu {
    
     top: 45px !important 
}
}
.product-information {
    font-family: "Red Hat Text", sans-serif!important;
}

/* .product-information p, .product-information p span {
    font-family: "Red Hat Text", sans-serif!important;
} */

.product-description pre, .product-description pre span {
    font-family: 'Red Hat Text'!important;
}

img {
  width: 100%;
}
/* File upload preview styles */
.file-name-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.file-name-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 4px;
}

.remove-single-file {
  color: #f00;
  cursor: pointer;
  font-weight: bold;
}

.remove-single-file:hover {
  color: #c00;
}

.remove-file {
  color: #f00;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}

.remove-file:hover {
  color: #c00;
}

a {
  text-decoration: none;
}

/*
  Subcategory filter UI hotfix
  - Better spacing + responsiveness for subcategory buttons
  - Hide empty subcategories (JS adds `.is-empty-subcategory` on <li>)
*/

#subcategories {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#subcategories .subcategories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
}

#subcategories .subcategories-list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#subcategories .subcategories-list > li.is-empty-subcategory {
  display: none !important;
}

#subcategories .subcategory-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#subcategories .subcategory-btn:focus-visible {
  outline: 3px solid rgba(248, 146, 0, 0.35);
  outline-offset: 2px;
}

@media (max-width: 576px) {
  #subcategories .subcategories-list {
    gap: 8px;
  }
}



h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

:root {
  --font-primary: 'Manrope', system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-secondary: 'Unbounded', system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-title: 'Fraunces', Georgia, serif;
  --white: #fff;
  --black: #000;
  --c1: #f89200;
  --c2: #0e3960;
  --c3: #666;
  --font18-30: 300 18px/30px var(--font-primary);
  --bg: #ffffff;
  --surface: #faf8f4;
  --ink: #1a1916;
  --ink-2: #444038;
  --muted: #8a8479;
  --line: #ece7dc;
  --line-2: #d9d2c1;
  --accent: #f08c1e;
  --accent-hi: #d97812;
  --accent-soft: #fdf1df;
  --radius-lg: 16px;
  --radius: 12px;
  --radius-sm: 8px;
  --maxw: 1280px;
}

body {
  font-family: var(--font-primary);
}

h2 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  color: var(--black);
}

h3 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
}

h4 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--black);
}

h6 {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

section#wrapper {
    overflow: unset;
    padding: 0;
}
section#wrapper .row {
    margin: 0;
}
section#wrapper .row div#content-wrapper {
    padding-left: 0;
    padding-right: 0;
}
#main .page-content.page-cms{
  padding: 20px;
}
#main .page-content,
#main .page-footer,
#main .page-header {
  padding: 0;
}

/* =========Header============= */
.header-utility-bar {
  background: #fff;
  color: #333;
  font-size: 13px;
  font-family: var(--font-secondary);
  border-bottom: 3px solid var(--c1);
}

.header-utility-bar__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 38px;
  padding: 6px 24px;
  gap: 16px;
  width: 100%;
}

.header-utility-bar__left,
.header-utility-bar__right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.header-utility-bar__right {
  margin-left: auto;
  justify-content: flex-end;
}

.header-utility-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.header-utility-link i {
  color: var(--c1);
  font-size: 14px;
  flex-shrink: 0;
}

.header-utility-link__icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
}

.header-utility-link:hover,
.header-utility-link:focus {
  color: var(--c1);
  text-decoration: none;
}

.header-utility-link.is-active,
.header-utility-link.is-active span {
  color: var(--c1);
  font-weight: 700;
}

#header .header-utility-bar a.header-utility-link:hover,
#header .header-utility-bar a.header-utility-link:focus,
#header .header-utility-bar a.header-utility-link:hover span,
#header .header-utility-bar a.header-utility-link:focus span {
  color: var(--c1) !important;
  text-decoration: none;
}

#header .header-utility-bar a.header-utility-link:hover i,
#header .header-utility-bar a.header-utility-link:focus i {
  color: var(--c1) !important;
}

@media (max-width: 991px) {
  .header-utility-bar__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 4px 12px;
    gap: 8px;
    min-height: 34px;
  }

  .header-utility-bar__left,
  .header-utility-bar__right {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .header-utility-bar__right {
    margin-left: auto;
    justify-content: flex-end;
    width: auto;
  }

  .header-utility-link i {
    font-size: 12px;
  }

  .header-utility-link__icon {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 575px) {
  .header-utility-bar__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 12px;
    gap: 8px;
  }

  .header-utility-bar__right {
    margin-left: 0;
    justify-content: flex-start;
    width: 100%;
  }

  .header-utility-bar__left,
  .header-utility-bar__right {
    flex-wrap: wrap;
    gap: 8px;
  }
}

header .top-bar {
  background: #fff;
  padding: 8px 24px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav .container {
  max-width: 1638px;
}

#header .logo {
  max-width: 252px;
  height: auto;
  width: 100%;
}

header .top-bar-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  flex: 1;
  min-width: 0;
}

header .top-bar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

header .top-bar-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 16px;
  margin-right: 4px;
  border-right: 1px solid #e5e5e5;
}

header .top-bar-nav-link.btn-gallery {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-secondary);
  line-height: 1.2;
  border-radius: 999px;
  border-color: var(--c1);
  color: var(--c1);
  background: transparent;
  white-space: nowrap;
}

header .top-bar-nav-link.btn-gallery.is-active {
  background: var(--c1);
  color: #fff;
  border-color: var(--c1);
}

header .top-bar-nav-link.btn-gallery:hover,
header .top-bar-nav-link.btn-gallery:focus {
  background: #e67e00;
  color: #fff;
  border-color: #e67e00;
}

#header .top-bar-nav a.top-bar-nav-link.btn-gallery:hover,
#header .top-bar-nav a.top-bar-nav-link.btn-gallery:focus,
#header .top-bar-nav a.top-bar-nav-link.btn-gallery.is-active,
#header .top-bar-nav a.top-bar-nav-link.btn-gallery.is-active:hover,
#header .top-bar-nav a.top-bar-nav-link.btn-gallery.is-active:focus {
  color: #fff !important;
  text-decoration: none;
}

#header .top-bar-nav a.top-bar-nav-link.btn-gallery:not(.is-active):hover,
#header .top-bar-nav a.top-bar-nav-link.btn-gallery:not(.is-active):focus {
  background: #e67e00 !important;
  border-color: #e67e00 !important;
}

#header .top-bar-nav a.top-bar-nav-link.btn-gallery.is-active:hover,
#header .top-bar-nav a.top-bar-nav-link.btn-gallery.is-active:focus {
  background: #e67e00 !important;
  border-color: #e67e00 !important;
}

header .top-bar #search_widget {
  margin-top: 0;
  margin-bottom: 0;
}

header .top-bar-item a {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .top-bar-item a .top-bar-innercontent {
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--font-secondary);
}

/*header .cart-item {*/
/*  margin-left: 150px;*/
/*}*/

header .cart-item .blockcart {
  display: flex;
  align-items: center;
  position: relative;
}

header .cart-item .blockcart img {
  width: 33px;
  height: 33px;
  object-fit: scale-down;
}

button.navbar-toggler:focus {
  outline: none;
  background: none;
  box-shadow: none;
}

header .cart-item .cart-products-count {
  background: var(--c1);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: -8px;
  right: -6px;
}

header .top-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

header .top-bar-icon {
  background: var(--c1);
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 11px;
}

header .top-bar-icon i {
  font-size: 24px;
}

.navbar .navbar-toggler-icon {
  background-image: none;
}

button.navbar-toggler {
  padding: 0;
  background: transparent !important;
}

button.navbar-toggler span.navbar-toggler-icon {
  font-size: 25px;
  color: #fff;
}

header .top-bar-innercontent p {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
  margin-bottom: 3px;
}

header .top-bar-innercontent a {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000 !important;
  text-decoration: unset;
}

.main-nav {
  background: var(--c2);
  padding: 25px 0;
}

.menu > ul > li,
.main-nav .top-menu li {
  position: relative;
}

.menu ul li .sub-menu {
  position: absolute;
  top: 38px !important;
  left: 0;
  background: #000;
  width: 180px;
  padding: 20px 15px;
  margin: 0;
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  gap: 15px;
}

.main-nav li.category span.float-xs-right span.navbar-toggler i {
  color: #fff;
}

.main-nav li.category span.float-xs-right span.navbar-toggler {
  padding: 0;
}

.main-nav li.category a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.main-nav .top-menu .sub-menu {
    position: absolute;
    top: 27px !important;
    left: 0;
    background: #f89200;
    width: max-content;
    padding: 20px 15px;
    margin: 0;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    gap: 15px;
}

.menu ul li .sub-menu ul li a {
  font-size: 16px;
  font-family: var(--font-primary);
  font-weight: 400;
}

div#search_filters {
  padding: 0;
  background: #f6f6f6;
}

.page-category .block-categories {
  display: none;
}

.banner h2 {
  text-transform: capitalize !important;
}

ul.sub-top-menu {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

ul.sub-top-menu li {
  margin: 0 !important;
  padding: 0;
}

.navbar-brand img {
  height: 50px;
}


#subcategories .subcategories-list a {
    color: #fff !important;
}

#subcategories .subcategories-list a:focus-visible, #subcategories .subcategories-list a.subcategory-btn.active-filter , #subcategories .subcategories-list a:hover {
    color: #f89200 !important;
}

div#_desktop_top_menu {
  width: 100%;
}

.main-nav .top-menu {
  display: flex;
  gap: 27px;
  margin: 0 !important;
  justify-content: space-between;
  align-items: center;
}

.main-nav li.category a,
.main-nav li.link a {
  color: white !important;
  padding: 0;
  transition: background 0.3s;
  font-family: var(--font-secondary)!important;
  font-weight: 400!important!important;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

#wrapper .banner {
  margin-bottom: 0;
}

.main-nav .top-menu li:nth-child(3) a {
  /*max-width: 136px;*/
  display: block;
  white-space: normal;
  line-height: 1;
}

/*Dev mine*/

/* Container fixes */
#js-product-list-top.products-selection {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.alert{
  margin-top: 20px;
}

/* Left side - Title */
.total-products {
  flex: 0 0 auto;
  padding-right: 15px;
}

.product-list-title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

/* Right side container */
.col-lg-7 {
  flex: 1;
  min-width: 0;
}

.sort-by-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* gap: 15px; */
  flex-wrap: wrap;
}

/* Subcategory selector */
.products-subcategory-selector {
  flex: 0 0 auto;
}

.products-subcategory-selector .btn-unstyle {
  background: white;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
}

.products-subcategory-selector .btn-unstyle:hover {
  background: #f5f5f5;
}

/* Sort by dropdown */
.col-sm-12.col-md-6,
#js-product-list-top.col-12 {
  flex: 1 1 auto;
  padding: 0;
  min-width: 0;
  max-width: 100%;
}

.products-sort-order.dropdown {
  min-width: 180px;
}

.products-sort-order .btn-unstyle {
  background: white;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  width: 100%;
  text-align: left;
}

.products-sort-order .btn-unstyle:hover {
  background: #f5f5f5;
}

/* Brand + sort controls on listing header */
.sort-by {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 20px;
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  margin-right: 0;
  font-weight: 500;
  font-size: 14px;
  color: #777;
}

.listing-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}

.listing-control__label {
  margin: 0 !important;
  display: inline-block;
  flex-shrink: 0;
  font-weight: 600;
  color: #000;
  font-family: var(--font-primary);
  white-space: nowrap;
}

.listing-control .products-sort-order.dropdown,
.category-brand-filter-wrap .products-sort-order.dropdown {
  flex: 1 1 160px;
  min-width: 160px;
  max-width: 220px;
}

section.facet {
  padding: 0 !important;
}

.sort-by-row div#js-product-list-top {
  text-align: end;
  width: 100%;
  margin-right: 25px;
}

section.facet ul {
  margin: 0 !important;
}
/* =========================
   SUBCATEGORY BTN FILTER
   ========================= */
.subcategory-btn {
  display: inline-block;
  background-color: var(--c1, #f89200);
  color: var(--white, #fff);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 50px;
  border: 2px solid var(--c1, #f89200);
  text-decoration: none;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.subcategory-btn:hover,
.subcategory-btn.active-filter {
  background-color: var(--white, #fff) !important;
  color: var(--c1, #f89200) !important;
}

/* ROUND dropdown buttons */
.products-subcategory-selector .btn-unstyle,
.products-sort-order .btn-unstyle {
  border-radius: 999px;
  /* pill shape */
  padding: 10px 18px;
  border: 1px solid #e3e3e3;
  background: #fff;
  min-height: 42px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  transition: all 0.2s ease;
}

.products-subcategory-selector .btn-unstyle:hover,
.products-sort-order .btn-unstyle:hover {
  background: #fafafa;
  border-color: #d6d6d6;
}

.category-brand-filter-wrap {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.products-sort-order .select-list.current {
  font-weight: 600;
  color: var(--c1, #f89200);
}

/* Product listing AJAX loader — same overlay as ps_facetedsearch (sort / facet updates). */
.faceted-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 100;
}

.faceted-overlay .overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.faceted-overlay .overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faceted-overlay .spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: product-list-loader-spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes product-list-loader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Dropdown menus */
.dropdown-menu {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.dropdown-menu a {
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #eee;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

/* Material icons adjustment */
.material-icons.float-xs-right {
  float: right;
  font-size: 18px;
  margin-left: 5px;
}

/* Tablet / desktop: keep brand + sort on one row */
@media (min-width: 768px) {
  .sort-by {
    flex-wrap: nowrap;
  }

  .listing-control {
    flex: 0 0 auto;
  }

  .listing-control .products-sort-order.dropdown,
  .category-brand-filter-wrap .products-sort-order.dropdown {
    min-width: 140px;
    max-width: 200px;
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  #subcategories.container.mt-4.mb-4,
  #main #subcategories {
    margin-top: 0.5rem !important;
    margin-bottom: 0.75rem !important;
  }

  #products .products-selection {
    margin-top: 0.35rem;
    margin-bottom: 0.5rem;
  }

  .col-lg-7 {
    margin-top: 8px;
  }

  .sort-by-row {
    justify-content: flex-start;
  }

  .sort-by-row div#js-product-list-top {
    text-align: start;
    margin-right: 0;
    width: 100%;
  }

  .products-selection .sort-by {
    margin-left: 0;
    margin-right: 0;
  }

  .sort-by {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
    .ral-categories .row > .col-md-6:nth-child(odd) > .ral-category-colors-container {
    width: 100% !important;
    margin-left: 0;
}
.ral-categories .row > .col-md-6:nth-child(even) > .ral-category-colors-container {
    width: 100% !important;
    margin-left: 0;
}
  .total-products {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }

  #subcategories.container.mt-4.mb-4,
  #main #subcategories {
    margin-top: 0.35rem !important;
    margin-bottom: 0.85rem !important;
  }

  #products .products-selection {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #products > .container {
    padding-top: 0;
  }

  .products-selection .col-lg-7 {
    width: 100%;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
  }

  .sort-by-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .products-subcategory-selector,
  .col-sm-12.col-md-6,
  #js-product-list-top.col-12 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sort-by-row div#js-product-list-top {
    text-align: center;
  }

  .sort-by {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 0;
    width: 100%;
  }

  .listing-control {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 0;
    min-width: 0;
    max-width: calc(50% - 4px);
    gap: 6px;
  }

  .listing-control__label {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    margin: 0 !important;
    white-space: nowrap;
  }

  .listing-control .products-sort-order.dropdown,
  .category-brand-filter-wrap .products-sort-order.dropdown {
    width: 100%;
    min-width: 0;
    max-width: none;
    flex: none;
  }

  .category-brand-filter-wrap {
    width: 100%;
    min-width: 0;
  }

  .products-selection .sort-by-row .sort-by,
  .products-selection .sort-by {
    font-size: 10px;
  }

  .sort-by .products-sort-order .btn-unstyle {
    min-height: 28px;
    padding: 3px 6px;
    font-size: 10px;
    line-height: 1.2;
    border-radius: 14px;
    gap: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sort-by .products-sort-order .dropdown-menu {
    min-width: 0;
    border-radius: 8px;
  }

  .sort-by .products-sort-order .dropdown-menu a.select-list {
    padding: 5px 8px;
    font-size: 10px;
    line-height: 1.3;
  }

  .sort-by .products-sort-order .btn-unstyle .material-icons,
  .sort-by .products-sort-order .btn-unstyle .material-icons.float-xs-right {
    font-size: 12px;
    margin-left: 2px;
    flex-shrink: 0;
  }

  #js-product-list-top .showing {
    font-size: 11px;
    margin-top: 8px;
    color: #999;
    text-align: center !important;
    padding: 0;
  }

  #subcategories .subcategories-list {
    justify-content: center;
    gap: 8px;
  }

  #subcategories .subcategory-btn {
    font-size: 12px;
    padding: 6px 12px;
    border-width: 1px;
    box-shadow: none;
  }
}

/*Dev mine*/
/* .main-nav li.category:hover,
.main-nav li.link a:hover {
    background: rgba(255, 255, 255, 0.1);
} */
.products-selection h4.product-list-title {
  text-align: left;
}

/* Hero Section */
.hero-slider .slide-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 201px 0 218px;
  height: 600px;
}

.hero-slider .overlay {
  position: absolute;
  inset: 0;
  background: #00000099;
  z-index: 1;
}

.slide-content {
  gap: 20px;
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide-content h1 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  max-width: 1024px;
}

.primary-btn {
  background: var(--c1);
  padding: 8px 49px;
  border-radius: 63px;
  display: flex;
  justify-content: center;
}

.primary-btn a, .product-card .primary-btn span.cta-btn {
    color: var(--white);
    text-decoration: none;
    transition: 0.3s;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    filter: drop-shadow(0px 4px 4px #00000040);
    white-space: pre-line;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-section .owl-dots {
  width: 100%;
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 99;
  bottom: 54px;
  align-items: center;
  justify-content: center;
}

.hero-section .owl-dots button span {
  margin: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: var(--white);
}

.hero-section .owl-dots button.owl-dot.active span {
  background: var(--c1);
}

.slide-content .primary-btn {
  border-radius: 63px;
}

/* Quality Section */
.quality-section {
    padding: 90px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quality-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  background: #f89200;
  padding: 10px 26px;
  color: #fff;
  border-radius: 4px;
}

.quality-section .row {
  margin-top: 40px;
  row-gap: 37px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #003d6b;
  margin-bottom: 50px;
}

.product-card {
  padding: 54px 35px 23px;
  border: 2px solid #d9d9d9;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  height: 100%;
}

.product-card .product-image img {
  aspect-ratio: 370/256;
  object-fit: cover;
}

.product-card .product-image {
  width: 100%;
}

.footer3-text b {
  font-weight: 900;
}

.product-card h6.product-cat {
  text-align: center;
  color: #666666;
}

.product-card h4 {
    display: block;
    overflow: hidden;
    margin-top: 22px;
    flex: 1;
}
p:empty {
    display: none;
}
#subcategories ul li {
    width: max-content;
    margin: 0;
    min-width: unset;
}
.product-card p {
  text-align: center;
  color: #000000;
  font: var(--font18-30);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}

.product-card a.cta-btn {
  font-size: 16px;
  text-align: center;
}

.product-card .primary-btn {
  padding: 0 23px;
   white-space: nowrap;
}

/* Ideas Section */

.ideas-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  /*padding: 0 57px 120px;*/
}

.ideas-section h2.highlighted {
  background: #0e3960;
  padding: 10px 26px;
  color: #fff;
  border-radius: 4px;
}

.ideas-section h3 {
  text-align: center;
}

.ideas-section .idea-block {
  width: 100%;
  gap: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ideas-section .idea-block .idea-list {
  position: relative;
}

.ideas-section .idea-list .content {
  position: absolute;
  bottom: 0;
  width: 70%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ideas-section .idea-list .fatured-img img {
  aspect-ratio: 563/560;
  object-fit: cover;
}

.ideas-section .idea-list .content .tag {
  padding: 4px 13px;
  background: #37a7a6;
}

.ideas-section .content .tag p {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 12.6px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--white);
  margin: 0;
}

.ideas-section .inner-content {
  background: var(--white);
  padding: 9px 10px;
}

.ideas-section .inner-content .date p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 20px;
}

.ideas-section .inner-content h4 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 27.1px;
  line-height: 36px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 15px;
  min-height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ideas-section .inner-content a {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14.6px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #0072ba;
}

.ideas-section .idea-list .content .tag.red {
  background: #ea4751;
}

/* Project Section */
.project-section {
  background: #0e3960;
  color: var(--white);
  padding: 70px 0 0;
  position: relative;
}

.project-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding-bottom: 70px;
}

.project-section p {
  font-family: var(--font-primary);
  font-weight: 800;
  font-size: 35.2px;
  line-height: 42.24px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
}

.mascot-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.mascot-image {
  margin-top: -160px;
  max-width: 521px;
}

/* Reviews Section */
.reviews-section {
  padding: 90px 0;
  background: #fff;
}

.reviews-header {
  text-align: center;
  margin-bottom: 50px;
}

.reviews-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.google-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.testimonial-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  min-height: 260px;
}

.quote-icon {
  color: #0a3d62;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

.testimonial-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.profile-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.name {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}

.stars {
  color: #f1c40f;
  font-size: 14px;
}

.custom-nav {
  width: 48px;
  height: 48px;
  background: #ffa500;
  border-radius: 50%;
  position: absolute;
  top: 42%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  color: white;
}

.left-nav {
  left: -20px;
}
#search_widget {
    margin-bottom: .625rem;
    overflow: auto;
    margin-top: 10px;
}
div#js-product-list .page-not-found {
    padding: 25px;
    margin-bottom: 50px !important;
}
div#js-product-list .page-not-found div#search_widget {
    width: 100%;
}
div#js-product-list .page-not-found p{
    
    text-align:center;
}
.right-nav {
  right: -20px;
}

/* Dots styling */
.owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 4px;
  background: #b5b5b5 !important;
  border-radius: 50%;
  transition: 0.3s;
}

.owl-dots .owl-dot.active span {
  background: #ffa500 !important;
  transform: scale(1.3);
}

/* Features Section */
.features-section {
  padding: 120px 0;
  background: var(--white);
}

.feature-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  border: 2px solid #e3e3e3;
  border-radius: 30px;
  padding: 90px 26px 47px 26px;
  padding-bottom: 29px;
  height: 100%;
}

.feature-icon {
  position: absolute;
  top: -65px;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background: #003d6b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  transition: all 0.3s;
}

.feature-icon img {
  max-width: 69px;
  object-fit: scale-down;
}

.feature-item:hover .feature-icon {
  transform: scale(1.1);
  background: #004d7a;
}

.feature-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
}

.feature-text {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  font-family: var(--font-primary);
}

.feature-text span,
.features-section .feature-card span {
  font-size: 13px;
  font-family: var(--font-primary);
  font-weight: 400;
}

.ideas-section .inner-content a {
  margin-top: 15px;
  display: inline-flex;
}

p.article-desc {
  font-family: var(--font-primary);
  line-height: 30px;
  font-size: 16px;
}

/* Products Gallery */
.products-gallery {
  padding: 0px 0 60px 0;
  background: #fff;
  position: relative;
}

.gallery-title {
  text-align: center;
  margin-bottom: 50px;
}

.gallery-item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s;
  border: 1.43px solid #e4e7e9;
}

.gallery-image {
  width: 100%;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 48px;
  min-height: 248px;
}

.gallery-info {
  background: white;
  padding: 20px 44px;
  text-align: center;
}

.gallery-image img {
  aspect-ratio: 336 / 268;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.gallery-item-title {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: var(--black);
  margin-bottom: 22px;
  min-height: 58px;
}

.gallery-item-subtitle {
  font-size: 14px;
  color: #666;
  font-family: var(--font-primary);
  margin-bottom: 15px;
}

.btn-gallery {
  color: #f89200;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  border: 1.5px solid #f89200;
}

.btn-gallery:hover {
  background: #e67e00;
  color: white;
}

.products-gallery .owl-carousel .owl-nav button.owl-next,
.products-gallery .owl-carousel .owl-nav button.owl-prev {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f89200;
  margin: 0 8px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}

.products-gallery .owl-carousel .owl-nav button.owl-next:hover,
.products-gallery .owl-carousel .owl-nav button.owl-prev:hover {
  background: #f89200;
}

.products-gallery .owl-carousel .owl-nav button.owl-next:hover svg,
.products-gallery .owl-carousel .owl-nav button.owl-prev:hover svg {
  color: var(--white);
  fill: var(--white);
}

.products-gallery .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.products-gallery .owl-carousel .owl-nav button {
  position: absolute;
  width: 66px;
  height: 66px;
}

.products-gallery .owl-carousel .owl-nav button span svg {
  width: 18px;
  height: 18px;
  object-fit: scale-down;
  color: #f89200;
}

.products-gallery .owl-carousel .owl-nav button.owl-next {
  right: -118px;
}

.products-gallery .owl-carousel .owl-nav button.owl-prev {
  left: -118px;
}

.gallery-controls {
  text-align: center;
  margin-top: 40px;
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 100%;
  margin: auto;
}

.gallery-arrow.prev {
  left: 0;
  position: absolute;
}

.gallery-arrow.next {
  right: 0;
  position: absolute;
}

.gallery-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ff8c00;
  color: white;
  border: none;
  margin: 0 8px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}

.gallery-arrow:hover {
  background: #e67e00;
  transform: scale(1.1);
}

/* Partners Section */
.partners-section {
  padding: 90px 0;
  background: #f8f9fa;
}

.partners-section .partner-carousel {
  padding: 0px 0px;
}

.partners-title {
  text-align: center;
  margin-bottom: 59px;
}

.partners-slider .owl-stage {
  display: flex;
  height: 100%;
}

.partners-slider .owl-item .partner-item {
  height: 100%;
}

.partner-logo {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.8px solid #e9e9e9;
  background: #fff;
  border-radius: 16px;
  height: 100%;
}

.partner-logo img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  height: 100px;
}

.partner-logo-img {
  max-width: 140px;
  height: 60px;
  background: #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #666;
  font-size: 12px;
  transition: all 0.3s;
}

.partner-logo:hover .partner-logo-img {
  transform: scale(1.05);
  background: #ccc;
}

/* Contact Page Styles */
.contact-banner-wrapper {
  margin-bottom: 60px;
}

.contact-banner,
.blog-banner {
  background-size: cover;
  background-position: center;
  padding: 190px 0;
  position: relative;
  color: #fff;
  text-align: center;
}

.contact-info-sidebar img {
  position: absolute;
  bottom: -53px;
  right: -78px;
  width: 100%;
  max-width: 240px;
}

.contact-banner h2,
.blog-banner h2 {
  color: #fff;
}

#ets_blog_page a {
  font-style: normal;
  font-family: var(--font-secondary);
}

.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.contact-banner-content {
  position: relative;
  z-index: 1;
}

/* Upload container */
.upload-box {
  border: 2px dashed #cfcfcf;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.upload-box:hover {
  border-color: #4da3ff;
}

/*class upload Image icon */

.upload-icon {
  width: 48px;
  margin-bottom: 12px;
  opacity: 0.7;
}

/* Main clickable text */
.upload-text {
  font-size: 14px;
  color: #525252;
  margin-bottom: 6px;
  font-family: var(--font-primary);
  font-weight: 600;
}

.upload-text span {
  color: #0ea5e9;
  font-weight: 600;
}

/* File note */
.upload-note {
  font-size: 13px;
  color: #999;
  margin-bottom: 0;
}

/* Hide default input */
.file-input {
  display: none;
}

/* File Preview Styles */
.file-preview-container {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.file-preview-container img {
  max-width: 120px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;
}

.file-preview-container .file-name {
  font-size: 13px;
  color: #0e3960;
  font-weight: 500;
  word-break: break-all;
  display: block;
}

/*form mine class upload*/
.contact-banner-content h1 {
  font-family: var(--font-secondary);
  font-size: 48px;
  text-transform: uppercase;
}

.contact-info-sidebar {
  background: var(--c2);
  color: #fff;
  padding: 61px 40px;
  border-radius: 20px;
  width: 577px;
  position: relative;
}

.form-footer .btn-primary {
  background: var(--c1);
  padding: 19px 49px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  font-family: var(--font-secondary);
}

.contact-info-title {
  font-family: var(--font-secondary);
  font-size: 28px;
  margin-bottom: 80px;
  color: #fff;
}

.contact-page-content-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.contact-info-list {
  margin-bottom: 40px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 23px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
}

.contact-info-item.mail-item {
  margin-top: 12px;
  margin-bottom: 40px;
}

.contact-info-item.address-item {
  margin-bottom: 46px;
}

.contact-info-item i {
  color: #fff;
  margin-top: 4px;
}

.contact-social-networks h3 {
  font-family: var(--font-secondary);
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: #4caf50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
  border: 1px solid #4caf50;
}

.social-icons a:hover {
  background: var(--c1);
  color: #fff;
}

.contact-form-wrapper {
  background: #f8f9fa;
  padding: 22px 54px;
  border-radius: 20px;
  width: calc(100% - 601px);
}

.contact-form {
  padding: 0;
  background: unset;
}

.contact-form .form-control {
  border: 1px solid #94a3b863;
  border-radius: 58px;
  height: 55px;
  background: #ffffff;
}

.contact-form .form-control::placeholder,
.contact-form textarea.form-control::placeholder {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #666666;
}

footer.form-footer {
  display: flex;
  gap: 33px;
  align-items: center;
}

footer.form-footer .input-group .form-control {
  display: none;
}

footer.form-footer label {
  border: 1px solid #b4b4b4;
  border-style: dashed;
  border-radius: 16px;
  padding: 16px 19px;
  background: #fafafa;
}

.contact-form textarea.form-control {
  border-radius: 25px;
  height: 166px;
}

.contact-form .form-control-label {
  text-align: start;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0%;
  text-transform: none;
  color: #000000;
  display: block;
  margin: 0 0 8px;
  padding: 0;
}

.contact-form .contact-form-field {
  display: flex;
  flex-direction: column;
}

.contact-form .contact-form-field .form-control,
.contact-form .contact-form-field textarea.form-control {
  width: 100%;
}

.contact-form .form-fields > .contact-form-field-group + .contact-form-field-group {
  margin-top: 2rem;
}

.contact-form .form-fields > .contact-form-field-group {
  margin-bottom: 20px;
}

.contact-form .contact-form-tabs {
  display: flex;
  justify-content: space-around;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.contact-form .contact-form-tabs .nav-item {
  flex: 1;
  text-align: center;
}

.contact-form .contact-form-tabs .nav-link {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #64748b;
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
}

.contact-form .contact-form-tabs .nav-link:hover,
.contact-form .contact-form-tabs .nav-link:focus {
  color: #0f172a;
  background: transparent;
}

.contact-form .contact-form-tabs .nav-link.active {
  color: #0f172a;
  background: transparent;
  border-bottom-color: #ff9800;
}

.contact-form .contact-form-tab-content {
  padding-top: 0.5rem;
}

@media (max-width: 767.98px) {
  .contact-form .contact-form-tabs .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .contact-form .contact-form-field-group > .col-md-6 + .col-md-6 {
    margin-top: 1.5rem;
  }

  .contact-form .form-fields > .contact-form-field-group + .contact-form-field-group {
    margin-top: 1.75rem;
  }
}

.contact-form footer.form-footer {
  margin-top: 2rem;
}

.contact-form footer.form-footer .form-group.row {
  margin-top: 1.5rem;
}

.project-section h2.project-title {
  color: var(--white);
}

.contact-form-section .form-group label {
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  color: #333;
}

.project-content .primary-btn {
  padding-inline: 23px;
}

.project-content .primary-btn a {
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.contact-form-section .form-control {
  border-radius: 30px;
  padding: 12px 20px;
  border: 1px solid #ddd;
  font-family: var(--font-primary);
}

.contact-form-section textarea.form-control {
  border-radius: 20px;
}

.file-upload-wrapper {
  margin-top: 20px;
}

.file-input-container {
  position: relative;
  border: 2px dashed #ddd;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.file-input-container input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-dummy i {
  font-size: 30px;
  color: #ccc;
  display: block;
  margin-bottom: 10px;
}

.file-dummy span {
  font-size: 12px;
  color: #999;
}

.btn-contact-submit {
  background: var(--c1);
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  transition: 0.3s;
  width: 100%;
  max-width: 300px;
}

.btn-contact-submit:hover {
  background: #e67e00;
  color: #fff;
}

.contact-maps-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.map-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 550px;
}

.map-item iframe {
  height: 100%;
}

.view-larger-map {
  display: block;
  padding: 10px 15px;
  background: #fff;
  font-size: 12px;
  color: #0072ba;
  text-decoration: underline;
}

/* Footer */
#footer {
  padding: 0;
}

.fot-1st-col p.footer-text {
  padding-right: 80px;
}

.footer-container-inner {
  padding: 0px 30px;
}

.footer {
  background: #000000 !important;
  padding: 60px 0 0;
}

.footer p {
  color: #adb7bc;
  line-height: 30px;
}

.footer-logo {
  margin-bottom: 40px;
}

footer.form-footer div input.btn.btn-primary {
  width: 100%;
}

.footer-logo img {
  max-width: 205px;
}

footer.form-footer div {
  flex: 1;
}

.footer-mail {
  display: flex;
  gap: 3px;
  color: var(--white);
}

.footer-mail img {
  width: 21px;
  height: 21px;
  object-fit: scale-down;
}

.footer-phone {
  color: var(--white);
  margin-bottom: 13px;
}

.footer-phone a {
  color: var(--white);
}

.footer-address {
  margin-bottom: 12px;
}

.footer h2 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
}

.footer-text {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #adb7bc;
  margin-bottom: 77px;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-bottom: 25px;
  margin-top: 30px;
  text-transform: capitalize;
}

.footer3-text {
  max-width: 331px;
  margin-bottom: 31px;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #adb7bc;
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ff8c00;
}

.footer-social-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4caf50;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid #4caf50;
}

.social-icon:hover {
  transform: translateY(-3px);
  background: #27ae60;
  color: white;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding: 25px 15px;
  text-align: center;
  font-size: 12px;
  color: #666;
  padding-bottom: 0;
  width: 100%;
  max-width: 1416px;
  margin: 71px auto 0 auto;
}

.brand-p-sol {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 55px;
}

.brand-p-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.brand-p-item img {
  max-width: 70px;
  height: 80px;
  object-fit: scale-down;
}

.abt-block .brand-p-item p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14.9px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--black);
  margin: 0;
}

.brand-p-item h4 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--black);
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content h2 {
    font-size: 28px;
  }

  .section-title {
    font-size: 24px;
  }

  .main-nav li.category {
    padding: 15px !important;
  }
}

/* Category Banner Styles */
/* .category-banner-wrapper {
    margin-bottom: 40px;
} */

.category-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 190px 0;
  position: relative;
  color: var(--white);
  display: flex;
  align-items: center;
  background-color: var(--c2);
  /* Fallback color */
}

.category-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.category-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.category-banner-content h1 {
  font-family: var(--font-secondary);
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.category-description-text {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.category-hook-before-products {
  margin-bottom: 30px;
}

.category-products-hook {
  margin-bottom: 20px;
}

/* Blog Banner Styles */
/* .blog-banner-wrapper {
    margin-bottom: 50px;
} */

.blog-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: var(--white);
  display: flex;
  align-items: center;
  background-color: var(--c2);
  /* Fallback color */
}

.blog-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.blog-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.blog-banner-content h1 {
  font-family: var(--font-secondary);
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.blog-banner-content p,
.blog-description {
  font-size: 18px;
  opacity: 0.9;
}

.blog-inner-row .blog-main-content {
  padding-block: 120px;
}

.blog-main-page a:hover {
  color: #f89200;
}

.ets-blog-wrapper-detail {
  background-color: unset;
  padding: 0px;
}

.ets-blog-wrapper-content {
  padding: 0;
}

/* Sidebar Brands */
.brands-sidebar-block {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.brands-sidebar-block .block-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--c2);
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid var(--c1);
  padding-bottom: 10px;
}

.brands-sidebar-slider .brand-item {
  text-align: center;
  padding: 10px;
}

.brands-sidebar-slider .brand-item img {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}

.brands-sidebar-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--c1) !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-sidebar-slider .owl-nav button.owl-prev {
  left: -10px;
}

.brands-sidebar-slider .owl-nav button.owl-next {
  right: -10px;
}

/* About Us Page Custom Styles */
.banner {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 190px 0;
  color: white;
  text-align: center;
  overflow: hidden;
}

.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.banner .container {
  position: relative;
  z-index: 2;
}

.banner h2,
.category-banner-content h2 {
  color: white;
  text-transform: uppercase;
  font-family: var(--font-secondary);
}

.abt-block {
  padding: 120px 0;
}

.abt-block .cont-wrap > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: var(--black);
}

.abt-block .cont-wrap > img {
  margin-bottom: 40px;
  border-radius: 30px;
  width: 100%;
  height: 675px;
  object-fit: cover;
}

.mission .right p span {
  display: block;
  padding-top: 25px;
}

.abt-block p {
  margin-bottom: 25px;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #666666;
}

.count-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px;
  background: #f89200;
  border-radius: 30px;
}

.c-item {
  text-align: center;
}

.c-item img {
  height: 80px;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  max-width: 80px;
  object-fit: scale-down;
}

.c-item h3 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 4px;
}

.c-item p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
  margin: 0;
}

.p-sol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}

.p-item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 400px;
}

.p-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.p-item:hover img {
  transform: scale(1.05);
}

.p-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px;
  color: white;
}

.p-item .content h4 {
  color: white;
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: var(--font-primary);
}

.p-item .content p {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  font-size: 15px;
  margin: 0;
}

.mission-container {
  padding-left: 56px;
  padding-right: 230px;
}

.mission .cont-wrap {
  display: flex;
  align-items: center;
  gap: 33px;
}

.mission .left {
  flex: 1;
}

.mission .left img {
  border-radius: 89px;
}

.mission .right {
  flex: 1;
}

.mission .right h2 {
  margin-bottom: 30px;
  color: var(--black);
  text-align: left;
}

.mission .right p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  margin: 0px;
  text-align: left;
  color: #666666;
}

/* Features Container Styles matching User HTML */
.features-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 40px;
}

.features-section .feature-card {
  background: white;
  padding: 40px 25px 25px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
  margin-top: 40px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: auto;
}

.features-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.features-section .feature-card .feature-icon {
  width: 117px;
  height: 117px;
  background: var(--c2, #0e3960);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -96px auto 20px;
  position: relative;
  top: 0;
}

.features-section .feature-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--black);
  font-family: var(--font-primary);
  font-weight: 700;
}

.features-section .feature-card p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-family: var(--font-primary);
}

#main .page-content h6 {
  margin-bottom: 23px !important;
}

.privacy h4 {
  color: #fff;
  text-transform: inherit;
}

.feature-note {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.ets-page-home .ets-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ets-blog-list li {
  width: 100% !important;
}

.ets-blog-list .post-wrapper {
  box-shadow: 0px 3px 13px 0px #0000000a;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 48px;
}

.ets-blog-list .post-wrapper a.ets_title_block {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 500;
}

.ets-blog-list .post-wrapper a.ets_item_img {
  height: 275px;
}

.ets-blog-list .post-wrapper a.ets_title_block {
  margin-top: 36px;
}

.ets-blog-wrapper-content {
  padding: 10px 24px;
}

.ets_title_block {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}

.blog_description p {
  font-size: 18px;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read_more {
  color: #f89200;
  padding: 10px 62px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  border: 1.5px solid #f89200;
  margin-top: 36px;
}

.read_more:hover {
  color: #f89200;
}

.product-miniature .thumbnail-container {
  border: 1.43px solid #e4e7e9;
  border-radius: 25px;
}

article.product-miniature.js-product-miniature.reviews-loading {
  height: 100%;
  margin-bottom: 35px;
}

.product-flags li.product-flag {
  background: #f89200;
}

.product-miniature .product-title a {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: var(--black);
  display: block;
  width: 100%;
  white-space: normal;
  overflow: visible;
  margin: 20px 0px;
}

.product-description-short {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
  min-height: 90px;
  margin-bottom: 20px;
}

.wishlist-button-add i {
  color: #f89200 !important;
}

.h3.product-title,
.product-miniature .product-description {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.product-actions .btn-primary {
  width: 100%;
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 18px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 6px 18px -8px rgba(240, 140, 30, 0.55);
  margin-bottom: 8px;
  font-family: var(--font-primary);
}

.product-actions .btn-primary:hover{
  background: var(--accent-hi);
  box-shadow: 0 10px 24px -8px rgba(240, 140, 30, 0.7);
}

#products {
  /*padding-block: 120px;*/
}

#products .products .js-product {
  padding-inline: 11px;
}

.modal.show {
  opacity: 1;
}

#products .products .js-product article {
  margin-bottom: 0;
}

#products .products .js-product article .highlighted-informations {
  display: none;
}

#products .products .js-product article .product-description::after {
  opacity: 0;
}

#products .products .js-product article .product-actions a {
  padding: 19px 40px 18px 40px;
  border-radius: 63px;
  font-family: var(--font-secondary);
}

#products .products .js-product article .thumbnail-container {
  padding-bottom: 34px;
}

#header .menu > ul > li .sub-menu {
  display: none !important;
}

#header .menu > ul > li:hover .sub-menu {
  display: block !important;
}

/* privacy policy page start here */
.privacy-content {
  padding-block: 55px;
}

.privacy-content h4 {
  text-align: left;
  margin-bottom: 23px;
  text-transform: unset;
}

.privacy-content h4.mt-3 {
  margin-top: 30px !important;
}

.privacy-content h6 {
  color: #000;
  font-weight: 400;
  font-family: var(--font-secondary);
}

.privacy-content .cont-wrap p {
  font: var(--font18-30);
  color: #666666;
  font-weight: 400;
}

.privacy h4 {
  color: #fff;
}

.blog-submit-form .blog-submit input {
  background: #f89200 !important;
  border-radius: 63px;
  font-family: var(--font-secondary);
}

div#search_filters .facet-dropdown.dropdown {
  width: auto;
  /* border: 1px solid #E4E7E9; */
  border-radius: 52px;
  padding: 0 !important;
  box-shadow: unset;
  margin: 0;
  border: unset;
}

.products-sort-order button i {
  color: #adb7bc;
  font-size: 23px !important;
}

.products-sort-order .btn-unstyle {
  padding: 11px 18px;
  background: #f6f6f6;
}

div#search_filters a.select-title {
  border: 1px solid #e4e7e9;
  border-radius: 52px;
  padding: 0 16px !important;
  height: 44px;
  display: flex;
  align-items: center;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-transform: capitalize;
  gap: 15px;
}

div#search_filters a.select-title i {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb7bc;
  font-size: 23px;
}

.contact-info-item p,
.contact-info-item p a {
  color: #fff !important;
}

div#search_filters {
  padding: 0;
  background: #f6f6f6;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

section.facet {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* Fix product thumbnail arrows on PDP:
   - align left/right arrows with the thumbnail row (vertically centered)
   - keep thumbnails in a single row when scroll mode is enabled
   - allow real horizontal overflow so next/prev can scroll */
#main.product-detail-section #content {
  position: relative;
}

#main.product-detail-section .scroll-box-arrows {
  position: absolute;
  left: 0;
  right: 0;
  /* top + height set in JS to match .js-qv-mask */
  top: auto;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  height: auto;
  margin: 0;
  padding: 0;
}

#main.product-detail-section .scroll-box-arrows.scroll {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
  box-sizing: border-box;
}

#main.product-detail-section .scroll-box-arrows i {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 4;
  pointer-events: auto;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1 !important;
  font-size: 22px;
  flex-shrink: 0;
  cursor: pointer;
  color: #0e3960;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#main.product-detail-section .js-qv-mask.scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: calc(100% - 50px);
  margin: 0 auto;
}

#main.product-detail-section .js-qv-mask.scroll::-webkit-scrollbar {
  display: none;
}

#main.product-detail-section
  .js-qv-mask.scroll
  ul.product-images.js-qv-product-images {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  width: max-content;
  max-width: none;
  margin: 0;
}

#main.product-detail-section
  .js-qv-mask.scroll
  ul.product-images.js-qv-product-images
  li.thumb-container {
  flex: 0 0 auto;
  width: var(--pdp-thumb-width, 160px);
  max-width: var(--pdp-thumb-width, 160px);
}

.product-detail-section ul.product-images.js-qv-product-images li img {
  margin: 0 !important;
  padding: 0 !important;
}
.product-detail-section
  ul.product-images.js-qv-product-images
  li.thumb-container {
  display: flex;
  width: 100%;
  border-radius: 10px;
  height: 174px;
}
.product-detail-section
  ul.product-images.js-qv-product-images
  li.thumb-container
  picture {
  width: 100%;
}
.product-detail-section
  ul.product-images.js-qv-product-images
  li.thumb-container
  picture
  img {
  object-fit: cover;
  border: 1px solid #ddd;
  height: 100%;
  border-radius: 10px;
  overflow: auto;
}
.product-detail-section
  ul.product-images.js-qv-product-images
  li.thumb-container
  img.selected {
  border: 1px solid #f89200;
}
/* .facet-dropdown.open>.select-title {
    border: unset !important;
} */

.contact-form .form-control::placeholder {
  font-family: var(--font-primary);
}

#main .page-content,
#main .page-footer,
#main .page-header {
  margin-bottom: 0 !important;
}

p.footer-phone {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.file-preview-container span.remove-file {
  background: #ff1717;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
}
.product-description ul.product-description-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}
.product-description ul.product-description-list li {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 0;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #666666;
  margin: 0;
  align-items: center;
}
.product-description ul.product-description-list li img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.product-description ul.product-description-list li::before {
  content: unset;
}
.reassurance-item-first .item-product svg {
  width: 58px;
  height: 58px;
}
.blockreassurance_product .item-product {
  height: auto;
  float: left;
  margin-right: 0;
  padding-top: 0;
  width: auto;
}
.blockreassurance_product
  .reassurance-item-other
  .reassurance-row
  span.item-product
  svg {
  width: 40px;
  height: 40px;
}
/* 11-02-26  */

.product-detail-section {
  margin: 0 auto;
  padding: 10px 0;
}

.product-detail-section .breadcrumb {
  margin-bottom: 21px;
}

.product-detail-section .product-cover {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 763px;
}
.product-detail-section .product-cover picture {
  height: 100%;
  display: inline-block;
  width: 100%;
}
.product-detail-section .product-cover picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.10s ease;
}
.product-detail-section .product-cover picture img.is-fading {
  opacity: 0;
}

/* Cover prev/next — navigate main product image */
.product-cover-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(14, 57, 96, 0.85);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}
.product-cover-nav:hover,
.product-cover-nav:focus {
  background: var(--c1);
  color: #fff;
  outline: none;
}
.product-cover-nav:focus-visible {
  outline: 2px solid var(--c1);
  outline-offset: 2px;
}
.product-cover-nav .material-icons {
  font-size: 28px;
  line-height: 1;
}
.product-cover-nav--prev {
  left: 12px;
}
.product-cover-nav--next {
  right: 12px;
}
.quickview .product-cover {
  position: relative;
}
.quickview .product-cover-nav {
  width: 36px;
  height: 36px;
}
.quickview .product-cover-nav .material-icons {
  font-size: 22px;
}

@media (max-width: 991px) {
  .product-cover-nav {
    width: 32px;
    height: 32px;
  }
  .product-cover-nav .material-icons {
    font-size: 20px;
  }
  .product-cover-nav--prev {
    left: 8px;
  }
  .product-cover-nav--next {
    right: 8px;
  }
}

@media (max-width: 575px) {
  .product-cover-nav {
    width: 28px;
    height: 28px;
  }
  .product-cover-nav .material-icons {
    font-size: 18px;
  }
  .product-cover-nav--prev {
    left: 6px;
  }
  .product-cover-nav--next {
    right: 6px;
  }
}
#product .product-detail-section #content {
  max-width: 905px;
  margin: 0;
  width: 100%;
}

/* .product-detail-section .product-container {
  align-items: center;
} */

.product-detail-section .product-container h1 {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 44px;
  line-height: 1.02;
  color: var(--ink);
  text-transform: none;
  margin: 20px 0;
}

.product-detail-section .product-manufacturer img {
  max-height: 63px !important;
  max-width: 217px;
  object-fit: cover;
}

.product-detail-section .product-manufacturer {
  margin-bottom: 54px !important;
}

.explore-brand-div {
  border: 1.67px solid #c5c5c5;
  padding: 11px;
  border-radius: 15px;
}

.explore-brand-div button {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  background: #c7c7c7;
  color: #000;
  border: unset;
}

.explore-brand-div button:hover {
  background: #c7c7c7;
  color: #000;
}

.product-detail-section ul.product-images.js-qv-product-images {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}
.product-detail-section ul.product-images.js-qv-product-images li img {
  margin: 0 !important;
  padding: 0 !important;
}
.product-detail-section .product-summary p span{
  font-size: 16px;
  font-family: var(--font-primary) !important;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 0 28px;
  max-width: 56ch;
  text-wrap: pretty;
  text-transform: none !important;
  letter-spacing: normal;
}

.product-detail-section .product-reference{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 32px;
  font-size: 13px;
}
.product-detail-section .product-reference label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  margin: 0;
}
.product-detail-section .product-reference span{
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.product-detail-section .product-attachments {
  margin-top: 20px;
  padding: 16px;
  background: #f9f9f9;
  border-radius: 8px;
}

.product-detail-section .product-attachments__title {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--muted, #888);
}

.product-detail-section .product-attachments__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

.product-detail-section .product-attachments__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 14px 12px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-detail-section .product-attachments__card:hover,
.product-detail-section .product-attachments__card:focus-visible {
  border-color: var(--accent, #ff9900);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  outline: none;
}

.product-detail-section .product-attachments__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--accent, #ff9900);
  line-height: 1;
}

.product-detail-section .product-attachments__card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.product-detail-section .product-attachments__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink, #1a1a1a);
  line-height: 1.3;
  word-break: break-word;
}

.product-detail-section .product-attachments__description {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted, #888);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CMS / page — Documents joints (matches product .product-attachments) */
.documents-attached-section {
  margin-top: 20px;
  padding: 16px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  font-size: 0;
}

.documents-attached-section p,
.documents-attached-section ul,
.documents-attached-section li {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.documents-attached-section a,
.documents-attached-section a.js-cms-attachment-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 14px 12px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #f9f9f9;
  text-align: left;
  text-decoration: none;
  color: var(--ink, #1a1a1a);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.documents-attached-section a:hover,
.documents-attached-section a:focus-visible {
  border-color: var(--accent, #ff9900);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  outline: none;
  color: var(--ink, #1a1a1a);
}

.documents-attached-section a::before {
  content: "\f1c1";
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", FontAwesome;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--accent, #ff9900);
  -webkit-font-smoothing: antialiased;
}

.documents-attached-section a small,
.documents-attached-section a span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted, #888);
  line-height: 1.4;
}

/* PDF preview modal */
body.product-attachments-viewer-open {
  overflow: hidden;
}

.product-attachments-viewer {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.product-attachments-viewer[hidden] {
  display: none !important;
}

.product-attachments-viewer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.product-attachments-viewer__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(960px, 100%);
  max-height: min(90vh, 900px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.product-attachments-viewer__header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line, #eee);
}

.product-attachments-viewer__meta {
  width: 100%;
  min-width: 0;
  text-align: left;
}

.product-attachments-viewer__toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.product-attachments-viewer__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink, #1a1a1a);
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

/* Desktop: title left, actions + close on one line */
@media (min-width: 768px) {
  .product-attachments-viewer__header {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .product-attachments-viewer__meta {
    flex: 1 1 auto;
    min-width: 0;
    order: 0;
  }

  .product-attachments-viewer__toolbar {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    order: 0;
  }

  .product-attachments-viewer__title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
  }
}

/* Mobile: title row, then compact action buttons (not full-width) */
@media (max-width: 767.98px) {
  .product-attachments-viewer__header {
    gap: 8px;
    padding: 12px 14px;
  }

  .product-attachments-viewer__actions {
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .product-attachments-viewer__open-tab,
  .product-attachments-viewer__download {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 12px;
  }
}

.product-attachments-viewer__subtitle {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--muted, #888);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-attachments-viewer__subtitle[hidden] {
  display: none;
}

.product-attachments-viewer__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
}

.product-attachments-viewer__toolbar .product-attachments-viewer__close {
  flex-shrink: 0;
}

.product-attachments-viewer__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 1px solid var(--line-2, #d9d2c1);
  border-radius: 8px;
  background: #fff;
  color: var(--ink, #1a1916) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-attachments-viewer__download:hover,
.product-attachments-viewer__download:focus-visible {
  background: var(--accent, #f08c1e) !important;
  border-color: var(--accent, #f08c1e) !important;
  color: #fff !important;
  text-decoration: none;
  outline: none;
}

.product-attachments-viewer__open-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 1px solid var(--line-2, #d9d2c1);
  border-radius: 8px;
  background: #fff;
  color: var(--ink, #1a1916) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-attachments-viewer__open-tab:hover,
.product-attachments-viewer__open-tab:focus-visible {
  background: var(--accent, #f08c1e) !important;
  border-color: var(--accent, #f08c1e) !important;
  color: #fff !important;
  text-decoration: none;
  outline: none;
}

.product-attachments-viewer__header .product-attachments-viewer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--ink, #333);
  cursor: pointer;
}

.product-attachments-viewer__close:hover {
  background: #f0f0f0;
}

.product-attachments-viewer__body {
  flex: 1;
  min-height: 0;
  background: #525659;
}

.product-attachments-viewer__frame {
  display: block;
  width: 100%;
  height: min(70vh, 720px);
  border: 0;
  background: #525659;
}

.product-attachments-viewer__frame[hidden] {
  display: none;
}

.product-attachments-viewer__zoom-controls {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 8px;
}

.product-attachments-viewer__zoom-controls[hidden] {
  display: none;
}

.product-attachments-viewer__zoom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line-2, #d9d2c1);
  border-radius: 8px;
  background: #fff;
  color: var(--ink, #1a1916);
  cursor: pointer;
}

.product-attachments-viewer__zoom-btn:hover,
.product-attachments-viewer__zoom-btn:focus-visible {
  background: #f5f5f5;
  outline: none;
}

.product-attachments-viewer__zoom-btn .material-icons {
  font-size: 20px;
  line-height: 1;
}

.product-attachments-viewer__image-stage {
  display: flex;
  flex: 1;
  min-height: min(70vh, 720px);
  width: 100%;
  background: #525659;
}

.product-attachments-viewer__image-stage[hidden] {
  display: none;
}

.product-attachments-viewer__dialog.is-image-mode .product-attachments-viewer__body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.product-attachments-viewer__image-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(70vh, 720px);
  overflow: hidden;
  touch-action: none;
  cursor: grab;
  user-select: none;
}

.product-attachments-viewer__image-wrap.is-grabbing {
  cursor: grabbing;
}

.product-attachments-viewer__image {
  display: block;
  max-width: 100%;
  max-height: min(70vh, 720px);
  width: auto;
  height: auto;
  object-fit: contain;
  transform-origin: center center;
  will-change: transform;
  pointer-events: none;
}

@media (max-width: 575px) {
  .product-detail-section .product-attachments__grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-attachments-viewer {
    padding: 0;
  }

  .product-attachments-viewer__dialog {
    width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
  }

  .product-attachments-viewer__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .product-attachments-viewer__frame {
    flex: 1;
    min-height: 0;
    height: auto;
  }

  .product-attachments-viewer__image-stage {
    flex: 1;
    min-height: 0;
    height: auto;
  }

  .product-attachments-viewer__image-wrap {
    min-height: 0;
    height: 100%;
  }

  .product-attachments-viewer__image {
    max-height: 100%;
  }

  .product-attachments-viewer__toolbar {
    flex-wrap: wrap;
    gap: 8px;
  }

  .product-attachments-viewer__zoom-controls {
    order: 2;
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
}

.product-detail-section .product-description h2{
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.product-detail-section .product-description table{
  width: 100% !important;
  margin-bottom: 32px !important;
}
.product-detail-section .product-description table tr{
  border-bottom: 1px solid var(--line)
}
.product-detail-section .product-description table tr td{
  padding: 13px 0;
}
.product-detail-section .product-description table tr td:first-child{
  margin: 0;
  font-size: 14px;
  color: var(--ink-2);
  font-weight: 500;
}
.product-detail-section .product-description table tr td:last-child{
  margin: 0;
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: -0.005em;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.product-detail-section .product-description table tr:last-child{
  border-bottom: none;
}

/* Breadcrumb Home Icon */
.breadcrumb i.material-icons {
  font-size: 18px;
  vertical-align: middle;
  color: #444;
}

/* Reassurance Custom Styling */
.blockreassurance_product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}

.blockreassurance_product .reassurance-item-first,
.blockreassurance_product .reassurance-item-other{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px;
}

.blockreassurance_product .reassurance-item-first .reassurance-row {
  flex-direction: row-reverse;
}
.blockreassurance_product .reassurance-item-other .reassurance-row span{
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blockreassurance_product .reassurance-item-other .reassurance-row span svg path{
  fill: var(--accent);
}
.blockreassurance_product .reassurance-row {
  display: flex;
  align-items: center;
  gap: 15px;
}


.blockreassurance_.blockreassurance_product .reassurance-item-other .reassurance-row.blockreassurance_product .reassurance-item-other .reassurance-rowproduct .reassurance-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* First item: Larger title, icon on the right */
/* .blockreassurance_product .reassurance-item-first .reassurance-row {
  margin-bottom: 15px;
} */

.blockreassurance_product .reassurance-item-first .block-title {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
}

.blockreassurance_product .reassurance-item-first .item-product img {
  height: 50px;
  width: auto;
}

/* Other items: Smaller text, icon on the left */
.blockreassurance_product .reassurance-item-other .reassurance-row {
}

.blockreassurance_product .reassurance-item-other .block-title {
  font-size: 20px;
  font-weight: 500;
  color: #666;
}

.blockreassurance_product .reassurance-item-other .item-product img {
  height: 35px;
  width: auto;
}

.blockreassurance_product .reassurance-item-other .block-title-description p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666666 !important;
}

/* breadcrumb start here  */
/* .container-classic nav.breadcrumb ol li a svg {
  width: 42px;
  height: 32px;
} */
.container-classic nav.breadcrumb ol {
  display: flex;
  align-items: center;
}
.container-classic nav.breadcrumb ol li span {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}
.js-product article .thumbnail-container .thumbnail-top {
  position: relative;
  /* height: 350px; */
  height: auto;
  aspect-ratio: 16 / 9;
}
.js-product.product-card--portrait article .thumbnail-container .thumbnail-top {
  aspect-ratio: 3 / 4;
}
.js-product.product-card--landscape article .thumbnail-container .thumbnail-top {
  aspect-ratio: 16 / 9;
}
.js-product article .thumbnail-container .thumbnail-top .product-card-brand-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  width: fit-content;
  /* max-width: 80px; */
  pointer-events: none;
}
.js-product article .thumbnail-container .thumbnail-top .product-card-brand-badge img {
  display: block;
  height: 24px;
  width: auto;
  min-width: 80px;
  max-width: 80px;
  max-height: none;
  object-fit: contain;
}
.js-product article .thumbnail-container .thumbnail-top a.thumbnail {
  height: 100%;
}
.js-product article .thumbnail-container .thumbnail-top a.thumbnail picture img,
.js-product article .thumbnail-container .thumbnail-top a.thumbnail picture {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.js-product article .thumbnail-container .thumbnail-top a.thumbnail picture img {
  object-fit: contain;
}
/* PhotoSwipe product gallery */
#product-modal,
.js-product-images-modal {
  display: none !important;
}
.product-pswp-gallery[hidden] {
  display: none !important;
}
.product-detail-section .product-cover .js-pswp-open {
  cursor: zoom-in;
}
.quickview .product-cover .js-pswp-open {
  cursor: zoom-in;
}

/* PhotoSwipe custom UI: fullscreen + thumbnail strip */
.pswp__top-bar {
  align-items: center;
}

.pswp__top-bar > .pswp__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pswp__top-bar > .pswp__button .pswp__icn,
.pswp__top-bar > .pswp__button .pswp__icn-shadow {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pswp__top-bar > .pswp__button--fullscreen-button .pswp__icn,
.pswp__top-bar > .pswp__button--fullscreen-button .pswp__icn-shadow {
  top: 57%;
}

.pswp__top-bar > .pswp__button--fullscreen-button.pswp__button--fs-active .pswp__icn,
.pswp__top-bar > .pswp__button--fullscreen-button.pswp__button--fs-active .pswp__icn-shadow {
  top: 52%;
}

.pswp__thumbnails {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 12px 16px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: auto;
  box-sizing: border-box;
}

.pswp--hide-thumbs .pswp__thumbnails {
  display: none !important;
}

.pswp__thumb {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.65;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}

.pswp__thumb:hover {
  opacity: 0.9;
}

.pswp__thumb--active {
  border-color: #e8913a;
  opacity: 1;
}

.pswp__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.pswp__button--fullscreen-button.pswp__button--fs-active {
  opacity: 1;
}

.pswp__button--fullscreen-button .pswp__fs-icon-exit {
  opacity: 0;
  visibility: hidden;
}

.pswp__button--fullscreen-button.pswp__button--fs-active .pswp__fs-icon-expand {
  opacity: 0;
  visibility: hidden;
}

.pswp__button--fullscreen-button.pswp__button--fs-active .pswp__icn-shadow {
  opacity: 0;
  visibility: hidden;
}

.pswp__button--fullscreen-button.pswp__button--fs-active .pswp__fs-icon-exit {
  opacity: 1;
  visibility: visible;
}




body#search section#main {
    padding: 50px 0;
}

body#search section#main h1#js-product-list-header {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

body#search section#main section#content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* 15 jan  */

/* media screen start here */

/* =====================Responsive */

@media (max-width: 1899px) {
  .main-nav .top-menu {
    gap: 15px;
  }
  .main-nav .top-menu {
    gap: 15px;
}
  .main-nav li.category a, .main-nav li.link a {
    font-size: 16px;
    line-height: 26px;
}
.main-nav li.category a, .main-nav li.link a {
    font-size: 16px;
}
}

@media (max-width: 1599px) {
  .main-nav li.category a,
  .main-nav li.link a {
    font-size: 16px;
  }
  
  .products-gallery .owl-carousel .owl-nav button.owl-next {
    right: -22px;
}

  .main-nav .top-menu {
    gap: 10px !important;
  }
}
.step-selection-display{
  color: #bbb !important;
}
.step-options h4 {
  text-transform: none !important;
}
.configurator-main-sec ul.steps-list .step-menu-item.completed:not(.active) .step-selection-display {
  color: #047857 !important;
}
@media (max-width: 1399px) {
  .main-nav li.category a,
  .main-nav li.link a {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .ideas-section .idea-block {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .project-section p {
    font-size: 24px;
    line-height: 34px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .project-content {
    gap: 20px;
    padding-bottom: 25px;
  }

  .project-content .primary-btn {
    padding-inline: 23px;
    margin-top: 15px !important;
  }

  .features-section {
    padding: 80px 0;
  }

  .features-section .row {
    row-gap: 80px;
  }

  .feature-text {
    font-size: 16px;
    line-height: 24px;
  }

  .feature-icon img {
    max-width: 30px;
    max-height: 30px !important;
  }

  .feature-icon {
    top: -42px;
    width: 80px;
    height: 80px;
  }

  .feature-item {
    padding: 60px 25px;
    padding-bottom: 15px;
  }

  .gallery-info {
    padding: 20px 5px;
  }

  .gallery-item-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .products-gallery .owl-carousel .owl-nav button {
    position: unset;
  }

  .products-gallery .owl-carousel .owl-nav button.owl-next,
  .products-gallery .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
  }

  .products-gallery .owl-nav {
    position: relative;
    top: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gallery-item-title,
  .footer-text {
    font-size: 16px;
    line-height: 24px;
  }

  .fot-1st-col p.footer-text {
    padding-right: 0;
  }

  .mission-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .mission .left img {
    border-radius: 20px;
  }

  .main-nav li.category a,
  .main-nav li.link a {
    font-size: 12px;
    line-height: 20px;
  }

  .main-nav .top-menu {
    gap: 6px;
  }

  .contact-form-wrapper,
  .contact-info-sidebar {
    width: 50%;
    padding: 30px;
  }

  .contact-info-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .contact-info-item.address-item,
  .contact-info-item.mail-item {
    margin-bottom: 20px;
  }
  .product-container .single-product-sec {
    padding-left: 20px;
  }
  .product-detail-section .product-container {
    align-items: flex-start;
    margin: 0;
  }
  .product-detail-section {
    margin: 0;
    padding: 20px 0;
  }
  .steps-header,
  .configurator-main-sec ul.steps-list .step-menu-item {
    padding: 20px;
    font-size: 20px;
  }

  .configurator-main-sec ul.steps-list .step-menu-item span.step-name {
    font-size: 20px;
  }
  .config-header h2 {
    font-size: 30px;
  }
  .configurator-main-sec ul.steps-list .step-menu-item {
    padding-block: 18px;
  }
  .container-classic {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .container-classic nav.breadcrumb ol li span {
    font-size: 13px;
  }
  /* .container-classic nav.breadcrumb ol li a svg {
    width: 28px;
    height: 28px;
  } */
  /* .product-detail-section .product-container h1 {
    font-size: 32px;
    margin-bottom: 15px;
  } */
  .explore-brand-div {
    padding: 6px;
  }
  .explore-brand-div button {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
  }
  .product-detail-section .product-manufacturer {
    margin-bottom: 20px !important;
  }
  /* .product-detail-section .product-reference,
  .product-detail-section .product-reference label {
    font-size: 18px;
    line-height: 26px;
  } */
  .product-description ul.product-description-list li {
    font-size: 16px;
    line-height: 30px;
  }
  .blockreassurance_product {
    margin-top: 10px;
  }
  .reassurance-item-first .item-product svg {
    width: 40px;
    height: 40px;
  }
  .blockreassurance_product .reassurance-item-first .block-title {
    font-size: 18px;
    line-height: 26px;
  }
  .blockreassurance_product .reassurance-item-other .block-title-description p {
    font-size: 16px;
    line-height: 28px;
  }
  .product-detail-section .product-cover {
    height: 500px;
  }
  .product-detail-section
    ul.product-images.js-qv-product-images
    li.thumb-container {
    height: 150px;
  }
  #product .product-detail-section #content {
    max-width: 100%;
  }
  .config-header {
    margin-bottom: 30px !important;
  }
  .step-options h4 {
    font-size: 20px;
  }
  .option-label-container {
    padding: 10px;
  }
  .configurator-navigation {
    margin-top: 15px !important;
  }
  .color-main-right {
    padding: 15px;
  }
  .ral-info-sidebar h5 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    padding-right: 0;
  }
  .ral-picker-block {
    padding: 10px;
  }
  .dimension-image-wrapper {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 991px) {
  div#mobile-top-menu {
    width: 100%;
  }

  .main-nav .top-menu {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .main-nav li.category {
    padding: 0px !important;
  }

  #header .container:not(.top-bar):not(.header-utility-bar__inner) {
    flex-direction: column;
    align-items: flex-start;
  }

  #header .header-utility-bar .header-utility-bar__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .contact-form-wrapper,
  .contact-info-sidebar {
    width: 50%;
    padding: 20px;
  }

  .count-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-sol {
    grid-template-columns: 1fr;
  }

  .mission .cont-wrap {
    flex-direction: column;
  }

  .features-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner h1 {
    font-size: 40px;
  }

  .ets-page-home .ets-blog-list {
    grid-template-columns: repeat(2, 1fr);
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  :root {
    --font18-30: 300 16px/24px var(--font-primary);
    --bs-breadcrumb-font-size: 13px
  }

  .quality-section {
    padding: 50px 15px;
  }

  .product-card {
    padding: 20px;
    gap: 13px;
  }

  .ideas-section .inner-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .primary-btn a {
    font-size: 18px;
    line-height: 40px;
  }

  .ideas-section {
    gap: 20px;
    padding: 0 15px 80px;
  }

  .feature-text {
    font-size: 14px;
    line-height: 21px;
  }

  .slide-content h1 {
    font-size: 34px;
  }

  .primary-btn {
    border-radius: 63px;
  }

  .hero-slider .slide-item {
    padding: 120px 0 120px;
  }

  .quality-section .row {
    margin-top: 25px;
    row-gap: 25px;
  }

  .gallery-title,
  .partners-title {
    margin-bottom: 25px;
  }

  .partner-carousel,
  .footer-container-inner {
    padding: 0px 15px;
  }

  .partner-logo {
    padding: 5px;
  }

  header .cart-item {
    margin-left: 15px;
  }

  header .top-bar-item a .top-bar-innercontent p{
    font-size: 6px;
    white-space: nowrap;
    font-weight: bold;
    font-family: var(--font-secondary);
  }

  /* header .top-bar-item:not(.cart-item){
    min-width: 65px;
  } */

  

  .banner,
  .abt-block,
  .category-banner,
  #products {
    padding-block: 80px;
  }

  .abt-block p {
    font-size: 16px;
    line-height: 24px;
  }

  .brand-p-sol {
    gap: 25px;
    margin-top: 45px;
    flex-wrap: wrap;
  }

  .mission-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mission .left img {
    border-radius: 20px;
  }

  /* .main-nav .top-menu {
    display: none;
} */
  footer.form-footer {
    gap: 20px;
    
    flex-wrap: wrap;
  }

  .ets_blog_layout_grid .ets-blog-list li {
    padding: 0 15px 0px;
  }

  .contact-banner,
  .blog-banner {
    padding: 100px 0;
  }

  .ets-blog-wrapper-content {
    padding: 10px 15px;
  }

  .main-nav .top-menu .sub-menu {
    width: 100%;
    padding: 10px 20px;
  }
  .config-header h2 {
    font-size: 24px;
  }
  .product-detail-section .product-manufacturer img {
    max-width: 150px;
  }
  .product-container .single-product-sec {
    padding-left: 15px;
    padding-top: 25px !important;
  }
  .explore-brand-div button {
    font-size: 14px;
    line-height: 21px;
  }
  .product-detail-section
    ul.product-images.js-qv-product-images
    li.thumb-container {
    height: 150px;
  }
  .product-detail-section .product-container h1 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .ps-configurator-container {
    margin: 20px 0 20px 0;
  }
  .ral-sidebar-content img.img-fluid {
    max-height: unset !important;
    object-fit: cover;
  }
  .ral-category-tab:hover {
    box-shadow: unset;
  }
  .ral-category-tab span.ral-category-swatch {
    width: 100% !important;
    height: 30px !important;
  }
  .ral-categories .col-md-6 {
    margin-bottom: 10px !important;
  }
  .range-slider-input {
    width: calc(100% - 54px);
  }
  .input-range-sec {
    width: 40px;
    height: 40px;
  }
  .product-detail-section ul.product-images.js-qv-product-images {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}

#wrapper .breadcrumb li span{
  color: var(--ink-2);
}
#wrapper .breadcrumb li:last-child span{
  color: var(--ink);
  font-weight: 500;
}

#wrapper .breadcrumb li::after{
  margin: 0 10px;
  color: var(--muted);
  opacity: 0.4;
}

#wrapper .breadcrumb li, #wrapper .breadcrumb li a{
  display: flex;
  align-items: center;
}

#wrapper .breadcrumb li a svg{
  stroke: #444038;
}
.contact-form-wrapper .contact-form-field-group .contact-form-field{
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
    .hero-slider .slide-item {
    height: 376px;
}
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .ets_blog_related_posts_type_carousel .owl-controls {
    right: 0;
  }

  footer.form-footer {
    flex-direction: column;
    margin-top: 20px;
  }
.contact-info-sidebar img {
    right: 0;
}
.main-nav {
    background: var(--c2);
    padding: 8px 0;
}
  .slide-content h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .partners-section {
    padding: 50px 0;
  }

  .primary-btn a {
    font-size: 16px;
    line-height: 35px;
  }

  .count-block {
    grid-template-columns: 1fr;
  }

  .features-container {
    grid-template-columns: 1fr;
  }

  .ets-page-home .ets-blog-list {
    grid-template-columns: repeat(1, 1fr);
  }

  :root {
    --font18-30: 300 14px/21px var(--font-primary);
  }

  .footer-text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .hero-slider .slide-item {
    padding: 100px 0 100px;
  }

  .primary-btn,
  .form-footer .btn-primary {
    padding: 6px 20px;
    height: 48px;
    justify-content: center;
    align-items: center;
  }

  .primary-btn a,
  .form-footer .btn-primary {
    font-size: 14px;
    line-height: 30px;
  }

  .quality-section .row {
    margin-top: 15px;
    row-gap: 20px;
  }

  .product-card {
    padding: 15px 10px;
    gap: 8px;
  }

  .ideas-section .idea-block {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .ideas-section h2.highlighted {
    padding: 10px;
    text-align: center;
  }

  .ideas-section .inner-content h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .ideas-section .inner-content h4 {
    min-height: auto;
  }

  .ideas-section .inner-content a {
    margin-top: 4px;
  }

  .ideas-section {
    gap: 15px;
    padding: 0 15px 50px;
  }

  .ideas-section .primary-btn.mt-5 {
    margin-top: 15px !important;
  }

  .project-section,
  .reviews-section,
  .banner,
  .abt-block,
  .features-section
 {
    padding-block: 50px;
  }
  #products {
        padding:  0 0 50px 0px;
    }

  .project-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .mascot-image {
    margin-top: 0;
    max-width: 100%;
  }

  .feature-icon {
    top: -31px;
    width: 60px;
    height: 60px;
  }

  .features-section .row {
    row-gap: 50px;
  }

  .gallery-title,
  .partners-title {
    margin-bottom: 15px;
  }

  .products-gallery .owl-carousel .owl-nav button.owl-next,
  .products-gallery .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
  }

  .products-gallery .owl-carousel .owl-nav button span svg {
    width: 14px;
    height: 14px;
  }

  .footer-text {
    margin-bottom: 20px;
  }

  .footer-links a,
  .footer-text,
  .abt-block p,
  .mission .right p,
  .footer p,
  .product-description-short {
    font-size: 14px;
    line-height: 21px;
  }

  .footer-logo,
  .footer h2 {
    margin-bottom: 20px;
  }

  .footer-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .footer-bottom {
    padding: 15px;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0 auto;
  }

  @media (min-width: 576px) {
  header .top-bar {
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
  }

  header .top-bar-content {
    gap: 6px;
    flex: 1;
    min-width: 0;
  }

  header .top-bar-actions {
    flex-wrap: nowrap;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
    gap: 6px;
  }

  header .top-bar-nav {
    flex-shrink: 0;
    gap: 6px;
    padding-right: 8px;
    margin-right: 0;
  }

  header .top-bar-nav-link.btn-gallery {
    padding: 5px 10px;
    font-size: 11px;
  }

  header .top-bar #search_widget {
    flex: 1 1 72px;
    min-width: 0;
    max-width: 120px;
  }

  header .top-bar #search_widget form input[type="text"] {
    padding: 6px 22px 6px 30px;
    font-size: 12px;
    min-width: 0;
    width: 100%;
  }

  header .top-bar #search_widget .material-icons.search {
    font-size: 18px;
    left: 6px;
  }

  header .top-bar-item {
    flex-shrink: 0;
  }

  #header .logo {
    max-width: 96px;
    flex-shrink: 0;
  }

  #header .logo img {
    max-height: 38px;
    width: auto;
  }

  header .top-bar-icon {
    width: 35px;
    height: 35px;
  }

  header .top-bar-icon i {
    font-size: 16px;
  }

  header .cart-item .blockcart img {
    width: 25px;
    height: 25px;
  }

  header .cart-item {
    margin-left: 0;
  }

  header .cart-item .cart-products-count {
    width: 16px;
    height: 16px;
    top: -7px;
    right: -7px;
  }
  }

  .brand-p-sol {
    gap: 20px;
    margin-top: 35px;
    flex-wrap: wrap;
  }

  .count-block {
    gap: 15px;
    padding: 15px;
  }

  .c-item img {
    height: 50px;
  }

  .c-item h3 {
    font-size: 24px;
  }

  .abt-block .cont-wrap > img {
    margin-bottom: 15px;
    height: auto;
  }

  .cont-wrap p {
    margin-bottom: 15px;
  }

  .brand-p-item {
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brand-p-item h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .mission .right h2 {
    margin-bottom: 15px;
  }

  .footer-title,
  .footer-social-title {
    font-size: 16px;
    line-height: 24px;
  }

  .abt-block .brand-p-item p {
    text-align: center;
  }

  .contact-page-content-row {
    gap: 15px;
    flex-direction: column;
  }

  .contact-form-wrapper,
  .contact-info-sidebar {
    width: 100%;
    padding: 12px;
  }

  .contact-banner-wrapper {
    margin-bottom: 50px;
  }

  .contact-info-item {
    gap: 8px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .contact-info-list {
    margin-bottom: 20px;
  }

  .contact-info-title,
  .contact-social-networks h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
  }

  .social-icons {
    gap: 8px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .contact-form .form-control {
    height: 48px;
    font-size: 14px;
  }

  .contact-form .form-control-label,
  .blog_description p {
    font-size: 14px;
    line-height: 18px;
  }

  .ets_title_block {
    font-size: 18px;
    line-height: 24px;
  }

  .read_more {
    margin-top: 15px;
  }

  .contact-form textarea.form-control {
    height: 120px;
  }

  .contact-maps-section .row {
    row-gap: 20px;
  }

  .contact-banner,
  .blog-banner {
    padding: 80px 0;
  }

  .product-miniature .product-title a {
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0px 10px 0;
  }

  .product-description-short {
    min-height: 0px;
  }

  #products .products .js-product article .product-actions a {
    padding: 15px 44px 14px 44px;
  }

  .page-heading .title_cat {
    font-size: 18px;
    line-height: 28px;
  }
  /* .container-classic nav.breadcrumb ol li a svg {
    width: 20px;
    height: 20px;
  } */
  .container-classic nav.breadcrumb ol li span {
    font-size: 13px;
  }
  .product-detail-section .product-container .col-lg-6 {
    padding: 0;
  }
  .product-detail-section .product-cover {
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .product-detail-section ul.product-images.js-qv-product-images {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
  .product-detail-section
    ul.product-images.js-qv-product-images
    li.thumb-container {
    height: 100px;
  }
  #main.product-detail-section .scroll-box-arrows i {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
  .product-description ul.product-description-list li {
    font-size: 14px;
    line-height: 24px;
    align-items: flex-start;
    gap: 8px;
  }
  .product-detail-section .product-reference,
  .product-detail-section .product-reference label {
    font-size: 16px;
    line-height: 22px;
    margin: 0 !important;
  }
  .product-description ul.product-description-list li img {
    width: 18px;
    height: 18px;
    object-fit: cover;
    margin-top: 5px;
  }
  .blockreassurance_product .reassurance-item-other .block-title-description p {
    font-size: 14px;
    line-height: 21px;
  }
  .product-detail-section .product-manufacturer {
    flex-direction: column;
  }
  .explore-brand-div button {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
  }
  .steps-header,
  .configurator-main-sec ul.steps-list .step-menu-item {
    padding: 15px;
    font-size: 16px;
  }
  .configurator-main-sec ul.steps-list .step-menu-item span.step-name {
    font-size: 16px;
  }
  .configurator-main-sec ul.steps-list .step-menu-item {
    padding-block: 13px;
  }
  .configurator-main-sec ul.steps-list {
    gap: 8px;
  }
  .step-options .option-wrapper {
    margin-bottom: 12px !important;
  }
  .product-detail-section .product-manufacturer img {
    max-width: 130px;
  }
  .config-header h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .step-options h4 {
    font-size: 18px;
  }
  .config-step[data-step="2"] .option-label {
    font-size: 14px;
  }
  .config-step[data-step="2"] .option-label-container {
    padding: 12px 10px;
  }
  button#next-step {
    padding-inline: 25px !important;
    border-radius: 63px;
  }
  .ral-categories .col-md-6 {
    padding-inline: 0 !important;
  }
  .ral-trigger-card .option-label-container {
    padding: 5px;
  }
  .product-detail-section .product-cover {
    height: 400px;
  }
}

/* Mobile header (≤575px): logo row 1, nav + search + cart row 2 */
@media (max-width: 575px) {
  header .top-bar {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px 12px 12px;
  }

  #header .top-bar.container {
    flex-direction: row;
  }

  #header .logo {
    flex: 0 0 100%;
    max-width: 170px;
    width: auto;
  }

  #header .logo h1 {
    margin: 0;
  }

  #header .logo img {
    max-height: 50px;
    width: auto;
  }

  header .top-bar-content {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
  }

  header .top-bar-actions {
    width: 100%;
    flex: 0 0 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    margin-left: 0;
  }

  header .top-bar-nav {
    flex-shrink: 0;
    padding-right: 8px;
    margin-right: 0;
    border-right: 1px solid #e5e5e5;
  }

  header .top-bar-nav-link.btn-gallery {
    padding: 6px 10px;
    font-size: 11px;
  }

  header .top-bar-item:not(.cart-item) {
    flex: 1 1 auto;
    min-width: 0;
  }
 

  header .top-bar #search_widget {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    width: 100%;
  }

  header .top-bar #search_widget form input[type="text"] {
    padding: 8px 28px 8px 36px;
    font-size: 13px;
    width: 100%;
  }

  header .top-bar-item.cart-item {
    flex-shrink: 0;
    margin-left: auto;
    padding-top: 4px;
  }

  header .top-bar-content{
    align-items: flex-start;
  }

  header .cart-item .blockcart img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 425px) {
    #search_widget form input {
    padding: 10px 30px 10px 40px;
}

#main.product-detail-section .scroll-box-arrows{

    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;

}
  #main.product-detail-section .scroll-box-arrows i {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
  .product-detail-section
    ul.product-images.js-qv-product-images
    li.thumb-container {
    height: 80px;
  }
  .product-detail-section .product-cover {
    height: 300px;
  }
  .product-detail-section ul.product-images.js-qv-product-images {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* --- Contact Form Validation Styles --- */
.contact-form .error {
  border-color: #ff4d4d !important;
  background-color: #fff9f9 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 77, 0.1) !important;
}

.contact-form .validation-error {
  color: #ff4d4d;
  font-size: 0.85rem;
  margin-top: 5px;
  display: block;
  font-weight: 500;
  animation: fadeInError 0.3s ease-in-out;
}

@keyframes fadeInError {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional: style for required asterisk or field highlighting */
.contact-form .form-control:focus {
  outline: none;
}





/**************** CSS ACHRAF *************************/


.ral-category-colors-container {
    position: relative;
    z-index: 999;
}

.configurator-navigation button#prev-step {
    border-radius: 63px;
}

.quantity-main-sec .qty-btn {
    width: 35px;
    height: 35px;
    background: #ff9800;
    border-radius: 50px;
}

.Quantity-sec-main .quantity-main-sec input {
    border-radius: 8px;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
     border: 2px solid var(--config-border) !important; 
    color: var(--config-text) !important;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 30px;
}
h6.product-cat:empty {
    display: none !important;
}
.product-card p:empty {
    display: none;
}
.btn-outline-secondary {
    border: 2px solid var(--config-border);
    color: var(--config-text);
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 30px;
}

@media(max-width:1299px){
    .main-nav li.category a {
    justify-content: flex-end;
}
.main-nav .top-menu .sub-menu {
    position: relative;
    top: 0 !important;
}
}

/* Cart: product customization modal — cap height, scroll body only */
.customization-modal.js-customization-modal .modal-dialog {
    display: flex;
    align-items: flex-start;
    max-height: calc(100vh - 60px);
    margin: 30px auto;
}

.customization-modal.js-customization-modal .modal-content {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 60px);
    overflow: hidden;
}

.customization-modal.js-customization-modal .modal-header {
    flex: 0 0 auto;
}

.customization-modal.js-customization-modal .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .customization-modal.js-customization-modal .modal-dialog,
    .customization-modal.js-customization-modal .modal-content {
        max-height: calc(100vh - 20px);
    }
}

/* Cart: simplified action row when prices are hidden (quotation flow) */
.product-line-grid-right.product-line-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-line-grid-right .cart-line-actions-row {
    width: 100%;
    gap: 12px;
}

.product-line-grid-right .qty {
    flex: 0 1 140px;
    min-width: 100px;
}

.product-line-grid-right .qty .js-cart-line-product-quantity {
    width: 100%;
    min-width: 90px;
    height: 40px;
    text-align: center;
    border-radius: 8px;
}

.product-line-grid-right .qty .bootstrap-touchspin {
    width: 100%;
    min-width: 120px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.product-line-grid-right .qty .bootstrap-touchspin .js-cart-line-product-quantity {
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
}

.product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical {
    width: 34px;
    min-width: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical .btn {
    width: 34px;
    min-width: 34px;
    padding: 0;
    height: 20px;
    line-height: 20px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical i {
    position: static;
    top: auto;
    left: auto;
    font-size: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "keyboard_arrow_up";
    font-family: "Material Icons";
    font-size: 14px;
    line-height: 1;
}

.product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "keyboard_arrow_down";
    font-family: "Material Icons";
    font-size: 14px;
    line-height: 1;
}

.product-line-grid-right .cart-line-product-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #333;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #d9534f;
}

@media (max-width: 767.98px) {
    .product-line-grid-right.product-line-actions {
        margin-top: 12px;
        padding-left: 0;
        justify-content: space-between;
    }

    .product-line-grid-right .cart-line-actions-row {
        justify-content: space-between;
    }

    .product-line-grid-right .qty {
        flex: 1 1 auto;
        max-width: calc(100% - 56px);
    }

    .product-line-grid-right .qty .bootstrap-touchspin {
        min-width: 0;
    }

    .product-line-grid-right .cart-line-product-actions {
        width: 48px;
    }
}

/* Cart action loader: shown while the server processes a remove-from-cart
   request (full page nav) or an AJAX cart update. Sized down on small screens
   to stay proportional. */
#ps-cart-loader {
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

#ps-cart-loader.is-active {
    opacity: 1;
    pointer-events: auto;
}

#ps-cart-loader .ps-cart-loader__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-width: calc(100vw - 32px);
}

#ps-cart-loader .ps-cart-loader__spinner {
    width: 56px;
    height: 56px;
    border: 5px solid rgba(0, 0, 0, 0.08);
    border-top-color: #d9534f;
    border-radius: 50%;
    animation: ps-cart-loader-spin 0.85s linear infinite;
}

#ps-cart-loader .ps-cart-loader__label {
    font-size: 0.95rem;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

@keyframes ps-cart-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 575.98px) {
    #ps-cart-loader .ps-cart-loader__box {
        padding: 18px 22px;
        gap: 12px;
    }

    #ps-cart-loader .ps-cart-loader__spinner {
        width: 44px;
        height: 44px;
        border-width: 4px;
    }

    #ps-cart-loader .ps-cart-loader__label {
        font-size: 0.875rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #ps-cart-loader .ps-cart-loader__spinner {
        animation-duration: 2s;
    }
}

/* Cart modal title uses <h4>; global h4 { text-transform: capitalize } would
   title-case every word — reset so the translation shows normal sentence casing */
#blockcart-modal .modal-title,
#blockcart-modal #myModalLabel {
    text-transform: none;
}

/* Quotation flow: hide all prices inside the "added to cart" modal */
#blockcart-modal .product-price,
#blockcart-modal .product-total,
#blockcart-modal .product-tax,
#blockcart-modal .cart-content > p:not(.cart-products-count) {
    display: none !important;
}

@media (max-width: 1024px) {
  .header-utility-link {
    font-size: 11px;
    white-space: nowrap;
  }
  header .top-bar-item a .top-bar-innercontent span{
    display: none;
  }
  header .top-bar-item a{
    flex-direction: column;
  }
  header .top-bar-icon{
    width: 28px;
    height: 28px;
  }

  header .top-bar-icon i{
    font-size: 14px;
  }
  header .top-bar-item a .top-bar-innercontent p{
    font-size: 6px;
    white-space: nowrap;
    font-weight: bold;
    font-family: var(--font-secondary);
  }
}