@charset "UTF-8";
::selection {
  color: #fff;
  background: rgba(128, 0, 0, 0.88);
}

::-moz-selection {
  color: #fff;
  background: rgba(128, 0, 0, 0.88);
}

:root {
  --icb-red: #800000;
  --icb-red-rgb: 128, 0, 0;
  --icb-light-grey: #f1f1f1;
  --icb-dark-grey: #272222;
  --color-primary: var(--icb-red);
  --color-primary-light: #800000;
  --color-gradients: var(--icb-red);
  --color-box-shadow: rgba(128, 0, 0, 0.25);
  --color-scroll-background: #F5E8E8;
  --color-text-themed-dark: #800000;
  --color-theme-contrast: #f1f1f1;
  --color-text-on-theme: #fff;
  --bs-link-color: #800000;
  --bs-link-color-rgb: 128, 0, 0;
  --bs-link-hover-color: #272222;
  --bs-link-hover-color-rgb: 39, 34, 34;
}

a {
  color: var(--icb-red);
  text-decoration: none;
}

a:hover {
  color: var(--icb-dark-grey);
  text-decoration: none;
}

html {
  font-size: 15px;
}

body {
  font-family: "Roboto Slab", sans-serif;
  font-size: 15px;
  color: var(--icb-dark-grey);
}

.icb-red {
  color: var(--icb-red);
}

.icb-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

.icb-icon-stroke {
  fill: none;
  stroke: currentColor;
}

* {
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.text-upper-case {
  text-transform: uppercase;
}

.section-header {
  background: #F5E8E8;
  padding: 15px 30px;
  text-align: center;
}
.section-header .section-heading {
  font-size: 40px;
  font-weight: 800;
  text-transform: capitalize;
  color: #272222;
  line-height: 1.2;
}

#featureCarousel {
  padding: 20px 0;
}
#featureCarousel .carousel-item {
  transition: transform 0.8s ease;
}
#featureCarousel img {
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}

.products-container {
  margin-top: 50px;
  margin-bottom: 80px;
}
.products-container .product-div {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px var(--color-box-shadow);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.products-container .product-div:hover .product-img {
  transform: scale(1.1);
}
.products-container .product-div:hover .banner-text-p {
  color: var(--color-gradients);
}
.products-container .product-div a {
  text-decoration: none;
}
.products-container .product-div a .product-img-wrapper {
  padding: 10px;
}
.products-container .product-div a .product-img-wrapper .product-img {
  aspect-ratio: 1/1;
  transition: 0.5s;
}
.products-container .product-div a .product-info-div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.products-container .product-div a .product-info-div .product-name {
  font-size: 18px;
  color: #272222;
}
.products-container .product-div a .product-info-div .btn-customize-now {
  color: white;
  background-color: #2a2a2a;
  padding: 10px 25px;
  border-radius: 6px;
  margin-top: 5px;
  transition: 0.3s;
}
.products-container .product-div a .product-info-div .btn-customize-now:hover {
  background-color: var(--color-primary);
}
.products-container .product-div a .product-banner {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateX(40px) translateY(30px);
  z-index: 1000;
}
.products-container .product-div a .product-banner .banner-text-p {
  font-size: 15px;
  background-color: #2a2a2a;
  transform: rotate(45deg);
  color: white;
  padding: 3px 35px;
  transition: 0.5s;
  text-transform: uppercase;
}

.process-div {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px var(--color-box-shadow);
  overflow: hidden;
  aspect-ratio: 1/1;
  text-align: center;
  margin-bottom: 20px;
}
.process-div:hover .process-img {
  transform: scale(1.08);
}
.process-div a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.process-div .process-img-wrapper {
  position: relative;
  height: 75%;
  overflow: hidden;
  background-color: #f8f9fb;
}
.process-div .process-img-wrapper .process-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.process-div .process-info-div {
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #fff;
}
.process-div .process-info-div .process-name {
  font-size: 20px;
  font-weight: 600;
  color: #272222;
  margin: 0;
}

#header-wrapper {
  position: relative;
  overflow: visible;
}
#header-wrapper .top-header {
  background-color: #fff;
  border-top: 2px solid var(--color-primary);
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  #header-wrapper .top-header .logo-wrapper img {
    max-height: 80px;
  }
}
#header-wrapper .top-header .search-wrapper {
  position: relative;
  width: 100%;
}
#header-wrapper .top-header .search-wrapper .search-input {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  color: #666;
  transition: all 0.3s ease;
}
#header-wrapper .top-header .search-wrapper .search-input:focus {
  outline: none;
  border-color: var(--color-primary);
  background-color: #fff;
}
#header-wrapper .top-header .search-wrapper .search-input::placeholder {
  color: #999;
}
#header-wrapper .top-header .search-wrapper .search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--icb-red);
  font-size: 16px;
}
#header-wrapper .top-header .categories-btn {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  color: #666;
  padding: 12px 20px 12px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#header-wrapper .top-header .categories-btn .icb-icon.dropdown-icon,
#header-wrapper .top-header .categories-btn .dropdown-icon.icb-icon {
  font-size: 15px;
  color: var(--icb-red);
}
#header-wrapper .top-header .categories-btn.dropdown-toggle::after {
  display: none;
}
#header-wrapper .top-header .categories-dropdown {
  min-width: 200px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin-top: 8px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
#header-wrapper .top-header .categories-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 15px;
  color: #272222;
  transition: all 0.2s ease;
}
#header-wrapper .top-header .categories-dropdown .dropdown-item:hover {
  background-color: #f5f5f5;
  color: var(--color-primary);
}
#header-wrapper .top-header .categories-dropdown .dropdown-item .flag-icon {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 6px;
}
#header-wrapper .top-header .categories-dropdown .dropdown-item span {
  flex: 1;
}
#header-wrapper .top-header .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
#header-wrapper .top-header .header-actions .mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header-wrapper .top-header .header-actions .mobile-actions .search-btn-mobile-top {
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: var(--color-primary);
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-wrapper .top-header .header-actions .mobile-actions .search-btn-mobile-top i {
  color: #fff;
  font-size: 15px;
}
#header-wrapper .top-header .header-actions .mobile-actions .search-btn-mobile-top:focus {
  box-shadow: none;
}
#header-wrapper .top-header .header-actions .mobile-actions .search-btn-mobile-top:hover {
  background-color: var(--color-primary) -light;
}
#header-wrapper .top-header .header-actions .mobile-actions .mobile-menu-toggle-top {
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: var(--color-primary);
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-wrapper .top-header .header-actions .mobile-actions .mobile-menu-toggle-top .navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-wrapper .top-header .header-actions .mobile-actions .mobile-menu-toggle-top .navbar-toggler-icon i {
  color: #fff;
  font-size: 15px;
}
#header-wrapper .top-header .header-actions .mobile-actions .mobile-menu-toggle-top:focus {
  box-shadow: none;
}
#header-wrapper .top-header .header-actions .mobile-actions .mobile-menu-toggle-top:hover {
  background-color: var(--color-primary) -light;
}
#header-wrapper .top-header .header-actions .desktop-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
#header-wrapper .top-header .header-actions .dropdown {
  position: relative;
}
#header-wrapper .top-header .header-actions .action-btn {
  background-color: #f5f5f5;
  border: none;
  border-radius: 6px;
  padding: 10px 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#header-wrapper .top-header .header-actions .action-btn:hover {
  background-color: #e0e0e0;
}
#header-wrapper .top-header .header-actions .action-btn i {
  color: var(--icb-red);
  font-size: 18px;
}
#header-wrapper .top-header .header-actions .action-btn .flag-icon {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 6px;
}
#header-wrapper .top-header .header-actions .action-btn.profile-btn i {
  color: var(--icb-red);
}
#header-wrapper .top-header .header-actions .action-btn.search-btn-mobile i {
  color: var(--icb-red);
  font-size: 18px;
}
#header-wrapper .top-header .header-actions .quote-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 8px 0;
}
#header-wrapper .top-header .header-actions .quote-btn {
  background-color: var(--color-primary);
  color: var(--color-text-on-theme);
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
}
#header-wrapper .top-header .header-actions .quote-btn:hover {
  background-color: #272222;
  color: #fff;
}
@media (max-width: 991.98px) {
  #header-wrapper .top-header {
    padding: 15px 0;
  }
  #header-wrapper .top-header .logo-wrapper .logo-text {
    font-size: 16px;
  }
  #header-wrapper .top-header .logo-wrapper .logo-icon svg {
    width: 32px;
    height: 32px;
  }
  #header-wrapper .top-header .search-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #header-wrapper .top-header .search-wrapper .search-input {
    padding: 10px 45px 10px 15px;
    font-size: 15px;
  }
  #header-wrapper .top-header .search-wrapper .search-icon {
    right: 15px;
    font-size: 15px;
  }
  #header-wrapper .top-header .header-actions {
    gap: 8px;
  }
  #header-wrapper .top-header .header-actions .action-btn {
    padding: 8px 12px;
  }
  #header-wrapper .top-header .header-actions .action-btn i {
    font-size: 16px;
  }
  #header-wrapper .top-header .header-actions .action-btn .flag-icon {
    width: 18px;
    height: 12px;
  }
  #header-wrapper .top-header .header-actions .action-btn.cart-btn .cart-badge {
    width: 18px;
    height: 18px;
    font-size: 15px;
    top: -4px;
    right: -4px;
  }
  #header-wrapper .top-header .header-actions .action-btn.categories-btn span {
    display: none;
  }
  #header-wrapper .top-header .header-actions .categories-dropdown {
    min-width: 160px;
    margin-top: 6px;
  }
  #header-wrapper .top-header .header-actions .categories-dropdown .dropdown-item {
    padding: 8px 14px;
    font-size: 15px;
  }
  #header-wrapper .top-header .header-actions .categories-dropdown .dropdown-item .flag-icon {
    width: 18px;
    height: 12px;
  }
  #header-wrapper .top-header .quote-wrapper {
    margin-top: 15px;
    padding: 0;
    justify-content: center;
  }
  #header-wrapper .top-header .quote-wrapper .quote-divider {
    display: none;
  }
  #header-wrapper .top-header .quote-wrapper .quote-btn {
    width: 100%;
    padding: 12px 24px;
  }
}
@media (max-width: 575.98px) {
  #header-wrapper .top-header {
    padding: 12px 0;
  }
  #header-wrapper .top-header .logo-wrapper {
    gap: 8px;
  }
  #header-wrapper .top-header .logo-wrapper .logo-text {
    font-size: 15px;
  }
  #header-wrapper .top-header .logo-wrapper .logo-icon svg {
    width: 28px;
    height: 28px;
  }
  #header-wrapper .top-header .search-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  #header-wrapper .top-header .search-wrapper .search-input {
    padding: 8px 40px 8px 12px;
    font-size: 15px;
  }
  #header-wrapper .top-header .search-wrapper .search-icon {
    right: 12px;
    font-size: 15px;
  }
  #header-wrapper .top-header .header-actions {
    gap: 6px;
  }
  #header-wrapper .top-header .header-actions .action-btn {
    padding: 8px 10px;
  }
  #header-wrapper .top-header .header-actions .action-btn i {
    font-size: 15px;
  }
  #header-wrapper .top-header .header-actions .action-btn .flag-icon {
    width: 16px;
    height: 11px;
  }
  #header-wrapper .top-header .header-actions .action-btn.cart-btn .cart-badge {
    width: 16px;
    height: 16px;
    font-size: 15px;
    top: -3px;
    right: -3px;
  }
  #header-wrapper .top-header .header-actions .categories-dropdown {
    min-width: 150px;
    margin-top: 5px;
  }
  #header-wrapper .top-header .header-actions .categories-dropdown .dropdown-item {
    padding: 8px 12px;
    font-size: 15px;
  }
  #header-wrapper .top-header .header-actions .categories-dropdown .dropdown-item .flag-icon {
    width: 16px;
    height: 11px;
  }
}
#header-wrapper .bottom-header {
  border-top: 2px solid #2a2a2a;
  background-color: var(--color-primary);
  padding: 0;
  position: sticky;
  top: 1000;
  z-index: 1000;
}
#header-wrapper .bottom-header .row {
  align-items: center;
}
#header-wrapper .bottom-header .main-nav {
  display: block;
  padding: 0px 0px;
}
#header-wrapper .bottom-header .main-nav .nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item {
  position: relative;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item:hover .single-menu {
  display: block;
  position: absolute;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item:hover .icon-menu {
  display: block;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item:hover .mega-dropdown {
  display: block;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-top: 0;
  position: absolute;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item.mega-menu {
  position: relative;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item.divider {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.1843137255);
  margin: 0 8px;
  padding: 0;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .nav-link {
  color: var(--color-text-on-theme);
  font-size: 15px;
  font-weight: 500;
  padding: 16px 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .nav-link:hover {
  border-bottom: 2px solid white;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .nav-link.dropdown-toggle::after {
  margin-left: 6px;
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
  vertical-align: middle;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .highlight-btn {
  background-color: rgba(42, 42, 42, 0.3);
  padding-right: 50px;
  color: #fff;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .dropdown-menu {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding: 0px 0;
  min-width: 200px;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 15px;
  color: #272222;
  transition: all 0.2s ease;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #f5f5f5;
  color: var(--color-primary);
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .single-menu {
  border-radius: 6px;
  position: relative;
  min-width: 260px;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .single-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .single-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .single-menu li .submenu-title {
  cursor: default;
  user-select: none;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .single-menu li .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 260px;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .single-menu li:hover > .submenu {
  display: block;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .icon-menu li {
  padding: 0px 30px;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .icon-menu li a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown {
  width: 600px;
  padding: 30px 20px;
  left: 50% !important;
  transform: translateX(-50%);
  margin-top: 0;
  position: absolute;
  top: 100%;
  border-radius: 6px;
  box-shadow: 0 0 10px #888888;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .mega-section {
  margin-bottom: 25px;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .mega-title {
  font-size: 18px;
  font-weight: 800;
  color: #272222;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .mega-list li {
  margin-bottom: 8px;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .mega-list li a {
  color: rgba(102, 102, 102, 0.7);
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  display: block;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .mega-list li a:hover {
  color: var(--color-primary);
  padding-left: 5px;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .mega-list li a .menu-item {
  display: flex;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .mega-list li a .menu-item .menu-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .mega-list li a .menu-item .menu-item-name {
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
}
#header-wrapper .bottom-header .track-btn {
  background-color: rgba(42, 42, 42, 0.3);
  padding: 12px 20px;
  border-radius: 6px;
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-weight: 200;
  transition: 0.3s;
}
#header-wrapper .bottom-header .track-btn:hover {
  background-color: #2a2a2a;
}
@media (max-width: 991.98px) {
  #header-wrapper .bottom-header .main-nav {
    margin-top: 0;
  }
  #header-wrapper .bottom-header .main-nav .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  #header-wrapper .bottom-header .main-nav .nav-menu .nav-item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  #header-wrapper .bottom-header .main-nav .nav-menu .nav-item.divider {
    display: none;
  }
  #header-wrapper .bottom-header .main-nav .nav-menu .nav-item .nav-link {
    padding: 15px 0;
    width: 100%;
    justify-content: space-between;
  }
  #header-wrapper .bottom-header .main-nav .nav-menu .nav-item .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    border: none;
    box-shadow: none;
    margin-top: 0;
    padding-left: 20px;
  }
  #header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown {
    left: 0 !important;
    transform: none !important;
    width: 100%;
    max-width: 100%;
  }
  #header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .container {
    padding: 0;
  }
  #header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .row {
    margin: 0;
  }
  #header-wrapper .bottom-header .main-nav .nav-menu .nav-item .mega-dropdown .row > div {
    margin-bottom: 25px;
    padding: 0 20px;
  }
}

#searchOffcanvas.header-search-offcanvas .offcanvas-header {
  border-bottom: 1px solid #E2E8F0;
}
#searchOffcanvas.header-search-offcanvas .offcanvas-body {
  padding-top: 24px;
  padding-bottom: 28px;
}

#mobileMenuOffcanvas,
.mobile-menu-offcanvas {
  background-color: #ffffff !important;
  border-left: 1px solid #E2E8F0;
  max-width: 320px;
}
#mobileMenuOffcanvas .offcanvas-header,
.mobile-menu-offcanvas .offcanvas-header {
  background-color: #ffffff;
  border-bottom: 1px solid #E2E8F0;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobileMenuOffcanvas .offcanvas-header .btn-close,
.mobile-menu-offcanvas .offcanvas-header .btn-close {
  font-size: 14px;
  filter: none !important;
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.2s;
}
#mobileMenuOffcanvas .offcanvas-header .btn-close:hover,
.mobile-menu-offcanvas .offcanvas-header .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
#mobileMenuOffcanvas .mobile-menu-logo img,
.mobile-menu-offcanvas .mobile-menu-logo img {
  height: 40px;
  width: auto;
  display: block;
}
#mobileMenuOffcanvas .offcanvas-body,
.mobile-menu-offcanvas .offcanvas-body {
  padding: 0;
  background: #ffffff;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info {
  padding: 16px 20px;
  background-color: var(--icb-surface, #F8FAFC);
  border-bottom: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .contact-item,
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .mobile-contact-link,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .contact-item,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .mobile-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--icb-dark-grey, #272222) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .contact-item:hover,
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .mobile-contact-link:hover,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .contact-item:hover,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .mobile-contact-link:hover {
  color: var(--icb-red, #800000) !important;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .contact-item img,
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .contact-item .icb-icon,
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .mobile-contact-link img,
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .mobile-contact-link .icb-icon,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .contact-item img,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .contact-item .icb-icon,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .mobile-contact-link img,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .mobile-contact-link .icb-icon {
  width: 16px;
  height: 16px;
  color: var(--icb-red, #800000);
  filter: none;
  flex-shrink: 0;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .mobile-quote-btn,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .mobile-quote-btn {
  display: block;
  text-align: center;
  margin-top: 6px;
  padding: 12px;
  background: var(--icb-red, #800000);
  color: #fff !important;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(128, 0, 0, 0.25);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-contact-info .mobile-quote-btn:hover,
.mobile-menu-offcanvas .offcanvas-body .mobile-contact-info .mobile-quote-btn:hover {
  background: var(--icb-dark-grey, #272222);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav {
  padding: 12px 20px;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item {
  border-bottom: 1px solid #F1F5F9;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item:last-child,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item:last-child {
  border-bottom: none;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .nav-link,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .nav-link {
  color: var(--icb-dark-grey, #272222) !important;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 0 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s ease;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .nav-link:hover,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .nav-link:hover {
  color: var(--icb-red, #800000) !important;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .nav-link.dropdown-toggle::after,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .nav-link.dropdown-toggle::after {
  margin-left: auto;
  border-top: 5px solid #64748B;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
  transition: transform 0.2s;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .nav-link.dropdown-toggle[aria-expanded=true]::after,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .nav-link.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
  border-top-color: var(--icb-red, #800000);
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .mobile-dropdown,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .mobile-dropdown {
  position: static !important;
  transform: none !important;
  width: 100%;
  border: 1px solid #E2E8F0 !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin: 4px 0 10px !important;
  padding: 6px !important;
  background-color: var(--icb-surface, #F8FAFC) !important;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .mobile-dropdown .dropdown-item,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .mobile-dropdown .dropdown-item {
  padding: 8px 12px !important;
  font-size: 14px;
  font-weight: 500;
  color: #334155 !important;
  border-bottom: none !important;
  border-radius: 4px;
  transition: all 0.2s ease;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .mobile-dropdown .dropdown-item:last-child,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .mobile-dropdown .dropdown-item:last-child {
  border-bottom: none;
}
#mobileMenuOffcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .mobile-dropdown .dropdown-item:hover,
.mobile-menu-offcanvas .offcanvas-body .mobile-main-nav .nav-menu-mobile .nav-item .mobile-dropdown .dropdown-item:hover {
  background-color: rgba(128, 0, 0, 0.08) !important;
  color: var(--icb-red, #800000) !important;
  padding-left: 16px !important;
}

#banner-area #featureCarousel {
  padding: 20px 0;
}
#banner-area #featureCarousel .carousel-item {
  transition: transform 0.8s ease;
}
#banner-area #featureCarousel img {
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

#intro-section .intro-header {
  background-color: #2a2a2a;
  padding: 15px 25px;
}
#intro-section .intro-header .intro-heading {
  text-transform: uppercase;
  color: #272222;
  padding: 0px;
  margin: 0px;
}
#intro-section .intro-container .intro-sub-heading {
  padding: 10px 15px;
  margin-top: 15px;
}
#intro-section .intro-container p {
  font-family: "Roboto", Sans-serif;
  padding: 10px 0px;
}
#intro-section .intro-container p strong a {
  text-decoration: none;
  color: var(--color-primary);
}
#intro-section .intro-bottom .discount-tagline {
  font-weight: 600;
}

#trending-section {
  margin-top: 80px;
}
#trending-section .trending-products-container {
  margin-top: 50px;
  margin-bottom: 80px;
}

#top-selling-section .top-products-container {
  margin-top: 50px;
  margin-bottom: 80px;
}

#discount-section {
  padding: 10px 0px;
  background-color: #2a2a2a;
}
#discount-section .discount-banner-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#discount-section .discount-banner-div .discount-text {
  color: white;
  margin: 0px;
  size: 25px;
}
#discount-section .discount-banner-div .get-a-qoute-discount {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
}

#qoute-form-section {
  padding: 80px 0;
  background: #fff;
}
#qoute-form-section .form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#qoute-form-section .form-header .form-heading {
  color: #272222;
  font-size: 25px;
  font-weight: 800;
}
#qoute-form-section .form-header .form-heading .text-white {
  color: #272222;
}
#qoute-form-section .form-header .divider-view {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 40px;
}
#qoute-form-section .form-header .divider-view::before {
  content: "";
  flex: 1;
  border-bottom: 1px solid black;
}
#qoute-form-section .form-header .divider-view::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid black;
}
#qoute-form-section .form-header .divider-text {
  padding: 0 15px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}
#qoute-form-section #qoute-form .dropdown-div {
  position: relative;
}
#qoute-form-section #qoute-form .dropdown-div .dropdown-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
  font-size: 15px;
}
#qoute-form-section #qoute-form .btn-submit {
  background-color: black;
  border: none;
}
#qoute-form-section .form-right-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#qoute-form-section .form-right-div .form-heading-img-rht {
  max-width: 300px;
}
#qoute-form-section .form-right-div .qoute-caption-upper {
  color: #fff;
  font-weight: 300;
  margin: 0dp;
}
#qoute-form-section .form-right-div .qoute-caption-lower {
  color: #FFBF7C;
  font-size: 20px;
  font-weight: 500;
}

#latest-custom-boxes-section .designed-boxes-container {
  margin-top: 50px;
  margin-bottom: 80px;
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 2px solid #2a2a2a;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px var(--color-gradients);
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #ECECEC;
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card .designed-box-img-wrapper {
  padding: 10px;
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card .designed-box-img-wrapper .designed-box-img {
  aspect-ratio: 1/1;
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card .box-name-div {
  background-color: #2a2a2a;
  padding: 8px 15px;
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card .box-name-div span {
  font-size: 15px;
  font-weight: 400;
  color: white;
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card .card-key {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #272222;
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card .card-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-themed-dark);
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card .card-link {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card .box-highlight-div {
  background-color: #2a2a2a;
  padding: 8px 15px 8px 10px;
}
#latest-custom-boxes-section .designed-boxes-container .designed-box-card .box-highlight-div .highlight-text {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

#serving-countries-section .countries-container {
  margin-top: 50px;
}
#serving-countries-section .countries-container .country-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 20px;
  aspect-ratio: 1/1;
}
#serving-countries-section .countries-container .country-card:hover img {
  filter: brightness(1);
  transform: scale(1.1);
}
#serving-countries-section .countries-container .country-card:hover .image-overlay h2 {
  color: #272222;
}
#serving-countries-section .countries-container .country-card:hover .diagonal-line {
  opacity: 1;
}
#serving-countries-section .countries-container .country-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  transition: all 0.4s ease;
}
#serving-countries-section .countries-container .country-card .image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#serving-countries-section .countries-container .country-card .image-overlay h2 {
  color: #272222;
  font-size: 36px;
  font-weight: 700;
  transition: color 0.4s ease;
}
#serving-countries-section .countries-container .country-card .diagonal-lines {
  position: absolute;
  top: -40%;
  right: 20%;
  width: 2px;
  height: 180%;
  background: #000;
  transform: rotate(20deg);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 3;
}

#customization-section {
  padding: 30px 0px;
}
#customization-section .sub-heading-customization {
  font-size: 22px;
  color: #272222;
}
#customization-section .para-customization {
  font-size: 12pt;
  color: #000000;
  background-color: transparent;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  vertical-align: baseline;
  white-space: pre-wrap;
}
#customization-section .customization-options-div {
  margin-top: 60px;
}
#customization-section .customization-options-div .customization-h6 {
  color: #272222;
  text-align: center;
}
#customization-section .customization-options-div .customaization-options-container {
  max-width: 1100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
#customization-section .customization-options-div .customaization-options-container .customization-card {
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}
#customization-section .customization-options-div .customaization-options-container .customization-card .customization-img {
  border-radius: 6px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#customization-section .customization-options-div .customaization-options-container .customization-card .customization-intro {
  padding: 20px;
}
#customization-section .customization-options-div .customaization-options-container .customization-card .customization-intro .customization-name {
  color: #272222;
  font-weight: 400;
  font-size: 22px;
}
#customization-section .customization-options-div .customaization-options-container .customization-card .customization-intro .customization-description {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
}

