.top-line {
  height: 8px;
  background-color: #96c831;
  position: relative;
}

#header-large {
  height: 155px;
}
#header-large .container {
  background-color: #204635;
}
#header-large .cart-link {
  position: relative;
  text-decoration: none !important;
  font-size: 1.3em;
}
#header-large .cart-link .badge {
  position: absolute;
  font-size: 0.5em;
  top: -6px;
  right: -9px;
}

#header-small {
  background-color: #204635;
  height: 126px;
}
#header-small .cart-link {
  position: relative;
  text-decoration: none !important;
  font-size: 1em;
}
#header-small .cart-link .badge {
  position: absolute;
  font-size: 0.5em;
  top: -2px;
  right: -5px;
}

#header-large .management {
  position: absolute;
  top: 45px;
}

#header-large .management a {
  text-decoration: none;
}

.top-image-small,
.top-image {
  background-image: url("../img/top-image-large.jpg");
  min-height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-image-small {
  min-height: 175px;
}

@media (max-width: 992px) {
  .top-image {
    min-height: 175px;
  }
}
.top-image-text {
  color: white;
  position: absolute;
  top: 200px;
}

.top-image-text h1 {
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.search-form {
  display: inline;
}

.search-button {
  border: none;
  padding: 2px 4px;
}

.user-info {
  color: white;
}

.user-info a {
  color: white;
  padding: 0 4px;
  display: inline-block;
}

.logo {
  max-width: 271px;
  margin-top: 10px;
}

.lfs-pagination {
  background-color: #eee;
  padding: 4px;
  margin-bottom: 10px;
}

.lfs-pagination a {
  color: black;
}

.lfs-pagination a:hover,
.lfs-pagination .current {
  color: #96c831;
}

form .field {
  padding-bottom: 10px;
}

form .errorlist {
  color: red;
}

.categories-footer {
  background-color: #204635;
  padding: 20px 20px 20px 20px;
  margin-top: 40px;
}
.categories-footer h4 {
  padding-bottom: 10px;
}
.categories-footer .footer-main-category {
  color: #96c831;
  text-decoration: none;
}
.categories-footer .footer-sub-category {
  color: white;
  text-decoration: none;
  font-size: 0.8em;
}
.categories-footer .footer-sub-category:hover {
  color: #96c831;
}
.categories-footer .footer-main-category:hover {
  color: white;
}

/* Livesearch */
.livesearch-wrapper {
  position: relative;
  top: 4px;
}

#livesearch-result {
  position: absolute;
  right: 0;
  z-index: 10000;
  color: black;
  width: 700px;
  display: none;
  box-shadow: 5px 10px 25px -15px rgb(0, 0, 0);
}

#livesearch-result a {
  color: black;
}

#livesearch-result a:hover {
  color: #96c831;
}

#livesearch-result .image {
  min-height: 60px;
}

#livesearch-result .container {
  background-color: white;
}

.livesearch-results {
  padding: 5px 25px;
}

/* Hide header-large on small screens */
@media (max-width: 767px) {
  #header-large {
    display: none;
  }
}
/* Hide header-small on large screens */
@media (min-width: 768px) {
  #header-small {
    display: none;
  }
}
@media (max-width: 992px) {
  #header-large {
    height: 126px;
  }
  .top-image-text {
    display: none;
  }
}
@media (max-width: 567px) {
  .top-image {
    padding: 0;
  }
}
#breadcrumbs {
  margin: 10px 0;
}
#breadcrumbs ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#breadcrumbs li {
  display: inline-block;
}

