/*
Theme Name: Cordauvice Theme
Theme URI: https://cordauvice.com/
Author: Akenewa
Author URI: https://cordauvice.com/
Description: Theme WordPress sur mesure pour Cordauvice : boutique WooCommerce, blog/actualites, personnalisation d'accueil et interface responsive conforme a la charte graphique.
Version: 3.0.0
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: e-commerce, custom-logo, custom-menu, responsive-layout, woocommerce, bootstrap

Theme personnalise pour Cordauvice, construit sur une base technique Bootstrap/WooCommerce.
*/

/*
Base technique Bootscore 6.3.1 adaptee pour Cordauvice.
Les styles projet sont dans /assets/scss/_bootscore-custom.scss.
*/

:root {
  --cdv-blue: #2e4374;
  --cdv-rose: #e5c3a6;
  --cdv-indigo: #4b527e;
  --cdv-lavender: #7c81ad;
  --cdv-plum: #742e66;
  --cdv-gold: #745f2e;
  --cdv-green: #2e743c;
  --cdv-ink: #152033;
  --cdv-muted: #5d6475;
  --cdv-border: #dfe3ee;
  --cdv-surface: #f6f7fb;
  --cdv-font: Gilroy, "Gilroy Regular", "Gilroy-Regular", Lato, "Helvetica Neue", Arial, sans-serif;
  --bs-primary: #2e4374;
  --bs-secondary: #7c81ad;
  --bs-success: #2e743c;
  --bs-warning: #e5c3a6;
  --bs-body-color: #152033;
  --bs-body-bg: #f6f7fb;
  --bs-link-color: #2e4374;
  --bs-link-hover-color: #742e66;
  --bs-font-sans-serif: var(--cdv-font);
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/gilroy/Gilroy-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/gilroy/Gilroy-ExtraBold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

body {
  font-family: var(--cdv-font);
  color: var(--cdv-ink);
  background: var(--cdv-surface);
}

button,
input,
select,
textarea,
.btn,
.button,
.woocommerce,
.woocommerce-page {
  font-family: var(--cdv-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--cdv-blue);
  font-family: var(--cdv-font);
  font-weight: 900;
}

.cdv-header {
  border-top: 0 !important;
}

.bootscore-footer,
.bootscore-footer .bootscore-footer-columns,
.bootscore-footer .bootscore-footer-info,
#offcanvas-cart .cart-footer,
#offcanvas-user .cdv-login-form .btn-primary,
#offcanvas-user .cdv-login-actions .btn-primary,
#offcanvas-user .cdv-auth-form .btn-primary,
#offcanvas-user .cdv-auth-form .button.btn-primary,
#offcanvas-user .woocommerce-button.btn-primary,
#offcanvas-user .woocommerce-Button.btn-primary {
  background-image: none !important;
}

.bootscore-footer,
.bootscore-footer .bootscore-footer-columns {
  background-color: var(--cdv-surface, #f6f7fb) !important;
}

.bootscore-footer .bootscore-footer-info {
  background-color: #fff !important;
}

#offcanvas-cart .cart-footer {
  background-color: #eef0f7 !important;
}

#offcanvas-user .cdv-login-form .btn-primary,
#offcanvas-user .cdv-login-actions .btn-primary,
#offcanvas-user .cdv-auth-form .btn-primary,
#offcanvas-user .cdv-auth-form .button.btn-primary,
#offcanvas-user .woocommerce-button.btn-primary,
#offcanvas-user .woocommerce-Button.btn-primary {
  background-color: var(--cdv-blue, #2e4374) !important;
}

.cdv-front-page {
  padding: 0 !important;
  background: #f6f7fb;
}

.cdv-front-page .site-main {
  display: grid;
  gap: 0;
}

.cdv-home-section {
  position: relative;
  overflow: visible;
  padding: clamp(1.25rem, 2.6vw, 2.35rem) 0;
}

