/* EV pages — minimal overrides on Sunvine theme */

/* Top image banner */
.ev-image-banner {
    padding-top: 20px;
    padding-bottom: 0;
    overflow: visible;
}

.ev-image-banner-wrap {
    position: relative;
}

.ev-image-banner-inner {
    position: relative;
    background: transparent;
    line-height: 0;
}

.ev-banner-slider {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0 !important;
    overflow: clip;
    height: clamp(320px, 48vw, 560px) !important;
    touch-action: pan-y;
}

.ev-banner-slider .swiper-wrapper,
.ev-banner-slider .swiper-slide {
    touch-action: pan-y;
}

.ev-banner-slider .swiper-slide {
    height: 100% !important;
    margin: 0;
}

.ev-banner-slider .swiper-wrapper {
    margin: 0;
    height: 100% !important;
}

.ev-banner-img {
    width: 100%;
    height: clamp(320px, 48vw, 560px);
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    vertical-align: top;
}

.ev-banner-slider .ev-banner-img {
    height: 100%;
}

.ev-banner-slide {
    position: relative;
    line-height: 0;
    background: #191e00;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.ev-banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(90deg, rgba(25, 30, 0, 0.88) 0%, rgba(25, 30, 0, 0.55) 45%, rgba(25, 30, 0, 0.15) 100%);
    z-index: 2;
    line-height: normal;
}

.ev-banner-overlay .container {
    width: min(640px, 100%);
    max-width: 640px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 24px;
}

.ev-banner-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--sunvin-global-color);
    margin-bottom: 14px;
}

.ev-banner-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px;
}

.ev-banner-title .sunvin-global-color {
    color: var(--sunvin-global-color);
}

.ev-banner-desc {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 24px;
    max-width: 520px;
}

/* Dots outside the rounded image container */
.ev-image-banner-wrap > .swiper-pagination,
.ev-image-banner .swiper-pagination {
    position: static !important;
    width: 100% !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 3;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
}

.ev-image-banner .swiper-pagination-bullet {
    background: #191e00;
    opacity: 0.3;
    margin: 0 !important;
    width: 8px;
    height: 8px;
}

.ev-image-banner .swiper-pagination-bullet-active {
    background: var(--sunvin-global-color);
    opacity: 1;
}

/* Uniform section spacing */
.ev-page .ev-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ev-page .award-section-two.ev-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Hero + Our Range share the same gray band — don't stack padding */
.ev-page .about-section-two.ev-section {
    padding-bottom: 0;
}

.ev-page .ev-range-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.ev-page .ev-range-section .sunvin-heading-subheading {
    margin-bottom: 2rem !important;
    padding-bottom: 0 !important;
}

.ev-page .ev-range-section .ev-features-grid {
    margin-bottom: 0;
}

.ev-page #ev-products {
    margin-top: 0;
}