@media (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}
.atc .button-checkout {
  float: right;
}
.atc .button-shopping {
  float: none;
}
.atc .cart-labels {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.atc .cart-label {
  display: block;
  font-weight: bold;
  padding: 20px 0 2px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #96c831;
}
.atc .hr-small {
  display: block;
  border-bottom: 1px solid #96c831;
  margin: 30px 0;
  opacity: 1;
}
.atc .product-name {
  font-weight: bold;
  color: black;
}
.atc .product-name:hover {
  font-weight: bold;
  color: #96c831;
}
.atc .total {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5em;
}
.atc .add-accessory-link {
  display: block;
  margin: 0.7em 0 0.7em 0;
  cursor: pointer;
  width: 122px;
  height: 36px;
  background: url("../img/added_to_cart.jpg");
}
.atc .accessories-title {
  font-weight: bold;
  margin: 20px 0 10px 0;
  font-size: 2em;
}
@media (min-width: 992px) {
  .atc .cart-label {
    display: none;
  }
  .atc .cart-labels {
    display: flex;
  }
}

.ci .cart-options select,
.ci .cart-options input {
  width: 100%;
}
.ci .cart-options .row {
  padding: 2px 0;
}
.ci .cart-title {
  padding: 10px 0;
}
.ci .cart-labels {
  font-weight: bold;
  margin-bottom: 10px;
}
.ci .cart-label {
  display: none;
}
.ci .cart-delete-button {
  display: none;
}
.ci .cart-delete-button-lg {
  display: none;
}
.ci .cart-product-name {
  font-weight: bold;
}
.ci .voucher-name,
.ci .discount-name {
  font-weight: bold;
}
.ci .hr {
  display: block;
  border-bottom: 2px solid #96c831;
  margin: 30px 0;
  opacity: 1;
}
.ci .hr-small {
  display: block;
  border-bottom: 1px solid #96c831;
  margin: 30px 0;
  opacity: 1;
}
.ci .cart-labels {
  display: none;
}
.ci .cart-label-section,
.ci .cart-label {
  display: block;
  font-weight: bold;
  padding: 20px 0 2px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #96c831;
}
.ci .total {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.5em;
}
.ci .fw-responsive {
  font-weight: normal;
}
@media (max-width: 992px) {
  .ci .fw-responsive {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .ci .cart-label-section {
    font-weight: normal;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .ci .cart-delete-button-md {
    display: none;
  }
  .ci .cart-delete-button-lg {
    display: inline;
  }
  .ci .cart-label {
    display: none;
  }
  .ci .cart-labels {
    display: flex;
  }
}

/* cpd = categories-product-default */
.cpd .product {
  border: 1px solid #ccc;
  margin: 10px 0;
  cursor: pointer;
}
.cpd .product:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cpd .product-info {
  background-color: #eee;
  padding: 10px;
}
.cpd .product:hover .product-info {
  background-color: #ddd;
}
.cpd .product-image {
  height: 200px;
}
.cpd .product-title {
  font-weight: bold;
  font-size: 1em;
  min-height: 60px;
}
.cpd .product-description {
  font-size: 13px;
  height: 100px;
}
.cpd .product-price {
  font-size: 13px;
  height: 60px;
  text-align: right;
}
.cpd .price-disclaimer {
  font-size: 10px;
  margin-top: 5px;
}
.cpd .price-disclaimer a {
  color: #666;
  text-decoration: none;
}
.cpd .price-disclaimer a:hover {
  text-decoration: underline;
}
.cpd .for-sale-standard-price {
  text-decoration: line-through;
}

.static-block img {
  max-width: 100%;
  height: auto;
}

#footer {
  background-image: url("../img/footer-bg.jpg");
}

#footer .container {
  padding: 20px 20px 0 20px;
  color: white;
}

#footer a {
  text-decoration: none;
  color: #96c831;
}

#footer a:hover {
  color: white;
}

#footer-bottom {
  background-color: #204635;
}

#footer-bottom .container {
  color: white;
  padding: 40px 20px;
}

#footer-bottom a {
  color: white;
  text-decoration: none;
}

#footer-bottom a:hover {
  color: #96c831;
}