.cdv-home-products {
  background: var(--cdv-surface, #f6f7fb);
}

.cdv-home-news {
  background: #eef0f7;
}

.cdv-home-style-soft {
  background: var(--cdv-surface, #f6f7fb);
}

.cdv-home-style-plain {
  background: #fff;
}

.cdv-home-style-muted {
  background: #eef0f7;
}

.cdv-home-style-brand {
  background: var(--cdv-blue, #2e4374);
}

.cdv-home-style-transparent {
  background: transparent;
}

.cdv-home-style-brand .cdv-section-heading h1,
.cdv-home-style-brand .cdv-section-heading h2,
.cdv-home-style-brand .cdv-section-heading p {
  color: #fff;
}

.cdv-home-style-brand .cdv-section-kicker {
  color: var(--cdv-rose, #e5c3a6);
}

.cdv-home-style-brand .btn-outline-primary {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.cdv-home-style-brand .btn-outline-primary:hover,
.cdv-home-style-brand .btn-outline-primary:focus {
  border-color: #fff;
  background: #fff;
  color: var(--cdv-blue, #2e4374);
}

.cdv-home-style-brand .cdv-home-card {
  background: rgba(255, 255, 255, 0.96);
}

.cdv-section-heading {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin: 0 0 clamp(0.75rem, 1.6vw, 1rem);
  text-align: left;
}

.cdv-section-heading > div,
.cdv-product-strip-heading > h2 {
  min-width: 0;
}

.cdv-section-heading h1,
.cdv-section-heading h2 {
  max-width: 20ch;
  margin: 0;
  color: var(--cdv-blue, #2e4374);
  font-size: clamp(1.12rem, 2.05vw, 1.55rem);
  font-weight: 950;
  line-height: 1.08;
}

.cdv-section-heading p {
  display: none;
  max-width: 34rem;
  margin: 0.28rem 0 0;
  color: var(--cdv-muted, #5d6475);
  font-size: 0.86rem;
  line-height: 1.32;
}

.cdv-section-kicker {
  display: none;
  margin-bottom: 0.18rem;
  color: var(--cdv-green, #2e743c);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cdv-section-heading .btn {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  margin-top: 0;
  padding: 0.38rem 0.76rem;
  border-radius: 50rem;
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
}

.cdv-home-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.5vw, 1rem);
}

.cdv-home-products-grid,
.cdv-home-news-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.cdv-products-slider {
  display: grid;
  gap: 0.72rem;
}

.cdv-product-categories {
  display: grid;
  gap: 0;
  margin: 0 0 clamp(0.75rem, 1.7vw, 1rem);
  padding: 0;
  border: 1px solid rgba(46, 67, 116, 0.1);
  border-radius: 0.66rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 18px rgba(46, 67, 116, 0.055);
}

.cdv-category-style-soft {
  background: var(--cdv-surface, #f6f7fb);
}

.cdv-category-style-muted {
  background: #eef0f7;
}

.cdv-category-style-brand {
  background: var(--cdv-blue, #2e4374);
}

.cdv-category-style-brand .cdv-section-kicker,
.cdv-category-style-brand .cdv-product-categories-heading h2,
.cdv-category-style-brand .cdv-product-categories-heading p {
  color: #fff;
}

.cdv-category-style-brand .cdv-product-categories-heading .btn {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.cdv-category-style-brand .cdv-product-categories-heading .btn:hover,
.cdv-category-style-brand .cdv-product-categories-heading .btn:focus {
  border-color: #fff;
  background: #fff;
  color: var(--cdv-blue, #2e4374);
}

.cdv-product-categories-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.8rem;
}

.cdv-product-categories-heading h2 {
  margin: 0;
  color: var(--cdv-blue, #2e4374);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 950;
  line-height: 1.08;
}

.cdv-product-categories-heading p {
  max-width: 34rem;
  margin: 0.18rem 0 0;
  color: var(--cdv-muted, #5d6475);
  font-size: 0.78rem;
  line-height: 1.3;
}

.cdv-product-categories-heading .btn {
  flex: 0 0 auto;
  min-height: 2.1rem;
  padding: 0.34rem 0.72rem;
  border-radius: 50rem;
  font-size: 0.78rem;
  font-weight: 900;
}

.cdv-home-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(46, 67, 116, 0.12);
  border-radius: 0.62rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(21, 32, 51, 0.09);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.cdv-product-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}

.cdv-product-category-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.36rem;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.42rem 0.58rem;
  border: 0;
  border-right: 1px solid rgba(46, 67, 116, 0.08);
  border-bottom: 1px solid rgba(46, 67, 116, 0.08);
  border-radius: 0;
  background: transparent;
  color: var(--cdv-blue, #2e4374);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: none;
}

.cdv-product-category-card i {
  color: var(--cdv-green, #2e743c);
  font-size: 0.82rem;
}

.cdv-product-category-card span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cdv-product-category-card:hover,
.cdv-product-category-card:focus {
  background: #fff;
  color: var(--cdv-blue, #2e4374);
}

.cdv-home-card:hover {
  border-color: rgba(229, 195, 166, 0.95);
  box-shadow: 0 14px 30px rgba(21, 32, 51, 0.13);
  transform: translateY(-2px);
}

.cdv-card-media {
  position: relative;
  display: flex;
  aspect-ratio: 1 / 0.74;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #eef0f7;
}

.cdv-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
}

.cdv-card-media-empty {
  color: rgba(46, 67, 116, 0.34);
  font-size: 2.25rem;
}

.cdv-card-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  padding: 0.16rem 0.5rem;
  border-radius: 50rem;
  background: var(--cdv-green, #2e743c);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 950;
}

.cdv-card-body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.42rem;
  padding: clamp(0.75rem, 1.6vw, 0.95rem);
}

.cdv-card-body h2,
.cdv-card-body h3 {
  margin: 0;
  overflow: hidden;
  color: var(--cdv-blue, #2e4374);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
}

.cdv-product-card .cdv-card-body h2 {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cdv-product-card .cdv-card-body h2 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cdv-news-card .cdv-card-body h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cdv-card-body a {
  color: inherit;
  text-decoration: none;
}

.cdv-card-body p,
.cdv-home-empty p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--cdv-muted, #5d6475);
  font-size: 0.8rem;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cdv-product-price {
  align-self: end;
  color: var(--cdv-green, #2e743c);
  font-size: 0.98rem;
  font-weight: 950;
}

.cdv-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  margin-top: 0.05rem;
  color: var(--cdv-blue, #2e4374) !important;
  font-size: 0.78rem;
  font-weight: 950;
}

.cdv-card-link i {
  font-size: 0.68rem;
  transition: transform 0.18s ease;
}

.cdv-card-link:hover i {
  transform: translateX(3px);
}

.cdv-news-card time {
  color: var(--cdv-green, #2e743c);
  font-size: 0.7rem;
  font-weight: 950;
}

.cdv-news-card .cdv-card-media img {
  object-fit: cover;
  padding: 0;
}

.cdv-home-empty {
  padding: 0.9rem;
  border: 1px dashed rgba(46, 67, 116, 0.24);
  border-radius: 0.75rem;
  background: #fff;
}

.cdv-card-actions {
  display: grid;
  align-items: center;
  margin-top: 0.2rem;
}

.cdv-buy-button {
  display: inline-flex !important;
  width: 100%;
  min-width: 0;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.55rem 0.7rem !important;
  border: 0 !important;
  border-radius: 0.55rem !important;
  background: var(--cdv-green, #2e743c) !important;
  color: #fff !important;
  font-size: 0.82rem !important;
  font-weight: 950 !important;
  line-height: 1.05;
  white-space: normal;
  box-shadow: 0 10px 20px rgba(46, 116, 60, 0.22);
}

.cdv-buy-button i {
  flex: 0 0 auto;
  font-size: 0.82rem;
}

.cdv-buy-button:hover,
.cdv-buy-button:focus {
  background: var(--cdv-blue, #2e4374) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.cdv-section-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(0.85rem, 2vw, 1.25rem);
}

.cdv-section-more .btn {
  min-height: 2.45rem;
  border-radius: 50rem;
  font-weight: 900;
}

.bootscore-footer .cdv-footer-legal {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  align-items: center;
  white-space: nowrap;
}

.bootscore-footer .cdv-footer-contact li,
.bootscore-footer .cdv-footer-nav li {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(229, 195, 166, 0.42);
}

.bootscore-footer .cdv-footer-contact li:last-child,
.bootscore-footer .cdv-footer-nav li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bootscore-footer .cdv-footer-legal a {
  display: inline-flex;
  width: auto;
  flex: 0 0 auto;
}

.bootscore-footer .cdv-footer-separator {
  display: block;
  width: 1px;
  height: 1rem;
  flex: 0 0 auto;
  background: rgba(229, 195, 166, 0.78);
}

.bootscore-footer .bootscore-footer-columns {
  padding-top: clamp(1.35rem, 3vw, 2.25rem) !important;
  padding-bottom: clamp(1.05rem, 2.5vw, 1.75rem) !important;
  border-top: 1px solid rgba(46, 67, 116, 0.1);
}

.bootscore-footer .cdv-footer-layout {
  align-items: start;
  row-gap: 1.05rem;
}

.bootscore-footer .cdv-footer-col {
  min-width: 0;
}

.bootscore-footer h2,
.bootscore-footer .h6 {
  position: relative;
  margin-bottom: 0.62rem !important;
  padding-bottom: 0.42rem;
  color: var(--cdv-blue, #2e4374);
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.bootscore-footer h2::after,
.bootscore-footer .h6::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.1rem;
  height: 2px;
  border-radius: 50rem;
  background: var(--cdv-rose, #e5c3a6);
  content: "";
}

.bootscore-footer .cdv-footer-contact,
.bootscore-footer .cdv-footer-nav {
  gap: 0 !important;
}

.bootscore-footer .cdv-footer-contact li,
.bootscore-footer .cdv-footer-nav li {
  min-height: 2.05rem;
  padding: 0.42rem 0;
}

.bootscore-footer .cdv-footer-contact a,
.bootscore-footer .cdv-footer-nav a {
  color: var(--cdv-ink, #152033);
  font-weight: 850;
  text-decoration: none;
}

.bootscore-footer .cdv-footer-contact a:hover,
.bootscore-footer .cdv-footer-contact a:focus,
.bootscore-footer .cdv-footer-nav a:hover,
.bootscore-footer .cdv-footer-nav a:focus {
  color: var(--cdv-blue, #2e4374);
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.bootscore-footer .cdv-footer-contact i,
.bootscore-footer .cdv-footer-nav i {
  color: var(--cdv-green, #2e743c);
}

.bootscore-footer .bootscore-footer-info {
  border-top-color: rgba(46, 67, 116, 0.1) !important;
  color: var(--cdv-muted, #5d6475);
  font-weight: 850;
}

@media (min-width: 768px) {
  .bootscore-footer .cdv-footer-layout {
    column-gap: 0;
  }

  .bootscore-footer .cdv-footer-col {
    padding-right: clamp(1rem, 2vw, 1.5rem);
    padding-left: clamp(1rem, 2vw, 1.5rem);
    border-left: 1px solid rgba(46, 67, 116, 0.1);
  }

  .bootscore-footer .cdv-footer-col:first-child {
    border-left: 0;
  }

  .bootscore-footer .cdv-footer-legal {
    display: grid;
    gap: 0.55rem;
    align-items: start;
    white-space: normal;
  }

  .bootscore-footer .cdv-footer-separator {
    width: min(100%, 8.5rem);
    height: 1px;
  }
}

@media (max-width: 767.98px) {
  .bootscore-footer .cdv-footer-col-contact,
  .bootscore-footer .cdv-footer-col-nav {
    width: 50%;
  }

  .bootscore-footer .cdv-footer-col-legal {
    width: 100%;
  }

  .bootscore-footer .cdv-footer-col-legal .cdv-footer-nav {
    max-width: 100%;
  }

  .bootscore-footer .cdv-footer-legal {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .bootscore-footer .cdv-footer-layout {
    --bs-gutter-x: 0.9rem;
    --bs-gutter-y: 1rem;
  }

  .bootscore-footer h2,
  .bootscore-footer .h6 {
    font-size: 0.78rem;
  }

  .bootscore-footer .small,
  .bootscore-footer li,
  .bootscore-footer a {
    font-size: 0.74rem;
    line-height: 1.28;
  }
}

.woocommerce-page,
.woocommerce {
  color: var(--cdv-ink);
}

.woocommerce .page-title,
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-loop-product__title {
  color: var(--cdv-blue);
  font-family: var(--cdv-font);
  font-weight: 950;
  letter-spacing: 0;
}

.woocommerce ul.products {
  gap: clamp(0.65rem, 1.5vw, 1rem);
}

.woocommerce ul.products li.product {
  display: grid;
  grid-template-rows: auto minmax(2.15rem, auto) auto auto;
  min-width: 0;
  overflow: hidden;
  padding: 0.8rem !important;
  border: 1px solid rgba(46, 67, 116, 0.12);
  border-radius: 0.62rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 32, 51, 0.09);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within {
  border-color: rgba(229, 195, 166, 0.95);
  box-shadow: 0 14px 30px rgba(21, 32, 51, 0.13);
  transform: translateY(-2px);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 0 0.65rem;
  padding: 0.5rem;
  border-radius: 0.55rem;
  background: #eef0f7;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  overflow: hidden;
  margin: 0 0 0.45rem;
  color: var(--cdv-blue);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  margin: 0 0 0.65rem;
  color: var(--cdv-green);
  font-size: 0.95rem;
  font-weight: 950;
}

.btn-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-color: var(--cdv-blue) !important;
  background: var(--cdv-blue) !important;
  color: #fff !important;
  font-family: var(--cdv-font);
  font-weight: 900;
}

.btn-primary:hover,
.btn-primary:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
  border-color: var(--cdv-indigo) !important;
  background: var(--cdv-indigo) !important;
  color: #fff !important;
}

.cdv-buy-button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce .add_to_cart_button,
.woocommerce .single_add_to_cart_button {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  border-color: var(--cdv-green) !important;
  border-radius: 0.5rem;
  background: var(--cdv-green) !important;
  color: #fff !important;
  font-family: var(--cdv-font);
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  width: 100%;
  padding: 0.55rem 0.6rem !important;
  font-size: 0.82rem;
}

.cdv-buy-button:hover,
.cdv-buy-button:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .added_to_cart:focus,
.woocommerce .add_to_cart_button:hover,
.woocommerce .add_to_cart_button:focus,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:focus {
  border-color: var(--cdv-blue) !important;
  background: var(--cdv-blue) !important;
  color: #fff !important;
}

.woocommerce .onsale,
.woocommerce span.onsale {
  right: 0.75rem !important;
  left: auto !important;
  min-width: auto;
  min-height: auto;
  padding: 0.32rem 0.48rem;
  border-radius: 50rem;
  background: var(--cdv-green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
}

.cdv-sale-flash,
.cdv-card-badge,
.woocommerce .onsale,
.woocommerce span.onsale {
  display: inline-flex !important;
  min-width: auto !important;
  min-height: 1.45rem !important;
  align-items: center;
  justify-content: center;
  padding: 0.16rem 0.5rem !important;
  border: 0 !important;
  border-radius: 50rem !important;
  background: var(--cdv-green, #2e743c) !important;
  color: #fff !important;
  font-size: 0.66rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0;
  box-shadow: none !important;
}

.cdv-sale-flash-loop,
.woocommerce ul.products li.product .cdv-sale-flash-loop,
.single-product .related.products .cdv-sale-flash-loop,
.single-product .upsells.products .cdv-sale-flash-loop {
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0 !important;
  z-index: 2;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery > .cdv-sale-flash-single {
  top: auto !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: auto !important;
  margin: 0 !important;
  z-index: 3;
}

.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-breadcrumb {
  color: var(--cdv-muted);
  font-family: var(--cdv-font);
  font-size: 0.86rem;
}

.woocommerce-ordering select,
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select {
  border-color: rgba(46, 67, 116, 0.16);
  border-radius: 0.55rem;
  color: var(--cdv-ink);
  font-family: var(--cdv-font);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  position: relative;
  min-height: 0;
  margin: 0 0 0.85rem;
  padding: 0.72rem 0.9rem 0.72rem 2.45rem !important;
  border: 1px solid rgba(46, 67, 116, 0.12);
  border-top: 0;
  border-left: 3px solid var(--cdv-blue);
  border-radius: 0.68rem;
  background: #fff;
  box-shadow: 0 8px 20px rgba(46, 67, 116, 0.06);
  color: var(--cdv-ink);
  font-family: var(--cdv-font);
  font-size: 0.86rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.woocommerce-error {
  border-left-color: var(--cdv-plum);
  list-style: none outside;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  position: absolute;
  top: 0.78rem;
  left: 0.82rem;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--cdv-blue);
  font-size: 0.92rem;
  line-height: 1;
  transform: none;
}

.woocommerce-error::before {
  color: var(--cdv-plum);
}

.woocommerce-error li {
  margin: 0 0 0.32rem;
}

.woocommerce-error li:last-child,
.woocommerce-message > :last-child,
.woocommerce-info > :last-child {
  margin-bottom: 0;
}

.alert,
.cdv-login-alert {
  position: relative;
  margin-bottom: 0.85rem;
  border-radius: 0.68rem;
  font-family: var(--cdv-font);
  line-height: 1.35;
}

.fa,
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.btn i,
button i,
a i {
  display: inline-flex;
  width: 1em;
  height: 1em;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: -0.08em;
}

#offcanvas-cart {
  --bs-offcanvas-width: min(100vw, 430px);
  width: var(--bs-offcanvas-width) !important;
  max-width: 100vw;
  overflow: hidden;
}

#offcanvas-cart .offcanvas-body {
  display: flex;
  min-height: 0;
  max-height: calc(100dvh - 60px);
  flex-direction: column;
  overflow: hidden;
}

#offcanvas-cart .cart-list,
#offcanvas-cart .widget_shopping_cart_content {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

#offcanvas-cart .woocommerce-mini-cart.cart_list {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  padding-bottom: 0.75rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#offcanvas-cart .cdv-mini-cart-item,
#offcanvas-cart .woocommerce-mini-cart-item {
  min-width: 0;
  overflow: hidden;
}

#offcanvas-cart .cdv-mini-cart-product {
  grid-template-columns: clamp(50px, 15vw, 64px) minmax(0, 1fr);
  width: 100%;
  gap: 0.62rem;
}

#offcanvas-cart .cdv-mini-cart-media,
#offcanvas-cart .cdv-mini-cart-media a,
#offcanvas-cart .item-image {
  min-width: 0;
}

#offcanvas-cart .cdv-mini-cart-media img,
#offcanvas-cart .item-image img {
  width: clamp(50px, 15vw, 64px);
  height: clamp(50px, 15vw, 64px);
}

#offcanvas-cart .cdv-mini-cart-body,
#offcanvas-cart .cdv-mini-cart-heading,
#offcanvas-cart .cdv-mini-cart-details,
#offcanvas-cart .cdv-mini-cart-quantity,
#offcanvas-cart .item-quantity,
#offcanvas-cart dl.variation,
#offcanvas-cart dl.variation dd,
#offcanvas-cart dl.variation p {
  min-width: 0;
  max-width: 100%;
}

#offcanvas-cart .cart-product-title,
#offcanvas-cart .cart-product-title.text-truncate {
  display: block !important;
  overflow: hidden !important;
  max-width: 100%;
  color: var(--cdv-ink);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.16;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#offcanvas-cart .cart-product-excerpt,
#offcanvas-cart .cart-badge,
#offcanvas-cart dl.variation,
#offcanvas-cart .variation {
  display: none !important;
}

#offcanvas-cart .cart-product-excerpt,
#offcanvas-cart dl.variation,
#offcanvas-cart dl.variation dd,
#offcanvas-cart dl.variation p,
#offcanvas-cart .cdv-mini-cart-unit-price,
#offcanvas-cart .cdv-mini-cart-total-amount {
  overflow-wrap: anywhere;
}

#offcanvas-cart .cdv-mini-cart-details {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.48rem;
}

#offcanvas-cart .cdv-mini-cart-unit,
#offcanvas-cart .item-quantity > .quantity:first-of-type {
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  white-space: nowrap;
}

#offcanvas-cart .cdv-mini-cart-quantity .input-group,
#offcanvas-cart .item-quantity .input-group {
  width: min(7.25rem, 100%);
  max-width: 100%;
}

#offcanvas-cart .cdv-mini-cart-line-total,
#offcanvas-cart .bootscore-custom-render-total {
  width: auto;
  min-width: 0;
  padding-top: 0;
  border-top: 0;
}

#offcanvas-cart .cart-footer {
  flex: 0 0 auto;
  max-height: min(42dvh, 17rem);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#offcanvas-cart .cdv-mini-cart-footer,
#offcanvas-cart .woocommerce-mini-cart__total.total,
#offcanvas-cart .woocommerce-mini-cart__buttons.buttons {
  min-width: 0;
  max-width: 100%;
}

#offcanvas-cart .woocommerce-mini-cart__buttons.buttons {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5rem;
}

#offcanvas-cart .woocommerce-mini-cart__buttons.buttons a,
#offcanvas-cart .woocommerce-mini-cart__buttons.buttons .btn,
#offcanvas-cart .woocommerce-mini-cart__buttons.buttons .button {
  width: 100%;
  min-width: 0;
  white-space: normal;
}

.woocommerce-checkout #payment {
  min-width: 0;
  overflow: visible;
  border: 1px solid rgba(46, 67, 116, 0.12);
  border-radius: 0.72rem;
  background: #fff;
}

.woocommerce-checkout #payment ul.payment_methods {
  display: grid;
  gap: 0.65rem;
  padding: 0.85rem;
  border-bottom-color: rgba(46, 67, 116, 0.12);
}

.woocommerce-checkout #payment ul.payment_methods li {
  min-width: 0;
  padding: 0.7rem;
  border: 1px solid rgba(46, 67, 116, 0.1);
  border-radius: 0.62rem;
  background: var(--cdv-surface);
  overflow-wrap: anywhere;
}

.woocommerce-checkout #payment ul.payment_methods li > label {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 0.45rem;
  color: var(--cdv-blue);
  font-weight: 900;
  line-height: 1.25;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  max-width: min(9rem, 45vw);
  max-height: 1.6rem;
  object-fit: contain;
}

.woocommerce-checkout #payment div.payment_box {
  width: 100%;
  margin: 0.6rem 0 0;
  padding: 0.75rem;
  border-radius: 0.55rem;
  background: #eef0f7;
  color: var(--cdv-ink);
  overflow-wrap: anywhere;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #eef0f7;
}

.woocommerce-checkout #payment div.payment_box iframe,
.woocommerce-checkout #payment div.payment_box fieldset,
.woocommerce-checkout #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .wc-stripe-elements-field,
.woocommerce-checkout #payment div.payment_box .stripe-card-group,
.woocommerce-checkout #payment div.payment_box .StripeElement,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .payment_method_paypal,
.woocommerce-checkout #payment div.payment_box .payment_box {
  max-width: 100%;
}

.woocommerce-checkout #payment div.form-row.place-order {
  display: grid;
  gap: 0.7rem;
  padding: 0.85rem;
}

.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 2.75rem;
  white-space: normal;
}

.woocommerce-checkout .site-content {
  background: var(--cdv-surface);
}

.woocommerce-checkout form.checkout {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  min-width: 0;
  padding: clamp(0.85rem, 2vw, 1.05rem);
  border: 1px solid rgba(46, 67, 116, 0.11);
  border-radius: 0.72rem;
  background: #fff;
  box-shadow: 0 10px 22px rgba(21, 32, 51, 0.055);
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 0.75rem;
  color: var(--cdv-blue);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid;
  gap: 0.62rem;
}

.woocommerce-checkout form .form-row {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout form .form-row label {
  margin-bottom: 0.22rem;
  color: var(--cdv-ink);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
}

.woocommerce-checkout form .form-row .required {
  color: var(--cdv-plum);
  text-decoration: none;
}

.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 2.55rem;
  border-color: rgba(46, 67, 116, 0.16);
  border-radius: 0.58rem;
  background-color: #fff;
  color: var(--cdv-ink);
  font-size: 0.92rem;
}

.woocommerce-checkout form .form-row textarea.input-text {
  min-height: 5.4rem;
  resize: vertical;
}

.woocommerce-checkout form .form-row .input-text:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: rgba(46, 67, 116, 0.42);
  box-shadow: 0 0 0 0.18rem rgba(46, 67, 116, 0.1);
}

.woocommerce-checkout-review-order-table {
  margin: 0 0 0.75rem !important;
  overflow: hidden;
  border: 1px solid rgba(46, 67, 116, 0.1) !important;
  border-radius: 0.65rem !important;
  font-size: 0.9rem;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 0.62rem 0.7rem !important;
  vertical-align: top;
}

.woocommerce-checkout-review-order-table thead th {
  border-bottom: 1px solid rgba(46, 67, 116, 0.1) !important;
  background: #eef0f7;
  color: var(--cdv-blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .product-name {
  max-width: 12rem;
  color: var(--cdv-ink);
  font-weight: 850;
  line-height: 1.25;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
  background: #fff;
  font-weight: 900;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  background: #f7f9f6;
  color: var(--cdv-green);
  font-size: 1rem;
}

.woocommerce-checkout #payment {
  padding: 0;
  box-shadow: none;
}

.woocommerce-checkout #payment ul.payment_methods {
  gap: 0;
  margin: 0;
  padding: 0.65rem;
  border-bottom: 1px solid rgba(46, 67, 116, 0.1);
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0.65rem;
  border-color: rgba(46, 116, 60, 0.18);
  background: #f7f9f6;
}

.woocommerce-checkout #payment ul.payment_methods li > label {
  color: var(--cdv-green);
  font-size: 0.92rem;
}

