* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: ui-sans-serif,system-ui,Segoe UI,Roboto,Inter,Arial !important;
}

p, h1, h2, h3, h4, h5, h6, a, label {
    font-family: ui-sans-serif,system-ui,Segoe UI,Roboto,Inter,Arial !important;
}

#o-wrapper {
    z-index: 50;
}

.button-wrapper {
    display: flex;
    margin-top: 20px;
    width: 600px;
    gap:10px;
}

.button-wrapper button{
    border-radius:10px;
    text-transform:capitalize;
    border:1px solid #ddd;
    box-shadow:none!important;
    position:relative;
    font-size:15px;
}

    .button-wrapper button span {
        position: absolute;
        left: 0;
        top: -13px;
        right: 0;
        margin: 0 auto;
        background: red;
        width: fit-content;
        font-size: 12px;
        font-weight: 500;
        padding: 1px 14px;
        color: #fff;
        border-radius: 0 0 8px 8px;
        box-shadow: 0px 5px 6px 1px rgba(255,255,255,0.2);
    }

        .button-wrapper button span::before {
            content: "";
            width: 7px;
            height: 13px;
            background: #cd0000;
            position: absolute;
            left: -7px;
            top: 0;
        }

        .button-wrapper button span::after {
            content: "";
            width: 7px;
            height: 13px;
            background: #cd0000;
            position: absolute;
            right: -7px;
            top: 0;
        }


        .button-wrapper button:hover {
            background: #254696;
            color: rgba(255, 255, 255,.7);
            border: 1px solid #ddd;
        }

    .quality-check-sec-laptop {
        padding: 20px 0 20px 0;
        position: relative;
        background: #254696;
        margin: 260px auto 0 auto;
        border-radius: 0 0 30px 30px;
        width: 95%;
    }

.wrapper-quality-laptop {
    display: grid;
    width: 80%;
    grid-template-columns: 2fr 1fr;
    margin: auto;
    gap: 2rem;
}

.quality-check-sec-img-laptop {
    position: absolute;
    display: block;
    bottom: 5%;
    left: 10%;
    transform: translate(-50%, -50%);
    animation: up-down linear 4s infinite;
}

    .quality-check-sec-img-laptop img {
        width: 67%;
    }

.btn {
    flex: 1;
    text-align: center;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

/* Add to Cart button */
.btn-cart {
    background: #fff;
    color: #1a3c8b;
    border: 1px solid #dcdcdc;
    border-right: none;
}

    .btn-cart:hover {
        background: #f2f2f2;
    }

/* Buy Now button */
.btn-buy {
    background: #22439a!important;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .btn-buy:hover {
        background: #19357a;
    }

    .btn-buy img {
        height: 18px;
        width: auto;
    }


.pincode-checker {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, Arial, sans-serif;
    max-width: 430px;
    color: #000;
    font-size: 13px;
    line-height: 1.4;
}

.pincode-label {
    display: block;
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.pincode-row {
    display: flex;
    width: 100%;
    overflow: hidden;
    gap:5px;
}

.pincode-input {
    flex: 1;
    border: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    outline: none;
    padding: 12px 12px;
    border: 1px solid #cfcfcf;
    border-radius: 10px 0 0 10px;
}

    .pincode-input::placeholder {
        color: #b3b3b3;
        font-weight: 500;
    }

.pincode-button {
    background-color: #1f3f93 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 0 10px 10px 0;
    padding: 0 14px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.03em;
}

    .pincode-button:active {
        filter: brightness(0.9);
    }

.quantity-wrapper {
    display: grid;
    grid-template-columns: 17% 80%;
    gap: 20px;
    align-items: end;
}

.quantity-selector__input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #ddd;
    width: fit-content;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 47px;
}

.quantity-selector__button {
    border: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    line-height: 34px;
    width: 40px;
    height: 47px;
    background: #1f3f93;
}

    .quantity-selector__button:hover {
        background: #254696;
        color: #fff;
        border-radius:10px;
    }

.quantity-selector__input {
    width: 40px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #111;
}


.related-products-sec {
    padding: 50px 0;
}

.product-wrapper {
    width: 90%;
    margin: auto;
}

.related-products-sec h2 {
    text-align: center;
    margin: 0px;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
}

.related-products-sec .swiper-horizontal {
    padding: 10px 0;
}

.related-products-sec .swiper-button-prev, .swiper-button-next {
    padding: 20px;
    border-radius: 50%;
}

.related-products-sec .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px;
    color: #fff;
    position: relative;
    top: 18px;
}

.related-products-sec .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 15px;
    position: relative;
    top: 18px;
}

.product-swiper {
    width: 100%;
    padding: 2rem 1rem;
    position: relative;
}

.swiper-slide {
    height: auto;
}

.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    transition: all 0.18s ease;
}

    .product-card:hover {
        box-shadow: 0 16px 32px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

.product-img-wrap {
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 28px 0;
    justify-content: center;
    height: 270px;
}

    .product-img-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.product-info {
    padding: 1rem 1rem 0.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 20px;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
    max-height: 75px;
}

.product-rating {
    font-size: 0.75rem;
    color: #16a34a;
    font-weight: 500;
    margin: 0.4rem 0 0.6rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-pricing {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.price-current {
    font-size: 2.2rem;
    font-weight: 600;
    color: #e32c2b;
}

.price-old {
    font-size: 1.5rem;
    color: #888;
    text-decoration: line-through;
}

.price-off {
    font-size: 1.2rem;
    font-weight: 600;
    color: #dc2626;
    background: #fee2e2;
    padding: 2px 6px;
    border-radius: 4px;
}

.product-cta {
    padding: 0.75rem 1rem 1rem;
}

    .product-cta button {
        width: 100%;
        background: #111;
        color: #fff;
        border: 0;
        border-radius: 8px;
        font-size: 1.5rem;
        font-weight: 600;
        padding: 10px 0.9rem;
        cursor: pointer;
        transition: all 0.15s ease;
    }

        .product-cta button:hover {
            background: #000;
        }

/* Swiper nav arrows */
.swiper-button-next,
.swiper-button-prev {
    background: rgba(17,17,17,0.75);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: #fff;
    top: 45%;
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
        font-weight: 700;
    }

/* Hide arrows on very small screens */
@media (max-width: 640px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* Pagination dots style (optional, mobile only vibe) */
.swiper-pagination-bullet {
    background: #999;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #111;
}

.product-card p {
    margin: 0;
}

.swiper-pagination {
    display: none !important;
}







.py-50 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.xc-gallery {
    max-width: 900px;
}

.card {
    background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
    border: 1px solid rgba(255,255,255,.06);
    border-radius: var(--radius);
}

.gallery {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    box-shadow: none;
}

.main-media {
    position: relative;
    height: 350px;
    width: 100%;
    background: #fff;
}

    .main-media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform .2s ease;
    }

    .main-media button.zoom {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border: 0;
        cursor: zoom-in
    }

.navy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 8px
}

    .navy button.pprev,
    .navy button.nnext {
        pointer-events: all;
        width: 40px;
        height: 40px;
        border-radius: 10px !important;
        border: 0;
        background: rgba(255, 255, 255,.7) !important;
        color: #000000 !important;
        display: grid;
        place-items: center;
        box-shadow: 0 2px 10px rgba(0,0,0,.4);
        cursor: pointer
    }

.set_fix_bottm{
    display:none;
}

.thumbs {
    display: grid;
    grid-auto-rows: 90px;
    gap: 10px;
    overflow-y: auto;
    padding: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.2) transparent
}

.thumb {
    position: relative;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255,.7);
    border: 1px solid #d0d0d0!important;
    cursor: pointer;
    outline: none !important;
}

    .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: saturate(.95);
        transition: transform .2s ease, filter .2s ease
    }

    .thumb[aria-current="true"] {
        border-color: var(--brand)
    }

    .thumb:focus-visible {
        box-shadow: 0 0 0 2px rgba(79,140,255,.4)
    }

    .thumb:hover img {
        transform: scale(1.02);
        filter: saturate(1.05)
    }

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(0,0,0,.8);
    display: none;
    place-items: center
}

    .lightbox[aria-hidden="false"] {
        display: grid
    }

