.topbar {
    background-color: #ff6e00;
    padding: 2px 0;
}

@media (max-width: 575px) {
    .topbar {
        display: none;
    }

    body {
        padding-bottom: 70px;
    }
}

body .no-scroll {
    overflow: hidden;
    touch-action: none; /* Prevent touch scrolling */
    position: fixed; /* Prevent shifting on iOS */
    width: 100%;
}

.cart-box
{
    cursor: pointer;
}


/*sidebar*/
@media only screen and (max-width: 991px) {
    .d-lg-none {
        display: inline !important;
    }
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 99999;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.side-menu-header {
    position: relative;
    color: #fff;
    background: #ff7a00;
}

.side-menu-close {
    position: absolute;
    color: #fff;
    font-size: 24px;
    right: 0;
    top: 9px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.side-menu-header .side-login a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.sidepanel a {
    display: block;
    padding: 0.5rem;
    padding-left: 27px;
    text-decoration: none;
    text-align: left;
}

.side-menu-header .side-login a:not(:first-child) {
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    color: #fff;
}

.sidepanel ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}


.sidepanel li {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd !important;
}

.sidepanel .level1-styles a {
    color: #2d2d2d;
    font-size: 14px;
}

.side-menu-close svg {
    height: 40px;
}

/*Side Shopping Cart Start*/
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 9999; /* just below your .cart-menu */
    transition: opacity 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-menu.active {
    display: block;
    right: 0;
}

.cart-menu {
    width: 340px;
    right: -300px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    height: 100vh;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.cart-menu {
    display: none;
}

.mobile-menu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
    }
}

