.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-product-gallery .tinv-wishlist {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    width: 50px;
    height: 50px;
    border-radius: var(--sm-radius);
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    transition: background 0.4s ease;
}

.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: 500;
    line-height: 1;
    color: var(--hisense-primary);
    text-decoration: underline;
}

/* -------------------------------------------------------- */
.stock-message {
    margin-top: 35px;
}

.stock-message p {
    color: #6e6e6e;
    font-weight: 400;
    margin-bottom: 5px !important;
}

.single_variation_wrap {
    display: flex;
    gap: 10px;
}

.variation-actions {
    width: 33.5%;
}

.variations_button {
    flex: 1;
    display: flex;
    align-items: center;
}

.variations_button p {
    margin-bottom: 0;
}

.single_buy_now_button {
    width: 100%;
    height: 44px;
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f2f7fb;
    color: #091016;
}

.single_buy_now_button:hover {
    background: rgba(0, 101, 179, 0.1);
    color: #3384C2;
}

.single_variation_wrap .tinv-wraper {
    display: none;
}

.pro-quantity {
    display: flex;
    align-items: center;
    width: 115px;
    background: #f3f3f3;
    padding: 0 18px;
    margin: 0 30px 0 14px;
    height: 44px;
    border-radius: 7px;
}

.return-poli {
    margin-top: 35px;
}

.return-poli h4 {
    color: #091016;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.return-poli p {
    color: #6e6e6e;
}

.return-poli a {
    color: #3384c2;
    text-decoration: underline;
    transition: 0.4s all ease;
}

.return-poli a:hover {
    color: #091016;
    text-decoration: underline;
}

/* -------------------------------------------------------- */


.product-detail-price {
    font-size: 30px;
    font-weight: 600;
    color: var(--hisense-primary)
}

.product-detail-price .price-from {
    font-size: 14px;
}

.product-detail-price h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 35px 0 0 0;
}

.product-detail-price .woocommerce-Price-currencySymbol img {
    margin-bottom: 5px;
}



.mesco-breadcrumb {
    margin-bottom: 35px;
    padding: 30px 0 0;
}

.mesco-breadcrumb .woocommerce-breadcrumb,
.mesco-breadcrumb .woocommerce-breadcrumb a {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    font-weight: 600;
    transition: 0.4s all ease;
}

.mesco-breadcrumb .woocommerce-breadcrumb a {
    font-weight: 400;
}

.mesco-breadcrumb .woocommerce-breadcrumb a:hover {
    color: #3384c2;
}

.delimiter {
    font-size: 0;
    position: relative;
}

.delimiter::after {
    content: "";
    width: 6px;
    height: 11px;
    background: url(../../../assets/images/arrow-bread-crump.svg) no-repeat center;
    display: inline-block;
}

.woocommerce-breadcrumb span.delimiter {
    display: inline-block;
    margin: 2px 8px 0;
}

.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: 50px;
    align-items: start;
}

.hisense-product-images {
    position: relative;
    width: 47.3%;
}

.hisense-product-info {
    width: 52.7%;
    padding-left: 45px;
}

.hisense-product-info .hisense-product-category {
    display: none;
}

.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;
}

.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: 3px 16px;
    background: var(--hisense-primary);
    border-radius: 100px;
}

/* ----------------------------------------------------------- */

.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: 700;
    color: #2c3e50;
    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: 20px;
}

.hisense-product-excerpt .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.6;
    color: #6E6E6E;
}

/* Product Highlights */

.hisense-product-highlights:empty {
    display: none;
}

.hisense-product-highlights {
    margin: 40px 0;
    padding: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.hisense-product-highlights {
    margin-bottom: 30px;
}

.highlights-preview h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    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;
}

.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;
} */


/* Final Add to Cart Button Styling for Simple Products */
.pro_btns.final-add-to-cart {
    flex: 1;
    padding-right: 10px;
}