/* Hero photo panel */
.ev-hero-panel {
    background-color: #191e00;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

.ev-hero-photo {
    background-size: cover;
    background-position: center;
}

.ev-hero-photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.ev-hero-product-img {
    position: relative;
    z-index: 2;
    max-width: 240px;
    width: 70%;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

/* Award showcase — floating button, no white corner cutout */
.ev-page .sunvin-award-box-style-1 .sunvin-awardbox-wrapper {
    border-radius: 30px;
    overflow: hidden;
}

.ev-page .sunvin-award-box-style-1 .sunvin-shape-wraper {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    bottom: 18px;
    right: 18px;
    left: auto;
    top: auto;
}

.ev-page .sunvin-award-box-style-1 .sunvin-awardbox-wrapper:hover .sunvin-shape-wraper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ev-page .sunvin-award-box-style-1 .sunvin-shape-wraper .sunvin-shape-wraper-inner {
    background: transparent !important;
    border-radius: 0;
    padding: 0;
}

.ev-page .sunvin-award-box-style-1 .sunvin-shape-wraper a::before,
.ev-page .sunvin-award-box-style-1 .sunvin-shape-wraper a::after {
    display: none !important;
    content: none !important;
}

.ev-page .sunvin-award-box-style-1 .sunvin-award-btn .sunvin-button-inner {
    display: block;
    width: 48px;
    height: 48px;
}

.ev-page .sunvin-award-box-style-1 .sunvin-award-btn .sunvin-button-icon {
    display: block;
    width: 48px;
    height: 48px;
}

.ev-page .sunvin-award-box-style-1 .sunvin-award-btn .sunvin-button-icon::before {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    right: auto;
    top: auto;
    left: auto;
    font-size: 16px;
    background-color: var(--sunvin-global-color) !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.ev-page .sunvin-award-box-style-1 .sunvin-awardbox-wrapper:hover .sunvin-award-btn .sunvin-button-icon::before {
    background-color: var(--sunvin-global-color) !important;
    color: #000000 !important;
}

/* Lime panel CTA — always visible, dark olive */
.ev-award-cta-btn {
    background-color: #191e00 !important;
    border-color: #191e00 !important;
}

.ev-award-cta-btn .sunvin-button-text {
    color: #fff !important;
}

.ev-award-cta-btn:hover {
    background-color: #2a3010 !important;
    border-color: #2a3010 !important;
}

.ev-award-cta-btn .sunvin-button-text:before {
    background-color: var(--sunvin-global-color) !important;
    color: #000000 !important;
}

/* Product tabs */
.ev-product-tabs {
    gap: 10px;
}

.ev-product-tabs .nav-link {
    border: 1px solid #dce2d0;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--sunvin-blackish-color);
    background: var(--sunvin-light-color);
    transition: all 0.25s ease;
    margin: 0 4px 8px;
}

.ev-product-tabs .nav-link:hover {
    border-color: var(--sunvin-global-color);
}

.ev-product-tabs .nav-link.active {
    background: var(--sunvin-global-color);
    border-color: var(--sunvin-global-color);
    color: #fff;
}

/* Product rows — image-led editorial layout */
.ev-products-list {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.ev-product-card {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
    min-height: 0;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    text-decoration: none;
    color: inherit;
    border: none;
    gap: 0;
    transition: transform 0.3s ease;
}

.ev-product-card--reverse {
    grid-template-columns: 0.85fr 1.15fr;
}

.ev-product-card--reverse .ev-product-card-img {
    order: 2;
}

.ev-product-card--reverse .ev-product-card-body {
    order: 1;
}

.ev-product-card:hover {
    transform: none;
    box-shadow: none;
    color: inherit;
    text-decoration: none;
}

.ev-product-card-img {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    padding: 0;
    aspect-ratio: 16 / 11;
    min-height: 0;
    border-radius: 28px;
}

.ev-product-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.55s ease;
}

.ev-product-card:hover .ev-product-card-img img {
    transform: scale(1.05);
}

.ev-product-card-body {
    width: 100%;
    padding: 28px 8px 28px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    background: transparent;
    border: none;
}

.ev-product-card--reverse .ev-product-card-body {
    padding: 28px 40px 28px 8px;
}

.ev-product-card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ev-product-card-body .ev-meta-series {
    margin-bottom: 8px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: var(--sunvin-global-color);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ev-product-card-body h4 {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 600;
    color: var(--sunvin-heading-color);
    margin: 0 0 14px;
    line-height: 1.25;
}

.ev-product-card-body .ev-meta-badge {
    margin-bottom: 14px;
}

.ev-product-card-body p {
    font-size: 0.95rem;
    color: var(--sunvin-body-typography-color);
    line-height: 1.65;
    margin: 0 0 16px;
    max-width: 38em;
}

.ev-product-card-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.ev-product-card-points li {
    position: relative;
    padding-left: 18px;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--sunvin-blackish-color);
}

.ev-product-card-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sunvin-global-color);
}

.ev-product-card-foot {
    display: none;
}

.ev-view-link {
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    background: var(--sunvin-global-color);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 50px;
    width: fit-content;
    transition: background 0.25s ease, transform 0.25s ease;
}

.ev-product-card:hover .ev-view-link {
    color: #fff;
    background: #191e00;
    transform: translateX(3px);
}

/* Compact stacked cards (related products grid) */
.ev-product-card--stack,
.ev-products-grid .ev-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    background: var(--sunvin-white-color);
    border: 1px solid #e3e7dc;
    border-radius: 20px;
    overflow: hidden;
    gap: 0;
}

.ev-product-card--stack .ev-product-card-img,
.ev-products-grid .ev-product-card-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    min-height: 0;
    order: 0;
    border-radius: 0;
}

.ev-product-card--stack .ev-product-card-body,
.ev-products-grid .ev-product-card-body {
    width: 100%;
    padding: 18px 18px 20px;
    gap: 14px;
    justify-content: flex-start;
}

.ev-product-card--stack .ev-product-card-body .ev-meta-series,
.ev-products-grid .ev-product-card-body .ev-meta-series {
    margin-bottom: 6px;
}