.mobile-menu-close {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-menu-close {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.cart-item-list {
    padding: 0px 20px 30px;
    overflow: auto;
    height: 350px;
}

.cart__empty-text {
    text-align: center;
    opacity: 0.9;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.continue-shop-btn {
    background: #ff6e00;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
}

.cart__login-title {
    text-align: center;
    letter-spacing: 0.2px;
    font-weight: 300;
    color: #342c2c;
}

.cart__login-paragraph, .cart__login-paragraph a {
    font-size: 1.1rem;
    color: #51515b;
}

.cart__login-paragraph, .cart__login-paragraph a {
    font-size: 1.1rem;
    color: #51515b;
}

.cart-item-list {
    padding: 0px 20px 30px;
    overflow: auto;
    height: 350px;
}

.cart-item-list .cart-item-details .cart-item-description {
    display: --webkit-box;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-box-align: center;
    --ms-flex-align: center;
    align-items: center;
}

.remove-cart, .remove-cart:focus {
    border: 0.5px solid #dfbaba;
    background: #e20c15;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}
.remove-cart i {
    color: #fff;
}

.cart-buttons {
    padding: 20px;
}
.cart-buttons .cart-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cart-buttons .cart-price p {
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart-buttons .cart-price span {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.default_btn {
    color: whitesmoke;
    background-color: #E4002B !important;
}

.btns {
    font-size: 14px;
    border: none;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 50px;
    --webkit-border-radius: 4px;
}
/*Side Shopping Cart Ends*/


.brand-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}

.social-icons .social-link {
    color: #ffffff;
    font-size: 24px;
    margin-left: 16px;
    text-decoration: none;
}

.social-icons .social-link:hover {
    opacity: 0.85;
}

.header-logo img {
    height: 72px;
    width: auto;
}

.header-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    gap: 40px;
    list-style: none;
    padding-left: 0;
}

.nav-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #28343d;
}

.nav-link:hover,
.nav-link.active {
    color: #ff7a00;
}

.vr-line {
    width: 1px;
    height: 91px;
    background: #e8edf1;
    margin: 0 10px;
}

.vr-line-2 {
    width: 1px;
    height: 48px;
    background: #e8edf1;
    margin: 0 10px;
}

.search-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #ff7a00;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1a1f24;
    font-size: 20px;
}

.cart-icon {
    font-size: 32px;
    color: #000000;
}

.cart-wrapper {
    position: relative;
    display: inline-flex;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ff7a00;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.price .amount {
    color: #ff7a00;
    font-weight: 700;
}

.price .count {
    font-size: 14px;
    color: #6d7a86;
}

.header-divider {
    border-bottom: 1px solid #eef2f5;
}

/* Desktop Version - Sticky Header Position */
@media (min-width: 1025px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    body {
        margin-top: 0;
    }

    .container {
        max-width: 1200px;
    }

    .mobile-menu {
        display: none !important;
    }
}

.banner {
    padding: 24px 0 28px;
}

.banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f5f7f9;
}

.banner-img {
    display: block;
    width: 100%;
    height: auto;
}

.features {
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .banner .container {
        /*max-width: 1200px;*/
    }
}

@media (max-width: 575px) {
    .site-header {
        padding: 12px 0;
        border-bottom: 1px solid #f0f4f7;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1000;
    }

    .site-header .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu {
        display: flex !important;
        align-items: center;
        gap: 8px;
        color: #1a1f24;
        font-weight: 700;
        font-size: 16px;
        order: 1;
    }

    .mobile-menu i {
        font-size: 28px;
    }

    .header-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        order: 2;
    }

    .header-logo img {
        height: 60px;
    }

    .header-nav {
        display: none;
    }

    .header-actions {
        display: flex;
        align-items: center;
        order: 3;
    }

    .cart-wrapper {
        display: flex;
        align-items: center;
    }

    .cart-icon {
        font-size: 28px;
        color: #000000;
    }

    .cart-badge {
        position: absolute;
        top: -6px;
        right: -8px;
        background: #ff7a00;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 700;
    }

    .vr-line,
    .vr-line-2,
    .search-btn {
        display: none !important;
    }

    body {
        margin-top: 85px;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .topbar {
        display: none;
    }

    .site-header {
        position: relative;
    }

    .header-nav {
        display: none;
    }

    .mobile-menu {
        display: inline-flex !important;
        align-items: center;
        gap: 10px;
        margin-right: 12px;
        color: #1a1f24;
        font-weight: 700;
    }

    .mobile-menu i {
        font-size: 28px;
    }

    .site-header .container {
        position: relative;
        justify-content: space-between;
    }

    .header-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .vr-line,
    .vr-line-2,
    .price,
    .search-btn {
        display: none;
    }

    body {
        margin-top: 0;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .site-header {
        padding: 8px 0;
        border-bottom: 1px solid #f0f4f7;
    }

    .header-logo img {
        height: 48px;
    }

    .mobile-menu {
        gap: 8px;
        font-weight: 800;
        font-size: 14px;
    }

    .mobile-menu i {
        font-size: 24px;
    }

    .cart-icon {
        font-size: 24px;
    }

    .cart-badge {
        width: 16px;
        height: 16px;
        font-size: 10px;
        top: -4px;
        right: -6px;
    }
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-card {
    border: 1px solid #1aa334;
    border-radius: 8px;
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.feature-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #2fd15e, #0c8e1f);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 12px;
}

.feature-title {
    font-size: 18px;
    font-weight: 900;
    color: #0f1e25;
    text-align: center;
    margin: 0;
}

@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .feature-card {
        padding: 14px 10px;
        min-height: 130px;
    }

    .feature-icon {
        width: 64px;
        height: 64px;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .feature-title {
        font-size: 16px;
    }
}

.products {
    padding: 20px 0 40px;
}

.section-title {
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 20px;
}

/* Responsive Section Title */
@media (max-width: 992px) {
    .section-title {
        font-size: 36px;
        margin: 0 0 18px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
        margin: 0 0 16px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 24px;
        margin: 0 0 14px;
        line-height: 1.3;
    }
}

.slider {
    position: relative;
}

.slides {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 72px) / 4);
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.slides:focus {
    outline: none;
}

.product-card {
    scroll-snap-align: start;
    border: 1px solid #0000001B;
    padding: 16px 12px 20px;
    position: relative;
    text-align: center;
    background: #ffffff;
}

.product-card .thumb {
    height: 240px;
    display: flex;
    /*align-items: flex-end;*/
    width: 100%;
    /*max-width: 200px; !* optional, set container size *!*/
    aspect-ratio: 1 / 1; /* makes all thumbs square (optional) */
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-card .thumb img {
    /*max-height: 220px;*/
    /*width: auto;*/
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; /* ensures full image fits without cropping */
    display: block;
}

.badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ff7a00;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 3px;
}

.badge.discount {
    left: auto;
    right: 8px;
    background: #ffa63b;
}

.product-title {
    /*font-size: 18px;*/
    /*margin: 14px 0 8px;*/
}

.product-title a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.price {
    color: #ff6e00;
    font-weight: 700;
    font-size: 14px;
}

.price .old {
    color: #888;
    text-decoration: line-through;
    font-weight: 500;
}

.price .sep {
    color: #999;
    margin: 0 4px;
}

.add-to-cart {
    font-size: 12px;
    margin-top: 14px;
    background: #ff6e00;
    color: #ffffff;
    border: 0;
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #ff7a00;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
}

.slider-arrow.prev {
    left: -48px;
}

.slider-arrow.next {
    right: 23px;
}

@media (max-width: 1200px) {
    .slides {
        grid-auto-columns: calc((100% - 48px) / 3);
    }
}

@media (max-width: 768px) {
    .slides {
        grid-auto-columns: calc((100% - 24px) / 2);
    }
}

@media (max-width: 480px) {
    .slides {
        grid-auto-columns: calc((100% - 16px) / 2);
    }

    .slider-arrow {
        width: 36px;
        height: 36px;
        border-width: 2px;
    }

    .slider-arrow.prev {
        left: 6px;
    }

    .slider-arrow.next {
        right: 6px;
    }
}

@media (max-width: 575px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .feature-card {
        padding: 12px 8px;
        min-height: 120px;
    }

    .feature-icon {
        width: 56px;
        height: 56px;
        font-size: 26px;
        margin-bottom: 8px;
    }

    .feature-title {
        font-size: 13px;
        line-height: 1.3;
    }
}

.reviews {
    padding: 16px 0 40px;
}

/* Desktop - Grid Layout */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.review-item {
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* Tablet - Slider Layout */
@media (max-width: 992px) {
    .reviews-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 32px) / 2);
        overflow-x: auto;
        gap: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        padding-bottom: 8px;
    }

    .review-item {
        scroll-snap-align: start;
        min-width: 0;
    }
}

/* Mobile - Single Item Slider */
@media (max-width: 575px) {
    .reviews-grid {
        grid-auto-columns: calc((100% - 16px) / 1.2);
        gap: 12px;
    }

    .review-item {
        scroll-snap-align: center;
    }

    .reviews {
        padding: 16px 0 32px;
    }
}

.site-footer {
    background: #0b0f12;
    color: #cfd6dc;
    padding-top: 36px;
}

.site-footer .container {
    padding-bottom: 24px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 24px 0;
}

.footer-logo {
    width: 120px;
    height: auto;
    margin-bottom: 12px;
}

.footer-brand p {
    margin: 0;
    line-height: 1.6;
}

.footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 12px;
}