#suitable-material-section {
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
#suitable-material-section .suitable-material-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#suitable-material-section .suitable-material-container .suitable-material-header .suitable-material-heading {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1.2;
  text-align: center;
}
#suitable-material-section .suitable-material-container .suitable-material-header .suitable-material-description {
  font-weight: 400;
  text-align: center;
}
#suitable-material-section .suitable-material-container .materials-container {
  padding: 0px 50px;
  margin: 20px 0px;
}
#suitable-material-section .suitable-material-container .materials-container .material-card {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 95%;
}
#suitable-material-section .suitable-material-container .materials-container .material-card .material-name {
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
}
#suitable-material-section .suitable-material-container .materials-container .material-card a {
  overflow: hidden;
}
#suitable-material-section .suitable-material-container .materials-container .material-card a .material-img {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 450/300;
  transition: 1s;
}
#suitable-material-section .suitable-material-container .materials-container .material-card a .material-img:hover {
  transform: scale(1.2);
}
#suitable-material-section .suitable-material-container .materials-container .material-card .material-description {
  text-align: justify;
  font-size: 15px;
  font-family: "Roboto", Sans-serif;
  color: #272222;
  margin: 20px 0px;
  padding: 0px 20px;
}
#suitable-material-section .suitable-material-container .suitable-material-footer {
  padding: 0px 50px;
  margin: 0px 0px;
}
#suitable-material-section .suitable-material-container .suitable-material-footer p {
  color: #272222;
  text-align: center;
  font-family: "Roboto", Sans-serif;
}

#statistics-section {
  background-color: var(--color-box-shadow);
  background-image: url("../images/statistics-section-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  margin-top: 20px;
  padding: 30px;
}
#statistics-section .statistics-div .stats-item {
  text-align: center;
  padding: 40px 20px;
  position: relative;
}
@media (min-width: 992px) {
  #statistics-section .statistics-div .stats-item {
    border-right: 2px solid #000;
  }
  #statistics-section .statistics-div .stats-item:last-child {
    border-right: none;
  }
}
@media (max-width: 991px) {
  #statistics-section .statistics-div .stats-item {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }
  #statistics-section .statistics-div .stats-item:nth-child(2n) {
    border-right: none;
  }
  #statistics-section .statistics-div .stats-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
#statistics-section .statistics-div .stats-item h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 5px;
}
#statistics-section .statistics-div .stats-item p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
#statistics-section .statistics-details-div {
  margin-top: 30px;
}
#statistics-section .statistics-details-div a {
  text-decoration: none;
  color: var(--color-text-themed-dark);
}
#statistics-section .statistics-details-div .custom-scroll-wrapper {
  max-height: 400px;
  /* same visual height as screenshot */
  overflow-y: auto;
  padding-right: 12px;
  /* space for scrollbar */
}
#statistics-section .statistics-details-div {
  /* Firefox */
}
#statistics-section .statistics-details-div .custom-scroll-wrapper {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) var(--color-scroll-background);
}
#statistics-section .statistics-details-div {
  /* Chrome / Edge / Safari */
}
#statistics-section .statistics-details-div .custom-scroll-wrapper::-webkit-scrollbar {
  width: 10px;
}
#statistics-section .statistics-details-div .custom-scroll-wrapper::-webkit-scrollbar-track {
  background: var(--color-scroll-background);
  border-radius: 6px;
}
#statistics-section .statistics-details-div .custom-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 6px;
  border: 2px solid var(--color-scroll-background);
}

#reviews-section {
  margin-top: 0;
}
#reviews-section .reviews-container {
  margin-top: 60px;
}
#reviews-section .reviews-container .review-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
#reviews-section .reviews-container .review-card .box-icon-wrapper {
  max-width: 100px;
  display: inline-block;
  position: relative;
}
#reviews-section .reviews-container .review-card .box-icon-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  mix-blend-mode: color;
  /* Or multiply/screen depending on desired intensity */
}
#reviews-section .reviews-container .review-card .reviewer-name {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #272222;
  line-height: 1;
}
#reviews-section .reviews-container .review-card .review-text {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #272222;
}
#reviews-section .reviews-container .review-card .rating .unchecked {
  color: grey;
}
#reviews-section .reviews-container .review-card .rating .checked {
  color: gold;
}
#reviews-section .reviews-container .odd-card {
  margin-bottom: 70px;
}
@media (max-width: 699px) {
  #reviews-section .reviews-container .odd-card {
    margin: 10px 0px;
  }
}
#reviews-section .reviews-container .even-card {
  margin-top: 70px;
}
@media (max-width: 699px) {
  #reviews-section .reviews-container .even-card {
    margin: 10px 0px;
  }
}

#why-us-section {
  margin-top: 60px;
}
#why-us-section .why-us-header .why-us-heading {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-align: center;
  color: #272222;
}
#why-us-section .why-us-header .divider-view {
  display: flex;
  align-items: center;
  width: 24%;
  margin-top: 20px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
#why-us-section .why-us-header .divider-view::before {
  content: "";
  flex: 1;
  border-bottom: 1px solid black;
}
#why-us-section .why-us-header .divider-view::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid black;
}
#why-us-section .why-us-header .divider-view .divider-text .theme-filled {
  font-size: 20px;
  color: var(--icb-red);
  padding: 0px 5px;
}
#why-us-section .features-list-container .features-list {
  padding: 0;
}
#why-us-section .features-list-container .features-list li {
  margin-bottom: 20px;
}
#why-us-section .features-list-container .features-list li strong {
  font-size: 18px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #272222;
}
#why-us-section .features-list-container .features-list li p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
  color: #272222;
  margin: 0;
}
#why-us-section .features-list-container .video-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
}
#why-us-section .features-list-container .video-wrapper .video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#why-us-section .features-list-container .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  pointer-events: none;
}
#why-us-section .features-list-container .video-wrapper .play-button svg {
  width: 100%;
  height: 100%;
}

#footer-top {
  margin-top: 80px;
  background-color: var(--icb-red);
}
#footer-top .footer-top-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
@media (max-width: 599px) {
  #footer-top .footer-top-div {
    flex-direction: column;
  }
  #footer-top .footer-top-div .social-icons {
    margin-top: 10px;
  }
}
#footer-top .footer-top-div .footer-logo {
  max-width: 120px;
}
@media (max-width: 599px) {
  #footer-top .footer-top-div .footer-logo {
    max-width: 150px;
  }
}
#footer-top .footer-top-div .footer-review-img {
  max-height: 40px;
}
#footer-top .footer-top-div .social-icons a {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}

#footer-main {
  margin-top: 0;
  background-color: var(--icb-red);
  padding: 20px 0;
}
#footer-main .footer-list-title {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  line-height: 35px;
}
#footer-main .footer-list-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #fff;
  margin-top: 6px;
}
#footer-main .footer-list-info {
  list-style: none;
  padding-left: 0px;
}
#footer-main .footer-list-info li {
  font-size: 15px;
  font-weight: 400;
  line-height: 3;
  display: flex;
  align-items: center;
}
#footer-main .footer-list-info li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s;
}
#footer-main .footer-list-info li a:hover {
  color: #fff;
}
#footer-main .footer-list-info li a i {
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin-right: 10px;
  color: #fff;
}
#footer-main .footer-list {
  list-style: none;
  padding-left: 0px;
}
#footer-main .footer-list li {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  display: flex;
  align-items: center;
}
#footer-main .footer-list li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s;
}
#footer-main .footer-list li a:hover {
  color: #fff;
}
#footer-main .footer-list li a i {
  width: 8px;
  height: 8px;
  font-size: 15px;
  margin-right: 8px;
  color: #fff;
}
#footer-main .images-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  #footer-main .images-col {
    display: none;
  }
}
@media (max-width: 599px) {
  #footer-main .images-col {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#footer-main .images-col img {
  max-width: 100%;
  max-height: 100%;
}

#newsletter-section {
  border-top: 0.5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
  padding: 20px 0px;
}
#newsletter-section .newsletter-div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 599px) {
  #newsletter-section .newsletter-div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#newsletter-section .newsletter-div i {
  font-size: 40px;
  margin-right: 20px;
  color: var(--icb-red);
}
@media (max-width: 599px) {
  #newsletter-section .newsletter-div i {
    font-size: 35px;
  }
}
#newsletter-section .newsletter-div .newsletter-heading {
  line-height: 1.1;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 599px) {
  #newsletter-section .newsletter-div .newsletter-heading {
    font-size: 20px;
  }
}
#newsletter-section .newsletter-div .newsletter-text {
  line-height: 1.1;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 599px) {
  #newsletter-section .newsletter-div .newsletter-text {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  #newsletter-section .newsletter-div .newsletter-form-div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
}
#newsletter-section .newsletter-div .newsletter-form-div #inputEmailNewsletter {
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 10px 20px;
  width: 450px;
}
@media (max-width: 599px) {
  #newsletter-section .newsletter-div .newsletter-form-div #inputEmailNewsletter {
    width: 100%;
    margin-bottom: 10px;
  }
}
#newsletter-section .newsletter-div .newsletter-form-div .btn-submit {
  margin-left: 10px;
  border-radius: 6px;
  background-color: var(--color-primary);
  color: var(--color-text-on-theme);
  border: none;
  max-width: 150px;
}

#footer-bottom {
  padding: 10px 0px;
  background-color: var(--icb-red);
}
#footer-bottom .footer-badge {
  max-height: 50px;
}
#footer-bottom .payment-badge {
  max-height: 40px;
}

.category-page {
  background-color: #FAFAFA;
}

.category-hero {
  background: linear-gradient(135deg, #4A0000 0%, #800000 50%, #2b0000 100%);
  position: relative;
  padding: 48px 0 36px;
  color: #fff;
  overflow: hidden;
}
.category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.4;
  pointer-events: none;
}
.category-hero .category-hero-inner {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 840px;
  margin: 0;
}
.category-hero .category-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 16px;
  border-radius: 50px;
  backdrop-filter: blur(4px);
}
.category-hero .category-breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.category-hero .category-breadcrumb a:hover {
  color: #FFBF7C;
}
.category-hero .category-breadcrumb .breadcrumb-sep {
  opacity: 0.6;
}
.category-hero .category-hero-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.category-hero .category-hero-title span {
  color: #FFBF7C;
}
.category-hero .category-hero-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  margin-bottom: 0;
}
.category-hero .category-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.category-hero .category-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: all 0.2s ease;
}
.category-hero .category-pill:hover, .category-hero .category-pill.active {
  background: #fff;
  color: var(--icb-red);
  border-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.category-main-section {
  padding: 44px 0 60px;
}

.category-sidebar {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 20px;
}
.category-sidebar .sidebar-widget {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid #F1F5F9;
}
.category-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.category-sidebar .sidebar-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--icb-dark-grey);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-sidebar .filter-search-box {
  position: relative;
}
.category-sidebar .filter-search-box input {
  width: 100%;
  padding: 9px 12px 9px 34px;
  font-size: 14px;
  border: 1.5px solid #E2E8F0;
  border-radius: 6px;
  background: #F8FAFC;
  transition: border-color 0.2s;
}
.category-sidebar .filter-search-box input:focus {
  outline: none;
  border-color: var(--icb-red);
  background: #fff;
}
.category-sidebar .filter-search-box .filter-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: #94A3B8;
}
.category-sidebar .category-nav-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}
.category-sidebar .category-nav-list::-webkit-scrollbar {
  width: 5px;
}
.category-sidebar .category-nav-list::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 4px;
}
.category-sidebar .category-nav-list .category-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease;
}
.category-sidebar .category-nav-list .category-nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: var(--icb-red);
  border-radius: 0 2px 2px 0;
  transition: height 0.2s ease;
}
.category-sidebar .category-nav-list .category-nav-item .icb-icon {
  width: 12px;
  height: 12px;
  fill: #94A3B8;
  transition: all 0.2s ease;
}
.category-sidebar .category-nav-list .category-nav-item:hover {
  background: #FFF5F5;
  color: var(--icb-red);
  padding-left: 16px;
}
.category-sidebar .category-nav-list .category-nav-item:hover::before {
  height: 70%;
}
.category-sidebar .category-nav-list .category-nav-item:hover .icb-icon {
  fill: var(--icb-red);
  transform: translateX(3px);
}
.category-sidebar .category-nav-list .category-nav-item.active {
  background: #FFF0F0;
  color: var(--icb-red);
  font-weight: 700;
  padding-left: 16px;
}
.category-sidebar .category-nav-list .category-nav-item.active::before {
  height: 70%;
}
.category-sidebar .category-nav-list .category-nav-item.active .icb-icon {
  fill: var(--icb-red);
}
.category-sidebar .sidebar-help-card {
  background: linear-gradient(135deg, rgba(128, 0, 0, 0.05) 0%, rgba(128, 0, 0, 0.12) 100%);
  border: 1px solid rgba(128, 0, 0, 0.15);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}
.category-sidebar .sidebar-help-card h6 {
  font-weight: 700;
  font-size: 15px;
  color: var(--icb-red);
  margin-bottom: 6px;
}
.category-sidebar .sidebar-help-card p {
  font-size: 12px;
  color: #475569;
  margin-bottom: 12px;
  line-height: 1.4;
}
.category-sidebar .sidebar-help-card .btn-sidebar-help {
  display: inline-block;
  background: var(--icb-red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.category-sidebar .sidebar-help-card .btn-sidebar-help:hover {
  background: var(--icb-dark-grey);
  color: #fff;
}

.catalog-toolbar {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 14px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.catalog-toolbar .catalog-count {
  font-size: 14px;
  color: #64748B;
  font-weight: 500;
}
.catalog-toolbar .catalog-count strong {
  color: var(--icb-dark-grey);
  font-weight: 700;
}
.catalog-toolbar .catalog-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}
.catalog-toolbar .catalog-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #64748B;
  font-weight: 600;
}
.catalog-toolbar .catalog-sort select {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid #E2E8F0;
  border-radius: 6px;
  background: #fff;
  color: var(--icb-dark-grey);
  cursor: pointer;
}
.catalog-toolbar .catalog-sort select:focus {
  outline: none;
  border-color: var(--icb-red);
}

.category-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  transition: opacity 0.2s ease;
}
.category-products-grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.category-products-grid .catalog-empty {
  grid-column: 1 / -1;
}
@media (max-width: 991.98px) {
  .category-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .category-products-grid {
    grid-template-columns: 1fr;
  }
}
.category-products-grid .trending-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.category-products-grid .trending-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: #CBD5E1;
}
.category-products-grid .trending-card .trending-card-body {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.category-products-grid .trending-card .trending-card-meta {
  flex: 1;
}
.category-products-grid .trending-card .trending-card-cat {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--icb-red);
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
.category-products-grid .trending-card .trending-card-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--icb-dark-grey);
  margin-bottom: 4px;
  line-height: 1.3;
}
.category-products-grid .trending-card .trending-card-prices {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.category-products-grid .trending-card .trending-card-price-old {
  font-size: 15px;
  color: #94A3B8;
  text-decoration: line-through;
}
.category-products-grid .trending-card .trending-card-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--icb-red);
}

.category-view-all-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.category-view-all-wrap .btn-category-view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--icb-red);
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  padding: 13px 36px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(128, 0, 0, 0.2);
  transition: all 0.25s ease;
}
.category-view-all-wrap .btn-category-view-all .icb-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: transform 0.2s ease;
}
.category-view-all-wrap .btn-category-view-all:hover {
  background: var(--icb-dark-grey);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.category-view-all-wrap .btn-category-view-all:hover .icb-icon {
  transform: translateX(4px);
}

.catalog-empty {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 48px 24px;
  text-align: center;
}
.catalog-empty h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 8px;
}
.catalog-empty p {
  margin: 0;
  color: #64748B;
}

.catalog-empty-note {
  margin: 0;
  font-size: 14px;
  color: #64748B;
}

.category-perks-section {
  background: #fff;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  padding: 36px 0;
}
.category-perks-section .perk-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px;
}
.category-perks-section .perk-card .perk-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(var(--icb-red-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.category-perks-section .perk-card .perk-icon-wrap .icb-icon {
  width: 24px;
  height: 24px;
  color: var(--icb-red);
}
.category-perks-section .perk-card .perk-title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-dark-grey);
  margin-bottom: 2px;
}
.category-perks-section .perk-card .perk-sub {
  font-size: 13px;
  color: #64748B;
  margin: 0;
}

.category-seo-section {
  padding: 50px 0;
  background: #FAFAFA;
}
.category-seo-section .seo-card {
  background: #fff;
  border: 1px solid var(--icb-red);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}
.category-seo-section .seo-card h2 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--icb-dark-grey);
  margin-top: 24px;
  margin-bottom: 12px;
}
.category-seo-section .seo-card h2:first-child {
  margin-top: 0;
}
.category-seo-section .seo-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 14px;
}
.category-seo-section .seo-card ul, .category-seo-section .seo-card ol {
  padding-left: 20px;
  margin-bottom: 16px;
}
.category-seo-section .seo-card ul li, .category-seo-section .seo-card ol li {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 6px;
}
.category-seo-section .seo-card ul li::marker, .category-seo-section .seo-card ol li::marker {
  color: var(--icb-red);
}

#statistics-section-products {
  margin-top: 20px;
  padding: 30px;
}
#statistics-section-products .statistics-div .stats-item {
  text-align: center;
  padding: 40px 20px;
  position: relative;
}
@media (min-width: 992px) {
  #statistics-section-products .statistics-div .stats-item {
    border-right: 2px solid #000;
  }
  #statistics-section-products .statistics-div .stats-item:last-child {
    border-right: none;
  }
}
@media (max-width: 991px) {
  #statistics-section-products .statistics-div .stats-item {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }
  #statistics-section-products .statistics-div .stats-item:nth-child(2n) {
    border-right: none;
  }
  #statistics-section-products .statistics-div .stats-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
#statistics-section-products .statistics-div .stats-item h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 5px;
}
#statistics-section-products .statistics-div .stats-item p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
#statistics-section-products .statistics-details-div {
  margin-top: 30px;
}
#statistics-section-products .statistics-details-div .custom-scroll-wrapper {
  max-height: 400px;
  /* same visual height as screenshot */
  overflow-y: auto;
  padding-right: 12px;
  /* space for scrollbar */
}
#statistics-section-products .statistics-details-div {
  /* Firefox */
}
#statistics-section-products .statistics-details-div .custom-scroll-wrapper {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) var(--color-scroll-background);
}
#statistics-section-products .statistics-details-div {
  /* Chrome / Edge / Safari */
}
#statistics-section-products .statistics-details-div .custom-scroll-wrapper::-webkit-scrollbar {
  width: 10px;
}
#statistics-section-products .statistics-details-div .custom-scroll-wrapper::-webkit-scrollbar-track {
  background: var(--color-scroll-background);
  border-radius: 6px;
}
#statistics-section-products .statistics-details-div .custom-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 6px;
  border: 2px solid var(--color-scroll-background);
}

#product-details-section {
  padding: 36px 0 24px;
  background-color: #ffffff;
}
#product-details-section .page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  margin-bottom: 20px;
}
#product-details-section .page-breadcrumb a {
  color: #64748B;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
#product-details-section .page-breadcrumb a:hover {
  color: var(--icb-red);
}
#product-details-section .page-breadcrumb span {
  color: #1E293B;
  font-weight: 600;
  font-size: 15px;
}
#product-details-section .product-gallery-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
#product-details-section .product-gallery-card .product-main-image-wrap {
  width: 100%;
  background: #F8FAFC;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  aspect-ratio: 1/1;
  min-height: 0;
  max-height: none;
  position: relative;
}
#product-details-section .product-gallery-card .product-main-image-wrap .product-main-img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.25s ease, transform 0.3s ease;
}
#product-details-section .product-gallery-card .product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}
#product-details-section .product-gallery-card .product-gallery-thumbs .gallery-thumb-item {
  appearance: none;
  width: 100%;
  background: #F8FAFC;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1;
  display: block;
  transition: all 0.2s ease;
}
#product-details-section .product-gallery-card .product-gallery-thumbs .gallery-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  display: block;
  transition: transform 0.2s ease;
}
#product-details-section .product-gallery-card .product-gallery-thumbs .gallery-thumb-item:hover {
  border-color: rgba(var(--icb-red-rgb), 0.45);
  transform: translateY(-2px);
}
#product-details-section .product-gallery-card .product-gallery-thumbs .gallery-thumb-item:hover img {
  transform: scale(1.05);
}
#product-details-section .product-gallery-card .product-gallery-thumbs .gallery-thumb-item.active {
  border-color: var(--icb-red);
}
#product-details-section .product-top-info .product-title-row {
  margin-bottom: 10px;
}
#product-details-section .product-top-info .product-title-row .product-main-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 800;
  color: #272222;
  margin: 0;
  line-height: 1.2;
}
#product-details-section .product-top-info .product-title-row .stock-badge {
  color: #16A34A;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}
#product-details-section .product-top-info .product-title-row .stock-badge.is-out {
  color: #DC2626;
}
#product-details-section .product-top-info .product-short-desc {
  font-size: 15px;
  color: #4A5568;
  line-height: 1.6;
  margin-bottom: 18px;
}
#product-details-section .product-top-info .product-short-desc p {
  margin: 0 0 0.6em;
}
#product-details-section .product-social-proof {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#product-details-section .product-social-proof .customer-testimonial-card {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}
#product-details-section .product-social-proof .customer-testimonial-card .testimonial-user-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
#product-details-section .product-social-proof .customer-testimonial-card .testimonial-user-header .user-avatar-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F59E0B;
  color: #000;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}
#product-details-section .product-social-proof .customer-testimonial-card .testimonial-user-header .user-info .user-name {
  font-size: 16px;
  font-weight: 700;
  color: #1E293B;
  margin: 0 0 2px;
}
#product-details-section .product-social-proof .customer-testimonial-card .testimonial-user-header .user-info .user-sub {
  font-size: 15px;
  color: #64748B;
}
#product-details-section .product-social-proof .customer-testimonial-card .testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}
#product-details-section .product-social-proof .customer-testimonial-card .testimonial-stars .tp-box-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--icb-red);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 2px;
}
#product-details-section .product-social-proof .customer-testimonial-card .testimonial-quote {
  font-size: 15px;
  line-height: 1.5;
  color: #334155;
  margin-bottom: 10px;
}
#product-details-section .product-social-proof .customer-testimonial-card .testimonial-date {
  font-size: 15px;
  color: #64748B;
}
#product-details-section .product-social-proof .chat-expert-card {
  background: #FFF8F8;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border: 1.5px solid rgba(128, 0, 0, 0.12);
  transition: all 0.2s ease;
}
#product-details-section .product-social-proof .chat-expert-card:hover {
  background: #800000;
  border-color: #800000;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(128, 0, 0, 0.2);
}
#product-details-section .product-social-proof .chat-expert-card:hover .chat-expert-icon {
  background: #fff;
  color: #800000;
}
#product-details-section .product-social-proof .chat-expert-card:hover .chat-expert-icon .icb-icon {
  fill: #800000;
}
#product-details-section .product-social-proof .chat-expert-card:hover .chat-expert-info .chat-expert-tag,
#product-details-section .product-social-proof .chat-expert-card:hover .chat-expert-info .chat-expert-title {
  color: #fff;
}
#product-details-section .product-social-proof .chat-expert-card .chat-expert-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #800000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
#product-details-section .product-social-proof .chat-expert-card .chat-expert-icon .icb-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: fill 0.2s ease;
}
#product-details-section .product-social-proof .chat-expert-card .chat-expert-info {
  display: flex;
  flex-direction: column;
}
#product-details-section .product-social-proof .chat-expert-card .chat-expert-info .chat-expert-tag {
  font-size: 15px;
  font-weight: 600;
  color: #800000;
  line-height: 1.2;
  transition: color 0.2s ease;
}
#product-details-section .product-social-proof .chat-expert-card .chat-expert-info .chat-expert-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-top: 2px;
  transition: color 0.2s ease;
}
#product-details-section .product-quote-card {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 18px 20px;
  background: #fff;
}
#product-details-section .product-quote-card .quote-card-header {
  margin-bottom: 12px;
}
#product-details-section .product-quote-card .quote-card-header .quote-card-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: #E53E3E;
  margin: 0;
  letter-spacing: 0.5px;
}
#product-details-section .product-quote-card .quote-card-header .quote-item-id {
  font-size: 15px;
  font-weight: 700;
  color: #334155;
}
#product-details-section .product-quote-card .product-quote-form .form-control,
#product-details-section .product-quote-card .product-quote-form .form-select {
  border: 1px solid #CBD5E1;
  border-radius: 5px;
  font-size: 15px;
  color: #334155;
  padding: 7px 10px;
}
#product-details-section .product-quote-card .product-quote-form .form-control:focus,
#product-details-section .product-quote-card .product-quote-form .form-select:focus {
  border-color: #E53E3E;
  box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.15);
  outline: none;
}
#product-details-section .product-quote-card .product-quote-form .form-control::placeholder,
#product-details-section .product-quote-card .product-quote-form .form-select::placeholder {
  color: #94A3B8;
  font-size: 15px;
}
#product-details-section .product-quote-card .product-quote-form textarea.form-control {
  resize: vertical;
  min-height: 70px;
}
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row .captcha-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row .captcha-box-wrap .captcha-human-text {
  font-size: 15px;
  color: #475569;
  font-weight: 500;
}
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row .captcha-box {
  display: flex;
  align-items: center;
  gap: 6px;
}
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row .captcha-box .captcha-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #1E293B;
}
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row .captcha-box .captcha-op,
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row .captcha-box .captcha-eq {
  font-weight: 700;
  color: #475569;
  font-size: 15px;
}
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row .captcha-box .captcha-input {
  width: 52px;
  height: 34px;
  text-align: center;
  font-size: 15px;
  padding: 2px 4px;
}
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row .btn-quote-submit {
  background: #800000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 5px;
  border: none;
  transition: all 0.2s;
}
#product-details-section .product-quote-card .product-quote-form .captcha-submit-row .btn-quote-submit:hover {
  background: #4A0000;
  color: #fff;
  transform: translateY(-1px);
}
#product-details-section .product-add-to-cart-box {
  margin-top: 18px;
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  padding: 16px 18px;
}
#product-details-section .product-add-to-cart-box .cart-price-row {
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 8px;
}
#product-details-section .product-add-to-cart-box .cart-price-row .cart-price-group {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
#product-details-section .product-add-to-cart-box .cart-price-row .cart-price-group .cart-price-old {
  font-size: 15px;
  color: #94A3B8;
  text-decoration: line-through;
}
#product-details-section .product-add-to-cart-box .cart-price-row .cart-price-group .cart-price-current {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--icb-red);
}
#product-details-section .product-add-to-cart-box .cart-price-row .cart-price-group .cart-price-unit {
  font-size: 15px;
  color: #64748B;
  font-weight: 600;
}
#product-details-section .product-add-to-cart-box .cart-price-row .cart-stock-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #16A34A;
}
#product-details-section .product-add-to-cart-box .cart-price-row .cart-stock-status .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16A34A;
  display: inline-block;
}
#product-details-section .product-add-to-cart-box .cart-price-row .cart-stock-status.is-out {
  color: #DC2626;
}
#product-details-section .product-add-to-cart-box .cart-price-row .cart-stock-status.is-out .status-dot {
  background: #DC2626;
}
#product-details-section .product-add-to-cart-box .cart-actions-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .quantity-picker {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  height: 42px;
  flex-shrink: 0;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .quantity-picker .qty-btn {
  width: 32px;
  height: 100%;
  background: #F1F5F9;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .quantity-picker .qty-btn:hover {
  background: #E2E8F0;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .quantity-picker .qty-input {
  width: 48px;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #1E293B;
  -moz-appearance: textfield;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .quantity-picker .qty-input::-webkit-outer-spin-button, #product-details-section .product-add-to-cart-box .cart-actions-row .quantity-picker .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .quantity-picker .qty-input:focus {
  outline: none;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .btn-add-to-cart {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  background: var(--icb-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .btn-add-to-cart .icb-icon {
  width: 16px;
  height: 16px;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .btn-add-to-cart:hover {
  background: var(--icb-dark-grey);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(128, 0, 0, 0.2);
}
#product-details-section .product-add-to-cart-box .cart-actions-row .btn-buy-now {
  flex: 0 0 auto;
  height: 42px;
  padding: 0 16px;
  background: #FFBF7C;
  color: #272222;
  font-size: 15px;
  font-weight: 800;
  font-family: inherit;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}
#product-details-section .product-add-to-cart-box .cart-actions-row .btn-buy-now:hover {
  background: #f5ab5e;
  color: #000;
  transform: translateY(-1px);
}
#product-details-section .product-add-to-cart-box .cart-perks-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed #CBD5E1;
  font-size: 12px;
  color: #64748B;
  font-weight: 600;
}
#product-details-section .product-add-to-cart-box .cart-perks-row span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
#product-details-section .product-add-to-cart-box .cart-perks-row span .icb-icon {
  width: 14px;
  height: 14px;
  color: var(--icb-red);
}