.ev-product-card--stack .ev-product-card-body h4,
.ev-products-grid .ev-product-card-body h4 {
    font-size: 1.05rem;
    margin: 0 0 10px;
}

.ev-product-card--stack .ev-view-link,
.ev-products-grid .ev-view-link {
    padding: 8px 16px;
    font-size: 0.8rem;
}

.ev-product-card--stack .ev-product-card-foot,
.ev-products-grid .ev-product-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    width: 100%;
    padding-top: 0;
    border-top: none;
}

.ev-product-card--stack .ev-product-card-foot .ev-view-link,
.ev-products-grid .ev-product-card-foot .ev-view-link {
    background: transparent;
    color: var(--sunvin-heading-color);
    padding: 0;
    border-radius: 0;
}

.ev-product-card--stack:hover .ev-product-card-foot .ev-view-link,
.ev-products-grid .ev-product-card:hover .ev-product-card-foot .ev-view-link {
    color: var(--sunvin-global-color);
    background: transparent;
    transform: none;
}

.ev-meta-badge {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    align-self: flex-start;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: var(--sunvin-global-color);
    color: #fff;
    text-transform: none;
    white-space: nowrap;
}

.ev-meta-series {
    font-size: 0.72rem;
    color: var(--sunvin-blackish-color);
    background: var(--sunvin-light-color);
    padding: 4px 12px;
    border-radius: 50px;
}

/* Product detail page */
.ev-about-visual {
    background: #191e00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    min-height: 100%;
    border-radius: 30px;
}

.ev-about-visual img {
    max-width: 280px;
    width: 100%;
    object-fit: contain;
}

.ev-product-visual img {
    max-width: 320px;
}

.ev-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.ev-use-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}

.ev-use-tag {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    background: var(--sunvin-light-color);
    color: var(--sunvin-blackish-color);
    border: 1px solid #dce2d0;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: anywhere;
}

.ev-spec-panel {
    padding: 32px 36px 36px;
    background: #fff;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.ev-spec-block {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e8ebe4;
}

.ev-spec-section-title,
.ev-spec-variant-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--sunvin-global-color);
    margin: 0 0 14px;
    line-height: 1.35;
}

.ev-spec-variants {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ev-spec-variant {
    background: #f0f3f6;
    border-radius: 16px;
    padding: 18px 16px;
}

.ev-spec-list {
    margin: 0;
    display: grid;
    gap: 10px;
}

.ev-spec-row {
    display: grid;
    gap: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ev-spec-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ev-spec-row dt {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #6b7280;
    margin: 0;
}

.ev-spec-row dd {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--sunvin-heading-color);
    margin: 0;
    line-height: 1.4;
}

.ev-spec-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ev-spec-item {
    background: #f0f3f6;
    border-radius: 12px;
    padding: 12px 14px;
}

.ev-spec-item dt {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #6b7280;
    margin: 0 0 4px;
}

.ev-spec-item dd {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--sunvin-heading-color);
    margin: 0;
    line-height: 1.4;
}

/* Legacy table styles kept unused */
.ev-spec-table {
    display: none;
}

/* EV pages — responsive layout
   Use clip (not hidden) so we don't create a nested scroll container
   that eats the first wheel/trackpad scroll. */
.ev-page {
    overflow-x: clip;
    overflow-y: visible;
}

.ev-page.px-8,
.ev-page .px-8,
.ev-image-banner.px-8 {
    padding-left: clamp(12px, 2.5vw, 24px);
    padding-right: clamp(12px, 2.5vw, 24px);
}

.ev-br-desktop {
    display: inline;
}

.ev-page .SecRounded {
    border-radius: clamp(18px, 3vw, 30px);
}

.ev-page .award-section-two .sunvin-left-col {
    padding-right: 30px;
}

.ev-page .award-section-two .sunvin-award-title {
    width: auto;
    max-width: 100%;
}

.ev-page .award-section-two .sunvin-right-col {
    min-height: 0;
}

.ev-page .about-two-left-bg {
    min-height: 100%;
}

.ev-page .sunvin-breadcrumb-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 0;
}

.ev-features-grid .sunvin-miconheading-style-1,
.ev-features-grid .sunvin-ihbox-style-1 {
    height: 100%;
}