.product-mini-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.product-mini-list li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 10px;
    align-items: center;
}

.product-mini-list img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
    background: #fff;
}

.product-mini-list .name {
    display: block;
    color: #e8eef3;
    font-weight: 600;
}

.product-mini-list .price {
    color: #ff7a00;
    font-weight: 800;
}

.footer-links {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 8px;
    margin: 0;
}

.footer-links a {
    color: #cfd6dc;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
}

.contact-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 8px;
    margin: 0;
}

.footer-payments {
    display: flex;
    align-items: center;
}

.footer-payments img {
    height: 34px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 12px 0;
    color: #9aa6b2;
}

@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1.5fr 1fr;
    }
}

@media (max-width: 575px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-payments {
        justify-content: center;
    }
}

.products-grid {
    padding: 16px 0 40px;
}

.products-grid .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Tablet Large - 3 columns */
@media (max-width: 1200px) {
    .products-grid .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

/* Tablet - 2 columns */
@media (max-width: 768px) {
    .products-grid .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* Mobile - 2 columns with smaller spacing */
@media (max-width: 575px) {
    .products-grid {
        padding: 16px 0 32px;
    }

    .products-grid .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .products-grid .product-card {
        padding: 12px 8px 16px;
    }

    .products-grid .product-card .thumb {
        height: auto;
    }

    .products-grid .product-card .thumb img {
        max-height: 140px;
    }

    .products-grid .product-title {
        font-size: 15px;
        margin: 12px 0 6px;
    }

    .products-grid .add-to-cart {
        padding: 8px 12px;
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
    }

    .products-grid .badge {
        font-size: 10px;
        padding: 3px 6px;
    }
}

.load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.load-more-btn {
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid #e7edf2;
    background: #ffffff;
    color: #0f1e25;
    font-weight: 800;
    letter-spacing: 0.4px;
}

/* Bottom Mobile Navigation */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e8edf1;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.bottom-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-around;
    align-items: center;
    height: 70px;
}

.bottom-nav-item {
    flex: 1;
    text-align: center;
}

.bottom-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #6d7a86;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.3s ease;
    padding: 8px 4px;
    position: relative;
}

.bottom-nav-link:hover,
.bottom-nav-link.active {
    color: #ff7a00;
}

.bottom-nav-link i {
    font-size: 24px;
    margin-bottom: 4px;
}