.pro_btns.final-add-to-cart .single_add_to_cart_button {
    background: #000000;
    color: #ffffff;
    width: 100%;
    padding: 8px 30px 10px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Simple Product Form Structure */

.mesco-product-purchase1 {
    display: flex;
    align-items: center;
}

.mesco-product-purchase1 .cart {
    display: flex;
    flex: 1;
}

.pro_btns {
    display: flex;
    align-items: center;
}

.pro_btns p {
    margin: 0;
}

.pro_btns>.pro-quantity {

    /* padding: 0 30px 0 14px; */
    padding: 0 18px 0 18px;
}

.pro_btns>.pro-quantity .pro-quantity {
    width: 115px;
    background: #f3f3f3;
    border-radius: 7px;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

/* Mobile responsive for final add to cart button */
@media (max-width: 768px) {}

.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: #ffffff;
}

.product-info {
    padding-top: 20px;
    /* text-align: center; */
}

.product-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.hisense-similar-products-section .product-image {
    background: #ffffff;
}

/* 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: uppercase;
    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: 60px;
}

.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-products-footer {
    text-align: center;
}

.explore-more-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #2c3e50;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    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 15px rgba(44, 62, 80, 0.3);
    text-decoration: none;
    color: white;
}

.similar-product-card {
    position: relative;
    overflow: hidden;
}

.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: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: 500;
    color: #2c3e50;
    font-size: 14px;
}

.spec-value {
    color: #555;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}

.overview-template {
    margin-bottom: 100px;
}

.overview-template:last-child {
    margin-bottom: 0;
}

.template1 .template-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
}

.template2 .template-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
}

.template2 .template-image-right img {
    width: 100%;
}

.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;
}

/* 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;
}

.template4 .template-banner {
    text-align: center;
    margin-bottom: 30px;
}

.template4 .template-banner img {
    width: 100%;
}

.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);
}

.reviews-summary-new {
    display: grid;
    grid-template-columns: 300px 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: 14px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: block;
}

.rating-number-large {
    font-size: 45px;
    font-weight: 700;
    color: var(--hisense-primary);
    display: block;
    line-height: 1;
}

.rating-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.out-of {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.rating-status {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.review-count-text {
    font-size: 14px;
    color: #6c757d;
}

.rating-breakdown {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rating-bar-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 48%;
}

.star-label {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    display: block;
    width: calc(100% - 100px);
    line-height: 1;
}

.rating-bar {
    height: 10px;
    width: calc(100% - 50px);
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.rating-bar-fill {
    height: 100%;
    background: var(--hisense-primary);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.rating-count {
    font-size: 14px;
    color: #6c757d;
    width: 50px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
}

.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: #e9ecef;
}

.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;
    padding: 20px 0;
    border-top: 1px solid #e9ecef;
}

.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%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.review-modal-content {
    position: relative;
    background: white;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    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;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.review-modal-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.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: 600;
    color: #2c3e50;
    font-size: 14px;
}

.review-form-group input,
.review-form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.review-form-group input:focus,
.review-form-group textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.review-form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* 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: 30px;
    color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0;
    padding: 5px;
}

.star-rating-input label:hover,
.star-rating-input label.hover {
    color: #ffc107;
    transform: scale(1.1);
}

.star-rating-input label.active {
    color: #ffc107;
}

.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: #28a745;
    color: white;
}

.review-submit-btn:hover {
    background: #218838;
}

.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;
}

.fbt-product-card .product-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.fbt-product-card .product-price {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* 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;
}



.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;
    background: #000000;
    max-width: 224px;
    color: #ffffff;
    width: 100%;
    padding: 8px 20px 10px;
    border: 1px solid #000000;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 6px;
    transition: all 0.3s ease;
}

button.single_add_to_cart_button:hover {
    color: #000000;
    background: rgb(255, 255, 255);
}

.notify-wrap .notify-btn {
    min-width: 224px;
}

.hisense-grand-total-section {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 100%;
    margin: 30px 0 0 0;
    background: #F1F1F1;
    border-radius: 5px;
}

.hisense-grand-total-section h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.hisense-grand-total-section .includes-vat {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 20px;
}

.grand-total-breakdown {
    margin-bottom: 20px;
}

.grand-total-breakdown .total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.grand-total-breakdown .total-line .label {
    color: #495057;
    font-weight: 500;
}

.grand-total-breakdown .total-line .amount {
    font-weight: 500;
    color: #727272;
}

.grand-total-breakdown .total-line .amount.free {
    color: #16940B;
    font-size: 25px;
}

.grand-discount-line .amount {
    color: #dc3545;
}

.grand-installation-option {
    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: white;
    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;
    padding-top: 15px;
    margin-bottom: 20px;
}

.grand-total-final-amount {
    font-size: 2rem;
    font-weight: 700;
    color: var(--hisense-primary);
    line-height: 1;
}

.grand-total-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    order: 2;
}

.grand-total-actions .action-links {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.grand-total-actions .action-checkboxes {
    display: flex;
    gap: 8px;
}

.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;
}

/* 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;
    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;
}





/* 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;
}

/* Quantity controls styling */
.qty-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #e9ecef;
    border-radius: 100px;
    overflow: hidden;
    background: white;
    width: 158px;
    height: 59px;
    padding: 0 20px;
}


.qty-wrapper .qty {
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    width: 60px;
    height: 40px;
    background: white;
}

/* Loading button state */
.single_add_to_cart_button.loading {
    position: relative;
    color: #ffffff;
}

.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; */
    display: none;
}

@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: #3384C2;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hisense-pagination-btn:hover {
    background: #004d88;
    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: 6px;
    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 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    background: #3384C2;
    border-radius: var(--sm-radius);
    padding: 10px 15px 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s all ease;
}

.hisense-shop-btn:hover {
    background: #004d88;
}

/* ---------------------------------------------------------- */

.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;
}