.woocommerce-checkout #payment div.payment_box {
  margin-top: 0.52rem;
  padding: 0.62rem;
  background: #fff;
  border: 1px solid rgba(46, 116, 60, 0.12);
  font-size: 0.84rem;
  line-height: 1.35;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff;
}

.woocommerce-checkout #payment div.form-row.place-order {
  gap: 0.6rem;
  padding: 0.72rem;
}

.woocommerce-checkout #payment #place_order {
  min-height: 2.65rem;
  border-radius: 0.58rem;
  font-weight: 950;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  margin-bottom: 0.9rem;
  padding: 0.72rem 0.9rem 0.72rem 2.45rem !important;
  border-radius: 0.62rem;
  font-size: 0.86rem;
}

.cdv-checkout-step {
  position: relative;
}

.cdv-checkout-step .woocommerce-billing-fields h3::before,
.cdv-checkout-step #order_review_heading::before {
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.45rem;
  border-radius: 50rem;
  background: var(--cdv-blue);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  vertical-align: 0.08rem;
}

.cdv-checkout-step-delivery .woocommerce-billing-fields h3::before {
  content: "1";
}

.cdv-checkout-step-order #order_review_heading::before {
  content: "2";
  background: var(--cdv-green);
}

.cdv-mini-cart-empty {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid rgba(46, 67, 116, 0.1);
  border-radius: 0.72rem;
  background: #fff;
  text-align: center;
}

.cdv-mini-cart-empty i {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  background: #eef0f7;
  color: var(--cdv-blue);
}

.cdv-mini-cart-empty p {
  color: var(--cdv-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.cdv-mobile-menu-search {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(46, 67, 116, 0.1);
}

.cdv-mobile-menu-search .woocommerce-product-search,
.cdv-mobile-menu-search .search-form {
  display: flex;
  gap: 0.45rem;
}

.cdv-mobile-menu-search input[type="search"],
.cdv-mobile-menu-search .search-field {
  min-width: 0;
  min-height: 2.45rem;
  border-radius: 0.58rem;
}

.cdv-mobile-menu-search button,
.cdv-mobile-menu-search input[type="submit"] {
  flex: 0 0 auto;
  min-height: 2.45rem;
  border-radius: 0.58rem;
}

.woocommerce ul.products li.product,
.woocommerce .products .product.card {
  min-width: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce .products .woocommerce-loop-product__title {
  min-height: 1.35rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce ul.products li.product .button,
.woocommerce .products li.product .button {
  margin-top: auto;
  font-weight: 900;
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-privacy-policy-text {
  color: var(--cdv-muted);
  font-size: 0.82rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (min-width: 420px) {
  #offcanvas-cart .woocommerce-mini-cart__buttons.buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: min(94vw, 1120px);
  }

  .cdv-home-section {
    padding: clamp(1.55rem, 2.4vw, 2.65rem) 0;
  }

  .cdv-section-heading {
    min-height: 2.65rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(46, 67, 116, 0.08);
  }

  .cdv-section-heading h1,
  .cdv-section-heading h2 {
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  }

  .cdv-home-grid {
    gap: clamp(0.85rem, 1.3vw, 1.15rem);
  }

  .cdv-home-card,
  .woocommerce ul.products li.product {
    border-radius: 0.7rem;
  }

  .cdv-card-media {
    aspect-ratio: 1 / 0.78;
  }

  .cdv-card-body {
    padding: 0.9rem;
  }

  .cdv-product-categories-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cdv-product-category-card {
    min-height: 2.65rem;
    padding: 0.5rem 0.72rem;
    font-size: 0.8rem;
  }

  .woocommerce ul.products {
    gap: clamp(0.85rem, 1.3vw, 1.15rem);
  }

  .woocommerce ul.products li.product {
    padding: 0.9rem !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.9rem;
  }

  #offcanvas-cart {
    --bs-offcanvas-width: min(44vw, 460px);
  }

  #offcanvas-cart .offcanvas-header {
    padding: 0.85rem 1rem;
  }

  #offcanvas-cart .woocommerce-mini-cart.cart_list {
    padding: 0.85rem;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: min(92vw, 1180px);
  }

  #content,
  .site-content {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }

  .cdv-front-page {
    padding-top: 0 !important;
  }

  .cdv-home-section .container {
    display: grid;
    gap: 0.2rem;
  }

  .cdv-home-products-grid,
  .cdv-home-news-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cdv-product-categories-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cdv-card-body h2,
  .cdv-card-body h3 {
    font-size: 0.95rem;
  }

  .cdv-card-body p {
    font-size: 0.78rem;
  }

  .cdv-buy-button,
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .added_to_cart {
    min-height: 2.32rem;
  }

  .woocommerce .products.row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  #offcanvas-cart {
    --bs-offcanvas-width: min(38vw, 480px);
  }

  #offcanvas-cart .cdv-mini-cart-product {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  #offcanvas-cart .cdv-mini-cart-media img,
  #offcanvas-cart .item-image img {
    width: 62px;
    height: 62px;
  }

  .woocommerce-checkout form.checkout {
    align-items: flex-start;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    padding: 1rem;
    border: 1px solid rgba(46, 67, 116, 0.1);
    border-radius: 0.72rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(21, 32, 51, 0.07);
  }

  .woocommerce-checkout #order_review {
    position: sticky;
    top: 1rem;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }

  .cdv-home-section {
    padding: 2.2rem 0;
  }

  .cdv-card-body,
  .woocommerce ul.products li.product {
    padding: 1rem !important;
  }

  .cdv-card-media {
    aspect-ratio: 1 / 0.76;
  }

  #offcanvas-cart {
    --bs-offcanvas-width: 460px;
  }
}

