

/* Header CSS End */

/* Section Tag */
.section-tag {
    color: #ff3b30;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-heading {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}

.section-heading span {
    color: #ff3b30;
}

/* ====================================
Refrigerator Freezer Banner
====================================*/

 .freezer-banner-section{

    padding:90px 0;

    min-height:700px;

    display:flex;

    align-items:center;

    position:relative;

    overflow:hidden;

background-image: url('/assets/images/tv-catp/banner-image.png');

    background-size:cover;

    background-position:center right;

    background-repeat:no-repeat;

}

/* Decorative Circle */
 
.freezer-banner-section::before{

    content:"";

    width:420px;

    height:420px;

    background:#ff3b3008;

    border-radius:50%;

    position:absolute;

    top:-180px;

    left:-180px;

}

/* Content */

 .freezer-banner-section .banner-content-wrapper{

    position:relative;

    z-index:2;

}

.freezer-banner-section .banner-sub-heading{

    display:inline-block;

    font-size:14px;

    font-weight:700;

    color:#ff3b30;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.freezer-banner-section .banner-heading{

    font-size:56px;

    line-height:1.25;

    font-weight:600;

    color:#002964;

    margin-bottom:25px;

}

.freezer-banner-section .banner-heading span{

    color:#ff3b30;

}

.freezer-banner-section .banner-content{

    max-width:610px;

    font-size:18px;

    color:#646F88;

    line-height:1.8;

    margin-bottom:40px;

} 

/* Buttons */

.freezer-banner-section .banner-buttons{

    display:flex;

    gap:16px;

    margin-bottom:45px;

}

.freezer-banner-section .banner-buttons a{

    padding:15px 28px;

    border-radius:5px;

    text-decoration:none;  

    font-size:15px;

    font-weight:600;

    transition:.3s;
    

}

.freezer-banner-section .explore-btn{

    background:#ff3b30;

    color:#fff;

}

.freezer-banner-section .explore-btn:hover{

    background:#e02a20;

}

.freezer-banner-section .quote-btn{

    border:1px solid #ff3b30;

    color:#ff3b30;

    background:#fff;

}

.freezer-banner-section .quote-btn:hover{

    background:#ff3b30;

    color:#fff;

} 

/* Feature Boxes */

 .banner-features{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

}

.banner-features .feature-box{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 20px;

    background:#fff;

    border:1px solid #E5EBF5;

    border-radius:10px;

    transition:.35s;

}

.banner-features .feature-box:hover{

    transform:translateY(-6px);

    border-color:#002964;

    box-shadow:0 18px 40px rgba(6,46,130,.08);

}

.banner-features .feature-box i{

    color:#ff3b30;

    font-size:18px;

}

.banner-features .feature-box span{

    font-size:15px;

    color:#002964;

    font-weight:500;

}

/* Responsive */

@media(max-width:991px){

.freezer-banner-section{

min-height:auto;

padding:80px 0;

background-position:center;

}

.freezer-banner-section .banner-heading{

font-size:42px;

}

.banner-features{

flex-direction:column;

}

.banner-features .feature-box{

width:100%;

}

.banner-buttons{

flex-wrap:wrap;

}

} 

/* =========================================
   TV2 PRECONFIGURED SYSTEMS
========================================= */

.tv2-products-section {
    padding: 90px 0;
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f5f9ff 100%
    );
    overflow: hidden;
}

/* Section Heading */

.tv2-section-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.tv2-section-heading > span {
    display: inline-block;
    color: #ff3b30;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tv2-section-heading h2 {
    margin: 0 0 15px;
    color: #002964;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    line-height: 1.25;
    font-weight: 600;
}

.tv2-section-heading h2 strong {
    color: #ff3b30;
    font-weight: 600;
}

.tv2-section-heading p {
    max-width: 650px;
    margin: auto;
    color: #646f88;
    font-size: 17px;
    line-height: 1.7;
}


/* =========================================
   CATEGORY
========================================= */

.tv2-category-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px 30px;
    margin-bottom: 20px;

    background: #ffffff;
    border-left: 5px solid #ff3b30;
    border-radius: 12px;

    box-shadow: 0 10px 35px rgba(0, 41, 100, 0.07);
}

.tv2-category-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
    background: #002964;
    color: #ffffff;
    font-size: 21px;
}

.tv2-category-heading h3 {
    margin: 0 0 4px;
    color: #002964;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.tv2-category-heading p {
    margin: 0;
    color: #646f88;
    font-size: 14px;
}


/* =========================================
   PRODUCT CARD
========================================= */

.tv2-product-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 170px 150px;
    align-items: stretch;

    background: #ffffff;
    border: 1px solid #e3eaf4;
    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 18px 55px rgba(0, 41, 100, 0.09);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.tv2-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 41, 100, 0.18);
    box-shadow: 0 28px 65px rgba(0, 41, 100, 0.14);
}


/* =========================================
   PRODUCT CODE
========================================= */

.tv2-product-code {
    padding: 30px 22px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #f5f8fd;
    border-right: 1px solid #e4eaf3;
}

.tv2-product-code span {
    color: #ff3b30;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.tv2-product-code h4 {
    margin: 0;
    color: #002964;
    font-size: 19px;
    font-weight: 600;
}


/* =========================================
   PRODUCT INFORMATION
========================================= */