/* ---------------------------------------------------------- */

.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: 60px 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: 5px;
    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 h3 {
    color: #ffffff;
}

.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: inline-flex;
    /* align-items: flex-end; */
    flex-direction: column;
    width: 50% !important;
}

.expected-delivery-wrap {
    padding-top: 5px;
    padding-bottom: 15px;
}

.location_text p {
    color: #6E6E6E;
    line-height: 1.2;
    font-weight: 400;
}

.location_text p span {
    color: #252525;
}

.location_text p a {
    color: #3384C2;
    text-decoration: underline;
    transition: all 0.4s ease;
}

.location_text p a:hover {
    color: #091016;
    text-decoration: underline;
}

.update-location {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.update-location.active {
    padding-top: 15px;
    max-height: 100px;
    opacity: 1;
}

.update-location select {
    height: 44px;
    border: 1px solid rgba(17, 17, 17, 0.2);
    border-radius: 6px;
    padding: 9px 20px;
    max-width: 395px;
    width: 100%;
}

table.variations {
    width: 100%;
}

table.variations td {
    vertical-align: bottom;
    display: inline-flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-end;
}


.variations tr+tr td {
    padding-top: 12px;
}

.reset_variations {
    /* margin-left: 10px; */
    text-decoration: underline !important;
}

a.reset_variations[style*="visibility: hidden"] {
    display: none !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 100px;
}

/* ----------------------styoles for mesco single product--------------------- */
.mesco-product h1 {
    font-size: 30px;
    font-weight: 600;
    color: #091016;
    margin-bottom: 0;
    text-transform: capitalize;
}

.mesco-product .product-categories a {
    color: #6e6e6e;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding-top: 11px;
}

.mesco-product .product-stock-status span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 400;
}

.mesco-product .product-stock-status .in-stock {
    color: #32ac4c;
}

.mesco-product .product-stock-status .out-of-stock {
    color: #C72222;
}



.mesco-product .product-detail-price {
    color: #000000;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
}

.mesco-product .product-detail-price i {
    font-size: 21px;
}

.mesco-product .woocommerce-Price-currencySymbol i {
    position: relative;
    bottom: 2px;
}

.mesco-product .product-detail-price .price-sale {
    font-size: 30px;
    font-weight: 600;
}

.mesco-product .product-detail-price .price {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.mesco-product .product-detail-price .price-regular {
    color: #999999;
    font-size: 18px;
    font-weight: 400;
}

.mesco-product .product-detail-price .price-regular del {
    gap: 5px;
}

.product-detail-price-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 25px;
    border-top: 1px solid rgba(110, 110, 110, 0.2);
    padding-top: 15px;
    margin-top: 20px;

}

.hisense-product-excerpt {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
}

.variations .label label {
    color: #091016;
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}

.variations .woo-variation-items-wrapper ul {
    display: flex !important;
    gap: 10px;
    /* margin-top: 10px; */
}

.variations .woo-variation-items-wrapper li {
    border: 1px solid rgba(17, 17, 17, 0.2) !important;
    border-radius: 6px !important;
    margin: 0 !important;
    padding: 9px 20px !important;
    box-shadow: none !important;
    max-width: 150px;
    height: auto !important;

}

.variations .woo-variation-items-wrapper li.selected {
    background: #F2F7FB !important;
}

.variations .woo-variation-items-wrapper li:hover,
.variations .woo-variation-items-wrapper li:focus {
    box-shadow: none !important;
    background: #f2f7fb !important;
}

.variations .woo-variation-items-wrapper .variable-item-span {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.6) !important;
    word-break: break-all;
}

.size-sku-simple-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
}

.product-sku {
    /* padding-bottom: 20px; */
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right: 22px;
}

.product-sku:empty {
    padding-right: 0 !important;
}

.product-sku span {
    display: block;
}

.product-sku .sku-label {
    color: #091016;
    font-size: 16px;
    font-weight: 600;
}