#product-specifications-section .product-detail-tabs {
  border-bottom: none;
}
#product-specifications-section .product-detail-tabs .nav-link {
  border-radius: 6px;
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  background: white;
  border: 0.5px solid rgba(128, 128, 128, 0.5);
  color: #272222;
  margin-right: 10px;
}
#product-specifications-section .product-detail-tabs .active {
  color: #fff;
  background: var(--color-primary);
  border: 0.5px solid var(--color-primary);
}
#product-specifications-section .spec-title {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #272222;
}
#product-specifications-section .spec-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bbb;
}
#product-specifications-section .spec-table tr:nth-child(even) {
  background-color: #ffffff;
}
#product-specifications-section .spec-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
#product-specifications-section .spec-table tr td {
  border: 1px solid #bbb;
  padding: 14px 16px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.5;
  color: #272222;
}
#product-specifications-section .spec-label {
  width: 25%;
  font-weight: bold;
}
#product-specifications-section .product-details-div {
  margin-top: 30px;
}
#product-specifications-section .product-details-div a {
  text-decoration: none;
  color: var(--color-text-themed-dark);
}
#product-specifications-section .product-details-div .custom-scroll-wrapper {
  max-height: 500px;
  /* same visual height as screenshot */
  overflow-y: auto;
  padding-right: 12px;
  /* space for scrollbar */
}
#product-specifications-section .product-details-div {
  /* Firefox */
}
#product-specifications-section .product-details-div .custom-scroll-wrapper {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) var(--color-scroll-background);
}
#product-specifications-section .product-details-div {
  /* Chrome / Edge / Safari */
}
#product-specifications-section .product-details-div .custom-scroll-wrapper::-webkit-scrollbar {
  width: 10px;
}
#product-specifications-section .product-details-div .custom-scroll-wrapper::-webkit-scrollbar-track {
  background: var(--color-scroll-background);
  border-radius: 6px;
}
#product-specifications-section .product-details-div .custom-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 6px;
  border: 2px solid var(--color-scroll-background);
}

#processing-section .custom-tabs {
  gap: 32px;
  border-bottom: none;
}
#processing-section .custom-tabs .nav-link {
  position: relative;
  padding: 12px 4px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Roboto", Sans-serif;
  color: black;
  border: none;
  background: none;
}
#processing-section .custom-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 4px;
  background-color: var(--color-primary);
  border-radius: 6px;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}
#processing-section .custom-tabs .nav-link.active::after {
  width: 100%;
}
#processing-section .custom-tabs .nav-link:hover::after {
  width: 100%;
}

#related-products-section {
  padding: 50px 0 80px;
  margin-top: 40px;
  margin-bottom: 0;
}
#related-products-section .section-header-div {
  margin-bottom: 28px;
}
#related-products-section .section-header-div .section-heading {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  text-transform: capitalize;
  color: #111827;
  margin: 0;
}
#related-products-section .products-container {
  width: 100%;
}
#related-products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) {
  #related-products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  #related-products-section .products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.sub-heading-about {
  font-size: 25px;
  font-weight: 600;
  color: #272222;
  margin-top: 30px;
}

.p-bolder-about {
  font-size: 15px;
  font-weight: bolder;
  line-height: 1.9;
  color: #272222;
  margin-top: 20px;
}

.about-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  color: #272222;
  margin-top: 15px;
}
.about-text a {
  text-decoration: none;
  color: var(--color-primary);
}

#intro-section .intro-div {
  margin-top: 40px;
}
#intro-section .intro-div .about-heading {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.8px;
  color: #272222;
  text-align: center;
  margin-top: 10px;
}

#promise-section .promise-div .promises-container .promise-card {
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px var(--color-primary);
}
#promise-section .promise-div .promises-container .promise-card .heading-promise-card {
  font-size: 18px;
  font-weight: 900;
  color: #272222;
}
#promise-section .promise-div .promises-container .promise-card .sub-promise-card {
  font-size: 15px;
  font-weight: bolder;
  line-height: 1.9;
  color: #272222;
}
#promise-section .promise-div .promises-container .promise-card .text-promise-card {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  color: #272222;
}

#packaging-solutions-section .packaging-solutions-div .packaging-solutions-container {
  margin-top: 30px;
}
#packaging-solutions-section .packaging-solutions-div .packaging-solutions-container .packaing-sol-card {
  box-shadow: 0px 0px 10px 0px var(--color-primary);
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
#packaging-solutions-section .packaging-solutions-div .packaging-solutions-container .packaing-sol-card .img-pack-sol {
  height: 120px;
}
#packaging-solutions-section .packaging-solutions-div .packaging-solutions-container .packaing-sol-card .heading-pack-sol {
  color: #272222;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
#packaging-solutions-section .packaging-solutions-div .packaging-solutions-container .packaing-sol-card .text-pack-sol {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  margin-top: 10px;
}

#reviews-section-about {
  margin-top: 10px;
}
#reviews-section-about .review-heading {
  background-color: var(--color-primary);
  color: #272222;
  padding: 5px 0px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #272222;
}
#reviews-section-about .reviews-container {
  margin-top: 60px;
}
#reviews-section-about .reviews-container .review-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
#reviews-section-about .reviews-container .review-card .box-icon {
  max-width: 100px;
}
#reviews-section-about .reviews-container .review-card .reviewer-name {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #272222;
  line-height: 1;
}
#reviews-section-about .reviews-container .review-card .order-name {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #272222;
}
#reviews-section-about .reviews-container .review-card .review-text {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #272222;
}
#reviews-section-about .reviews-container .review-card .rating .unchecked {
  color: grey;
}
#reviews-section-about .reviews-container .review-card .rating .checked {
  color: gold;
}
#reviews-section-about .read-more-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
#reviews-section-about .read-more-div .read-more-btn {
  padding: 15px 20px;
  background-color: #0e0d0d;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

#contact-us-section {
  margin-top: 20px;
}
#contact-us-section .contact-us-div .contacts-container {
  margin-top: 20px;
}
#contact-us-section .contact-us-div .contacts-container .contact-card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--color-primary);
  padding: 10px 15px;
  border-radius: 6px;
  box-sizing: content-box;
  margin-bottom: 20px;
}
#contact-us-section .contact-us-div .contacts-container .contact-card i {
  font-size: 15px;
  margin-right: 5px;
}
#contact-us-section .contact-us-div .contacts-container .contact-card p {
  font-size: 17px;
  font-weight: 700;
  margin: 0px;
}

#bolgs-banner-sections {
  margin-top: 40px;
}
#bolgs-banner-sections .banner-blog-div {
  background-color: var(--icb-red);
  background-image: none;
  padding: 10px;
}
#bolgs-banner-sections .banner-blog-div .banner-inner {
  margin: -30px 12px 12px 12px;
  background-color: #f5f5f5;
}
#bolgs-banner-sections .banner-blog-div .banner-inner .banner-card .blog-info-banner {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  align-self: center;
  height: 100%;
}
#bolgs-banner-sections .banner-blog-div .banner-inner .banner-card .blog-info-banner a {
  text-decoration: none;
}
#bolgs-banner-sections .banner-blog-div .banner-inner .banner-card .blog-info-banner .page-path {
  font-family: "Roboto", Sans-serif;
}
#bolgs-banner-sections .banner-blog-div .banner-inner .banner-card .blog-info-banner .page-path a {
  text-decoration: none;
  color: var(--color-primary);
}
#bolgs-banner-sections .banner-blog-div .banner-inner .banner-card .blog-info-banner .blog-name {
  font-size: 34px;
  font-weight: 600;
  color: #272222;
  line-height: 1.2;
}
#bolgs-banner-sections .banner-blog-div .banner-inner .banner-card .blog-info-banner .writing-details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
#bolgs-banner-sections .banner-blog-div .banner-inner .banner-card .blog-info-banner .writing-details .writer-name {
  font-size: 15px;
  font-weight: 400;
  color: #272222;
  margin: 0px 5px 0px 0px;
}
#bolgs-banner-sections .banner-blog-div .banner-inner .banner-card .blog-info-banner .writing-details .writing-date {
  font-size: 15px;
  font-weight: 400;
  color: #272222;
  margin: 0px;
}
#bolgs-banner-sections .banner-blog-div .banner-inner .banner-card .blog-info-banner .read-more-btn {
  padding: 10px 20px;
  background-color: var(--color-primary);
  border-radius: 6px;
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  margin-top: 15px;
}

#blogs-section {
  margin-top: 50px;
}
#blogs-section .blogs-container {
  margin-top: 10px;
}
#blogs-section .blogs-container a {
  text-decoration: none;
}
#blogs-section .blogs-container .blog-card {
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px var(--color-primary);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  margin-right: 5px;
  height: 95%;
}
#blogs-section .blogs-container .blog-card .blog-img {
  border-radius: 6px;
  aspect-ratio: 2/1;
  object-fit: cover;
}
#blogs-section .blogs-container .blog-card .blog-intro {
  padding: 20px;
}
#blogs-section .blogs-container .blog-card .blog-intro .blog-name {
  color: #272222;
  font-weight: 600;
  font-size: 22px;
  line-height: 23px;
}
#blogs-section .blogs-container .blog-card .blog-intro .blog-details-div .details-item {
  display: flex;
  align-items: center;
  justify-content: start;
}
#blogs-section .blogs-container .blog-card .blog-intro .blog-details-div .details-item i {
  margin-right: 5px;
  color: var(--color-primary);
}
#blogs-section .blogs-container .blog-card .blog-intro .blog-details-div .details-item p {
  margin: 0px;
  color: #272222;
  font-size: 16px;
  font-weight: 400;
}
#blogs-section .blogs-container .blog-card .blog-intro .blog-description {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
  color: #272222;
}

#blog-header .blog-details .page-path {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}
#blog-header .blog-details .page-path a {
  text-decoration: none;
  color: var(--color-primary);
}
#blog-header .blog-details .blog-name {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}
#blog-header .blog-details .writing-details-div {
  display: flex;
}
#blog-header .blog-details .writing-details-div .details-item {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 15px;
}
#blog-header .blog-details .writing-details-div .details-item i {
  margin-right: 5px;
  color: var(--color-primary);
}
#blog-header .blog-details .writing-details-div .details-item p {
  margin: 0px;
  color: #272222;
  font-size: 16px;
  font-weight: 400;
}

#blog-text {
  margin-top: 20px;
}
#blog-text .blog-text-div h2 {
  color: #272222;
}
#blog-text .blog-text-div p {
  color: #272222;
}

.side-column #form-section .custom-form-header {
  background-color: #2a2a2a;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}
.side-column #form-section .custom-form-header .form-heading {
  color: white;
}
.side-column #form-section .custom-form-header .form-heading span {
  color: var(--color-primary);
}
.side-column #form-section #qoute-form .form-div {
  padding: 30px 0px;
}
.side-column #form-section #qoute-form .form-div input {
  font-size: 15px;
  font-family: "Roboto", Sans-serif;
  border: 1px solid #2a2a2a;
}
.side-column #form-section #qoute-form .form-div textarea {
  font-size: 15px;
  font-family: "Roboto", Sans-serif;
  border: 1px solid #2a2a2a;
}
.side-column #form-section #qoute-form .form-div .btn-submit {
  background-color: #2a2a2a;
  border: none;
}
.side-column #latest-posts-section .latest-post-div .heading {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}
.side-column #latest-posts-section .latest-blogs a .blog-card {
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px var(--color-primary);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  margin-right: 5px;
  height: 95%;
}
.side-column #latest-posts-section .latest-blogs a .blog-card .blog-img {
  border-radius: 6px;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.side-column #latest-posts-section .latest-blogs a .blog-card .blog-intro {
  padding: 20px;
}
.side-column #latest-posts-section .latest-blogs a .blog-card .blog-intro .blog-name {
  color: #272222;
  font-weight: 600;
  font-size: 22px;
  line-height: 23px;
}
.side-column #latest-posts-section .latest-blogs a .blog-card .blog-intro .blog-details-div .details-item {
  display: flex;
  align-items: center;
  justify-content: start;
}
.side-column #latest-posts-section .latest-blogs a .blog-card .blog-intro .blog-details-div .details-item i {
  margin-right: 5px;
  color: var(--color-primary);
}
.side-column #latest-posts-section .latest-blogs a .blog-card .blog-intro .blog-details-div .details-item p {
  margin: 0px;
  color: #272222;
  font-size: 16px;
  font-weight: 400;
}
.side-column #latest-posts-section .latest-blogs a .blog-card .blog-intro .blog-description {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
  color: #272222;
}

#reviews-header .reviews-header-div {
  margin-top: 30px;
  text-align: center;
}
#reviews-header .reviews-header-div .divider-view {
  display: flex;
  align-items: center;
  width: 40%;
  margin-top: 20px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
#reviews-header .reviews-header-div .divider-view::before {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#reviews-header .reviews-header-div .divider-view::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#reviews-header .reviews-header-div .divider-view .divider-text .sub {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--color-gradients);
  margin-left: 20px;
  margin-right: 20px;
}
#reviews-header .reviews-header-div .heading {
  font-size: 48px;
  font-weight: 600;
  color: #272222;
  line-height: 62px;
}
#reviews-header .reviews-header-div .disc {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #272222;
  margin-top: 20px;
}

#reviews-section .reviews-div {
  margin-top: 25px;
}
#reviews-section .reviews-div .review-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 0.5px solid #eee;
  border-radius: 6px;
  transition: 0.3s;
  margin-bottom: 20px;
}
#reviews-section .reviews-div .review-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
#reviews-section .reviews-div .review-card .icon-wrapper {
  align-items: center;
}
#reviews-section .reviews-div .review-card .icon-wrapper i {
  color: var(--icb-red);
  font-size: 20px;
}
#reviews-section .reviews-div .review-card .review-text {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}
#reviews-section .reviews-div .review-card .reviewer-details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#reviews-section .reviews-div .review-card .reviewer-details .reviewer-img {
  border-radius: 6px;
  max-width: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-right: 15px;
}
#reviews-section .reviews-div .review-card .reviewer-details .reviewer-name {
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-primary);
}

#contact-us-area {
  margin-top: 50px;
}
#contact-us-area .contact-us-div {
  padding: 30px 50px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
#contact-us-area .contact-us-div .custom-divider {
  background-color: var(--color-primary);
  width: 2px;
  opacity: 1;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}
#contact-us-area .contact-us-div .contact-item-heading {
  font-size: 20px;
  font-weight: 500px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#contact-us-area .contact-us-div #contact-form-section {
  margin-top: 30px;
}
#contact-us-area .contact-us-div #contact-form-section #contact-form {
  margin-top: 30px;
}
#contact-us-area .contact-us-div #contact-form-section #contact-form .btn-submit {
  background-color: #0e0d0d;
  border-radius: 6px;
  padding: 15px 20px;
  border: none;
}
#contact-us-area .contact-us-div #contact-details-section {
  margin-top: 100px;
}
#contact-us-area .contact-us-div #contact-details-section .contact-details-divs .contact-item {
  margin-top: 40px;
}
#contact-us-area .contact-us-div #contact-details-section .contact-details-divs .contact-item .item-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #272222;
}
#contact-us-area .contact-us-div #contact-details-section .contact-details-divs .contact-item .item-value {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #272222;
}
#contact-us-area .contact-us-div #social-contact-section {
  margin-top: 30px;
}
/* ---------- Site Footer â€” CustomBoxesWholesale Layout in SCSS (ICB Red Theme) ---------- */
#mt-footer,
.site-footer {
  position: relative;
  margin-top: 0;
  background: linear-gradient(rgba(12, 4, 6, 0.9), rgba(18, 5, 8, 0.95)), url("../images/footer-bg.png") center/cover no-repeat;
  color: #e2e8f0;
  font-family: var(--font-body, "DM Sans", sans-serif);
  border-top: 3px solid #800000;
  clear: both;
}
#mt-footer .footer-main,
.site-footer .footer-main {
  padding: 48px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mt-footer .footer-main > .container > .row,
.site-footer .footer-main > .container > .row {
  align-items: flex-start;
}
#mt-footer .footer-main .follow-us .footer-brand,
.site-footer .footer-main .follow-us .footer-brand {
  display: inline-block;
  margin-bottom: 18px;
}
#mt-footer .footer-main .follow-us .footer-logo,
.site-footer .footer-main .follow-us .footer-logo {
  max-height: 52px;
  width: auto;
}
#mt-footer .footer-main .follow-us .footer-desc,
.site-footer .footer-main .follow-us .footer-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 22px;
}
#mt-footer .footer-main .follow-us .social-heading,
.site-footer .footer-main .follow-us .social-heading {
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}
#mt-footer .footer-main .follow-us .social-icons,
.site-footer .footer-main .follow-us .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mt-footer .footer-main .follow-us .social-icons li a,
.site-footer .footer-main .follow-us .social-icons li a {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#mt-footer .footer-main .follow-us .social-icons li a:hover,
.site-footer .footer-main .follow-us .social-icons li a:hover {
  background: #800000;
  border-color: #800000;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(128, 0, 0, 0.5);
}
#mt-footer .footer-main .follow-us .social-icons li a .icb-icon,
.site-footer .footer-main .follow-us .social-icons li a .icb-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
#mt-footer .footer-main .mt-contact-ftr .footer-title,
.site-footer .footer-main .mt-contact-ftr .footer-title {
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
}
#mt-footer .footer-main .mt-contact-ftr .footer-title::after,
.site-footer .footer-main .mt-contact-ftr .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background: #800000;
  border-radius: 2px;
}
#mt-footer .footer-main .mt-contact-ftr .footer-menu,
.site-footer .footer-main .mt-contact-ftr .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mt-footer .footer-main .mt-contact-ftr .footer-menu li,
.site-footer .footer-main .mt-contact-ftr .footer-menu li {
  margin-bottom: 12px;
}
#mt-footer .footer-main .mt-contact-ftr .footer-menu li a,
.site-footer .footer-main .mt-contact-ftr .footer-menu li a {
  color: #cbd5e1;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
#mt-footer .footer-main .mt-contact-ftr .footer-menu li a .arrow,
.site-footer .footer-main .mt-contact-ftr .footer-menu li a .arrow {
  color: #ef4444;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.25s ease;
}
#mt-footer .footer-main .mt-contact-ftr .footer-menu li a:hover,
.site-footer .footer-main .mt-contact-ftr .footer-menu li a:hover {
  color: #f87171;
  padding-left: 5px;
}
#mt-footer .footer-main .mt-contact-ftr .footer-menu li a:hover .arrow,
.site-footer .footer-main .mt-contact-ftr .footer-menu li a:hover .arrow {
  transform: translateX(3px);
}
#mt-footer .footer-main .footer-testimonial .footer-title,
.site-footer .footer-main .footer-testimonial .footer-title {
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
}
#mt-footer .footer-main .footer-testimonial .footer-title::after,
.site-footer .footer-main .footer-testimonial .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background: #800000;
  border-radius: 2px;
}
#mt-footer .footer-main .footer-testimonial .footer-showcase-carousel,
.site-footer .footer-main .footer-testimonial .footer-showcase-carousel {
  margin-top: 4px;
}
#mt-footer .footer-main .footer-testimonial .footer-showcase-viewport,
.site-footer .footer-main .footer-testimonial .footer-showcase-viewport {
  overflow: hidden;
  height: 268px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
#mt-footer .footer-main .footer-testimonial .footer-showcase-columns,
.site-footer .footer-main .footer-testimonial .footer-showcase-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  height: 100%;
}
#mt-footer .footer-main .footer-testimonial .footer-showcase-col,
.site-footer .footer-main .footer-testimonial .footer-showcase-col {
  overflow: hidden;
  height: 100%;
}
#mt-footer .footer-main .footer-testimonial .footer-showcase-col-track,
.site-footer .footer-main .footer-testimonial .footer-showcase-col-track {
  display: flex;
  flex-direction: column;
  gap: 8px;
  will-change: transform;
}
#mt-footer .footer-main .footer-testimonial .footer-showcase-col--up .footer-showcase-col-track,
.site-footer .footer-main .footer-testimonial .footer-showcase-col--up .footer-showcase-col-track {
  animation: footerShowcaseUp 22s linear infinite;
}
#mt-footer .footer-main .footer-testimonial .footer-showcase-col--down .footer-showcase-col-track,
.site-footer .footer-main .footer-testimonial .footer-showcase-col--down .footer-showcase-col-track {
  animation: footerShowcaseDown 22s linear infinite;
}
#mt-footer .footer-main .footer-testimonial .footer-showcase-carousel:hover .footer-showcase-col-track,
.site-footer .footer-main .footer-testimonial .footer-showcase-carousel:hover .footer-showcase-col-track {
  animation-play-state: paused;
}
#mt-footer .footer-main .footer-testimonial .showcase-item,
.site-footer .footer-main .footer-testimonial .showcase-item {
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  flex-shrink: 0;
  text-decoration: none;
  perspective: 600px;
  background: transparent;
  border: none;
  padding: 0;
  overflow: visible;
}
#mt-footer .footer-main .footer-testimonial .showcase-item .showcase-box3d-inner,
.site-footer .footer-main .footer-testimonial .showcase-item .showcase-box3d-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #1a1212;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: rotateX(8deg) rotateY(-12deg);
  transform-style: preserve-3d;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.35), 8px 10px 16px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