.checkout-addresses .title,
.checkout-payment-and-shipping .title,
.checkout-check-and-pay .title {
  border-bottom: 2px solid #96c831;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.checkout-addresses .stepper,
.checkout-payment-and-shipping .stepper,
.checkout-check-and-pay .stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4rem 0;
}
.checkout-addresses .stepper a,
.checkout-payment-and-shipping .stepper a,
.checkout-check-and-pay .stepper a {
  text-decoration: none;
}
.checkout-addresses .step,
.checkout-payment-and-shipping .step,
.checkout-check-and-pay .step {
  flex: 1;
  text-align: center;
  position: relative;
}
.checkout-addresses .step:not(:last-child)::after,
.checkout-payment-and-shipping .step:not(:last-child)::after,
.checkout-check-and-pay .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  right: -50%;
  width: 100%;
  height: 2px;
  background-color: #dee2e6;
  z-index: 1;
}
.checkout-addresses .step.active:not(:last-child)::after,
.checkout-addresses .step.completed:not(:last-child)::after,
.checkout-payment-and-shipping .step.active:not(:last-child)::after,
.checkout-payment-and-shipping .step.completed:not(:last-child)::after,
.checkout-check-and-pay .step.active:not(:last-child)::after,
.checkout-check-and-pay .step.completed:not(:last-child)::after {
  background-color: #96c831;
}
.checkout-addresses .step-circle,
.checkout-payment-and-shipping .step-circle,
.checkout-check-and-pay .step-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #dee2e6;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
}
.checkout-addresses .step.active .step-circle,
.checkout-payment-and-shipping .step.active .step-circle,
.checkout-check-and-pay .step.active .step-circle {
  background-color: #96c831;
  color: white;
}
.checkout-addresses .step.completed .step-circle,
.checkout-payment-and-shipping .step.completed .step-circle,
.checkout-check-and-pay .step.completed .step-circle {
  background-color: #96c831;
  color: white;
}
.checkout-addresses .step-title,
.checkout-payment-and-shipping .step-title,
.checkout-check-and-pay .step-title {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
}
.checkout-addresses .step.active .step-title,
.checkout-payment-and-shipping .step.active .step-title,
.checkout-check-and-pay .step.active .step-title {
  font-weight: 600;
}

.checkout-addresses .shipping-address {
  display: none;
}

.checkout-check-and-pay .voucher-message.invalid {
  color: red;
}
.checkout-check-and-pay .voucher-message.valid {
  color: green;
}
.checkout-check-and-pay .cart-labels {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.checkout-check-and-pay .cart-label {
  display: block;
  font-weight: bold;
  padding: 20px 0 2px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #96c831;
}
.checkout-check-and-pay .hr-small {
  display: block;
  border-bottom: 1px solid #96c831;
  margin: 30px 0;
  opacity: 1;
}
.checkout-check-and-pay .total {
  font-weight: bold;
}
@media (min-width: 992px) {
  .checkout-check-and-pay .cart-labels {
    display: flex;
  }
  .checkout-check-and-pay .cart-label {
    display: none;
  }
}

@media (max-width: 767px) {
  .login .register {
    margin-top: 20px;
  }
}

/* Mobile Menu */
.mobile-nav {
  display: none;
  position: relative;
  top: -20px;
}

.mobile-nav button {
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-nav button i {
  font-size: 24px;
  color: white;
  transition: color 0.3s ease;
}

.mobile-nav-sidebar ul {
  list-style-type: none;
  padding: 0;
}

.mobile-nav-sidebar a {
  text-decoration: none;
}

.mobile-nav-close-link {
  background-color: #ccc !important;
}

.mobile-nav-is-toggled .mobile-nav-sidebar {
  transform: translateX(0);
  left: 0;
}

.mobile-nav-sidebar {
  display: flex;
  position: fixed;
  top: 0;
  left: -260px;
  width: 250px;
  height: 100vh;
  background-color: #eee;
  border-right: 1px solid #d0d0d0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s;
  box-shadow: 10px 0px 25px -15px rgb(0, 0, 0);
  z-index: 1000;
}

.mobile-nav-items {
  flex: 0 0 100%;
}

.mobile-nav-item {
  border-bottom: solid 1px black;
}

.mobile-nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: #eee;
  color: black;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
}

.mobile-nav-link.active {
  font-weight: bold;
}

.mobile-nav-sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #eee;
  transition: 0.3s;
  visibility: hidden;
}

.mobile-nav-sub-menu .mobile-nav-item {
  border-bottom: solid 1px black;
}

.mobile-nav-sub-menu .mobile-nav-link {
  background-color: #eee;
}

.mobile-nav-sub-menu .mobile-nav-back-link::after {
  content: "\f284";
  font-family: "bootstrap-icons";
}

.mobile-nav-back-link,
.mobile-nav-close-link,
.mobile-nav-sub-menu-link {
  display: flex;
  justify-content: space-between;
}