.tv2-product-info {
    display: flex;
    justify-content: space-between;
    gap: 25px;

    padding: 30px;
}

.tv2-product-content {
    flex: 1;
}

.tv2-product-content h3 {
    margin: 0 0 8px;

    color: #002964;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
}

.tv2-product-content > p {
    margin: 0 0 15px;

    color: #646f88;
    font-size: 14px;
    line-height: 1.6;
}

.tv2-product-content ul {
    margin: 0;
    padding: 0;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 25px;

    list-style: none;
}

.tv2-product-content ul li {
    position: relative;
    padding-left: 19px;

    color: #46536b;
    font-size: 13px;
    line-height: 1.5;
}

.tv2-product-content ul li::before {
    content: "\f00c";

    position: absolute;
    left: 0;
    top: 1px;

    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    color: #ff3b30;
    font-size: 11px;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.tv2-product-image {
    width: 145px;
    flex: 0 0 145px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tv2-image-box {
    width: 125px;
    height: 105px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f8faff;
    border: 1px solid #e7edf6;
    border-radius: 10px;

    padding: 10px;
}

.tv2-image-box img {
    max-width: 100%;
    max-height: 85px;
    object-fit: contain;
}

.tv2-product-image span {
    margin-top: 8px;

    color: #7b879c;
    font-size: 10px;
    text-align: center;
}


/* =========================================
   PRICE
========================================= */

.tv2-product-price {
    padding: 30px 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-left: 1px solid #e4eaf3;
    border-right: 1px solid #e4eaf3;

    background: #fbfcff;
}

.tv2-product-price span {
    color: #7b879c;
    font-size: 11px;
    margin-bottom: 7px;
}

.tv2-product-price strong {
    color: #002964;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}


/* =========================================
   CART BUTTON
========================================= */

.tv2-product-action {
    padding: 25px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
}

.tv2-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;

    padding: 13px 15px;

    background: #ff3b30;
    color: #ffffff;

    border-radius: 6px;

    text-decoration: none;
    font-size: 13px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.tv2-cart-btn:hover {
    color: #ffffff;
    background: #002964;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 41, 100, 0.18);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .tv2-product-card {
        grid-template-columns: 120px minmax(0, 1fr) 145px 130px;
    }

    .tv2-product-info {
        padding: 25px 20px;
    }

    .tv2-product-content ul {
        grid-template-columns: 1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tv2-products-section {
        padding: 60px 0;
    }

    .tv2-products-section .container {
        padding: 0 18px;
    }

    .tv2-section-heading {
        text-align: left;
        margin-bottom: 35px;
    }

    .tv2-section-heading h2 {
        font-size: 32px;
    }

    .tv2-section-heading p {
        font-size: 15px;
    }

    /* Category */

    .tv2-category-heading {
        padding: 20px;
    }

    .tv2-category-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
        font-size: 18px;
    }

    .tv2-category-heading h3 {
        font-size: 19px;
    }

    .tv2-category-heading p {
        font-size: 12px;
    }


    /* Product */

    .tv2-product-card {
        display: flex;
        flex-direction: column;
        border-radius: 14px;
    }


    /* Product Code */

    .tv2-product-code {
        padding: 18px 20px;

        flex-direction: row;
        align-items: center;
        gap: 10px;

        border-right: 0;
        border-bottom: 1px solid #e4eaf3;
    }

    .tv2-product-code span {
        margin: 0;
    }


    /* Info */

    .tv2-product-info {
        flex-direction: column;
        padding: 25px 20px;
    }

    .tv2-product-content h3 {
        font-size: 19px;
    }

    .tv2-product-content ul {
        grid-template-columns: 1fr;
    }

    .tv2-product-image {
        width: 100%;
        flex-basis: auto;
    }

    .tv2-image-box {
        width: 160px;
        height: 125px;
    }

    .tv2-image-box img {
        max-height: 100px;
    }


    /* Price */

    .tv2-product-price {
        padding: 20px;

        border-left: 0;
        border-right: 0;
        border-top: 1px solid #e4eaf3;
    }


    /* Button */

    .tv2-product-action {
        padding: 20px;
        border-top: 1px solid #e4eaf3;
    }

    .tv2-cart-btn {
        width: 100%;
        padding: 14px;
    }

}

/* =========================================
   PRODUCT CARD - FINAL OVERRIDE
========================================= */

.monitor-product-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}


/* Product Main Layout */

.monitor-product-body {
    width: 100%;
}


/* Image */

.monitor-image-wrapper img {
    max-width: 100%;
    height: auto;
}


/* =========================================
   DESKTOP
========================================= */

@media (min-width: 992px) {

    .monitor-product-card {
        width: 100%;
    }

    .monitor-product-body {
        grid-template-columns:
            minmax(0, 1.6fr)
            280px
            230px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .monitor-product-card {
        width: 100%;
    }

    .monitor-product-body {
        grid-template-columns:
            minmax(0, 1fr)
            240px;
    }

    .monitor-product-details {
        padding: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .monitor-product-card {
        width: 100%;
        margin: 0;
        border-radius: 14px;
    }

    .monitor-product-top {
        padding: 14px 18px;
    }

    .monitor-product-body {
        display: flex;
        flex-direction: column;
    }

    .monitor-product-details {
        padding: 25px 20px;
    }

    .monitor-product-media {
        width: 100%;
    }

    .monitor-product-buy {
        width: 100%;
    }

}
/* ==========================================
   TV2 UNIQUE PRODUCT SECTION
========================================== */

.tv2-unique-section {
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f4f8fd 100%
    );
}

.tv2-unique-section .container {
    width: 100%;
    
    margin: 0 auto;
}


/* ==========================================
   MAIN CARD
========================================== */

.tv2-unique-card {
    width: 100%;
    min-height: 350px;

    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 230px 210px;

    background: #fff;

    border: 1px solid #dfe7f2;
    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 15px 45px rgba(0, 41, 100, .08);

    transition: .35s ease;
}

.tv2-unique-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 25px 60px rgba(0, 41, 100, .14);
}


/* ==========================================
   PRODUCT CODE
========================================== */

.tv2-code-area {
    background: #002964;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    padding: 20px;

    position: relative;
}

.tv2-code-area::after {
    content: "";

    position: absolute;

    width: 100px;
    height: 100px;

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 50%;

    top: -30px;
    left: -45px;
}

.tv2-code-area span {
    color: #a9c4e8;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 8px;
}

.tv2-code-area strong {
    color: #fff;

    font-size: 15px;
    font-weight: 700;

    writing-mode: vertical-rl;
    transform: rotate(180deg);
}


/* ==========================================
   DETAILS
========================================== */

.tv2-details-area {
    padding: 28px 30px;
}

.tv2-small-label {
    display: inline-block;

    color: #ff3b30;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.2px;

    margin-bottom: 8px;
}

.tv2-details-area h3 {
    color: #002964;

    font-size: 24px;
    font-weight: 600;

    margin: 0 0 8px;
}

.tv2-details-area p {
    color: #66758b;

    font-size: 13px;
    line-height: 1.6;

    margin: 0 0 15px;

    max-width: 570px;
}


/* Feature title */

.tv2-feature-title {
    color: #002964;

    font-size: 12px;
    font-weight: 700;

    margin-bottom: 9px;

    display: flex;
    align-items: center;

    gap: 10px;
}

.tv2-feature-title::after {
    content: "";

    height: 1px;

    flex: 1;

    background: #e5ebf3;
}


/* Features */

.tv2-feature-list {
    list-style: none;

    padding: 0;
    margin: 0;

    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 20px;
    row-gap: 5px;
}

.tv2-feature-list li {
    position: relative;

    padding-left: 17px;

    color: #526078;

    font-size: 11px;
    line-height: 1.45;
}

.tv2-feature-list li::before {
    content: "\f058";

    position: absolute;

    left: 0;
    top: 1px;

    color: #ff3b30;

    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    font-size: 10px;
}


/* ==========================================
   IMAGE AREA
========================================== */

.tv2-visual-area {
    background: #f7faff;

    border-left: 1px solid #e4eaf3;
    border-right: 1px solid #e4eaf3;

    display: flex;

    flex-direction: column;

    justify-content: center;
    align-items: center;

    padding: 25px 15px;
}

.tv2-image-bg {
    width: 175px;
    height: 145px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;

    border-radius: 14px;

    border: 1px solid #e3eaf4;

    box-shadow:
        0 12px 30px rgba(0,41,100,.08);

    overflow: hidden;
}

.tv2-image-circle {
    position: absolute;

    width: 120px;
    height: 120px;

    border-radius: 50%;

    background: #eef4fc;
}

.tv2-image-bg img {
    position: relative;
    z-index: 2;

    width: 120px;
    height: auto;

    object-fit: contain;

    transition: .4s ease;
}

.tv2-unique-card:hover
.tv2-image-bg img {
    transform: scale(1.07);
}

.tv2-image-name {
    margin-top: 12px;

    color: #002964;

    font-size: 12px;
    font-weight: 700;
}


/* ==========================================
   PRICE AREA
========================================== */

.tv2-price-area {
    padding: 25px 22px;

    display: flex;
    flex-direction: column;

    justify-content: center;
}

.tv2-price-label {
    color: #8b96a8;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1.2px;

    margin-bottom: 7px;
}

.tv2-price {
    color: #002964;

    font-size: 27px;
    font-weight: 700;

    line-height: 1;
}

.tv2-price span {
    font-size: 15px;
}

.tv2-price-area > small {
    color: #8b96a8;

    font-size: 9px;

    line-height: 1.5;

    margin: 10px 0 18px;
}


/* Cart */

.tv2-buy-btn {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 12px 10px;

    background: #ff3b30;

    color: #fff;

    border-radius: 6px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 600;

    transition: .3s;
}

.tv2-buy-btn:hover {
    background: #002964;

    color: #fff;

    transform: translateY(-3px);
}

.tv2-secure-text {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 5px;

    margin-top: 12px;

    color: #7c899c;

    font-size: 9px;
}

.tv2-secure-text i {
    color: #ff3b30;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

    .tv2-unique-card {
        grid-template-columns:
            100px
            minmax(0, 1fr)
            200px
            190px;
    }

    .tv2-details-area {
        padding: 25px 20px;
    }

    .tv2-feature-list {
        grid-template-columns: 1fr;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .tv2-unique-section {
        padding: 50px 15px;
    }

    .tv2-unique-card {
        display: flex;

        flex-direction: column;

        border-radius: 15px;
    }


    /* Code */

    .tv2-code-area {
        min-height: 65px;

        flex-direction: row;

        justify-content: space-between;

        padding: 15px 20px;
    }

    .tv2-code-area span {
        margin: 0;
    }

    .tv2-code-area strong {
        writing-mode: initial;

        transform: none;

        font-size: 14px;
    }


    /* Details */

    .tv2-details-area {
        padding: 25px 20px;
    }

    .tv2-details-area h3 {
        font-size: 21px;
    }

    .tv2-feature-list {
        grid-template-columns: 1fr;
    }


    /* Image */

    .tv2-visual-area {
        min-height: 250px;

        border-left: 0;
        border-right: 0;

        border-top: 1px solid #e4eaf3;
        border-bottom: 1px solid #e4eaf3;
    }


    /* Price */

    .tv2-price-area {
        padding: 25px 20px;

        align-items: center;

        text-align: center;
    }

    .tv2-buy-btn {
        max-width: 280px;
    }

}
/* =========================================
   PRODUCT SECTION
========================================= */

.product-section {
    padding: 80px 0;
    background: #f6f9fc;
}

.product-section .container {
   
    margin: 0 auto;
    
}


/* =========================================
   PRODUCT CARD
========================================= */

.product-card {
    display: grid;
    grid-template-columns: 150px 1fr 150px 150px;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #e4eaf1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 41, 100, 0.08);
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0, 41, 100, 0.12);
}


/* =========================================
   PRODUCT CODE
========================================= */

.product-code {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    background: #002964;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


/* =========================================
   PRODUCT INFO
========================================= */

.product-info {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 30px;
}

.product-text {
    flex: 1;
}

.product-text h3 {
    margin: 0 0 8px;
    color: #002964;
    font-size: 22px;
    font-weight: 700;
}

.product-description {
    margin: 0 0 15px;
    color: #5e6b7d;
    font-size: 14px;
    line-height: 1.6;
}

.product-text h4 {
    margin: 0 0 8px;
    color: #002964;
    font-size: 15px;
}

.product-text ul {
    margin: 0;
    padding-left: 18px;
}

.product-text li {
    margin-bottom: 4px;
    color: #4f5d70;
    font-size: 13px;
    line-height: 1.4;
}

.product-text li::marker {
    color: #ff3b30;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.product-image {
    width: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 130px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.06);
}


/* =========================================
   PRICE
========================================= */

.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    border-left: 1px solid #e4eaf1;
    border-right: 1px solid #e4eaf1;
}

