.final-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.final-button-buy,
.final-button-cart {
    height: 59px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    transition: background .4s ease-in-out;
}

.final-button-inside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    width: calc(100% - 168px);
    column-gap: 10px;
}

.final-button-cart {
    background: transparent;
    border: 1px solid #e9ecef;
}

.final-button-cart:hover {
    color: #ffffff;
}

.final-button-buy {
    color: #ffffff;
    border: 1px solid #070707;
    background: #070707;
}

.final-button-buy:hover {
    color: #ffffff;
    border-color: var(--hisense-primary);
}

.final-button-buy:hover,
.final-button-cart:hover {
    background: var(--hisense-primary);
}

/* ----------------------------------------------------- */
.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-product-gallery .tinv-wishlist,
.wishlist-btn-container {
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 4;
    background: #F6F6F6;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
}

.woocommerce-product-gallery .tinvwl-icon-heart {
    top: 5px;
}

.woocommerce-product-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.woocommerce-product-gallery__wrapper {
    position: relative;
    margin: 0;
}

.woocommerce-product-gallery__image {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.hisense-gallery-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    transform: translateY(-50%);
    padding: 0 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.woocommerce-product-gallery:hover .hisense-gallery-nav {
    opacity: 1;
}

.hisense-gallery-nav button {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hisense-gallery-nav button:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.hisense-gallery-nav button:active {
    transform: scale(0.95);
}

.woocommerce-product-gallery.flexslider {
    border: none;
    border-radius: 12px;
    margin: 0;
    background: transparent;
}

.woocommerce-product-gallery .flex-direction-nav {
    height: auto;
}

.woocommerce-product-gallery .flex-direction-nav a {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
    transition: all 0.3s ease;
    opacity: 0;
    margin-top: -22.5px;
}

.woocommerce-product-gallery:hover .flex-direction-nav a {
    opacity: 1;
}

.woocommerce-product-gallery .flex-direction-nav a:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.woocommerce-product-gallery .flex-direction-nav .flex-prev {
    left: 15px;
}

.woocommerce-product-gallery .flex-direction-nav .flex-next {
    right: 15px;
}

.woocommerce-product-gallery .flex-control-nav {
    display: none;
}

.woocommerce-product-gallery.loading {
    min-height: 400px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-product-gallery.loading::before {
    content: "Loading...";
    color: #666;
    font-size: 16px;
}

.woocommerce-product-gallery__image img[src=""],
.woocommerce-product-gallery__image img:not([src]) {
    display: none;
}

.woocommerce-product-gallery__image {
    aspect-ratio: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce-product-gallery__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.woocommerce-product-gallery__image a {
    width: 100%;
}

.hisense-frequently-bought-together {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.hisense-frequently-bought-together h4 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 500;
}

.where-to-buy {
    font-size: 20px;
    font-weight: 400;
    /* line-height: 1; */
    color: var(--hisense-primary);
    text-decoration: underline;
}

/* -------------------------------------------------------- */

.single_variation_wrap {
    margin-top: 40px;
    order: 2;
}

.single_variation_wrap>div {
    display: flex;
    column-gap: 10px;
}

.product_list_container .breadcrumb-nav-wrap {
    width: 100%;
    margin-bottom: 55px;
}

.breadcrumb-arrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    font-family: 'Karbon';
}

.breadcrumb-arrow .home-icon {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    top: -2px !important;
}

.breadcrumb-arrow span:first-child {
    color: #3C3C3C;
}

.breadcrumb-arrow span:last-child {
    color: var(--hisense-primary);
    font-weight: 600;
}

/* -------------------------------------------------------- */

.breadcrumb-nav {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 40px;
}

.breadcrumb-nav .home-icon {
    position: relative;
    top: -6px;
}

/* -------------------------------------------------------- */


.product-detail-price {
    font-size: 35px;
    line-height: 1;
    color: var(--hisense-primary);
    font-weight: 400;
}

.product-detail-price .woocommerce-Price-currencySymbol {
    font-size: 16px;
}

.product-detail-price .price-from {
    font-size: 14px;
}

.product-detail-price h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 35px 0 0 0;
}

.hisense-product-details {
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 0 20px; */
    background: #fff;
}

.hisense-breadcrumb {
    margin-bottom: 40px;
    padding: 10px 0 20px;
    /* border-bottom: 1px solid #e9ecef; */
}

.hisense-breadcrumb .woocommerce-breadcrumb {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    font-weight: 500;
}

.hisense-breadcrumb .woocommerce-breadcrumb span:last-child {
    color: var(--hisense-primary);
}

.delimiter {
    font-size: 0;
    position: relative;
}

.delimiter::after {
    content: "";
    width: 6px;
    height: 11px;
    background: url(../../../images/arrow-right.png) no-repeat center;
    display: inline-block;
}

.woocommerce-breadcrumb span:nth-last-child(2)::after {
    background: url(../../../images/primary_arrow_icon.png) no-repeat center;

}

.woocommerce-breadcrumb span.delimiter {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce-breadcrumb span:not(.delimiter) {
    margin-right: 10px;
}

.woocommerce-breadcrumb span:first-child {
    width: 20px;
    height: 17px;
    display: inline-block;
    background: url(../../../images/home.svg) no-repeat center;
    position: relative;
    top: 2px;
}

.hisense-product-main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: start;
    column-gap: 40px;
}

.hisense-product-images {
    position: sticky;
    width: 46.3%;
    top: 200px;
}

.hisense-product-info {
    width: calc(53.7% - 40px);
}

.hisense-product-images .woocommerce-product-gallery {
    margin: 0;
    position: relative;
}

.hisense-product-images .woocommerce-product-gallery.hisense-modern-gallery-layout {
    border: none;
    border-radius: 0;
}

.hisense-modern-gallery-layout {
    width: 100%;
    max-width: none;
    height: 520px;
}

.hisense-product-images .onsale,
.hisense-sale-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(220, 53, 69, 0.5);
        transform: scale(1.05);
    }

    100% {
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }
}

/* .hisense-product-info {
    padding: 0 0 30px 0;
} */

/* .hisense-product-category {
    margin-bottom: 35px;
} */

.category-badge {
    color: #ffffff;
    padding: 2px 16px 0;
    background: var(--hisense-primary);
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
}

.hisense-product-main .hisense-product h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
    margin: 35px 0 20px;
}

/* ----------------------------------------------------------- */

.hisense-thumbs-swiper .swiper-slide {
    border: 1px solid var(--hisense-primary);
}

/* ----------------------------------------------------------- */

.hisense-product-price-inline {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 5px;
}

.hisense-product-price-inline .main-product-price {
    text-align: right;
}

.hisense-product-price-inline .price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #007bff;
    line-height: 1.2;
}

.hisense-product-price-inline .price-from {
    font-size: 1rem;
    font-weight: 500;
    color: #6c757d;
    display: block;
    margin-bottom: 5px;
}