@media (max-width: 379.98px) {
  #offcanvas-cart .offcanvas-header {
    min-height: 54px;
    padding: 0.7rem;
  }

  #offcanvas-cart .offcanvas-title {
    font-size: 0.94rem;
  }

  #offcanvas-cart .woocommerce-mini-cart.cart_list {
    padding: 0.5rem;
  }

  #offcanvas-cart .cdv-mini-cart-item,
  #offcanvas-cart .woocommerce-mini-cart-item {
    padding: 0.58rem !important;
  }

  #offcanvas-cart .cdv-mini-cart-product {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.48rem;
  }

  #offcanvas-cart .cdv-mini-cart-media img,
  #offcanvas-cart .item-image img {
    width: 48px;
    height: 48px;
  }

  #offcanvas-cart .cart-product-title,
  #offcanvas-cart .cart-product-title.text-truncate {
    font-size: 0.8rem;
  }

  #offcanvas-cart .cart-product-excerpt,
  #offcanvas-cart .cart-product-excerpt.text-truncate {
    display: none !important;
  }

  #offcanvas-cart .cart-footer {
    padding: 0.58rem !important;
  }

  .woocommerce-checkout #payment ul.payment_methods,
  .woocommerce-checkout #payment div.form-row.place-order {
    padding: 0.58rem;
  }

  .woocommerce-checkout #payment ul.payment_methods li {
    padding: 0.54rem;
  }

  .woocommerce-checkout form.checkout {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0.8rem;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    padding: 0.78rem;
    border-radius: 0.65rem;
    box-shadow: 0 8px 18px rgba(21, 32, 51, 0.045);
  }

  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce-additional-fields h3,
  .woocommerce-checkout #order_review_heading {
    margin-bottom: 0.58rem;
    font-size: 1rem;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    gap: 0.52rem;
  }

  .woocommerce-checkout form .form-row label {
    font-size: 0.78rem;
  }

  .woocommerce-checkout form .form-row .input-text,
  .woocommerce-checkout form .form-row select,
  .woocommerce-checkout .select2-container .select2-selection--single {
    min-height: 2.38rem;
    font-size: 0.88rem;
  }

  .woocommerce-checkout-review-order-table {
    font-size: 0.82rem;
  }

  .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout-review-order-table td {
    padding: 0.5rem 0.55rem !important;
  }

  .woocommerce-checkout-review-order-table .product-name {
    max-width: 9rem;
  }
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-checkout #billing_last_name_field,
  .woocommerce-checkout #billing_country_field,
  .woocommerce-checkout #billing_city_field,
  .woocommerce-checkout #billing_address_1_field {
    grid-column: auto;
  }

  .woocommerce-checkout #billing_phone_field,
  .woocommerce-checkout #billing_email_field {
    grid-column: auto;
  }

  .woocommerce-checkout #order_comments_field {
    grid-column: 1 / -1;
  }
}

@media (min-width: 992px) {
  .woocommerce-checkout form.checkout {
    --bs-gutter-x: 1.25rem;
  }

  .woocommerce-checkout #customer_details {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .woocommerce-checkout form.checkout > .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .woocommerce-checkout #order_review {
    position: sticky;
    top: 1rem;
  }

  .woocommerce-checkout #billing_last_name_field,
  .woocommerce-checkout #billing_country_field,
  .woocommerce-checkout #billing_city_field,
  .woocommerce-checkout #billing_address_1_field,
  .woocommerce-checkout #billing_phone_field,
  .woocommerce-checkout #billing_email_field {
    grid-column: auto;
  }
}

