 /*.fade{transition:opacity .15s linear;}*/
 /*@media (prefers-reduced-motion:reduce){*/
 /*	.fade{transition:none;}*/
 /*}*/
 /*.fade:not(.show){opacity:0;}*/
 .close {
     float: right;
     font-size: 1.5rem;
     font-weight: 700;
     line-height: 1;
     color: #000;
     text-shadow: 0 1px 0 #fff;
     opacity: .5;
 }

 .close:hover {
     color: #000;
     text-decoration: none;
 }

 .close:not(:disabled):not(.disabled):focus,
 .close:not(:disabled):not(.disabled):hover {
     opacity: .75;
 }

 button.close {
     padding: 0;
     background-color: transparent;
     border: 0;
 }

 .modal {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1050;
     display: none;
     width: 100%;
     height: 100%;
     overflow: hidden;
     outline: 0;
 }

 /*.modal-dialog {*/
 /*	-webkit-transform: translate(0,-50%);*/
 /*	-o-transform: translate(0,-50%);*/
 /*	transform: translate(0,-50%);*/
 /*	top: 50%;*/
 /*	margin: 0 auto;*/
 /*}*/
 .modal-dialog {
     position: relative;
     width: auto;
     margin: 1.5rem;
     pointer-events: none;
     /*-webkit-transform: translate(0,-50%);*/
     /*-o-transform: translate(0,-50%);*/
     /*transform: translate(0,-50%);*/
     top: 10%;
     /*margin: 0 auto;*/
 }

 .modal.fade .modal-dialog {
     transition: -webkit-transform .3s ease-out;
     transition: transform .3s ease-out;
     transition: transform .3s ease-out, -webkit-transform .3s ease-out;
     -webkit-transform: translate(0, -50px);
     transform: translate(0, -50px);
 }

 @media (prefers-reduced-motion:reduce) {
     .modal.fade .modal-dialog {
         transition: none;
     }
 }

 .modal-content {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .2);
     border-radius: .3rem;
     outline: 0;
 }

 .modal-header {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: start;
     align-items: flex-start;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 1rem 1rem;
     border-bottom: 1px solid #dee2e6;
     border-top-left-radius: calc(.3rem - 1px);
     border-top-right-radius: calc(.3rem - 1px);
 }

 .modal-header .close {
     padding: 1rem 1rem;
     margin: -1rem -1rem -1rem auto;
 }

 .modal-title {
     margin-bottom: 0;
     line-height: 1.5;
     font-size: 1.25rem;
 }

 .text-bold-orange {
     color: #fb7b24;
     font-weight: 600;
 }

 .modal-body {
     position: relative;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1rem;
 }

 .text-nowrap b {
     font-weight: bolder;
 }

 .modal-footer {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: end;
     justify-content: center;
     /*padding-bottom: 1rem;*/
     padding: 0rem;
     border-top: 0px solid #dee2e6;
     border-bottom-right-radius: calc(.3rem - 1px);
     border-bottom-left-radius: calc(.3rem - 1px);
 }

 .modal-footer>* {
     margin: .25rem;
 }

 .border-bottom {
     border-bottom: 1px solid #dee2e6 !important;
 }

 .hovered-row {
     transition: all 0.1s ease-in-out;
 }

 .pb-2,
 .py-2 {
     padding-bottom: 0.3rem !important;
 }

 .pt-2,
 .py-2 {
     padding-top: 0.8rem !important;
 }

 .mb-2,
 .my-2 {
     margin-bottom: 0.5rem !important;
 }

 @media (min-width:576px) {
     .modal-dialog {
         max-width: 650px;
         margin: auto;
         /*top: 10%;*/
     }
 }

 @media (min-width:1200px) {
     .modal-xl {
         max-width: 1140px;
         margin: auto;
         /*top: 10%;*/
     }
 }

 @media (min-width: 992px) {

     .modal-lg,
     .modal-xl {
         margin: auto;
         /*top: 10%;*/
         /*max-width: 800px;*/
     }
 }

 @media (max-width: 992px) {
     .modal-dialog {
         margin: auto;
         /*top: 10%;*/
         max-width: 96%;
     }
 }

 @media (min-width: 576px) {
     .modal-dialog {
         margin: auto;
         /*top: 10%;*/
         max-width: 80%;
         /*margin: 2.75rem auto;*/
     }
 }

 .image-container {
     position: relative;
     /* Create a positioning context */
 }

 .badge {
     position: absolute;
     /* Position it absolutely within the container */
     top: 10px;
     /* Adjust as necessary */
     left: 10px;
     /* Adjust as necessary */
     background-color: red;
     /* Set a background color */
     color: white;
     /* Set the text color */
     padding: 10px 15px;
     /* Increase padding for a larger appearance */
     border-radius: 10px;
     /* Make it slightly more rounded */
     font-weight: bold;
     /* Make the text bold */
     font-size: 1.5em;
     /* Increase the font size */
     z-index: 10;
     /* Ensure it appears above the image */
 }

 /* Modal override */
 /* Floating popover */
 .status-popover {
     position: fixed;
     z-index: 999;
     background: white;
     border-radius: 16px;
     padding: 20px;
     box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
     width: 320px;
     top: 100%;
     /* Position under */
     left: 0;
     margin-top: 10px;
     font-size: 14px;
     color: #333;
     white-space: initial;
     background: #fff;
     font-family: 'Manrope', sans-serif;
     font-weight: 700;
     font-size: 16px;
     line-height: 20px;
     letter-spacing: 0;
 }

 /* Hide initially */
 .status-popover.hidden {
     display: none;
 }

 .status-popover .chip {
     white-space: inherit
 }

 .product-container {
     background: #ffffff;
     padding: 40px 20px;
     font-family: 'Manrope', sans-serif;
     font-weight: 600;
     font-size: 18px;
     line-height: 35px;
     letter-spacing: -0.02em;
     /* -2% in em units */
 }

 .breadcrumbs {
     max-width: 1800px;
     margin: 0 auto 30px;
     font-size: 14px;
 }

 .breadcrumbs ul {
     list-style: none;
     display: flex;
     flex-wrap: wrap;
     gap: 6px;
     padding: 0;
     margin: 0;
     color: #888;
 }

 .breadcrumbs li::after {
     margin-left: 6px;
     color: #ccc;
 }

 .breadcrumbs li:last-child::after {
     content: "";
 }

 .breadcrumbs a {
     text-decoration: none;
     color: #333;
     font-size: 13px;
 }

 .product-inner {
     display: flex;
     flex-wrap: nowrap;
     max-width: 1800px;
     justify-content: space-between;
     align-items: stretch;
     gap: 20px;
     /* creates space between the boxes */
     margin: 0 auto;
     overflow: hidden;
 }

 .product-box {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 8px 30px;
    box-sizing: border-box;
    flex: 1 1 10%;
    max-width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    max-height: 750px;
    margin-bottom: 10px;
 }

 @media (max-width: 768px) {
    .product-box.product-sidebar {
        max-height: none !important;
    }
}

 .thumbnails>div {
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .product-sidebar > .sidebar-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align to top */
    align-items: flex-start;     /* Keep left alignment */
}