.product-price span {
    color: #002964;
    font-size: 20px;
    font-weight: 700;
}


/* =========================================
   ACTION
========================================= */

.product-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
}

.add-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    background: #ff3b30;
    color: #ffffff;
    text-decoration: none;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.add-cart-btn:hover {
    background: #002964;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 41, 100, 0.18);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .product-card {
        grid-template-columns: 120px 1fr 130px;
    }

    .product-info {
        gap: 20px;
        padding: 25px;
    }

    .product-image {
        width: 110px;
    }

    .product-image img {
        width: 100px;
    }

    .product-price {
        border-right: none;
    }

    .product-action {
        grid-column: 1 / -1;
        padding: 18px 25px;
        border-top: 1px solid #e4eaf1;
    }

    .add-cart-btn {
        width: 100%;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .product-section {
        padding: 50px 0;
    }

    .product-card {
        display: block;
        border-radius: 14px;
    }

    .product-code {
        padding: 14px 20px;
        justify-content: flex-start;
        font-size: 15px;
    }

    .product-info {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 25px 20px;
        gap: 20px;
    }

    .product-image {
        width: 100%;
        min-height: 150px;
    }

    .product-image img {
        width: 160px;
    }

    .product-text h3 {
        font-size: 20px;
    }

    .product-description {
        font-size: 14px;
    }

    .product-text li {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .product-price {
        padding: 18px 20px;
        border: 0;
        border-top: 1px solid #e4eaf1;
        justify-content: flex-start;
    }

    .product-price span {
        font-size: 21px;
    }

    .product-action {
        padding: 0 20px 25px;
        border: 0;
    }

    .add-cart-btn {
        width: 100%;
        padding: 14px;
    }
}
.product-section {
    padding: 80px 0;
    background: #f6f9fc;
}

.product-section .container {
   
    margin: 0 auto;
    
}


/* =========================================
   PRODUCT CARD
========================================= */

.product-card {
    display: grid;
    grid-template-columns: 150px 1fr 150px 150px;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #e4eaf1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 41, 100, 0.08);
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0, 41, 100, 0.12);
}