.product-sku .sku-value {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.hisense-product-tabs-section {
    padding-bottom: 80px;
    padding-top: 30px;
}

.pr-similar-products {
    /* border-bottom: 1px solid #ffffff; */
    overflow: hidden;
    padding-top: 20px;
}

.pr-similar-products .related_product_sec {
    padding-top: 30px;
}

.pr-similar-products .item {
    width: 100%;
}

.pr-similar-products .item li {
    height: 100%;
    width: 100%;
}

.pr-similar-products .item .hisense-product-card {
    background: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: none;
    padding: 0;
}

.pr-similar-products .product-image {
    position: relative;
    padding: 8px 10px 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 273px; */
    border-radius: 5px;
    border: 0 !important
}

.pr-similar-products .product-info {
    padding: 8px 15px 10px;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    background: #F2F7FC;
    border-radius: 10px;
    margin: 0 8px 8px 8px;
}

.pr-similar-products .product-price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.pr-similar-products .product-price i {
    font-size: 14px;
}

.pr-similar-products .hisense-product-card .mesco-add-to-cart-single,
.pr-similar-products .hisense-product-card .mesco-add-to-cart-variable {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    width: 37px;
    height: 37px;
    border-radius: var(--sm-radius);
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    transition: all 0.4s ease;
}

.pr-similar-products .hisense-product-card .mesco-add-to-cart-single:hover,
.pr-similar-products .hisense-product-card .mesco-add-to-cart-variable:hover {
    background: #f2f7fc;
    border: 1px solid #f2f7fc;
}

.pr-similar-products .hisense-product-card .mesco-add-to-cart-single svg,
.pr-similar-products .hisense-product-card .mesco-add-to-cart-variable svg {
    width: 17px;
    height: 17px;
}

.pr-similar-products .hisense-product-card .wishlist-btn {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    width: 37px;
    height: 37px;
    border-radius: var(--sm-radius);
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    transition: all 0.4s ease;
}

.pr-similar-products .hisense-product-card .wishlist-btn:hover {
    background: #f2f7fc;
    border: 1px solid #f2f7fc;
}


/* tab */
.tabs-nav-wrapper {
    overflow: auto;
}

.tabs-nav-wrapper::-webkit-scrollbar {
    display: none;
    height: 0;
}

.custom-product-tabs-nav {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    list-style: none;
    padding: 0 0 0 20px;
}

.custom-product-tabs-nav li {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 20px;
    white-space: nowrap;
    font-weight: 400;
    color: rgba(9, 16, 22, 0.4);
    position: relative;
}

.custom-product-tabs-nav li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    border-radius: 22px 22px 0px 0px;
    background-color: #3384C2;
    transition: 0.4s all ease;
}

.custom-product-tabs-nav li.active {
    font-weight: 600;
    color: rgba(9, 16, 22, 1);
    border-radius: 22px 22px 0 0;
}

.custom-product-tabs-nav li.active:after {
    opacity: 1;
}

.custom-product-tabs-content .tab-pane {
    display: none;
}

.custom-product-tabs-content .tab-pane.active {
    display: block;
}

.custom-product-tabs-content {
    background: #fafafa;
    border-radius: 10px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    padding: 40px 40px 80px;
}

.custom-product-tabs-content h3 {
    color: #091016;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}

.custom-product-tabs-content p,
.custom-product-tabs-content ul {
    font-weight: 400;
    color: #202020;
}

.custom-product-tabs-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.custom-product-tabs-content ul+h4 {
    margin-top: 30px;
}

.custom-product-tabs-content li+li {
    margin-top: 10px;
}

.custom-product-tabs-content ul+ul {
    margin-top: 15px;
}

.custom-product-tabs-content .video-wrapper {
    border-radius: 12px;
    overflow: hidden;
}

.custom-product-tabs-content .video-wrapper video {
    display: block;
}

.hisense-product-color-section {
    padding-bottom: 40px;
    padding-top: 40px;
}

.hisense-product-color-section:empty {
    display: none;
}

.hisense-product-color-section .section_title {
    margin-bottom: 25px;
}

.variation-search {
    position: relative;
}

.variation-search::after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 14px;
    height: 100%;
    background: url(../../inc/images/color-search-icon.svg) no-repeat center;
    background-size: contain;
}

.variation-search input {
    width: 260px;
    height: 34px;
    border: 1px solid #e6e7e8;
    border-radius: 6px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    padding: 5px 10px 5px 35px;
}


.acf-color-swatch-grid {
    display: grid;
    gap: 20px 10px;
    grid-template-columns: repeat(8, 1fr);
}

.acf-color-swatch {
    cursor: pointer;
}

.acf-color-swatch img {
    margin-bottom: 5px;
    border: 1px solid #d0d0d0;
    ;
}

.acf-color-swatch-grid span {
    color: #091016;
    font-size: 14px;
    font-weight: 400;
}

.acf-color-swatch-grid span.color-code:empty {
    display: none;
}

.hisense-product-purchase1 form {
    display: flex;

}

.hisense-product-purchase1 form>div:not(.pro_btns) {
    width: 100%;
}

.see-all-sizes-btn,
.see-all-colors-btn {
    font-size: 16px;
    color: #091016;
    text-decoration: underline;
    transition: 0.4s color ease;
}

.see-all-sizes-btn:hover,
.see-all-colors-btn:hover {
    color: #0066B3;
    text-decoration: underline;
}

.pop-up-inner_wrap {
    display: flex;
    gap: 50px;
}

.color-popup-image img {
    width: 154px;
    height: 101px;
}

.color-popup-image #popup-sku {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.popup-right {
    flex: 1;
}

.popup-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 5px;
    gap: 20px;
}

.color-popup-info {
    margin-bottom: 20px;
}

.color-popup-info h2 {
    color: #091016;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.popup-right .single_variation {
    display: none !important;
}