#mt-footer .footer-main .footer-testimonial .showcase-item img,
.site-footer .footer-main .footer-testimonial .showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
}
#mt-footer .footer-main .footer-testimonial .showcase-item .showcase-badge,
.site-footer .footer-main .footer-testimonial .showcase-item .showcase-badge {
  display: none;
}
#mt-footer .footer-main .footer-testimonial .showcase-item:hover .showcase-box3d-inner,
.site-footer .footer-main .footer-testimonial .showcase-item:hover .showcase-box3d-inner {
  transform: rotateX(4deg) rotateY(-6deg) translateY(-3px) scale(1.04);
  border-color: #800000;
}
@keyframes footerShowcaseUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-50% - 4px));
  }
}
@keyframes footerShowcaseDown {
  0% {
    transform: translateY(calc(-50% - 4px));
  }
  100% {
    transform: translateY(0);
  }
}
#mt-footer .mt-footer-copy,
#mt-footer .footer-bottom,
.site-footer .mt-footer-copy,
.site-footer .footer-bottom {
  background: rgba(8, 3, 5, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
}
#mt-footer .mt-footer-copy .copy-txt p,
#mt-footer .mt-footer-copy .footer-copy,
#mt-footer .footer-bottom .copy-txt p,
#mt-footer .footer-bottom .footer-copy,
.site-footer .mt-footer-copy .copy-txt p,
.site-footer .mt-footer-copy .footer-copy,
.site-footer .footer-bottom .copy-txt p,
.site-footer .footer-bottom .footer-copy {
  color: #94a3b8;
  font-size: 15px;
  margin: 0;
}
#mt-footer .mt-footer-copy .made-txt .payment-icons,
#mt-footer .footer-bottom .made-txt .payment-icons,
.site-footer .mt-footer-copy .made-txt .payment-icons,
.site-footer .footer-bottom .made-txt .payment-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mt-footer .mt-footer-copy .made-txt .payment-icons img,
#mt-footer .mt-footer-copy .made-txt .payment-icons .footer-badge,
#mt-footer .mt-footer-copy .made-txt .payment-icons .footer-payments,
#mt-footer .footer-bottom .made-txt .payment-icons img,
#mt-footer .footer-bottom .made-txt .payment-icons .footer-badge,
#mt-footer .footer-bottom .made-txt .payment-icons .footer-payments,
.site-footer .mt-footer-copy .made-txt .payment-icons img,
.site-footer .mt-footer-copy .made-txt .payment-icons .footer-badge,
.site-footer .mt-footer-copy .made-txt .payment-icons .footer-payments,
.site-footer .footer-bottom .made-txt .payment-icons img,
.site-footer .footer-bottom .made-txt .payment-icons .footer-badge,
.site-footer .footer-bottom .made-txt .payment-icons .footer-payments {
  height: 32px;
  width: auto;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #mt-footer .mt-footer-copy .made-txt .payment-icons,
  #mt-footer .footer-bottom .made-txt .payment-icons,
  .site-footer .mt-footer-copy .made-txt .payment-icons,
  .site-footer .footer-bottom .made-txt .payment-icons {
    justify-content: flex-start;
    margin-top: 12px;
  }
}

/* ==========================================================================
   Merged from home.scss (active UI layer â€” cascade after base rules)
   ========================================================================== */
/* ==========================================================================
   Instant Custom Boxes ??? Homepage Redesign
   Inspired by premium packaging brands (ICB + ICP aesthetic)
   ========================================================================== */
.home-page {
  --icb-red: #800000;
  --icb-red-rgb: 128, 0, 0;
  --icb-teal-dark: var(--icb-red);
  --icb-teal-light: #F5E8E8;
  --icb-light-grey: #f1f1f1;
  --icb-dark-grey: #272222;
  --icb-slate: var(--icb-dark-grey);
  --icb-muted: var(--icb-dark-grey);
  --icb-surface: #F8FAFC;
  --icb-gold: #F59E0B;
  --icb-gold-light: #FEF3C7;
  --icb-radius: 6px;
  --icb-radius-sm: 6px;
  --icb-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  --icb-shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
  --font-display: "Plus Jakarta Sans", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --color-primary: var(--icb-red);
  --color-gradients: var(--icb-red);
  --color-box-shadow: rgba(var(--icb-red-rgb), 0.25);
  --color-scroll-background: var(--icb-teal-light);
  --color-text-themed-dark: var(--icb-teal-dark);
  --color-theme-contrast: var(--icb-light-grey);
  --color-text-on-theme: #fff;
  --bs-link-color: var(--icb-red);
  --bs-link-color-rgb: var(--icb-red-rgb);
  --bs-link-hover-color: var(--icb-dark-grey);
  --bs-link-hover-color-rgb: 39, 34, 34;
  font-family: var(--font-body);
  background-color: var(--icb-surface);
  color: var(--icb-dark-grey);
}

/* Internal content links */
.home-page main p a,
.home-page main li a,
.home-page main td a,
.home-page main .page-prose a,
.home-page main .legal-block a,
.home-page main .about-text a,
.home-page main .elementor-widget-container a,
.home-page main .custom-scroll-content a {
  color: var(--icb-red);
  text-decoration: none;
  font-weight: 600;
}

.home-page main p a:hover,
.home-page main li a:hover,
.home-page main td a:hover,
.home-page main .page-prose a:hover,
.home-page main .legal-block a:hover,
.home-page main .about-text a:hover,
.home-page main .elementor-widget-container a:hover,
.home-page main .custom-scroll-content a:hover {
  color: var(--icb-dark-grey);
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page h5,
.home-page h6,
.home-page .section-heading,
.home-page .intro-heading,
.home-page .why-us-heading {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  color: var(--icb-dark-grey);
}

/* Red solid CTAs ? dark grey on hover */
.home-page .header-quote-btn:hover,
.home-page .header-categories-view-all:hover,
.home-page .mobile-menu-offcanvas .mobile-quote-btn:hover,
#searchOffcanvas.header-search-offcanvas .search-submit-mobile:hover,
.btn-hero-primary:hover,
.section-sample-kit .sample-kit-btn:hover,
#industry-section .industry-view-all:hover,
.section-quote .btn-submit:hover {
  background: var(--icb-dark-grey) !important;
  color: #fff !important;
  border-color: var(--icb-dark-grey);
}

/* ---------- Site Header ? complete redesign ---------- */
.home-page .site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.home-page .header-strip {
  background: var(--icb-red);
  color: #fff;
  font-size: 15px;
  padding: 7px 0;
}

.home-page .header-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-page .header-strip-left,
.home-page .header-strip-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.home-page .header-strip a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}

.home-page .header-strip a:hover {
  color: #fff;
  opacity: 0.85;
}

.home-page .header-strip a .icb-icon {
  color: #fff;
  margin-right: 6px;
  font-size: 15px;
}

.home-page .header-strip-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.35);
}

.home-page .header-promo {
  color: #fff;
  font-size: 15px;
}

.home-page .header-promo .icb-icon {
  color: #fff;
  margin-right: 4px;
}

.home-page .header-strip-cta {
  background: #fff;
  color: var(--icb-red) !important;
  padding: 4px 14px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-page .header-strip-cta:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--icb-red) !important;
}

.home-page .header-bar {
  background: #fff;
  border-bottom: 1px solid #E2E8F0;
}

.home-page .header-bar-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 72px;
}

.home-page .header-logo {
  flex-shrink: 0;
}

.home-page .header-logo img {
  height: 48px;
  width: auto;
  display: block;
}

.home-page .header-nav {
  flex: 1;
  min-width: 0;
}

.home-page .header-nav .nav-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .header-nav .nav-link {
  color: var(--icb-dark-grey) !important;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 12px !important;
  border-radius: 6px;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}

.home-page .header-nav .nav-link:hover,
.home-page .header-nav .nav-link[aria-current=page] {
  color: var(--icb-teal-dark) !important;
  background: var(--icb-teal-light);
}

.home-page .header-nav .highlight-btn {
  background: transparent !important;
  color: var(--icb-dark-grey) !important;
  font-weight: 700 !important;
}

.home-page .header-nav .highlight-btn:hover {
  background: var(--icb-teal-light) !important;
  color: var(--icb-teal-dark) !important;
}

.home-page .header-nav .nav-item.divider {
  width: 1px;
  height: 20px;
  background: #E2E8F0;
  margin: 0 4px;
  padding: 0;
}

.home-page .header-nav .dropdown-menu {
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  box-shadow: var(--icb-shadow-lg);
  margin-top: 8px !important;
  padding: 8px 0;
}

.home-page .header-nav .dropdown-item {
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 6px;
  margin: 0 6px;
  width: auto;
}

.home-page .header-nav .dropdown-item:hover {
  background: var(--icb-teal-light);
  color: var(--icb-teal-dark);
}

.home-page .header-nav .mega-dropdown {
  border-radius: 6px !important;
  border: 1px solid #E8E0E0 !important;
  box-shadow: 0 18px 48px rgba(39, 34, 34, 0.14) !important;
  padding: 0 !important;
  background: #fff !important;
  overflow: hidden;
}

.home-page .header-nav .mega-dropdown > .container {
  max-width: 100%;
  padding: 22px 24px 20px;
}

.home-page .header-nav .mega-dropdown .row {
  --bs-gutter-x: 28px;
}

.home-page .header-nav .mega-section {
  margin-bottom: 22px;
}

.home-page .header-nav .mega-section:last-child {
  margin-bottom: 0;
}

.home-page .header-nav .mega-title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--icb-dark-grey) !important;
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: 2px solid rgba(var(--icb-red-rgb), 0.18);
  position: relative;
}

.home-page .header-nav .mega-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 36px;
  height: 2px;
  background: var(--icb-red);
}

.home-page .header-nav .mega-list {
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
}

.home-page .header-nav .mega-list li {
  margin: 0 0 4px;
  list-style: none !important;
  padding: 0;
}

.home-page .header-nav .mega-list a {
  display: block;
  text-decoration: none !important;
  color: var(--icb-dark-grey) !important;
  border-radius: 6px;
  transition: background 0.2s, transform 0.2s;
}

.home-page .header-nav .mega-list a:hover {
  background: rgba(var(--icb-red-rgb), 0.06);
  text-decoration: none !important;
}

.home-page .header-nav .mega-list .menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
}

.home-page .header-nav .mega-list .menu-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(1) brightness(0.35);
  transition: filter 0.2s, transform 0.2s;
}

.home-page .header-nav .mega-list a:hover .menu-img {
  filter: none;
  transform: scale(1.05);
}

.home-page .header-nav .mega-list .menu-item-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--icb-dark-grey);
  transition: color 0.2s;
}

.home-page .header-nav .mega-list a:hover .menu-item-name {
  color: var(--icb-red);
}

/* Dropdown positioning */
.home-page .header-nav .nav-item {
  position: relative;
}

.home-page .header-nav .nav-item .dropdown-menu {
  display: none;
}

.home-page .header-nav .nav-item:hover > .dropdown-menu,
.home-page .header-nav .nav-item:hover > .mega-dropdown,
.home-page .header-nav .nav-item.show > .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: none;
}

.home-page .header-nav .nav-item:hover > .single-menu,
.home-page .header-nav .nav-item:hover > .icon-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.home-page .header-nav .nav-item.mega-menu:hover > .mega-dropdown {
  left: 50% !important;
  transform: translateX(-50%) !important;
  position: absolute;
  top: 100%;
  width: min(640px, 92vw);
  z-index: 1050;
}

.home-page .header-nav .icon-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-page .header-nav .icon-menu .dropdown-item .icb-icon {
  color: var(--icb-red);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.home-page .header-nav .single-menu {
  min-width: 260px;
}

.home-page .header-nav .single-menu li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.home-page .header-nav .single-menu li:last-child {
  border-bottom: none;
}

.home-page .header-nav .single-menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 240px;
  border-radius: 6px;
  box-shadow: var(--icb-shadow-lg);
}

.home-page .header-nav .single-menu li:hover > .submenu {
  display: block;
}

.home-page .header-nav .submenu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-page .header-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}

.home-page .header-tool-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  background: #fff;
  color: var(--icb-dark-grey);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.home-page .header-tool-btn:hover {
  border-color: var(--icb-red);
  color: var(--icb-teal-dark);
  background: var(--icb-teal-light);
}

.home-page .header-tool-btn.dropdown-toggle::after {
  display: none;
}

.header-categories-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.header-categories-nav-item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 14px;
  z-index: 1040;
}

.header-categories-btn,
.home-page .header-categories-btn {
  border-color: var(--icb-red);
  color: #fff;
  background: var(--icb-red);
  height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  border-width: 1.5px;
  border-style: solid;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header-categories-btn .icb-icon,
.home-page .header-categories-btn .icb-icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.header-categories-btn:hover, .header-categories-btn:focus, .header-categories-btn[aria-expanded=true],
.home-page .header-categories-btn:hover,
.home-page .header-categories-btn:focus,
.home-page .header-categories-btn[aria-expanded=true] {
  border-color: #6a0000;
  color: #fff;
  background: #6a0000;
}
.header-categories-btn:hover .icb-icon, .header-categories-btn:focus .icb-icon, .header-categories-btn[aria-expanded=true] .icb-icon,
.home-page .header-categories-btn:hover .icb-icon,
.home-page .header-categories-btn:focus .icb-icon,
.home-page .header-categories-btn[aria-expanded=true] .icb-icon {
  fill: #fff;
}

.header-categories-menu,
.home-page .header-categories-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  min-width: 250px;
  padding: 6px 0 0;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 1050;
}

.header-tools .header-categories-menu,
.home-page .header-tools .header-categories-menu {
  left: auto !important;
  right: 0 !important;
}

.header-categories-list,
.home-page .header-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #CBD5E1 transparent;
}
.header-categories-list::-webkit-scrollbar,
.home-page .header-categories-list::-webkit-scrollbar {
  width: 6px;
}
.header-categories-list::-webkit-scrollbar-track,
.home-page .header-categories-list::-webkit-scrollbar-track {
  background: transparent;
}
.header-categories-list::-webkit-scrollbar-thumb,
.home-page .header-categories-list::-webkit-scrollbar-thumb {
  background-color: #CBD5E1;
  border-radius: 4px;
}
.header-categories-list::-webkit-scrollbar-thumb:hover,
.home-page .header-categories-list::-webkit-scrollbar-thumb:hover {
  background-color: #94A3B8;
}

.header-categories-list .dropdown-item,
.home-page .header-categories-list .dropdown-item {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: #1E293B;
  padding: 10px 18px;
  border-radius: 0;
  margin: 0;
  width: 100%;
  display: block;
  transition: all 0.2s ease;
}
.header-categories-list .dropdown-item:hover, .header-categories-list .dropdown-item:focus,
.home-page .header-categories-list .dropdown-item:hover,
.home-page .header-categories-list .dropdown-item:focus {
  background: #800000;
  color: #ffffff !important;
  padding-left: 22px;
}

.header-categories-footer,
.home-page .header-categories-footer {
  padding: 10px 12px 12px;
  border-top: 1px solid #E2E8F0;
  background: #fff;
}

.header-categories-view-all,
.home-page .header-categories-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  border-radius: 6px;
  background: var(--icb-red);
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.header-categories-view-all:hover,
.home-page .header-categories-view-all:hover {
  background: var(--icb-dark-grey);
  color: #fff !important;
  transform: translateY(-1px);
}

.header-categories-menu.header-categories-mega,
.home-page .header-categories-menu.header-categories-mega {
  width: min(960px, 100vw - 40px);
  min-width: 640px;
  padding: 16px;
  overflow: visible;
}
.header-categories-menu.header-categories-mega .search-category-grid,
.home-page .header-categories-menu.header-categories-mega .search-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.header-categories-menu.header-categories-mega .search-category-card,
.home-page .header-categories-menu.header-categories-mega .search-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 8px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  text-decoration: none;
  color: var(--icb-dark-grey);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.header-categories-menu.header-categories-mega .search-category-card .icb-icon,
.home-page .header-categories-menu.header-categories-mega .search-category-card .icb-icon {
  width: 22px;
  height: 22px;
  color: var(--icb-red);
  fill: currentColor;
}
.header-categories-menu.header-categories-mega .search-category-card:hover,
.home-page .header-categories-menu.header-categories-mega .search-category-card:hover {
  border-color: var(--icb-red);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(39, 34, 34, 0.08);
  color: var(--icb-dark-grey);
}
.header-categories-menu.header-categories-mega .search-trending,
.home-page .header-categories-menu.header-categories-mega .search-trending {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E2E8F0;
}
.header-categories-menu.header-categories-mega .search-trending-head,
.home-page .header-categories-menu.header-categories-mega .search-trending-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.header-categories-menu.header-categories-mega .search-panel-label,
.home-page .header-categories-menu.header-categories-mega .search-panel-label {
  margin: 0;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--icb-dark-grey);
}
.header-categories-menu.header-categories-mega .search-view-all,
.home-page .header-categories-menu.header-categories-mega .search-view-all {
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-red);
  text-decoration: none;
}
.header-categories-menu.header-categories-mega .search-view-all:hover,
.home-page .header-categories-menu.header-categories-mega .search-view-all:hover {
  text-decoration: underline;
}
.header-categories-menu.header-categories-mega .search-product-grid,
.home-page .header-categories-menu.header-categories-mega .search-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.header-categories-menu.header-categories-mega .search-product-card,
.home-page .header-categories-menu.header-categories-mega .search-product-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.header-categories-menu.header-categories-mega .search-product-card:hover,
.home-page .header-categories-menu.header-categories-mega .search-product-card:hover {
  border-color: var(--icb-red);
  box-shadow: 0 8px 18px rgba(39, 34, 34, 0.08);
  transform: translateY(-2px);
}
.header-categories-menu.header-categories-mega .search-product-card img,
.home-page .header-categories-menu.header-categories-mega .search-product-card img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--icb-light-grey);
}
.header-categories-menu.header-categories-mega .search-product-name,
.home-page .header-categories-menu.header-categories-mega .search-product-name {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-dark-grey);
  line-height: 1.3;
  margin-bottom: 4px;
}
.header-categories-menu.header-categories-mega .search-product-price,
.home-page .header-categories-menu.header-categories-mega .search-product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-red);
}
.header-categories-menu.header-categories-mega .search-product-price s,
.header-categories-menu.header-categories-mega .search-product-price del,
.home-page .header-categories-menu.header-categories-mega .search-product-price s,
.home-page .header-categories-menu.header-categories-mega .search-product-price del {
  color: var(--icb-dark-grey);
  opacity: 0.55;
  font-weight: 600;
  text-decoration: line-through;
}
.header-categories-menu.header-categories-mega .search-product-price ins,
.home-page .header-categories-menu.header-categories-mega .search-product-price ins {
  text-decoration: none;
  color: var(--icb-red);
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .header-categories-menu.header-categories-mega,
  .home-page .header-categories-menu.header-categories-mega {
    min-width: 0;
    width: min(100vw - 24px, 640px);
  }
  .header-categories-menu.header-categories-mega .search-category-grid,
  .home-page .header-categories-menu.header-categories-mega .search-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .header-categories-menu.header-categories-mega .search-product-grid,
  .home-page .header-categories-menu.header-categories-mega .search-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home-page .header-track-link {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--icb-muted);
  text-decoration: none;
  padding: 8px 10px;
  white-space: nowrap;
  transition: color 0.2s;
}

.home-page .header-track-link:hover {
  color: var(--icb-teal-dark);
}

.home-page .header-quote-btn {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background: var(--icb-red);
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(var(--icb-red-rgb), 0.35);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.home-page .header-quote-btn:hover {
  background: var(--icb-dark-grey);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(39, 34, 34, 0.35);
}

.home-page .header-menu-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  background: var(--icb-light-grey);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.home-page .header-menu-btn:hover {
  background: var(--icb-teal-dark);
}

/* Search offcanvas ? ecommerce panel */
#searchOffcanvas.header-search-offcanvas {
  height: auto;
  max-height: min(92vh, 720px);
  border-bottom: none;
  box-shadow: 0 24px 48px rgba(39, 34, 34, 0.18);
}

#searchOffcanvas.header-search-offcanvas .search-offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid #E2E8F0;
  background: #fff;
}

#searchOffcanvas.header-search-offcanvas .search-offcanvas-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

#searchOffcanvas.header-search-offcanvas .search-offcanvas-logo {
  display: block;
  height: 36px;
  width: auto;
}

#searchOffcanvas.header-search-offcanvas .offcanvas-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--icb-dark-grey);
  line-height: 1.2;
}

#searchOffcanvas.header-search-offcanvas .search-offcanvas-sub {
  margin: 2px 0 0;
  font-size: 15px;
  color: var(--icb-dark-grey);
  opacity: 0.65;
}

#searchOffcanvas.header-search-offcanvas .search-offcanvas-close {
  width: 40px;
  height: 40px;
  margin-left: auto;
  flex-shrink: 0;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  background: #fff;
  color: var(--icb-dark-grey);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

#searchOffcanvas.header-search-offcanvas .search-offcanvas-close:hover {
  background: var(--icb-red);
  border-color: var(--icb-red);
  color: #fff;
}

#searchOffcanvas.header-search-offcanvas .search-offcanvas-body {
  padding: 24px 0 28px;
  background: #fff;
  overflow-y: auto;
}

#searchOffcanvas.header-search-offcanvas .search-offcanvas-inner {
  max-width: 960px;
}

#searchOffcanvas.header-search-offcanvas .search-wrapper-mobile {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(39, 34, 34, 0.08);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

#searchOffcanvas.header-search-offcanvas .search-wrapper-mobile:focus-within {
  border-color: var(--icb-red);
  box-shadow: 0 0 0 3px rgba(var(--icb-red-rgb), 0.14), 0 10px 28px rgba(39, 34, 34, 0.08);
}

#searchOffcanvas.header-search-offcanvas .search-field-icon {
  color: var(--icb-red);
  padding-left: 18px;
  font-size: 15px;
}

#searchOffcanvas.header-search-offcanvas .search-input-mobile {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 16px 14px;
  font-size: 16px;
  color: var(--icb-dark-grey);
  outline: none;
  box-shadow: none;
}

#searchOffcanvas.header-search-offcanvas .search-input-mobile::placeholder {
  color: #9CA3AF;
}

#searchOffcanvas.header-search-offcanvas .search-submit-mobile {
  flex-shrink: 0;
  height: 52px;
  min-width: 120px;
  border: none;
  border-radius: 0;
  background: var(--icb-red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

#searchOffcanvas.header-search-offcanvas .search-submit-mobile:hover {
  background: var(--icb-dark-grey);
}

#searchOffcanvas.header-search-offcanvas .search-panel-meta {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  margin-top: 28px;
}

#searchOffcanvas.header-search-offcanvas .search-panel-label {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--icb-dark-grey);
}

#searchOffcanvas.header-search-offcanvas .search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#searchOffcanvas.header-search-offcanvas .search-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  background: #fff;
  color: var(--icb-dark-grey);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

#searchOffcanvas.header-search-offcanvas .search-chip:hover {
  background: #F5E8E8;
  border-color: var(--icb-red);
  color: var(--icb-red);
}

#searchOffcanvas.header-search-offcanvas .search-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#searchOffcanvas.header-search-offcanvas .search-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 10px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  text-decoration: none;
  color: var(--icb-dark-grey);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

#searchOffcanvas.header-search-offcanvas .search-category-card .icb-icon {
  color: var(--icb-red);
  font-size: 16px;
}

#searchOffcanvas.header-search-offcanvas .search-category-card:hover {
  border-color: var(--icb-red);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(39, 34, 34, 0.08);
}

#searchOffcanvas.header-search-offcanvas .search-trending {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #E2E8F0;
}

#searchOffcanvas.header-search-offcanvas .search-trending-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

#searchOffcanvas.header-search-offcanvas .search-trending-head .search-panel-label {
  margin: 0;
}

#searchOffcanvas.header-search-offcanvas .search-view-all {
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-red);
  text-decoration: none;
}

#searchOffcanvas.header-search-offcanvas .search-view-all:hover {
  text-decoration: underline;
}

#searchOffcanvas.header-search-offcanvas .search-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#searchOffcanvas.header-search-offcanvas .search-product-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

#searchOffcanvas.header-search-offcanvas .search-product-card:hover {
  border-color: var(--icb-red);
  box-shadow: 0 8px 18px rgba(39, 34, 34, 0.08);
  transform: translateY(-2px);
}

#searchOffcanvas.header-search-offcanvas .search-product-card img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--icb-light-grey);
}

#searchOffcanvas.header-search-offcanvas .search-product-name {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-dark-grey);
  line-height: 1.3;
  margin-bottom: 4px;
}

#searchOffcanvas.header-search-offcanvas .search-product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-red);
}

#searchOffcanvas.header-search-offcanvas .search-product-price s,
#searchOffcanvas.header-search-offcanvas .search-product-price del {
  color: var(--icb-dark-grey);
  opacity: 0.55;
  font-weight: 600;
  margin-right: 4px;
  text-decoration: line-through;
}

#searchOffcanvas.header-search-offcanvas .search-product-price ins {
  text-decoration: none;
  color: var(--icb-red);
  font-weight: 700;
}

@media (max-width: 991.98px) {
  #searchOffcanvas.header-search-offcanvas .search-panel-meta {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  #searchOffcanvas.header-search-offcanvas .search-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  #searchOffcanvas.header-search-offcanvas .search-offcanvas-logo {
    display: none;
  }
  #searchOffcanvas.header-search-offcanvas .search-submit-mobile {
    min-width: 52px;
    padding: 0 14px;
    font-size: 0;
    gap: 0;
  }
  #searchOffcanvas.header-search-offcanvas .search-submit-mobile .icb-icon {
    font-size: 15px;
  }
  #searchOffcanvas.header-search-offcanvas .search-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #searchOffcanvas.header-search-offcanvas .search-product-grid {
    grid-template-columns: 1fr;
  }
}
/* Mobile menu offcanvas */
.home-page .mobile-menu-offcanvas {
  background: #fff;
  border-left: 1px solid #E2E8F0;
  max-width: 320px;
}

.home-page .mobile-menu-offcanvas .offcanvas-header {
  border-bottom: 1px solid #E2E8F0;
  padding: 16px 20px;
}

.home-page .mobile-menu-offcanvas .mobile-menu-logo img {
  height: 40px;
  width: auto;
}

.home-page .mobile-menu-offcanvas .mobile-contact-info {
  padding: 16px 20px;
  background: var(--icb-surface);
  border-bottom: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-page .mobile-menu-offcanvas .mobile-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--icb-dark-grey);
  text-decoration: none;
}

.home-page .mobile-menu-offcanvas .mobile-contact-link .icb-icon {
  color: var(--icb-red);
  width: 18px;
}

.home-page .mobile-menu-offcanvas .mobile-quote-btn {
  display: block;
  text-align: center;
  margin-top: 6px;
  padding: 12px;
  background: var(--icb-red);
  color: #fff !important;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s;
}

.home-page .mobile-menu-offcanvas .mobile-quote-btn:hover {
  background: var(--icb-dark-grey);
  color: #fff !important;
}

.home-page .mobile-menu-offcanvas .mobile-main-nav {
  padding: 12px 20px;
}

.home-page .mobile-menu-offcanvas .nav-menu-mobile .nav-link {
  color: var(--icb-dark-grey) !important;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 0 !important;
  border-bottom: 1px solid #F1F5F9;
}

.home-page .mobile-menu-offcanvas .mobile-dropdown {
  background: var(--icb-surface) !important;
  border: none !important;
  border-radius: 6px !important;
  margin: 4px 0 8px !important;
  padding: 4px !important;
}

.home-page .mobile-menu-offcanvas .mobile-dropdown .dropdown-item {
  color: var(--icb-dark-grey) !important;
  border-bottom: none !important;
  border-radius: 6px;
  font-size: 15px;
}