.product-sidebar > .sidebar-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

 .product-info-inner {
    display: flex;
    flex-direction: column;
    justify-content: center; /* optional: center vertically inside column */
    align-items: center;      /* center horizontally */
    height: 100%;
    text-align: center;       /* ensure subtitle aligns center too */
    padding: 20px 0;
}

.product-text-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;     /* vertical centering */
    align-items: flex-start;     /* align items to the left */
    text-align: left;
    padding: 0 10px;
    width: 100%;
    gap: 10px;                   /* spacing between title, subtitle, list */
}

.product-text-content .product-specs {
    margin-top: 10px;
    width: 100%;
}

 .product-info h1 {
     font-size: 26px;
     /* Bigger title */
     font-weight: bold;
     margin: 20px 0 10px;
 }

 .subtitle {
     font-size: 18px;
     /* Bigger subtitle (model) */
     color: #444;
     margin-bottom: 20px;
 }



 /* Apply widths manually if needed */
 .product-box {
     max-width: 32%;
 }

 .product-inner>div:last-child {
     border-right: none;
 }

 .wishlist-fav-icon-container-show {
     z-index: 10;
     position: relative;
     left: 9px;
     bottom: 4px;
 }

 .wishlist-fav-icon-big .wishlist-img {
     width: 31px;
 }

 .new-badge-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

 .chip {
     display: inline-flex;
     align-items: center;
     padding: 6px 14px;
     border-radius: 999px;
     font-size: 14px;
     font-weight: 500;
     white-space: nowrap;
 }

 .status-chip {
     background: #1e2a3a;
     /* dark navy */
     color: #fff;
     padding: 0px;
 }

 .status-chip {
     background: #1e2a3a;
     /* dark navy */
     color: #fff;
 }

 .status-chip-white {
     background: #fff;
     /* dark navy */
 }

 .status-chip .status-highlight {
     color: #00cc88;
 }

 .status-chip .status-white {
    color : #fff;
 }

 .warranty-chip {
     background: #f4f4f4;
     color: #333;
 }

 .chip-icon-one {
     width: 16px;
     height: 16px;
     margin-left: 8px;
 }

 .chip-icon-two {
     width: 16px;
     height: 16px;
     margin-right: 8px;
 }