.bottom-nav-link .nav-badge {
    position: absolute;
    top: 2px;
    right: 50%;
    transform: translateX(50%);
    background: #ff7a00;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .bottom-nav {
        display: block;
    }
}

/* ================ PRODUCT DETAILS PAGE STYLES ================ */

/* Product Details Section */
.product-details {
    padding: 40px 0;
    background: #ffffff;
}

/* Breadcrumb */
.breadcrumb-nav {
    margin-bottom: 30px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb-item {
    color: #6d7a86;
}

.breadcrumb-item a {
    color: #ff7a00;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #333;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #6d7a86;
    margin: 0 8px;
}

/* Product Wrapper */
.product-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Product Image */
.product-image {
    position: relative;
}

.image-container {
    position: relative;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.main-image {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

.zoom-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.zoom-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Product Info */
.product-info {
    padding-left: 20px;
}

/* Product Badges */
.product-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.product-badges .badge {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.product-badges .badge.discount {
    background: #ff7a00;
    color: white;
}

.product-badges .badge.hot {
    background: #ff7a00;
    color: white;
}

/* Product Title */
.product-title {
    font-size: 32px;
    font-weight: 400;
    color: #0f1e25;
    /*margin: 0 0 20px;*/
    line-height: 1.3;
}

/* Price Range */
.price-range {
    font-size: 25px;
    font-weight: 500;
    color: #ff6e00;
    margin-bottom: 25px;
}

/* Product Options */
.product-options {
    margin-bottom: 20px;
}

.option-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 12px;
}

.weight-options {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.weight-btn {
    padding: 4px 16px;
    border: 2px solid #e8edf1;
    background: #ffffff;
    color: #333;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.weight-btn:hover,
.weight-btn.active {
    border-color: #242424;
    /*background: #ff7a00;*/
    color: #242424;
}

/*Color*/
.color-btn {
    padding: 4px 16px;
    border: 2px solid #e8edf1;
    background: #ffffff;
    color: #333;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.color-btn:hover,
.color-btn.active {
    border-color: #242424;
    /*background: #ff7a00;*/
    color: #242424;
}

.clear-btn {
    background: none;
    border: none;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.clear-btn:hover {
    color: #ff7a00;
}

/* Current Pricing */
.current-pricing {
    margin-bottom: 25px;
   font-size: 30px;
    font-weight: 700;
}

.original-price {
    color: #888;
    text-decoration: line-through;
    margin-right: 10px;
}

.sale-price {
   color: #ff6e00;
    font-weight: 600;
}

/* Quantity Section */
.quantity-section {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 2px solid #e8edf1;
    border-radius: 4px;
    overflow: hidden;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #f8f9fa;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.qty-btn:hover {
    background: #e9ecef;
}

.qty-input {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.qty-input:focus {
    outline: none;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 12px;
}

.add-to-cart-btn,
.buy-now-btn {
    padding: 8px 44px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-to-cart-btn {
    background: #ff7a00;
    color: white;
    border: 2px solid #ff7a00;
}

.add-to-cart-btn:hover {
    background: #e66a00;
}

.buy-now-btn {
    background: #ff7a00;
    color: white;
    border: 2px solid #ff7a00;
}

.buy-now-btn:hover {
    background: #e66a00;
}

/* Contact Buttons */
.contact-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.contact-btn:hover {
    transform: translateY(-2px);
    color: white;
}

.call-btn {
    background: linear-gradient(45deg, #0056b3, #007bff);
}

.whatsapp-btn {
    background: linear-gradient(45deg, #25d366, #128c7e);
}

.contact-btn i {
    font-size: 20px;
}

.contact-text {
    font-size: 12px;
    opacity: 0.9;
}

.contact-number {
    font-size: 16px;
    font-weight: 700;
}

/* Compare Section */
.compare-section {
    margin-bottom: 20px;
}

.compare-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.compare-checkbox input[type="checkbox"] {
    display: none;
}

.compare-checkbox i {
    font-size: 16px;
}

/* Product Meta */
.product-meta {
    margin-bottom: 25px;
}

.meta-item {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}

.meta-label {
    color: #666;
    font-weight: 600;
}

.meta-value {
    color: #333;
}

/* Social Share */
.social-share {
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.share-btn:hover {
    transform: scale(1.1);
    color: white;
}

.share-btn.facebook {
    background: #3b5998;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.pinterest {
    background: #bd081c;
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn.telegram {
    background: #0088cc;
}

/* ================ RESPONSIVE DESIGN ================ */

/* Tablet */
@media (max-width: 992px) {
    .product-wrapper {
        gap: 40px;
    }

    .product-info {
        padding-left: 10px;
    }

    .product-title {
        font-size: 28px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .add-to-cart-btn,
    .buy-now-btn {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 768px) {


    .product-card .thumb {
        height: auto;
    }

    .product-details {
        padding: 20px 0;
    }

    .product-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-info {
        padding-left: 0;
    }

    .product-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .price-range {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .current-pricing {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .quantity-section {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .quantity-controls {
        align-self: flex-start;
    }

    .action-buttons {
        width: 100%;
    }

    .contact-buttons {
        flex-direction: column;
    }

    .contact-btn {
        justify-content: center;
    }

    .social-share {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .breadcrumb {
        font-size: 12px;
    }

    .product-title {
        font-size: 20px;
    }

    .weight-options {
        gap: 6px;
    }

    .weight-btn {
        padding: 6px 12px;
        font-size: 14px;
    }

    .contact-text {
        display: none;
    }

    .share-buttons {
        flex-wrap: wrap;
    }
}

/* ================ PRODUCT TABS & REVIEWS SECTION ================ */

/* Product Tabs */
.product-tabs {
    padding: 40px 0;
    background: #f8f9fa;
    border-top: 1px solid #e8edf1;
}

.tabs-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.tab-nav {
    border-bottom: 1px solid #e8edf1;
    margin-bottom: 30px;
}

.tab-btn {
    padding: 15px 30px;
    background: none;
    border: none;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-btn:hover,
.tab-btn.active {
    color: #ff7a00;
    border-bottom-color: #ff7a00;
}

.tab-content {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Shipping Info */
.shipping-info h3 {
    color: #0f1e25;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.shipping-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.shipping-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f4f7;
    font-size: 14px;
    line-height: 1.5;
}

.shipping-list li:last-child {
    border-bottom: none;
}

.shipping-list strong {
    color: #ff7a00;
}

/* Product Reviews */
.product-reviews {
    padding: 40px 0;
    background: #ffffff;
}

.reviews-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Reviews Display */
.reviews-display {
    padding: 20px 0;
}

.reviews-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f1e25;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.no-reviews {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Review Form */
.review-form-section {
    padding: 20px 0;
}

.review-form-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f1e25;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.review-form {
    max-width: 500px;
}

.form-notice {
    margin-bottom: 20px;
}

.form-notice p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.required {
    color: #ff7a00;
    font-weight: bold;
}

/* Rating Section */
.rating-section {
    margin-bottom: 20px;
}

.rating-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.star-rating {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.star {
    font-size: 20px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
    user-select: none;
}

.star:hover,
.star.active {
    color: #ffc107;
}

.star.filled {
    color: #ffc107;
}

/* Form Groups */
.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e8edf1;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #ff7a00;
}

.review-textarea {
    resize: vertical;
    min-height: 120px;
}

/* Checkbox */
.checkbox-group {
    margin-bottom: 25px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    line-height: 1.4;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 16px;
    height: 16px;
    border: 2px solid #e8edf1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: #ff7a00;
    border-color: #ff7a00;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark:after {
    content: "✓";
    color: white;
    font-size: 10px;
    font-weight: bold;
}

/* Submit Button */
.submit-review-btn {
    background: #ff7a00;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-review-btn:hover {
    background: #e66a00;
}

/* ================ RESPONSIVE DESIGN FOR TABS & REVIEWS ================ */

/* Tablet */
@media (max-width: 992px) {
    .product-tabs {
        padding: 30px 0;
    }

    .tab-content {
        padding: 20px;
    }

    .reviews-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .review-form {
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .product-tabs {
        padding: 20px 0;
    }

    .tab-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .tab-content {
        padding: 15px;
    }

    .shipping-info h3 {
        font-size: 18px;
    }

    .shipping-list li {
        font-size: 13px;
    }

    .product-reviews {
        padding: 30px 0;
    }

    .reviews-wrapper {
        gap: 20px;
    }

    .review-form-title {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    .tab-btn {
        padding: 10px 15px;
        font-size: 13px;
    }

    .tab-content {
        padding: 12px;
    }

    .reviews-title {
        font-size: 18px;
    }

    .review-form-title {
        font-size: 13px;
    }

    .form-control {
        padding: 10px 12px;
        font-size: 13px;
    }

    .star {
        font-size: 18px;
    }

    .submit-review-btn {
        width: 100%;
        padding: 12px;
    }
}
