@media (max-width: 1024px) {
    .wd-el-breadcrumbs.wd-nowrap-md {
        overflow-x: visible !important;
    }
}

.wd-show-product-gallery-wrap.wd-action-btn.wd-style-icon-bg-text.wd-gallery-btn > a:before {
    color: white;
}

.wd-show-product-gallery-wrap.wd-action-btn.wd-style-icon-bg-text.wd-gallery-btn .wd-action-icon:before {
    color: white !important;
}

/* border radius */
.vc_row.wpb_row.vc_inner.higlight-row-product {
    padding: 20px 0px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1.5px solid transparent;
    border-radius: 16px;
    background: linear-gradient(#F3F3F3, #F3F3F3) padding-box, /* Inner background */ linear-gradient(135deg, #1BB546, var(--volt-pink-dark)) border-box;
    box-shadow: -0.948px -0.948px 10px 0px rgba(18, 59, 29, 0.05), 1.897px 1.897px 10px 0px rgba(18, 59, 29, 0.12);
}

/* Product Price Display */
.volt-product-price {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Trustpilot Badge */.trustpilot-image-box {
    max-width: 260px;
}

/* links on product page */
div#p-description a,
.simple-product #tab-description a {
    color: var(--voltride-primary);
    text-decoration: underline;
}

div#p-description a:hover,
.simple-product #tab-description a:hover {
    color: var(--volt-pink-dark);
}

/* SVG map CSS */
.map-actions .v-icon {
    width: 64px;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
}


.svg-map-product img {
    width: 100%;
}

.map-actions {
    margin: 0px -5px !important;
}


.map-column .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner, .in-action-column .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
    background-color: var(--new-green);
    border-radius: 16px;
    padding-top: 5%;
}

.heading-map-actions h4 {
    font-family: Biryani;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -1.4px;
    color: var(--Power-Lime, #ADFF60);
    text-align: center;
    max-width: 560px;
    margin: auto;
    margin-bottom: 24px;
}

.in-action-column .sisu-txt {
    color: var(--New-Light, #D8FFB4);
    text-align: center;
    font-family: Biryani;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: var(--letter-spacing-body);
    max-width: 560px;
    text-wrap-style: balance;
    margin: auto;
    margin-bottom: 24px;
}

.in-action-column .text-bold {
    color: var(--New-Light, #D8FFB4);
    text-align: center;
    font-family: Biryani;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: var(--letter-spacing-body);
}

.in-action-txt {
    color: var(--new-green, #0F3F36);
    text-align: center;
    font-family: Shrikhand;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -1.1px;
    background-color: var(--power-lime);
    margin: auto;
    width: 246px;
    height: 92px;
    transform: rotate(-15deg);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px;
    margin-bottom: 54px !important;
    margin-top: 26px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
}

/* Videod tagasiside */ 
span.wd-el-video-play-label {
    position: absolute;
    bottom: 5px;
    padding: 8px;
    line-height: 90%;
    color: var(--new-green);
}

.wd-el-video-play-btn {
    font-size: 70px;
}
.wd-el-video-play-btn:after {
    content: '';
    position: absolute;
    inset: 0;
    border: min(1.04em, 50px) solid var(--volt-pink-dark);
    opacity: .4;
    border-radius: 50%;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.wd-el-video-play-btn:before {
    display: none;
}
.wd-el-video-play-btn:after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/wp-content/themes/woodmart-child/svg-icons/volt-play.svg") no-repeat center center;
    background-size: contain;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.wd-el-video.wd-action-play .wd-el-video-btn .wd-el-video-play-btn:after,.wd-el-video.wd-action-overlay .wd-el-video-play-btn:after {
    opacity: .75;
}
.wd-el-video.wd-action-play .wd-el-video-btn:hover .wd-el-video-play-btn:after,.wd-el-video.wd-action-overlay:hover .wd-el-video-play-btn:after {
    opacity: .95!important;
}

div#p-description .wd-el-video-overlay::after {
    height: 10% !important;
    background: linear-gradient(to top, rgba(173, 255, 47, 0.1) 0%, rgba(173, 255, 47, 0) 100%) !important;
}

@media (min-width: 767px) {
  .wd-el-video-overlay {
    position: relative;
    display: inline-block;
  }
  .wd-popup.wd-with-video {
    --wd-popup-width: 1600px!important;
}
}
  .wd-el-video-overlay img {
    display: block;
    width: 100%;
    height: auto;
  }
  .wd-el-video-overlay::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0 !important; 
    top: auto !important;   
    height: 30% !important;
    background: linear-gradient(
      to top,
      rgba(173, 255, 47, 0.8) 0%,
      rgba(173, 255, 47, 0) 100%
    )!important;
    pointer-events: none;
    z-index: 2;
  }
  /* On hover, darken the gradient */
.wd-el-video:hover .wd-el-video-overlay::after {
    background: linear-gradient(
      to top,
      rgba(173, 255, 47, 0.96) 0%,
      rgba(0, 0, 0, 0)
    );
  }

/* Override the default Woodmart amount color */
.volt-product-price .price-amount .amount {
    color: inherit;
}

.volt-product-price .price-badges {
    display: flex;
    gap: 10px;
    align-items: center;
}

.volt-product-price .price-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

.volt-product-price .price-amount {
    color: var(--new-green);
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
}

/* Remove space between currency and amount */
.volt-product-price .woocommerce-Price-amount {
    white-space: nowrap;
}
.volt-product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 0;
}

.volt-product-price .price-amount.sale-price {
    color: var(--sales-red);
}

.volt-product-price .regular-price {
    color: var(--grey-3);
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    text-decoration: line-through;
}

.volt-product-price .regular-price .amount {
    color: inherit;
    font-weight: inherit;
}

.volt-save-amount .woocommerce-Price-amount.amount {
    color: var(--sales-light-red);
    margin-inline-start: 4px;
}

/* Hide stock status on sticky footer area */
p.stock.in-stock.wd-style-default {
    display: none;
}

/* Product Features */
.volt-product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.feature-badge {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    background: var(--new-light-green);
    color: var(--new-green);
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    white-space: nowrap;
}

.feature-badge.tested {
    background: var(--sales-light-red);
    color: var(--sales-red);
}

.feature-badge.stock-low {
    background: var(--outlet-light, #FFE4CB);
    color: var(--outlet, #FF7816);
}

.feature-badge.out-of-stock {
    background: var(--sales-light-red, #FFC3C3);
    color: var(--sales-red, #B1292B);
}

.feature-badge img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.volt-product-compatible-tags {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.volt-product-compatible-tags__label {
    color: var(--new-green);
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.volt-product-compatible-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.volt-product-compatible-tags__tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 100px;
    background: var(--new-light-green);
    color: var(--new-green);
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
}

/* Sale Badge */
.volt-sale-badge {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--sales-red);
    color: var(--sales-light-red);
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 600;
    line-height: 110%;
    white-space: nowrap;
}

.volt-save-amount {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--sales-red);
    color: var(--sales-light-red);
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 600;
    line-height: 110%;
    white-space: nowrap;
}

/* Voltride main description area */ 
.product-description {
    border-radius: 16px;
}

div#p-description {
    margin-left: 0px;
    margin-right: 0px;
}

.product-description h3 {
    color: var(--new-light-green);
    font-weight: 900;
    line-height: 1.1;
}
.product-description p {
    color: var(--new-light-green);
    font-weight: 300;
    line-height: 1.6;
}

.simple-product #tab-description {
    background-color: var(--new-green);
    border-radius: var(--radius-16, 16px);
    padding: 32px 24px;
}

.simple-product #tab-description > :first-child {
    margin-top: 0;
}

.simple-product #tab-description > :last-child {
    margin-bottom: 0;
}

.simple-product #tab-description h2 {
    color: var(--new-light-green);
    font-weight: 900;
    line-height: 1.1;
}