.popup-header #popup-price>span {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}

.popup-header #popup-price>span i {
    font-size: 20px;
    position: relative;
    bottom: 2px;
}

.pop-up-inner_wrap form {
    flex-direction: column !important;
    gap: 0 !important;
}

.pop-up-inner_wrap .popup-actions {
    display: flex;
    gap: 15px;
}

.popup-actions .qty-wrap input {
    align-items: center;
    text-align: center;
    width: 115px;
    background: #f3f3f3;
    padding: 0 18px;
    margin: 0 15px 0 14px;
    height: 44px;
    border: 0 !important;
    outline: 0 !important;
}

.popup-actions .qty-wrap button {
    height: 44px;
    width: 44px;
}

.popup-right .variations .woo-variation-items-wrapper li {
    padding: 9px 0px !important;
}

.availability {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}

.availability.available {
    color: #32AC4C;
}

.availability.not-avail {
    color: #C72222;

}

.popup-right table+.single_variation_wrap {
    margin-top: 30px;
}

.size-sku-wrap {
    /* display: flex; */
    gap: 80px;
}

.size-sku-simple-wrap {
    width: 100%;
}

.sku-qty-simple-wrap {
    display: flex;
    flex-direction: column;
}

.simple-variation-btn {
    display: flex;
}



.variations-table .price {
    color: #000000 !important;
}

.variations-table .price .woocommerce-Price-currencySymbol i {
    font-size: 11px;
    position: relative;
    bottom: 1px;
}

.variations-table .price bdi {
    white-space: nowrap;
}

.woocommerce-variation-price del,
.variations-table .price del {
    font-size: inherit;
    font-weight: 400;
}

.woocommerce-variation-price .price del .woocommerce-Price-currencySymbol img,
.variations-table .price del .woocommerce-Price-currencySymbol img {

    filter: brightness(0) saturate(100%) invert(69%) sepia(5%) saturate(10%) hue-rotate(322deg) brightness(89%) contrast(84%);
}


.mesco-product+.hisense-product-purchase1 {
    margin-top: 10px;
}

.mesco-product .wpced .wpced-inner {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}

.mesco-product .wpced .wpced-inner::before {
    display: none;
}


.cr-review-link {
    color: #6e6e6e;
    font-size: 16px;
}


.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
.cr-all-reviews-shortcode .cr-button-search {
    background: #000000;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.4s all ease;
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,
.cr-all-reviews-shortcode .cr-button-search:hover {
    background: #ffffff;
    color: #000000;
}

#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
    font-size: 16px;
    font-weight: 600;
}

.cr-all-reviews-shortcode .cr-button-search {
    padding: 3px 30px;
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
    width: 1px;
    background-color: #e6e7e8;
}

.cr-histogramTable td {
    font-size: 16px;
    font-weight: 600;
}

.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type="text"] {
    border: 1px solid #e6e7e8;
    border-radius: 10px;
    font-size: 16px;
    height: 50px;
}

.cr-ajax-search input[type="text"]:focus {
    border: 1px solid #e6e7e8;
    box-shadow: none;

}

.cr-all-reviews-shortcode .cr-summaryBox-wrap {
    justify-content: space-between;
}

.cr-all-reviews-shortcode .cr-count-row,
#reviews.cr-reviews-ajax-reviews .cr-count-row {
    font-size: 15px;
    color: #6E6E6E;
    padding-inline: 0;
}

.cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
    font-size: 15px;
    color: #000000;
}

.cr-summary-separator-side {
    display: none;
    padding-inline: 0;
}