.badge {
    position: absolute;
    top: 5px;
    left: 20px;
    background: #ff5252;
    color: white;
    padding: .25em .4em;
    font-size: 20px;
    border-radius: 20px;
}

.color-selector {
    margin-top: 21px;
}

.limited-stock {
    margin-top: 20px;
    color: black;
    list-style: none; /* Remove default bullets */

}

.limited-stock li {
    position: relative; /* Needed for absolute bullet */
    padding-left: 20px; /* Space for bullet */
}

.limited-stock li::before {
    content: "•";
    color: #EB1443;
    position: absolute;
    left: -10px;
    top: -21px;
    font-size: 80px;
    line-height: 1;
}

.color-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #444;
}



.color-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.color-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centers items horizontally */
    align-items: center;     /* centers vertically if height is set */
    text-align: center;      /* center text inside items */
    gap: 12px;
}

.color-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    min-width: 120px;
    height: 48px;
    text-transform: capitalize;
    cursor: default;
    transition: transform 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

 .price-in-store {
     background: transparent;
     color: rgba(28, 40, 64, 0.6);
     margin-left: -13px;
 }

 .styled-price-box {
     width: 100%;
     margin-bottom: 20px;
 }

 .styled-price-box .price-label {
     font-size: 16px;
     font-weight: bold;
     color: #1e1e2f;
     margin-bottom: 12px;
 }

 .styled-price-box .price {
     display: flex;
     flex-direction: row;
     gap: 10px;
 }

 .old-price {
     color: #7b89a3;
     font-size: 20px;
     text-decoration: line-through;
     font-weight: 400;
 }

.new-price {
     color: #eb1443;
     font-size: 32px;
     font-weight: 700;
 }

.new-price-eur {
     color: #000000;
     font-size: 32px;
     font-weight: 700;
 }