.home-page .mobile-menu-offcanvas .mobile-dropdown .dropdown-item:hover {
  background: var(--icb-teal-light) !important;
  color: var(--icb-teal-dark) !important;
  padding-left: 16px !important;
}

@media (max-width: 1199.98px) {
  .home-page .header-bar-inner {
    min-height: 64px;
  }
  .home-page .header-logo img {
    height: 42px;
  }
}
@media (max-width: 767.98px) {
  .home-page .header-strip {
    display: block !important;
    padding: 6px 0;
  }
  .home-page .header-strip-inner {
    justify-content: center;
  }
  .home-page .header-strip-left {
    display: none;
  }
  .home-page .header-strip-right {
    width: 100%;
    justify-content: center;
  }
}
/* ---------- Hero ---------- */
#hero-section {
  position: relative;
  padding: 56px 0 40px;
  overflow: hidden;
  background: var(--icb-light-grey);
}

#hero-section .container {
  position: relative;
  z-index: 1;
}

#hero-section p {
  color: var(--icb-dark-grey);
}

#hero-section li {
  color: var(--icb-dark-grey);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(var(--icb-red-rgb), 0.15);
  border: 1px solid rgba(var(--icb-red-rgb), 0.35);
  color: var(--icb-red);
  font-size: 15px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.hero-badge .icb-icon {
  color: var(--icb-red);
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  color: var(--icb-dark-grey);
  line-height: 1.15;
  margin-bottom: 20px;
}

.hero-title span {
  color: var(--icb-red);
}

.hero-lead {
  color: var(--icb-dark-grey);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 28px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.btn-hero-primary {
  background: var(--icb-red);
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(var(--icb-red-rgb), 0.4);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.btn-hero-primary:hover {
  background: var(--icb-dark-grey);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(39, 34, 34, 0.4);
}

.btn-hero-outline {
  background: #fff;
  color: var(--icb-red);
  border: 1.5px solid var(--icb-red);
  padding: 14px 28px;
  border-radius: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(39, 34, 34, 0.06);
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.btn-hero-outline:hover {
  background: var(--icb-dark-grey);
  color: #fff;
  border-color: var(--icb-dark-grey);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(39, 34, 34, 0.28);
}

.hero-perks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.hero-perks li {
  color: var(--icb-dark-grey);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-perks li .icb-icon {
  color: var(--icb-red);
  font-size: 16px;
}

.hero-visual {
  position: relative;
  text-align: center;
}

.hero-visual img {
  border-radius: 6px;
  box-shadow: var(--icb-shadow-lg);
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.hero-float-card {
  position: absolute;
  bottom: 24px;
  left: -12px;
  background: #fff;
  border-radius: 6px;
  padding: 14px 18px;
  box-shadow: var(--icb-shadow-lg);
  text-align: left;
  animation: floatCard 3s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.hero-float-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--icb-dark-grey);
  line-height: 1;
}

.hero-float-card span {
  font-size: 15px;
  color: var(--icb-muted);
}

.hero-rating-card {
  position: absolute;
  top: 20px;
  right: -8px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: 12px 16px;
  box-shadow: var(--icb-shadow);
  text-align: center;
}

.hero-rating-card .stars {
  color: var(--icb-gold);
  font-size: 15px;
}

.hero-rating-card p {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--icb-dark-grey);
}

/* ---------- Trust Strip / brand marquee ---------- */
#trust-strip,
.brand-section {
  background: #fff;
  padding: 32px 0;
  overflow: hidden;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  box-shadow: 0 -8px 16px -10px rgba(39, 34, 34, 0.08), 0 8px 16px -10px rgba(39, 34, 34, 0.08);
}

.brand-header {
  text-align: center;
  margin-bottom: 24px;
}

.trust-strip-label,
.brand-eyebrow {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--icb-dark-grey);
  text-align: center;
  margin: 0;
}

.brand-track-wrap {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 56px;
}

.brand-track-wrap::before,
.brand-track-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.brand-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0));
  opacity: 1;
}

.brand-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0));
  opacity: 1;
}

.brand-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  height: 100%;
  animation: brand-scroll 28s linear infinite;
}

.brand-track:hover {
  animation-play-state: paused;
}

.brand-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 44px;
  max-width: 110px;
  overflow: hidden;
}

.brand-logo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 110px !important;
  max-height: 44px !important;
  object-fit: contain !important;
  object-position: center;
  transition: opacity 0.3s, filter 0.3s;
}

.brand-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes brand-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  #trust-strip,
  .brand-section {
    padding: 24px 0;
  }
  .brand-header {
    margin-bottom: 16px;
    padding: 0 16px;
  }
  .brand-track-wrap {
    height: 48px;
  }
  .brand-track-wrap::before,
  .brand-track-wrap::after {
    width: 36px;
  }
  .brand-track {
    gap: 28px;
  }
  .brand-logo {
    width: 88px;
    height: 36px;
    max-width: 88px;
  }
  .brand-logo img {
    max-width: 88px !important;
    max-height: 36px !important;
  }
}
.trust-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.trust-logos img {
  height: 36px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.3s, filter 0.3s;
}

.trust-logos img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* ---------- Shared section utilities ---------- */
.section-eyebrow,
.section-eyebrow--light,
.section-quote .quote-process-badge,
.section-quote .quote-info-eyebrow,
.section-materials .materials-desc-eyebrow,
.section-sample-kit .sample-kit-badge,
#process-section .process-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--icb-red);
  background: #F5E8E8;
  border: 1px solid rgba(var(--icb-red-rgb), 0.14);
  padding: 6px 14px;
  border-radius: 6px;
  box-shadow: none;
  margin-bottom: 14px;
}

.section-quote .quote-info-eyebrow {
  align-self: flex-start;
}

.section-heading,
.home-page .section-header .section-heading,
.section-intro .intro-heading,
#industry-section .section-header .section-heading,
#process-section .process-heading,
.section-top-selling .trending-heading,
.section-discount .discount-heading,
.section-quote .quote-process-title,
.section-materials .materials-guide-heading,
.section-why-us .why-us-heading,
.section-sample-kit .sample-kit-heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}

.home-page .section-header {
  background: transparent;
  padding: 64px 0 12px;
  text-align: center;
}

.home-page .section-header .section-heading {
  color: var(--icb-dark-grey);
}

.home-page .section-header .section-subtitle {
  color: var(--icb-muted);
  font-size: 1rem;
  max-width: 640px;
  margin: 12px auto 0;
  line-height: 1.7;
}

.home-page .section-header::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--icb-red);
  border-radius: 6px;
  margin: 18px auto 0;
}

/* ---------- Intro ??? split editorial ---------- */
.section-intro {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

.section-intro .intro-heading {
  color: var(--icb-dark-grey);
  margin-bottom: 12px;
  text-align: left;
}

.section-intro .intro-sub-heading {
  font-size: 1.1rem;
  color: var(--icb-dark-grey);
  font-weight: 600;
  margin-bottom: 24px;
  text-align: left;
}

.intro-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.intro-highlights li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: var(--icb-dark-grey);
  background: #fff;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  box-shadow: var(--icb-shadow);
}

.intro-highlights li .icb-icon {
  color: var(--icb-red);
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
}

.intro-visual {
  width: 100%;
}

.intro-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.intro-content-card {
  background: #fff;
  border-radius: 6px;
  padding: 36px;
  border: 1px solid #E2E8F0;
  box-shadow: var(--icb-shadow-lg);
  position: relative;
}

.intro-content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--icb-red);
  border-radius: 6px;
}

.intro-content-card p {
  color: var(--icb-dark-grey);
  line-height: 1.85;
  margin-bottom: 20px;
}

.intro-content-card p strong a {
  color: var(--icb-teal-dark);
  text-decoration: none;
  border-bottom: 1px dashed var(--icb-red);
}

.intro-content-card .discount-tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--icb-gold-light);
  color: #92400E;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 700;
  margin: 0;
  border: 1px solid #FDE68A;
}

/* ---------- Trending ??? dark showcase ---------- */
.section-trending {
  background: var(--icb-light-grey);
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

.section-trending::after {
  display: none;
}

.section-trending .section-header .section-heading,
.section-trending .section-header .section-subtitle {
  color: var(--icb-dark-grey);
}

.section-trending .section-header .section-subtitle {
  color: var(--icb-dark-grey);
}

.section-trending .section-header::after {
  background: var(--icb-red);
}

.section-trending .product-div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.section-trending .product-div:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--icb-red);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.section-trending .product-name {
  color: #fff !important;
}

.section-trending .btn-customize-now {
  background: var(--icb-red) !important;
}

/* ---------- Trending & Popular ? vertical product carousel ---------- */
.section-top-selling {
  background: #fff;
  padding: 72px 0;
}

.section-top-selling .trending-header {
  margin-bottom: 28px;
  text-align: center;
}

.section-top-selling .trending-heading {
  margin: 0;
  font-family: var(--font-display);
  color: var(--icb-dark-grey);
  text-align: center;
}

.section-top-selling .trending-subtitle {
  margin: 12px auto 0;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--icb-muted, #6b6565);
  text-align: center;
}

.section-top-selling .trending-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.section-top-selling .trending-nav-btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  background: #fff;
  color: var(--icb-red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
  z-index: 2;
}
.section-top-selling .trending-nav-btn .icb-icon {
  width: 14px;
  height: 14px;
  font-size: 15px;
}

.section-top-selling .trending-nav-btn:hover:not(:disabled) {
  background: #fff;
  border-color: var(--icb-red);
  color: var(--icb-red);
  box-shadow: 0 4px 12px rgba(128, 0, 0, 0.15);
  transform: translateY(-1px);
}

.section-top-selling .trending-nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}

.section-top-selling .trending-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.section-top-selling .trending-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.trending-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 2px solid var(--icb-red);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(39, 34, 34, 0.1);
  transition: transform 0.25s, box-shadow 0.25s;
}

.trending-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.section-top-selling .trending-card {
  flex: 0 0 calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 4);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.products-grid .trending-card {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}
.trending-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(39, 34, 34, 0.14);
}

.trending-card-media {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--icb-light-grey);
  overflow: hidden;
}

.trending-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trending-wish {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: rgba(39, 34, 34, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}
.trending-wish:hover, .trending-wish.is-active {
  background: var(--icb-red);
  color: #fff;
}
.trending-wish.is-active .icb-icon {
  color: #fff;
}
.trending-wish.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

.trending-media-dots {
  display: none !important;
}

.trending-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 18px;
  background: #fff;
}

.trending-card-meta {
  min-width: 0;
}

.trending-card-title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  color: var(--icb-dark-grey);
  line-height: 1.25;
}

.trending-card-prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.trending-card-price-old {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--icb-dark-grey);
  text-decoration: line-through;
  opacity: 0.7;
  line-height: 1;
}

.trending-card-price {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  color: var(--icb-red);
  line-height: 1;
  padding: 2px 6px;
  background: #F5E8E8;
  border-radius: 4px;
}

.trending-card-go {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: var(--icb-light-grey);
  color: var(--icb-dark-grey);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.trending-card-go .icb-icon {
  transform: rotate(45deg);
}

.trending-card:hover .trending-card-go {
  background: var(--icb-red);
  color: #fff;
}

.trending-card-go:hover {
  background: var(--icb-red);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .section-top-selling .trending-card {
    flex: 0 0 calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575.98px) {
  .section-top-selling .trending-carousel {
    gap: 8px;
  }
  .section-top-selling .trending-nav-btn {
    width: 36px;
    height: 36px;
  }
  .section-top-selling .trending-card {
    flex: 0 0 100%;
    width: 100%;
  }
}
/* ---------- Discount CTA â€” centered dark band ---------- */
.section-discount {
  background: radial-gradient(circle at 50% 40%, rgba(128, 0, 0, 0.32) 0%, transparent 65%), radial-gradient(circle at 10% 20%, rgba(128, 0, 0, 0.18) 0%, transparent 45%), radial-gradient(circle at 90% 80%, rgba(128, 0, 0, 0.18) 0%, transparent 45%), linear-gradient(135deg, #181515 0%, #252020 50%, #151313 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section-discount::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.12) 1.2px, transparent 1.2px), linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 28px 28px, 56px 56px, 56px 56px;
  mask-image: radial-gradient(ellipse 95% 85% at 50% 50%, #000 50%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 95% 85% at 50% 50%, #000 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.section-discount::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 8% 50%, transparent 70px, rgba(255, 255, 255, 0.04) 71px, transparent 72px, transparent 120px, rgba(128, 0, 0, 0.28) 121px, transparent 123px, transparent 180px, rgba(255, 255, 255, 0.03) 181px, transparent 182px), radial-gradient(circle at 92% 50%, transparent 70px, rgba(255, 255, 255, 0.04) 71px, transparent 72px, transparent 120px, rgba(128, 0, 0, 0.28) 121px, transparent 123px, transparent 180px, rgba(255, 255, 255, 0.03) 181px, transparent 182px);
  pointer-events: none;
  z-index: 0;
}

.section-discount .discount-bg-decorations {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.section-discount .discount-decor {
  position: absolute;
  width: 170px;
  height: 170px;
  opacity: 0.75;
}

.section-discount .discount-decor-left {
  left: 3%;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
}

.section-discount .discount-decor-right {
  right: 3%;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}

@media (max-width: 991.98px) {
  .section-discount .discount-decor {
    width: 110px;
    height: 110px;
    opacity: 0.35;
  }
  .section-discount .discount-decor-left {
    left: -20px;
  }
  .section-discount .discount-decor-right {
    right: -20px;
  }
}
.section-discount .discount-banner-div {
  position: relative;
  z-index: 1;
  padding: 36px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.section-discount .discount-content {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-discount .discount-heading {
  margin: 0 0 18px;
  font-family: var(--font-display);
  color: #fff;
}

.section-discount .discount-heading-accent {
  color: #fff;
  white-space: nowrap;
}

.section-discount .discount-spark {
  color: var(--icb-red);
  width: 0.7em;
  height: 0.7em;
  vertical-align: -0.05em;
  margin-right: 4px;
}

.section-discount .discount-lead {
  margin: 0 0 28px;
  max-width: 540px;
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.section-discount .discount-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 6px;
  background: var(--icb-red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(128, 0, 0, 0.35);
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.section-discount .discount-cta-btn:hover {
  background: #fff;
  color: var(--icb-dark-grey);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* ---------- More Coming ??? dotted pattern cards ---------- */
.section-more {
  background-color: var(--icb-surface);
  padding-bottom: 72px;
}

.section-more .product-div {
  background: #fff;
  border: 2px dashed #CBD5E1;
  box-shadow: none;
}

.section-more .product-div:hover {
  border-style: solid;
  border-color: var(--icb-red);
  background: #fff;
}

.section-more .products-container .row > [class*=col-]:nth-child(2) .product-div,
.section-more .products-container .row > [class*=col-]:nth-child(4) .product-div {
  transform: translateY(20px);
}

.section-more .product-div:hover {
  transform: translateY(-4px) !important;
}

.section-more .btn-customize-now {
  background: transparent !important;
  color: var(--icb-teal-dark) !important;
  border: 2px solid var(--icb-red);
}

.section-more .product-div:hover .btn-customize-now {
  background: var(--icb-red) !important;
  color: #fff !important;
}

/* ---------- Quote Form ??? split panel card ---------- */
.section-quote {
  padding: 80px 0;
  background: #fff;
}

.section-quote .quote-panel {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--icb-shadow-lg);
  border: 1px solid #E2E8F0;
}

/* Left Column: Order Process in Quote Section */
.section-quote .quote-process-col {
  background: linear-gradient(180deg, #FBFBFB 0%, #F5F7FA 100%);
  padding: 44px 36px;
  border-right: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-quote .quote-process-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-quote .quote-process-header {
  margin-bottom: 24px;
}

.section-quote .quote-process-title {
  font-family: var(--font-display);
  color: var(--icb-dark-grey);
  margin: 0 0 8px;
}
.section-quote .quote-process-title span {
  color: var(--icb-red);
}

.section-quote .quote-process-subtitle {
  font-size: 14px;
  color: var(--icb-dark-grey);
  opacity: 0.8;
  margin: 0;
  line-height: 1.5;
}

.section-quote .quote-process-timeline {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.section-quote .quote-process-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 14px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.section-quote .quote-process-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(39, 34, 34, 0.08);
  border-color: rgba(var(--icb-red-rgb), 0.4);
}

.section-quote .quote-process-icon-wrap {
  position: relative;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF5F5;
  border-radius: 6px;
  border: 1px solid rgba(var(--icb-red-rgb), 0.15);
  overflow: hidden;
}
.section-quote .quote-process-icon-wrap img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.section-quote .quote-process-num {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--icb-red);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  font-family: var(--font-display);
  padding: 1px 6px;
  border-radius: 10px;
  line-height: 1.3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.section-quote .quote-process-info {
  flex: 1;
  min-width: 0;
}
.section-quote .quote-process-info h4 {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-dark-grey);
  margin: 0 0 4px;
}
.section-quote .quote-process-info p {
  font-size: 13px;
  line-height: 1.45;
  color: var(--icb-dark-grey);
  opacity: 0.85;
  margin: 0;
}

.section-quote .quote-process-footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed #D5DDE5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-quote .quote-process-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--icb-dark-grey);
}
.section-quote .quote-process-perk .quote-perk-icon {
  width: 18px;
  height: 18px;
  color: var(--icb-red);
  fill: currentColor;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .section-quote .quote-process-col {
    border-right: none;
    border-bottom: 1px solid #E2E8F0;
    padding: 32px 24px;
  }
}
@media (max-width: 575.98px) {
  .section-quote .quote-process-col {
    padding: 24px 16px;
  }
  .section-quote .quote-process-item {
    padding: 12px 14px;
    gap: 12px;
  }
  .section-quote .quote-process-icon-wrap {
    width: 42px;
    height: 42px;
  }
  .section-quote .quote-process-icon-wrap img {
    width: 26px;
    height: 26px;
  }
}
.section-quote .quote-form-col {
  padding: 44px 36px;
  background: #fff;
}

.section-quote .quote-info-col {
  background: #fff;
  padding: 32px 28px;
  border-left: 1px solid #E2E8F0;
  display: flex;
}

.section-quote .quote-info-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 24px 20px 20px;
  box-shadow: var(--icb-shadow);
}

.section-quote .quote-info-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--icb-dark-grey);
  margin: 0 0 16px;
  line-height: 1.3;
}

.section-quote .quote-info-panel .custom-scroll-wrapper {
  flex: 1;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 8px;
}

.section-quote .quote-info-panel .custom-scroll-wrapper::-webkit-scrollbar {
  width: 6px;
}

.section-quote .quote-info-panel .custom-scroll-wrapper::-webkit-scrollbar-track {
  background: var(--icb-surface);
  border-radius: 6px;
}

.section-quote .quote-info-panel .custom-scroll-wrapper::-webkit-scrollbar-thumb {
  background: var(--icb-red);
  border-radius: 6px;
}

.section-quote .quote-info-panel .elementor-widget-container h2,
.section-quote .quote-info-panel .elementor-widget-container h4 {
  font-family: var(--font-display) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--icb-dark-grey) !important;
  margin: 20px 0 10px !important;
}

.section-quote .quote-info-panel .elementor-widget-container h2:first-child {
  margin-top: 0 !important;
}

.section-quote .quote-info-panel .elementor-widget-container p,
.section-quote .quote-info-panel .elementor-widget-container li,
.section-quote .quote-info-panel .elementor-widget-container span {
  font-family: var(--font-body) !important;
  color: var(--icb-dark-grey) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.section-quote .quote-info-panel .elementor-widget-container a {
  color: var(--icb-teal-dark) !important;
  font-weight: 600 !important;
}

.section-quote .quote-info-panel .elementor-widget-container ul,
.section-quote .quote-info-panel .elementor-widget-container ol {
  padding-left: 1.2rem;
  margin-bottom: 12px;
}

.section-quote .quote-info-panel .elementor-widget-container li::marker,
.section-quote .quote-info-panel li::marker {
  color: var(--icb-red);
}

.section-quote .form-header .form-heading {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--icb-dark-grey);
}

.section-quote .form-header .text-white {
  color: var(--icb-dark-grey) !important;
}

.section-quote .form-header .divider-view::before,
.section-quote .form-header .divider-view::after {
  border-color: #E2E8F0 !important;
}

.section-quote .form-header .divider-text {
  color: var(--icb-muted);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.section-quote .form-control {
  border-radius: 6px;
  border-color: #E2E8F0;
  padding: 12px 16px;
  background: #fff;
}

.section-quote .form-control:focus {
  border-color: var(--icb-red);
  box-shadow: 0 0 0 3px rgba(var(--icb-red-rgb), 0.15);
  background: #fff;
}

.section-quote .btn-submit {
  background: var(--icb-red) !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: var(--font-display);
  font-weight: 700;
  padding: 14px !important;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}

.section-quote .btn-submit:hover {
  background: var(--icb-dark-grey) !important;
}

/* ---------- Portfolio ??? client work cards ---------- */
.section-portfolio {
  background: var(--icb-light-grey);
  padding-bottom: 72px;
}

.section-portfolio .section-header .section-heading,
.section-portfolio .section-header .section-subtitle {
  color: var(--icb-dark-grey);
}

.section-portfolio .section-header .section-subtitle {
  color: var(--icb-dark-grey);
}

.section-portfolio .designed-box-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 6px !important;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
}

.section-portfolio .designed-box-card:hover {
  transform: translateY(-6px);
  border-color: var(--icb-red) !important;
}

.section-portfolio .box-name-div {
  background: var(--icb-red) !important;
}

.section-portfolio .box-highlight-div {
  background: rgba(0, 0, 0, 0.3) !important;
}

.section-portfolio .card-key {
  color: rgba(255, 255, 255, 0.6) !important;
}

.section-portfolio .card-value,
.section-portfolio .card-link {
  color: #fff !important;
}

.section-portfolio .card-link {
  color: var(--icb-red) !important;
}

/* ---------- Globe ??? country mosaic ---------- */
.section-globe {
  padding-bottom: 72px;
  background: var(--icb-teal-light);
}

.section-globe .country-card {
  border-radius: 6px !important;
  box-shadow: var(--icb-shadow);
  border: 3px solid #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.section-globe .country-card:hover {
  transform: scale(1.04) rotate(-1deg);
  box-shadow: var(--icb-shadow-lg);
}

.section-globe .country-card img {
  filter: brightness(0.55) saturate(1.2) !important;
}

.section-globe .country-card:hover img {
  filter: brightness(0.75) saturate(1.3) !important;
}

.section-globe .image-overlay h2 {
  font-family: var(--font-display);
  font-size: 1.5rem !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

/* ---------- Customization ??? horizontal feature cards ---------- */
.section-customization {
  padding: 72px 0;
  background: #fff;
}

.section-customization .customization-h6 {
  text-align: center;
  color: var(--icb-muted);
  max-width: 700px;
  margin: 32px auto 0;
  font-weight: 500;
}

.section-customization .customization-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  border-radius: 6px !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: var(--icb-shadow) !important;
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.section-customization .customization-card:hover {
  transform: translateX(6px);
  box-shadow: var(--icb-shadow-lg) !important;
  border-color: var(--icb-red) !important;
}

.section-customization .customization-img {
  width: 140px !important;
  min-width: 140px;
  aspect-ratio: auto !important;
  height: auto !important;
  object-fit: cover;
  border-radius: 6px !important;
}

.section-customization .customization-intro {
  padding: 24px !important;
  text-align: left;
}

.section-customization .customization-name {
  font-family: var(--font-display);
  font-weight: 700 !important;
  color: var(--icb-dark-grey) !important;
  font-size: 1.1rem !important;
}

.section-customization .customization-description {
  color: var(--icb-muted) !important;
  margin-top: 8px !important;
}

/* ---------- Materials ??? color-coded cards ---------- */
.section-materials {
  padding: 80px 0;
  background: var(--icb-light-grey);
}

.section-materials .materials-guide-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}

.section-materials .materials-guide-heading {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  color: var(--icb-dark-grey);
}

.section-materials .materials-guide-subtitle {
  margin: 0;
  font-size: 15px;
  color: var(--icb-dark-grey);
  opacity: 0.8;
}

.section-materials .materials-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 680px;
  margin: 0 auto 28px;
  padding: 6px;
  background: var(--icb-red);
  border-radius: 6px;
}

.section-materials .materials-tab {
  flex: 1;
  border: none;
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.section-materials .materials-tab.is-active {
  background: #fff;
  color: var(--icb-red);
}

.section-materials .materials-tab:hover:not(.is-active) {
  background: rgba(255, 255, 255, 0.12);
}

.section-materials .materials-panel {
  display: none;
}

.section-materials .materials-panel.is-active {
  display: block;
}

.section-materials .materials-panel-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(39, 34, 34, 0.08);
  padding: 28px;
}
.section-materials .materials-panel-card.materials-description-card {
  display: block;
  padding: 36px 32px;
}

.section-materials .materials-description-content {
  width: 100%;
}

.section-materials .materials-desc-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E8F0;
}

.section-materials .materials-desc-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--icb-dark-grey);
  margin: 0 0 10px;
  line-height: 1.3;
}

.section-materials .materials-desc-lead {
  font-size: 15px;
  color: var(--icb-dark-grey);
  opacity: 0.9;
  line-height: 1.65;
  margin: 0;
}

.section-materials .materials-desc-scroll {
  max-height: 480px;
  overflow-y: auto;
  padding-right: 12px;
}

.section-materials .materials-desc-scroll::-webkit-scrollbar {
  width: 6px;
}

.section-materials .materials-desc-scroll::-webkit-scrollbar-track {
  background: #F1F5F9;
  border-radius: 4px;
}

.section-materials .materials-desc-scroll::-webkit-scrollbar-thumb {
  background: var(--icb-red);
  border-radius: 4px;
}

.section-materials .materials-desc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.section-materials .materials-desc-box {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}

.section-materials .materials-desc-box:last-child {
  margin-bottom: 0;
}

.section-materials .materials-desc-box h4 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--icb-dark-grey);
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid rgba(var(--icb-red-rgb), 0.15);
}