/* =========================================
   PRODUCT CODE
========================================= */

.product-code {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    background: #002964;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


/* =========================================
   PRODUCT INFO
========================================= */

.product-info {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 30px;
}

.product-text {
    flex: 1;
}

.product-text h3 {
    margin: 0 0 8px;
    color: #002964;
    font-size: 22px;
    font-weight: 700;
}

.product-description {
    margin: 0 0 15px;
    color: #5e6b7d;
    font-size: 14px;
    line-height: 1.6;
}

.product-text h4 {
    margin: 0 0 8px;
    color: #002964;
    font-size: 15px;
}

.product-text ul {
    margin: 0;
    padding-left: 18px;
}

.product-text li {
    margin-bottom: 4px;
    color: #4f5d70;
    font-size: 13px;
    line-height: 1.4;
}

.product-text li::marker {
    color: #ff3b30;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.product-image {
    width: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 130px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.06);
}


/* =========================================
   PRICE
========================================= */

.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    border-left: 1px solid #e4eaf1;
    border-right: 1px solid #e4eaf1;
}

.product-price span {
    color: #002964;
    font-size: 20px;
    font-weight: 700;
}


/* =========================================
   ACTION
========================================= */

.product-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
}

.add-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    background: #ff3b30;
    color: #ffffff;
    text-decoration: none;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.add-cart-btn:hover {
    background: #002964;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 41, 100, 0.18);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .product-card {
        grid-template-columns: 120px 1fr 130px;
    }

    .product-info {
        gap: 20px;
        padding: 25px;
    }

    .product-image {
        width: 110px;
    }

    .product-image img {
        width: 100px;
    }

    .product-price {
        border-right: none;
    }

    .product-action {
        grid-column: 1 / -1;
        padding: 18px 25px;
        border-top: 1px solid #e4eaf1;
    }

    .add-cart-btn {
        width: 100%;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .product-section {
        padding: 50px 0;
    }

    .product-card {
        display: block;
        border-radius: 14px;
    }

    .product-code {
        padding: 14px 20px;
        justify-content: flex-start;
        font-size: 15px;
    }

    .product-info {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 25px 20px;
        gap: 20px;
    }

    .product-image {
        width: 100%;
        min-height: 150px;
    }

    .product-image img {
        width: 160px;
    }

    .product-text h3 {
        font-size: 20px;
    }

    .product-description {
        font-size: 14px;
    }

    .product-text li {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .product-price {
        padding: 18px 20px;
        border: 0;
        border-top: 1px solid #e4eaf1;
        justify-content: flex-start;
    }

    .product-price span {
        font-size: 21px;
    }

    .product-action {
        padding: 0 20px 25px;
        border: 0;
    }

    .add-cart-btn {
        width: 100%;
        padding: 14px;
    }
}
/* =========================================
   TV2 OPTIONS SECTION
========================================= */

.tv2-options-section {
    padding: 90px 0;
    background: #f7f9fc;
}

.tv2-options-section .container {
    
    margin: 0 auto;
    
}


/* =========================================
   HEADING
========================================= */

.options-heading {
    max-width: 720px;
    margin: 0 auto 45px;
    text-align: center;
}

.options-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #ff3b30;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.options-heading h2 {
    margin: 0 0 12px;
    color: #002964;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.options-heading p {
    margin: 0;
    color: #657286;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   OPTIONS LIST
========================================= */

.tv2-options-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* =========================================
   OPTION CARD
========================================= */

.tv2-option-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 120px 140px;
    align-items: center;
    min-height: 125px;
    background: #ffffff;
    border: 1px solid #e3e9f1;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 41, 100, 0.06);
    transition: all 0.3s ease;
}