@media (max-width: 991.98px) {
  .cdv-section-heading {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .cdv-product-categories {
    padding: 0;
  }

  .cdv-product-categories-heading {
    align-items: center;
    flex-direction: column;
    gap: 0.55rem;
    text-align: center;
  }

  .cdv-product-categories-heading .btn {
    max-width: 100%;
  }

  .cdv-section-heading {
    align-items: center;
    flex-direction: row;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
  }

  .cdv-section-heading h1,
  .cdv-section-heading h2 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cdv-section-heading .btn {
    flex: 0 0 auto;
    width: auto;
    max-width: 48%;
    min-height: 2.15rem;
    padding: 0.36rem 0.62rem;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .cdv-home-grid,
  .cdv-home-products-grid,
  .cdv-home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cdv-product-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .cdv-home-section {
    padding: 1.1rem 0;
  }

  .cdv-home-grid {
    gap: 0.55rem;
  }

  .cdv-card-body {
    padding: 0.75rem;
  }

  .cdv-card-body h2,
  .cdv-card-body h3 {
    font-size: 0.86rem;
  }

  .cdv-card-body p {
    font-size: 0.72rem;
    line-height: 1.28;
    -webkit-line-clamp: 2;
  }

  .cdv-news-card time,
  .cdv-card-link {
    font-size: 0.68rem;
  }

  .cdv-product-price {
    font-size: 0.78rem;
  }

  .cdv-buy-button {
    min-height: 1.95rem;
    padding: 0.38rem 0.45rem !important;
    font-size: 0.7rem !important;
  }

}

/* Home slider and fixed product blocks */
.cdv-home-hero-slider {
  padding-top: clamp(0.55rem, 1.4vw, 1rem);
  padding-bottom: clamp(0.45rem, 1.2vw, 0.85rem);
}

.cdv-home-hero-slider .container {
  width: min(100%, 1240px);
  max-width: 1240px;
  padding-right: clamp(0.45rem, 1.5vw, 0.75rem);
  padding-left: clamp(0.45rem, 1.5vw, 0.75rem);
}

.cdv-hero-slider {
  --cdv-slider-height-max: 420px;
  --cdv-slider-ratio: 16 / 9;
  --cdv-slider-ratio-value: 1.777;
  --cdv-slider-height: clamp(160px, calc((100vw - 1rem) / var(--cdv-slider-ratio-value)), min(310px, var(--cdv-slider-height-max)));
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cdv-hero-slider .carousel-inner,
.cdv-hero-slider .carousel-item,
.cdv-hero-slide-link {
  display: block;
  width: 100%;
}

.cdv-hero-slider .carousel-inner,
.cdv-hero-slide-link {
  height: 100%;
}

.cdv-hero-slider .carousel-inner {
  position: relative;
  overflow: hidden;
}

.cdv-hero-slider .carousel-inner::after {
  position: absolute;
  inset: -1px;
  z-index: 2;
  box-shadow: inset 0 0 clamp(2px, 0.45vw, 6px) 0 var(--cdv-surface, #f6f7fb);
  content: "";
  pointer-events: none;
}

.cdv-hero-slider .carousel-item {
  aspect-ratio: var(--cdv-slider-ratio);
  height: var(--cdv-slider-height);
  max-height: var(--cdv-slider-height-max);
  background: transparent;
}

.cdv-hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: transparent;
}

.cdv-hero-slider-ratio-auto {
  --cdv-slider-ratio: 16 / 9;
  --cdv-slider-ratio-value: 1.777;
}

.cdv-hero-slider-ratio-21-9 {
  --cdv-slider-ratio: 21 / 9;
  --cdv-slider-ratio-value: 2.333;
}

.cdv-hero-slider-ratio-16-9 {
  --cdv-slider-ratio: 16 / 9;
  --cdv-slider-ratio-value: 1.777;
}

.cdv-hero-slider-ratio-4-3 {
  --cdv-slider-ratio: 4 / 3;
  --cdv-slider-ratio-value: 1.333;
}

.cdv-hero-slider-ratio-1-1 {
  --cdv-slider-ratio: 1 / 1;
  --cdv-slider-ratio-value: 1;
}

.cdv-hero-slider-ratio-4-5 {
  --cdv-slider-ratio: 4 / 5;
  --cdv-slider-ratio-value: 0.8;
}

.cdv-hero-slider-fit-cover img {
  object-fit: cover;
}

.cdv-hero-slider-fit-fill img {
  object-fit: fill;
}

.cdv-hero-slider-fit-contain img {
  object-fit: contain;
  padding: clamp(0.16rem, 0.8vw, 0.42rem);
}

.cdv-hero-slider-fit-contain .carousel-item,
.cdv-hero-slider-fit-original .carousel-item {
  background: transparent;
}

.cdv-hero-slider-fit-original img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  object-fit: scale-down;
  padding: clamp(0.16rem, 0.8vw, 0.42rem);
}

.cdv-hero-slider-fit-original .carousel-item,
.cdv-hero-slider-fit-original .cdv-hero-slide-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .cdv-hero-slider {
    --cdv-slider-height: clamp(220px, calc((100vw - 1.5rem) / var(--cdv-slider-ratio-value)), min(380px, var(--cdv-slider-height-max)));
  }
}

@media (min-width: 1200px) {
  .cdv-hero-slider {
    --cdv-slider-height: clamp(270px, calc(1240px / var(--cdv-slider-ratio-value)), var(--cdv-slider-height-max));
  }
}

@media (max-width: 575.98px) {
  .cdv-hero-slider-ratio-auto {
    --cdv-slider-ratio: 4 / 5;
    --cdv-slider-ratio-value: 0.8;
  }
}

.cdv-home-hero-slider.cdv-home-style-transparent,
.cdv-home-hero-slider.cdv-home-style-transparent .cdv-hero-slider,
.cdv-home-hero-slider.cdv-home-style-transparent .carousel-item,
.cdv-home-hero-slider.cdv-home-style-transparent img {
  background: transparent;
}

.cdv-hero-slider .carousel-control-prev,
.cdv-hero-slider .carousel-control-next {
  width: clamp(2.65rem, 5vw, 3.9rem);
  z-index: 6;
  opacity: 1;
}

.cdv-hero-slider .carousel-control-prev-icon,
.cdv-hero-slider .carousel-control-next-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50rem;
  background-color: var(--cdv-blue, #2e4374);
  background-size: 50%;
  box-shadow: 0 0 0 2px #fff, 0 4px 14px rgba(21, 32, 51, 0.28);
}

.cdv-hero-slider .cdv-hero-slider-indicators {
  position: absolute;
  right: 0;
  bottom: clamp(0.48rem, 1.2vw, 0.8rem);
  left: 0;
  display: flex;
  gap: 0.46rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 7;
}

.cdv-hero-slider .cdv-hero-slider-indicators [data-bs-target] {
  display: block !important;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 0.64rem;
  min-width: 0.64rem;
  height: 0.64rem;
  min-height: 0.64rem;
  padding: 0 !important;
  margin: 0;
  border: 2px solid var(--cdv-blue, #2e4374);
  border-radius: 50rem;
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 2px #fff, 0 2px 9px rgba(21, 32, 51, 0.22);
  opacity: 1;
  text-indent: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.cdv-hero-slider .cdv-hero-slider-indicators .active {
  border-color: var(--cdv-blue, #2e4374);
  background: var(--cdv-blue, #2e4374) !important;
  background-color: var(--cdv-blue, #2e4374) !important;
  transform: scale(1.18);
}

.cdv-hero-slider.cdv-hero-slider-indicators-lines .cdv-hero-slider-indicators {
  gap: 0.36rem;
}

.cdv-hero-slider.cdv-hero-slider-indicators-lines .cdv-hero-slider-indicators [data-bs-target] {
  width: 1.75rem;
  min-width: 1.75rem;
  height: 0.24rem;
  min-height: 0.24rem;
  border-width: 1px;
  border-radius: 50rem;
}

.cdv-hero-slider.cdv-hero-slider-indicators-lines .cdv-hero-slider-indicators .active {
  width: 2.35rem;
  transform: none;
}

.cdv-home-products-blocks {
  display: grid;
  gap: clamp(0.95rem, 2vw, 1.35rem);
}

.cdv-product-strip {
  display: grid;
  gap: 0.7rem;
}

.cdv-product-strip-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.cdv-product-strip-heading h2,
.cdv-product-strip > h2 {
  margin: 0;
  overflow: hidden;
  color: var(--cdv-blue, #2e4374);
  font-size: clamp(0.98rem, 1.65vw, 1.2rem);
  font-weight: 400;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cdv-product-strip-heading .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.cdv-home-products-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cdv-home-products-grid .cdv-mobile-extra {
  display: none;
}

.cdv-home-products-grid-recent .cdv-card-body h3,
.cdv-home-products-grid-trending .cdv-card-body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootscore-footer .cdv-footer-layout {
  row-gap: 1.4rem;
}

.bootscore-footer .cdv-footer-col {
  min-width: 0;
}

.bootscore-footer .cdv-footer-col-contact {
  order: 1;
}

.bootscore-footer .cdv-footer-col-nav {
  order: 2;
}

.bootscore-footer .cdv-footer-col-legal {
  order: 3;
}

@media (min-width: 768px) {
  .cdv-home-products-grid,
  .cdv-home-products-grid-bestsellers,
  .cdv-home-products-grid-category,
  .cdv-home-products-grid-tag,
  .cdv-home-products-grid-trending {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .cdv-home-products-grid-recent {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .cdv-home-products-grid .cdv-mobile-extra {
    display: grid;
  }

  .cdv-home-products-grid-bestsellers .cdv-card-body,
  .cdv-home-products-grid-category .cdv-card-body,
  .cdv-home-products-grid-tag .cdv-card-body,
  .cdv-home-products-grid-trending .cdv-card-body {
    padding: 0.68rem;
  }

  .cdv-home-products-grid-bestsellers .cdv-card-body h3,
  .cdv-home-products-grid-category .cdv-card-body h3,
  .cdv-home-products-grid-tag .cdv-card-body h3,
  .cdv-home-products-grid-trending .cdv-card-body h3 {
    font-size: 0.78rem;
  }

  .cdv-home-products-grid-bestsellers .cdv-product-price,
  .cdv-home-products-grid-category .cdv-product-price,
  .cdv-home-products-grid-tag .cdv-product-price,
  .cdv-home-products-grid-trending .cdv-product-price {
    font-size: 0.72rem;
  }

  .cdv-home-products-grid-bestsellers .cdv-buy-button,
  .cdv-home-products-grid-category .cdv-buy-button,
  .cdv-home-products-grid-tag .cdv-buy-button,
  .cdv-home-products-grid-trending .cdv-buy-button {
    min-height: 1.9rem;
    padding: 0.34rem 0.4rem !important;
    font-size: 0.68rem !important;
  }

  .bootscore-footer .cdv-footer-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.6rem);
  }

  .bootscore-footer .cdv-footer-layout > [class*="col-"] {
    width: auto;
    max-width: none;
  }
}

/* Footer responsive polish */
@media (min-width: 768px) {
  .bootscore-footer .cdv-footer-layout {
    gap: 0;
  }

  .bootscore-footer .cdv-footer-layout > [class*="col-"] {
    width: auto;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .bootscore-footer .cdv-footer-col-contact,
  .bootscore-footer .cdv-footer-col-nav {
    flex: 0 0 auto;
    width: 50%;
  }

  .bootscore-footer .cdv-footer-col-legal {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* Pages and results responsive columns */
.site-content:not(.cdv-front-page):not(.cdv-elementor-content) {
  width: min(100% - 1rem, 1180px);
  max-width: 1180px;
}

.site-content:not(.cdv-front-page):not(.cdv-elementor-content) > .content-area,
.site-content:not(.cdv-front-page):not(.cdv-elementor-content) .site-main {
  min-width: 0;
}

.entry-header {
  margin-bottom: clamp(0.9rem, 2vw, 1.35rem);
}

.entry-title {
  overflow-wrap: anywhere;
  font-size: clamp(1.35rem, 4vw, 2.15rem);
  line-height: 1.08;
}

.entry-content {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.entry-content img,
.entry-content iframe,
.entry-content video,
.entry-content table {
  max-width: 100%;
}

.entry-content table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.search .site-main,
.archive .site-main,
.blog .site-main {
  display: grid;
  gap: 0.85rem;
}

.search article.card,
.archive article.card,
.blog article.card,
body:not(.single):not(.page) article.card.horizontal {
  overflow: hidden;
  border: 1px solid rgba(46, 67, 116, 0.12);
  border-radius: 0.72rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 32, 51, 0.07);
}

.search article.card .row,
.archive article.card .row,
.blog article.card .row,
body:not(.single):not(.page) article.card.horizontal .row {
  min-width: 0;
}

.cdv-loop-image,
.search article.card img,
.archive article.card img,
.blog article.card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.search article.card .card-body,
.archive article.card .card-body,
.blog article.card .card-body,
body:not(.single):not(.page) article.card.horizontal .card-body {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  padding: clamp(0.8rem, 2vw, 1rem);
}

.blog-post-title,
.search article.card h2,
.archive article.card h2 {
  margin: 0;
  color: var(--cdv-blue, #2e4374);
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 950;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.search article.card .meta,
.archive article.card .meta,
.blog article.card .meta {
  margin-bottom: 0 !important;
  font-size: 0.76rem;
  line-height: 1.28;
}

.search article.card .card-text,
.archive article.card .card-text,
.blog article.card .card-text {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--cdv-muted, #5d6475);
  font-size: 0.86rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.read-more {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  color: var(--cdv-blue, #2e4374);
  font-size: 0.82rem;
  font-weight: 950;
  text-decoration: none;
}

.read-more:hover,
.read-more:focus {
  color: var(--cdv-green, #2e743c);
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.woocommerce .products.row,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.55rem, 2vw, 1rem);
}

.woocommerce .products.row::before,
.woocommerce .products.row::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce .products.row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
}

.woocommerce-result-count,
.woocommerce-ordering {
  float: none !important;
  width: 100%;
}

.woocommerce-ordering select {
  width: 100%;
  min-height: 2.45rem;
}

@media (min-width: 768px) {
  .search article.card .row,
  .archive article.card .row,
  .blog article.card .row,
  body:not(.single):not(.page) article.card.horizontal .row {
    align-items: stretch;
  }

  .woocommerce .products.row,
  .woocommerce ul.products,
  .woocommerce div.product .related.products ul.products,
  .woocommerce div.product .upsells.products ul.products,
  .woocommerce div.product .cross-sells ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 992px) {
  .search .site-main,
  .archive .site-main,
  .blog .site-main {
    gap: 1rem;
  }

  .woocommerce .products.row,
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .site-content:not(.cdv-front-page):not(.cdv-elementor-content) {
    width: min(100% - 0.85rem, 100%);
    padding-top: 0.9rem !important;
    padding-bottom: 1.4rem !important;
  }

  .site-content:not(.cdv-front-page):not(.cdv-elementor-content) > .content-area > .row,
  .site-content:not(.cdv-front-page):not(.cdv-elementor-content) .site-main > .row {
    --bs-gutter-x: 0;
  }

  .entry-header {
    margin-bottom: 0.75rem;
  }

  .entry-title {
    font-size: clamp(1.2rem, 7vw, 1.55rem);
  }

  .search article.card,
  .archive article.card,
  .blog article.card,
  body:not(.single):not(.page) article.card.horizontal {
    margin-bottom: 0.75rem !important;
  }

  .search article.card .row,
  .archive article.card .row,
  .blog article.card .row,
  body:not(.single):not(.page) article.card.horizontal .row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .search article.card [class*="col-"],
  .archive article.card [class*="col-"],
  .blog article.card [class*="col-"],
  body:not(.single):not(.page) article.card.horizontal [class*="col-"] {
    width: 100%;
    max-width: none;
  }

  .cdv-loop-image,
  .search article.card img,
  .archive article.card img,
  .blog article.card img {
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 210px;
  }

  .search article.card .card-body,
  .archive article.card .card-body,
  .blog article.card .card-body,
  body:not(.single):not(.page) article.card.horizontal .card-body {
    padding: 0.78rem;
  }

  .search article.card .card-text,
  .archive article.card .card-text,
  .blog article.card .card-text {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
  }

  .woocommerce-result-count,
  .woocommerce-ordering {
    margin-bottom: 0.65rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 359.98px) {
  .woocommerce .products.row,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

/* Cordauvice UX refinements */
@media (max-width: 767.98px) {
  .header-actions .cart-toggler {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .header-actions .cart-toggler {
    width: auto !important;
    min-width: 2.9rem;
    padding-right: 0.48rem !important;
    padding-left: 0.48rem !important;
  }

  .cart-toggler .cart-content-count,
  .cart-content-count {
    position: static !important;
    margin-left: 0.28rem;
    transform: none !important;
  }
}

.bootscore-footer .cdv-footer-contact li,
.bootscore-footer .cdv-footer-nav li,
.bootscore-footer .cdv-footer-legal,
.bootscore-footer .cdv-footer-contact a,
.bootscore-footer .cdv-footer-nav a,
.bootscore-footer .cdv-footer-legal a,
.bootscore-footer .cdv-footer-separator,
.bootscore-footer .bootscore-footer-info,
.bootscore-footer .bootscore-copyright,
.bootscore-footer .cr-symbol,
.bootscore-footer .cdv-footer-contact i,
.bootscore-footer .cdv-footer-nav i {
  color: var(--cdv-blue, #2e4374) !important;
  font-size: 1rem;
  font-weight: 400 !important;
}

.bootscore-footer .cdv-footer-contact a,
.bootscore-footer .cdv-footer-nav a,
.bootscore-footer .cdv-footer-legal a {
  text-decoration: none;
}

.bootscore-footer .bootscore-footer-columns {
  padding-top: clamp(1rem, 2.2vw, 1.55rem) !important;
  padding-bottom: clamp(0.85rem, 1.8vw, 1.25rem) !important;
}

.bootscore-footer .cdv-footer-layout {
  row-gap: 0.75rem;
}

.bootscore-footer .cdv-footer-contact li,
.bootscore-footer .cdv-footer-nav li {
  min-height: 0;
  padding-block: 0.22rem;
}

.bootscore-footer .cdv-footer-contact a,
.bootscore-footer .cdv-footer-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.bootscore-footer .cdv-footer-contact i,
.bootscore-footer .cdv-footer-nav i {
  width: 1rem;
  color: var(--cdv-blue, #2e4374) !important;
  text-align: center;
}

.bootscore-footer .bootscore-footer-columns {
  padding-top: 0.52rem !important;
  padding-bottom: 0.34rem !important;
}

.bootscore-footer .cdv-footer-layout {
  display: grid;
  width: 100%;
  max-width: none;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 0.32rem;
  margin: 0 auto;
  text-align: center;
}

.bootscore-footer .cdv-footer-contact {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.78rem !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.bootscore-footer .cdv-footer-contact li,
.bootscore-footer .cdv-footer-legal {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.bootscore-footer .cdv-footer-contact a {
  display: inline-flex;
  width: 2.08rem;
  height: 2.08rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(46, 67, 116, 0.12);
  border-radius: 50rem;
  color: var(--cdv-blue, #2e4374) !important;
  text-decoration: none;
}

.bootscore-footer .cdv-footer-contact i {
  display: inline-flex;
  width: 1.12em;
  height: 1.12em;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: var(--cdv-blue, #2e4374) !important;
  font-size: 1.16rem;
  line-height: 1;
  text-align: center;
}

.bootscore-footer .cdv-footer-bottomline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: var(--cdv-blue, #2e4374) !important;
  line-height: 1;
}

.bootscore-footer .cdv-footer-legal {
  color: var(--cdv-blue, #2e4374) !important;
  font-size: 0.7rem;
  font-weight: 400 !important;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.bootscore-footer .bootscore-footer-info {
  padding-top: 0.12rem !important;
  padding-bottom: 0.18rem !important;
}

.bootscore-footer .bootscore-copyright {
  font-size: 0.7rem !important;
  line-height: 1;
  white-space: nowrap;
}

.cart-toggler .cart-content,
.cart-content {
  background: var(--bs-warning, var(--cdv-rose, #e5c3a6)) !important;
  color: var(--cdv-blue, #2e4374) !important;
  font-weight: 400 !important;
}

.cart-toggler .cart-content-count,
.cart-content-count {
  min-width: 1.15rem;
  background: var(--bs-warning, var(--cdv-rose, #e5c3a6)) !important;
  color: var(--cdv-blue, #2e4374) !important;
  box-shadow: 0 0 0 2px #fff;
  font-weight: 400 !important;
}

.cdv-buy-button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce .add_to_cart_button,
.woocommerce .single_add_to_cart_button {
  font-weight: 400 !important;
}

.cdv-card-badge {
  right: 0.75rem;
  left: auto;
}

@media (max-width: 767.98px) {
  .cdv-hero-slider .carousel-control-prev,
  .cdv-hero-slider .carousel-control-next {
    display: none;
  }

  body {
    padding-bottom: 3.95rem;
  }

  .bootscore-footer {
    margin-bottom: 3.95rem;
  }

  .cdv-mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(46, 67, 116, 0.12);
    background: #fff;
    box-shadow: 0 -8px 24px rgba(21, 32, 51, 0.08);
  }

  .cdv-mobile-bottom-nav a,
  .cdv-mobile-bottom-nav button {
    position: relative;
    display: inline-flex;
    min-width: 0;
    min-height: 3.18rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.36rem 0.22rem;
    border: 0;
    background: transparent;
    color: var(--cdv-blue, #2e4374);
    font: inherit;
    font-size: 0.68rem;
    font-weight: 400;
    text-decoration: none;
  }

  .cdv-mobile-bottom-nav i {
    font-size: 0.92rem;
  }

  .cdv-mobile-bottom-nav .cart-content {
    top: 0.24rem;
    right: calc(50% - 1.38rem);
  }

  .bootscore-footer .cdv-footer-bottomline {
    gap: 0.38rem;
    flex-wrap: wrap;
  }
}

.cdv-section-heading,
.cdv-product-strip-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.55rem;
}

.cdv-section-heading > div,
.cdv-product-strip-heading > h2 {
  min-width: 0;
}

.cdv-section-heading h1,
.cdv-section-heading h2,
.cdv-product-strip-heading h2 {
  overflow: hidden;
  font-weight: 950 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cdv-section-heading .btn,
.cdv-product-strip-heading .btn {
  flex: 0 0 auto;
  border: 0 !important;
  box-shadow: none !important;
  font-weight: 950 !important;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .cdv-section-heading,
  .cdv-product-strip-heading {
    align-items: center;
    flex-direction: row;
    gap: 0.45rem;
    text-align: left;
  }

  .cdv-section-heading .btn,
  .cdv-product-strip-heading .btn {
    max-width: 48%;
    padding-right: 0.58rem;
    padding-left: 0.58rem;
    font-size: 0.76rem;
  }
}

.cdv-product-card .cdv-card-body h2,
.cdv-product-card .cdv-card-body h3,
.cdv-product-card .cdv-card-body h2 a,
.cdv-product-card .cdv-card-body h3 a,
.cdv-news-card .cdv-card-body h3,
.cdv-news-card .cdv-card-body h3 a,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
  display: block !important;
  max-width: 100%;
  min-height: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: initial !important;
}

.cdv-title-marquee {
  --cdv-title-scroll-distance: 0px;
  --cdv-title-scroll-duration: 7s;
}

.cdv-title-marquee a {
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.cdv-title-marquee-text {
  display: inline-block;
  min-width: max-content;
  will-change: transform;
}

.cdv-title-marquee.is-scrolling .cdv-title-marquee-text {
  animation: cdv-title-marquee var(--cdv-title-scroll-duration) ease-in-out infinite;
}

.cdv-title-marquee.is-scrolling:hover .cdv-title-marquee-text,
.cdv-title-marquee.is-scrolling:focus-within .cdv-title-marquee-text {
  animation-play-state: paused;
}

@keyframes cdv-title-marquee {
  0%,
  18% {
    transform: translateX(0);
  }

  58%,
  76% {
    transform: translateX(calc(var(--cdv-title-scroll-distance) * -1));
  }

  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cdv-title-marquee.is-scrolling .cdv-title-marquee-text {
    animation: none;
    transform: translateX(0);
  }
}

.cdv-product-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce .products .price,
.wc-block-grid__product-price {
  display: flex !important;
  width: 100%;
  max-width: 100%;
  align-items: baseline;
  align-self: stretch;
  justify-content: center;
  gap: 0.2rem 0.48rem;
  margin-right: auto;
  margin-left: auto;
  color: var(--cdv-blue, #2e4374) !important;
  font-size: 0.95rem;
  font-weight: 400 !important;
  line-height: 1.25;
  text-align: center;
  flex-wrap: wrap;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.cdv-product-price .amount,
.cdv-product-price .woocommerce-Price-amount,
.woocommerce div.product p.price .amount,
.woocommerce div.product span.price .amount,
.woocommerce div.product p.price .woocommerce-Price-amount,
.woocommerce div.product span.price .woocommerce-Price-amount,
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce .products .price .amount,
.woocommerce .products .price .woocommerce-Price-amount,
.wc-block-grid__product-price .amount,
.wc-block-grid__product-price .woocommerce-Price-amount {
  display: inline-flex !important;
  align-items: baseline;
  justify-content: center;
  color: inherit !important;
  font: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  white-space: nowrap;
}

.cdv-product-price del,
.woocommerce .price del,
.wc-block-grid__product-price del,
.cdv-product-price ins,
.woocommerce .price ins,
.wc-block-grid__product-price ins {
  display: inline-flex !important;
  max-width: 100%;
  align-items: baseline;
  justify-content: center;
  gap: 0.16rem;
  font: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  white-space: nowrap;
}

.cdv-product-price del,
.woocommerce .price del,
.wc-block-grid__product-price del {
  color: var(--cdv-muted, #5d6475) !important;
  opacity: 0.78;
}

.cdv-product-price ins,
.woocommerce .price ins,
.wc-block-grid__product-price ins {
  color: var(--cdv-green, #2e743c) !important;
  text-decoration: none;
}

.woocommerce-Price-currencySymbol {
  display: inline !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.cdv-pagination-fallback {
  display: none !important;
}

.cdv-infinite-sentinel {
  width: 100%;
  height: 1px;
}

.cdv-infinite-status {
  display: none;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0.75rem auto 1.25rem;
  padding: 0.48rem 0.78rem;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.86);
  color: var(--cdv-blue, #2e4374);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(46, 67, 116, 0.1);
}

.cdv-infinite-status.is-visible {
  display: inline-flex;
}

.cdv-infinite-spinner {
  display: inline-flex;
  width: 0.86rem;
  height: 0.86rem;
  border: 2px solid rgba(46, 67, 116, 0.24);
  border-right-color: var(--cdv-blue, #2e4374);
  border-radius: 50%;
  animation: cdv-infinite-spin 0.72s linear infinite;
}

@keyframes cdv-infinite-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cdv-infinite-spinner {
    animation: none;
  }
}

.woocommerce div.product .product_meta {
  display: grid;
  width: 100%;
  max-width: 38rem;
  gap: 0.42rem;
  margin: clamp(0.9rem, 2vw, 1.25rem) 0 0;
  padding: 0.62rem;
  border-radius: 0.72rem;
  background: var(--cdv-surface, #f6f7fb);
  color: var(--cdv-blue, #2e4374);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: inset 0 0 0 1px rgba(46, 67, 116, 0.1);
}

.woocommerce div.product .product_meta > span {
  display: block;
  min-width: 0;
  padding: 0.52rem 0.62rem;
  border-radius: 0.54rem;
  background: #fff;
  color: var(--cdv-muted, #5d6475);
  box-shadow: inset 0 0 0 1px rgba(46, 67, 116, 0.07);
}

.woocommerce div.product .product_meta > span::first-letter {
  color: var(--cdv-blue, #2e4374);
}

.woocommerce div.product .product_meta a {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  margin: 0 0.22rem 0.22rem 0;
  padding: 0.18rem 0.44rem;
  border-radius: 50rem;
  background: rgba(229, 195, 166, 0.24);
  color: var(--cdv-blue, #2e4374) !important;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.woocommerce div.product .product_meta a:hover,
.woocommerce div.product .product_meta a:focus {
  background: var(--cdv-blue, #2e4374);
  color: #fff !important;
}

.woocommerce div.product .product_meta .sku_wrapper,
.woocommerce div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .tagged_as {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
  .woocommerce div.product .product_meta {
    max-width: none;
    padding: 0.48rem;
    font-size: 0.78rem;
  }

  .woocommerce div.product .product_meta > span {
    padding: 0.5rem;
  }

  .woocommerce div.product .product_meta a {
    font-size: 0.74rem;
    white-space: normal;
  }
}

#offcanvas-cart .cdv-mini-cart-details {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 0.46rem !important;
  align-items: center !important;
  margin-top: 0.52rem !important;
}

#offcanvas-cart .cdv-mini-cart-quantity,
#offcanvas-cart .item-quantity.cdv-mini-cart-quantity {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.38rem !important;
  align-items: center;
  min-width: 0;
}

#offcanvas-cart .cdv-mini-cart-unit,
#offcanvas-cart .item-quantity > .quantity:first-of-type {
  display: inline-flex !important;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  gap: 0.22rem !important;
  margin: 0 !important;
  padding: 0.22rem 0.44rem !important;
  border: 0 !important;
  border-radius: 50rem;
  background: rgba(246, 247, 251, 0.9) !important;
  color: var(--cdv-muted, #5d6475);
  font-size: 0.72rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

#offcanvas-cart .cdv-mini-cart-unit-price,
#offcanvas-cart .cdv-mini-cart-unit-price .woocommerce-Price-amount,
#offcanvas-cart .item-quantity > .quantity:first-of-type .woocommerce-Price-amount {
  min-width: 0;
  color: var(--cdv-ink, #152033) !important;
  font-size: 0.72rem !important;
  font-weight: 400 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

#offcanvas-cart .cdv-mini-cart-quantity .quantity:not(.cdv-mini-cart-unit),
#offcanvas-cart .item-quantity .quantity:not(.cdv-mini-cart-unit) {
  display: block !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

#offcanvas-cart .cdv-mini-cart-quantity .input-group,
#offcanvas-cart .item-quantity .input-group {
  display: grid !important;
  grid-template-columns: 1.8rem minmax(2.15rem, 2.55rem) 1.8rem;
  width: 6.2rem !important;
  min-width: 6.2rem !important;
  max-width: 6.2rem !important;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(46, 67, 116, 0.14) !important;
  border-radius: 50rem !important;
  background: #fff !important;
}

#offcanvas-cart .cdv-mini-cart-quantity .input-group-text,
#offcanvas-cart .item-quantity .input-group-text,
#offcanvas-cart .cdv-mini-cart-quantity input.qty,
#offcanvas-cart .item-quantity input.qty {
  display: inline-flex !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 1.86rem !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

#offcanvas-cart .cdv-mini-cart-quantity .input-group-text,
#offcanvas-cart .item-quantity .input-group-text {
  background: #eef0f7 !important;
  color: var(--cdv-blue, #2e4374) !important;
  font-size: 0.86rem;
  font-weight: 400 !important;
}

#offcanvas-cart .cdv-mini-cart-quantity input.qty,
#offcanvas-cart .item-quantity input.qty {
  appearance: textfield;
  background: #fff !important;
  color: var(--cdv-ink, #152033) !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  text-align: center;
}

#offcanvas-cart .cdv-mini-cart-quantity input.qty::-webkit-outer-spin-button,
#offcanvas-cart .cdv-mini-cart-quantity input.qty::-webkit-inner-spin-button,
#offcanvas-cart .item-quantity input.qty::-webkit-outer-spin-button,
#offcanvas-cart .item-quantity input.qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

#offcanvas-cart .cdv-mini-cart-line-total,
#offcanvas-cart .bootscore-custom-render-total.cdv-mini-cart-line-total {
  display: grid !important;
  min-width: 4.9rem !important;
  gap: 0.08rem;
  justify-items: end;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: right;
  line-height: 1.05;
}

#offcanvas-cart .cdv-mini-cart-total-label {
  color: var(--cdv-muted, #5d6475) !important;
  font-size: 0.62rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

#offcanvas-cart .cdv-mini-cart-total-amount,
#offcanvas-cart .cdv-mini-cart-total-amount .woocommerce-Price-amount,
#offcanvas-cart .bootscore-custom-render-total .woocommerce-Price-amount,
#offcanvas-cart .bootscore-custom-render-total .amount {
  color: var(--cdv-green, #2e743c) !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

@media (max-width: 379.98px) {
  #offcanvas-cart .cdv-mini-cart-details {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.4rem !important;
  }

  #offcanvas-cart .cdv-mini-cart-quantity {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  #offcanvas-cart .cdv-mini-cart-line-total,
  #offcanvas-cart .bootscore-custom-render-total.cdv-mini-cart-line-total {
    display: flex !important;
    width: 100%;
    min-width: 0 !important;
    align-items: center;
    justify-content: space-between;
    justify-items: stretch;
    padding-top: 0.35rem !important;
    border-top: 1px solid rgba(46, 67, 116, 0.08) !important;
    text-align: left;
  }
}

.header-actions .cart-toggler,
.header-actions .cart-toggler.btn,
.header-actions .cart-toggler.btn-outline-secondary {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.header-actions .cart-toggler:hover,
.header-actions .cart-toggler:focus,
.header-actions .cart-toggler:active,
.header-actions .cart-toggler.show {
  background: transparent !important;
  background-color: transparent !important;
}

.woocommerce div.product .woocommerce-tabs #reviews,
.woocommerce div.product #reviews,
#woo-comments {
  color: var(--cdv-ink, #152033);
}

.woocommerce div.product #reviews #comments,
#woo-comments {
  display: grid;
  gap: 0.8rem;
}

.woocommerce div.product #reviews #comments h2,
#woo-comments > h2,
.woocommerce-Reviews-title {
  margin: 0 0 0.65rem;
  color: var(--cdv-blue, #2e4374);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 700;
  line-height: 1.25;
}

#woo-comments .comment-list,
.woocommerce #reviews .commentlist {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#woo-comments .comment-body {
  gap: 0.62rem;
  margin-top: 0 !important;
}

#woo-comments .avatar,
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 2.7rem !important;
  height: 2.7rem !important;
  padding: 0.12rem;
  border: 1px solid rgba(46, 67, 116, 0.12);
  border-radius: 50rem;
  object-fit: cover;
}

#woo-comments .comment-content {
  min-width: 0;
  flex: 1 1 auto;
}

#woo-comments .comment-content .card,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid rgba(46, 67, 116, 0.1) !important;
  border-radius: 0.72rem !important;
  background: #fff;
  box-shadow: 0 0.45rem 1.1rem rgba(46, 67, 116, 0.06);
}

#woo-comments .comment-content .card-body,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding: 0.76rem 0.82rem !important;
}

.woocommerce .star-rating,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.woocommerce p.stars a,
.woocommerce p.stars a::before {
  color: var(--cdv-gold, #745f2e) !important;
}

.woocommerce .star-rating {
  float: none !important;
  width: 5.45em;
  margin: 0 0 0.38rem;
  font-size: 0.86rem;
  letter-spacing: 0;
}

.woocommerce p.stars {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 0.26rem 0.48rem;
  border-radius: 50rem;
  background: rgba(229, 195, 166, 0.2);
  line-height: 1;
}

.woocommerce p.stars a {
  width: 1.28em;
  height: 1.28em;
  font-size: 1rem !important;
  text-decoration: none;
}

.woocommerce p.stars:hover a,
.woocommerce p.stars.selected a.active,
.woocommerce p.stars.selected a:not(.active) {
  color: var(--cdv-gold, #745f2e) !important;
}

.woocommerce #review_form_wrapper,
.woocommerce #review_form {
  margin-top: 1rem;
}

.woocommerce #review_form #respond {
  padding: clamp(0.85rem, 2vw, 1.05rem);
  border: 1px solid rgba(46, 67, 116, 0.1);
  border-radius: 0.82rem;
  background: var(--cdv-surface, #f6f7fb);
}

.woocommerce #review_form #respond .comment-reply-title,
.woocommerce #review_form #respond .cdv-review-form-title {
  display: block;
  margin: 0 0 0.68rem;
  color: var(--cdv-blue, #2e4374);
  font-size: clamp(0.94rem, 1.45vw, 1.08rem);
  font-weight: 700;
  line-height: 1.25;
}

.woocommerce #review_form #respond .comment-notes,
.woocommerce #review_form #respond .logged-in-as {
  margin: 0 0 0.62rem;
  color: var(--cdv-muted, #5d6475);
  font-size: 0.78rem;
  line-height: 1.35;
}

.woocommerce #review_form #respond .comment-form-rating,
.woocommerce #review_form #respond .cdv-review-rating-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem 0.62rem;
  margin: 0 0 0.72rem;
  padding: 0.58rem 0.66rem;
  border-radius: 0.64rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(46, 67, 116, 0.08);
}

.woocommerce #review_form #respond .comment-form-rating label,
.woocommerce #review_form #respond .cdv-review-rating-label {
  margin: 0;
  color: var(--cdv-blue, #2e4374);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
}

.woocommerce #review_form #respond .form-label {
  color: var(--cdv-blue, #2e4374);
  font-size: 0.8rem;
  font-weight: 600;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input.form-control,
.woocommerce #review_form #respond select.form-select {
  border-color: rgba(46, 67, 116, 0.14);
  border-radius: 0.62rem;
  background-color: #fff;
  font-size: 0.88rem;
  box-shadow: none;
}

.woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond input.form-control:focus,
.woocommerce #review_form #respond select.form-select:focus {
  border-color: var(--cdv-blue, #2e4374);
  box-shadow: 0 0 0 0.18rem rgba(46, 67, 116, 0.14);
}

@media (max-width: 575.98px) {
  #woo-comments .comment-body {
    display: grid !important;
    grid-template-columns: 2.35rem minmax(0, 1fr);
  }

  #woo-comments .avatar,
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 2.35rem !important;
    height: 2.35rem !important;
  }

  .woocommerce #review_form #respond .comment-form-rating,
  .woocommerce #review_form #respond .cdv-review-rating-field {
    display: grid;
    gap: 0.42rem;
  }
}

.woocommerce #reviews .cdv-review-restricted-message,
.woocommerce div.product .cdv-review-restricted-message {
  margin: 0.85rem 0 0;
  padding: 0.64rem 0.78rem;
  border: 1px solid rgba(46, 67, 116, 0.12);
  border-radius: 0.68rem;
  background: #fff;
  color: var(--cdv-blue, #2e4374);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: inset 0 0 0 1px rgba(229, 195, 166, 0.24);
}

.cdv-buy-button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce .products .button,
.woocommerce .products .added_to_cart,
.woocommerce .add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  display: inline-flex !important;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  padding: 0.56rem 0.78rem !important;
  border: 0 !important;
  border-radius: 0.5rem !important;
  background: var(--cdv-green, #2e743c) !important;
  color: #fff !important;
  font-family: var(--cdv-font);
  font-size: 0.84rem;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce .products .button,
.woocommerce .products .added_to_cart {
  width: 100%;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  min-height: 2.7rem;
  padding-right: 1.15rem !important;
  padding-left: 1.15rem !important;
  font-size: 0.92rem;
}

.woocommerce ul.products li.product .button::before,
.woocommerce .products .button::before,
.woocommerce .add_to_cart_button::before,
.woocommerce div.product form.cart .single_add_to_cart_button::before {
  content: "\f07a";
  display: inline-flex;
  width: 1em;
  height: 1em;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-size: 0.92em;
  font-weight: 900;
  line-height: 1;
}

.cdv-buy-button:hover,
.cdv-buy-button:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .added_to_cart:focus,
.woocommerce .products .button:hover,
.woocommerce .products .button:focus,
.woocommerce .products .added_to_cart:hover,
.woocommerce .products .added_to_cart:focus,
.woocommerce .add_to_cart_button:hover,
.woocommerce .add_to_cart_button:focus,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:focus {
  background: var(--cdv-blue, #2e4374) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.woocommerce .add_to_cart_button.loading::before,
.woocommerce ul.products li.product .button.loading::before,
.woocommerce div.product form.cart .single_add_to_cart_button.loading::before {
  opacity: 0;
}

.bootscore-footer {
  background: var(--cdv-surface, #f6f7fb) !important;
  color: var(--cdv-blue, #2e4374);
  font-family: var(--cdv-font);
  text-align: center;
}

.bootscore-footer .bootscore-footer-columns {
  display: flex !important;
  justify-content: center;
  padding-top: clamp(0.72rem, 1.7vw, 1.05rem) !important;
  padding-bottom: clamp(0.56rem, 1.3vw, 0.82rem) !important;
  background: var(--cdv-surface, #f6f7fb) !important;
}

.bootscore-footer .bootscore-footer-info {
  display: flex !important;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: clamp(0.5rem, 1.2vw, 0.72rem) !important;
  border-top: 0 !important;
  background: var(--cdv-surface, #f6f7fb) !important;
}

.bootscore-footer .container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.bootscore-footer .cdv-footer-layout {
  display: grid;
  width: 100%;
  max-width: 30rem;
  place-items: center;
  gap: 0.45rem;
  margin: 0 auto;
  text-align: center;
}

.bootscore-footer .cdv-footer-contact {
  display: inline-flex !important;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: clamp(0.48rem, 1.2vw, 0.72rem) !important;
  margin: 0 auto;
  padding: 0.3rem 0.38rem;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(46, 67, 116, 0.06);
}

.bootscore-footer .cdv-footer-contact li {
  display: inline-flex;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.bootscore-footer .cdv-footer-contact-link {
  display: inline-flex !important;
  width: clamp(2.32rem, 4.8vw, 2.68rem) !important;
  height: clamp(2.32rem, 4.8vw, 2.68rem) !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 50rem;
  background: #fff;
  color: var(--cdv-blue, #2e4374) !important;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(46, 67, 116, 0.1), 0 0.32rem 0.8rem rgba(46, 67, 116, 0.08) !important;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bootscore-footer .cdv-footer-contact-link i,
.bootscore-footer .cdv-footer-contact-mark {
  display: inline-flex;
  width: 1em;
  height: 1em;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: currentColor !important;
  font-size: clamp(1.02rem, 2.1vw, 1.22rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.bootscore-footer .cdv-footer-contact-mark {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
}

.bootscore-footer .cdv-footer-contact-link:hover,
.bootscore-footer .cdv-footer-contact-link:focus {
  background: var(--cdv-blue, #2e4374);
  color: #fff !important;
  box-shadow: inset 0 0 0 1px var(--cdv-blue, #2e4374), 0 0.42rem 0.95rem rgba(46, 67, 116, 0.14) !important;
  transform: translateY(-1px);
}

.bootscore-footer .cdv-footer-contact-whatsapp:hover,
.bootscore-footer .cdv-footer-contact-whatsapp:focus {
  background: var(--cdv-green, #2e743c);
  box-shadow: inset 0 0 0 1px var(--cdv-green, #2e743c), 0 0.42rem 0.95rem rgba(46, 116, 60, 0.14) !important;
}

.bootscore-footer .cdv-footer-bottomline {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(0.24rem, 1vw, 0.46rem);
  margin: 0 auto;
  color: var(--cdv-blue, #2e4374) !important;
  font-size: clamp(0.58rem, 2.35vw, 0.78rem);
  font-weight: 400 !important;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.bootscore-footer .bootscore-footer-info .container {
  align-items: center;
}

.bootscore-footer .bootscore-copyright,
.bootscore-footer .cdv-footer-legal,
.bootscore-footer .cdv-footer-legal a,
.bootscore-footer .cr-symbol {
  color: var(--cdv-blue, #2e4374) !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  line-height: inherit;
  text-decoration: none;
}

.bootscore-footer .cdv-footer-legal {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: clamp(0.24rem, 1vw, 0.46rem);
  white-space: nowrap;
}

.bootscore-footer .cdv-footer-legal::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.72rem;
  background: rgba(46, 67, 116, 0.24);
}

@media (max-width: 575.98px) {
  .bootscore-footer .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .bootscore-footer .cdv-footer-contact {
    gap: 0.46rem !important;
    padding: 0.24rem 0.3rem;
  }

  .bootscore-footer .cdv-footer-bottomline {
    flex-wrap: nowrap;
  }
}

.bootscore-footer .bootscore-footer-columns {
  padding-top: clamp(0.64rem, 1.4vw, 0.9rem) !important;
  padding-bottom: clamp(0.64rem, 1.4vw, 0.9rem) !important;
}

.bootscore-footer .cdv-footer-layout {
  display: grid !important;
  width: 100%;
  max-width: 54rem;
  grid-template-columns: minmax(9rem, auto) minmax(0, 1fr);
  gap: 0.75rem clamp(1rem, 4vw, 2.4rem);
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
}

.bootscore-footer .cdv-footer-contact {
  justify-self: center;
}

.bootscore-footer .cdv-footer-bottomline {
  justify-self: center;
}

@media (max-width: 767.98px) {
  .bootscore-footer .cdv-footer-layout {
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.48rem;
  }

  .bootscore-footer .cdv-footer-contact,
  .bootscore-footer .cdv-footer-bottomline {
    justify-self: center;
  }
}

.cdv-error-page {
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 2.6rem) 0;
  color: var(--cdv-ink, #152033);
  font-family: var(--cdv-font);
}

.cdv-error-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
}

.cdv-error-main,
.cdv-error-aside,
.cdv-error-products,
.cdv-error-widgets {
  border: 1px solid rgba(46, 67, 116, 0.12);
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 0.65rem 1.8rem rgba(46, 67, 116, 0.08);
}

.cdv-error-main {
  display: flex;
  min-height: clamp(18rem, 35vw, 25rem);
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 2.4rem);
}

.cdv-error-code {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.55rem;
  padding: 0.24rem 0.62rem;
  border: 1px solid rgba(46, 67, 116, 0.16);
  border-radius: 999px;
  background: var(--cdv-surface, #f6f7fb);
  color: var(--cdv-blue, #2e4374);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.cdv-error-title {
  max-width: 13em;
  margin: 0;
  color: var(--cdv-blue, #2e4374);
  font-size: clamp(1.65rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
}

.cdv-error-text {
  max-width: 34rem;
  margin: 0.55rem 0 1.05rem;
  color: var(--cdv-muted, #5d6475);
  font-size: clamp(0.92rem, 1.5vw, 1.02rem);
  line-height: 1.45;
}

.cdv-error-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  max-width: 42rem;
  margin: 0 0 0.88rem;
}

.cdv-error-search .form-control {
  min-height: 2.75rem;
  border: 1px solid var(--cdv-border, #dfe3ee);
  border-radius: 0.7rem;
  color: var(--cdv-ink, #152033);
  font-size: 0.94rem;
  box-shadow: none;
}

.cdv-error-search .form-control:focus {
  border-color: var(--cdv-blue, #2e4374);
  box-shadow: 0 0 0 0.16rem rgba(46, 67, 116, 0.12);
}

.cdv-error-search .btn,
.cdv-error-actions .btn {
  min-height: 2.75rem;
  border: 0 !important;
  border-radius: 0.7rem;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.cdv-error-search .btn {
  gap: 0.4rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.cdv-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.cdv-error-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.cdv-error-aside {
  padding: clamp(1rem, 2.5vw, 1.35rem);
}

.cdv-error-aside h2,
.cdv-error-section-heading h2 {
  margin: 0;
  color: var(--cdv-blue, #2e4374);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 800;
  line-height: 1.18;
}

.cdv-error-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.cdv-error-category {
  display: inline-flex;
  min-width: 0;
  min-height: 3rem;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(46, 67, 116, 0.1);
  border-radius: 0.7rem;
  background: var(--cdv-surface, #f6f7fb);
  color: var(--cdv-blue, #2e4374);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
}

.cdv-error-category i {
  flex: 0 0 auto;
  color: var(--cdv-plum, #742e66);
  font-size: 0.9rem;
}

.cdv-error-category span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cdv-error-category:hover,
.cdv-error-category:focus {
  border-color: rgba(46, 67, 116, 0.24);
  background: #fff;
  color: var(--cdv-blue, #2e4374);
}

.cdv-error-products {
  margin-top: clamp(1rem, 3vw, 1.6rem);
  padding: clamp(1rem, 2.5vw, 1.35rem);
}

.cdv-error-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.cdv-error-section-heading .btn-link {
  color: var(--cdv-blue, #2e4374);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.cdv-error-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.5vw, 1rem);
}

.cdv-error-product-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(46, 67, 116, 0.1);
  border-radius: 0.76rem;
  background: #fff;
}

.cdv-error-product-media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--cdv-surface, #f6f7fb);
}

.cdv-error-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
}

.cdv-error-product-body {
  display: grid;
  gap: 0.45rem;
  align-content: start;
  padding: 0.72rem;
  text-align: center;
}

.cdv-error-product-body h3 {
  min-width: 0;
  margin: 0;
  color: var(--cdv-blue, #2e4374);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.cdv-error-product-body h3 a {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cdv-error-product-price,
.cdv-error-product-price .amount,
.cdv-error-product-price bdi {
  color: var(--cdv-plum, #742e66);
  font-size: 0.84rem;
  font-weight: 400 !important;
  line-height: 1.25;
}

.cdv-error-product-body .cdv-buy-button {
  width: 100%;
  min-height: 2.28rem;
  padding: 0.52rem 0.7rem !important;
  font-size: 0.82rem;
}

.cdv-error-widgets {
  margin-top: 1rem;
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .cdv-error-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .cdv-error-main {
    min-height: 0;
  }

  .cdv-error-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .cdv-error-page {
    padding-top: 0.75rem;
  }

  .cdv-error-main,
  .cdv-error-aside,
  .cdv-error-products {
    border-radius: 0.65rem;
  }

  .cdv-error-search {
    grid-template-columns: minmax(0, 1fr);
  }

  .cdv-error-search .btn,
  .cdv-error-actions .btn {
    width: 100%;
  }

  .cdv-error-category-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
