
    body {
        background: #fff;
        font-family: Arial, sans-serif;
        font-size: 15px;
    }

    .d-flex {
        display: flex;
    }

    /* breadcrumbs */
    .after-header {
        padding: 10px 0;
    }

    .breadcrumbs {
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        font-size: 14px;
        margin: 20px 0px 0px 0px;
    }

    .breadcrumbs li {
        display: flex;
        align-items: center;
        color: #777;
    }

    .breadcrumbs li a {
        color: #1d1d1d;
        text-decoration: none;
        font-weight: 500;
    }

    .breadcrumbs li:not(:first-child)::before {
        content: "/";
        margin: 0 8px;
        color: #777;
        font-weight: 300;
    }

    @media (max-width: 576px) {
        .breadcrumbs_ml{
          margin-left:0px;  
        }
        .breadcrumbs li:last-child span[itemprop="name"] {
            display: inline-block;
            max-width: 15ch;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
        }
        
    }

    .breadcrumbs ul li img {
        width: 14px;
        color: #858585;
        margin-right: 5px;
        margin-bottom: 4px;
    }

    /* social icons css */

    /* social icons css */

    .pd-q-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
        padding: 12px 20px;
        border-radius: 30px;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
        margin: 20px 0;
        overflow: hidden;
    }

    .pd-q-actions .share-on {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .pd-q-actions .share {
        font-size: 14px;
        color: #1a1a1a;
        font-weight: 500;
    }

    /* Icon styles */
    .pd-q-actions .icon img,
    .options img {
        width: 18px;
        /* Increase icon size */
        height: 18px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        /* Center icon inside the span */
    }

    /* Options styling */
    .pd-q-actions .options {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    @media (max-width: 576px) {
        .pd-q-actions .options
         {
        display: flex;
        align-items: center;
        gap: 5px;
        }
    }
    .pd-q-actions .options span {
        font-size: 14px;
        cursor: pointer;
        color: #000;
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 500;
    }

    .pd-q-actions .options i {
        font-size: 18px;
        color: #000;
    }



    .product-name {
        font-size: 22px;
        color: #3749bb;
        margin-top: 20px;
    }

    /* Gallary Images */

    .product-images img {
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
        padding: 0px 15px;
    }

    .thumbnails {
        margin: 0;
    }

    .thumbnails img {
        width: 70px;
        height: 70px;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #eee;
    }

    .info-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }

    .ibadge {
        background: #f3f6fb;
        padding: 0px 10px;
        border-radius: 30px;
        font-size: 14px;
        color: #666;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        border: 1px solid #e5e9f3;
        line-height: 30px;
    }

    .ibadge .value {
        font-weight: 700;
        margin-left: 4px;
        color: #000;
    }

    .ibadge ins {
        text-decoration: none;
        color: #000;
        font-weight: 700;
        margin-right: 5px;
    }

    .ibadge del {
        color: #777;
    }

    .in-stock {
        color: #00a65a !important;
    }

    .key_features_txt {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .key_features {
        margin-top: 0;
        margin-bottom: 1rem;
        list-style: none;
        padding: 0;
    }

    .key_features li {
        font-weight: 500;
        padding-bottom: 10px;
    }

    .key_features .view-more {
        display: inline-block;
        line-height: 24px;
        padding-bottom: 2px;
        color: #d51e0b;
        border-bottom: 1px solid #d51e0b;
        cursor: pointer;
    }

    .key_features .view-more:hover {
        box-shadow: 0 1px 0 #d51e0b;

    }

    .product-price-options .p-wrap {
        border: 2px solid #ddd;
        padding: 15px;
        width: 100%;
        cursor: pointer;
    }

    .product-price-options .p-wrap:nth-child(2) {
        margin-left: 20px;
    }

    @media (max-width: 576px) {
        .product-price-options .p-wrap:nth-child(2) {
            margin-left: 0;
        }
    }

    .product-price-options .p-wrap div {
        font-size: 14px;
    }

    .product-price-options .p-wrap p:first-child {
        font-size: 20px;
    }

    .product-price-options .p-wrap p:first-child del {
        font-size: 18px;
        color: #838383;
        font-weight: 400;
    }

    @media (max-width: 576px) {
        .product-price-options {
            display: block !important;
        }

        .product-price-options .p-wrap:nth-child(2) {
            margin-top: 20px;
        }
    }

    .product-price-options .active {
        border-color: #3749bb;
    }

    .product-price-options label {
        display: flex;
        align-items: center;
    }

    .product-price-options p {
        margin: 0;
        padding: 0;
    }

    .product-price-options input[type="radio"] {
        margin-right: 10px;
        width: 24px;
        height: 24px;
        /* Space between radio button and price text */
    }

    /* qty css */

    .qty-box {
        display: inline-flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 2px;
        overflow: hidden;
        width: 163px;
        justify-content: space-around;
    }

    .qty-btn {
        width: 40px;
        height: 45px;
        border: none;
        background: none;
        font-size: 22px;
        cursor: pointer;
        user-select: none;
    }

    .cart-option {
        margin-top: 20px;
    }

    .cart-option .btn {
        background: #3749bb;
        display: inline-block;
        border: aliceblue;
        min-width: 200px;
        padding: 0 20px;
        margin: 0px 0px 0px 15px;
        line-height: 38px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        border-radius: 4px;
        outline: none;
        text-align: center -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .cart-option .btn:hover {
        box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
        color: #fff;
        text-decoration: none;
    }

    .qty-btn:hover {
        background: #e5e5e5;
    }

    #qtyInput {
        width: 50px;
        height: 45px;
        border: 0;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        text-align: center;
        font-size: 15px;
        outline: none;
    }

    /* contdown css */

    .countdown {
        text-align: center;
        padding: 12px;
        border: 1px solid #eee;
        display: inline-block;
        border-radius: 6px;
        margin-top: 20px;
    }

    @media (max-width: 576px) {
        .countdown {
            width: 100%;
            margin-top: 40px;
        }
    }

    .cd-title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px;
        margin-top: -23px;
        background: white;
    }

    .cd-boxes {
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .cd-group {
        text-align: center;
    }

    .cd-digits {
        display: flex;
        gap: 5px;
        margin-bottom: 5px;
    }

    .cd-digit-box {
        width: 15px;
        height: 20px;
        background: #ff5722;
        color: white;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

    .cd-label {
        font-size: 13px;
        font-weight: 500;
        color: #444;
    }

    /* ---------- LIGHTBOX ---------- */
    #lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #lightbox img {
        max-width: 90%;
        max-height: 80%;
        border-radius: 8px;
    }

    #closeLightbox {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 40px;
        color: white;
        cursor: pointer;
        user-select: none;
    }

    /* --- ARROWS LEFT / RIGHT --- */
    #lightboxControls {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
        transform: translateY(-50%);
    }

    .lightbox-arrow {
        font-size: 50px;
        color: white;
        cursor: pointer;
        user-select: none;
        padding: 10px 20px;
    }

    .lightbox-arrow:hover {
        color: #ddd;
    }