.simple-product #tab-description h3,
.simple-product #tab-description h4,
.simple-product #tab-description h5 {
    color: var(--new-light-green);
}

.simple-product #tab-description h3 {
    font-weight: 800;
}

.simple-product #tab-description h3 strong,
.simple-product #tab-description h3 b {
    font-weight: inherit;
}

.simple-product #tab-description p,
.simple-product #tab-description ul,
.simple-product #tab-description li {
    color: var(--new-light-green);
    font-weight: 300;
    line-height: 1.6;
}

.simple-product #tab-description strong,
.simple-product #tab-description b {
    color: var(--voltride-primary);
    font-weight: 500;
}

.simple-product #tab-description em,
.simple-product #tab-description i {
    font-style: italic;
}

h4.info-box-title.title {
    color: var(--new-light-green);
}
.info-box-icon img {
    border-radius: 8px;
}

.features-list ul {
    color: var(--new-light-green);
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.6;
    margin-bottom: 6px;
}
.features-list ul li {
    margin-bottom: 1rem;
}

.ps-text p strong {
    color: var(--voltride-primary);
}

.dec-image {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
    pointer-events: none;
}

.vc_row.volt-gallety {
    max-width: 1400px;
    margin: 0 auto;
}
.volt-feat-gallery {
    max-width: 1400px;
    margin: 0 auto;
}

/* Product features center info box title */
.centered-htxt h4.info-box-title.title {
    text-align: center;
}
@media (max-width: 767px) {
    .centered-htxt .wd-fontsize-m {
        font-size: 15px;
    }
}
/* Product features center info box title OUT*/

/* why buy icon list */ 
.why-buy-icon-list {
    list-style: none;
    padding: 0;
    max-width: 390px;
    margin: auto;
    margin-top: 3%;
}
  
  .why-buy-icon-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-family: Biryani;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0.28px;
    color: var(--new-green);
}
  
  .why-buy-icon-list li img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    max-width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
  }