.mobile-nav-close-link::after {
  content: "\f659";
  flex: 0 1 auto;
  font-family: "bootstrap-icons";
}

.mobile-nav-sub-menu-link::after {
  content: "\f285";
  flex: 0 1 auto;
  font-family: "bootstrap-icons";
}

.mobile-nav-expand.active > .mobile-nav-sub-menu {
  transform: translateX(0);
  visibility: visible;
}

.desktop-nav-item {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  width: 100%;
  height: 100%;
  padding: 10px 10px 40px 10px;
  position: relative;
  top: 10px;
  white-space: nowrap;
}

.desktop-nav-item-separator {
  color: white;
  position: relative;
  top: 9px;
}

.desktop-nav-item.active,
.desktop-nav-item:hover {
  color: #96c831;
}

/* Desktop sub menu */
.desktop-dropdown-container {
  position: relative;
  top: 24px;
}

.desktop-dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e8e8e8;
  border: 1px solid #d0d0d0;
  box-shadow: 5px 10px 25px -15px rgb(0, 0, 0);
  z-index: 1000;
}

.desktop-dropdown a {
  text-decoration: none;
}

.desktop-dropdown-active {
  display: block;
}

.desktop-dropdown-content {
  width: 100%;
  padding: 15px;
}

.desktop-dropdown-content .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.desktop-dropdown-item {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  font-size: 14px;
  white-space: nowrap;
}

.desktop-dropdown-item:hover {
  background-color: #d0d0d0;
  color: #000;
}

a.desktop-nav-item-level-2 {
  font-size: 1.2em;
  display: block;
  color: black;
}

a.desktop-nav-item-level-2.active,
a.desktop-nav-item-level-3.active,
a.desktop-nav-item-level-2:hover,
a.desktop-nav-item-level-3:hover {
  color: green;
}

a.desktop-nav-item-level-3 {
  display: block;
  color: black;
  font-size: 0.8em;
}

.desktop-nav-item-level-2 img.icon {
  position: relative;
  top: -1px;
}

a.desktop-nav-item-level-2.active,
a.desktop-nav-item-level-3.active {
  font-weight: bold;
}

@media (max-width: 992px) {
  .mobile-nav {
    display: flex;
    justify-content: flex-end;
  }
  .desktop-nav {
    display: none;
  }
  .desktop-dropdown-container {
    display: none;
  }
}
.lfs-pagination a {
  text-decoration: none;
}

.portlet {
  margin-top: 10px;
  padding: 2px 8px 8px 8px;
  background-color: #f5f5f5;
}

.portlet-footer a {
  text-decoration: none;
}

.portlet .filter-title {
  margin-top: 12px;
  margin-bottom: 2px;
  font-weight: bold;
}

#portlet-filter.htmx-request {
  color: rgba(0, 0, 0, 0.3);
  position: relative;
}
#portlet-filter.htmx-request i {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
#portlet-filter.htmx-request::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 3px solid #96c831;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#portlet-filter {
  transition: opacity 0.3s ease;
}

