* {
    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;
    overflow: hidden;
    gap:10px;
}

.button-wrapper button{
    border-radius:10px;
    text-transform:capitalize;
}

    .button-wrapper button:hover {
        background: #254696;
        color:rgba(255, 255, 255,.7);
    }

    .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;
    color: #fff;
    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: 75px;
    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
    }

.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: 2.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: transparent !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;
}