.mobile-prices .price-container h3 {
    font-family: "Adieu-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--blue);
}

.mobile-prices .price-article-container h3 {
    font-family: "Adieu-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--blue);
}

.mobile-prices .price-body h3 {
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 82px;
    /* identical to box height */
    letter-spacing: -0.05em;
    color: var(--blue);
}

.mobile-prices .price-body p {
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #555555;
    opacity: 0.5;
}

.mobile-prices .price-article-body p {
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2b2b2b;
}

.mobile-prices .price-container a,
.mobile-prices .price-container a:link,
.mobile-prices .price-container a:visited {
    text-decoration: none;
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #ff6600;
}

.mobile-prices .price-article-container a,
.mobile-prices .price-article-container a:link,
.mobile-prices .price-article-container a:visited {
    text-decoration: none;
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #ff6600;
    /* letter-spacing: 0.5rem; */
}

.mobile-prices .save-price-link-col a,
.mobile-prices .save-price-link-col a:link,
.mobile-prices .save-price-link-col a:visited {
    text-decoration: none;
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #ff6600;
    /* letter-spacing: 0.5rem; */
}

.mobile-prices .price-name-col p {
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2b2b2b;
}

.mobile-prices .item-price-col p {
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue);
}

.mobile-prices .price-container {
    background: #f3f3f3;
}

.mobile-prices .price-container-inner {
    padding-top: 58px;
    padding-bottom: 58px;
}

.mobile-prices .price-article-container {
    margin-top: 67px;
}

.mobile-prices .price-body {
    margin-top: 20px;
}

.mobile-prices .price-see-more {
    margin-top: 49px;
}

.mobile-prices .price-article-body {
    margin-top: 20px;
}

.mobile-prices .price-article-read-more {
    margin-top: 36px;
    align-items: center;
}

.mobile-prices .price-article-read-more a.text-only-button {
    display: flex;
    align-items: center;
}

.mobile-prices .price-see-more {
    align-items: center;
}

.mobile-prices .arrow-right-btn {
    background-image: url("../img/svg_s/ShortOrange.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    border: 1px solid #ff6600;
    box-sizing: border-box;
    border-radius: 100px;
    width: 54px;
    height: 54px;
    background-position: center;
    transition: all 0.9s;
}

.mobile-prices .prices-header h3 {
    font-family: "Adieu-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--blue);
}

.mobile-prices .price-list-container {
    background: #f3f3f3;
    height: 0;
    overflow: hidden;
    transition: all 0.9s;
}

.mobile-prices .more-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mobile-prices .price-list-open {
    /* height: auto; */
    height: 650px;
}

.desktop-prices {
    display: none;
}

.desktop-prices a:hover {
    cursor: pointer;
    color: var(--orange) !important;
}

.more-btn {
    transition: all 0.9s;
}

.hide-price-btn {
    display: none;
}

.mobile-prices .prices-vector {
    position: absolute;
}

.mobile-prices .prices-vector img {
    position: absolute;
}

.mobile-prices .prices-vector-1 img {
    left: 150px;
    top: -30px;
    width: 43px;
}

.mobile-prices .prices-vector-2 img {
    left: 180px;
    top: -25px;
    width: 57px;
}

.mobile-prices .prices-vector-3 img {
    top: 430px;
    left: 100px;
    width: 20px;
}

@media only screen and (min-width: 992px) {
    .desktop-prices .prices-vector {
        position: absolute;
    }
    .desktop-prices .prices-vector img {
        position: absolute;
    }
    .desktop-prices .prices-vector-1 img {
        left: 540px;
        top: -25px;
        width: 61px;
    }
    .desktop-prices .prices-vector-2 img {
        left: 575px;
        top: -15px;
        width: 80px;
    }
    .desktop-prices .prices-vector-3 img {
        top: 20px;
        left: 760px;
        width: 24px;
    }
    .mobile-prices {
        display: none;
    }
    .desktop-prices {
        display: block;
    }
    .price-heading-col h3 {
        font-family: "Adieu-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
        color: var(--blue);
    }
    .price-col h3 {
        font-family: "AvenirNext LT Pro";
        font-style: normal;
        font-weight: bold;
        font-size: 60px;
        line-height: 82px;
        letter-spacing: -0.05em;
        color: var(--blue);
    }
    .price-col p {
        font-family: "AvenirNext LT Pro";
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #555555;
        opacity: 0.5;
    }
    .desktop-prices .price-more-col a,
    .desktop-prices .price-more-col a:link,
    .desktop-prices .price-more-col a:visited {
        text-decoration: none;
        font-family: "AvenirNext LT Pro";
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 52px;
        text-align: right;
        color: var(--orange);
    }
    .desktop-prices .price-more-col a {
        cursor: pointer;
    }
    .desktop-prices .price-more-col .arrow-right-btn {
        content: url("../img/svg_s/ShortOrange.svg");
        /* background-size: 20px; */
        /* background-repeat: no-repeat; */
        border: 1px solid #ff6600;
        box-sizing: border-box;
        border-radius: 100px;
        width: 54px;
        height: 54px;
        /* background-position: center; */
        object-fit: scale-down;
        transition: all 0.9s;
    }
    .desktop-prices .arrow-right-btn:hover {
        content: url("../img/svg_s/ShortWhite.svg");
        background-color: var(--orange);
    }
    .price-container-row {
        align-items: center;
    }
    .price-more-col .row {
        align-items: center;
    }
    .price-container {
        background: #f3f3f3;
        padding-top: 61px;
        padding-bottom: 61px;
    }
    .price-article-header h3 {
        font-family: "Adieu-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 74px;
        text-transform: uppercase;
        color: var(--blue);
    }
    .price-article-body {
        font-family: "AvenirNext LT Pro";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #2b2b2b;
    }
    .price-article-container .row {
        align-items: center;
    }
    .price-article-container {
        padding-top: 38px;
    }
    /* .price-divider {
        margin-top: 88px;
    } */
    .price-divider hr {
        opacity: 1;
    }
    .inland-header h3,
    .coastal-header h3 {
        font-family: "Adieu-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 74px;
        text-transform: uppercase;
        color: var(--blue);
    }
    .price-name-col p {
        font-family: "AvenirNext LT Pro";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        color: #2b2b2b;
    }
    .item-price-col p {
        font-family: "AvenirNext LT Pro";
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 41px;
        /* identical to box height */
        color: var(--blue);
    }
    .save-price-col .save-price-link-col a,
    .save-price-col .save-price-link-col a:link,
    .save-price-col .save-price-link-col a:visited {
        text-decoration: none;
        font-family: "AvenirNext LT Pro";
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        color: var(--orange);
    }
    .price-list-container {
        background: #f3f3f3;
        height: 0;
        overflow: hidden;
        transition: all 0.9s;
    }
    .price-list-container-row {
        align-items: center;
    }
    .price-list-open {
        /* height: auto; */
        height: 500px;
    }
    .price-list-conditions {
        margin-top: 70px;
        margin-bottom: 100px;
    }
    .price-list-conditions p {
        font-family: "AvenirNext LT Pro";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #2b2b2b;
    }
    .save-price-link-arrow {
        display: none;
    }
    .price-item-row {
        align-items: baseline;
    }
}