.section-materials .materials-desc-box p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--icb-dark-grey);
  margin: 0 0 10px;
}

.section-materials .materials-desc-box p:last-child {
  margin-bottom: 0;
}

.section-materials .materials-desc-box a {
  color: var(--icb-red);
  font-weight: 600;
  text-decoration: underline;
}

.section-materials .materials-desc-list,
.section-materials .materials-desc-steps {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--icb-dark-grey);
}

.section-materials .materials-desc-list li,
.section-materials .materials-desc-steps li {
  margin-bottom: 6px;
}

.section-materials .materials-desc-list li::marker,
.section-materials .materials-desc-steps li::marker {
  color: var(--icb-red);
}

.section-materials .materials-desc-list li:last-child,
.section-materials .materials-desc-steps li:last-child {
  margin-bottom: 0;
}

.section-materials .materials-perks-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.section-materials .materials-perks-tags span {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(var(--icb-red-rgb), 0.25);
  color: var(--icb-dark-grey);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .section-materials .materials-desc-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .section-materials .materials-description-card {
    padding: 20px 16px;
  }
  .section-materials .materials-desc-scroll {
    max-height: 400px;
    padding-right: 4px;
  }
  .section-materials .materials-desc-box {
    padding: 16px 14px;
  }
}
.section-materials .materials-panel-gallery {
  min-width: 0;
  overflow: hidden;
}

.section-materials .materials-marquee-track {
  display: flex;
  width: max-content;
  animation: materials-marquee-ltr 28s linear infinite;
}

.section-materials .materials-panel-gallery:hover .materials-marquee-track {
  animation-play-state: paused;
}

.section-materials .materials-marquee-group {
  display: flex;
  gap: 12px;
  padding-right: 12px;
  flex-shrink: 0;
}

.section-materials .materials-marquee-group img {
  width: 160px;
  height: 120px;
  flex: 0 0 160px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  background: var(--icb-light-grey);
  border: 2px solid var(--icb-red);
}

@keyframes materials-marquee-ltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-materials .materials-marquee-track {
    animation: none;
    transform: none;
  }
}
.section-materials .materials-panel-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--icb-dark-grey);
}

@media (max-width: 991.98px) {
  .section-materials .materials-panel-card {
    grid-template-columns: 1fr;
  }
  .section-materials .materials-marquee-group img {
    width: 140px;
    height: 105px;
    flex-basis: 140px;
  }
}
@media (max-width: 575.98px) {
  .section-materials .materials-tabs {
    max-width: 100%;
    flex-wrap: wrap;
    border-radius: 6px;
  }
  .section-materials .materials-tab {
    flex: 1 1 auto;
    min-width: calc(50% - 6px);
  }
  .section-materials .materials-panel-card {
    padding: 18px;
  }
}
/* ---------- Materials Masonry ? gapless grid with hover ---------- */
.section-materials-masonry {
  padding: 72px 0 0;
  background: #fff;
}

.section-materials-masonry .section-header {
  padding-bottom: 36px;
}

.section-materials-masonry .materials-masonry {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 160px;
  gap: 0;
  width: 100%;
}

.section-materials-masonry .masonry-item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: var(--icb-light-grey);
}

.section-materials-masonry .masonry-item--tall {
  grid-row: span 2;
}

.section-materials-masonry .masonry-item--wide {
  grid-column: span 2;
}

.section-materials-masonry .masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.section-materials-masonry .masonry-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  background: rgba(15, 23, 42, 0.72);
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
}

.section-materials-masonry .masonry-title {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  font-weight: 800;
  color: var(--icb-dark-grey);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
  transform: translateY(10px);
  transition: transform 0.3s ease;
}

.section-materials-masonry .masonry-category {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--icb-red);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: translateY(10px);
  transition: transform 0.3s ease 0.05s;
}

.section-materials-masonry .masonry-item:hover img,
.section-materials-masonry .masonry-item:focus-visible img {
  transform: scale(1.08);
}

.section-materials-masonry .masonry-item:hover .masonry-overlay,
.section-materials-masonry .masonry-item:focus-visible .masonry-overlay {
  opacity: 1;
}

.section-materials-masonry .masonry-item:hover .masonry-title,
.section-materials-masonry .masonry-item:hover .masonry-category,
.section-materials-masonry .masonry-item:focus-visible .masonry-title,
.section-materials-masonry .masonry-item:focus-visible .masonry-category {
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .section-materials-masonry .materials-masonry {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 140px;
  }
}
@media (max-width: 575.98px) {
  .section-materials-masonry .materials-masonry {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }
  .section-materials-masonry .masonry-item--wide {
    grid-column: span 2;
  }
}
/* ---------- Reviews ? focused size carousel ---------- */
.section-reviews {
  padding: 0 0 72px;
  margin: 0;
  background: #F5E8E8;
  overflow: hidden;
}

.section-reviews .section-header {
  margin-bottom: 36px;
}

.section-reviews .testimonials-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0 28px;
}

.section-reviews .testimonials-stage {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 440px;
  transition: gap 0.45s ease;
}

@media (prefers-reduced-motion: reduce) {
  .section-reviews .testimonial-card,
  .section-reviews .testimonial-card-media img {
    transition-duration: 0.01ms !important;
  }
}
.section-reviews .testimonials-nav {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  background: #fff;
  color: var(--icb-red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
}
.section-reviews .testimonials-nav .icb-icon {
  width: 14px;
  height: 14px;
  font-size: 15px;
}

.section-reviews .testimonials-nav:hover:not(:disabled) {
  background: #fff;
  border-color: var(--icb-red);
  color: var(--icb-red);
  box-shadow: 0 4px 12px rgba(128, 0, 0, 0.15);
  transform: translateY(-1px);
}

.section-reviews .testimonials-nav:disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}

/* Split card: white quote + overlapping avatar + colored footer */
.section-reviews .testimonial-card {
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  color: var(--icb-dark-grey);
  border: 0;
  box-shadow: none;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.86) translateY(16px);
  transform-origin: center center;
  will-change: transform, width, height, opacity;
  transition: width 0.65s cubic-bezier(0.22, 1, 0.36, 1), height 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.65s cubic-bezier(0.22, 1, 0.36, 1), margin 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-reviews .testimonial-card.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  margin: 0;
  box-shadow: 0 12px 28px rgba(39, 34, 34, 0.14);
}

.section-reviews .testimonial-card.is-far {
  width: 168px;
  height: 268px;
  transform: scale(0.94) translateY(8px);
  z-index: 1;
}

.section-reviews .testimonial-card.is-near {
  width: 228px;
  height: 336px;
  transform: scale(0.97) translateY(4px);
  z-index: 3;
}

.section-reviews .testimonial-card.is-center {
  width: 280px;
  height: 400px;
  transform: scale(1) translateY(0);
  z-index: 5;
  box-shadow: 0 18px 40px rgba(39, 34, 34, 0.18);
}

.section-reviews .testimonial-card.is-visible:hover {
  transform: scale(1.02) translateY(-4px);
}

.section-reviews .testimonial-card.is-far.is-visible:hover {
  transform: scale(0.96) translateY(4px);
}

.section-reviews .testimonial-card.is-near.is-visible:hover {
  transform: scale(0.99) translateY(0);
}

.section-reviews .testimonial-card.is-center.is-visible:hover {
  transform: scale(1.02) translateY(-6px);
}

.section-reviews .testimonial-card-quote {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  background: #fff;
  padding: 22px 18px 18px;
  display: flex;
  align-items: flex-start;
}

.section-reviews .testimonial-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--icb-dark-grey);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-reviews .testimonial-card.is-center .testimonial-text {
  -webkit-line-clamp: 7;
}

.section-reviews .testimonial-card.is-far .testimonial-text {
  -webkit-line-clamp: 4;
}

.section-reviews .testimonial-mark {
  position: absolute;
  right: 14px;
  bottom: 24px;
  z-index: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: rgba(128, 0, 0, 0.16);
  pointer-events: none;
}

.section-reviews .testimonial-card.is-far .testimonial-mark {
  font-size: 58px;
  right: 10px;
  bottom: 16px;
}

.section-reviews .testimonial-card-person {
  position: relative;
  flex: 0 0 auto;
  background: var(--icb-red);
  color: #fff;
  text-align: center;
  padding: 50px 12px 18px;
  margin-top: 0;
}

.section-reviews .testimonial-card.is-far .testimonial-card-person {
  padding: 34px 8px 12px;
  margin-top: 0;
}

.section-reviews .testimonial-card.is-near .testimonial-card-person {
  padding: 44px 10px 16px;
  margin-top: 0;
}

.section-reviews .testimonial-card.is-center .testimonial-card-person {
  padding: 54px 12px 20px;
  margin-top: 0;
}

.section-reviews .testimonial-card-media {
  position: absolute;
  left: 50%;
  top: 0;
  width: 78px;
  height: 78px;
  margin: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #fff;
  overflow: hidden;
  background: #e8e8e8;
  box-shadow: 0 4px 12px rgba(39, 34, 34, 0.18);
  z-index: 2;
}

.section-reviews .testimonial-card.is-far .testimonial-card-media {
  width: 52px;
  height: 52px;
  border-width: 3px;
}

.section-reviews .testimonial-card.is-near .testimonial-card-media {
  width: 66px;
  height: 66px;
}

.section-reviews .testimonial-card.is-center .testimonial-card-media {
  width: 86px;
  height: 86px;
}

.section-reviews .testimonial-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.section-reviews .testimonial-name {
  margin: 0 0 2px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}

.section-reviews .testimonial-role {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.3;
}

.section-reviews .testimonial-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 8px;
}

.section-reviews .testimonial-star {
  width: 14px;
  height: 14px;
  color: #F5C518;
  fill: currentColor;
}

.section-reviews .testimonial-card.is-far .testimonial-star {
  width: 11px;
  height: 11px;
}

.section-reviews .testimonial-card.is-far .testimonial-name,
.section-reviews .testimonial-card.is-far .testimonial-role {
  font-size: 15px;
}

@media (max-width: 991.98px) {
  .section-reviews .testimonial-card.is-far {
    display: none !important;
  }
  .section-reviews .testimonial-card.is-near {
    width: min(200px, 28vw);
    height: 300px;
  }
  .section-reviews .testimonial-card.is-center {
    width: min(260px, 42vw);
    height: 360px;
  }
  .section-reviews .testimonials-stage {
    gap: 10px;
    min-height: 380px;
  }
}
@media (max-width: 575.98px) {
  .section-reviews .testimonials-carousel {
    gap: 8px;
    justify-content: center;
    padding: 16px 6px 24px;
  }
  .section-reviews .testimonials-nav {
    width: 34px;
    height: 34px;
  }
  .section-reviews .testimonials-stage {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .section-reviews .testimonial-card:not(.is-center),
  .section-reviews .testimonial-card.is-near,
  .section-reviews .testimonial-card.is-far {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    visibility: hidden !important;
  }
  .section-reviews .testimonial-card.is-center {
    position: relative !important;
    display: flex !important;
    width: min(280px, 100vw - 100px) !important;
    height: 360px !important;
    margin: 0 auto !important;
    flex: 0 0 auto !important;
    order: 0 !important;
  }
}
/* ---------- Why Us ? 2-column promise cards ---------- */
.section-why-us {
  padding: 80px 0;
  background: #fff;
}

.section-why-us .why-us-layout {
  display: block;
}

.section-why-us.has-why-image .why-us-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 40px 48px;
  align-items: center;
}

.section-why-us .why-us-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.section-why-us.has-why-image .why-us-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.section-why-us .why-us-heading {
  color: var(--icb-dark-grey);
  margin: 0;
  text-align: center;
}

.section-why-us .divider-view {
  width: 80px !important;
  margin: 16px auto 0 !important;
  padding-bottom: 0 !important;
}

.section-why-us .divider-view::before,
.section-why-us .divider-view::after {
  border-color: var(--icb-red) !important;
}

.section-why-us .why-us-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.section-why-us.has-why-image .why-us-grid {
  max-width: none;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
}

.section-why-us .why-us-visual {
  position: relative;
  min-width: 0;
}

.section-why-us .why-us-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 16px 36px rgba(39, 34, 34, 0.12);
}

.section-why-us .why-us-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-left: 4px solid var(--icb-red);
  border-radius: 6px;
  padding: 22px 24px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.section-why-us .why-us-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--icb-shadow);
  border-color: #E2E8F0;
  border-left-color: var(--icb-red);
}

.section-why-us .why-us-card-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--icb-red);
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
}

.section-why-us .why-us-card:hover .why-us-card-icon {
  background: var(--icb-red);
  color: #fff;
}

.section-why-us .why-us-card-body h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--icb-dark-grey);
  margin: 0 0 6px;
  line-height: 1.3;
}

.section-why-us .why-us-card-body p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--icb-muted);
  margin: 0;
}

@media (max-width: 991.98px) {
  .section-why-us.has-why-image .why-us-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-why-us.has-why-image .why-us-header {
    text-align: center;
  }
  .section-why-us.has-why-image .why-us-header .divider-view {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section-why-us.has-why-image .why-us-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-why-us .why-us-visual {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .section-why-us {
    padding: 64px 0;
  }
  .section-why-us .why-us-grid,
  .section-why-us.has-why-image .why-us-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .section-why-us .why-us-card {
    padding: 18px 16px;
  }
}
/* ---------- Shared product cards (base) ---------- */
.home-page .products-container {
  margin-top: 32px;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.home-page .product-div {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  box-shadow: var(--icb-shadow);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  margin-bottom: 24px;
}

.home-page .product-div:hover {
  transform: translateY(-8px);
  box-shadow: var(--icb-shadow-lg);
  border-color: var(--icb-red);
}

.home-page .product-div .btn-customize-now {
  background: var(--icb-light-grey) !important;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
}

.home-page .product-div:hover .btn-customize-now {
  background: var(--icb-red) !important;
}

.home-page .product-div .product-name {
  font-family: var(--font-display);
  font-weight: 700;
}

.home-page .product-div .banner-text-p {
  background: var(--icb-gold) !important;
}

/* ---------- FAQ â€” packing-slip ticket + unfolding carton cards ---------- */
.section-faq {
  padding: 72px 0;
  background: radial-gradient(circle at 12px 12px, rgba(128, 0, 0, 0.06) 1.2px, transparent 1.4px) 0 0/24px 24px, var(--icb-light-grey);
  position: relative;
  overflow: hidden;
}

.section-faq::before {
  content: "FAQ";
  position: absolute;
  right: -2%;
  top: 8%;
  font-family: var(--font-display);
  font-size: clamp(6rem, 18vw, 14rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(128, 0, 0, 0.08);
  pointer-events: none;
  user-select: none;
}

.section-faq .faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.section-faq .faq-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 36px 32px 36px 28px;
  background: var(--icb-dark-grey);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 18px 40px -18px rgba(39, 34, 34, 0.45);
}

.section-faq .faq-intro::before,
.section-faq .faq-intro::after {
  content: "";
  position: absolute;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--icb-light-grey);
  box-shadow: 0 28px 0 var(--icb-light-grey), 0 56px 0 var(--icb-light-grey), 0 84px 0 var(--icb-light-grey), 0 112px 0 var(--icb-light-grey), 0 140px 0 var(--icb-light-grey), 0 168px 0 var(--icb-light-grey), 0 196px 0 var(--icb-light-grey), 0 224px 0 var(--icb-light-grey), 0 252px 0 var(--icb-light-grey);
}

.section-faq .faq-intro::before {
  top: 18px;
}

.section-faq .faq-intro::after {
  display: none;
}

.section-faq .faq-intro-watermark {
  position: absolute;
  right: 18px;
  bottom: -18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9.5rem;
  line-height: 0.7;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.section-faq .faq-intro-stamp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 5px 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}
.section-faq .faq-intro-stamp .faq-stamp-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.section-faq .faq-heading {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.5vw, 2.05rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.section-faq .faq-intro-text {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  max-width: 28ch;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.section-faq .faq-intro-count {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 212, 212, 0.9);
}

.section-faq .faq-intro-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 10px 16px;
  background: var(--icb-red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s, transform 0.2s;
}

.section-faq .faq-intro-link:hover {
  background: #fff;
  color: var(--icb-dark-grey);
  transform: translateY(-1px);
}

.section-faq .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.section-faq .faq-item {
  position: relative;
  background: #fff;
  border: 1px dashed rgba(128, 0, 0, 0.22);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 20px -16px rgba(39, 34, 34, 0.35);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s, background 0.25s;
}

.section-faq .faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 5px;
  background: transparent;
  border-radius: 0 0 6px 6px;
  transition: background 0.25s;
}

.section-faq .faq-item:last-child {
  border-bottom: 1px dashed rgba(128, 0, 0, 0.22);
}

.section-faq .faq-item:hover {
  border-color: rgba(128, 0, 0, 0.45);
  transform: translateY(-1px);
}

.section-faq .faq-item.is-open {
  background: #fff;
  border-style: solid;
  border-color: var(--icb-red);
  box-shadow: 0 16px 32px -18px rgba(128, 0, 0, 0.35);
  transform: translateY(-2px);
}

.section-faq .faq-item.is-open::before {
  background: var(--icb-red);
}

.section-faq .faq-item.is-open::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent var(--icb-red) transparent transparent;
  pointer-events: none;
}

.section-faq .faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: none;
  background: transparent;
  padding: 16px 16px 16px 14px;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--icb-dark-grey);
}

.section-faq .faq-index {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border: 1px dashed var(--icb-red);
  border-radius: 6px;
  background: #faf3f3;
  color: var(--icb-red);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.25s;
}

.section-faq .faq-item.is-open .faq-index {
  background: var(--icb-red);
  color: #fff;
  border-style: solid;
  border-color: var(--icb-red);
  transform: rotate(-4deg);
}

.section-faq .faq-question-text {
  min-width: 0;
}

.section-faq .faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 6px;
  background: #faf3f3;
  border: 1px solid rgba(128, 0, 0, 0.14);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.section-faq .faq-icon::before,
.section-faq .faq-icon::after {
  content: "";
  position: absolute;
  background: var(--icb-red);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.25s;
}

.section-faq .faq-icon::before {
  top: 13px;
  left: 7px;
  width: 14px;
  height: 2px;
}

.section-faq .faq-icon::after {
  top: 7px;
  left: 13px;
  width: 2px;
  height: 14px;
}

.section-faq .faq-item.is-open .faq-icon {
  background: var(--icb-red);
  border-color: var(--icb-red);
  transform: rotate(180deg);
}

.section-faq .faq-item.is-open .faq-icon::before,
.section-faq .faq-item.is-open .faq-icon::after {
  background: #fff;
}

.section-faq .faq-item.is-open .faq-icon::after {
  opacity: 0;
  transform: scaleY(0);
}

.section-faq .faq-answer {
  display: none;
  overflow: hidden;
  padding: 0 16px 16px 64px;
}

.section-faq .faq-answer p {
  margin: 0;
  padding: 12px 14px 12px 16px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--icb-dark-grey);
  background: #faf3f3;
  border-radius: 6px;
  border-left: 3px solid var(--icb-red);
}

@media (max-width: 991.98px) {
  .section-faq .faq-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }
  .section-faq .faq-intro {
    min-height: 0;
    padding: 24px 22px;
  }
  .section-faq .faq-intro::before {
    display: none;
  }
  .section-faq .faq-heading {
    max-width: none;
  }
  .section-faq .faq-intro-text {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .section-faq {
    padding: 48px 0;
  }
  .section-faq .faq-accordion {
    padding: 0;
  }
  .section-faq .faq-question {
    font-size: 15px;
    padding: 14px 12px;
    gap: 10px;
    align-items: flex-start;
  }
  .section-faq .faq-index {
    width: 34px;
    height: 34px;
  }
  .section-faq .faq-answer {
    padding: 0 12px 14px 12px;
  }
  .section-faq .faq-item.is-open::after {
    border-width: 0 16px 16px 0;
  }
}
/* ---------- Free Sample Kit CTA ---------- */
.section-sample-kit {
  padding: 72px 0;
  background: #fff;
}

.section-sample-kit .sample-kit-panel {
  background: #F5E8E8;
  border-radius: 6px 0 6px 0;
  padding: 40px 40px 28px;
  position: relative;
  overflow: hidden;
}

.section-sample-kit .sample-kit-panel::before {
  content: none;
}

.section-sample-kit .sample-kit-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: center;
}

.section-sample-kit .sample-kit-heading {
  margin: 0 0 12px;
  font-family: var(--font-display);
  color: var(--icb-dark-grey);
}

.section-sample-kit .sample-kit-heading span {
  display: inline-block;
  color: var(--icb-red);
  position: relative;
}

.section-sample-kit .sample-kit-heading span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' fill='none'%3E%3Cpath d='M2 8c18-6 36 4 54-2s36-4 52 2' stroke='%23800000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}

.section-sample-kit .sample-kit-text {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--icb-dark-grey);
  opacity: 0.85;
  max-width: 460px;
}

.section-sample-kit .sample-kit-features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.section-sample-kit .sample-kit-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--icb-dark-grey);
}

.section-sample-kit .sample-kit-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  color: var(--icb-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(39, 34, 34, 0.06);
}

.section-sample-kit .sample-kit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--icb-red);
  color: #fff;
  border-radius: 6px 0 6px 0;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(var(--icb-red-rgb), 0.28);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.section-sample-kit .sample-kit-btn:hover {
  background: var(--icb-dark-grey);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(39, 34, 34, 0.34);
}

.section-sample-kit .sample-kit-visual {
  position: relative;
  z-index: 1;
}

.section-sample-kit .sample-kit-visual img {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  display: block;
  border-radius: 6px 0 6px 0;
  object-fit: cover;
  aspect-ratio: 5/4;
  box-shadow: 0 16px 36px rgba(39, 34, 34, 0.12);
}

.section-sample-kit .sample-kit-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
  background: #fff;
  border-radius: 6px 0 6px 0;
  padding: 18px 20px;
  box-shadow: 0 8px 20px rgba(39, 34, 34, 0.06);
}

.section-sample-kit .sample-kit-step {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--icb-dark-grey);
}

.section-sample-kit .sample-kit-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 30%;
  max-width: 40px;
  border-top: 2px dashed rgba(128, 0, 0, 0.25);
  transform: translateY(-50%);
}

.section-sample-kit .sample-kit-step-icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid rgba(128, 0, 0, 0.2);
  background: #F5E8E8;
  color: var(--icb-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .section-sample-kit .sample-kit-inner {
    grid-template-columns: 1fr;
  }
  .section-sample-kit .sample-kit-visual img {
    margin: 0 auto;
    max-width: 360px;
  }
  .section-sample-kit .sample-kit-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .section-sample-kit .sample-kit-step:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-sample-kit .sample-kit-panel {
    padding: 28px 18px 20px;
  }
  .section-sample-kit .sample-kit-steps {
    grid-template-columns: 1fr;
  }
  .section-sample-kit .sample-kit-features {
    flex-direction: column;
  }
}
/* ---------- Footer â€” CustomBoxesWholesale Style Match with ICB Red Theme & Warehouse Conveyor BG ---------- */
#mt-footer,
.site-footer,
.home-page .site-footer {
  position: relative;
  margin-top: 0;
  background: linear-gradient(rgba(12, 4, 6, 0.9), rgba(18, 5, 8, 0.95)), url("../images/footer-bg.png") center/cover no-repeat;
  color: #e2e8f0;
  font-family: var(--font-body, "DM Sans", sans-serif);
  border-top: 3px solid var(--icb-red, #800000);
  clear: both;
}

#mt-footer .footer-main,
.site-footer .footer-main,
.home-page .site-footer .footer-main {
  padding: 48px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mt-footer .footer-main > .container > .row,
.site-footer .footer-main > .container > .row {
  align-items: flex-start;
}

/* --- Column 1: Brand & Follow Us --- */
#mt-footer .follow-us .footer-brand,
.site-footer .follow-us .footer-brand {
  display: inline-block;
  margin-bottom: 18px;
}

#mt-footer .follow-us .footer-logo,
.site-footer .follow-us .footer-logo {
  max-height: 52px;
  width: auto;
}

#mt-footer .follow-us .footer-desc,
.site-footer .follow-us .footer-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 22px;
}

#mt-footer .follow-us .social-heading,
.site-footer .follow-us .social-heading {
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

#mt-footer .follow-us .social-icons,
.site-footer .follow-us .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#mt-footer .follow-us .social-icons a,
.site-footer .follow-us .social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#mt-footer .follow-us .social-icons a:hover,
.site-footer .follow-us .social-icons a:hover {
  background: var(--icb-red, #800000);
  border-color: var(--icb-red, #800000);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(128, 0, 0, 0.5);
}

#mt-footer .follow-us .social-icons .icb-icon,
.site-footer .follow-us .social-icons .icb-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* --- Columns 2 & 3: Quick Links & Category --- */
#mt-footer .mt-contact-ftr .footer-title,
.site-footer .mt-contact-ftr .footer-title,
#mt-footer .footer-testimonial .footer-title,
.site-footer .footer-testimonial .footer-title {
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
}

#mt-footer .mt-contact-ftr .footer-title::after,
.site-footer .mt-contact-ftr .footer-title::after,
#mt-footer .footer-testimonial .footer-title::after,
.site-footer .footer-testimonial .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background: var(--icb-red, #800000);
  border-radius: 2px;
}

#mt-footer .mt-contact-ftr .footer-menu,
.site-footer .mt-contact-ftr .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mt-footer .mt-contact-ftr .footer-menu li,
.site-footer .mt-contact-ftr .footer-menu li {
  margin-bottom: 12px;
}

#mt-footer .mt-contact-ftr .footer-menu a,
.site-footer .mt-contact-ftr .footer-menu a {
  color: #cbd5e1;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

#mt-footer .mt-contact-ftr .footer-menu a .arrow,
.site-footer .mt-contact-ftr .footer-menu a .arrow {
  color: #ef4444;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.25s ease;
}

#mt-footer .mt-contact-ftr .footer-menu a:hover,
.site-footer .mt-contact-ftr .footer-menu a:hover {
  color: #f87171;
  padding-left: 5px;
}

#mt-footer .mt-contact-ftr .footer-menu a:hover .arrow,
.site-footer .mt-contact-ftr .footer-menu a:hover .arrow {
  transform: translateX(3px);
}

/* --- Column 4: Featured Showcase Cards --- */
#mt-footer .footer-showcase-carousel,
.site-footer .footer-showcase-carousel {
  margin-top: 4px;
}

#mt-footer .footer-showcase-viewport,
.site-footer .footer-showcase-viewport {
  overflow: hidden;
  height: 268px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

#mt-footer .footer-showcase-columns,
.site-footer .footer-showcase-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  height: 100%;
}

#mt-footer .footer-showcase-col,
.site-footer .footer-showcase-col {
  overflow: hidden;
  height: 100%;
}

#mt-footer .footer-showcase-col-track,
.site-footer .footer-showcase-col-track {
  display: flex;
  flex-direction: column;
  gap: 8px;
  will-change: transform;
}

#mt-footer .footer-showcase-col--up .footer-showcase-col-track,
.site-footer .footer-showcase-col--up .footer-showcase-col-track {
  animation: footerShowcaseUp 22s linear infinite;
}

#mt-footer .footer-showcase-col--down .footer-showcase-col-track,
.site-footer .footer-showcase-col--down .footer-showcase-col-track {
  animation: footerShowcaseDown 22s linear infinite;
}

#mt-footer .footer-showcase-carousel:hover .footer-showcase-col-track,
.site-footer .footer-showcase-carousel:hover .footer-showcase-col-track {
  animation-play-state: paused;
}

@keyframes footerShowcaseUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-50% - 4px));
  }
}
@keyframes footerShowcaseDown {
  0% {
    transform: translateY(calc(-50% - 4px));
  }
  100% {
    transform: translateY(0);
  }
}
#mt-footer .showcase-item,
.site-footer .showcase-item {
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  flex-shrink: 0;
  text-decoration: none;
  perspective: 600px;
  background: transparent;
  border: none;
  padding: 0;
  overflow: visible;
}

#mt-footer .showcase-box3d-inner,
.site-footer .showcase-box3d-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #1a1212;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: rotateX(8deg) rotateY(-12deg) translateZ(0);
  transform-style: preserve-3d;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.35), 8px 10px 16px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#mt-footer .showcase-item:hover .showcase-box3d-inner,