.tv2-option-card:hover {
    transform: translateY(-3px);
    border-color: #d3ddea;
    box-shadow: 0 15px 35px rgba(0, 41, 100, 0.10);
}


/* =========================================
   PRODUCT CODE
========================================= */

.option-code {
    height: 100%;
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #002964;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


/* =========================================
   CONTENT
========================================= */

.option-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 22px 30px;
}

.option-text {
    flex: 1;
}

.option-text h3 {
    margin: 0 0 6px;
    color: #002964;
    font-size: 18px;
    font-weight: 700;
}

.option-text p {
    margin: 0;
    color: #5d6b7c;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================
   IMAGE
========================================= */

.option-image {
    width: 110px;
    flex: 0 0 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option-image img {
    width: 100px;
    max-height: 85px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.tv2-option-card:hover .option-image img {
    transform: scale(1.05);
}


/* =========================================
   PRICE
========================================= */

.option-price {
    height: 100%;
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e4e9f0;
    border-right: 1px solid #e4e9f0;
    color: #002964;
    font-size: 18px;
    font-weight: 700;
}


/* =========================================
   BUTTON
========================================= */

.option-action {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.option-cart-btn {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    background: #ff3b30;
    color: #ffffff;
    text-decoration: none;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.option-cart-btn:hover {
    background: #002964;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 41, 100, 0.18);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .tv2-option-card {
        grid-template-columns: 100px 1fr 110px;
    }

    .option-content {
        padding: 20px;
    }

    .option-price {
        min-height: 125px;
    }

    .option-action {
        grid-column: 1 / -1;
        padding: 15px 20px 20px;
        border-top: 1px solid #e4e9f0;
    }

    .option-cart-btn {
        width: 100%;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tv2-options-section {
        padding: 60px 0;
    }

    .options-heading {
        margin-bottom: 30px;
        text-align: left;
    }

    .options-heading h2 {
        font-size: 32px;
    }

    .options-heading p {
        font-size: 14px;
    }

    .tv2-option-card {
        display: block;
        border-radius: 12px;
    }

    .option-code {
        min-height: auto;
        padding: 13px 20px;
        justify-content: flex-start;
        text-align: left;
    }

    .option-content {
        padding: 22px 20px;
    }

    .option-text h3 {
        font-size: 18px;
    }

    .option-text p {
        font-size: 14px;
    }

    .option-image {
        width: 90px;
        flex-basis: 90px;
    }

    .option-image img {
        width: 80px;
        max-height: 70px;
    }

    .option-price {
        min-height: auto;
        padding: 15px 20px;
        justify-content: flex-start;
        border: 0;
        border-top: 1px solid #e4e9f0;
        font-size: 19px;
    }

    .option-action {
        padding: 0 20px 20px;
        border: 0;
    }

    .option-cart-btn {
        width: 100%;
        padding: 13px;
    }
}
/* =========================================
   ADDITIONAL WIRED SENSORS
========================================= */

.wired-sensors-section {
    padding: 90px 0;
    background: #f7f9fc;
}

.wired-sensors-section .container {
    
    margin: 0 auto;
    
}


/* =========================================
   SECTION HEADING
========================================= */

.wired-section-heading {
    margin-bottom: 40px;
    padding: 24px 30px;
    background: #dfe8ff;
    border-left: 5px solid #002964;
    border-radius: 10px;
}

.wired-section-heading h2 {
    display: inline;
    margin: 0 8px 0 0;
    color: #e00000;
    font-size: 28px;
    font-weight: 700;
}

.wired-section-heading span {
    color: #111;
    font-size: 15px;
    font-style: italic;
}


/* =========================================
   SENSOR LIST
========================================= */

.wired-sensors-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* =========================================
   SENSOR CARD
========================================= */

.sensor-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 120px 140px;
    align-items: stretch;
    min-height: 125px;
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 41, 100, 0.06);
    transition: all 0.3s ease;
}

.sensor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 41, 100, 0.11);
    border-color: #cbd7e7;
}


/* =========================================
   SENSOR CODE
========================================= */

.sensor-code {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 125px;
    padding: 20px 12px;
    background: #002964;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


/* =========================================
   SENSOR CONTENT
========================================= */

.sensor-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 22px 30px;
}

.sensor-text {
    flex: 1;
}

.sensor-text h3 {
    margin: 0 0 7px;
    color: #002964;
    font-size: 18px;
    font-weight: 700;
}

.sensor-text p {
    margin: 0;
    color: #59687a;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================
   SENSOR IMAGE
========================================= */

.sensor-image {
    width: 100px;
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sensor-image img {
    width: 90px;
    max-height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sensor-card:hover .sensor-image img {
    transform: scale(1.08);
}


/* =========================================
   PRICE
========================================= */

.sensor-price {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 125px;
    padding: 15px;
    border-left: 1px solid #e1e7ef;
    border-right: 1px solid #e1e7ef;
    color: #002964;
    font-size: 17px;
    font-weight: 700;
}


/* =========================================
   ADD TO CART
========================================= */

.sensor-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sensor-cart-btn {
       display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    background: #ff3b30;
    color: #ffffff;
    text-decoration: none;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.sensor-cart-btn:hover {
    background: #002964;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 41, 100, 0.18);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .sensor-card {
        grid-template-columns: 100px 1fr 110px;
    }

    .sensor-content {
        padding: 20px;
    }

    .sensor-price {
        min-height: 125px;
    }

    .sensor-action {
        grid-column: 1 / -1;
        padding: 15px 20px 20px;
        border-top: 1px solid #e1e7ef;
    }

    .sensor-cart-btn {
        width: 100%;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .wired-sensors-section {
        padding: 60px 0;
    }

    .wired-section-heading {
        padding: 20px;
        margin-bottom: 30px;
    }

    .wired-section-heading h2 {
        display: block;
        margin-bottom: 6px;
        font-size: 25px;
    }

    .wired-section-heading span {
        font-size: 13px;
    }

    .sensor-card {
        display: block;
        border-radius: 12px;
    }

    .sensor-code {
        min-height: auto;
        justify-content: flex-start;
        padding: 13px 20px;
        text-align: left;
    }

    .sensor-content {
        padding: 22px 20px;
        gap: 15px;
    }

    .sensor-text h3 {
        font-size: 17px;
    }

    .sensor-text p {
        font-size: 13px;
        line-height: 1.6;
    }

    .sensor-image {
        width: 80px;
        flex-basis: 80px;
    }

    .sensor-image img {
        width: 75px;
        max-height: 65px;
    }

    .sensor-price {
        min-height: auto;
        justify-content: flex-start;
        padding: 15px 20px;
        border: 0;
        border-top: 1px solid #e1e7ef;
        font-size: 18px;
    }

    .sensor-action {
        padding: 0 20px 20px;
        border: 0;
    }

    .sensor-cart-btn {
        width: 100%;
        padding: 13px;
    }
}
.sensor-section-v2 {
    padding: 100px 20px;
    background: #f4f7fb;
    font-family: 'Inter', sans-serif;
}

.sensor-container-v2 {
    max-width: 1180px;
    margin: auto;
}


/* =========================================================
   SENSOR CATALOG SECTION
========================================================= */

.sensor-catalog-section {
    width: 100%;
    padding: 100px 20px;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(255, 59, 48, 0.07),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f8fd 100%
        );

    overflow: hidden;
}


/* =========================================================
   MAIN WIDTH
========================================================= */

.sensor-catalog-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.sensor-catalog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 45px;
}


.sensor-catalog-label {
    display: inline-block;

    margin-bottom: 10px;

    color: #ff3b30;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;
}


.sensor-catalog-header h2 {
    margin: 0;

    color: #002964;

    font-family: 'Poppins', sans-serif;

    font-size: 46px;
    font-weight: 600;

    line-height: 1.2;
}


.sensor-catalog-header h2 span {
    color: #ff3b30;
}


.sensor-catalog-header p {
    margin: 14px 0 0;

    color: #69778d;

    font-size: 14px;
}


.sensor-catalog-badge {
    width: 105px;
    height: 105px;

    min-width: 105px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            #002964,
            #073e91
        );

    color: #ffffff;

    box-shadow:
        0 20px 45px rgba(0, 41, 100, .16);

    transform: rotate(5deg);
}


.sensor-catalog-badge strong {
    font-family: 'Poppins', sans-serif;

    font-size: 30px;

    line-height: 1;
}


.sensor-catalog-badge span {
    margin-top: 6px;

    color: #ff7770;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================================
   PRODUCT LIST
========================================================= */

.sensor-catalog-list {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 15px;
}


/* =========================================================
   PRODUCT ITEM
========================================================= */

.sensor-catalog-item {
    width: 100%;

    min-height: 210px;

    display: grid;

    grid-template-columns:
        145px
        minmax(0, 1fr)
        155px
        165px;

    align-items: center;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 18px;

    overflow: hidden;

    transition: .35s ease;

    position: relative;
}


.sensor-catalog-item:hover {
    transform: translateY(-5px);

    border-color: #c7d4e5;

    box-shadow:
        0 25px 60px rgba(0, 41, 100, .10);
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.sensor-catalog-highlight {
    border: 2px solid #ff3b30;
}


.sensor-catalog-highlight::before {
    content: "POPULAR";

    position: absolute;

    top: 12px;
    right: 15px;

    padding: 5px 10px;

    background: #ff3b30;

    color: #ffffff;

    border-radius: 20px;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1px;

    z-index: 5;
}


/* =========================================================
   PRODUCT CODE
========================================================= */

.sensor-catalog-code {
    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    padding: 20px;

    background: #f8faff;

    border-right: 1px solid #e4eaf2;
}


.sensor-catalog-code strong {
    color: #002964;

    

    font-size: 14px;

    text-align: center;
}


.sensor-catalog-code small {
    margin-top: 6px;

    color: #ff3b30;

    font-size: 8px;

    font-weight: 700;

    text-transform: uppercase;
}


/* =========================================================
   PRODUCT INFO
========================================================= */

.sensor-catalog-info {
    padding: 25px 25px;
}


.sensor-catalog-info h3 {
    margin: 0 0 9px;

    color: #002964;

    font-family: 'Poppins', sans-serif;

    font-size: 19px;

    font-weight: 600;

    line-height: 1.3;
}


.sensor-catalog-info p {
    max-width: 560px;

    margin: 0;

    color: #64748b;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================================
   TAGS
========================================================= */

.sensor-catalog-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    margin-top: 14px;
}


.sensor-catalog-tags span {
    padding: 5px 9px;

    border-radius: 5px;

    background: #eef3f9;

    color: #002964;

    font-size: 8px;

    font-weight: 800;

    text-transform: uppercase;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.sensor-catalog-image {
    height: 100%;

    min-height: 170px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 20px;

    position: relative;
}


.sensor-catalog-image::before {
    content: "";

    width: 125px;
    height: 125px;

    position: absolute;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #edf3ff,
            #dfe9f9
        );
}


.sensor-catalog-highlight
.sensor-catalog-image::before {
    background:
        linear-gradient(
            135deg,
            #fff1ef,
            #ffe0dc
        );
}


.sensor-catalog-image img {
    position: relative;

    z-index: 2;

    max-width: 125px;
    max-height: 125px;

    width: auto;
    height: auto;

    object-fit: contain;

    transition: .4s ease;
}


.sensor-catalog-item:hover
.sensor-catalog-image img {
    transform: scale(1.08);
}


/* =========================================================
   PRICE
========================================================= */

.sensor-catalog-price {
    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 20px;

    border-left: 1px solid #e4eaf2;

    background: #fbfcfe;
}


.sensor-catalog-price small {
    color: #94a3b8;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.sensor-catalog-price strong {
    margin: 6px 0 14px;

    color: #002964;

    

    font-size: 24px;
}


.sensor-catalog-price a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 115px;

    padding: 10px 15px;

    border-radius: 6px;

    background: #ff3b30;

    color: #ffffff;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

    transition: .3s ease;
}


.sensor-catalog-price a:hover {
    background: #002964;

    transform: translateY(-3px);
}


/* =========================================================
   ACCESSORIES
========================================================= */

.sensor-accessories-card {
    width: 100%;

    min-height: 125px;

    display: flex;

    align-items: center;

    gap: 20px;

    margin-top: 30px;

    padding: 25px 28px;

    border-radius: 18px;

    background:
        linear-gradient(
            120deg,
            #002964,
            #073e91
        );

    box-shadow:
        0 20px 50px rgba(0, 41, 100, .14);
}


.sensor-accessories-icon {
    width: 52px;
    height: 52px;

    min-width: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #ff3b30;

    color: #ffffff;

    font-size: 28px;
}


.sensor-accessories-content {
    flex: 1;
}


.sensor-accessories-content > span {
    color: #ff7770;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


.sensor-accessories-content h3 {
    margin: 5px 0;

    color: #ffffff;

    font-family: 'Poppins', sans-serif;

    font-size: 18px;
}


.sensor-accessories-content p {
    margin: 0;

    color: #c6d5ec;

    font-size: 11px;
}


.sensor-accessories-preview {
    width: 120px;
    height: 75px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 7px;

    background: rgba(255,255,255,.9);

    border-radius: 8px;
}


.sensor-accessories-preview img {
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


.sensor-accessories-link {
    padding: 12px 17px;

    border: 1px solid rgba(255,255,255,.25);

    border-radius: 6px;

    color: #ffffff;

    text-decoration: none;

    font-size: 9px;

    font-weight: 700;

    white-space: nowrap;

    transition: .3s ease;
}


.sensor-accessories-link:hover {
    background: #ff3b30;

    border-color: #ff3b30;
}


/* =========================================================
   INFORMATION GRID
========================================================= */

.sensor-information-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        1.4fr
        1fr
        1fr
        1.4fr;

    margin-top: 18px;

    background: #ffffff;

    border: 1px solid #e1e7ef;

    border-radius: 15px;

    overflow: hidden;
}


.sensor-information-card {
    min-height: 125px;

    padding: 22px;

    border-right: 1px solid #e1e7ef;
}


.sensor-information-card:last-child {
    border-right: 0;
}


.sensor-information-card > span {
    display: block;

    margin-bottom: 10px;

    color: #ff3b30;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.sensor-information-card p {
    margin: 0;

    color: #68778c;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   BOTTOM NOTE
========================================================= */

.sensor-catalog-bottom-note {
    width: fit-content;

    margin: 20px auto 0;

    padding: 9px 18px;

    border: 1px solid #002964;

    color: #002964;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    font-weight: 600;

    text-align: center;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .sensor-catalog-section {
        padding: 80px 20px;
    }


    .sensor-catalog-container {
        max-width: 720px;
    }


    .sensor-catalog-header h2 {
        font-size: 40px;
    }


    .sensor-catalog-item {
        grid-template-columns:
            120px
            minmax(0, 1fr)
            130px;
    }


    .sensor-catalog-price {
        grid-column: 2 / 4;

        height: auto;

        flex-direction: row;

        justify-content: space-between;

        border-left: 0;

        border-top: 1px solid #e4eaf2;

        padding: 14px 20px;
    }


    .sensor-catalog-price strong {
        margin: 0;
    }


    .sensor-information-grid {
        grid-template-columns: 1fr 1fr;
    }


    .sensor-information-card:nth-child(2) {
        border-right: 0;
    }


    .sensor-information-card:nth-child(-n+2) {
        border-bottom: 1px solid #e1e7ef;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .sensor-catalog-section {
        padding: 60px 15px;
    }


    .sensor-catalog-container {
        max-width: 540px;
    }


    .sensor-catalog-header {
        display: block;
    }


    .sensor-catalog-header h2 {
        font-size: 32px;
    }


    .sensor-catalog-badge {
        display: none;
    }


    .sensor-catalog-item {
        display: block;

        min-height: auto;

        border-radius: 15px;
    }


    .sensor-catalog-code {
        height: auto;

        flex-direction: row;

        justify-content: flex-start;

        gap: 10px;

        border-right: 0;

        border-bottom: 1px solid #e4eaf2;

        padding: 14px 18px;
    }


    .sensor-catalog-code small {
        margin-top: 0;
    }


    .sensor-catalog-info {
        padding: 20px;
    }


    .sensor-catalog-info h3 {
        font-size: 18px;
    }


    .sensor-catalog-info p {
        font-size: 11px;
    }


    .sensor-catalog-image {
        min-height: 170px;

        height: 170px;
    }


    .sensor-catalog-price {
        width: 100%;

        height: auto;

        display: flex;

        flex-direction: row;

        align-items: center;

        justify-content: space-between;

        border-left: 0;

        border-top: 1px solid #e4eaf2;

        padding: 15px 18px;
    }


    .sensor-catalog-price strong {
        margin: 0;

        font-size: 21px;
    }


    .sensor-accessories-card {
        flex-wrap: wrap;

        padding: 20px;
    }


    .sensor-accessories-content {
        min-width: calc(100% - 75px);
    }


    .sensor-accessories-preview {
        display: none;
    }


    .sensor-accessories-link {
        width: 100%;

        text-align: center;
    }


    .sensor-information-grid {
        display: block;
    }


    .sensor-information-card {
        min-height: auto;

        border-right: 0;

        border-bottom: 1px solid #e1e7ef;
    }


    .sensor-information-card:last-child {
        border-bottom: 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .sensor-catalog-section {
        padding: 50px 12px;
    }


    .sensor-catalog-header h2 {
        font-size: 28px;
    }


    .sensor-catalog-info {
        padding: 17px;
    }


    .sensor-catalog-price {
        padding: 13px 15px;
    }


    .sensor-catalog-price a {
        min-width: 100px;

        padding: 9px 10px;

        font-size: 9px;
    }


    .sensor-catalog-bottom-note {
        font-size: 11px;
    }

}