@media (max-width: 1199.98px) {
    .ev-page .ev-section,
    .ev-page .award-section-two.ev-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .ev-page .about-section-two.ev-section {
        padding-bottom: 0;
    }

    .ev-page .ev-range-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .ev-page .award-section-two .sunvin-left-col {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .ev-page .award-section-two .sunvin-right-col {
        padding: 34px 30px;
    }

    .ev-page .award-section-two .sunvin-award-title {
        font-size: 1.35rem;
        line-height: 1.35;
    }

    .ev-page .about-two-right-box {
        padding: 48px 36px;
    }
}

@media (max-width: 991.98px) {
    .ev-hero-panel {
        min-height: 300px;
    }

    .ev-hero-product-img {
        max-width: 200px;
    }

    .ev-image-banner {
        padding-top: 16px;
    }

    .ev-banner-overlay .container {
        padding-left: 28px;
        width: min(100%, 560px);
        max-width: 560px;
    }

    .ev-banner-slider {
        height: clamp(300px, 55vw, 440px) !important;
    }

    .ev-banner-img {
        height: clamp(300px, 55vw, 440px);
    }

    .ev-banner-slider .ev-banner-img {
        height: 100%;
    }

    .ev-banner-slide {
        border-radius: 22px;
    }

    /* Stack list cards earlier so tablet doesn't crunch content */
    .ev-products-list .ev-product-card,
    .ev-products-list .ev-product-card--reverse {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
    }

    .ev-products-list .ev-product-card-img,
    .ev-products-list .ev-product-card--reverse .ev-product-card-img {
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
        order: -1;
    }

    .ev-products-list .ev-product-card-body,
    .ev-products-list .ev-product-card--reverse .ev-product-card-body {
        width: 100%;
        padding: 22px 4px 8px;
        gap: 18px;
        order: 0;
    }

    .ev-products-list .ev-product-card-body h4 {
        font-size: 1.3rem;
    }

    .ev-products-list .ev-product-card-points li:nth-child(n+4) {
        display: none;
    }

    .ev-spec-panel {
        padding: 24px 20px;
    }

    .ev-spec-variants {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ev-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ev-page .about-two-right-box {
        padding: 40px 28px;
    }

    .ev-page .WhyUs {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ev-product-tabs {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding-bottom: 6px;
        margin-left: -4px;
        margin-right: -4px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .ev-product-tabs .nav-item {
        flex: 0 0 auto;
    }

    .ev-product-tabs .nav-link {
        white-space: nowrap;
        margin: 0 6px 0 0;
    }
}

@media (max-width: 767.98px) {
    .ev-br-desktop {
        display: none;
    }

    .ev-page .ev-section,
    .ev-page .award-section-two.ev-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ev-page .about-section-two.ev-section {
        padding-bottom: 0;
    }

    .ev-page .ev-range-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .ev-page .about-two-right-box {
        padding: 32px 22px;
    }

    .ev-products-list {
        gap: 40px;
    }

    .ev-products-list .ev-product-card-img {
        aspect-ratio: 16 / 10;
    }

    .ev-products-list .ev-product-card-body {
        padding: 18px 2px 4px;
    }

    .ev-products-list .ev-product-card-body h4 {
        font-size: 1.1rem;
        margin: 10px 0 8px;
    }

    .ev-products-list .ev-product-card-body p {
        font-size: 0.88rem;
        margin-bottom: 12px;
    }

    .ev-products-list .ev-product-card-points li {
        font-size: 0.8rem;
    }

    .ev-products-list .ev-product-card-points li:nth-child(n+3) {
        display: none;
    }

    .ev-product-card--stack .ev-product-card-img,
    .ev-products-grid .ev-product-card-img {
        aspect-ratio: 16 / 10;
    }

    .ev-meta-badge {
        white-space: normal;
        font-size: 0.68rem;
        line-height: 1.3;
        max-width: 100%;
    }

    .ev-product-meta {
        width: 100%;
        max-width: 100%;
    }

    .ev-meta-series {
        max-width: 100%;
        white-space: normal;
    }

    .ev-use-tags {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .ev-use-tag {
        width: 100%;
        text-align: center;
        font-size: 0.82rem;
        padding: 10px 14px;
        border-radius: 12px;
    }

    .ev-hero-panel {
        min-height: 260px;
        border-radius: 22px;
    }

    .ev-hero-product-img {
        max-width: 180px;
    }

    .ev-page .award-section-two .sunvin-right-col {
        padding: 28px 22px;
    }

    .ev-page .award-section-two .sunvin-award-title {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .ev-page .award-section-two .sunvin-award-box-desc {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .ev-page .sunvin-breadcrumb {
        margin-bottom: 1rem !important;
    }

    .ev-page .sunvin-breadcrumb-inner {
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .ev-page .sunvin-breadcrumb-inner .current-item {
        word-break: break-word;
    }

    .ev-use-tag {
        width: 100%;
        text-align: center;
        font-size: 0.8rem;
        padding: 10px 14px;
        border-radius: 12px;
    }

    .ev-banner-desc {
        font-size: 0.92rem;
        margin-bottom: 20px;
    }

    .ev-banner-overlay .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .ev-spec-variants {
        grid-template-columns: 1fr;
    }

    .ev-spec-grid {
        grid-template-columns: 1fr;
    }

    .ev-page .about-two-right-box .d-flex.flex-wrap.gap-3 {
        gap: 12px !important;
    }

    .ev-product-card-foot {
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .ev-page .ev-section,
    .ev-page .award-section-two.ev-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .ev-page .about-section-two.ev-section {
        padding-bottom: 0;
    }

    .ev-page .ev-range-section {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .ev-spec-panel {
        padding: 18px 14px;
    }

    .ev-spec-block {
        margin-top: 20px;
        padding-top: 18px;
    }

    .ev-hero-panel {
        min-height: 220px;
    }

    .ev-hero-product-img {
        max-width: 150px;
        width: 58%;
    }

    .ev-products-list .ev-product-card-img,
    .ev-product-card--stack .ev-product-card-img,
    .ev-products-grid .ev-product-card-img {
        aspect-ratio: 4 / 3;
    }

    .ev-page .about-two-right-box {
        padding: 24px 16px;
    }

    .ev-page .about-two-right-box .sunvin-heading-subheading .sunvin-title {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .ev-page .about-two-right-box .list-group.style-2 .list-group-item {
        padding-left: 0;
        padding-right: 0;
    }

    .ev-page .about-two-right-box .sunvin-icon-list-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .ev-product-card-foot {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .ev-page .about-two-right-box .d-flex.flex-wrap.gap-3 {
        flex-direction: column;
    }

    .ev-page .about-two-right-box .d-flex.flex-wrap.gap-3 .sunvin-btn {
        width: 100%;
    }

    .ev-page .text-justify {
        text-align: left !important;
    }

    .ev-page .award-section-two .sunvin-award-btn .sunvin-button-icon::before {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }

    .ev-page .award-section-two .sunvin-award-btn .sunvin-button-inner,
    .ev-page .award-section-two .sunvin-award-btn .sunvin-button-icon {
        width: 42px;
        height: 42px;
    }

    .ev-banner-overlay {
        background: linear-gradient(180deg, rgba(25, 30, 0, 0.25) 0%, rgba(25, 30, 0, 0.88) 55%);
        align-items: flex-end;
        padding-bottom: 40px;
    }

    .ev-banner-overlay .container {
        padding-left: 18px;
        padding-right: 18px;
        width: 100%;
        max-width: 100%;
    }

    .ev-banner-tag {
        font-size: 0.7rem;
        margin-bottom: 10px;
    }

    .ev-banner-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .ev-product-tabs .nav-link {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .ev-page .sunvin-award-box-style-1 .sunvin-shape-wraper {
        opacity: 1;
        visibility: visible;
        transform: none;
        bottom: 14px;
        right: 14px;
    }

    .ev-page .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 399.98px) {
    .ev-product-tabs .nav-link {
        padding: 8px 12px;
        font-size: 0.76rem;
    }

    .ev-banner-img {
        height: clamp(240px, 68vw, 320px);
    }

    .ev-banner-slider {
        height: clamp(240px, 68vw, 320px) !important;
    }

    .ev-banner-slider .ev-banner-img {
        height: 100%;
    }

    .ev-banner-slide {
        border-radius: 18px;
    }

    .ev-banner-title {
        font-size: 1.35rem;
    }

    .ev-banner-desc {
        font-size: 0.86rem;
        margin-bottom: 16px;
    }

    .ev-page .about-two-right-box .sunvin-heading-subheading .sunvin-title {
        font-size: 1.28rem;
    }

    .ev-products-list .ev-product-card-body h4,
    .ev-product-card--stack .ev-product-card-body h4 {
        font-size: 1rem;
    }

    .ev-banner-overlay .container {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 16px;
    }

    .ev-spec-panel {
        padding: 14px 12px;
        overflow-x: auto;
    }
}