/* Product CTA Area */

.bigger-cta-heading {
    padding-bottom: 2%;
}
.bigger-cta-heading h4 {
    color: var(--new-light-green);
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    margin: 0 auto;
    max-width: 820px;
}
.bigger-cta-heading p {
    color: var(--new-light-green);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .bigger-cta-heading h4 {
        font-size: 22px!important;
    }
}

@media (min-width: 767px) {
.product-description h3 {
    color: var(--new-light-green);
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 16px !important;
}

.product-description p {
    color: var(--new-light-green);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.product-description p strong, .product-description p b {
    font-weight: 500;
    color: var(--voltride-primary);
}

.simple-product #tab-description {
    padding: 60px 100px;
}

.simple-product #tab-description h2 {
    color: var(--new-light-green);
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 16px !important;
}

.simple-product #tab-description p,
.simple-product #tab-description ul,
.simple-product #tab-description li {
    color: var(--new-light-green);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.vc_row.wpb_row.vc_inner.inside-dec-row {
    padding: 20px 100px;
}
.wd-info-box .info-box-content {
    padding: 8px 20px;
}
.wd-carousel-container {
    width: calc(100% - 10vw);
    margin: 0 auto;
}
.wpb_column.left-text-product.vc_column_container {
    padding-right: 5vw!important;
}
}


@media screen and (max-width: 767px) {
    .wpb_single_image.dec-image {
        margin-bottom: 0px;
    }

            .wd-carousel-item.product-thumb-ppp {
                background: #E8E8E8;
            }
            .wd-carousel-wrap.cool-thumb-ppp {
                column-gap: 5px;
                margin-left: 7px;
                width: 93%;
            }
            .wd-carousel-item.product-thumb-ppp.wd-slide-visible {
                border-radius: 6px;
            }

            .wpb_column.product-gal-column {
                padding: 0px !important;
            }
            .product-gal-column .woocommerce-product-gallery .woocommerce-product-gallery__image {
                border-radius: 16px;
            }

            /* DOTS */
            .product-gal-column .wd-action-btn.wd-style-icon-bg-text {
                display: none;
            }
            .product-gal-column .wd-nav-pagin li {
                position: static;
                cursor: pointer;
            }
            .product-gal-column .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
                border-color: var(--new-green, #0F3F36);
                background-color: var(--new-green, #0F3F36);
            }

            .product-gal-column .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
                display: inline-flex            ;
                width: var(--wd-pagin-size, 12px);
                height: var(--wd-pagin-size, 12px);
                background-color: transparent;
                border: var(--wd-pagin-brd, 2px solid) var(--new-green, #0F3F36);
                border-radius: var(--wd-pagin-radius, var(--wd-pagin-size, 10px));
                transition: all 0.2s ease;
            }
            .product-gal-column .wd-dynamic > .wd-nav-pagin {
                overflow: visible;
            }





}

/* Sticky Product Tabs Navigation - Desktop Only */
@media (min-width: 768px) {
    .wd-nav-wrapper {
        position: relative;
        z-index: 100;
    }

    .wd-nav-tabs-wrapper {
        transition: all 0.3s ease;
    }

    /* Only apply styles when sticky */
    .wd-nav-tabs-wrapper.is-sticky {
        position: sticky;
        top: 0;
        z-index: 100;
        width: 100%;
        padding: 15px 0;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

    /* Add a pseudo-element for the full-width background */
    .wd-nav-tabs-wrapper.is-sticky:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100vw;
        right: -100vw;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
        z-index: -1;
    }

    /* Keep the nav centered */
    .wd-nav-tabs-wrapper.is-sticky .wd-nav {
        display: flex;
        justify-content: center;
        gap: 32px;
    }
}

/* ================================================
   About brand in product page
   ================================================ */
   .about-brand .wpb_text_column.wpb_content_element {
   margin-bottom: 0px;
   }
   .about-brand.vc_row, .warnings.vc_row  {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }

   .about-brand {
    background-color: var(--blue-light);
    padding: 3%;
    border-radius: var(--radius-16);
    }


.about-brand h2 {
    color: var(--new-green);
    font-family: Biryani;
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: 112%;
    margin-bottom: 26px!important;   
}
.about-brand h3 {
    color: var(--new-green);
    font-family: Biryani;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.05em;
    margin-bottom: 16px;
}
.about-brand h4 {
    color: var(--new-green);
    font-family: Biryani;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 12px;
}

.about-brand p {
    color: var(--new-green);
    font-family: Biryani;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .about-brand h2 {
        font-size: 42px;
    }
}

.about-brand h3,
.about-brand h4,
.about-brand h5,
.about-brand h6,
.about-brand p {
    color: var(--new-green);
}

.about-brand .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: var(--new-green);
    background-color: var(--new-green);
}

.about-brand a {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-offset: 2px;
}

.about-brand a:hover {
    color: var(--new-green);
}