.hisense-product-rating {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hisense-product-rating .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hisense-product-rating .star-rating {
    font-size: 18px;
    color: #ffc107;
}

.hisense-product-rating .woocommerce-review-link {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.hisense-product-rating .woocommerce-review-link:hover {
    color: #007bff;
}

.hisense-product-rating .review-count {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

.hisense-product-price {
    margin-bottom: 35px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 16px;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.hisense-product-price::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #28a745);
}

.main-product-price .price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #28a745;
    margin-bottom: 8px;
    display: block;
}

.main-product-price .price del {
    color: #dc3545;
    font-size: 1.8rem;
    margin-right: 15px;
    text-decoration: line-through;
}

.main-product-price .price ins {
    text-decoration: none;
    color: #28a745;
}

.main-product-price .price-from {
    font-size: 1rem;
    font-weight: 500;
    color: #6c757d;
    margin-right: 8px;
}

.vat-info {
    margin-top: 8px;
}

.vat-info small {
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
}

.total-price-display {
    margin-top: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    border: 2px solid #007bff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
}

.total-price-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
    font-weight: 600;
}

.total-price-amount {
    font-size: 1.8rem;
    font-weight: 800;
    color: #007bff;
    margin-bottom: 8px;
}

.price-breakdown {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

/* Product Availability Section */
.hisense-product-availability {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #28a745;
}

.stock-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
}

.stock-status.in-stock {
    color: #28a745;
}

.stock-status.out-of-stock {
    color: #dc3545;
}

.stock-status.on-backorder {
    color: #ffc107;
}

.status-icon::before {
    content: "✓";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}

.stock-status.out-of-stock .status-icon::before {
    content: "✗";
    background: #dc3545;
}

.stock-status.on-backorder .status-icon::before {
    content: "⏳";
    background: #ffc107;
}

.delivery-estimate {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

.delivery-icon {
    font-size: 16px;
}

/* Enhanced Key Features */
.key-features {
    margin-bottom: 30px;
}

.key-features h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.key-features h4::before {
    content: "⭐";
    font-size: 1.4rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: white;
    border-radius: 8px;
    border-left: 4px solid #28a745;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-check {
    color: #28a745;
    font-weight: bold;
    font-size: 16px;
    min-width: 20px;
}

/* Animation for stock status */
.stock-status.animate-in {
    animation: slideInLeft 0.6s ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Custom WooCommerce Variations Table Styling */
.hisense-variations-wrapper {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.hisense-variations-wrapper .variations_form {
    background: transparent;
    padding: 0;
}

.hisense-variations-wrapper .variations {
    margin-bottom: 25px;
}

.hisense-variations-wrapper .variations table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.hisense-variations-wrapper .variations td {
    padding: 15px 0;
    border: none;
    vertical-align: middle;
}

.hisense-variations-wrapper .variations .label {
    font-weight: 600;
    color: #2c3e50;
    font-size: 16px;
    padding-right: 20px;
    width: 120px;
    display: inline-block;
}

.hisense-variations-wrapper .variations .label label {
    margin: 0;
    font-weight: 600;
    color: #2c3e50;
}

.hisense-variations-wrapper .variations .value {
    position: relative;
}

.hisense-variations-wrapper .variations select {
    width: 100%;
    max-width: 300px;
    padding: 12px 40px 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    background: white;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.hisense-variations-wrapper .variations select:hover {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.hisense-variations-wrapper .variations select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Frequently Bought Together - Single Variation Wrap */
.hisense-variations-wrapper .single_variation_wrap {
    margin-top: 30px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

/* Frequently Bought Together Section */
.single_variation_wrap .frequently-bought-together {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f3f4;
}

.single_variation_wrap .fbt-header {
    margin-bottom: 25px;
}

.single_variation_wrap .fbt-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    text-align: left;
}

/* Product Cards Grid */
.single_variation_wrap .fbt-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

/* Individual Product Card */
.single_variation_wrap .fbt-product-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
}

.single_variation_wrap .fbt-product-card:hover {
    border-color: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.single_variation_wrap .fbt-product-card.selected {
    border-color: #007bff;
    background: #f8f9ff;
}

/* Checkbox Styling */
.single_variation_wrap .fbt-checkbox {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.single_variation_wrap .fbt-checkbox:checked,
.single_variation_wrap .fbt-checkbox.checked {
    background: #007bff;
    border-color: #007bff;
}

.single_variation_wrap .fbt-checkbox:checked::after,
.single_variation_wrap .fbt-checkbox.checked::after {
    content: '✓';
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Product Image */
.single_variation_wrap .fbt-product-image {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 8px;
}

/* Product Category */
.single_variation_wrap .fbt-product-category {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Product Title */
.single_variation_wrap .fbt-product-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.3;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product Price */
.single_variation_wrap .fbt-product-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0;
}

/* Action Buttons Container */
.single_variation_wrap .fbt-actions {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* Quantity Selector */
.single_variation_wrap .fbt-quantity {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    overflow: hidden;
}

.single_variation_wrap .fbt-qty-btn {
    background: none;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    transition: all 0.3s ease;
}

.single_variation_wrap .fbt-qty-btn:hover {
    background: #f8f9fa;
    color: #2c3e50;
}

.single_variation_wrap .fbt-qty-input {
    border: none;
    width: 50px;
    text-align: center;
    font-weight: 600;
    color: #2c3e50;
    background: transparent;
    outline: none;
}

/* Add to Cart Button */
.single_variation_wrap .fbt-add-to-cart {
    background: #fff;
    color: #2c3e50;
    border: 2px solid #e9ecef;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single_variation_wrap .fbt-add-to-cart:hover {
    background: #f8f9fa;
    border-color: #dee2e6;
    text-decoration: none;
    color: #2c3e50;
}

/* Buy Now Button */
.single_variation_wrap .fbt-buy-now {
    background: #2c3e50;
    color: #fff;
    border: 2px solid #2c3e50;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single_variation_wrap .fbt-buy-now:hover {
    background: #1a252f;
    border-color: #1a252f;
    text-decoration: none;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

/* Responsive Design for FBT */


@media (max-width: 768px) {
    .single_variation_wrap .fbt-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .single_variation_wrap .fbt-product-card {
        padding: 15px;
    }

    .single_variation_wrap .fbt-product-image {
        height: 100px;
    }

    .single_variation_wrap .fbt-actions {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .single_variation_wrap .fbt-products-grid {
        grid-template-columns: 1fr;
    }

    .single_variation_wrap .frequently-bought-together {
        padding: 20px;
    }

    .single_variation_wrap .fbt-title {
        font-size: 1.3rem;
    }
}

/* Hide WooCommerce variation price and description */
.hisense-variations-wrapper .woocommerce-variation-price,
.hisense-variations-wrapper .woocommerce-variation-description {
    display: none !important;
}

.hisense-variations-wrapper .woocommerce-variation-availability {
    margin-bottom: 20px;
}

.hisense-variations-wrapper .stock {
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.hisense-variations-wrapper .stock.in-stock {
    background: #d4edda;
    color: #155724;
}

.hisense-variations-wrapper .stock.out-of-stock {
    background: #f8d7da;
    color: #721c24;
}

/* Quantity and Add to Cart Section */
.hisense-variations-wrapper .cart {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hisense-variations-wrapper .quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hisense-variations-wrapper .quantity label {
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.hisense-variations-wrapper .quantity .qty {
    width: 80px;
    height: 45px;
    text-align: center;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.hisense-variations-wrapper .quantity .qty:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.hisense-variations-wrapper .single_add_to_cart_button {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
}

.hisense-variations-wrapper .single_add_to_cart_button:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.hisense-variations-wrapper .single_add_to_cart_button:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Grand Total Section inside Form - Works for both simple and variable products */
.hisense-variations-wrapper form .hisense-grand-total-section,
.hisense-variations-wrapper .variations_form .hisense-grand-total-section,
.hisense-variations-wrapper .hisense-grand-total-section {
    margin-top: 30px;
    padding: 25px;
    background: white;
    border-radius: 8px;
    border: 2px solid #007bff;
    display: block !important;
}

.hisense-variations-wrapper form .hisense-grand-total-section h4,
.hisense-variations-wrapper .variations_form .hisense-grand-total-section h4,
.hisense-variations-wrapper .hisense-grand-total-section h4 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.hisense-variations-wrapper form .hisense-grand-total-section .includes-vat,
.hisense-variations-wrapper .variations_form .hisense-grand-total-section .includes-vat,
.hisense-variations-wrapper .hisense-grand-total-section .includes-vat {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Frequently Bought Together inside Form - Works for both simple and variable products */
.hisense-variations-wrapper form .hisense-frequently-bought-together,
.hisense-variations-wrapper .variations_form .hisense-frequently-bought-together,
.hisense-variations-wrapper .hisense-frequently-bought-together {
    margin-top: 30px;
    padding: 25px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: block !important;
}

/* Product Features with Icons */
.hisense-product-features {
    margin-bottom: 30px;
}

.features-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-title::before {
    content: "⭐";
    font-size: 1.3rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007bff;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 1.5rem;
    min-width: 30px;
    text-align: center;
}

.feature-content {
    flex: 1;
}

.feature-label {
    font-weight: 600;
    color: #495057;
    display: block;
    margin-bottom: 3px;
}

.feature-values {
    color: #007bff;
    font-weight: 500;
}

.hisense-product-features {
    margin-bottom: 30px;
}

.key-features h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.key-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-features li {
    padding: 8px 0;
    border-bottom: 1px solid #f8f9fa;
    position: relative;
    padding-left: 25px;
}

.key-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

/* Product Excerpt */
.hisense-product-excerpt {
    margin-bottom: 30px;
}

.hisense-product-excerpt .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
}

/* Product Highlights */

.hisense-product-highlights:empty {
    display: none;
}

.hisense-product-highlights {
    width: 100%;
    margin: 40px 0 30px 0;
    padding: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.highlights-preview h4 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.highlights-icon {
    font-size: 1.3rem;
}

.highlights-grid {
    padding: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 16px;
    background: #F1F1F1;
    border-radius: 5px;
}

.highlight-icon {
    font-size: 1.2rem;
    min-width: 25px;
    text-align: center;
}

.highlight-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.highlight-label {
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.highlight-values {
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.95rem;
}

.highlight-term {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500
}

.hisense-product-specs-preview {
    margin-bottom: 30px;
}

.specs-preview h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.specs-icon {
    font-size: 1.1rem;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007bff;
    transition: all 0.3s ease;
}

.spec-item:hover {
    background: #e9ecef;
    transform: translateY(-1px);
}

.spec-icon {
    font-size: 1.2rem;
    min-width: 25px;
    text-align: center;
}

.spec-label {
    font-weight: 600;
    color: #495057;
}

.spec-value {
    color: #2c3e50;
    font-weight: 500;
}

/* Purchase Section */
.hisense-product-purchase {
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.hisense-product-purchase .cart {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hisense-product-purchase .quantity {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hisense-product-purchase .quantity label {
    font-weight: 600;
    color: #495057;
}

.hisense-product-purchase .qty {
    width: 80px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
}

.hisense-product-purchase .single_add_to_cart_button {
    background: #007bff;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hisense-product-purchase .single_add_to_cart_button:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* Product Meta */
.hisense-product-meta {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.hisense-product-meta .product_meta {
    font-size: 14px;
}

.hisense-product-meta .product_meta>span {
    display: block;
    margin-bottom: 8px;
    color: #495057;
}

.hisense-product-meta .product_meta a {
    color: #007bff;
    text-decoration: none;
}

/* Enhanced FBT Section */
.hisense-fbt-section {
    margin: 40px 0;
}

/* form.cart .hisense-frequently-bought-together,
.single-product .hisense-frequently-bought-together,
form.cart .hisense-grand-total-section,
.single-product .hisense-grand-total-section {
    display: block !important;
    visibility: visible !important;
} */

/* Quantity Section Styling for Simple Products */
.pro_btns {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.pro_btns .pro-quantity {
    flex: 0 0 auto;
}

.pro_btns .quantity {
    margin: 0;
}

/* Final Add to Cart Button Styling for Simple Products */
.pro_btns.final-add-to-cart {
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid #e9ecef;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.pro_btns.final-add-to-cart .single_add_to_cart_button {
    width: 100%;
    max-width: 400px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Simple Product Form Structure */
form.cart {
    display: flex;
    flex-direction: column;
}

/* Ensure proper spacing between sections */
form.cart>.hisense-grand-total-section {
    order: 1;
    /* margin-bottom: 20px; */
}

form.cart>.pro_btns:not(.final-add-to-cart) {
    order: 2;
    margin-bottom: 20px;
}

form.cart>.pro_btns.final-add-to-cart {
    order: 3;
}

form.cart>.hisense-frequently-bought-together {
    order: 4;
    margin-top: 20px;
}

/* Mobile responsive for buttons */
@media (max-width: 768px) {
    .pro_btns {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .pro_btns .pro-quantity {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .pro_btns button.single_add_to_cart_button {
        max-width: 100%;
        width: 100%;
    }

    .pro_btns.final-add-to-cart {
        margin-top: 20px;
        padding: 15px 0 0 0;
    }

    .pro_btns.final-add-to-cart .single_add_to_cart_button {
        font-size: 16px;
        padding: 12px 25px;
    }
}

.hisense-related-products-section {
    margin: 30px 0;
    padding: 20px;
    background: white;
    border: 2px dashed #007bff;
    border-radius: 8px;
    display: block !important;
    visibility: visible !important;
}

.similar-products-compact {
    margin: 30px 0;
    padding: 20px;
    position: relative;
}

.similar-products-swiper {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.similar-products-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.similar-products-swiper .swiper-slide {
    height: auto;
    display: flex;
}

/* Grid Layout (when 4 or fewer items) */
.similar-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

/* Hide grid when using swiper */
.similar-products-compact.use-swiper .similar-products-grid {
    display: none;
}

/* Show swiper only when needed */
.similar-products-compact:not(.use-swiper) .similar-products-swiper {
    display: none;
}


.product-image {
    padding-block: 15px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    background: #E9F5F5;
}

.fbt-product-card .product-image {
    min-height: 200px !important;
}

.product-info {
    padding-top: 20px;
    /* text-align: center; */
}

.product-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
}


/* Explore More Button */
.explore-more-section {
    text-align: center;
    margin-top: 30px;
}

.explore-more-btn {
    display: inline-block;
    background: #2c3e50;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.explore-more-btn:hover {
    background: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
    color: white;
    text-decoration: none;
}

/* Ensure product items in related section use shop card styling */
.hisense-related-products-section .hisense-product-item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hisense-related-products-section .hisense-product-card {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hisense-related-products-section .hisense-product-item:hover .hisense-product-card {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hisense-product-tabs-wrapper {
    background: #191919;
    padding: 100px 0;
}

.hisense-tabs-container {
    max-width: 1400px;
    margin: 0 auto;
}


.support-header {
    text-align: center;
    margin-bottom: 60px;
}

.support-header h2 {
    margin: 0;
}

.support-category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #17a2b8;
    color: white;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.support-card .support-category:first-child {
    margin-top: 25px;
}

.support-icon {
    margin: 25px 0 20px 0;
}

.support-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.support-description {
    font-size: 21px;
    margin: 0 0 30px 0;
    line-height: 1.3;
    min-height: 58px;
}

.support-action {
    margin-top: auto;
}

.support-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 55px;
    background: #333333;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    min-width: 220px;
}

.support-download-btn:hover {
    background: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
    text-decoration: none;
    color: white;
}

.support-download-btn svg {
    transition: transform 0.3s ease;
}

.support-download-btn:hover svg {
    transform: translateY(2px);
}

.support-download-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.support-download-btn:disabled:hover {
    background: #6c757d;
    transform: none;
    box-shadow: none;
}

.support-card .support-category {
    background: #17a2b8;
}

.support-card:nth-child(4n+1) .support-category {
    background: #17a2b8;
}

.support-card:nth-child(4n+2) .support-category {
    background: #28a745;
}

.support-card:nth-child(4n+3) .support-category {
    background: #17a2b8;
}

.support-card:nth-child(4n+4) .support-category {
    background: #17a2b8;
}

.hisense-similar-products-section {
    padding: 100px 0;
}

.similar-products-header {
    text-align: center;
    margin-bottom: 40px;
}

.similar-products-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.similar-products-grid {
    gap: 27px;
    margin: 0 auto 60px auto;
}

.similar-product-card {
    position: relative;
    overflow: hidden;
}

.similar-product-card .product-image {
    position: relative;
    background: #ffffff;
    padding: 0 20px;
    border: 0 !important;
}

.similar-product-card .product-image::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    backdrop-filter: blur(4px);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s;
}

.similar-product-card .product-image img {
    transition: transform .5s ease-in-out;
}

.similar-product-card:hover .product-image img {
    transform: scale(1.1);
}

.similar-product-card:hover .product-image::before {
    opacity: 1;
}

.similar-product-card .product-title {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}

.similar-product-card .product-category {
    font-size: 14px;
    color: #545454;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.similar-products-footer {
    text-align: center;
}

.similar-product-card .hover-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.similar-product-card:hover .hover-buttons {
    opacity: 1;
}

.similar-product-card .hover-buttons .details-btn,
.similar-product-card .hover-buttons .buy-btn,
.similar-product-card .hover-buttons .add-to-cart-btn {
    background: white;
    color: var(--hisense-secondary) #191919;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    /* line-height: 100%; */
    font-weight: 400;
    transition: all 0.3s ease;
    opacity: 0;
    width: 100%;
    max-width: 220px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-height: unset;
    border: 1px solid #ddd;
}

.similar-product-card .hover-buttons .details-btn:hover,
.similar-product-card .hover-buttons .buy-btn:hover,
.similar-product-card .hover-buttons .add-to-cart-btn:hover {
    background: var(--hisense-primary);
    color: white;
    border-color: var(--hisense-primary);
}

.similar-product-card .hover-buttons .buy-btn {
    transform: translateX(30px);
}

.similar-product-card .hover-buttons .details-btn {
    transform: translateX(-30px);
}

.similar-product-card:hover .details-btn {
    transform: translateX(0px);
    opacity: 1;
    transition-delay: 0.1s;
}

.similar-product-card:hover .buy-btn,
.similar-product-card:hover .add-to-cart-btn {
    transform: translateX(0px);
    opacity: 1;
    transition-delay: 0.1s;
}

/* Additional styling for add-to-cart buttons in similar products */
.similar-product-card .add-to-cart-btn {
    background: #049C98;
    color: white;
    border: 1px solid #049C98;
    cursor: pointer;
}

.similar-product-card .add-to-cart-btn:hover {
    background: #036b68;
    border-color: #036b68;
    transform: translateY(-2px);
}

.similar-product-card .add-to-cart-btn.variable {
    background: #6c757d;
    border-color: #6c757d;
}

.similar-product-card .add-to-cart-btn.variable:hover {
    background: #36A8A5;
    border-color: #36A8A5;
}

.similar-product-card .out-of-stock-btn {
    background: #e9ecef;
    color: #6c757d;
    border: 1px solid #e9ecef;
    cursor: not-allowed;
}

.similar-product-card {
    position: relative;
    overflow: hidden;
}

.similar-product-card .product-info{
    background: none !important;
}
.similar-product-card .product-title{ margin: 0px !important;}

.product-title a {
    display: inline-block;
}

.explore-more-btn {
    position: relative;
    overflow: hidden;
}

.explore-more-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.explore-more-btn:hover::before {
    left: 100%;
}

.product-short-description,
.product-full-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

.key-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature-item h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.feature-item p {
    color: #6c757d;
    line-height: 1.5;
}

.spec-accordion-header {
    background: #000000;
    color: white;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    user-select: none;
}

.spec-accordion-header h4 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.spec-accordion-item:first-child .spec-accordion-header {
    border-radius: 15px 15px 0 0;
}

.spec-accordion-item:last-child .spec-accordion-header {
    border-radius: 0 0 15px 15px;
}

.spec-accordion-item:only-child .spec-accordion-header {
    border-radius: 15px 15px;
}

.spec-accordion-item:last-child .spec-accordion-content {
    border: 1px solid #E4E4E4;
    border-radius: 0 0 15px 15px;

}

.spec-accordion-item:last-child .spec-accordion-content .spec-grid:last-child,
.spec-accordion-item:last-child .spec-accordion-content .spec-grid:last-child .spec-row {
    border: 0
}

.spec-accordion-item:last-child.active .spec-accordion-header {
    border-radius: 0;
}

.spec-accordion-item:not(:first-child) {
    margin-top: 1.5px;
}

.accordion-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.spec-accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.spec-accordion-content {
    background: white;
    padding: 0;
    display: none;
}

.spec-accordion-item.active .spec-accordion-content {
    display: block;
}

.spec-grid {
    padding: 0 25px;
    border-inline: 1px solid #E4E4E4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.spec-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-label {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}

.spec-value {
    color: #2a2a2a;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}

.overview-template {
    margin-bottom: 100px;
}

.overview-template:last-child {
    margin-bottom: 0;
}

.template1 .template-content-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.template2 .template-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
}

.template-content-right {
    padding-right: 18%;
}

.template-gallery-grid img,
.template-content-left .template-description img {
    mix-blend-mode: lighten;
}

.template4 .template-banner img,
.template2 .template-image-right img,
.template1 .template-image-left img {
    width: 100%;
    border-radius: 7px;
}

.template1 .template-content-right .template-title,
.template2 .template-content-left .template-title {
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.template1 .template-description,
.template2 .template-description {
    color: #ffffff;
    line-height: 1.6;
}

.template1 .template-description p,
.template2 .template-description p {
    font-weight: 300;
}

/* Template 3: Overview Content */
.template3 .template-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
}

.template3 .template-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.template3 .template-description {
    color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
    padding-right: 24%;
}

.template4 .template-banner {
    text-align: center;
    margin-bottom: 30px;
}



.template-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.template-gallery .gallery-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.template-gallery .gallery-item img:hover {
    transform: scale(1.05);
}

.review-inside-container {
    max-width: 1084px;
    margin: 0 auto;
}

.reviews-summary-new {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.rating-overview-left {
    display: flex;
    padding: 30px;
    flex-direction: column;
    background: #F1F1F1;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.overall-rating {
    text-align: left;
}

.overall-label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #252525;
    display: block;
    margin-bottom: 10px;
}

.rating-number-large {
    font-size: 45px;
    font-weight: 500;
    color: var(--hisense-primary);
    display: block;
    line-height: 35px;
}

.rating-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.out-of {
    font-size: 16px;
    line-height: 1;
    color: #252525;
    margin-bottom: 10px;
}

.rating-status {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.review-count-text {
    font-size: 16px;
    line-height: 1.2;
    color: #575757;
}

.rating-breakdown {
    display: flex;
    column-gap: 5px;
    row-gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rating-bar-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(49% + 5px);
}

.star-label {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    display: block;
    width: calc(100% - 100px);
    line-height: 1;
}

.rating-bar {
    height: 10px;
    width: calc(100% - 50px);
    background: #eeeeee;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.rating-bar-fill {
    height: 10px;
    background: var(--hisense-primary);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.rating-count {
    font-size: 18px;
    color: #000;
    width: 50px;
    text-align: left;
    font-weight: 400;
    line-height: 14px;
    padding-left: 5px;
}

.custom-reviews-list {
    margin-top: 40px;
}

.custom-review-item {
    display: flex;
    gap: 25px;
    padding: 30px;
    background: #f1f1f1;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.custom-review-item:not(:first-child) {
    margin-top: 10px;
}

.review-avatar {
    flex-shrink: 0;
}

.avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 54px;
    background: rgba(4, 156, 151, 0.10);
    color: var(--hisense-primary);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
}

.review-content {
    flex: 1;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviewer-name {
    font-size: 25px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.review-date {
    font-size: 16px;
    color: #575757;
}

.review-rating {
    margin-bottom: 5px;
}

.review-rating .star {
    font-size: 20px;
    margin-right: 2px;
    height: 20px;
    display: inline-block;
    line-height: 1;
}

.review-rating .star.filled {
    color: #ffc107;
}

.review-rating .star.empty {
    color: #dbdbdb;
}

.review-title {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 10px 0;
}

.review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #575757;
    margin: 0;
}

.no-reviews-message {
    text-align: center;
    color: #6c757d;
    font-style: italic;
    padding: 40px 0;
}

.review-actions {
    text-align: center;
    margin: 30px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid rgba(109, 109, 109, 0.22);
}

.add-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: var(--hisense-primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.add-review-btn:hover {
    background: #039793;
}

.review-icon {
    font-size: 18px;
}

.review-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    padding: 30px 0;
    display: flex;
    justify-content: center;
    overflow: auto;
    z-index: 9999;
}

.review-modal-overlay {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px); */
    display: none;
}

.review-modal-content {
    position: relative;
    background: white;
    border-radius: 12px;
    max-width: 750px;
    width: 90%;
    height: fit-content;
    margin: auto 0;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.review-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px 0;
}

.review-modal-header h3 {
    margin: 0;
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
}

.review-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    transition: color 0.3s ease;
}

.review-modal-close:hover {
    color: #dc3545;
}

.review-modal-body {
    padding: 30px;
}

/* Review Form */
.review-form-group {
    margin-bottom: 25px;
}

.review-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    ;
    font-size: 16px;
    line-height: 1;
}

.review-form-group input,
.review-form-group textarea {
    width: 100%;
    height: 54px;
    padding: 12px 25px;
    border: 1px solid #c9c9c9;
    border-radius: 300px;
    font-size: 16px;
    color: #000000;
    transition: border-color 0.3s ease;
}

.review-form-group input:focus,
.review-form-group textarea:focus {
    outline: none;
    border: 1px solid #c9c9c9 !important;
    box-shadow: none !important;
}

.review-form-group input::placeholder,
.review-form-group textarea::placeholder,
.review-form-group input::-webkit-input-placeholder,
.review-form-group textarea::-webkit-input-placeholder {
    color: #999999;
}

.review-form-group textarea {
    resize: none;
    height: 174px;
    border-radius: 5px
}

/* Star Rating Input */
.star-rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 5px;
}

.star-rating-input input[type="radio"] {
    display: none;
}

.star-rating-input label {
    font-size: 28px;
    color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0;

}

.star-rating-input label:hover,
.star-rating-input label.hover {
    color: #ffc107;
    transform: scale(1.1);
}

.star-rating-input label.active {
    color: #ffc107;
}

/* ===== REVIEW FORM VALIDATION STYLES ===== */

/* Form validation states */
.review-form-group.has-error input,
.review-form-group.has-error textarea {
    border-color: #dc3545 !important;
}

.review-form-group.has-success input,
.review-form-group.has-success textarea {
    border-color: #28a745 !important;
}

/* Error message styling */
.field-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    animation: slideInError 0.3s ease-out;
}


@keyframes slideInError {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Rating validation styling */
.review-form-group.rating-group.has-error .star-rating-input {
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 10px;
    background: rgba(220, 53, 69, 0.05);
}

.review-form-group.rating-group.has-success .star-rating-input {
    border: 2px solid #28a745;
    border-radius: 8px;
    padding: 10px;
    background: rgba(40, 167, 69, 0.05);
}

/* Enhanced form styling */
.review-form-group {
    position: relative;

}

/* Character counter styling */
.char-counter {
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    text-align: right;
}

.char-counter #review-char-count {
    font-weight: bold;
    color: #27ae60;
    transition: color 0.3s ease;
}

.review-submit-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Form actions styling */
.review-form-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}


/* Responsive validation styles */
@media (max-width: 768px) {
    .field-error {
        font-size: 11px;
    }

    .review-form-group {
        margin-bottom: 15px;
    }

    .review-form-group input,
    .review-form-group textarea {
        padding: 10px 12px;
        font-size: 13px;
    }

    .review-form-actions {
        flex-direction: column;
    }

    .review-submit-btn,
    .review-cancel-btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
}

.star-rating-input input[type="radio"]:checked~label,
.star-rating-input label.active {
    color: #ffc107;
}

/* Review Form Actions */
.review-form-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.review-cancel-btn,
.review-submit-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.review-cancel-btn {
    background: #6c757d;
    color: white;
}

.review-cancel-btn:hover {
    background: #5a6268;
}

.review-submit-btn {
    background: var(--hisense-primary);
    color: white;
}

.review-submit-btn:hover {
    background: #039793;
}

.review-submit-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

/* Body modal open state */
body.modal-open {
    overflow: hidden;
}

/* Support Tab */
.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.support-item {
    text-align: center;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.support-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.support-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.support-item h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.support-item p {
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 20px;
}

.support-link {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.support-link:hover {
    background: #0056b3;
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

.fbt-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.fbt-product-card {
    position: relative;
}

.fbt-product-card .product-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.fbt-product-card .product-checkbox input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    position: relative;
}

.fbt-product-card .product-checkbox input[type="checkbox"]:checked {
    background: var(--hisense-primary);
}

.fbt-product-card .product-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../images/check.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.fbt-product-card .product-checkbox input[type="checkbox"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.fbt-product-card .product-category {
    line-height: 1.3;
    font-size: 14px;
    color: #545454;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fbt-product-card .product-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 8px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fbt-product-card .product-price {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}

.star-rating-display .star.full {
    color: #FFC107;
}

.star-rating-display .star.half {
    color: #FFC107;
}

.star-rating-display .star.empty {
    color: #E0E0E0;
}

/* FBT Subtotal Section */
.fbt-subtotal-section {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
    border-radius: 12px;
    border: 1px solid #e1f5fe;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.fbt-subtotal-section.show {
    display: block !important;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fbt-subtotal-info,
.fbt-total-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.fbt-total-info {
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 123, 255, 0.2);
}

.fbt-subtotal-label,
.fbt-total-label {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
}

.fbt-total-label {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
}

.fbt-subtotal-amount,
.fbt-total-amount {
    font-size: 16px;
    font-weight: 700;
    color: #007bff;
}

.fbt-total-amount {
    font-size: 18px;
    color: #28a745;
}

.fbt-actions-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    padding: 0;
    border: none;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    transition: all 0.3s ease;
}

video{
    height: 800px;
    width: 100%;
}

.qty-input {
    width: 60px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 600;
}


button.single_add_to_cart_button {
    flex: 1;
    height: 58px;
    background: #ffffff;
    max-width: 280px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    color: #000000;
    padding: 0 30px;
}

button.single_add_to_cart_button:hover {
    color: #ffffff;
    background: var(--hisense-primary);
    border: 1px solid var(--hisense-primary);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hisense-grand-total-section {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 100%;
    margin: 10px 0 0 0;
    background: #F1F1F1;
    border-radius: 5px;
}

.hisense-grand-total-section h4 {
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.hisense-grand-total-section .includes-vat {
    color: #B4B4B4;
    font-size: 16px;
    margin: 0px 0 12px 0;
}

.grand-total-breakdown {
    margin-bottom: 20px;
}

.grand-total-breakdown .total-line {
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.grand-total-breakdown .total-line .label {
    color: #676767;
    font-weight: 400;
}

.grand-total-breakdown .total-line .amount {
    font-weight: 400;
    color: #727272;
    font-size: 25px;
    line-height: 1;
}

.grand-total-breakdown .total-line .amount.free {
    color: #16940B;
}

.grand-discount-line .amount {
    color: #dc3545;
}

.grand-installation-option {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.grand-installation-checkbox {
    margin: 0;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid var(--hisense-primary);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.grand-installation-checkbox:checked {
    background: var(--hisense-primary);
}

.grand-installation-checkbox:checked::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../images/check.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.grand-total-final {
    text-align: right;
    margin-bottom: 20px;
}

.grand-total-final-amount {
    font-size: 35px;
    font-weight: 400;
    color: var(--hisense-primary);
    line-height: 1;
    display: block;
}

.grand-total-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    order: 2;
}

.grand-total-actions .action-links {
    display: flex;
    gap: 10px;
}

.grand-total-actions .action-checkboxes {
    display: flex;
    gap: 8px;
    flex-grow: 1;
    justify-content: flex-end;
}

.grand-total-actions .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
}

.grand-total-actions .checkbox-label input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid var(--hisense-primary);
    border-radius: 3px;
    background: white;
    cursor: pointer;
    position: relative;
}

.grand-total-actions .checkbox-label input[type="checkbox"]:checked {
    background: var(--hisense-primary);
    border-color: var(--hisense-primary);
}

.grand-total-actions .checkbox-label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    background: url(../../../images/check.png) no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.hisense-grand-total-first {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9ecef;
}

/* Social Sharing */
.hisense-product-sharing {
    margin-bottom: 30px;
}

/* Main Product Grand Total Section */
.hisense-main-product-total {
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px solid #007bff;
}

.main-total-container h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.main-total-container .includes-vat {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 20px;
}

.main-total-breakdown {
    margin-bottom: 20px;
}

.main-total-breakdown .total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.main-total-breakdown .total-line .label {
    color: #495057;
    font-weight: 500;
}

.main-total-breakdown .total-line .amount {
    font-weight: 600;
    color: #2c3e50;
}

.main-total-breakdown .total-line .amount.free {
    color: #28a745;
}

.main-installation-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.main-installation-checkbox {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #007bff;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    position: relative;
}

.main-installation-checkbox:checked {
    background: #007bff;
}

.main-installation-checkbox:checked::after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 3px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.main-grand-total {
    text-align: right;
    padding-top: 15px;
    border-top: 2px solid #007bff;
    margin-bottom: 20px;
}

.main-grand-total-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #007bff;
}

.main-product-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main-product-actions .action-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.main-product-actions .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
}

.main-product-actions .checkbox-label input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 3px;
    background: white;
    cursor: pointer;
    position: relative;
}

.main-product-actions .checkbox-label input[type="checkbox"]:checked {
    background: #007bff;
    border-color: #007bff;
}

.main-product-actions .checkbox-label input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 2px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* Modern Tabs Section */
.hisense-modern-tabs-section {
    background: #f8f9fa;
    padding: 60px 0;
    margin-top: 60px;
}

.hisense-modern-tabs {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 40px 0;
}

/* Tab Navigation */
.hisense-tab-nav {
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.hisense-tab-nav li {
    min-width: 207px;
}

.hisense-tab-nav li+li {
    margin-left: 30px;
}

.hisense-tab-nav a {
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    padding-bottom: 32px;
    position: relative;
}

.hisense-tab-nav li:first-child a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #ffffff;
}




/* 
.hisense-tab-item {
    margin: 0;
    flex-shrink: 0;
}

.hisense-tab-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hisense-tab-link:hover {
    color: #007bff;
    background: rgba(0, 123, 255, 0.05);
}

.hisense-tab-item.active .hisense-tab-link {
    color: #007bff;
    background: white;
    border-bottom-color: #007bff;
}

.tab-icon {
    display: flex;
    align-items: center;
    opacity: 0.7;
}

.hisense-tab-item.active .tab-icon {
    opacity: 1;
} */

/* Tab Content */
.hisense-tab-content {
    position: relative;
}

.hisense-tab-panel {
    display: none;
    padding: 0;
}

.hisense-tab-panel.active {
    display: block;
}

.hisense-tab-inner {
    padding: 40px;
}

/* Content Styling */
.hisense-tab-inner h2 {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f8f9fa;
}

.hisense-tab-inner p {
    line-height: 1.6;
    color: #495057;
    margin-bottom: 15px;
}

.hisense-tab-inner ul {
    padding-left: 20px;
}

.hisense-tab-inner li {
    margin-bottom: 8px;
    color: #495057;
}

/* Specifications Table */
.hisense-tab-inner table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.hisense-tab-inner table th,
.hisense-tab-inner table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.hisense-tab-inner table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.hisense-tab-inner table tr:hover {
    background: #f8f9fa;
}

/* Reviews Styling */
.hisense-tab-inner .commentlist {
    list-style: none;
    padding: 0;
}

.hisense-tab-inner .comment {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}



/* ===================================
   ENHANCED INTERACTIONS & ANIMATIONS
   =================================== */

/* Price update animation */
.price-updated {
    animation: priceUpdate 0.6s ease-in-out;
}

@keyframes priceUpdate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        color: #28a745;
    }

    100% {
        transform: scale(1);
    }
}

/* Feature hover effects */
.feature-item.hover-effect {
    transform: translateX(8px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    border-left-color: #007bff;
}

.feature-item.expanded {
    background: #e3f2fd;
    border-left-color: #2196f3;
}

/* Modern Quantity Controls - Match Cart Page Style */
.qty-wrapper {
    display: inline-block;
    position: relative;
}

/* Ensure quantity wrapper in pro_btns has proper styling */
.pro_btns .qty-wrapper {
    display: flex;
    align-items: center;
}

.qty-wrapper .hisense-quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    max-width: 200px;
    padding: 4px 8px;
    gap: 8px;
}

.qty-wrapper .quantity-btn {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    user-select: none;
    border-radius: 50%;
}

.qty-wrapper .quantity-btn:hover {
    background: #f5f5f5;
    color: #000;
}

.qty-wrapper .quantity-btn:active {
    background: #e0e0e0;
    transform: scale(0.95);
}

.qty-wrapper .quantity-btn:disabled {
    background: transparent;
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
}

.qty-wrapper .hisense-quantity-input,
.qty-wrapper .qty {
    border: none !important;
    text-align: center;
    width: 60px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    color: #000;
    outline: none;
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield;
}

/* Hide number input spinners */
.qty-wrapper .hisense-quantity-input::-webkit-outer-spin-button,
.qty-wrapper .hisense-quantity-input::-webkit-inner-spin-button,
.qty-wrapper .qty::-webkit-outer-spin-button,
.qty-wrapper .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-wrapper .hisense-quantity-input:focus,
.qty-wrapper .qty:focus {
    background: transparent;
}

/* Integration with existing product detail layout */
.pro-quantity .hisense-quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
    padding: 4px 8px;
    gap: 8px;
}

.pro-quantity .quantity-btn {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    user-select: none;
    border-radius: 50%;
}

.pro-quantity .quantity-btn:hover {
    background: #f5f5f5;
    color: #000;
}

.pro-quantity .hisense-quantity-input {
    border: none !important;
    text-align: center;
    width: 60px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    color: #000;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Ensure compatibility with existing quantity wrapper */
.quantity .hisense-quantity-controls,
.hisense-quantity-wrapper .hisense-quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    max-width: 200px;
    padding: 4px 8px;
    gap: 8px;
}

.quantity .quantity-btn,
.hisense-quantity-wrapper .quantity-btn {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    user-select: none;
    border-radius: 50%;
}

.quantity .quantity-btn:hover,
.hisense-quantity-wrapper .quantity-btn:hover {
    background: #f5f5f5;
    color: #000;
}

.quantity .quantity-btn:active,
.hisense-quantity-wrapper .quantity-btn:active {
    background: #e0e0e0;
    transform: scale(0.95);
}

.quantity .hisense-quantity-input,
.hisense-quantity-wrapper .hisense-quantity-input {
    border: none !important;
    text-align: center;
    width: 60px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    color: #000;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Hide number input spinners */
.quantity .hisense-quantity-input::-webkit-outer-spin-button,
.quantity .hisense-quantity-input::-webkit-inner-spin-button,
.hisense-quantity-wrapper .hisense-quantity-input::-webkit-outer-spin-button,
.hisense-quantity-wrapper .hisense-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .hisense-quantity-input:focus,
.hisense-quantity-wrapper .hisense-quantity-input:focus {
    background: transparent;
}

/* Style SVG icons in quantity buttons */
.quantity .quantity-btn svg,
.hisense-quantity-wrapper .quantity-btn svg,
.qty-wrapper .quantity-btn svg,
.pro-quantity .quantity-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
}

/* Loading button state */
.single_add_to_cart_button.loading {
    position: relative;
    color: transparent;
}

.single_add_to_cart_button.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Notification system */
.hisense-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hisense-notification.show {
    transform: translateX(0);
}

.hisense-notification--success {
    background: #28a745;
}

.hisense-notification--error {
    background: #dc3545;
}

.hisense-notification--info {
    background: #007bff;
}

.hisense-notification--warning {
    background: #ffc107;
    color: #212529;
}

/* Page loaded state */
.hisense-product-details.loaded {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hisense-product-main.mobile-layout {
    gap: 30px;
}

.hisense-product-main.mobile-layout .hisense-product-images {
    padding: 20px;
}

.feature-list li.animate-in {
    animation: slideInLeft 0.6s ease-out forwards;
}

.feature-list li {
    opacity: 0;
    transform: translateX(-30px);
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.delivery-estimate.animate-in {
    animation: bounceIn 0.8s ease-out;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fbt-content {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.fbt-products {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 20px;
    flex-wrap: wrap;
}

.fbt-product-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.fbt-plus {
    font-size: 24px;
    font-weight: bold;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    border: 2px solid #e9ecef;
}

/* Product Checkbox */
.product-checkbox {
    position: relative;
}

.fbt-card {
    max-width: 180px;
    transition: all 0.3s ease;
}

.fbt-card.current {
    border: 2px solid #007bff;
}

.fbt-product-item:not(.current-product) .fbt-card {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.fbt-product-item:not(.current-product) input[type="checkbox"]:not(:checked)+label+.fbt-card {
    opacity: 0.5;
}

/* FBT Summary Section */
.fbt-summary {
    background: #f8f9fa;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Bundle Total Section */
.fbt-total h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.includes-vat {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 5px;
}

.bundle-description {
    color: #6c757d;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 20px;
}

.total-breakdown {
    margin-bottom: 20px;
}

.total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.total-line .label {
    color: #495057;
    font-weight: 500;
}

.total-line .amount {
    font-weight: 600;
    color: #2c3e50;
}

.total-line .amount.free {
    color: #28a745;
}

.bundle-discount-line .amount {
    color: #dc3545;
}

.bundle-installation-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.bundle-installation-checkbox {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #007bff;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    position: relative;
}

.bundle-installation-checkbox:checked {
    background: #007bff;
}

.bundle-installation-checkbox:checked::after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 3px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.bundle-grand-total {
    text-align: right;
    padding-top: 15px;
    border-top: 2px solid #28a745;
}

.bundle-grand-total-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #28a745;
}

/* Actions Section */
.fbt-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}




/* 
.action-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
}

.checkbox-label input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 3px;
    background: white;
    cursor: pointer;
    position: relative;
}

.checkbox-label input[type="checkbox"]:checked {
    background: #007bff;
    border-color: #007bff;
}

.checkbox-label input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 2px;
    color: white;
    font-size: 12px;
    font-weight: bold;
} */

.purchase-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

.btn-primary {
    background: #007bff;
    color: white;
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

.hisense-related-products-section {
    background: #fff;
    padding: 80px 0;
    margin-top: 60px;
    border-top: 1px solid #e9ecef;
}

.related-products-header {
    text-align: center;
    margin-bottom: 50px;
}

.related-products-header .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.related-products-header .section-subtitle {
    color: #6c757d;
    font-size: 16px;
    margin: 0;
}

.related-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.hisense-orders-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hisense-orders-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 0;
    background: linear-gradient(135deg, #00b4a6 0%, #008b7a 100%);
    border-radius: 12px;
    color: white;
}

.hisense-orders-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: -0.02em;
}

.hisense-orders-subtitle {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
    font-weight: 400;
}

/* Orders Container */
.hisense-orders-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Order Card */
.hisense-order-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

/* Order Header */
.hisense-order-header {
    background: #00b4a6;
    color: white;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    align-items: center;
}




.header-value.status-completed {
    color: #d1fae5;
}

.header-value.status-processing {
    color: #dbeafe;
}

.header-value.status-pending {
    color: #fef3c7;
}

.header-value.status-cancelled {
    color: #fee2e2;
}

/* .header-actions {
    display: flex;
    gap: 15px;
} */

.header-link {
    color: white;
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: 500;
}

.header-link:hover {
    color: #e0f2f1;
    text-decoration: none;
}

/* Order Content */
.hisense-order-content {
    padding: 30px;
}

/* Order Product */
.hisense-order-product {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.hisense-order-product .product-image {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hisense-order-product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hisense-order-product .product-details {
    flex: 1;
}

.hisense-order-product .product-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.hisense-order-product .product-spec {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

/* Order Actions */
.hisense-order-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.hisense-action-btn {
    padding: 10px 20px;
    border: 1px solid #00b4a6;
    border-radius: 25px;
    background: white;
    color: #00b4a6;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
}

.hisense-action-btn:hover {
    background: #00b4a6;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 180, 166, 0.3);
}

/* Pagination */
.hisense-pagination-wrapper {
    padding: 20px;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    margin-top: 20px;
    border-radius: 12px;
}

.hisense-pagination-wrapper .woocommerce-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.hisense-pagination-btn {
    padding: 12px 24px;
    background: #00b4a6;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hisense-pagination-btn:hover {
    background: #008b7a;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 180, 166, 0.3);
}

.hisense-pagination-info {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
}

/* Empty Orders State */
.hisense-empty-orders {
    text-align: center;
    padding: 80px 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.hisense-empty-icon {
    margin-bottom: 30px;
    color: #9ca3af;
}

.hisense-empty-icon svg {
    width: 80px;
    height: 80px;
}

.hisense-empty-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 15px;
}

.hisense-empty-message {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hisense-shop-btn {
    padding: 15px 30px;
    background: #00b4a6;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.hisense-shop-btn:hover {
    background: #008b7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 180, 166, 0.3);
    color: white;
    text-decoration: none;
}

/* ---------------------------------------------------------- */

.hisense-tab-title {
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    margin: 0 0 60px 0;
}

.template-banner-text {
    text-align: center;
    color: #ffffff;
}

.template-banner-text h4 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 500;
}

.template-banner-text p {
    max-width: 902px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
}

/* ---------------------------------------------------------- */

.hisense-tab-reviews,
.hisense-tab-specifications,
.hisense-support-section {
    padding: 100px 0;
}

/* ---------------------------------------------------------- */

.hisense-tab-reviews,
.hisense-similar-products-section {
    background: #F6F6F6;
}

/* ---------------------------------------------------------- */

.support-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.support-card {
    padding: 57px 30px;
    border: 1px solid #f4f4f4;
    position: relative;
    border-radius: 8px;
}

.support-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    padding: 1.1px;
    background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(4, 156, 152, 1) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
}

.support-title {
    font-size: 15px;
    font-weight: 400;
    color: var(--hisense-primary);
    margin: 0 0 30px 0;
}

.tab-content-inner,
.tab-content-inner h3 {
    color: #ffffff;
}

.tab-content-inner ul {
    list-style-type: disc;
}

.tab-content-inner li+li {
    margin-top: 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    min-width: 63px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: var(--hisense-primary);
    border-color: var(--hisense-primary);
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    display: flex;
    align-items: center;
}

.reset_variations {
    margin-left: 10px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 100px;
}

/* ------------------------------------------------------------------------- */

/* Enhanced Add to Cart Notifications */
.woocommerce-notices-wrapper {
    margin: 20px 0;
    z-index: 999;
}

.woocommerce-message {
    background-color: #0f834d;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.woocommerce-message .button.wc-forward {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 10px;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
}

.woocommerce-message .button.wc-forward:hover {
    background: rgba(255, 255, 255, 0.3);
}

.woocommerce-error {
    background-color: #e2401c;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Enhanced Add to Cart Button States */
.enhanced_add_to_cart:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Buy Now Button Styling */
.hisense-buy-now-section {
    margin-top: 15px;
}

.buy-now-button {
    background-color: #ff6b35 !important;
    color: white !important;
    border: none !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.buy-now-button:hover {
    background-color: #e55a2b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3) !important;
}

.buy-now-button:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Responsive styling for buttons */
/* @media (min-width: 768px) {
    .hisense-product-purchase1 {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .hisense-buy-now-section {
        margin-top: 0;
    }
} */

.enhanced_add_to_cart.loading {
    position: relative;
}

.enhanced_add_to_cart.loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    margin: auto;
    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-bar {
    top: 4px;
}

.br_compare_button i,
.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-to:before,
.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-from:before,
.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-single:before {
    display: none !important;
}

.br_compare_button {
    padding: 0 0 0 30px !important;
    margin: 0 !important;
    position: relative;
}

.br_compare_button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #049C98;
    border-radius: 3px;
}

.br_compare_added::after {
    background: #049C98 url(../../../images/check.png) no-repeat;
    background-position: center;
}

.br_compare_button:hover {
    background: initial !important;
}

.berocket_single_filter_widget .pink_labels_checkbox_class li.pink_labels_checkbox_class_item label:hover,
.berocket_single_filter_widget .pink_labels_checkbox_class li.pink_labels_checkbox_class_item.checked label {
    background: var(--hisense-primary) !important;
}


@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

/* ------------------------------------------------------------------------- */
@media (max-width: 1550px) {

    .final-button-buy,
    .final-button-cart {
        height: 52px;
        font-size: 15px;
    }

    button.single_add_to_cart_button {
        height: 52px;
        font-size: 15px;
    }

    .qty-wrapper .hisense-quantity-controls {
        max-width: 160px;
        padding: 3px 6px;
        gap: 6px;
    }

    .qty-wrapper .quantity-btn {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .qty-wrapper .hisense-quantity-input,
    .qty-wrapper .qty {
        width: 50px;
        height: 36px;
        font-size: 15px;
    }

    .final-button-inside {
        width: calc(100% - 155px);
    }

    .fbt-product-card .product-title {
        font-size: 16px;

    }

    .fbt-product-card .product-price {
        font-size: 20px;

    }

    .hisense-breadcrumb {
        padding: 5px 0 15px;
        margin-bottom: 35px;
    }

    .category-badge {
        font-size: 13px;
    }

    .hisense-product-main .hisense-product h2 {
        font-size: 32px;
        line-height: 46px;
        margin: 30px 0 17px;
    }

    .product-detail-price {
        font-size: 32px;
    }

    .hisense-product-highlights {
        margin: 35px 0 25px 0;
        padding: 35px 0 0 0;
    }

    .highlights-preview h4 {
        font-size: 20px;
    }

    .highlights-grid {
        gap: 12px;
    }

    .highlight-term {
        font-size: 16px;
    }

    .hisense-grand-total-section {
        padding: 35px;
    }

    .hisense-grand-total-section h4 {
        font-size: 32px;
    }

    .hisense-grand-total-section .includes-vat {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .grand-total-breakdown .total-line {
        font-size: 18px;
        padding: 20px 0;
    }

    .grand-total-breakdown .total-line .amount {
        font-size: 21px;
    }

    .grand-installation-option {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .where-to-buy {
        font-size: 18px;
    }

    .hisense-product-tabs-wrapper {
        padding: 85px 0;
    }

    .hisense-tab-nav a {
        font-size: 16px;
        padding-bottom: 25px;
    }

    .hisense-tab-nav li {
        min-width: 180px;
    }

    .hisense-tab-nav li+li {
        margin-left: 25px;
    }

    .template3 .template-description {
        font-size: 14px;
    }

    .overview-template {
        margin-bottom: 85px;
    }

    .template1 .template-description,
    .template2 .template-description {
        font-size: 14px;
    }

    .template1 .template-content-right .template-title,
    .template2 .template-content-left .template-title {
        font-size: 36px;
    }

    .template-banner-text p {
        font-size: 14px;
    }

    .hisense-tab-reviews,
    .hisense-tab-specifications,
    .hisense-support-section {
        padding: 85px 0;
    }

    .spec-label {
        font-size: 14px;
    }

    .spec-value {
        font-size: 14px;

    }

    .spec-accordion-header h4 {
        font-size: 18px;
    }

    .spec-accordion-header {
        padding: 15px 25px;
    }

    .hisense-tab-title {
        font-size: 36px;
        margin: 0px 0 45px 0;
    }

    .overall-label {
        font-size: 14px;
        line-height: 18px;
    }

    .rating-number-large {
        font-size: 42px;
    }

    .out-of {
        font-size: 14px;
    }

    .rating-status {
        font-size: 14px;
    }

    .review-count-text {
        font-size: 14px;
    }

    .star-label {
        font-size: 16px;
    }

    .rating-overview-left {
        display: flex;
        padding: 23px;
    }

    .rating-count {
        font-size: 16px;
        width: 45px;
        line-height: 12px;
    }

    .reviews-summary-new {
        grid-template-columns: 240px 1fr;
        margin-bottom: 35px;
    }

    .review-actions {
        padding: 35px 0 0;
    }

    .custom-review-item {
        gap: 20px;
        padding: 25px;
    }

    .reviewer-name {
        font-size: 22px;
    }

    .review-text {
        font-size: 14px;
    }

    .review-date {
        font-size: 14px;
    }

    .avatar-initials {
        width: 52px;
        height: 52px;
        font-size: 14px;
    }

    .support-card {
        padding: 50px 30px;
    }

    .support-title {
        font-size: 14px;
        margin: 0 0 25px 0;
    }

    .support-download-btn {
        font-size: 14px;
    }

    .support-description {
        font-size: 19px;
        margin: 0 0 25px 0;
    }

    .support-items-grid {
        gap: 35px;
    }

    .support-header {
        margin-bottom: 45px;
    }

    .similar-product-card .product-title {
        font-size: 16px;
        line-height: 27px;
    }

    .similar-product-card .product-category {
        margin: 0px 0 5px 0;
    }

    .similar-product-card .hover-buttons .details-btn,
    .similar-product-card .hover-buttons .buy-btn {
        font-size: 14px;
        height: 46px;
    }

    .rating-bar,
    .rating-bar-fill {
        height: 9px;
    }
}

@media (min-width: 768px) {
    .spec-row:nth-child(3n + 2) {
        background: #F4F4F4;
    }

    .spec-row:nth-child(3n + 2) .spec-label {
        padding-left: 40px;
    }

    .spec-row:nth-child(3n + 3) .spec-label {
        padding-left: 40px;
    }
}


@media (max-width: 1200px) {
    .support-items-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .support-card {
        padding: 35px 20px;
    }

    .hisense-product-highlights {
        margin: 25px 0;
        padding: 25px 0 0 0;
    }

    .hisense-tab-reviews,
    .hisense-tab-specifications,
    .hisense-support-section {
        padding: 80px 0;
    }

    .template-banner-text h4,
    .template1 .template-content-right .template-title,
    .template2 .template-content-left .template-title {
        font-size: 30px;
    }

    .hisense-tab-nav a {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .hisense-tab-nav li {
        min-width: 125px;
    }

    .overview-template {
        margin-bottom: 60px;
    }

    .hisense-modern-gallery-layout,
    .hisense-gallery-container,
    .hisense-main-swiper,
    .hisense-thumbs-swiper {
        height: 450px;
    }

}

@media (max-width: 1024px) {
    .hisense-product-main {
        gap: 30px;
    }

    .hisense-product-images {
        width: 50.3%;
    }

    .hisense-product-info {
        width: calc(50.7% - 40px);
    }

    .hisense-modern-gallery-layout,
    .hisense-gallery-container,
    .hisense-main-swiper,
    .hisense-thumbs-swiper {
        height: 400px;
    }

    .hisense-thumbs-swiper .swiper-slide {
        height: 80px !important;
    }

    .hisense-thumbs-swiper {
        width: 80px;
    }

    .hisense-product-main .hisense-product h2 {
        font-size: 28px;
        line-height: 40px;
        margin: 25px 0 12px;
    }

    .product-detail-price {
        font-size: 27px;
    }

    .hisense-product-title {
        font-size: 2.4rem;
    }

    .hisense-product-title-section {
        gap: 20px;
    }

    .hisense-product-price-inline .price {
        font-size: 2rem;
    }

    .hisense-orders-wrapper {
        padding: 15px;
    }

    .hisense-orders-header {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .hisense-orders-title {
        font-size: 2rem;
    }

    .hisense-orders-subtitle {
        font-size: 1rem;
    }

    .hisense-order-header {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
        padding: 15px;
    }

    .similar-products-compact-grid {
        gap: 12px !important;
    }

    .similar-products-compact .compact-product-card {
        max-width: calc(33.333% - 8px) !important;
    }

    .similar-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .similar-products-swiper {
        padding: 0 40px;
    }

    .similar-products-swiper .swiper-button-next,
    .similar-products-swiper .swiper-button-prev {
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
    }

    .similar-products-swiper .swiper-button-next:after,
    .similar-products-swiper .swiper-button-prev:after {
        font-size: 12px;
    }

    .hisense-product-tabs-wrapper {
        padding: 40px 0;
    }

    .tab-panel {
        padding: 30px;
    }

    .key-features-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .feature-highlight {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-highlight:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .feature-highlight:nth-child(even) .feature-image,
    .feature-highlight:nth-child(even) .feature-content {
        order: unset;
    }

    .support-download-btn {
        padding: 10px 25px;
        min-width: 180px;
    }

    .support-title {
        margin: 0 0 15px 0;
    }

    .support-description {
        font-size: 18px;
        margin: 0 0 20px 0;
        min-height: 48px;
    }

    .support-header {
        margin-bottom: 40px;
    }

    .hisense-tab-title {
        font-size: 30px;
        margin: 0 0 30px 0;
    }

    .hisense-product-images {
        position: relative;
        top: unset;
    }

    
}

@media (max-width: 860px) {
    .hisense-product-details {
        padding: 0;
    }

    .hisense-product-main {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 60px;
    }

    .hisense-product-main.mobile-layout .hisense-product-images {
        padding: 0;
    }

    .hisense-product-images {
        padding: 20px;
        margin-bottom: 0;
    }

    .hisense-product-info {
        padding: 20px 0;
    }

    .hisense-product-title {
        font-size: 2.2rem;
        min-width: 250px;
    }

    .hisense-product-title-section {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .hisense-product-price-inline {
        align-self: flex-start;
        margin-top: 0;
    }

    .hisense-product-price-inline .main-product-price {
        text-align: left;
    }

    .hisense-product-price-inline .price {
        font-size: 1.8rem;
    }

    .main-product-price .price {
        font-size: 2rem;
    }

    .hisense-product-price {
        padding: 20px;
        margin-bottom: 25px;
    }

    .hisense-product-availability {
        padding: 15px;
        margin-bottom: 25px;
    }

    .feature-list li {
        padding: 10px 12px;
    }

    .highlight-item {
        padding: 10px 12px;
        gap: 10px;
    }

    .highlight-icon-img {
        width: 20px;
        height: 20px;
    }

    .highlight-icon {
        font-size: 1rem;
        min-width: 20px;
    }

    .highlight-term {
        font-size: 0.9rem;
    }

    .highlight-label {
        font-size: 0.85rem;
    }

    .highlight-values {
        font-size: 0.9rem;
    }

    .hisense-product-purchase .cart {
        align-items: stretch;
    }

    .hisense-product-purchase .quantity {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .hisense-product-tabs-section .wc-tabs {
        flex-direction: column;
    }

    .hisense-product-tabs-section .wc-tab {
        padding: 20px;
    }

    .hisense-order-header {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 15px;
    }

    .hisense-order-content {
        padding: 20px;
    }

    .hisense-order-product {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hisense-order-product .product-image {
        width: 100px;
        height: 100px;
        align-self: center;
    }

    .hisense-order-product .product-details {
        text-align: left;
    }

    .hisense-order-product .product-title {
        font-size: 1.1rem;
    }

    .hisense-order-actions {
        flex-direction: column;
        gap: 10px;
    }

    .hisense-action-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }

    .hisense-pagination-wrapper .woocommerce-pagination {
        flex-direction: column;
        gap: 15px;
    }

    .hisense-pagination-btn {
        padding: 10px 20px;
        font-size: 0.875rem;
    }

    .hisense-empty-orders {
        padding: 60px 20px;
    }

    .hisense-empty-icon svg {
        width: 60px;
        height: 60px;
    }

    .hisense-empty-title {
        font-size: 1.25rem;
    }

    .hisense-empty-message {
        font-size: 0.9rem;
    }

    .fbt-products {
        flex-direction: column;
        gap: 15px;
    }

    .fbt-plus {
        transform: rotate(90deg);
    }

    .fbt-summary {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .fbt-card {
        max-width: 150px;
    }

    .grand-total-amount {
        font-size: 1.5rem;
    }

    .hisense-related-products-section {
        padding: 60px 0;
    }

    .related-products-header .section-title {
        font-size: 1.5rem;
    }

    .fbt-products-grid {
        gap: 15px;
    }

    .fbt-actions-section {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .fbt-subtotal-section {
        padding: 15px;
        margin-top: 20px;
    }

    .fbt-subtotal-info,
    .fbt-total-info {
        margin-bottom: 10px;
    }

    .fbt-subtotal-label,
    .fbt-total-label {
        font-size: 13px;
    }

    .fbt-subtotal-amount,
    .fbt-total-amount {
        font-size: 15px;
    }

    .fbt-total-amount {
        font-size: 16px;
    }

    .hisense-related-products-section {
        margin: 20px 0 !important;
        padding: 15px !important;
    }

    .related-products-header .section-title {
        font-size: 1.3rem !important;
    }

    .similar-products-compact-grid {
        gap: 10px !important;
    }

    .similar-products-compact .compact-product-card {
        max-width: calc(50% - 5px) !important;
        min-width: 150px !important;
    }

    .similar-products-compact .compact-product-image {
        height: 150px !important;
    }

    .similar-products-compact .compact-product-info {
        padding: 10px 8px !important;
    }

    .similar-products-compact .compact-product-title {
        font-size: 13px !important;
        height: 32px !important;
    }

    .similar-products-compact .compact-product-price {
        font-size: 14px !important;
    }

    .explore-more-btn {
        padding: 10px 25px !important;
        font-size: 13px !important;
    }

    /* Mobile responsive for Similar Products Swiper */
    .similar-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .similar-products-swiper {
        padding: 0 30px;
    }

    .similar-products-swiper .swiper-button-next,
    .similar-products-swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .similar-products-swiper .swiper-button-next:after,
    .similar-products-swiper .swiper-button-prev:after {
        font-size: 10px;
    }

    .similar-products-title {
        font-size: 1.4rem;
    }

    .similar-product-info {
        padding: 15px;
    }

    .similar-product-title {
        font-size: 14px;
    }

    .similar-product-price {
        font-size: 16px;
    }

    .hisense-gallery-nav {
        padding: 0 10px;
    }

    .hisense-gallery-nav button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .woocommerce-product-gallery .flex-direction-nav .flex-prev {
        left: 10px;
    }

    .woocommerce-product-gallery .flex-direction-nav .flex-next {
        right: 10px;
    }

    .hisense-product-tabs-wrapper {
        padding: 30px 0;
    }

    .hisense-tab-nav {
        flex-wrap: wrap;
    }

    .tab-nav-item {
        flex: 1 1 50%;
        min-width: 120px;
    }

    .tab-nav-button {
        padding: 15px 10px;
        font-size: 14px;
    }

    .tab-panel {
        padding: 20px;
        min-height: 300px;
    }

    .tab-content-inner h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .key-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-item {
        padding: 20px 15px;
    }

    .feature-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .feature-item h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .support-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .support-item {
        padding: 20px 15px;
    }

    .support-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .support-item h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .feature-highlight {
        padding: 20px;
    }

    .feature-content h4 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .feature-content p {
        font-size: 14px;
    }

    .hisense-related-products-section {
        margin: 40px 0;
        padding: 30px 0;
    }

    .related-products-header .section-title {
        font-size: 1.8rem;
    }

    .related-products-header .section-subtitle {
        font-size: 1rem;
    }

    .related-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

    .hisense-tab-reviews,
    .hisense-tab-specifications,
    .hisense-support-section {
        padding: 50px 0;
    }

    .support-header,
    .hisense-tab-title {
        margin: 0 0 40px 0;
    }

    .overview-template {
        margin-bottom: 40px;
    }

    .hisense-product-images,
    .hisense-product-info {
        width: 100%;
    }

    .hisense-product-info {
        padding: 0;
    }

    .template1 .template-content-wrapper {
        gap: 40px;
    }

    .template-banner-text h4 {
        margin-bottom: 20px;
    }

    .hisense-similar-products-section {
        padding: 60px 0;
    }

    .similar-products-title {
        font-size: 2rem;
    }

    .similar-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .product-image img {
        height: 150px;
    }

    .hisense-support-section {
        padding: 60px 0;
    }

    .support-main-title {
        font-size: 2rem;
    }

    .support-items-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .support-card {
        padding: 25px 20px;
    }

    .hisense-breadcrumb {
        margin-bottom: 20px;
    }

    .hisense-main-swiper .swiper-slide,
    .hisense-main-swiper {
        width: 100% !important;
    }

    .hisense-main-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .hisense-modern-gallery-layout {
        height: unset;
    }

    .hisense-thumbs-swiper {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .hisense-grand-total-section {
        margin: 20px 0 0 0;
        padding: 15px;
    }

    .hisense-grand-total-section .includes-vat {
        margin: 10px 0;
    }

    .grand-total-breakdown .total-line {
        padding: 8px 0;
    }

    .grand-installation-option {
        font-size: 14px;
    }

    .grand-total-final {
        padding-top: 0;
    }

    .grand-installation-option {
        margin-bottom: 25px;
    }

    .grand-total-final-amount {
        font-size: 25px;
    }

    .grand-total-breakdown .total-line .amount.free {
        font-size: 15px;
    }

    .support-items-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .fbt-products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .support-header,
    .hisense-tab-title {
        margin: 0 0 30px 0;
    }

    .hisense-tab-nav a {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .hisense-tab-nav li {
        min-width: unset;
    }

    .hisense-tab-nav li+li {
        margin-left: 20px;
    }

    .template-banner-text {
        text-align: left;
    }

    .similar-products-grid {
        margin: 0 auto 30px auto;
    }

    .support-download-btn {
        padding: 8px 19px;
        min-width: 172px;
    }

    .spec-row:nth-child(even) {
        background: #F4F4F4;
    }

    .spec-accordion-content {
        padding: 0;
        border: 1px solid #E4E4E4;
    }

    .product-detail-price {
        font-size: 19px;
        line-height: 1;
    }

    .where-to-buy {
        width: 100%;
    }

    .grand-total-actions .action-links {
        flex-wrap: wrap;
    }

    .hisense-grand-total-section h4 {
        margin-top: 0;
    }

    .where-to-buy {
        font-size: 16px;
    }

    .hisense-product-excerpt .woocommerce-product-details__short-description p {
        margin-bottom: 0;
    }

    .qty-wrapper .hisense-quantity-controls {
        max-width: 140px;
        padding: 2px 4px;
        gap: 4px;
    }

    .qty-wrapper .quantity-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .qty-wrapper .hisense-quantity-input,
    .qty-wrapper .qty {
        width: 44px;
        height: 32px;
        font-size: 14px;
    }

    .final-button-inside {
        width: calc(100% - 130px);
    }

    .final-button-buy,
    .final-button-cart {
        height: 44px;
        font-size: 14px;
    }

    .product_list_container .breadcrumb-nav-wrap {
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .hisense-thumbs-swiper {
        width: 100vw;
        height: 75px;
    }

    .hisense-thumbs-swiper .swiper-slide {
        height: 60px !important;
    }
}

@media (max-width: 580px) {
    .hisense-product-title {
        font-size: 1.8rem;
        line-height: 1.2;
        min-width: 200px;
    }

    .support-description {
        min-height: unset;
    }

    .hisense-product-title-section {
        gap: 10px;
    }

    .hisense-product-price-inline .price {
        font-size: 1.6rem;
    }

    .main-product-price .price {
        font-size: 1.6rem;
    }

    .category-badge {
        padding: 2px 16px 0;
        font-size: 12px;
    }

    .hisense-product-images {
        padding: 15px;
    }

    .hisense-product-price {
        padding: 15px;
    }

    .hisense-product-availability {
        padding: 12px;
    }

    .feature-list {
        gap: 8px;
    }

    .feature-list li {
        padding: 8px 10px;
        font-size: 14px;
    }

    .hisense-orders-header {
        padding: 20px 15px;
    }

    .hisense-orders-title {
        font-size: 1.75rem;
    }

    .hisense-orders-subtitle {
        font-size: 0.9rem;
    }

    .hisense-order-header {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 15px;
    }

    .hisense-order-content {
        padding: 15px;
    }

    .hisense-order-product .product-image {
        width: 80px;
        height: 80px;
    }

    .hisense-order-product .product-title {
        font-size: 1rem;
    }

    .hisense-order-product .product-spec {
        font-size: 0.8rem;
    }

    .hisense-action-btn {
        padding: 10px 16px;
        font-size: 0.8rem;
    }

    .hisense-empty-orders {
        padding: 40px 15px;
    }

    .hisense-shop-btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    .fbt-products-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .fbt-product-card .product-title {
        font-size: 12px;
    }

    .fbt-product-card .product-price {
        font-size: 14px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .feature-item {
        padding: 12px;
        gap: 10px;
    }

    .feature-icon {
        font-size: 1.3rem;
        min-width: 25px;
    }

    .similar-products-compact .compact-product-card {
        max-width: calc(50% - 5px) !important;
        min-width: 140px !important;
    }

    .similar-products-compact .compact-product-image {
        height: 120px !important;
    }

    .hisense-related-products-section {
        padding: 12px !important;
    }

    .related-products-header .section-title {
        font-size: 1.2rem !important;
    }

    .similar-products-compact .compact-product-title {
        font-size: 12px !important;
        height: 30px !important;
    }

    .similar-products-compact .compact-product-category {
        font-size: 10px !important;
    }

    .similar-products-compact .compact-product-price {
        font-size: 13px !important;
    }

    /* Mobile responsive for Similar Products Swiper */
    .similar-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .similar-products-swiper {
        padding: 0 25px;
    }

    .similar-products-swiper .swiper-button-next,
    .similar-products-swiper .swiper-button-prev {
        display: none;
        /* Hide arrows on very small screens */
    }

    .similar-products-title {
        font-size: 1.2rem;
    }

    .similar-product-info {
        padding: 12px;
    }

    .similar-product-title {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .similar-product-category {
        font-size: 11px;
    }

    .similar-product-price {
        font-size: 15px;
    }

    .similar-product-specs {
        font-size: 12px;
    }

    .explore-more-btn {
        padding: 12px 25px;
        font-size: 12px;
    }

    .tab-nav-item {
        flex: 1 1 100%;
    }

    .tab-nav-button {
        padding: 12px 8px;
        font-size: 13px;
    }

    .custom-reviews-list {
        margin-top: 20px;
    }

    .similar-products-header {
        margin-bottom: 30px;
    }

    .tab-panel {
        padding: 15px 0;
    }

    .tab-content-inner h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .feature-item {
        padding: 15px 10px;
    }

    .feature-icon {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .feature-item h4 {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .feature-item p {
        font-size: 14px;
    }

    .support-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .support-item {
        padding: 15px 10px;
    }

    .support-icon {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .support-item h4 {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .support-item p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .support-link {
        padding: 8px 15px;
        font-size: 14px;
    }

    .rating-number {
        font-size: 2.5rem;
    }

    .spec-table td {
        padding: 10px 15px;
    }

    .spec-label {
        font-size: 14px;
    }

    .spec-value {
        font-size: 14px;
    }

    /* Review Modal Mobile */
    .review-modal-content {
        width: 95%;
        max-height: 95vh;
    }

    .review-modal-header {
        padding: 20px;
    }

    .review-modal-header h3 {
        font-size: 1.3rem;
    }

    .review-modal-body {
        padding: 20px;
    }

    .review-form-group {
        margin-bottom: 20px;
    }

    .star-rating-input label {
        font-size: 25px;
        padding: 3px;
    }

    .review-form-actions {
        flex-direction: column;
        gap: 10px;
    }

    .review-cancel-btn,
    .review-submit-btn {
        width: 100%;
        padding: 15px;
    }

    .add-review-btn {
        padding: 12px 25px;
        font-size: 14px;
    }

    .reviews-summary-new {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rating-display {
        gap: 15px;
    }

    .rating-number-large {
        font-size: 3rem;
    }

    .rating-bar-row {
        row-gap: 10px;
    }

    .star-label {
        font-size: 13px;
        width: 100%;
    }

    .custom-review-item {
        gap: 15px;
        padding: 15px;
    }

    .avatar-initials {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .reviewer-name {
        font-size: 15px;
    }

    .review-date {
        font-size: 13px;
    }

    .review-rating .star {
        font-size: 14px;
    }

    .review-title {
        font-size: 14px;
    }

    .review-text {
        font-size: 13px;
    }

    /* Specifications Accordion Mobile */
    .spec-accordion-header {
        padding: 15px 20px;
    }

    .spec-accordion-header h4 {
        font-size: 14px;
    }

    .accordion-icon {
        font-size: 18px;
    }

    .spec-grid {
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .spec-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px;
        text-align: left;
    }

    .spec-label {
        font-size: 13px;
    }

    .template1 .template-content-wrapper,
    .template2 .template-content-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* .template1 .template-image-left img,
    .template2 .template-image-right img {
        height: 200px;
    } */

    .template1 .template-title,
    .template2 .template-title {
        font-size: 1.3rem;
    }

    .template3 .template-title {
        font-size: 1.5rem;
    }

    .template3 .template-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }

    .template4 .template-banner img {
        max-height: 250px;
    }

    .template-gallery {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 10px;
    }

    .template-gallery .gallery-item img {
        height: 100px;
    }

    .highlights-grid,
    .support-items-grid,
    .related-products-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .support-items-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .support-main-title,
    .similar-products-title {
        font-size: 1.8rem;
    }

    .hisense-gallery-nav {
        padding: 0 5px;
    }

    .hisense-gallery-nav button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .woocommerce-product-gallery .flex-direction-nav .flex-prev {
        left: 5px;
    }

    .woocommerce-product-gallery .flex-direction-nav .flex-next {
        right: 5px;
    }

    .hisense-modern-gallery-layout {
        padding: 0 !important;
    }

    .hisense-modern-gallery-layout {
        height: auto;
    }
}

@media print {
    .hisense-similar-products-section {
        page-break-inside: avoid;
        background: white !important;
    }

    .similar-product-card {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
}

@media (prefers-contrast: high) {
    .similar-product-card {
        border: 2px solid #000;
    }

    .product-badge {
        border: 2px solid #000;
    }

    .explore-more-btn {
        border: 2px solid #000;
    }
}