.discounted-eur {
     color: #000000;
     font-size: 24px;
     font-weight: 300;
 }

 @media (max-width: 768px) {
     .styled-price-box .price-label {
         font-size: 14px;
     }

     .old-price {
         font-size: 18px;
     }

     .new-price {
         font-size: 24px;
     }
 }

 .leasing-box-wrapper {
     border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
 }

 .leasing-box {
     display: flex;
     align-items: center;
     gap: 12px;
     font-size: 14px;
     color: #333;
 }

 .leasing-icon {
     width: 36px;
     height: auto;
     display: inline-block;
 }

 .leasing-text {
     font-weight: 500;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     gap: 6px;
 }

 .leasing-link {
     text-decoration: underline;
     font-weight: bold;
     color: #c2401b;
     font-size: 1em;
 }

 .leasing-circle {
     background-color: #04c96c;
     color: black;
     font-size: 13px;
     font-weight: bold;
     border-radius: 50%;
     padding: 4px 10px;
     display: inline-block;
     min-width: 32px;
     text-align: center;
 }

 .leasing-text .fs-6 {
    font-size: 25px;
 }

 .info-chips {
     display: flex;
     flex-direction: column;
     gap: 0px;
     margin-top: 20px;
     flex-wrap: wrap;
 }

 .info-chip {
     display: flex;
     align-items: center;
     gap: 8px;

     padding: 10px 16px;

     font-size: 14px;
     color: #333;
     white-space: nowrap;

 }

 .info-icon {
     width: 18px;
     height: 18px;
     flex-shrink: 0;
 }

 .info-text {
     font-weight: 500;
     font-size: 14px;
     line-height: 1.4;
 }

 .legal-text {
     font-size: 12px;
     text-align: center;
     color: #888;
     margin-top: 10px;
 }

 /* .product-sidebar .action-button-container {
    padding-top:7px;
 }  */

 .product-badge {
     display: inline-block;
     background: #e8f5e9;
     color: #2e7d32;
     font-size: 12px;
     padding: 6px 12px;
     border-radius: 20px;
     margin-right: 8px;
     margin-bottom: 8px;
 }

 .product-info p {
     color: #555;
     font-size: 17px;
     margin-bottom: 20px;
 }

 .product-specs {
    list-style: none;
    padding-left: 0;
    font-size: 20px;
    /* Bigger bullet text */
    line-height: 2.2;
}

.product-specs li {
    position: relative;
    padding-left: 20px;
    /* Space for custom bullet */
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 8px;
    list-style: none;
    text-indent: 0;
    /* Avoid default indentation */
}

.product-specs li::before {
   content: "•";
   color: #00cc88;
   position: absolute;
   left: 0;
   top: 1px; /* Adjust to your liking */
   font-size: 32px;
   line-height: 1;
}

 @media (max-width: 768px) {
     .product-specs li::before {
         top: 0;
         font-size: 24px;
         line-height: 1;
     }
 }

 .product-sidebar .color-selector {
     font-size: 14px;
     color: #777;
     margin-bottom: 5px;
 }
 .color-box {
     display: inline-block;
     padding: 5px 12px;
     background: #ddd;
     border-radius: 16px;
     font-size: 13px;
     margin-bottom: 20px;
 }

 .product-container .price {
     font-size: 26px;
     font-weight: bold;
     margin-bottom: 10px;
 }

 .os-info-box {
     display: inline-flex;
     align-items: center;
     border: 1px solid #00cc88;
     border-radius: 999px;
     padding: 8px 16px;
     font-size: 15px;
     font-weight: 500;
     color: #333;
     background-color: #fff;
     gap: 8px;
 }

 @media (max-width: 767px) {
    .os-info-box {
        padding: 0px 12px;
    }
 }

 .os-icon img {
     width: 18px;
     height: 18px;
 }

 .product-container .tbi-info {
     background: #f3f3f3;
     padding: 12px;
     font-size: 13px;
     border-radius: 6px;
     margin-bottom: 20px;
 }

 .product-container .checkout-info {
     font-size: 14px;
     margin-bottom: 8px;
     color: #444;
 }

 .product-container .buy-button {
     background: #00cc88;
     color: white;
     padding: 14px;
     font-size: 16px;
     border: none;
     border-radius: 8px;
     width: 100%;
     cursor: pointer;
     margin-top: 20px;
     transition: background 0.2s ease;
 }

 .product-container .buy-button:hover {
     background: #00b37e;
 }

 .thumbnails-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