.cr-summary-separator-side {
    font-size: 16px;
    font-weight: 600;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.crstar-rating-svg {
    margin-top: 15px;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text p:first-child {
    margin-top: 0;
}

.woocommerce-review__published-date {
    font-size: 15px;
    color: #6E6E6E;
    padding-inline: 0;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text {
    padding-bottom: 0;
    border-bottom: 0;
}

.cr-all-reviews-shortcode ol.commentlist {
    padding: 0;
}

.cr-all-reviews-shortcode ol.commentlist li {
    margin: 0;
}

.cr-all-reviews-shortcode ol.commentlist li+li {
    padding-top: 25px;
    border-top: 1px solid #e6e7e8;
    margin-top: 25px;
}

.cr-all-reviews-shortcode .cr-review-form-item,
.cr-review-form-wrap .cr-review-form-rating-overall .cr-review-form-rating,
.cr-all-reviews-shortcode .cr-review-form-comment,
.cr-all-reviews-shortcode .cr-review-form-ne,
.cr-all-reviews-shortcode .cr-review-form-buttons,
.cr-all-reviews-shortcode .cr-review-form-result {
    margin-inline: 0;
    max-width: 750px;
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg {
    display: none;
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav {
    border: 0;
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}

.cr-all-reviews-shortcode .cr-review-form-item img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 10px;
    border: 1px solid #e6e7e8;
}

.cr-all-reviews-shortcode .cr-review-form-item span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg {
    height: 17px;
    width: 20px;
}

.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
    height: 17px;
    padding: 0 2px;
}

.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
    font-size: 15px;
    line-height: 17px;
    height: 17px;
}

.cr-all-reviews-shortcode .cr-review-form-rating-overall .cr-review-form-rating-label {
    display: none;
}

.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl {
    position: static;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    color: #4D5D64;
    margin-bottom: 8px;
    background-color: transparent;
}

.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input {
    border: 1px solid #e6e7e8;
    border-radius: 10px;
    font-size: 16px;
}

.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input {
    height: 50px;

}

.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt {
    height: 150px;
}


.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit {
    background: #000000;
    font-size: 16px;
    border: 1px solid #000000;
    border-radius: 10px;
    height: 50px;
    color: #ffffff;
    transition: 0.4s all ease;
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit:hover {
    background: #ffffff;
    color: #000000;
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel {
    font-size: 16px;
    background: #f2f7fb;
    color: #091016;
    transition: 0.4s all ease;
    border-radius: 10px;
    border: 1px solid #9ab5ca;
    height: 50px;
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel:hover {
    background: rgba(0, 101, 179, 0.1);
    color: #3384C2;
}

.color-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sort-controls {
    order: 2;
}

.sort-controls select {
    border: 1px solid #E6E7E8;
    color: #6E6E6E;
    height: 34px;
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 40px 5px 20px;
    border-radius: 6px;
    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 18px center;
    background-repeat: no-repeat;
    background-size: 22px;
}

.load-more-colors-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.load-more-colors-container a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline !important;
}

.load-more-colors-container a:hover {
    color: #0065B3;
}

.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue {
    background: #000000;
    padding: 10px 25px;
    height: 50px;
    min-width: 130px;
    border: 1px solid #000000;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.4s all ease;
}

.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover {
    background: #ffffff;
    color: #000000;

}

/*------------------ overwriting singrle product image------------- */
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
    border: 1px solid #e8e7e7;
    border-radius: 10px;
    height: 478px;
    cursor: zoom-in;
}

#wpgs-gallery .gallery-navigation-carousel-wrapper {
    height: 478px;
    max-height: unset !important;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide img {
    border: 1px solid #e8e7e7 !important;
    border-radius: 10px !important;
}

.sp_wgs-icon-zoom-in-1::before {
    display: none !important;

}

.sp_wgs-icon-zoom-in-1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url(../../../assets/images/gallery-zoom-in.svg) no-repeat center;
}

.wcgs-spswiper-button-next {
    background-color: unset !important;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.7) 30%,
            rgba(0, 0, 0, 0.3) 60%,
            rgba(0, 0, 0, 0) 100%) !important;
    border-radius: 0 0 10px 10px !important;
}

.wcgs-spswiper-button-prev {
    background-color: unset !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%) !important;
    border-radius: 10px 10px 0 0 !important;
}


@media (max-width: 1550px) {
    .pr-similar-products .product-price {
        font-size: 19px;
    }
}

