.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: 600px;
}

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

.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;
    gap: 8px;
}

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

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

.product .product-img img {
    max-width: 100%;
    width: 100%;
    min-height: 250px;
    object-fit: contain;
    max-height: 250px;
}

.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;
    height: 456px;
}

.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-height: 460px;
    max-width: 145px;
}

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

/* .img-thumbs .thumb-slider::-webkit-scrollbar {
    height: 8px;
    display: block;
}

.img-thumbs .thumb-slider::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.img-thumbs .thumb-slider::-webkit-scrollbar-thumb {
    background-color: #A51336;
    border-radius: 4px;
} */

.thumb-wrapper {
    min-width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

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

/* 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;
    text-align: center;
}

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

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

/* 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: 768px) {
    .inventory-images-section {
        flex-direction: column;

    }

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

    .img-thumbs .thumb-slider {
        overflow-x: auto;
        gap: 8px;
        /* max-height: 390px; */
        /* max-height: 460px; */
        /* max-width: 145px; */
        scrollbar-width: thin;
        scrollbar-color: #A51336 #f1f1f1;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        width: 100%;
        padding: 5px 0;
        max-width: 100%;
    }

    .img-thumbs .thumb-slider::-webkit-scrollbar {
        height: 8px;
        display: block;
    }

    .img-thumbs .thumb-slider::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .img-thumbs .thumb-slider::-webkit-scrollbar-thumb {
        background-color: #A51336;
        border-radius: 4px;
    }

    .thumb-wrapper {
        min-width: 80px;
        width: 80px;
        height: 60px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        border: 2px solid transparent;
        cursor: pointer;
        transition: border-color 0.2s ease;
    }

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


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

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