@media (min-width: 1200px) {
  .portlet {
    display: block;
  }
}
.pid {
  padding-top: 20px;
}
.pid .product-title {
  padding-bottom: 20px;
  font-size: 2em;
}
.pid .main-image {
  border: 1px solid #eee;
  padding: 10px;
}
.pid .main-image {
  height: 400px;
}
.pid .main-image img {
  max-width: 100%;
  max-height: 100%;
}
.pid .sub-images {
  padding-bottom: 5px;
}
.pid .sub-images img {
  border: 1px solid #eee;
  padding: 10px;
  height: 60px;
  margin-top: 5px;
}
.pid .sub-images a {
  text-decoration: none;
}
.pid .product-box {
  background-color: #eee;
  padding: 24px;
}
.pid .deliverable {
  color: green;
  font-size: 13px;
}
.pid .not-deliverable {
  color: red;
  font-size: 0.8em;
}
.pid .standard-price {
  font-weight: bold;
  font-size: 2em;
}
.pid .for-sale-standard-price {
  text-decoration: line-through;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pid .for-sale-price {
  margin-bottom: 0;
}
.pid .for-sale-price-value {
  font-weight: bold;
  font-size: 2em;
}
.pid .price-disclaimer {
  font-size: 10px;
  margin-top: 5px;
}
.pid .price-disclaimer div,
.pid .price-disclaimer a {
  color: #666;
  text-decoration: none;
}
.pid .price-disclaimer a:hover {
  text-decoration: underline;
}
.pid .product-weight {
  font-size: 0.8em;
}
.pid .product-properties {
  width: 500px;
  padding-top: 10px;
}
.pid .properties-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.2rem 1rem;
  align-items: center;
}
.pid .cp-properties input,
.pid .cp-properties select {
  width: 200px;
}
.pid .cp-properties .property-row {
  margin: 4px 0;
}
.pid .property-label {
  white-space: nowrap;
  align-self: center;
}
.pid .shipping-information {
  padding-bottom: 10px;
}
.pid .shipping-free {
  color: green;
}
.pid .variants-title {
  padding-top: 20px;
  font-size: 1.2em;
}
.pid button.product-sample {
  width: 194px;
  padding: 10px;
}
.pid .bulk-prices {
  background-color: #204635;
  color: white;
  width: 194px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.pid .bulk-prices-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pid .bulk-prices .bulk-prices-title {
  font-weight: bold;
  font-size: 120%;
}
.pid .bulk-prices .bulk-prices-price {
  padding-top: 10px;
}
.pid .bulk-prices-popup {
  display: none;
}
.pid .bulk-prices-popup.active {
  display: block;
}
.pid .bulk-prices-popup-close {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ddd;
}
.pid .bulk-prices-popup-close::before {
  content: "\f659";
  padding-right: 5px;
  font-family: "bootstrap-icons";
  position: relative;
}
.pid .bulk-prices-popup {
  position: absolute;
  background-color: white;
  width: 420px;
  z-index: 1000;
  color: black;
  padding: 5px;
  border: 1px solid #bbb;
}
.pid .bulk-prices-popup table {
  width: 100%;
}
.pid .bulk-prices-popup th,
.pid .bulk-prices-popup td {
  padding: 5px;
  border: 1px solid #204635;
}
.pid .variants select {
  width: 100%;
}
@media (min-width: 768px) {
  .pid .variants select {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .pid .variants select {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .pid .variants select {
    width: 70%;
  }
}
.pid .product-tabs {
  padding-top: 20px;
}
.pid .tab-content {
  padding-top: 20px;
}
.pid .tab-content-title {
  padding-bottom: 10px;
}
.pid .product-accessories-labels {
  font-weight: bold;
}
.pid .product-accessory-label {
  display: none;
  font-weight: bold;
}
.pid .product-accessories hr {
  display: none;
}
@media (max-width: 575px) {
  .pid .product-accessories-labels {
    display: none;
  }
  .pid .product-accessory-label {
    display: block;
  }
  .pid .product-accessories hr {
    display: block;
    width: 95%;
    margin: 20px auto;
    color: #96c831;
  }
  .pid .bulk-prices-popup,
  .pid .product-samples-popup {
    display: block;
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: -550px;
    height: 100vh;
    width: 90%;
    background-color: #eee;
    border: 1px solid #d0d0d0;
    box-shadow: 5px 10px 25px -15px rgb(0, 0, 0);
    z-index: 1000;
  }
  .pid .bulk-prices-popup.active,
  .pid .product-samples-popup.active {
    left: 0;
  }
  .pid .bulk-prices-popup table {
    font-size: 0.9em;
  }
  .pid .popup-close {
    display: flex;
  }
}
@media (max-width: 768px) {
  .pid .product-info {
    padding-top: 20px;
  }
}
@media (min-width: 577px) {
  .pid .bulk-prices-popup-close {
    display: none;
  }
}

.add-review .label {
  padding-top: 10px;
}

.review {
  padding-top: 10px;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
  background: url(../img/star.png) left -1000px repeat-x;
}

.star-rating {
  position: relative;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  background-position: left top;
  width: 125px;
}

.star-rating li {
  display: inline;
}

.star-rating a,
.star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
  background-position: left bottom;
}

.star-rating .current-rating {
  z-index: 1;
  background-position: left center;
}

/* smaller star */
.small-star {
  width: 50px;
  height: 10px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating {
  background-image: url(../img/star_small.gif);
  line-height: 10px;
  height: 10px;
}

.average-rating {
  float: right;
  cursor: pointer;
}

.search a {
  color: black;
  text-decoration: none;
}
.search a:hover {
  color: #96c831;
}
.search .search-form {
  display: block;
  margin-bottom: 10px;
}
.search .product-image {
  height: 200px;
}
.search .product {
  border: 1px solid #ccc;
  margin: 10px 0;
  cursor: pointer;
}
.search .product:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.search .product-info {
  background-color: #eee;
  padding: 10px;
}
.search .product:hover .product-info {
  background-color: #ddd;
}
.search .product-image {
  height: 200px;
}
.search .product-title {
  font-weight: bold;
  font-size: 1em;
  min-height: 40px;
}
.search .product-description {
  font-size: 13px;
  height: 100px;
}
.search .product-price {
  font-size: 13px;
  height: 60px;
  text-align: right;
}
.search .price-disclaimer {
  font-size: 10px;
  margin-top: 5px;
}
.search .price-disclaimer a {
  color: #666;
  text-decoration: none;
}
.search .price-disclaimer a:hover {
  text-decoration: underline;
}

.shop {
  /* Shop-specific header styling */
  /* Responsive adjustments */
}
.shop .product {
  border: 1px solid #ccc;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.shop .product:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.shop .product-info {
  background-color: #eee;
  padding: 10px;
}
.shop .product-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.shop .product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.shop .product-title {
  font-weight: bold;
  min-height: 40px;
  margin-bottom: 10px;
}
.shop .product-description {
  font-size: 13px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 1em;
}
.shop .product-price {
  font-size: 13px;
  min-height: 60px;
  text-align: right;
}
.shop .product-price .for-sale-standard-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}
.shop .product-price .base-price {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
}
.shop .product-price .price-disclaimer {
  font-size: 10px;
  margin-top: 5px;
}
.shop .product-price .price-disclaimer a {
  color: #666;
  text-decoration: none;
}
.shop .product-price .price-disclaimer a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .shop .first-heading {
    font-size: 1.5rem;
  }
  .shop .cpd .product-image {
    height: 150px;
  }
  .shop .cpd .product-description {
    height: 80px;
  }
}

.swiper {
  max-width: 1320px;
  margin: 0 auto;
}

.swiper a {
  color: black;
}

.swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 2rem 4rem;
}

