.sh-category-card > a > div {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .sh-category-card > a > div {
    padding: 5px;
  }
}
.sh-category-card > a > div > div > img {
  border: none;
}
.sh-category-card > a > div > div > div {
  border: none;
}
.sh-category-card > a > div:hover {
  border: 1px solid #e5e5e5 !important;
}
.sh-row-title-divider {
  display: none !important;
}

.sh-mini-banner-collection-card > a > div > div > div > svg {
  display: none !important;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display: none;
}
.sh-banner-collection-card > a > div > div > p {
  display: none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}

.sh-two-col-product-card {
  border: none;
  background: #f6f6f6;
  padding: 12px;
}
@media only screen and (max-width: 600px) {
  .sh-two-col-product-card {
    padding: 8px;
  }
}
.sh-two-col-product-card:hover {
  box-shadow: 1 0.25rem 0.25rem 0 #ececec;
}

.sh-two-col-product-card > a > div > div > img {
  border: none;
}
.sh-two-col-product-card > a > div > img {
  border: none;
}
.sh-product-card-name {
  text-align: center;
}
.sh-two-col-product-card > div {
  justify-content: center;
}
.sh-product-card-discount-tag {
  background-color: #9d0000;
  top: 8px;
  left: 8px;
  right: auto;
  border-radius: 6px;
}
.sh-two-col-product-card > div {
  justify-content: center;
}
.sh-two-col-product-card > div > div {
  justify-content: center;
  padding: 12px 28px 10px 28px;
}

.sh-prod-grid-collection-card > div > header {
  justify-content: flex-start;
}
.sh-prod-grid-collection-card > div > header {
  justify-content: flex-start;
}
.sh-prod-grid-collection-card > div > header > div > div > h5 {
  margin-left: 0px;
  margin-top: 0px;
}

.custom-html-logo-carousel-item img {
  width: 160px;
  animation: scroll 30s linear infinite;
  max-width: none;
}

.custom-html-logo-carousel-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
  align-items: center;
}

.custom-html-logo-carousel {
  padding: 60px 0px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}

@media (max-width: 600px) {
  .custom-html-logo-carousel-item img {
    width: 100px;
  }
  .custom-html-logo-carousel {
    padding: 30px 0px;
  }
}
.menu-bar .links {
  font-size: 20px;
}
.sub-menu-links {
  font-size: 20px !important;
}
.product-component-highlights-list {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  /* Adjust the condition as needed */
  .product-component-highlights-list {
    font-size: 17px !important;
  }
}

@media (max-width: 768px) {
  /* Adjust the condition as needed */
  .sh-product-highlights-list p {
    font-size: 16px !important;
  }
}
.sh-product-plus-minus-button {
  background-color: #3f753f;
  color: #fff;
  border: 1px solid #3f753f;

  fill: #fff;
}
.sh-product-plus-minus-button:hover {
  background-color: #3f753f;
  color: #fff;
  border: 1px solid #3f753f;

  fill: #fff;
}
.sh-product-plus-minus-button-div {
  color: #fff;
}
.sh-solid-button {
  border: 1px solid #3f753f !important;
  background-color: #3f753f;
  color: #ffffff;
}
.sh-solid-button:hover {
  background-color: #3f753f !important;
  color: #ffffff !important;
}
.sh-bottom-nav-main {
  background-color: #3f753f;
}
.sh-header-location-icon {
  fill: #000000 !important;
}
.sh-header-account-icon {
  stroke: #000000 !important;
}
.sh-header-cart-icon {
  stroke: #000000 !important;
  fill: none !important;
}
.sh-header-arrow-icon {
  fill: #000000 !important;
}
.sh-header-search-icon {
  stroke: #000000 !important;
}
.sh-header-cart-badge {
  background-color: #000;
  color: #ffffff;
}
.sh-header-main {
  background-color: #fff;
  color: #000;
}
.sh-footer-main {
  background-color: #327e32;
  color: #fff;
}
.sh-footer-icon {
  color: #fff;
}
.sh-header-mob-menu-icon {
  color: #000000 !important;
}
.swiper-button-next {
  display: none;
}
.swiper-button-prev {
  display: none;
}
.collection-image {
  width: 100%;
  border: 1px solid #ececec;
}
.order-items-divider-main:first-of-type + div,
.order-items-divider-main:first-of-type + div + hr {
  display: none;
}
.product-highlights-title
{
display: none;
}
<style>
.spec-dropdown {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 420px;
    margin: 10px 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
  }

  .spec-dropdown summary {
    list-style: none;
    cursor: pointer;
    padding: 10px 14px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
  }

  /* remove default arrow */
  .spec-dropdown summary::-webkit-details-marker {
    display: none;
  }

  /* custom arrow */
  .spec-dropdown summary::after {
    content: "▾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }

  .spec-dropdown[open] summary::after {
    content: "▴";
  }

  .spec-body {
    padding: 10px 14px 12px;
  }

  .spec-row {
    display: flex;
    gap: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.4;
  }

  .spec-label {
    font-weight: 700;
    white-space: nowrap;
  }

  .spec-label::after {
    content: " :";
  }

  .spec-value {
    flex: 1;
  }

  @media (max-width: 480px) {
    .spec-dropdown {
      max-width: 100%;
    }
    .spec-row {
      flex-direction: column;
    }
    .spec-label::after {
      content: "";
    }
  }
</style>