.lightbox-inner {
    position: relative;
    width: min(92vw, 1100px);
    height: min(92vh, 80vh);
    background: #0e1117;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12)
}

.lightbox canvas {
    width: 100%;
    height: 100%
}

.lightbox .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 0;
    background: rgba(255, 255, 255,.7);
    color: var(--text);
    display: grid;
    place-items: center;
    cursor: pointer
}

.lightbox .hint {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #cbd5e1;
    background: rgba(16,18,26,.6);
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.1)
}

.wrapper {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: auto;
    gap: 3rem;
}

.gallery-box {
    width: 40%;
}

.product-detail-box {
    width: 48%;
}

    .product-detail-box h1 {
        color: #254696;
        font-weight: 700;
        font-size: 24px;
        padding: 0;
        margin: 0px;
    }

    .product-detail-box h2 {
        padding: 10px 0;
        margin: 0px;
    }

    .product-detail-box h5 {
        font-size: 18px;
        margin: 0px;
        padding: 0px;
        font-weight: 400;
        margin: 15px 0;
    }

    .product-detail-box h4 {
        font-size: 22px;
        margin: 0px;
        padding: 0px;
        font-weight: 700;
        color: #254696;
        margin-top: 15px;
    }

    .product-detail-box h5 span {
        font-size: 18px;
        margin: 0px;
        font-weight: 700;
        padding: 6px 10px;
        border: 2px solid #254595;
        border-radius: 5px;
        color: red;
        background: white;
    }

    .product-detail-box h6 {
        font-size: 18px;
        margin: 0px;
        font-weight: 500;
        color: #000;
    }

    .product-detail-box p {
        font-size: 14px;
        margin: 0px;
        font-weight: 400;
        color: #808080;
    }

.gallery-main-img {
    height: 300px;
}

.replacement-css {
    width: 90%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    display: block;
    margin: -86px auto 0;
    position: relative;
    z-index: 1;
}

    .replacement-css table {
        width: 100%;
        /*position: absolute;*/
        text-align: center;
        bottom: 0%;
        background: #ffffff;
        left: 0%;
        border-collapse: collapse;
        box-shadow: 1px 1px 3px #888888;
    }

        .replacement-css table tr td {
            font-size: 14px !important;
            padding: 15px 5px;
            line-height: 15px;
            text-align: center;
            border: 1px solid #000;
        }

.variant-elmnt {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.variant-strg {
    padding: 10px;
    font-size: 15px;
    color: #fff;
    background: #254696;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
}

.pay-wrapper {
    display: grid;
    width: 90%;
    grid-template-columns: 1fr 1fr;
    margin: auto;
}

.pay-gap-2 {
    column-gap: 5rem;
    row-gap: 1rem;
}

.availablepaymentcon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

    .availablepaymentcon .availablepaymentlabel {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        margin: 0;
    }

.availablepaymentoptions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

    .availablepaymentoptions .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
    }

    .availablepaymentoptions p {
        font-size: 11px;
        font-weight: 400;
        color: #000000;
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }

.waranty-flex {
    justify-content: center;
    padding: 15px 30px 20px 30px;
    display: flex;
}

.waranty-box {
    background: #254696;
    border-radius: 15px;
    color: #fff;
}

.waranty-text {
    width: 75%;
    text-align: center;
}

    .waranty-text h2 {
        font-size: 5.0em;
        font-weight: 900;
        line-height: 2rem;
        font-style: italic;
        margin: 0px;
        position: relative;
        top: 18px;
    }

    .waranty-text h3 {
        font-size: 30px;
        position: relative;
        font-style: italic;
        margin: 0px;
    }

        .waranty-text h3::before {
            content: '';
            width: 22%;
            position: absolute;
            right: 0%;
            top: 45%;
            background: #fff;
            height: 3px;
        }

        .waranty-text h3::after {
            content: '';
            width: 22%;
            position: absolute;
            left: 0%;
            top: 45%;
            background: #fff;
            height: 3px;
        }

.icon-css {
    margin: 20px auto 0 auto;
}


.quality-check-sec {
    padding: 60px 0 50px 0;
    position: relative;
    background: #254696;
    margin: 200px auto 0 auto;
    border-radius: 0 0 30px 30px;
    width: 90%;
}

.quality-check-sec-img {
    position: absolute;
    display: block;
    bottom: 10%;
    left: 40%;
    transform: translate(-50%, -50%);
    animation: up-down linear 4s infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(20px);
    }
}

.wrapper-quality {
    display: grid;
    width: 80%;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    gap: 2rem;
}

.wrapper-quality {
    display: grid;
    width: 80%;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    gap: 2rem;
}

.radius-box {
    padding: 12px 20px;
    border-radius: 50px;
    margin-bottom: 2rem;
    text-align: center;
    color: #fff;
    font-weight: 800;
}

.bg-grdnt {
    background: linear-gradient(135deg, rgba(92, 222, 229, 50.000) 0.000%, rgba(3, 66, 143, 1.000) 100.000%);
}

.radius-box h6 {
    font-size: 2.5rem;
    text-align: left;
    margin: 0 0 5px 0;
    font-weight: 700;
    line-height: 2.0rem;
}

.radius-box p {
    text-align: left;
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    color: #fff;
}

.radius-box2 {
    padding: 12px 20px;
    border-radius: 50px;
    margin-bottom: 2rem;
    text-align: center;
    color: #fff;
    font-weight: 800;
}

.bg-grdnt2 {
    background: linear-gradient(-135deg, rgba(92, 222, 229, 50.000) 0.000%, rgba(3, 66, 143, 1.000) 100.000%);
}

