/* Archive Product Page Styles */
.shop-hero {
    position: relative;
  }
  
  .shop-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: linear-gradient(to top, #ADFF60, transparent);
    pointer-events: none;
  }

    .shop-reviews {
    background: linear-gradient(to bottom, #ADFF60 0%, #ADFF60 10%, rgb(173 255 96 / 40%) 50%, transparent 80%) no-repeat bottom;
    background-size: 100% 160px;
    }

.category-style-h h4 {
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 124%;
    color: var(--new-green);
    font-family: "Biryani", Arial, Helvetica, sans-serif;
}

.wd-cat .wd-entities-title {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.wd-cat-inner.wrapp-category {
    background: #E8E8E8;
    padding: 12% 2px 12% 2px;
}
.category-grid-item .wd-cat-inner {
    border-radius: 8px;
}

.category-grid-item .wd-cat-thumb {
    mix-blend-mode: multiply;
}
.wd-cat img {
    width: 100%;
    min-height: 200px;
    padding-inline: 6px;
}

/* carusel products */




/* transform-hover effect*/
/* Apply a smooth transition to the product image */
.wd-cat-thumb img {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), filter 0.6s ease;
    will-change: transform, filter;
}

.wd-cat-inner:hover .wd-cat-thumb img {
    transform: scale(1.04)!important;
    filter: brightness(1.05);
}

.ajax-products-tab-volt .wd-nav-tabs[class*="wd-style-underline"] {
    --nav-color-hover: var(--new-green);
    --nav-color-active: var(--new-green);
}
.ajax-products-tab-volt .wd-nav-tabs.wd-style-underline .nav-link-text:after {
    background-color: #FF6082 !important;
    border-bottom: 4px solid var(--Volt-Pink-Dark, #FF6082);
}

/* from original file */
.wd-cat img {
    width: 100%
}
.wd-cat-inner {
    position: relative
}
.wd-cat-content {
    padding: 10px
}
:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-cat {
    --wd-prod-bg-sp: 15px
}

/* Reviews */ 
    .reviews-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    }
    .reviews-text {
    flex: inherit;
    text-wrap-style: pretty !important;
    text-align: center;
    color: #000;
    }
    .reviews-text strong {
        font-weight: 700;
    }
  
  .reviews-logos {
    flex: 0 0 auto;
    width: 280px;
    height: auto;
  }

  .reviews-logos img {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    }
  
  @media (min-width: 600px) {
    .reviews-text {
        flex: 0 0 auto;
        margin-right: 1rem;
    }
    .reviews-logos {
        margin-top: 0;
        width: 300px;
        height: auto;
    }
  }

/* Accordion Title Styling FOR CATEGORIES & FAQ "Did you know?"*/
.did-you-know .wd-accordion-title-text,
.did-you-know-faq .wd-accordion-title-text {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 5px;
    color: var(--new-green, #0F3F36);
    font-family: Biryani;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 19.8px */
    transition: inherit;
}

.did-you-know .wd-accordion.wd-style-default>.wd-accordion-item,
.did-you-know-faq .wd-accordion.wd-style-default>.wd-accordion-item {
    border-bottom: 1px solid var(--new-green, #0F3F36)!important;
}

.did-you-know .wd-accordion-opener,
.did-you-know-faq .wd-accordion-opener {
    color: var(--new-green, #0F3F36);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
}

/* Link Styling */
.did-you-know .wd-accordion-content a,
.did-you-know-faq .wd-accordion-content a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

/* FAQ-specific styles */
.did-you-know-faq .wd-accordion-content p {
    font-size: 14px;
    text-wrap-style: pretty;
}

@media screen and (min-width: 1024px) {
    .did-you-know-faq .wd-accordion-content p {
        font-size: 16px;
        padding-right: 30px;
        text-wrap-style: pretty;
    }
}

.did-you-know-faq .wd-accordion-title-text span:hover {
    color: var(--volt-pink-dark);
}

.did-you-know p, .did-you-know li, .did-you-know ul {
    color: var(--new-green, #0F3F36);
}
.did-you-know h3, .did-you-know-faq h3 {
    font-family: "Biryani", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--new-green, #0F3F36);
    text-align: center;
}

.did-you-know h4 {
    font-family: "Biryani", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 110%;
    color: var(--new-green, #0F3F36);
    text-align: center;
    margin-bottom: 12px;
}

/* Read More/Less Functionality for Features List */
.did-you-knowtext .read-more-container {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.did-you-knowtext .read-more-container.collapsed {
    max-height: 120px;
}

.did-you-knowtext .read-more-container.expanded {
    max-height: none;
}

.did-you-know .did-you-knowtext .read-more-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 76px; /* 120px - 44px for better fade */
    background: linear-gradient(to bottom, transparent, rgb(15 63 54 / 0%) 0%, var(--white) 100%);
    pointer-events: none;
    transition: opacity 0.4s ease;
    opacity: 1;
}

.did-you-know .did-you-knowtext .read-more-container.expanded .read-more-fade {
    opacity: 0;
}

.did-you-know .did-you-knowtext .read-more-link {
    display: block;
    color: var(--new-green, #0F3F36)!important;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 16px;
    transition: color 0.3s ease, margin-top 0.3s ease;
}

.did-you-know .did-you-knowtext .read-more-container.expanded + .read-more-link {
    margin-top: 8px;
}

.did-you-know .did-you-knowtext .read-more-link:hover {
    color: var(--volt-pink-dark);
}

.description-section .description-text strong.vahe-bold {
    display: block;
    margin: 0.8em 0 0.5em;
    line-height: 1.4;
}

.section.voltride-intro strong.vahe-bold {
    display: block;
    margin: 0.8em 0 0.5em;
    line-height: 1.4;
}

.did-you-know .did-you-knowtext {
    margin-bottom: 10px;
}

@media (max-width: 768.98px) {
    :is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-cat {
        --wd-prod-bg-sp: 10px
    }
    .wd-cat .wd-entities-title {
        font-size: 16px;
    }
    .shop-reviews {
        background: linear-gradient(to bottom, #ADFF60 0%, #ADFF60 10%, rgb(173 255 96 / 40%) 50%, transparent 80%) no-repeat bottom;
        background-size: 100% 200px;
        margin-top: -50px;
        padding-top: 7%;
    }
}