@media (max-width: 1480px) {
    .mesco-breadcrumb {
        margin-bottom: 30px;
        padding: 25px 0 0;
    }

    .mesco-product h1 {
        font-size: 28px;
    }

    .mesco-product .product-categories a {
        font-size: 16px;
        padding-top: 8px;
    }

    .mesco-product .product-stock-status span {
        font-size: 16px;
    }

    .mesco-product .product-stock-status span img {
        width: 18px;
    }

    .mesco-product .product-detail-price {
        font-size: 28px;

    }

    .mesco-product .product-detail-price i {
        font-size: 19px;
    }

    .mesco-product .woocommerce-Price-currencySymbol i {
        position: relative;
        bottom: 1px;
    }

    .product-detail-price {
        font-size: 28px;
    }

    .product-detail-price .woocommerce-Price-currencySymbol img {
        width: 23px;
    }

    .mesco-product .product-detail-price .price-regular {
        font-size: 16px;
    }

    .mesco-product .product-detail-price .price-sale {
        font-size: 28px;
    }

    .hisense-product-excerpt {
        margin-bottom: 17px;
    }

    .product-sku {
        padding-right: 18px;
    }

    .product-sku .sku-label {
        font-size: 15px;
    }

    .product-sku .sku-value {
        font-size: 15px;
    }

    .size-sku-simple-wrap {
        padding-bottom: 10px;
    }

    .variations .label label {
        font-size: 16px;
    }

    .product-detail-price-wrap {
        gap: 10px 20px;
        padding-top: 12px;
        margin-top: 17px;
    }

    .mesco-product+.hisense-product-purchase1 {
        margin-top: 5px;
    }

    .variations .woo-variation-items-wrapper .variable-item-span {
        font-size: 14px !important;
    }

    .see-all-sizes-btn,
    .see-all-colors-btn {
        font-size: 15px;
    }

    table.variations td {
        gap: 17px;
    }

    .stock-message {
        margin-top: 30px;
    }

    button.single_add_to_cart_button {
        height: 40px;
        font-size: 15px;
    }

    .pro-quantity {
        padding: 0 15px;
        margin: 0 25px 0 12px;
        height: 40px;
    }

    .pro_btns>.pro-quantity .pro-quantity {
        height: 40px;
    }

    .single_buy_now_button {
        height: 40px;
        font-size: 15px;
    }

    .return-poli h4 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .popup-right table+.single_variation_wrap {
        margin-top: 30px;
    }

    .hisense-product-info {
        padding-left: 40px;
    }

    .hisense-product-main {
        margin-bottom: 40px;
    }

    .hisense-product-color-section .section_title {
        margin-bottom: 20px;
    }

    .hisense-product-color-section {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .hisense-product-tabs-section {
        padding-bottom: 70px;
        padding-top: 25px;
    }

    .custom-product-tabs-nav li {
        padding: 8px 18px;
        font-size: 18px;
    }

    .custom-product-tabs-content {
        padding: 35px 35px 70px;
    }

    .custom-product-tabs-content h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .custom-product-tabs-content li+li {
        margin-top: 7px;
    }

    .custom-product-tabs-content ul+h4 {
        margin-top: 25px;
    }

    .pr-similar-products .product-price {
        font-size: 18px;
    }

    .return-poli {
        margin-top: 30px;
    }

    .availability {
        font-size: 16px;
    }

    .hisense-product-excerpt .woocommerce-product-details__short-description {
        font-size: 15px;
    }



    .cr-review-link {
        font-size: 15px;
    }

    .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span {
        font-size: 28px;
    }

    .cr-all-reviews-shortcode .cr-review-form-item span {
        font-size: 18px;
    }

    .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
    .cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
    .cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl {
        font-size: 15px;
        line-height: 15px;
        height: 15px;
    }

    .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,
    .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input {
        height: 45px;
    }

    .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt,
    .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,
    .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input {
        font-size: 15px;
    }

    .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt {
        height: 135px;
    }

    .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit {
        font-size: 15px;
        height: 45px;
    }

    .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
    .cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
    .cr-all-reviews-shortcode .cr-button-search {
        height: 45px;
    }

    .cr-histogramTable td {
        font-size: 15px;
    }

    .woocommerce-product-gallery .tinv-wishlist {
        width: 45px;
        height: 45px;
    }

    .pr-similar-products .hisense-product-card .wishlist-btn {
        width: 45px;
        height: 45px;
    }

    .pr-similar-products .hisense-product-card .mesco-add-to-cart-single,
    .pr-similar-products .hisense-product-card .mesco-add-to-cart-variable {
        width: 45px;
        height: 45px;
    }

    .sort-controls select {
        font-size: 15px;
    }

    .load-more-colors-container {
        padding-top: 15px;
    }

    .load-more-colors-container a {
        font-size: 16px;
    }

    #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
        height: 438px;
    }

    #wpgs-gallery .gallery-navigation-carousel-wrapper {
        height: 438px;

    }

    .popup-header #popup-price>span {
        font-size: 28px;
    }

    .popup-header #popup-price>span img {
        margin-bottom: 5px;
        width: 24px;
    }

    .pr-similar-products .related_product_sec {
        padding-top: 25px;
    }
}

@media (max-width: 1280px) {
    #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
        height: 435px;
    }

    #wpgs-gallery .gallery-navigation-carousel-wrapper {
        height: 435px;

    }

    .pr-similar-products .related_product_sec {
        padding-top: 15px;
    }
}