.site-footer .showcase-item:hover .showcase-box3d-inner {
  transform: rotateX(4deg) rotateY(-6deg) translateY(-3px) scale(1.04);
  border-color: var(--icb-red, #800000);
  box-shadow: 6px 8px 0 rgba(128, 0, 0, 0.35), 10px 14px 22px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

#mt-footer .showcase-item img,
.site-footer .showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
  filter: saturate(1.05) contrast(1.05);
}

#mt-footer .showcase-badge,
.site-footer .showcase-badge {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  #mt-footer .footer-showcase-col-track,
  .site-footer .footer-showcase-col-track {
    animation: none !important;
  }
  #mt-footer .footer-showcase-viewport,
  .site-footer .footer-showcase-viewport {
    height: auto;
    mask-image: none;
    -webkit-mask-image: none;
    overflow: visible;
  }
  #mt-footer .footer-showcase-col-track,
  .site-footer .footer-showcase-col-track {
    transform: none !important;
  }
  #mt-footer .showcase-item[aria-hidden=true],
  .site-footer .showcase-item[aria-hidden=true] {
    display: none;
  }
}
/* --- Footer Bottom Copy Bar --- */
#mt-footer .mt-footer-copy,
.site-footer .footer-bottom,
.home-page .site-footer .footer-bottom {
  background: rgba(8, 3, 5, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
}

#mt-footer .copy-txt p,
.site-footer .copy-txt p,
.home-page .site-footer .footer-copy {
  color: #94a3b8;
  font-size: 15px;
  margin: 0;
}

#mt-footer .made-txt .payment-icons,
.site-footer .made-txt .payment-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#mt-footer .made-txt .payment-icons img,
.site-footer .made-txt .payment-icons img,
.site-footer .footer-badge,
.site-footer .footer-payments {
  height: 32px;
  width: auto;
  border-radius: 4px;
}

@media (max-width: 767px) {
  #mt-footer .made-txt .payment-icons,
  .site-footer .made-txt .payment-icons {
    justify-content: flex-start;
    margin-top: 12px;
  }
  .home-page .site-footer .footer-main {
    padding: 40px 0 32px;
  }
  .home-page .site-footer .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .home-page .site-footer .footer-tagline {
    max-width: none;
  }
  .home-page .site-footer .footer-social {
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .home-page .site-footer .footer-newsletter-form {
    flex-direction: column;
    gap: 8px;
    box-shadow: none;
    overflow: visible;
  }
  .home-page .site-footer .footer-newsletter-form input {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
  }
  .home-page .site-footer .footer-newsletter-btn {
    border-radius: 6px;
    width: 100%;
    padding: 12px;
  }
  .home-page .site-footer .footer-social {
    justify-content: center;
  }
}
/* ---------- Industry â€” clickable list + preview ---------- */
#industry-section {
  padding: 0 0 64px;
  background: var(--icb-light-grey);
}

#industry-section .section-header {
  padding: 48px 0 8px;
  background: transparent;
}

#industry-section .section-header .section-heading {
  color: var(--icb-dark-grey);
}

#industry-section .section-header .section-subtitle {
  font-size: 15px;
  margin-top: 4px;
  line-height: 1.4;
}

#industry-section .section-header::after {
  display: none;
  content: none;
}

#industry-section .industry-showcase {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 16px;
  align-items: stretch;
  min-height: 420px;
}

#industry-section .industry-previews {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  min-width: 0;
  align-items: stretch;
}

#industry-section .industry-carousel-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  align-items: stretch;
}

#industry-section .industry-carousel-btn {
  align-self: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--icb-red);
  border-radius: 6px;
  background: var(--icb-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px -10px rgba(128, 0, 0, 0.35);
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
#industry-section .industry-carousel-btn .icb-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
#industry-section .industry-carousel-btn:hover {
  background: #6a0000;
  border-color: #6a0000;
  color: #fff;
}
#industry-section .industry-carousel-btn[hidden] {
  display: none !important;
}

#industry-section .industry-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border: 1px solid rgba(39, 34, 34, 0.08);
  border-radius: 6px;
  padding: 8px 8px 0;
  overflow: hidden;
  box-shadow: 0 4px 14px -10px rgba(39, 34, 34, 0.16);
}

#industry-section .industry-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 9px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--icb-dark-grey);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

#industry-section .industry-nav-item::after {
  content: "";
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.35;
  transition: opacity 0.2s, transform 0.2s;
}

#industry-section .industry-nav-item:hover {
  background: rgba(128, 0, 0, 0.06);
  color: var(--icb-red);
}

#industry-section .industry-nav-item.is-active {
  background: var(--icb-red);
  color: #fff;
  box-shadow: 0 6px 12px -8px rgba(128, 0, 0, 0.5);
}

#industry-section .industry-nav-item.is-active::after {
  opacity: 1;
  transform: rotate(-45deg) translateX(1px);
}

#industry-section .industry-preview {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(39, 34, 34, 0.08);
  min-height: 420px;
  box-shadow: 0 8px 22px -12px rgba(39, 34, 34, 0.22);
}

#industry-section .industry-preview-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: opacity 0.28s ease, transform 0.55s ease;
}

#industry-section .industry-preview:hover .industry-preview-image {
  transform: scale(1.08);
}

#industry-section .industry-preview.is-switching .industry-preview-image {
  opacity: 0.35;
  transform: scale(1.03);
}

#industry-section .industry-preview-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 88px 22px 20px;
  background: linear-gradient(180deg, rgba(39, 34, 34, 0) 0%, rgba(39, 34, 34, 0.45) 38%, rgba(39, 34, 34, 0.88) 100%);
  color: #fff;
}

#industry-section .industry-preview-title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.02em;
}

#industry-section .industry-preview-desc {
  margin: 0 0 12px;
  max-width: 38rem;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#industry-section .industry-preview-link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}

#industry-section .industry-preview-link:hover {
  color: #ffd4d4;
  border-color: #ffd4d4;
}

@media (max-width: 991.98px) {
  #industry-section .industry-showcase {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  #industry-section .industry-previews {
    grid-template-columns: 1fr;
    order: -1;
  }
  #industry-section .industry-carousel-stage {
    grid-template-columns: 1fr;
  }
  #industry-section .industry-carousel-btn {
    display: none !important;
  }
  #industry-section .industry-preview {
    min-height: 320px;
  }
  #industry-section .industry-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 8px 8px 0;
  }
  #industry-section .industry-view-all {
    grid-column: 1/-1;
    margin-top: 2px;
  }
  #industry-section .industry-nav-item {
    padding: 10px 8px;
    justify-content: center;
    text-align: center;
    font-size: 15px;
  }
  #industry-section .industry-nav-item::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #industry-section {
    padding-bottom: 48px;
  }
  #industry-section .section-header {
    padding: 36px 0 6px;
  }
  #industry-section .industry-preview {
    min-height: 260px;
  }
  #industry-section .industry-preview-copy {
    padding: 64px 16px 16px;
  }
  #industry-section .industry-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #industry-section .industry-view-all {
    grid-column: 1/-1;
  }
}
#industry-section .industry-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 16px);
  margin: 6px -8px 0;
  padding: 12px 16px;
  background: var(--icb-red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  transition: background 0.2s, color 0.2s;
}

#industry-section .industry-view-all:hover {
  background: var(--icb-dark-grey);
  color: #fff;
  transform: none;
  box-shadow: none;
}

/* ---------- Process ? easy 4-step cards ---------- */
#process-section {
  padding: 80px 0;
  background: #F5E8E8;
  position: relative;
}

#process-section .process-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

#process-section .process-heading {
  margin: 0 0 12px;
  font-family: var(--font-display);
  color: var(--icb-dark-grey);
}

#process-section .process-heading span {
  position: relative;
  color: var(--icb-red);
  display: inline-block;
}

#process-section .process-heading span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' fill='none'%3E%3Cpath d='M2 8c18-6 36 4 54-2s36-4 52 2' stroke='%23800000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}

#process-section .process-subtitle {
  margin: 0;
  font-size: 16px;
  color: var(--icb-dark-grey);
  opacity: 0.85;
}

#process-section .process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 56px;
  position: relative;
  counter-reset: none;
}

#process-section .process-steps::before {
  display: none;
}

#process-section .process-step {
  position: relative;
  z-index: 1;
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 36px 20px 28px;
  text-align: center;
  backdrop-filter: none;
  box-shadow: 0 10px 28px rgba(39, 34, 34, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

#process-section .process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 58%;
  left: calc(100% + 4px);
  width: 20px;
  height: 0;
  border-top: 2px dashed rgba(128, 0, 0, 0.35);
  z-index: 0;
  pointer-events: none;
}

#process-section .process-step:hover {
  transform: translateY(-8px);
  background: #fff;
  border-color: transparent;
  box-shadow: 0 16px 36px rgba(39, 34, 34, 0.12);
}

#process-section .process-step::before {
  display: none;
  content: none;
}

#process-section .process-num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--icb-red);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(var(--icb-red-rgb), 0.35);
}

#process-section .process-media {
  width: 64px;
  max-width: 64px;
  aspect-ratio: auto;
  height: auto;
  margin: 10px auto 14px;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

#process-section .process-media img {
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

#process-section .process-step h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--icb-dark-grey);
  margin: 0 0 10px;
}

#process-section .process-step p {
  font-size: 15px;
  color: var(--icb-dark-grey);
  margin: 0;
  line-height: 1.6;
  opacity: 0.85;
}

#process-section .process-step i.step-icon {
  display: none;
}

.section-materials .suitable-material-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-materials .suitable-material-header .section-eyebrow {
  display: inline-block;
}

/* Mobile sticky quote */
@media (max-width: 767.98px) {
  .section-intro .intro-heading,
  .section-intro .intro-sub-heading {
    text-align: center;
  }
  .section-intro .section-eyebrow {
    display: block;
    text-align: center;
  }
  .home-page .header-tools .header-categories-btn span {
    display: none;
  }
}
/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  #process-section .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #process-section .process-step:not(:last-child)::after {
    display: none;
  }
  .hero-float-card,
  .hero-rating-card {
    display: none;
  }
  #hero-section {
    padding: 40px 0 32px;
  }
  .hero-visual {
    margin-top: 32px;
  }
}
@media (max-width: 575.98px) {
  #process-section .process-steps {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 360px;
    margin: 36px auto 0;
  }
  #process-section .process-step {
    padding: 32px 20px 24px;
  }
  #process-section .process-media {
    width: 56px;
    max-width: 56px;
    margin: 8px auto 12px;
  }
  #process-section .process-media img {
    max-height: 56px;
  }
  .section-customization .customization-card {
    flex-direction: column !important;
  }
  .section-customization .customization-img {
    width: 100% !important;
    min-width: 100%;
    aspect-ratio: 16/9 !important;
  }
  #process-section .process-steps::before {
    display: none;
  }
  .section-more .products-container .row > [class*=col-]:nth-child(2) .product-div,
  .section-more .products-container .row > [class*=col-]:nth-child(4) .product-div {
    transform: none;
  }
  .section-quote .quote-form-col,
  .section-quote .quote-info-col {
    padding: 24px 16px;
  }
  .section-quote .quote-info-col {
    border-left: none;
    border-top: 1px solid #E2E8F0;
  }
  .section-quote .quote-info-panel .custom-scroll-wrapper {
    max-height: 360px;
  }
  .section-discount .discount-banner-div {
    padding: 28px 16px;
  }
  .section-discount .discount-heading-accent {
    white-space: normal;
  }
}
/* ---------- Responsive hardening (tablet/mobile only) ---------- */
@media (max-width: 1199.98px) {
  .section-sample-kit .sample-kit-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .section-sample-kit .sample-kit-step:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home-page {
    overflow-x: clip;
  }
  .home-page img,
  .home-page video,
  .home-page iframe {
    max-width: 100%;
    height: auto;
  }
  .home-page .container,
  .home-page .container-fluid {
    overflow-x: clip;
  }
  .section-discount .discount-banner-div {
    padding: 24px 16px;
  }
  .section-discount .discount-cta-btn {
    width: auto;
  }
  .section-materials .materials-tabs {
    max-width: 100%;
    flex-wrap: wrap;
    border-radius: 6px;
  }
  .section-materials .materials-tab {
    flex: 1 1 auto;
    min-width: calc(33.333% - 6px);
  }
  .section-quote .quote-form-col,
  .section-quote .quote-info-col {
    padding: 28px 20px;
  }
  .section-quote .quote-info-col {
    border-left: none;
    border-top: 1px solid #E2E8F0;
  }
  .section-sample-kit .sample-kit-panel {
    padding: 28px 20px 20px;
  }
  .section-sample-kit .sample-kit-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-top-selling,
  .section-materials,
  #suitable-material-section,
  .section-intro,
  .section-quote,
  #qoute-form-section,
  .section-sample-kit,
  #process-section,
  .section-faq,
  .section-why-us {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-reviews {
    padding-bottom: 48px;
  }
  #process-section .process-steps {
    gap: 16px;
  }
  #process-section .process-step {
    padding: 28px 14px 22px;
  }
  .section-top-selling .trending-card {
    flex: 0 0 calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
  }
  .home-page .site-footer .footer-newsletter-form {
    flex-wrap: wrap;
  }
  .home-page .site-footer .footer-newsletter-form input,
  .home-page .site-footer .footer-newsletter-btn {
    width: 100%;
  }
  #searchOffcanvas.header-search-offcanvas .search-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #searchOffcanvas.header-search-offcanvas .search-submit-mobile {
    min-width: 96px;
  }
  .brand-track-wrap::before,
  .brand-track-wrap::after {
    width: 28px;
  }
  .faq-layout,
  .section-faq .faq-layout {
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .home-page .header-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .section-materials .materials-tab {
    min-width: calc(50% - 6px);
  }
  .trending-card-body {
    padding: 12px;
    gap: 8px;
  }
  .trending-card-title {
    font-size: 15px;
  }
  #process-section .process-media {
    width: 56px;
    max-width: 56px;
  }
  #process-section .process-media img {
    max-height: 56px;
  }
  .section-sample-kit .sample-kit-features {
    flex-direction: column;
    gap: 12px;
  }
  .section-sample-kit .sample-kit-btn {
    width: 100%;
    justify-content: center;
  }
  .home-page .header-strip-left,
  .home-page .header-strip-right {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .home-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  #process-section .process-steps {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    max-width: 360px;
    margin: 36px auto 0;
  }
  #process-section .process-step {
    padding: 32px 20px 24px !important;
  }
  #process-section .process-media {
    width: 52px;
    max-width: 52px;
    margin: 8px auto 12px;
  }
  #process-section .process-media img {
    max-height: 52px;
  }
  .section-top-selling .trending-card {
    flex: 0 0 100%;
    width: 100%;
  }
  .section-top-selling .trending-nav-btn {
    width: 34px;
    height: 34px;
  }
  .section-materials .materials-panel-card {
    padding: 14px;
  }
  #searchOffcanvas.header-search-offcanvas .search-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #searchOffcanvas.header-search-offcanvas .search-product-grid {
    grid-template-columns: 1fr;
  }
  .brand-track-wrap::before,
  .brand-track-wrap::after {
    width: 28px;
  }
  .section-faq .faq-heading {
    font-size: 1.4rem;
  }
  .hero-content h1,
  #hero-section h1 {
    font-size: clamp(1.6rem, 8vw, 2.1rem);
  }
}
/* ==========================================================================
   Inner pages ? shared layout (About / Contact / Quote / Blog / Privacy)
   ========================================================================== */
.page-hero {
  position: relative;
  padding: 56px 0 40px;
  overflow: hidden;
  background: var(--icb-light-grey);
  color: var(--icb-dark-grey);
}

.page-hero::after {
  display: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--icb-dark-grey);
  opacity: 0.75;
}

.page-breadcrumb a {
  color: var(--icb-red);
  text-decoration: none;
}

.page-breadcrumb a:hover {
  color: var(--icb-dark-grey);
  opacity: 1;
}

.page-breadcrumb span {
  opacity: 0.65;
}

.page-hero-title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--icb-dark-grey);
}

.page-hero-title span {
  color: var(--icb-red);
}

.page-hero-lead {
  margin: 0 0 28px;
  max-width: 520px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--icb-dark-grey);
}

.page-hero .hero-ctas {
  margin-bottom: 0;
}

.page-hero .hero-visual {
  margin-top: 0;
}

.page-hero .hero-perks {
  margin-top: 28px;
}

.page-section {
  padding: 64px 0;
}

.page-section--soft {
  background: var(--icb-surface);
}

.page-section--blush {
  background: #F5E8E8;
}

.page-section--dark {
  background: var(--icb-dark-grey);
  color: #fff;
}

.page-card {
  background: #fff;
  border: 1px solid #E8E0E0;
  border-radius: 6px;
  box-shadow: var(--icb-shadow);
  padding: 28px 24px;
  height: 100%;
}

.page-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--icb-red-rgb), 0.1);
  color: var(--icb-red);
  margin-bottom: 14px;
  font-size: 18px;
}

.page-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--icb-dark-grey);
}

.page-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--icb-dark-grey);
  opacity: 0.85;
}

.page-card a {
  color: var(--icb-red);
  font-weight: 700;
  text-decoration: none;
}

.page-card a:hover {
  color: var(--icb-dark-grey);
}

.page-prose {
  max-width: 820px;
}

.page-prose h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--icb-dark-grey);
}

.page-prose p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--icb-dark-grey);
  margin: 0 0 16px;
}

.page-prose p a {
  color: var(--icb-red);
  font-weight: 700;
}

.page-prose ul li::marker,
.page-prose ol li::marker {
  color: var(--icb-red);
}

.page-split-img {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--icb-shadow-lg);
}

.page-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

.page-cta-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
  padding: 56px 28px;
  background: var(--icb-dark-grey);
  border-radius: 6px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-cta-band > * {
  position: relative;
  z-index: 1;
}

.page-cta-band h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}

.page-cta-band p {
  margin: 0 auto 6px;
  max-width: 480px;
  opacity: 0.75;
  line-height: 1.6;
}

.page-cta-band .btn-hero-primary {
  background: var(--icb-red);
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(128, 0, 0, 0.35);
  padding: 12px 28px;
}

.page-cta-band .btn-hero-primary:hover {
  background: #fff;
  color: var(--icb-dark-grey);
}

/* Contact */
.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #F0EAEA;
}

.contact-info-list li:last-child {
  border-bottom: none;
}

.contact-info-list .icb-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: rgba(var(--icb-red-rgb), 0.1);
  color: var(--icb-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 2px;
}

.contact-info-list a,
.contact-info-list span {
  color: var(--icb-dark-grey);
  text-decoration: none;
  font-size: 15px;
}

.contact-info-list a:hover {
  color: var(--icb-red);
}

.page-form .form-control {
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 15px;
  color: var(--icb-dark-grey);
  background: #fff;
}

.page-form .form-control:focus {
  border-color: var(--icb-red);
  box-shadow: 0 0 0 3px rgba(var(--icb-red-rgb), 0.15);
}

.page-form .btn-submit {
  background: var(--icb-red) !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: var(--font-display);
  font-weight: 700;
  padding: 12px !important;
  color: #fff !important;
}

.page-form .btn-submit:hover {
  background: var(--icb-dark-grey) !important;
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card {
  background: #fff;
  border: 1px solid #E8E0E0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--icb-shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--icb-shadow-lg);
  color: inherit;
}

.blog-card-media {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eee;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.05);
}

.blog-card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-meta {
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-red);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.blog-card-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--icb-dark-grey);
  line-height: 1.35;
}

.blog-card-excerpt {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--icb-dark-grey);
  opacity: 0.8;
  flex: 1;
}

.blog-card-more {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--icb-red);
}

/* Legal / privacy */
.legal-block {
  background: #fff;
  border: 1px solid #E8E0E0;
  border-radius: 6px;
  padding: 28px 28px 8px;
  box-shadow: var(--icb-shadow);
}

.legal-block h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--icb-dark-grey);
  margin: 0 0 10px;
  padding-top: 8px;
}

.legal-block p,
.legal-block li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--icb-dark-grey);
  opacity: 0.9;
}

.legal-block ul {
  padding-left: 1.2rem;
  margin-bottom: 18px;
}

.legal-block ul li::marker,
.legal-block ol li::marker {
  color: var(--icb-red);
}

.legal-block p {
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .page-hero {
    padding: 40px 0 32px;
  }
  .page-hero .hero-visual {
    margin-top: 12px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .page-cta-band {
    padding: 22px 18px;
  }
  .legal-block {
    padding: 20px 16px 4px;
  }
}
/* ---------- Cursor delivery van follower ---------- */
body.cursor-neon-active,
body.cursor-neon-active * {
  cursor: none !important;
}

.cursor-pointer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border-radius: 50%;
  display: none;
  pointer-events: none;
  opacity: 0;
  box-sizing: border-box;
  background: transparent;
  border: 2px solid var(--icb-red, #800000);
  box-shadow: none;
  filter: none;
  transform: translate3d(-100px, -100px, 0) scale(1);
  will-change: transform, opacity, box-shadow, width, height;
  transition: opacity 0.2s ease, width 0.22s ease, height 0.22s ease, margin 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.05s linear !important;
  animation: none;
}

.cursor-pointer.is-active {
  display: block;
}

.cursor-pointer.is-visible {
  opacity: 1;
}

.cursor-pointer.is-hover {
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border-color: #ff4d4d;
  box-shadow: 0 0 6px rgba(128, 0, 0, 0.95), 0 0 14px rgba(255, 40, 40, 0.85), 0 0 28px rgba(255, 0, 60, 0.55), 0 0 42px rgba(128, 0, 0, 0.35);
  animation: cursor-neon-pulse 1.4s ease-in-out infinite;
}

.cursor-van {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: auto;
  height: auto;
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--icb-red, #800000);
  font-size: 28px;
  box-shadow: none;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-100px, -100px, 0);
  will-change: transform, opacity, filter;
  transition: opacity 0.25s ease, filter 0.25s ease !important;
  filter: none;
  animation: none;
}

.cursor-van.is-active {
  display: flex;
}

.cursor-van.is-visible {
  opacity: 1;
}

.cursor-van.is-hover {
  filter: drop-shadow(0 0 4px rgb(255, 60, 60)) drop-shadow(0 0 10px rgba(255, 0, 40, 0.9)) drop-shadow(0 0 22px rgba(128, 0, 0, 0.75)) drop-shadow(0 0 36px rgba(255, 20, 60, 0.45));
  animation: cursor-van-neon 1.8s ease-in-out infinite;
}

.cursor-van .icb-icon {
  width: 1em;
  height: 1em;
  color: var(--icb-red, #800000);
  fill: currentColor;
}

@keyframes cursor-neon-pulse {
  0%, 100% {
    box-shadow: 0 0 6px rgba(128, 0, 0, 0.95), 0 0 14px rgba(255, 40, 40, 0.85), 0 0 28px rgba(255, 0, 60, 0.55), 0 0 42px rgba(128, 0, 0, 0.35);
  }
  50% {
    box-shadow: 0 0 8px rgb(255, 80, 80), 0 0 20px rgba(255, 40, 40, 0.95), 0 0 36px rgba(255, 0, 60, 0.7), 0 0 56px rgba(128, 0, 0, 0.5);
  }
}
@keyframes cursor-van-neon {
  0%, 100% {
    filter: drop-shadow(0 0 4px rgb(255, 60, 60)) drop-shadow(0 0 10px rgba(255, 0, 40, 0.9)) drop-shadow(0 0 22px rgba(128, 0, 0, 0.75)) drop-shadow(0 0 36px rgba(255, 20, 60, 0.45));
  }
  50% {
    filter: drop-shadow(0 0 6px rgb(255, 90, 90)) drop-shadow(0 0 16px rgb(255, 30, 50)) drop-shadow(0 0 30px rgba(128, 0, 0, 0.9)) drop-shadow(0 0 48px rgba(255, 20, 60, 0.65));
  }
}
@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  body.cursor-neon-active,
  body.cursor-neon-active * {
    cursor: auto !important;
  }
  .cursor-pointer,
  .cursor-van {
    display: none !important;
    animation: none;
  }
}
.home-page .header-cart-btn {
  position: relative;
  text-decoration: none;
}