.slide-image {
  flex: 1 1 auto;
  max-width: 100%;
  height: auto;
}

.slide-text {
  flex: 1 1 200px;
}

.slide-text h2 {
  margin-top: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: black;
  font-size: 0.5rem;
}

.swiper-pagination-bullet-active {
  background-color: black;
}

@media (max-width: 768px) {
  .swiper-slide {
    flex-direction: column;
    padding: 2rem;
  }
}
@media (max-width: 992px) {
  .slide-image, .slide-text {
    max-width: 100%;
  }
}
.product-tabs {
  display: flex;
  justify-content: flex-start;
  margin-left: 16px;
  --underline-width: 170px;
  --underline-height: 6px;
  --underline-radius: 2px;
  --color-inactive: #96c831;
  --color-active: #9a9a9a;
  border-bottom: 0;
  gap: 2.2rem;
}

.product-tabs .nav-link {
  width: 150px;
  min-width: 150px;
  flex: none;
  text-align: left;
  position: relative;
  border: 0 !important;
  background: transparent;
  padding: 0.25rem 0 0.5rem;
  color: #333;
  font-weight: 600;
}

.product-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: var(--underline-width);
  height: var(--underline-height);
  background: var(--color-inactive);
}

.product-tabs .nav-link.active::after {
  background: var(--color-active);
}

.product-tabs .nav-link:hover {
  color: #000;
}

.product-tabs .nav-link,
.product-tabs .nav-link:hover,
.product-tabs .nav-link:focus {
  border-color: transparent !important;
}

@media (max-width: 480px) {
  .product-tabs {
    --underline-width: 120px;
  }
}

/*# sourceMappingURL=hig.css.map */