.radius-box2 h6 {
    font-size: 2.5rem;
    margin: 0 0 5px 0;
    text-align: right;
    font-weight: 700;
    line-height: 2.0rem;
}

.planet-sec {
    background: #fff;
    padding: 50px 0 0 0;
}

.planet-wrapper {
    display: grid;
    width: 90%;
    align-items: center;
    margin: auto;
    grid-template-columns: 150px auto;
    gap: 2rem;
    justify-content: center;
}

.planet-right-box h2 {
    font-size: 6rem;
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    margin: 0px;
    line-height: 9rem;
}

.planet-right-box h3 {
    font-size: 4rem;
    text-align: left;
    color: #254696;
    line-height: 2rem;
    font-style: italic;
    font-weight: 500;
    margin: 0px;
}

.faq-section {
    width: 100%;
    border-top: 1px solid #f5f3f3;
    border-bottom: 1px solid #f5f3f3;
    padding: 70px 0;
    background: #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq-wrapper {
    width: 90%;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 20px;
}

.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    color: #000;
}

    .faq-question .icon {
        transition: transform 0.3s ease;
        font-size: 2.5rem;
        position: relative;
        top: -4px;
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}

    .faq-answer p {
        padding: 10px 20px;
        font-size: 1.7rem;
        line-height: 40px;
        color: #000;
    }

.faq-section button:focus {
    background: #254696 !important;
    color: #fff !important;
}

.faq-section button:active {
    background: #254696 !important;
    color: #fff !important;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px 0;
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
    content: "–";
    position: relative;
    top: 4px;
}

.td-section .faq-question {
    background: #ecebe8;
    font-size: 1.8rem;
    padding: 10px 20px;
    color: #16348a;
    font-weight: bold;
    border-radius: 20px;
}

.td-section {
    width: 95%;
    padding: 20px 0;
    margin: auto;
}

    .td-section .faq-item {
        border: none;
    }

    .td-section button:focus {
        background: #254696 !important;
        color: #fff;
    }


.grade-wrapper {
    display: flex;
    width: 90%;
    column-gap: 5rem;
    justify-content: space-between;
    margin: auto;
}

.grade-box {
    background-color: #fff;
    width: 16%;
}

.blue-box {
    width: 100%;
    background: #004aac;
    padding: 64px 0;
}

.grade-text {
    padding: 110px 0 120px 0;
    box-shadow: -1px 4px 21px 1px #254594;
}

    .grade-text h3 {
        font-size: 5rem;
        line-height: 4rem;
        transform: rotate(-90deg);
        color: #004aac;
        text-align: center;
        font-weight: bolder;
    }

.functional-box {
    width: 32%;
}

.top-strip {
    background: #004aac;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.super-box h5 {
    font-size: 2.5rem;
    margin: 0px;
    font-weight: 700;
    color: #fff;
    padding-right: 20px;
}

.super-box h6 {
    font-size: 1.45rem;
    margin: 0;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.top-strip {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.brd-right {
    border-right: 2px solid #fff;
}

.display-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: anchor-center;
}

.display-img {
    border-radius: 10px;
}

.display-text h6 {
    font-size: 15px;
    margin: 0 0 5px 0;
    color: #fff;
    font-weight: 700;
}

.display-text p {
    font-size: 11px;
    margin: 0px;
    color: #fff;
    font-weight: 500;
}

.display-img img {
    max-width: max-content;
    border-radius: 10px;
    width: 160px;
    border: 2px solid #fff;
}

.mb-20 {
    margin-bottom: 20px;
}

.yt-ig-section-s {
    padding: 70px 0;
}

.yt-ig-wrapper {
    width: 90%;
    gap: 50px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr auto;
}

.ig-video img {
    width: 100%;
    border: 1px solid #c9c9c9;
    padding: 0px;
    object-fit: contain;
    height: 100%;
}

.ig-video {
    box-shadow: -2px 2px 5px rgb(209 209 209) !important;
    height: 635px;
}


@media only screen and (max-width:991px){
    .product-detail-box h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .product-detail-box h2 {
        font-size: 22px;
    }

    .display-text p {
        font-size: 12px;
    }

    .faq-answer p {
        line-height: 25px;
    }

    .header-logo {
        width: 135px;
    }

    .related-products-sec .swiper-button-next:after, .swiper-button-prev:after {
        top: 14px;
    }

    .related-products-sec .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        top: 14px;
    }

    .td-section .faq-question{
        font-size:1.5rem;
    }
}


/* Styles for Laptops */
@media (min-width: 1024px) and (max-width: 1440px) {
}

/* Styles for Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .yt-ig-wrapper {
        gap: 10px;
    }

    .quality-check-sec-laptop {
        margin-top: 135px;
        padding: 20px 0;
    }

    .wrapper-quality-laptop {
        grid-template-columns: 1fr 1fr;
        width: 90%;
    }

    .quality-check-sec-img-laptop img {
        width: 50%;
    }

    .quality-check-sec-img-laptop {
        bottom: 10%;
        left: 5%;
    }

    .quality-check-sec-laptop .radius-box2 h6 {
        padding: 0px;
        text-align: center;
        font-size: 1rem;
    }

    .quality-check-sec-laptop .radius-box2 {
        margin-bottom: 0.5rem;
        padding: 10px 0px;
    }


    .grade-wrapper {
        column-gap: .8rem;
    }

    .functional-box {
        width: 50%;
    }

    .m-mt-10 {
        margin-top: 0px;
    }

    .super-box h6 {
        font-size: 0.8rem;
        line-height: 19px;
    }

    .planet-left-box img {
        width: 100%;
    }

    .pay-wrapper {
        width: 95%;
        grid-template-columns: 1fr;
    }

    .pay-box {
        overflow: scroll;
    }

    .availablepaymentoptions {
        display: flex;
        width: 100%;
        overflow: scroll;
        justify-content: space-around;
        gap: 12px;
    }

    .wrapper {
        display: block;
    }

    .gallery-box {
        width: 100%;
    }

    .product-detail-box {
        width: 100%;
    }

    .waranty-text h3::before {
        display: none;
    }

    .waranty-text h3::after {
        display: none;
    }

    .quality-check-sec {
        padding: 60px 0 10px 0;
        margin-top: 170px;
    }

    .quality-check-sec-img {
        bottom: 15%;
        left: 38%;
    }

    .quality-check-sec-img {
        bottom: 15%;
        left: 38%;
    }

        .quality-check-sec-img img {
            width: 75%;
        }

    .wrapper-quality {
        gap: 1rem;
        width: 95%;
    }

    .radius-box h6 {
        font-size: 1rem;
    }

    .radius-box p {
        font-size: 10px;
        font-weight: 500;
    }

    .radius-box2 h6 {
        font-size: 1rem;
    }

    .super-box h6 {
        font-size: 0.7rem;
        line-height: 19px;
    }

    .grade-box {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }

    .blue-box {
        width: 15%;
        padding: 10px 0;
    }

    .grade-text {
        padding: 10px 0;
        width: 70%;
    }

        .grade-text h3 {
            font-size: 2rem;
            line-height: 2.3rem;
            transform: rotate(0deg);
            margin: 0;
        }

    .grade-wrapper {
        column-gap: .6rem;
        display: block;
    }

    .functional-box {
        width: 80%;
        margin: 0 auto 20px auto;
    }
}

/* Styles for Mobile Potrait */
@media (min-width: 480px) and (max-width: 767px) {
    .grade-wrapper {
        column-gap: .6rem;
        display: block;
    }

    .grade-box {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }

    .blue-box {
        width: 10%
    }

    .grade-text {
        padding: 10px 0;
        width: 70%;
    }

        .grade-text h3 {
            font-size: 1rem;
            line-height: 1rem;
            transform: rotate(0deg);
        }

    .blue-box {
        width: 15%;
        padding: 10px 0;
    }

    .functional-box {
        width: 100%;
        margin-top: 20px
    }

    .m-mt-10 {
        margin-top: 10px;
    }

    .super-box h6 {
        font-size: 0.8rem;
        line-height: 19px;
    }

    .planet-left-box img {
        width: 100%;
    }

    .pay-box {
        overflow: scroll;
    }

    .availablepaymentoptions {
        display: flex;
        width: 100%;
        overflow: scroll;
        justify-content: space-around;
        gap: 12px;
    }
}