@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-product-info {
        padding-left: 40px;
    }

    .hisense-product-excerpt {
        margin-bottom: 15px;
    }

    .variations tr+tr th {
        padding-top: 15px;
    }

    .stock-message {
        margin-top: 20px;
    }

    .return-poli {
        margin-top: 25px;
    }

    .custom-product-tabs-nav li {
        padding: 8px 15px;
        font-size: 16px;
    }

    .custom-product-tabs-content {
        padding: 30px 30px 60px;
    }

    .cr-review-link {
        font-size: 15px;
    }

    #reviews .cr-summaryBox-wrap .cr-total-rating-count,
    .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
    .cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
        font-size: 15px;
    }

    .cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
    .cr-ajax-search input[type="text"] {
        font-size: 15px;
        height: 45px;
    }

    .cr-add-review-wrap .cr-all-reviews-add-review,
    .cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
    .cr-all-reviews-shortcode .cr-button-search {
        height: 45px;
    }

    .cr-all-reviews-shortcode .cr-count-row,
    #reviews.cr-reviews-ajax-reviews .cr-count-row {
        font-size: 14px;
        margin: 20px 0;
    }

    #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
        height: 428px;
    }

    #wpgs-gallery .gallery-navigation-carousel-wrapper {
        height: 428px;

    }

    .hisense-product-tabs-section {
        padding-bottom: 60px;
    }

    .pr-similar-products {
        padding-top: 0;
    }

    .hisense-product-color-section {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .hisense-product-main {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {


    .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 40px 0;
    }

    .hisense-product-info {
        padding-left: 30px;
    }

    .hisense-product-info {
        width: calc(51% + 30px)
    }

    .hisense-product-images {
        width: calc(49% - 30px)
    }

    .hisense-product-tabs-section {
        padding-top: 15px;
    }

    .acf-color-swatch-grid {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media (max-width: 991px) {
    .hisense-product-info {
        padding-left: 0;
    }

    .hisense-product-info {
        width: 100%;
    }

    .hisense-product-images {
        width: 100%
    }

    .acf-color-swatch-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .hisense-product-main {
        gap: 30px;
    }

    .variations_button {
        flex: unset;
    }

    .variation-actions {
        width: auto;
    }

    .pro-quantity {
        margin: 0 12px 0 12px;
    }

    .popup-header #popup-price>span {
        font-size: 24px;
    }

    .popup-header #popup-price>span img {
        margin-bottom: 4px;
        width: 20px;
    }

    .woocommerce-breadcrumb span.delimiter {
        margin: 2px 5px 0;
    }

    .hisense-product-color-section {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .hisense-product-main {
        margin-bottom: 35px;
    }
}

@media (max-width: 860px) {
    .hisense-product-details {
        padding: 0;
    }

    .hisense-product-main {
        grid-template-columns: 1fr;
    }

    .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;
    }

    .mesco-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;
    }

    #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
        height: 420px;
    }

    #wpgs-gallery .gallery-navigation-carousel-wrapper {
        height: 420px;

    }

    .pr-similar-products .related_product_sec {
        padding-top: 10px;
    }
}

@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: 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: 30px;
    }

    .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;
    }

    .product-detail-price .woocommerce-Price-currencySymbol img {
        width: 16px;
        margin-bottom: 3px;
    }

    .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;
    }

    .acf-color-swatch-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .custom-product-tabs-nav {
        gap: 10px;
        padding: 0 0 0 15px;
    }

    .custom-product-tabs-nav li {
        padding: 5px 8px;
        font-size: 15px;
    }

    .custom-product-tabs-content {
        padding: 20px 20px 40px;
    }

    .pr-similar-products .related_product_sec {
        padding-top: 0px;
    }

    .pr-similar-products {
        padding-top: 0;
    }

}

@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: 6px 16px;
        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;
    }

    .acf-color-swatch-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px 10px;
    }

    .single_variation_wrap {
        flex-wrap: wrap;
    }

    .variation-actions {
        width: 100%;
    }

    .variations_button {
        flex: 1;
    }

    .availability {
        font-size: 15px;
    }

    .sort-controls,
    .sort-controls select,
    .variation-search,
    .variation-search input {
        width: 100%;
    }

    .variation-search input {
        font-size: 15px;
    }

    .hisense-product-tabs-section {
        padding-bottom: 50px;
    }

    .custom-product-tabs-content {
        padding: 20px 20px 20px;
    }

}

@media (max-width: 480px) {
    .acf-color-swatch-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mesco-product h1 {
        font-size: 24px;
    }

    .mesco-product .product-detail-price {
        font-size: 24px;
    }

    .mesco-product .product-detail-price i {
        font-size: 16px;
    }

    .product-detail-price-wrap {
        gap: 6px 14px;
        padding-top: 10px;
        margin-top: 13px;
    }

    .size-sku-simple-wrap {
        padding-bottom: 5px;
    }

    .mesco-product .product-detail-price .price-sale {
        font-size: 24px;
    }

    .mesco-product .product-categories a {
        font-size: 15px;
    }

    .cr-all-reviews-shortcode .cr-button-search {
        padding: 3px 15px;
    }

    .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span {
        font-size: 24px;
    }

    .cr-all-reviews-shortcode .cr-review-form-ne,
    .cr-all-reviews-shortcode .cr-review-form-buttons {
        flex-wrap: wrap;
    }

    .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name,
    .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email,
    .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
    .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel {
        width: 100%;
    }

    .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,
    .cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator {
        height: 15px;
    }

    #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
        height: 338px;
    }

    #wpgs-gallery .gallery-navigation-carousel-wrapper {
        height: 335px;
    }

    .hisense-product-main {
        margin-bottom: 25px;
    }

    .hisense-product-color-section {
        padding-bottom: 20px;
        padding-top: 15px;
    }

    .product-sku {
        padding-right: 15px;
    }


    .custom-product-tabs-content h3{font-size: 20px;}
    .sku-qty-simple-wrap {margin-top:10px}
}

@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;
    }
}