#product_slider {
    margin-top: auto;
    margin-bottom: auto;
}

 @media (max-width: 1024px) {
     .product-inner {
         flex-direction: column;
     }

     .thumbnails-wrapper,
     .product-info,
     .product-sidebar {
         width: 100%;
         border-right: none;
         border-bottom: 1px solid #eee;
     }

     .product-inner>div:last-child {
         border-bottom: none;
     }
 }

 .furbee-benefits {
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: 'Rubik', sans-serif;
    text-align: center;
}

.furbee-benefits .section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}

.benefits-grid {
    display: flex;
    justify-content: center;        /* center the boxes */
    gap: 30px;                      /* more space between boxes */
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-box {
    flex: 1 1 320px;                /* increase base width */
    max-width: 360px;              /* cap max width */
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 40px 30px;            /* more padding */
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.benefit-box:hover {
    transform: translateY(-4px);
}

.benefit-box img {
    height: 60px;                  /* larger icons */
    margin-bottom: 20px;
}

.benefit-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.package-info {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
}

.package-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1e1e2f;
}

.package-info .check-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.package-info .check-list li {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: left;
    max-width: 500px;
    width: 100%;
}

.product-container .advantages {
    --bleed: 10px;
}


.product-specs-wrapper {
    max-width: 700px;
    font-family: 'Manrope', sans-serif;
}

.product-specs-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.product-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-specs-item {
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
}

.spec-label {
    font-weight: 600;
    color: #111;
}

.spec-value {
    font-weight: 400;
    color: #333;
    text-align: right;
    line-height: 30px;

}

@media (max-width: 768px) {
    .limited-width {
        max-width: calc(66% + 100px); /* matches 2 product boxes + spacing */
        margin-left: 0;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-inner {
        flex-direction: column;
        gap: 30px;
    }

    .product-box {
        max-width: 100% !important;
        width: 100%;
        padding: 20px;
    }

    .new-badge-layout {
        flex-direction: column;
    }

    .product-specs li {
        font-size: 15px;
        line-height: 1.6;
        word-break: break-word;
    }

    .color-option {
        flex-wrap: wrap;
        gap: 6px;
    }

    .color-option span {
        font-size: 14px;
    }

    .wishlist-fav-icon-container-show {
        left: 0;
        bottom: 0;
        margin-bottom: 10px;
    }

    .accordion-boxes .arrow.close {
        top: 24px;
    }

    .furbee-benefits .accordion-boxes .arrow{
        width:24px;
        height:14px;
        position:absolute;
        right:0;
        top: 42px;
    }

    .furbee-benefits .accordion-boxes{
        margin-bottom: 70px;
    }
}

.section-title {
    line-height: 30px;
}

.product-specs-title {
    line-height: 30px;
}

.furbee-benefits .green {
    line-height: 37px;
}

.info .titles {
    margin-bottom: 34px;
    line-height: 30px;
}

.furbee-layout-wrapper {
    background: #fff;
    padding: 40px 20px;
}

.furbee-layout-row {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

@media (min-width: 1024px) {
    .furbee-layout-row {
        flex-direction: row;
        align-items: flex-start;
        gap: 40px;
    }
}

/* LEFT - Benefits side */
.furbee-benefits-side {
    width: 100%; /* mobile default */
}

@media (min-width: 1024px) {
    .furbee-benefits-side {
        flex-shrink: 0;
        flex-grow: 0;
        width: 70%;
    }
}

.furbee-benefits-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}

.furbee-benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .furbee-benefits-grid {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.furbee-benefit {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
    width: 100%;
}

@media (min-width: 768px) {
    .furbee-benefit {
        flex: 1 1 calc(33.333% - 20px);
        width: auto;
    }
}

.furbee-benefit:hover {
    transform: translateY(-4px);
}

.furbee-benefit img {
    height: 60px;
    margin-bottom: 20px;
}

.furbee-benefit p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* CENTER - Divider */
.furbee-divider-vertical {
    display: none;
}

@media (min-width: 1024px) {
    .furbee-divider-vertical {
        display: block;
        width: 1px;
        background-color: #ddd;
        height: auto;
    }
}

/* RIGHT - Box contents */
.furbee-box-side {
    width: 100%;
}

@media (min-width: 1024px) {
    .furbee-box-side {
        flex-shrink: 0;
        flex-grow: 0;
        width: 25%;
    }
}

.furbee-box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.furbee-box-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.furbee-box-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 16px;
}

.furbee-box-list li::before {
    content: '✔';
    color: #00cc88;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* Hide default summary wrapper on mobile */
@media (max-width: 767px) {
    .product-summary-wrapper {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-sticky-bar {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .product-summary-wrapper {
        display: none;
    }

    .mobile-sticky-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 -2px 12px rgba(0,0,0,0.05);
        padding: 10px 16px;
    }

    .mobile-sticky-bar .sticky-inner {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .mobile-sticky-bar .wishlist-fav-icon-container-show {
        background: #fff;
        border: 1px solid black;
        border-radius: 12px;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .mobile-sticky-bar .product-fav {
        position: absolute;
        top: 14px;
        right: 12px;
        z-index: 1;
    }

    .mobile-sticky-bar .wishlist-fav-icon-container-show img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        display: block;
    }

    .mobile-sticky-price {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        font-size: 12px;
        font-weight: 600;
        min-width: 80px;
        line-height: 1.2;
    }

    .mobile-sticky-price .old-price {
        text-decoration: line-through;
        color: #9aa1b2;
        font-size: 13px;
        font-weight: 500;
    }

    .mobile-sticky-price .new-price {
        color: #eb1443;
        font-size: 18px;
        font-weight: 700;
    }


    .mobile-sticky-price .new-price-eur {
        color: #000000;
        font-size: 14px;
        font-weight: 700;
    }

    .mobile-cart-btn {
        background: linear-gradient(65deg, #03b56c 36%, #00a66b 22%, #1e64f0 139%);
        color: #fff;
        padding: 12px 20px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        flex-grow: 1;
        gap: 10px;
        transition: background 0.3s ease;
    }

    .mobile-cart-btn:hover {
        background: #03b56c;
    }

    .mobile-cart-btn img {
        width: 18px;
        height: auto;
    }

    .mobile-cart-btn span {
        white-space: nowrap;
    }
}

/*leasing form*/
    /* Updated modal width */
    #stock_credit_table .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }

    .leasing-box-custom {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #212529;
        max-width: 100%;
        padding: 8px 12px;
        line-height: 1.4;
        display: inline-block;
    }

    .leasing-box-custom .leasing-price {
        font-weight: 700;
        color: #212529;
    }

    .leasing-box-custom .leasing-link {
        display: block;
        margin-top: 2px;
        color: #04c96c;
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
    }

    .leasing-box-custom .leasing-link:hover {
        text-decoration: underline;
    }

    .leasing-selected-offer {
        background: #fff;
        font-family: 'Montserrat', sans-serif;
        align-items: center;
        padding: 1rem;
        font-size: 0.9rem;
    }

    .leasing-selected-offer .text-success {
        font-size: 1.3rem;
    }

    .leasing-selected-offer img {
        width: 40px;
        margin-right: 1rem !important;
    }

    #stock_credit_table .modal-content {
        font-family: 'Montserrat', sans-serif;
    }

    #stock_credit_table .modal-title,
    #stock_credit_table h5.modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 1.25rem;
        font-family: 'Montserrat', sans-serif;
    }

    .leasing-period-btn {
        min-width: 100px;
        height: 50px;
        padding: 5px 8px;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #212529;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        transition: all 0.2s ease;
        margin: 2px;
    }

    .leasing-period-btn.active {
        background-color: #04c96c !important;
        border-color: #04c96c !important;
        color: white !important;
    }

    .leasing-period-btn:hover {
        background-color: #f2f2f2;
    }

    .leasing-period-btn strong {
        font-size: 1rem;
        font-weight: bold;
    }

    .leasing-period-btn small {
        font-size: 0.75rem;
        margin-top: 2px;
        display: block;
    }

    .period-number {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .period-label {
        font-size: 0.85rem;
        margin-top: 2px;
    }

    #stock_credit_table .modal-body {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        background: #f6f8f9;
    }

    .white-holder {
        background-color: white !important;
    }

    .leasing-label-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .monthly-payment-text {
        color: #04c96c;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .vertical-divider {
        width: 1px;
        height: 70px;
        background-color: #ccc;
    }

    .purple-buy-btn {
        background-color: #04c96c;
        border-color: #04c96c;
        color: white;
        padding: 8px 14px;
        font-weight: 600;
        font-size: 0.9rem;
        border-radius: 6px;
        min-width: 100px;
    }

    .purple-buy-btn:hover {
        background-color: #04c96c !important;
        border-color: #04c96c !important;
    }

    .total_due {
        color: #eb1443;
    }

    .promo-badge {
        background-color: #ff6d00;
        color: white;
        font-size: 0.65rem;
        font-weight: bold;
        padding: 2px 6px;
        border-radius: 4px;
        margin-top: 4px;
        display: inline-block;
        text-transform: uppercase;
    }

    /* Desktop - Keep all buttons on one line */
    @media (min-width: 769px) {
        .leasing-periods-row {
            flex-wrap: nowrap;
            overflow-x: auto;
            justify-content: center;
        }

        .leasing-periods-row .leasing-period-btn {
            min-width: 80px;
            height: 44px;
            padding: 0px 6px;
            font-size: 12px;
        }

        .leasing-period-btn strong {
            font-size: 0.9rem;
        }

        .leasing-period-btn small {
            font-size: 0.7rem;
        }
    }


    .modal-xl {
        max-width: 1100px !important;
    }

    /* Mobile: Wrap into two columns */
    @media (max-width: 768px) {
        .leasing-periods-row {
            flex-wrap: wrap;
            overflow-x: visible;
        }

        .leasing-periods-row .leasing-period-btn {
            width: calc(50% - 8px);
            margin-bottom: 8px;
        }
    }

    @media (max-width: 768px) {
        #stock_credit_table .modal-dialog {
            max-width: 95%;
            margin: 1rem auto;
        }

        .leasing-header-row {
            flex-direction: column;
            align-items: flex-start !important;
            gap: 0.25rem;
            font-size: 1rem;
            line-height: 1.4;
        }

        .leasing-header-row span {
            line-height: 1.4 !important;
            word-break: break-word;
        }

        .leasing-selected-offer {
            flex-direction: column;
            align-items: stretch;
            text-align: center;
            padding: 1rem;
            font-size: 0.85rem;
        }

        .leasing-selected-offer>div {
            margin-bottom: 1rem;
        }

        .leasing-label-group {
            align-items: center;
        }

        .vertical-divider {
            display: none;
        }

        .purple-buy-btn {
            width: 100%;
            margin: 1rem auto 0;
            font-size: 0.95rem;
            padding: 10px;
        }

        .leasing-period-btn {
            min-width: 80px;
            padding: 6px;
            font-size: 12px;
        }

        .leasing-period-btn strong {
            font-size: 0.95rem;
        }

        .monthly-payment-text {
            font-size: 1.1rem;
        }

        #stock_credit_table .modal-body {
            padding: 1rem;
        }

        .leasing-selected-offer .text-success {
            font-size: 1.2rem;
        }

        /* Desktop: Keep all buttons on one line by growing modal and no wrapping */


    }