/* Styles for Small Mobile */
@media (min-width: 320px) and (max-width: 479px) {

    .wrapper-quality-laptop {
        grid-template-columns: 1fr;
    }

    .quality-check-sec-img-laptop img {
        width: 92%;
    }

    .quality-check-sec-laptop .radius-box2 h6 {
        text-align: center;
    }

    .wrapper-quality-laptop {
        grid-template-columns: 1fr;
    }

    .quality-check-sec-img-laptop {
        bottom: 75%;
        left: 12%;
    }

    .wrapper-quality-laptop {
        grid-template-columns: 1fr;
    }

    .quality-check-sec-laptop {
        padding: 60px 0 20px 0;
        margin-top: 200px;
    }

        .quality-check-sec-laptop .radius-box2 {
            padding: 10px 0;
        }

    .button-wrapper {
        width: 100%;
    }

    .quantity-wrapper {
        grid-template-columns: 100%;
    }

    .yt-ig-wrapper {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ig-video {
        height: auto;
    }

    .faq-title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .faq-section {
        padding: 10px 0;
    }

    .faq-question {
        font-size: 1.5rem;
    }

    .wrapper {
        width: 95%;
    }

    .thumbs {
        display: none;
    }

    .wrapper {
        display: block;
    }

    .gallery-box {
        width: 100%;
        padding: 0;
    }

    .product-detail-box {
        width: 100%;
    }

    .xc-gallery {
        padding: 0;
    }

    .gallery {
        grid-template-columns: 1fr;
    }

    .main-media {
        height: 200px;
    }

    .replacement-css table tr td {
        font-size: 12px !important;
        padding: 10px 5px;
        line-height: 15px;
        text-align: center;
        border: 1px solid #000;
    }

    .grade-wrapper {
        column-gap: .6rem;
        display: block;
    }

    .grade-box {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }

    .blue-box {
        width: 10%
    }

    .grade-text {
        padding: 10px 0;
        width: 70%;
    }

        .grade-text h3 {
            font-size: 3rem;
            line-height: 3rem;
            transform: rotate(0deg);
            position: relative;
            top: -10px;
        }

    .blue-box {
        width: 15%;
        padding: 10px 0;
    }

    .functional-box {
        width: 100%;
        margin-top: 20px
    }

    .m-mt-10 {
        margin-top: 10px;
    }

    .super-box h6 {
        font-size: 1.5rem;
        line-height: 19px;
    }

    .pay-wrapper {
        width: 95%;
        grid-template-columns: 1fr;
    }

    .waranty-text h3 {
        font-size: 20px;
    }

    .waranty-text h2 {
        font-size: 3.5rem
    }

    .waranty-text h3::after {
        width: 18%;
        height: 2px;
        top: 50%;
    }

    .waranty-text h3::before {
        width: 18%;
        height: 2px;
        top: 50%;
    }

    .waranty-flex {
        align-items: center;
    }

    .availablepaymentoptions p {
        font-size: 11px;
    }

    .pay-wrapper {
        width: 95%;
        grid-template-columns: 1fr;
    }

    .quality-check-sec-img {
        bottom: 82%;
        left: 29%;
    }

        .quality-check-sec-img img {
            width: 60%;
        }

    .radius-box h6 {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .radius-box p {
        font-size: 11px;
        font-weight: 500;
    }

    .radius-box {
        margin-bottom: 1rem;
    }

    .wrapper-quality {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .bg-grdnt2 {
        background: linear-gradient(135deg, rgba(92, 222, 229, 50.000) 0.000%, rgba(3, 66, 143, 1.000) 100.000%);
    }

    .radius-box2 h6 {
        font-size: 1.8rem;
        text-align: left;
        font-weight: 500;
    }

    .radius-box2 {
        margin-bottom: 1rem;
    }

    .quality-check-sec {
        padding: 100px 10px 20px 10px;
        width: 95%;
    }

    .planet-right-box h2 {
        font-size: 2.5rem;
        line-height: 3.8rem;
    }

    .planet-right-box h3 {
        font-size: 1.5rem;
        line-height: 1.3rem;
    }

    .planet-wrapper {
        width: 90%;
        grid-template-columns: 65px auto;
        gap: 1rem;
    }

    .planet-left-box img {
        width: 100%;
    }

    .pay-box {
        overflow: scroll;
    }

    .availablepaymentoptions {
        display: flex;
        width: 100%;
        overflow: scroll;
        justify-content: space-around;
        gap: 12px;
    }

    .replacement-css {
        width: 100%;
        margin: -58px auto 0;
    }
}


button.thumb:focus {
    background: #ffffff !important;
    border:1px solid red!important;
}


.notselect_variant {
    background: transparent !important;
    color: gray !important;
    opacity: 100%;
    position: relative;
    border: 1px solid gray;
    font-weight: 500;
}

.product-detail-box h2 {
    color: #254696;
    font-weight:bolder;
}

    .product-detail-box h2 del {
        text-decoration: line-through;
        color: #999;
        font-size: 24px;
        font-weight: 450;
    }

button:focus {
    background: red!important;
}

@media only screen and (max-width: 1600px) {

    .pincode-row {
        width: 80%;
    }

    .quantity-wrapper {
        display: grid;
        grid-template-columns: 17% 80%;
        gap: 50px;
        align-items: end;
    }

    .replacement-css {
        width: 80%;
    }

        .replacement-css table tr td {
            font-size: 10px !important;
            padding: 8px 5px;
            line-height: 15px;
            text-align: center;
            border: 1px solid #000;
        }
}


    @media only screen and (max-width: 1300px) {
        .quantity-wrapper {
            display: grid;
            grid-template-columns: unset;
            gap: 20px;
            align-items: end;
        }

        .replacement-css {
            width: 100%;
        }
    }

.xc-media-hint {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    z-index: 10002;
    pointer-events: none; /* avoid capturing clicks */
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 320px) and (max-width: 479px) {
    .variant-elmnt {
        overflow: scroll;
    }
    .product-gallery { 
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/* Cart Styles  */

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif;
}

/* Header CSS Start */
.side-navigation {
    position: relative;
    background: #fff;
    width: 80%;
    height: 100%;
    overflow-y: auto;
}

.side-navigation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.side-navigation .header {
    background: #a1c6ea;
    padding: 12px;
    position: relative;
}

    .side-navigation .header img {
        cursor: pointer;
    }

    .side-navigation .header #close-menu {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

.side-navigation .menu-items {
    padding: 0px 10px 10px 0px;
    list-style-type: none;
}

    .side-navigation .menu-items li {
        padding: 0px 0;
        border-bottom: 1px solid lightgray;
        display: flex;
        flex-direction: column;
    }

.side-navigation .menu-items {
    padding: 0px 10px 10px 0px;
    list-style-type: none;
}


    .side-navigation .menu-items li img {
        max-width: 25px;
        max-height: 25px;
        margin-right: 5px;
        width: 25px;
        height: 25px;
    }

.menu-items details:last-child {
    border-bottom: 1px solid #eee;
}

.menu-items summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 8px;
    user-select: none;
}

.side-navigation .menu-items li a {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    position: relative;
    display: flex;
    padding: 10px;
    text-decoration: none;
    align-items: end;
}



.side-navigation .menu-items li {
    padding: 0px 0;
    border-bottom: 1px solid lightgray;
    display: flex;
    flex-direction: column;
}

.side-navigation .botomy {
    padding: 10px 20px;
}

.side-navigation a.logout {
    width: 100%;
    padding: 12px 50px;
    border-radius: 50px;
    display: block;
    background: #254696;
    margin: 5px 0 0 0;
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
















.menu-items .summary-text {
    display: inline-flex;
    align-items: center;
    flex: 1;
    font-weight: 700;
    font-size: 15px;
}

.mobileheaderup {
    display: none;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    padding: 10px 20px;
    width: 100%;
    border-top: 4px solid #e72829;
}

.mobileheaderup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.mobileheaderuplogocon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
/* Side Menu */
.mobilemenu {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .mobilemenu.active {
        display: block;
    }

.side-navigation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.side-navigation {
    position: relative;
    background: #fff;
    width: 80%;
    height: 100%;
    overflow-y: auto;
}

.header-down {
    background-color: #254696;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 23px;
}

.unselected {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
    letter-spacing: 0.5px;
    color: #fff !important;
    font-family: "Inter", sans-serif !important;
    margin-bottom: 0;
}

.mobileheader {
    display: none;
}

/*.desktopheader {
    display: flex;
    flex-direction: column;
}*/

@media (max-width: 767px) {
    .mobileheader {
        display: block;
    }

    .desktopheader {
        display: none;
    }
}

/* Side Menu */
.mobilemenu {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .mobilemenu.active {
        display: block;
    }

.side-navigation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.side-navigation {
    position: relative;
    background: #fff;
    width: 80%;
    height: 100%;
    overflow-y: auto;
}


.offer-bar {
    background-color: #e72829;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 6px 0;
}

.rotating-text {
    position: relative;
    height: 22px; /* keeps layout stable */
}

    .rotating-text span,
    .rotating-text a {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
        white-space: nowrap;
        animation: fadeRotate 12s infinite;
    }

        .rotating-text span:nth-child(1) {
            animation-delay: 0s;
        }

        .rotating-text a:nth-child(2) {
            animation-delay: 6s;
        }

@keyframes fadeRotate {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.chev {
    transition: transform .2s ease;
}

.details[open] .chev,
.dropdown-toggle[aria-expanded="true"] .chev {
    transform: rotate(180deg);
}

.header-down {
    display: flex;
    gap: 10px !important;
}

    .header-down a {
        position: relative;
        text-decoration: none;
    }

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 7%;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 99;
    animation: slideUp 0.3s ease forwards;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.side-navigation .menu-items li:last-child {
    border: none;
}

.dropdown-content a p {
    margin: 0;
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    transition: ease 0.3s;
}

    .dropdown-content a p:hover {
        background: #254696;
        color: #fff;
    }

.dropdown:hover .dropdown-content {
    display: block;
}



/* Mobile side menu dropdown */
.menu-items details {
    border-top: 1px solid #eee;
}

    .menu-items details:last-child {
        border-bottom: 1px solid #eee;
    }

    .menu-items details[open] .chev {
        transform: rotate(180deg);
    }

.menu-items summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 8px;
    user-select: none;
}

    .menu-items summary::-webkit-details-marker {
        display: none;
    }

.menu-items .summary-text {
    display: inline-flex;
    align-items: center;
    flex: 1;
    font-weight: 700;
    font-size: 15px;
}

.menu-items .chev {
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
}

.menu-items details[open] .chev {
    transform: rotate(180deg);
}

.menu-items .submenu {
    padding: 0 0px 0px 15px; /* indent under the icon */
}

    .menu-items .submenu li a {
        font-weight: 500 !important;
        display: block;
        padding: 8px 0;
        text-decoration: none;
    }

/* Header CSS End  */





.site-header {
    text-align: center;
    background-image: url(../img/mobile_img/newui/campaign-bg3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
    position: relative;
}

    .site-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(255 60 0 / 70%);
    }

    .site-header .site-header__title {
        font-size: 30px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 1px;
        position: relative;
        margin-top: 0;
    }


.breadcrumb-sec {
    background-color: #fff;
    padding: 15px 0;
}

    .breadcrumb-sec ul.breadcrumb {
        list-style: none;
        width: 90%;
        margin: auto;
    }

        .breadcrumb-sec ul.breadcrumb li + li:before {
            padding: 8px;
            color: #000000;
            font-weight: 400;
            content: "»\00a0";
        }

        .breadcrumb-sec ul.breadcrumb li {
            display: inline;
            font-size: 18px;
            font-weight: 700;
            color: #7d7d7d;
        }

    .breadcrumb-sec ul li a {
        text-decoration: none;
        color: #254696;
    }

.cart-sec {
    background: #f4f4f4;
    padding: 50px 0;
}

.cart-wrapper {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 72% 26%;
    justify-content: space-between;
}

.product-details {
    padding: 30px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

    .product-details table {
        width: 100%;
    }

        .product-details table th {
            background: #254696;
            padding: 15px 20px;
            color: #fff;
            margin: 0px;
            font-size: 17px;
            font-weight: 500;
        }

        .product-details table figure {
            width: 150px;
            height: 100px;
            background: #ffffff;
            padding: 10px 20px;
        }

            .product-details table figure img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .product-details table p {
            font-weight: 400;
            font-size: 15px;
            line-height: 20px;
            color: #000;
        }

            .product-details table p span {
                font-weight: 600;
                color: #254696;
            }

            .product-details table p:last-child {
                margin-top: 10px;
            }

/*.quantity-selector__input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #ddd;
    width: fit-content;
    padding: 6px 8px;
    background: #fff;
}*/

.cart-quantity-selector {
    display: grid;
    grid-template-columns: 20% 50% 20%;
    justify-content: space-between;
    width: 90%;
/*    padding: 10px;
    margin: auto;*/
}

    .cart-quantity-selector input {
        padding: 10px 0;
        text-align: center;
    }

    .cart-quantity-selector .cart-quantity-selector__button {
        background: #254696;
        color: #fff;
        font-size: 20px;
        outline: none;
        cursor: pointer;
    }

.product-details table td {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

    .product-details table td:first-child {
        text-align: left;
    }

.product-details i {
    color: #e72829;
    cursor: pointer;
    font-size: 20px;
}

.sticky {
    position: sticky;
    top: 20px;
    align-self: start;
}

.payment-details {
    border-radius: 8px;
    background: #fff;
    padding-bottom: 5px;
    border: 1px solid #bdbdbd;
}

.payment-title h6 {
    background: #254696;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0 20px 20px;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.payment-details .product-cta button {
    background: #e72829;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 0;
}

.price-wrapper {
    width: 90%;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.price-wrapper p span {
    font-weight: 600;
    color: #254696;
}

.price-wrapper p {
    font-size: 15px;
}


.coupon-wrapper {
    width: 90%;
    margin: 20px auto 0 auto;
}

.coupon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    width: 40%;
    padding: 10px;
}

    .coupon-box input {
        border: none;
        outline: none;
        font-size: 18px;
        width: 60%;
        color: #666;
        padding-left: 10px;
    }

    .coupon-box button {
        border: none;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        padding: 15px;
        color: #fff;
        border-radius: 5px;
        background: #254696;
        letter-spacing: 0.5px;
    }

        .coupon-box button:hover {
            opacity: 0.7;
        }







.related-products-sec {
    padding: 50px 0;
}

.product-wrapper {
    width: 90%;
    margin: auto;
}

.related-products-sec h2 {
    text-align: center;
    margin: 0px;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
}

.related-products-sec .swiper-horizontal {
    padding: 10px 0;
}

.related-products-sec .swiper-button-prev, .swiper-button-next {
    padding: 20px;
    border-radius: 50%;
}

.related-products-sec .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px;
    color: #fff;
}

.related-products-sec .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 15px;
}


.product-swiper {
    width: 100%;
    padding: 2rem 1rem;
    position: relative;
}

.swiper-slide {
    height: auto;
}

.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    transition: all 0.18s ease;
}

    .product-card:hover {
        box-shadow: 0 16px 32px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

.product-img-wrap {
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 0px 0;
    justify-content: center;
    height: 200px;
}

    .product-img-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        padding:18px;
    }



.product-gallery-shop.grid_view .product-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 10px;
}

.product-card .price-current {
    font-size: 2rem;
}

.product-info {
    padding: 1rem 1rem 0.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.4;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.product-pricing {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.price-current {
    font-size: 2.5rem;
    font-weight: 600;
    color: #e32c2b;
}

.price-old {
    font-size: 1.5rem;
    color: #888;
    text-decoration: line-through;
}

.price-off {
    font-size: 1.2rem;
    font-weight: 600;
    color: #dc2626;
    background: #fee2e2;
    padding: 2px 6px;
    border-radius: 4px;
}

.product-cta {
    padding: 0.75rem 1rem 1rem;
}

    .product-cta button {
        width: 100%;
        background: #111;
        color: #fff;
        border: 0;
        border-radius: 8px;
        font-size: 1.5rem;
        font-weight: 600;
        padding: 0.6rem 0.9rem;
        cursor: pointer;
        transition: all 0.15s ease;
    }

        .product-cta button:hover {
            background: #dc2626;
        }

/* Swiper nav arrows */
.swiper-button-next,
.swiper-button-prev {
    background: rgba(17,17,17,0.75);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: #fff;
    top: 45%;
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
        font-weight: 700;
    }

/* Hide arrows on very small screens */
@media (max-width: 640px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* Pagination dots style (optional, mobile only vibe) */
.swiper-pagination-bullet {
    background: #999;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #111;
}

.product-card p {
    margin: 0;
}

.swiper-pagination {
    display: none !important;
}




/* Styles for Laptops */
@media (min-width: 1024px) and (max-width: 1440px) {
}

/* Styles for Tablet */
@media (min-width: 768px) and (max-width: 1023px) {

    .cart-wrapper {
        width: 95%;
        grid-template-columns: 100%;
    }

    .product-details {
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .product-details table p {
            font-size: 12px;
            line-height: 16px;
        }

    .coupon-wrapper {
        width: 95%;
    }

    .coupon-box {
        width: 100%;
    }

    .unselected {
        font-size: 12px;
        padding: 8px;
    }
}

/* Styles for Mobile Potrait */
@media (min-width: 480px) and (max-width: 767px) {

    .mobileheader {
        display: block;
    }

    .desktopheader {
        display: none;
    }
}


/* Styles for Small Mobile */
@media (min-width: 320px) and (max-width: 479px) {
    .cart-wrapper {
        grid-template-columns: 100%;
        width: 95%;
    }

    .product-details table thead {
        display: none;
    }

    .product-details table td {
        display: flex;
        justify-content: flex-start;
        padding-left: 0;
    }

    .product-details td::before {
        content: attr(data-label);
        font-weight: 300;
        color: #fff;
        background: #254696;
        font-size: 13px;
        font-weight: 600;
        padding: 15px 10px;
        min-width: 80px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .cart-quantity-selector {
        grid-template-columns: 20% 35% 20%;
        justify-content: center;
        width: 70%;
        margin: 11px;
    }

    .product-details thead {
        display: none;
        margin-bottom: 10px;
    }

    .product-details {
        padding: 20px 5px;
        margin-bottom: 20px;
    }

        .product-details table figure {
            width: 100px;
            height: 100px;
            padding: 10px 5px;
        }

        .product-details table p {
            font-weight: 400;
            font-size: 14px;
            padding-left: 10px;
        }

    .quantity-selector {
        display: grid;
        grid-template-columns: 20% 50% 20%;
        justify-content: space-between;
        width: 50%;
        padding: 0px;
        border: none;
    }

    .coupon-wrapper {
        width: 95%;
    }

    .coupon-box {
        width: 100%;
    }

        .coupon-box button {
            font-weight: 400;
            font-size: 12px;
        }

    .product-details i {
        margin: 10px 0 0 10px;
    }

    .mobileheader {
        display: block;
    }

    .desktopheader {
        display: none;
    }

    .mobileheader {
        background: #fff;
    }

    .hamburger-menu {
        width: 24px;
        height: 24px;
        object-fit: contain;
        margin-right: 15px;
    }


    .mobileheadericons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }

    .header-logo {
        width: 130px;
    }

    .topshowquantity {
        background-color: #e72829;
        color: #ffffff;
        border-radius: 100%;
        font-family: "Inter", sans-serif !important;
        width: 17px;
        height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -5px;
        right: -5px;
        font-size: 12px;
    }

    .icons {
        width: 26px;
        height: 26px;
    }

    .icon-container {
        position: relative;
        display: flex;
        align-items: center;
    }


    .mobilemenu.active .side-navigation-overlay {
        display: block;
    }
}

.breadcrumb {
    background-color: #f5f5f5 !important;
}

/* thanks you */

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}
/* Thank Page CSS */
.site-header_thank {
    text-align: center;
    background: #e83123;
    padding: 70px 0 0 0;
    position: relative;
}

    .site-header_thank .site-header__title_thank {
        font-size: 52px;
        padding-bottom: 60px;
        color: #fff;
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
    }

        .site-header_thank .site-header__title_thank span {
            font-weight: 200;
        }

    .site-header_thank p {
        color: #fff;
        position: relative;
        padding-top: 10px;
        font-size: 16px;
    }

.order-product-sec {
    background: #f4f4f4;
    padding-bottom: 50px;
}

.order-info-sec {
    background: #fff;
    padding: 50px 50px 0 50px;
    width: 95%;
    margin: auto;
    border-radius: 30px 30px 0 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

    .order-info-sec table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
    }

    .order-info-sec table, th, td {
        border: 1px solid #ddd;
    }

    .order-info-sec th {
        background-color: #f4f4f4;
        font-weight: 600;
        font-size: 15px;
    }

    .order-info-sec th, td {
        padding: 10px 0px;
        text-align: center;
    }

    .order-info-sec td {
        text-align: center;
        padding: 15px 0 !important;
    }

.order-info-sec-first-child {
    background: #254594;
    color: #fff;
    font-size: 16px !important;
    text-align: left;
    padding-left: 20px;
}

.order-info-wrapper {
    display: grid;
    margin: auto;
}

.order-product-wrapper {
    margin: auto;
    width: 95%;
    align-items: center;
    display: grid;
    padding: 20px 50px 50px 50px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    grid-template-columns: 28% 60%;
    gap: 40px;
    background: #fff;
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 1;
}

    .order-product-wrapper:first-child {
        border-radius: 0 0 0 0;
    }

    .order-product-wrapper::before {
        content: " ";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg-shape.png);
        background-size: 100%;
        border-radius: 0 0 30px 30px;
        z-index: 0;
    }

.order-product-wrapper-2 {
    margin: auto;
    width: 70%;
    align-items: center;
    display: grid;
    text-align: center;
    padding: 30px 0;
    border: 1px solid #ccc;
}

.btn-wrapper {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 10px;
}


.order-product-img {
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    border-radius: 20px;
    height: 280px;
    padding: 40px 0;
    text-align: center;
}

    .order-product-img img {
        height: 100%;
        object-fit: contain;
    }

.order-product-info {
    z-index: 1;
}

    .order-product-info h3 {
        font-size: 22px;
        font-weight: 500;
    }

    .order-product-info p {
        font-size: 16px;
        margin-top: 10px;
    }

    .order-product-info a {
        margin-top: 20px;
    }

.btn {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    padding: 12px 0px;
}

    .btn:hover {
        color: #fff !important;
        background: #254594 !important;
        border: none !important;
        box-shadow: 0 0 5px #5B86E5 !important;
        border: 1px solid #254594 !important;
    }

    .btn i {
        transition: all 1s ease 0s;
    }

    .btn:hover i {
        color: #fff;
    }

    .btn i {
        color: #367ad4;
    }

.track-order .btn {
    background: #ff0202;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
}

.order-info-sec .btn {
    font-size: 14px;
    color: #ff0202;
    margin: 10px 0;
    padding: 10px 20px;
}

    .order-info-sec .btn:hover {
        background: #fff;
        border: none;
        box-shadow: none;
    }


.order-product-info .btn {
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    padding: 12px 0px;
    border: 1px solid #d1d1d1;
    box-shadow: none;
    background:transparent;
    border-radius:25px 25px;
}

    .order-product-info .btn:hover {
        color: #fff;
        background: #254594;
        border: none;
        box-shadow: 0 0 5px #5B86E5;
    }

    .order-product-info .btn i {
        transition: all 1s ease 0s;
    }

    .order-product-info .btn:hover i {
        color: #fff;
    }

    .order-product-info .btn i {
        color: #367ad4;
    }

.order-product-info a:last-child i {
    color: #ff0505;
}

.order-product-info span i {
    margin-left: 5px;
}

.manage-order-sec {
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
}


.address-wrapper {
    margin: 0 auto;
    width: 95%;
    display: grid;
}

.address-sec h6 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.address-sec p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
}

.pb-40 {
    padding-bottom: 40px;
}

.address-wrapper h6 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
}

.address-wrapper p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #000;
}


.progress-wrapper {
    width: 90%;
    margin: 0 auto 20px auto;
}

.progress-bar {
    position: relative;
    height: 15px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 15px;
    width: 0;
    background: #2ecc71;
    transition: width 0.4s ease;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -25px;
    width: 100%;
}

.step {
    color: #999;
    text-align: center;
}

.step.active {
    color: #2ecc71;
    border: none;
 }

.product-gallery-shop.list_view .product-img-wrap img {
    padding: 0px;
}


    .track-order button:disabled {
        background-color: #2ecc71;
        cursor: not-allowed;
    }

    .track-order button:hover {
        background-color: #2ecc71;
        outline: none;
        border: none;
    }

    .connect-us-wrapper {
        margin: auto;
        width: 95%;
        align-items: center;
        display: grid;
        grid-template-columns: 35% 63%;
        justify-content: space-between;
        padding: 30px 0;
    }

    .connect-img {
        border-radius: 15px;
        border: 1px solid #fff;
        box-shadow: #254594;
        box-shadow: 0px 5px 0px #254594;
    }

        .connect-img img {
            width: 100%;
            border-radius: 15px;
        }

    .connect-text {
        background: #254594;
        padding: 70px;
        border-radius: 10px;
    }

        .connect-text h3 {
            font-size: 30px;
            color: #fff;
            font-weight: 600;
        }

        .connect-text p {
            font-size: 16px;
            line-height: 22px;
            color: #cacaca;
            font-weight: 300;
            padding: 30px 0;
        }


        .connect-text form {
            width: 50%;
        }

        .connect-text .input {
            width: 100%;
            padding: 16px 18px;
            font-size: 16px;
            border: 0;
            border-radius: 5px;
            background: #fff;
            color: #111;
            outline: 2px solid transparent;
            box-shadow: 0 0 0 2px rgba(0,0,0,0.05) inset;
            margin-bottom: 15px;
        }

            .connect-text .input::placeholder {
                color: #969696
            }

        .connect-text .btn {
            width: 100%;
            padding: 16px 18px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 5px;
            border: 2px solid #fff;
            background: #e83123 !important;
            color: #fff !important;
            cursor: pointer;
            transition: transform .06s ease, filter .15s ease;
        }

            .connect-text .btn:hover {
                filter: brightness(0.98)
            }

            .connect-text .btn:active {
                transform: translateY(1px)
            }
        /* focus states for accessibility */
        .connect-text .input:focus {
            outline-color: #e83123;
        }

        .connect-text .btn:focus-visible {
            outline: 3px solid #ffd166;
            outline-offset: 2px;
        }
    /*.btn, .btn-large, .btn-small {
    background-color: #fff !important;
}*/


    .product-details table tr td {
        border-left: none;
        border-right: none;
    }

    .cart-quantity-selector__input {
        border: 1px solid lightgray;
        width: 100%;
    }

    .flexil {
        display: flex;
        align-items: center;
    }

        .flexil .product-info {
            display: block;
            flex: none;
        }

    .listproductcard {
        display: flex;
        align-items: center;
        border: 1px solid #e3e1e1;
        padding: 15px;
    }

        .listproductcard .product-cta button {
            width: fit-content;
        }

    .productcard .product-img-wrap {
        height: 150px;
    }

    .flexil .price-current,
    .flexil .price-old {
        font-size: 1.5rem;
    }
    /* Styles for Laptops */
    @media (min-width: 1024px) and (max-width: 1440px) {
    }
    /* Styles for Tablet */
    @media (min-width: 768px) and (max-width: 1023px) {
        .order-product-wrapper {
            width: 95%;
        }

        .order-product-img {
            height: 260px;
            padding: 20px;
        }

        .btn-wrapper {
            grid-template-columns: 32% 32% 32;
            justify-content: space-between;
        }

        .order-product-wrapper-2 {
            width: 90%;
        }

        .order-info-wrapper {
            width: 100%;
        }

        .address-wrapper {
            width: 90%;
        }

        .order-product-wrapper {
            width: 95%;
            gap: 20px;
            grid-template-columns: 35% 60%;
            padding: 20px 50px 25px 50px;
        }

        .order-product-info h3 {
            font-size: 13px;
        }

        .order-product-info .btn {
            font-size: 11px;
        }

        .connect-text {
            padding: 20px;
        }

            .connect-text p {
                padding: 10px 0;
                font-size: 13px;
            }

            .connect-text .input {
                padding: 10px 15px;
                font-size: 12px;
            }

            .connect-text .btn {
                padding: 10px 15px;
                font-size: 12px;
            }

            .connect-text h3 {
                font-size: 24px;
            }
    }
    /* Styles for Mobile Potrait */
    @media (min-width: 480px) and (max-width: 767px) {
    }
    /* Styles for Small Mobile */
    @media (min-width: 320px) and (max-width: 479px) {
        .site-header {
            padding: 15px 0 0 0;
        }

        .pincode-row {
            overflow: visible;
        }

        .flexil .product-info {
            display: flex;
            width: 62%;
            gap: 21px;
        }

        .listproductcard {
            padding: 0 15px;
        }

        .hiddy {
            display: none;
        }

        .pincode-row {
            width: 100%;
        }

        .product-gallery-shop.grid_view .product-title {
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .product-gallery-shop.grid_view .price-current {
            font-size: 1.3rem;
        }

        .price-old {
            font-size: 1.1rem; 
        }
        .price-off {
            font-size: 1.1rem; 
        }
        .product-img-wrap { 
            height: 150px;
        }

        .set_fix_bottm {
            display: flex;
            bottom: 0;
            position: fixed;
            z-index: 9998;
            width: calc(100% + 5px);
            left: 0;
            background: #fff;
            padding: 10px;
            border-top: 1px solid #e7e7e7;
        }

        .listproductcard .product-cta button {
            width: 100%;
        }

        .MyAccountCard.MyOrderListArea ul li .Description h4 {
            font-size: 9px !important;
            transform: scale(1.5);
        }

        .site-header .site-header__title {
            font-size: 23px;
            padding-bottom: 20px;
        }

        .site-header p {
            font-size: 12px;
        }

        .order-product-wrapper {
            width: 95%;
            grid-template-columns: 100%;
            gap: 16px;
            padding: 20px 20px 30px 20px;
        }

            .order-product-wrapper .order_item:not(:last-child) {
                padding-bottom: 24px;
                border-bottom: 1px solid #ddd;
            }

        .order-product-info h3 {
            font-size: 12px;
        }

        .btn-wrapper {
            grid-template-columns: 30% 30% 32%;
            justify-content: space-between;
        }

        .order-product-info .btn {
            font-size: 10px;
            padding: 10px 5px;
        }

        .order-product-info span i {
            margin-left: -1px;
        }

        .order-product-wrapper-2 {
            width: 90%;
        }

        .track-order .btn {
            font-size: 15px;
        }

        .order-info-sec-first-child {
            font-size: 12px !important;
        }

        .order-product-wrapper::before {
            background: no-repeat;
        }

        .order-info-wrapper {
            width: 95%;
        }

        .order-info-sec {
            padding: 20px 10px 0 10px;
        }

            .order-info-sec th, td {
                padding: 10px 5px;
            }

        .product-details table tr td {
            padding: 0.1px 5px;
            border-bottom: 1px solid #ccc !important;
            border-top: none;
        }

        .order-info-sec th {
            font-size: 10px;
        }

        .order-info-sec td {
            font-size: 9px;
            padding: 10px 5px !important;
        }

        .order-info-sec .btn {
            font-size: 14px;
            padding: 5px 20px;
        }

        .address-wrapper {
            width: 90%;
        }

        .address-sec p {
            font-size: 12px;
        }

        .address-wrapper {
            width: 95%;
            margin: auto;
            padding: 0px 20px 30px 0;
            padding-bottom: 10px;
        }

        .order-product-sec {
            margin: 0px 0 10px 0;
        }

        .order-product-img {
            border: none;
        }

        .order-product-img {
            height: 190px;
            padding: 0;
        }

        .connect-us-wrapper {
            grid-template-columns: 100%;
            justify-content: space-between;
        }

        .connect-text {
            margin-top: 10px;
            padding: 30px 20px;
        }

            .connect-text p {
                padding: 10px 0;
                font-size: 12px;
                line-height: 15px;
            }

            .connect-text h3 {
                font-size: 20px;
            }

            .connect-text form {
                width: 100%;
            }

            .connect-text .input {
                width: 100%;
                padding: 10px;
                font-size: 12px;
            }

            .connect-text .btn {
                width: 100%;
                padding: 10px;
                font-size: 12px;
            }
    }



 