.main-content.inventory-item {
    padding-bottom: 55px;
}

.main-content.inventory-item .breadcrumbs {
    margin-bottom: 25px;
}

.inv-details {
    position: sticky;
    top: 120px;
}

.inventory-detail-top {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.inv-pills,
.share-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.share-pills .inv-action {
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    gap: 5px;
    justify-content: center;
}

.inv-pills .pill {
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    color: #080808;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    gap: 5px;
    justify-content: center;
}

.inv-pills .pill i {
    color: #BE123B;
}

.share-pills .inv-action:hover img {
    fill: #080808;
}

.share-pills .pill {
    cursor: pointer;
}

.inv-stock-info {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.stock-number {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stock-title {
    color: #4F4F4F;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.stock-value {
    color: #080808;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

/* Inventory Item Row */
.inventory-item-row {
    display: flex;
    gap: 15px;
}

.accessories-section {
    width: 100%;
}

.accessories-section .accordion-button {
    background: #F6F6F6;
    box-shadow: none !Important;
}

.accessories-section .accordion-button:not(.collapsed),
.accessories-section .accordion-button:not(.collapsed)::after {
    color: #000 !important;
}

.inventory-images-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    max-height: 285px;
}

.main-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* border: 7px solid #A51336; */
    position: relative;
}

.accessories-section .accordion-body {
    padding: 0;
}

ul.subcategory-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.subcategory-list li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.product-grid {
    padding: 20px;
    display: none;
}

.products {
    display: flex;
    flex-wrap: wrap;
    max-height: 400px;
    overflow-y: auto;
}

.products-back-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.products .product {
    max-width: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e7e7e7;
}

.product .product-img img {
    max-width: 100%;
    width: 100%;
}

.product .product-details {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.product .product-name h5 {
    overflow: hidden;
    color: #080808;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.product-price h5 {
    color: #A51336;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}

.product-footer {
    padding: 10px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.pn-text {
    color: #888;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.product-btn {
    padding: 6px 12px;
    background: #e7e7e7;
}

.product-btn a {
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

/* Inventory Accessories Section */
.accessory-search .input-group-text {
    background: #f6f6f6;
    border-radius: 50px;
    border-right: none;
}

input.form-control.accessory-search-input {
    background: #F6F6F6;
    border-radius: 50px;
    border-left: 0;
}

.accessory-categories {
    overflow-y: auto;
}

.accessories-section h3 {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
}

.acc-category {
    margin-top: 35px;
}

.acc-category-link {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #E7E7E7;
    cursor: pointer;
    text-decoration: none;
    color: #080808 !important;
}

.accessories {
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: none;
}

.accessory {
    border: 1px solid #E7E7E7;
    background: #FFF;
    display: flex;
    gap: 15px;
    align-items: center;
}

.accessory:hover {
    border: 2px solid #A51336;
}

.acc-category-link:hover {
    border-bottom: 1px solid #A51336;
    background: #F6F6F6;
}

.acc-accessories {
    margin-top: 25px;
}

.acc-img,
.acc-info {
    padding: 8px;
}

.acc-img img {
    max-width: 75px;
    min-width: 75px;
    width: 100%;
}

.acc-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.acc-info-name {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.acc-info-number {
    color: #888;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.acc-price {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-left: 1px solid #e7e7e7;
}

.acc-price-btn {
    border-radius: 50px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    color: #080808 !important;
    display: flex;
    padding: 4px 20px 4px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.acc-price-btn img {
    filter: invert(0%) sepia(78%) saturate(1706%) hue-rotate(124deg) brightness(99%) contrast(94%);
}

.acc-price-btn:hover {
    border: 2px solid #A51336;
}

.acc-price-btn:hover img {
    filter: invert(22%) sepia(54%) saturate(4257%) hue-rotate(333deg) brightness(88%) contrast(100%);
}


/* Images */
.inventory-images-section #main-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: flex;
}

.inv-main-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-thumbs,
.img-thumbs .thumb-slider {
    display: flex;
    flex-direction: column;
}

.img-thumbs .thumb-slider {
    overflow-y: auto;
    gap: 8px;
    max-height: 390px;
    max-width: 95px;
}

.main-content ::-webkit-scrollbar {
    display: none;
}

.thumb-wrapper {
    min-width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.15s;
}

.thumb-wrapper.active,
.thumb-wrapper:hover {
    border: 2px solid #B32120;
}

.thumb-wrapper img {
    max-width: 100%;
}

/* Inventory Pricing Section */
.inventory-title h3 {
    color: #080808;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.price-section {
    display: flex;
    flex-direction: column;
}

.inventory-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid #e7e7e7;
}

.inv-pricing-section {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.monthly-price {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-right: 1px solid #e7e7e7;
    text-align: center;
}

.inv-pricing-section .web-price {
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    justify-content: space-between;
}

.inv-pricing-section .web-price .price-price {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.monthly-price h5 {
    color: #000;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

span.mp-text {
    color: #A51336;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}

span.mp-small-text {
    color: #4F4F4F;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.web-price .price-price {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.price-title {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.inventory-price:first-child {
    padding-top: 0;
}

.inventory-price:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.inventory-price .price-title {
    color: #5D5D5D;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.inventory-price .price-value {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.inventory-price .main-price {
    color: #A51336;
    font-family: Ubuntu, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.32px;
}

.inventory-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
}

.inventory-btn {
    align-self: stretch;
    background: #fff;
    border: 1px solid #080808;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #080808 !important;
    text-decoration: none;
    cursor: pointer;
}

.add-garage-btn.inventory-btn {
    background: #080808;
    color: #fff !important;
}

.inv-bottom-btns {
    display: flex;
    gap: 8px;
}

.inv-bottom-btns a {
    width: 50%;
}

/* Inventory Description */
.inventory-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin: auto;
}

.spec-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.spec-icon img {
    width: 25px;
    height: 25px;
}

.spec-icon .icon-text {
    display: flex;
    flex-direction: column;
}

span.icon-text-title {
    color: #4F4F4F;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

span.icon-text-value {
    color: #000;
    font-family: Ubuntu, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.28px;
}

.desc-highlighted-specs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.main-spec-option {
    padding: 12px;
    border-bottom: 2px solid #f6f6f6;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.main-spec-option .icon-text {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.main-spec-option .icon-text-title {
    color: #080808 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 28px !important;
}

.main-spec-option .icon-text-value {
    color: #000 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    max-width: 280px;
    text-align: right;
}

/* Specs Section */
.inventory-specs {
    display: flex;
    padding: 80px 112px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(0deg, #A51336 0%, #A51336 100%), url('../../imgs/tpg-showroom.png') lightgray 50% / cover no-repeat;
    background-blend-mode: multiply, normal;
    margin-top: 120px;
}

.specs-section {
    margin-top: 35px;
}

.specs-pane {
    width: 100%;
    margin: auto;
    padding: 20px 20px;
    background: #FFF;
    border: 1px solid #e7e7e7;
}

.specs-pane .nav-tabs {
    justify-content: center;
}

.specs-pane .nav-tabs .nav-link,
.specs-pane .nav-tabs {
    border: none;
}

.specs-pane .nav-tabs .nav-link {
    color: #080808;
    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.specs-pane .nav-tabs .nav-link.active {
    border-bottom: 2px solid #A51336;
    color: #080808;
    text-align: center;
    font-family: Ubuntu, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.specs-pane .tab-pane {
    margin-top: 35px;
}

.spec-option,
.man-info {
    padding: 8px;
    border-bottom: 2px solid #f6f6f6;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #454545;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

span.spec-option-value {
    max-width: 50%;
}

.specs-pane .spec-option:nth-child(2n+1),
.specs-pane .man-info:nth-child(2n+1) {
    background: #F6F6F6;
}

.man-info-section {
    margin-bottom: 25px;
}

.main-info-section:last-child {
    margin-bottom: 0;
}

/* Warranty & Policy Section */
.warranty,
.policy {
    margin-top: 20px;
}

.warranty .accordion-item,
.policy .accordion-item,
.warranty .accordion-button,
.policy .accordion-item {
    border-radius: 0 !important;
}

.warranty .accordion-button,
.policy .accordion-button {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    box-shadow: none !Important;
}

.warranty .accordion-button::after,
.policy .accordion-button::after {
    color: #6D6D6D;
    background-image: none;
    font-family: "FONT AWESOME 6 FREE";
    content: "\2b";
    transform: none;
}

.warranty .accordion-button:not(.collapsed),
.policy .accordion-button:not(.collapsed) {
    background: #fff;
}

.warranty .accordion-button:not(.collapsed)::after,
.policy .accordion-button:not(.collapsed)::after {
    color: #000;
}

.warranty .accordion-button:not(.collapsed)::after,
.policy .accordion-button:not(.collapsed)::after {
    color: #6D6D6D;
    background-image: none;
    font-family: "FONT AWESOME 6 FREE";
    content: "\f068";
}

.accordion.policy .accordion-body p {
    font-size: 12px;
}

/* Call Us Badge */
.main-img-wrapper {
    position: relative;
    width: 100%;
}

.call-us-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 53%;
    max-width: 235px;
    height: auto;
    aspect-ratio: 235 / 68;
    display: flex;
    align-items: center;
}

.badge-shape {
    position: absolute;
    top: 1px;
    left: -1px;
    width: 100%;
    height: 100%;
    background-color: #A51336;
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0 100%);
}

.call-us-text {
    position: relative;
    z-index: 6;
    padding-left: 6%;
    padding-top: 3%;
    width: 68%;
    /* Constrain to the non-angled part of the badge */
    color: white;
    font-weight: bold;
    text-align: left;
}

.call-us-text div:first-child {
    font-size: clamp(0.7em, 3vw, 1em);
    text-transform: uppercase;
    white-space: nowrap;
}

.call-us-text div:last-child {
    font-size: clamp(0.8em, 3.6vw, 1.2em);
    font-weight: 700;
    white-space: nowrap;
}

/* Bottom right logo */
.bottom-right-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
    max-width: 120px;
    /* Adjust as needed */
}

.bottom-right-logo img {
    width: 100%;
    height: auto;
}

.call-us-phone {
    color: white !important;
    text-decoration: none !important;
}

.call-us-phone:hover,
.call-us-phone:focus,
.call-us-phone:active {
    color: white !important;
    text-decoration: none !important;
}

.buy-rv-sec-container {
    width: 100%;
    /* max-width: 450px; */
    background-color: #A51336;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    margin: 20px auto;
    cursor: pointer;
}

.buy-rv-sec-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 180px;
}

.buy-rv-sec-title {
    color: white;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 28px;
}

.buy-rv-sec-subtitle {
    color: white;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.buy-rv-sec-icon {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

/* Media queries for responsive text sizing and column layout */
@media (max-width: 992px) {
    .call-us-text div:first-child {
        font-size: 0.9em;
    }

    .call-us-text div:last-child {
        font-size: 1.1em;
    }

    body .container #col-1,
    body .container #col-2 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .mb-col-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .call-us-text div:first-child {
        font-size: 0.8em;
    }

    .call-us-text div:last-child {
        font-size: 1em;
    }
}

/* --- New Inventory Details Styles --- */
.inventory-details {
    width: 100%;
    max-width: 560px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inventory-details-breadcrumbs {
    font-size: 14px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 300;
    color: black;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

.inventory-details-breadcrumbs span {
    color: black;
    font-size: 14px;
    font-family: REM, 'Open Sans', sans-serif;
    line-height: 20px;
    word-wrap: break-word;
}

.inventory-details-breadcrumbs span:last-child,
.inventory-details-breadcrumbs .breadcrumb-current {
    font-weight: 600;
}

.breadcrumb-link {
    color: #000;
    margin-right: 2px;
    text-decoration: none;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 500;
}

.inventory-details-title {
    color: #000;
    font-size: 44px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 12px;
}

.inventory-details-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.inventory-details-action {
    padding: 6px 20px;
    border-radius: 100px;
    outline: 2px #ECEFF2 solid;
    outline-offset: -1px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    background: #fff;
    cursor: pointer;
    transition: background 0.15s;
}

.inventory-details-action i {
    color: #B32120;
    font-size: 16px;
}

.inventory-details-action:hover {
    background: #F6F7F9;
}

.inventory-details-section-title {
    font-size: 32px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
    line-height: 40px;
}

.inventory-details-keyfeatures-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inventory-details-keyfeature-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.inventory-details-keyfeature-icon {
    width: 44px;
    height: 44px;
    background: #F6F7F9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.inventory-details-keyfeature-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.inventory-details-keyfeature {
    padding: 6px 14px;
    border-radius: 50px;
    outline: 1px #ECEFF2 solid;
    outline-offset: -1px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 600;
    background: #fff;
}

.inventory-details-keyfeature .label {
    color: #000;
}

.inventory-details-keyfeature .value {
    color: #B32120;
}

.inventory-details-specs-list {
    padding: 20px;
    border: 1px solid #D5DBE2;
    border-radius: 6px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.inventory-details-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #D5DBE2;
    font-size: 18px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 500;
    color: #516278;
}

.inventory-details-spec-row .label {
    /* width: 146px; */
    width: 64%;
}

.inventory-details-spec-row .value {
    flex: 1 1 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.inventory-details-spec-row:last-child {
    border-bottom: none;
}

.inventory-details-floorplan {
    margin-top: 20px;
}

.inventory-details-floorplan-imgbox {
    width: 100%;
    padding: 20px;
    border: 1px solid #D5DBE2;
    border-radius: 6px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inventory-details-floorplan-imgbox img {
    width: 100%;
    height: 227px;
    object-fit: contain;
    border-radius: 4px;
}

.inventory-details-floorplan-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inventory-details-floorplan-download {
    padding: 8px 12px;
    background: #006EDF;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.inventory-details-floorplan-download i {
    font-size: 16px;
}

.inventory-details-floorplan-enlarge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.inventory-details-floorplan-enlarge i {
    font-size: 16px;
}

.inventory-details-pricing {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.inventory-details-price {
    font-size: 32px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 700;
    color: #B32120;
    margin-bottom: 8px;
}

.inventory-details-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.inventory-details-btn {
    padding: 10px 24px;
    border-radius: 100px;
    font-size: 16px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #B32120;
    background: #fff;
    color: #B32120;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inventory-details-btn-primary {
    background: #B32120;
    color: #fff;
}

.inventory-details-btn-primary:hover {
    background: #a51336;
    color: #fff;
}

.inventory-details-btn-outline:hover {
    background: #B32120;
    color: #fff;
}

.inventory-details-video {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.inventory-details-video video {
    width: 100%;
    height: 282.791px;
    aspect-ratio: 560/282.79;
    align-self: stretch;
    border-radius: 8px;
    background: #000;
    object-fit: contain;
}

@media (max-width: 992px) {
    .inventory-details {
        max-width: 100%;
        padding: 0 10px;
    }

    .inventory-details-main-img {
        height: 320px;
    }

    .inventory-details-floorplan-imgbox img {
        height: 140px;
    }
}

@media (max-width: 576px) {
    .inventory-details-title {
        font-size: 28px;
        line-height: 36px;
    }

    .inventory-details-section-title {
        font-size: 22px;
        line-height: 28px;
    }

    .inventory-details-main-img {
        height: 180px;
    }

    .inventory-details-floorplan-imgbox img {
        height: 80px;
    }
}

/* Figma pricing box styles */
.vdp-pricing-box {
    width: 100%;
    max-width: 440px;
    outline: 1px #D5DBE2 solid;
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.vdp-pricing-inner {
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.vdp-pricing-title {
    text-align: center;
    color: #000;
    font-size: 32.48px;
    font-family: REM, 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 43.31px;
}

.vdp-pricing-mainprice {
    width: 100%;
    text-align: center;
    color: #A60302;
    font-size: 81.2px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 92.03px;
    letter-spacing: 1px;
}

.vdp-pricing-monthly {
    width: 100%;
    padding: 6px 16px;
    background: linear-gradient(180deg, #006EDF 50%, #1B8BFF 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.vdp-pricing-monthly-text {
    color: #fff;
    font-size: 20px;
    font-family: REM, 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.35);
}

.vdp-pricing-infoicon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.vdp-pricing-details {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.vdp-pricing-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vdp-pricing-label {
    color: #516278;
    font-size: 18px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.vdp-pricing-msrp {
    color: #000;
    font-size: 28px;
    font-family: REM, 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 24px;
}

.vdp-pricing-discount {
    color: #01A427;
    font-size: 44px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 52px;
}

.vdp-pricing-divider {
    width: 100%;
    height: 0;
    border-top: 2px solid #B0BBC9;
    margin: 0;
}

.vdp-pricing-nohidden {
    width: 242px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFE343;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 32px;
    font-family: REM, 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
    color: #000;
    position: relative;
}

.vdp-pricing-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vdp-pricing-btn-main {
    width: 100%;
    padding: 22px 32px;
    background: #B32120;
    color: #fff;
    font-size: 18px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.36px;
    border-radius: 6px;
    border: none;
    text-align: center;
    cursor: pointer;
    margin-bottom: 6px;
    transition: background 0.15s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.vdp-pricing-btn-main:hover {
    background: #961F1E;
}

.vdp-pricing-btn-row {
    width: 100%;
    display: flex;
    gap: 10px;
}

.vdp-pricing-btn-sub {
    flex: 1 1 0;
    padding: 17px 20px;
    background: #516278;
    color: #fff;
    font-size: 14px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.56px;
    border-radius: 6px;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: background 0.15s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.vdp-pricing-btn-sub:hover {
    background: #394453;
}

.vdp-pricing-footnote {
    width: 100%;
    text-align: center;
    color: #394453;
    font-size: 13px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
}

@media (max-width: 576px) {
    .vdp-pricing-box {
        max-width: 100%;
    }

    .vdp-pricing-inner {
        padding: 20px;
    }

    .vdp-pricing-mainprice {
        font-size: 40px;
        line-height: 48px;
    }

    .vdp-pricing-nohidden {
        font-size: 18px;
        height: 28px;
        width: 140px;
    }
}

body.modal-open {
    overflow: hidden;
}

.modal {
    z-index: 999999999;
    height: 100%;
    width: 100%;
    background: #000000a6;
}

.modal-body {
    background: #fff;
    max-width: 80vw;
    padding: 3%;
    margin: auto;
    align-self: center;
    position: relative;
    margin-top: 3%;
    max-height: 825px;
    overflow: hidden;
}

.staff-popup .modal-body {
    background: #fff;
    max-width: 80vw;
    padding: 3%;
    margin: auto;
    align-self: center;
    position: relative;
    margin-top: 3%;
    max-height: 825px;
    overflow-y: scroll;
    width: 100%;
}

.staff-popup .modal-content {
    max-height: 90vh;
}

.modal-body h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.modal-close-btn {
    position: absolute;
    top: 65px;
    right: 50px;
    cursor: pointer;
}

.pre-approve-iframe {
    width: 100%;
    min-height: 600px;
    max-height: 625px;
    overflow-y: auto;
}

.pre-approve-iframe iframe {
    width: 100%;
    height: 100vh;
}

.promotions-modal {
    display: flex !important
}

.promotions-modal .modal-back-btn-container {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
}

.modal-body .modal-back-btn-container h2 {
    margin-bottom: 0px;
}

.modal-back-btn {
    cursor: pointer;
}

.promotions-modal .modal-body {
    margin-top: auto;
}

.promotions-modal .quote-step {
    display: none;
}

.modal .form-control,
.modal .form-select {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #ccc !important;
    padding: 10px;
}

.modal .submit-btn {
    background: #000;
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 0;
    padding: 10px 50px;
    display: block;
    max-width: 250px;
    margin: auto;
}

.swal2-modal input,
.swal2-modal select,
.swal2-modal textarea {
    box-shadow: none !important;
}

.modal-body .use-tow-guide-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.shop-now-popup-step-zero-wrapper {
    max-width: 1080px;
    padding: 20px;
    background: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 80px;
    box-sizing: border-box;
    margin: 0 auto;
    align-items: center;
}

.shop-now-popup-step-zero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.shop-now-popup-step-zero-title {
    font-size: 52px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    line-height: 56px;
    text-align: center;
}

.shop-now-popup-step-zero-close {
    width: 46px;
    height: 46px;
    background: #080808;
    border-radius: 50%;
}

.shop-now-popup-step-zero-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}

.shop-now-popup-step-zero-card {
    flex: 1 1 250px;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 2px 6px rgba(16, 24, 40, 0.06);
    border: 1px solid #D1D1D1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

/* .shop-now-popup-step-zero-icon {
    width: 35px;
    height: 35px;
    background: #A51336;
} */

/* Customize each icon */
.shop-now-popup-step-zero-icon.icon-quote {
    width: 26.25px;
    height: 26.25px;
}

.shop-now-popup-step-zero-icon.icon-approval {
    width: 25.65px;
    height: 19.56px;
}

.shop-now-popup-step-zero-icon.icon-appointment {
    width: 29.17px;
    height: 32.08px;
}

.shop-now-popup-step-zero-label {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    color: black;
    line-height: 36px;
}

.use-tow-guide-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background-color: #080808;
    color: white;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    z-index: 999;
    position: relative;
}

.use-tow-guide-button:hover {
    color: white;
}

.active-step h2 {
    text-align: center;
}

.modal-body .use-tow-guide-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

/* --- VDP Message Section --- */
.vdp-msg-container {
    width: 100%;
    padding: 60px 0;
    background: rgba(32, 168, 255, 0.20);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.vdp-msg-inner {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.vdp-msg-title {
    flex: 1 1 0;
    font-size: 32px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    margin-bottom: 0;
}

.vdp-msg-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 260px;
    flex: 1 1 0;
}

.vdp-msg-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    /* background: #fff; */
    border-radius: 6px;
    font-size: 18px;
    font-family: REM, 'Open Sans', sans-serif;
    line-height: 24px;
    color: #000;
    box-shadow: 0 1px 4px rgba(32, 168, 255, 0.07);
}

.vdp-msg-icon {
    color: #006EDF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdp-msg-text {
    color: #000;
    font-size: 18px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 900px) {
    .vdp-msg-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .vdp-msg-title {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .vdp-msg-container {
        padding: 30px 0;
    }

    .vdp-msg-inner {
        max-width: 98vw;
        padding: 0 8px;
    }

    .vdp-msg-title {
        font-size: 22px;
        line-height: 30px;
    }

    .vdp-msg-list-item {
        font-size: 16px;
        padding: 8px 8px;
    }

    .vdp-msg-text {
        font-size: 16px;
    }
}

/* --- VDP Interested Section --- */
.vdp-interested-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 40px auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 770px;
}

.vdp-interested-title {
    color: #000;
    font-size: 44px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 180px;
}

.vdp-interested-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.vdp-interested-action {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 120px;
}

.vdp-interested-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdp-interested-label {
    color: #000;
    font-size: 18px;
    font-family: REM, 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.vdp-interested-label-lg {
    font-size: 20px;
    line-height: 28px;
}

a:hover {
    color: white;
}

.breadcrumb-link:hover {
    color: black;
}

.description {
    width: 82%;
}

@media (max-width: 900px) {
    .vdp-interested-container {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .vdp-interested-actions {
        gap: 18px;
    }

    .vdp-interested-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 576px) {
    .vdp-interested-container {
        gap: 16px;
        margin-top: 24px;
    }

    .vdp-interested-title {
        font-size: 22px;
        line-height: 30px;
    }

    .vdp-interested-label,
    .vdp-interested-label-lg {
        font-size: 16px;
        line-height: 22px;
    }

    .vdp-interested-icon {
        width: 24px;
        height: 24px;
    }
}

.inventory-images-section {
    flex-direction: column;
    gap: 10px;
    max-height: none;
}

.img-thumbs-horizontal,
.img-thumbs-horizontal .thumb-slider-horizontal {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
}

.thumb-slider-horizontal {
    overflow-x: auto;
    max-width: 100%;
}

.thumb-wrapper {
    min-width: 50px;
    min-height: 50px;
    border: 2px solid transparent;
    transition: border 0.15s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.thumb-wrapper.active,
.thumb-wrapper:hover {
    border: 2px solid #B32120;
}

.thumb-wrapper img {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
}

/* Gallery arrows */
.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    font-size: 20px;
    color: #B32120;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.15s;
}

.gallery-arrow.left-arrow {
    left: 12px;
}

.gallery-arrow.right-arrow {
    right: 12px;
}

.gallery-arrow:hover {
    background: #B32120;
    color: #fff;
}

.thumb-slider-horizontal {
    overflow-x: auto;
    max-width: 100%;
    /* Show scrollbar for thumbnails */
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #B32120 #f6f6f6;
    /* Firefox */
}

/* Show scrollbar for Webkit browsers (Chrome, Edge, Safari) */
.thumb-slider-horizontal::-webkit-scrollbar {
    height: 8px;
    background: #f6f6f6;
}

.thumb-slider-horizontal::-webkit-scrollbar-thumb {
    background: #B32120;
    border-radius: 4px;
}

.inventory-images-section #main-image {
    max-width: 100%;
    max-height: 500px;
    height: 100%;
    min-height: 500px;
}

.thumb-wrapper img {
    max-width: 100%;
    max-height: 50px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.container {
    margin-top: 44px;
}