.home-page .header-cart-btn .icb-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
}

.home-page .header-cart-badge {
  position: absolute;
  top: -6px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 6px;
  background: var(--icb-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

/* Cart page */
.page-cart-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-item {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  box-shadow: var(--icb-shadow);
}

.cart-item-media img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
}

.cart-item-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--icb-dark-grey);
  margin: 0 0 4px;
  font-size: 1.05rem;
}
.cart-item-title a {
  color: inherit;
  text-decoration: none;
}
.cart-item-title a:hover {
  color: var(--icb-red);
}

.variation {
  margin: 0 0 6px;
  font-size: 13px;
  color: #64748B;
}
.variation dt,
.variation dd {
  display: inline;
  margin: 0;
}
.variation dd {
  margin-right: 10px;
}

.cart-item-price {
  color: var(--icb-red);
  font-weight: 700;
  margin: 0 0 8px;
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--icb-dark-grey);
  font-size: 15px;
  margin: 0;
}

.cart-qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  height: 36px;
}
.cart-qty-stepper .qty-btn {
  width: 32px;
  height: 100%;
  background: #F1F5F9;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-qty-stepper .qty-btn:hover {
  background: #E2E8F0;
}
.cart-qty-stepper .qty-input {
  width: 48px;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #1E293B;
  -moz-appearance: textfield;
}
.cart-qty-stepper .qty-input::-webkit-outer-spin-button, .cart-qty-stepper .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-qty-stepper .qty-input:focus {
  outline: none;
}

.cart-item-remove {
  border: none;
  background: transparent;
  color: var(--icb-dark-grey);
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  line-height: 0;
}
.cart-item-remove .icb-icon {
  width: 16px;
  height: 16px;
}
.cart-item-remove:hover {
  color: var(--icb-red);
  background: var(--icb-teal-light);
}

.cart-update-btn,
.cart-summary-actions .js-icb-update-cart {
  width: 100%;
  border: none;
  cursor: pointer;
}
.cart-update-btn.is-loading,
.cart-summary-actions .js-icb-update-cart.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.cart-summary {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 24px;
  box-shadow: var(--icb-shadow-lg);
  position: sticky;
  top: 100px;
}
.cart-summary h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 20px;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: var(--icb-dark-grey);
}
.cart-summary-row.total {
  font-weight: 800;
  font-size: 1.1rem;
  padding-top: 12px;
  border-top: 1px solid #E2E8F0;
  margin-top: 8px;
}

.cart-summary-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.btn-cart-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: var(--icb-red);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}
.btn-cart-primary:hover {
  background: var(--icb-dark-grey);
  color: #fff;
}

.btn-cart-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #fff;
  color: var(--icb-dark-grey);
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}
.btn-cart-secondary:hover {
  border-color: var(--icb-red);
  color: var(--icb-red);
}

.cart-empty {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 40px 24px;
  box-shadow: var(--icb-shadow);
}
.cart-empty h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  margin: 0 0 10px;
}
.cart-empty p {
  margin: 0 0 20px;
  color: #64748B;
}

.cart-page .woocommerce-notices-wrapper,
.cart-page .woocommerce-message,
.cart-page .woocommerce-info,
.cart-page .woocommerce-error {
  margin-bottom: 20px;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 600;
}

.cart-page .woocommerce-message,
.cart-page .woocommerce-info {
  background: #F0FDF4;
  color: #166534;
}

.cart-page .woocommerce-error {
  background: #FEF2F2;
  color: #991B1B;
  list-style: none;
}

@media (max-width: 767.98px) {
  .cart-item {
    grid-template-columns: 72px 1fr;
  }
  .cart-item-media img {
    width: 72px;
    height: 54px;
  }
  .cart-item-remove {
    grid-column: 2;
    justify-self: start;
  }
  .cart-summary {
    position: static;
  }
}
/* WordPress theme */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.custom-logo-link,
.custom-logo {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.search-live-results {
  margin-top: 1.5rem;
}
.search-live-results.is-loading {
  opacity: 0.7;
}

.search-live-results-list {
  display: grid;
  gap: 1rem;
}

.search-product-card__thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

.search-empty-state,
.search-loading-state {
  padding: 1rem 0;
}

.footer-payments {
  max-width: 100%;
  height: auto;
}

.header-logo .custom-logo-link,
.footer-brand .custom-logo-link,
.mobile-menu-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}
.header-logo .custom-logo,
.footer-brand .custom-logo,
.mobile-menu-logo .custom-logo {
  width: 160px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.search-offcanvas-logo .custom-logo-link {
  display: block;
  line-height: 0;
}
.search-offcanvas-logo .custom-logo {
  display: block;
  width: auto;
  height: 36px;
  max-height: 36px;
  object-fit: contain;
}

#searchOffcanvas.header-search-offcanvas .search-live-results {
  margin-top: 28px;
}
#searchOffcanvas.header-search-offcanvas .js-icb-search-default[hidden] {
  display: none;
}

.js-contact-status,
.js-quote-status {
  font-size: 0.95rem;
  font-weight: 600;
}
.js-contact-status.is-success,
.js-quote-status.is-success {
  color: #166534;
}
.js-contact-status.is-error,
.js-quote-status.is-error {
  color: #991b1b;
}

.js-contact-status {
  margin: 0;
}

.js-quote-status {
  margin: 12px 0 0;
}

.thank-you-page .thank-you-hero {
  position: relative;
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  padding: 72px 0 96px;
  overflow: hidden;
}
.thank-you-page .thank-you-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 15% 20%, rgba(128, 0, 0, 0.12), transparent 60%), radial-gradient(ellipse 55% 45% at 90% 80%, rgba(39, 34, 34, 0.08), transparent 55%), linear-gradient(165deg, #f7f4f4 0%, #fff 48%, #f1f1f1 100%);
  pointer-events: none;
}
.thank-you-page .thank-you-panel {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 28px;
  animation: icbThankYouIn 0.7s ease both;
}
.thank-you-page .thank-you-mark {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--icb-red);
  box-shadow: 0 12px 28px rgba(128, 0, 0, 0.28);
  animation: icbThankYouPop 0.55s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.thank-you-page .thank-you-mark .icb-icon {
  width: 38px;
  height: 38px;
}
.thank-you-page .thank-you-eyebrow {
  margin: 0 0 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--icb-red);
}
.thank-you-page .thank-you-title {
  margin: 0 0 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--icb-dark-grey);
}
.thank-you-page .thank-you-text {
  margin: 0 auto 28px;
  max-width: 34em;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5a5555;
}
.thank-you-page .thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.thank-you-page .thank-you-btn {
  min-width: 180px;
  padding: 12px 22px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.thank-you-page .thank-you-btn.btn-primary,
.thank-you-page .thank-you-btn:not(.thank-you-btn--ghost) {
  background: var(--icb-red);
  border: 1.5px solid var(--icb-red);
  color: #fff;
}
.thank-you-page .thank-you-btn.btn-primary:hover,
.thank-you-page .thank-you-btn:not(.thank-you-btn--ghost):hover {
  background: var(--icb-dark-grey);
  border-color: var(--icb-dark-grey);
  color: #fff;
}
.thank-you-page .thank-you-btn--ghost {
  background: transparent;
  color: var(--icb-dark-grey);
  border: 1.5px solid rgba(39, 34, 34, 0.22);
}
.thank-you-page .thank-you-btn--ghost:hover {
  background: transparent;
  border-color: var(--icb-red);
  color: var(--icb-red);
}
.thank-you-page .thank-you-link {
  width: 100%;
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--icb-red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes icbThankYouIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes icbThankYouPop {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.page-section .section-header {
  padding: 0 0 36px;
  background: transparent;
}

.page-card-icon .icb-icon {
  width: 18px;
  height: 18px;
}

.blog-empty {
  margin: 0;
  padding: 24px 0 48px;
  font-size: 1.05rem;
}

.blog-pagination {
  margin-top: 36px;
}
.blog-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-pagination .page-numbers li {
  margin: 0;
}
.blog-pagination .page-numbers a,
.blog-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #E8E0E0;
  border-radius: 6px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.blog-pagination .page-numbers .current,
.blog-pagination .page-numbers a:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}

.blog-article {
  padding: 40px 0 80px;
}
.blog-article .page-breadcrumb {
  margin-bottom: 12px;
}

.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--icb-red);
}
.blog-article-meta time,
.blog-article-meta span:not(.blog-article-meta-dot) {
  color: var(--icb-dark-grey);
  opacity: 0.78;
}

.blog-article-meta-dot {
  color: var(--icb-red);
  opacity: 0.55;
}

.blog-article-title {
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--icb-dark-grey);
}

.blog-article-media {
  margin: 0 0 32px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--icb-light-grey);
}
.blog-article-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
}

.blog-article-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--icb-dark-grey);
}
.blog-article-body > *:first-child {
  margin-top: 0;
}
.blog-article-body > *:last-child {
  margin-bottom: 0;
}
.blog-article-body h2,
.blog-article-body h3 {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--icb-dark-grey);
  line-height: 1.25;
}
.blog-article-body h2 {
  margin: 36px 0 14px;
  font-size: 1.55rem;
}
.blog-article-body h3 {
  margin: 28px 0 10px;
  font-size: 1.15rem;
}
.blog-article-body p {
  margin: 0 0 16px;
}
.blog-article-body a {
  color: var(--icb-red);
  font-weight: 600;
}
.blog-article-body a:hover {
  color: var(--icb-dark-grey);
}
.blog-article-body ul,
.blog-article-body ol {
  margin: 0 0 18px;
  padding-left: 1.25rem;
}
.blog-article-body li {
  margin-bottom: 8px;
}
.blog-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog-article-body table {
  width: 100%;
  margin: 8px 0 24px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #E8E0E0;
  border-radius: 8px;
}
.blog-article-body th,
.blog-article-body td {
  padding: 12px 14px;
  border: 1px solid #E8E0E0;
  text-align: left;
  vertical-align: top;
  font-size: 0.95rem;
}
.blog-article-body th {
  background: #F5E8E8;
  color: var(--icb-dark-grey);
  font-family: var(--font-display);
  font-weight: 700;
}
.blog-article-body tr:nth-child(even) td {
  background: #faf7f7;
}

.blog-article-cta {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #E8E0E0;
}

.blog-article-cta .btn-hero-primary,
.blog-aside-cta .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.blog-article-aside {
  position: sticky;
  top: 24px;
}

.blog-aside-cta {
  margin-bottom: 0;
  padding: 24px;
  border-radius: 6px;
  background: var(--icb-dark-grey);
  color: #fff;
}
.blog-aside-cta h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
}
.blog-aside-cta p {
  margin: 0 0 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}
.blog-aside-cta .btn-hero-primary {
  width: 100%;
  justify-content: center;
}

.blog-aside-recent {
  margin-bottom: 28px;
  padding: 20px;
  background: #fff;
  border: 1px solid #E8E0E0;
  border-radius: 6px;
}
.blog-aside-recent h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--icb-dark-grey);
}
.blog-aside-recent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-aside-recent li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #E8E0E0;
}
.blog-aside-recent a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
}
.blog-aside-recent a:hover strong {
  color: var(--icb-red);
}
.blog-aside-recent img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--icb-light-grey);
}
.blog-aside-recent strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--icb-dark-grey);
}
.blog-aside-recent em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: var(--icb-red);
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .blog-article {
    padding-top: 24px;
  }
  .blog-article-aside {
    position: static;
  }
}
/* ==========================================================================
   404 page
   ========================================================================== */
.error-page.site-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 220px);
  padding: 24px 16px;
  overflow-x: hidden;
  background: #f1f1f1;
}

.error-lost {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.error-lost-stage {
  position: relative;
  width: min(100%, 340px);
  height: 360px;
  margin: 0 auto;
  animation: error-stage-hit 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-lost-code {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 6;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4.8rem, 18vw, 6.6rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: #800000;
  transform: translate(-50%, -170%);
  animation: error-code-drop 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-lost-shadow {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 1;
  width: 88px;
  height: 14px;
  margin-left: -44px;
  background: #272222;
  border-radius: 50%;
  opacity: 0.12;
  animation: error-shadow 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-lost-well {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.error-lost-mascot {
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 92px;
  height: 118px;
  margin-left: -46px;
  transform-origin: 50% 100%;
  animation: error-mascot-act 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-lost-body {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 64px;
  height: 70px;
  margin-left: -32px;
  background: #272222;
  border-radius: 6px 6px 8px 8px;
  overflow: hidden;
}

.error-lost-tape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 9px;
  background: #800000;
}

.error-lost-label {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 28px;
  height: 16px;
  margin-left: -14px;
  border: 2px solid #f1f1f1;
  border-radius: 2px;
}

.error-lost-cap {
  position: absolute;
  top: 4px;
  width: 22px;
  height: 16px;
  background: #272222;
  border-radius: 2px;
}
.error-lost-cap::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 4px;
  height: 3px;
  background: #800000;
  border-radius: 1px;
}
.error-lost-cap--left {
  left: 14px;
  transform: rotate(-18deg);
  transform-origin: 100% 100%;
  animation: error-cap-left 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.error-lost-cap--right {
  right: 14px;
  transform: rotate(18deg);
  transform-origin: 0 100%;
  animation: error-cap-right 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-lost-eye {
  position: absolute;
  top: 40px;
  width: 11px;
  height: 11px;
  background: #f1f1f1;
  border-radius: 50%;
}
.error-lost-eye::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 5px;
  height: 5px;
  background: #272222;
  border-radius: 50%;
  animation: error-eye-mood 12s linear infinite;
}
.error-lost-eye--left {
  left: 12px;
}
.error-lost-eye--right {
  right: 12px;
}

.error-lost-brow {
  position: absolute;
  top: 34px;
  width: 12px;
  height: 3px;
  background: #f1f1f1;
  border-radius: 3px;
  animation: error-brow-mood 12s linear infinite;
}
.error-lost-brow--left {
  left: 12px;
}
.error-lost-brow--right {
  right: 12px;
  animation-name: error-brow-mood-right;
}

.error-lost-smile {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 16px;
  height: 9px;
  border: 3px solid #f1f1f1;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  transform: translateX(-50%);
  animation: error-smile-mood 12s linear infinite;
}

.error-lost-daze {
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 11px;
  height: 11px;
  margin-left: -5.5px;
  border: 3px solid #f1f1f1;
  border-radius: 50%;
  opacity: 0;
  animation: error-daze-mood 12s linear infinite;
}

.error-lost-arm {
  position: absolute;
  bottom: 48px;
  width: 28px;
  height: 9px;
  background: #272222;
  border-radius: 9px;
  z-index: 1;
}
.error-lost-arm--left {
  left: -10px;
  transform-origin: 100% 50%;
  animation: error-arm-left 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.error-lost-arm--right {
  right: -10px;
  transform-origin: 0 50%;
  animation: error-arm-right 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-lost-leg {
  position: absolute;
  bottom: 0;
  width: 11px;
  height: 22px;
  background: #272222;
  border-radius: 8px;
}
.error-lost-leg::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 15px;
  height: 6px;
  background: #272222;
  border-radius: 6px;
}
.error-lost-leg--left {
  left: 24px;
  animation: error-leg-left 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.error-lost-leg--right {
  right: 24px;
  animation: error-leg-right 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-lost-pack {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  width: 148px;
  height: 86px;
  margin-left: -74px;
  animation: error-pack-shake 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-lost-lid {
  position: absolute;
  left: 8px;
  top: -8px;
  width: 132px;
  height: 20px;
  background: #272222;
  border-radius: 4px;
  transform-origin: 12px 18px;
  animation: error-lid-open 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.error-lost-lid::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 6px;
  height: 6px;
  background: #800000;
  border-radius: 2px;
}

.error-lost-wing {
  position: absolute;
  top: 10px;
  width: 18px;
  height: 36px;
  background: #272222;
  border-radius: 3px;
}
.error-lost-wing::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 6px;
  height: 4px;
  background: #800000;
}
.error-lost-wing--left {
  left: 6px;
  transform-origin: 100% 90%;
  animation: error-wing-left 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.error-lost-wing--right {
  right: 6px;
  transform-origin: 0 90%;
  animation: error-wing-right 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.error-lost-crate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
  background: #272222;
  border-radius: 5px 5px 9px 9px;
}
.error-lost-crate::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  width: 26px;
  height: 16px;
  border: 3px solid #f1f1f1;
  border-radius: 2px;
  transform: translateX(-50%);
}
.error-lost-crate::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 8px;
  background: #800000;
}

.error-lost-burst {
  position: absolute;
  z-index: 7;
  width: 8px;
  height: 8px;
  background: #800000;
  border-radius: 50%;
  opacity: 0;
  animation: error-burst 12s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.error-lost-burst--one {
  left: 96px;
  top: 72px;
}
.error-lost-burst--two {
  right: 92px;
  top: 64px;
  width: 6px;
  height: 6px;
  background: #272222;
}
.error-lost-burst--three {
  left: 156px;
  top: 84px;
  width: 14px;
  height: 3px;
  border-radius: 3px;
  background: #800000;
}
.error-lost-burst--four {
  left: 118px;
  top: 58px;
  width: 10px;
  height: 10px;
  background: #272222;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

@keyframes error-pack-shake {
  0%, 6%, 18%, 100% {
    transform: translateX(0) rotate(0);
  }
  8% {
    transform: translateX(-6px) rotate(-3deg);
  }
  11% {
    transform: translateX(6px) rotate(3deg);
  }
  14% {
    transform: translateX(-5px) rotate(-2deg);
  }
  17% {
    transform: translateX(0) rotate(0);
  }
}
@keyframes error-lid-open {
  0%, 16% {
    transform: rotate(0);
  }
  23%, 86% {
    transform: rotate(-124deg);
  }
  94%, 100% {
    transform: rotate(0);
  }
}
@keyframes error-wing-left {
  0%, 16% {
    transform: rotate(0);
  }
  24%, 86% {
    transform: rotate(-78deg);
  }
  94%, 100% {
    transform: rotate(0);
  }
}
@keyframes error-wing-right {
  0%, 16% {
    transform: rotate(0);
  }
  24%, 86% {
    transform: rotate(78deg);
  }
  94%, 100% {
    transform: rotate(0);
  }
}
@keyframes error-mascot-act {
  0%, 18% {
    transform: translateY(44px) scale(0.9);
  }
  24% {
    transform: translateY(18px) scale(0.94, 1.06);
  }
  30% {
    transform: translateY(-18px) scale(1.02);
  }
  36% {
    transform: translateY(-108px) scale(1.08, 0.9);
  }
  40% {
    transform: translateY(-86px) scale(0.96, 1.06);
  }
  44% {
    transform: translateY(-98px) rotate(-10deg) scale(1.04);
  }
  48% {
    transform: translateY(-90px) rotate(10deg) scale(1);
  }
  51% {
    transform: translateY(-84px) rotate(0) scale(1);
  }
  54% {
    transform: translateY(-62px) scale(1.22, 0.68);
  }
  60% {
    transform: translateY(-8px) rotate(32deg) scale(0.94, 1.1);
  }
  68% {
    transform: translateY(52px) rotate(86deg) scale(1.14, 0.76);
  }
  74%, 84% {
    transform: translateY(58px) rotate(92deg) scale(1);
  }
  92%, 100% {
    transform: translateY(44px) rotate(0) scale(0.9);
  }
}
@keyframes error-code-drop {
  0%, 41% {
    transform: translate(-50%, -170%) rotate(-8deg) scale(0.7);
    opacity: 0;
  }
  49% {
    opacity: 1;
    transform: translate(-50%, 36px) rotate(4deg) scale(1.1);
  }
  53% {
    transform: translate(-50%, 58px) rotate(0) scale(0.9, 1.12);
  }
  57% {
    transform: translate(-50%, 50px) scale(1);
  }
  74%, 84% {
    transform: translate(-50%, 86px) scale(1);
    opacity: 1;
  }
  92%, 100% {
    transform: translate(-50%, -170%) scale(0.7);
    opacity: 0;
  }
}
@keyframes error-stage-hit {
  0%, 52%, 58%, 100% {
    transform: translateX(0);
  }
  53.5% {
    transform: translateX(-8px);
  }
  55% {
    transform: translateX(8px);
  }
  56.5% {
    transform: translateX(-4px);
  }
}
@keyframes error-shadow {
  0%, 18% {
    width: 70px;
    margin-left: -35px;
    opacity: 0.08;
    transform: translateY(0);
  }
  36%, 51% {
    width: 48px;
    margin-left: -24px;
    opacity: 0.06;
    transform: translateY(-8px);
  }
  54% {
    width: 96px;
    margin-left: -48px;
    opacity: 0.16;
  }
  74%, 84% {
    width: 110px;
    margin-left: -55px;
    opacity: 0.12;
  }
  92%, 100% {
    width: 70px;
    margin-left: -35px;
    opacity: 0.08;
  }
}
@keyframes error-cap-left {
  0%, 18% {
    transform: rotate(-8deg);
  }
  36%, 51% {
    transform: rotate(-28deg);
  }
  68%, 84% {
    transform: rotate(-6deg);
  }
  92%, 100% {
    transform: rotate(-8deg);
  }
}
@keyframes error-cap-right {
  0%, 18% {
    transform: rotate(8deg);
  }
  36%, 51% {
    transform: rotate(28deg);
  }
  68%, 84% {
    transform: rotate(6deg);
  }
  92%, 100% {
    transform: rotate(8deg);
  }
}
@keyframes error-arm-left {
  0%, 18% {
    transform: rotate(62deg);
  }
  28% {
    transform: rotate(-12deg);
  }
  36%, 51% {
    transform: rotate(-62deg);
  }
  68%, 84% {
    transform: rotate(22deg);
  }
  92%, 100% {
    transform: rotate(62deg);
  }
}
@keyframes error-arm-right {
  0%, 18% {
    transform: rotate(-62deg);
  }
  28% {
    transform: rotate(12deg);
  }
  36%, 51% {
    transform: rotate(62deg);
  }
  68%, 84% {
    transform: rotate(-22deg);
  }
  92%, 100% {
    transform: rotate(-62deg);
  }
}
@keyframes error-leg-left {
  0%, 22% {
    transform: rotate(10deg);
  }
  36% {
    transform: rotate(-22deg);
  }
  51% {
    transform: rotate(8deg);
  }
  72%, 84% {
    transform: rotate(42deg);
  }
  92%, 100% {
    transform: rotate(10deg);
  }
}
@keyframes error-leg-right {
  0%, 22% {
    transform: rotate(-10deg);
  }
  36% {
    transform: rotate(22deg);
  }
  51% {
    transform: rotate(-8deg);
  }
  72%, 84% {
    transform: rotate(-14deg);
  }
  92%, 100% {
    transform: rotate(-10deg);
  }
}
@keyframes error-brow-mood {
  0%, 51% {
    transform: rotate(0);
  }
  54%, 84% {
    transform: rotate(20deg) translateY(2px);
  }
  92%, 100% {
    transform: rotate(0);
  }
}
@keyframes error-brow-mood-right {
  0%, 51% {
    transform: rotate(0);
  }
  54%, 84% {
    transform: rotate(-20deg) translateY(2px);
  }
  92%, 100% {
    transform: rotate(0);
  }
}
@keyframes error-smile-mood {
  0%, 52% {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
  54%, 84% {
    opacity: 0;
  }
  92%, 100% {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes error-daze-mood {
  0%, 52% {
    opacity: 0;
  }
  54%, 84% {
    opacity: 1;
  }
  92%, 100% {
    opacity: 0;
  }
}
@keyframes error-eye-mood {
  0%, 52%, 92%, 100% {
    opacity: 1;
    transform: none;
  }
  54%, 84% {
    opacity: 0;
  }
}
@keyframes error-burst {
  0%, 52% {
    opacity: 0;
    transform: scale(0.3);
  }
  55% {
    opacity: 1;
    transform: translate(10px, -12px) scale(1);
  }
  60%, 100% {
    opacity: 0;
    transform: translate(18px, -26px) scale(1.25);
  }
}
@media (max-width: 575.98px) {
  .error-page.site-main {
    min-height: calc(100vh - 180px);
    padding: 16px;
  }
  .error-lost-stage {
    width: min(100%, 300px);
    height: 320px;
  }
  .error-lost-code {
    font-size: 4.3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .error-lost-stage,
  .error-lost-code,
  .error-lost-mascot,
  .error-lost-pack,
  .error-lost-lid,
  .error-lost-wing,
  .error-lost-arm,
  .error-lost-leg,
  .error-lost-cap,
  .error-lost-smile,
  .error-lost-daze,
  .error-lost-brow,
  .error-lost-eye::after,
  .error-lost-burst,
  .error-lost-shadow {
    animation: none;
  }
  .error-lost-mascot {
    transform: translateY(58px) rotate(90deg);
  }
  .error-lost-lid {
    transform: rotate(-124deg);
  }
  .error-lost-wing--left {
    transform: rotate(-78deg);
  }
  .error-lost-wing--right {
    transform: rotate(78deg);
  }
  .error-lost-code {
    opacity: 1;
    transform: translate(-50%, 86px);
  }
  .error-lost-smile {
    opacity: 0;
  }
  .error-lost-daze {
    opacity: 1;
  }
}
