/*! CSS Used from: Embedded */
.flag_icon_container.be,
.flag_icon_container.ch,
.flag_icon_container.no,
.flag_icon_container.au,
.flag_icon_container.nz {
    display: none !important
}

/*! CSS Used from: https://www.hertzpageo.com/theme/hertzrebrandtheme/css/seo-bootstrap.css?1691718632 */
/*! CSS Used from: https://www.hertzpageo.com/theme/hertzrebrandtheme/css/electric_vehicle/vehicle-hub.css?1703153615 */
.p_c_o_b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    overflow-y: auto;
    display: none
}

.p_c_o_b .p_c_i_b {
    padding-top: 150px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: calc(100dvh - 150px);
    align-items: center
}

.p_c_o_b .p_c_b_m {
    min-width: 300px
}

.p_c_o_b .p_c_b_m h2 {
    font-size: 1.3rem;
    color: #000;
    line-height: normal;
    margin: 0px;
    font-weight: bold;
    padding: 0 0 15px;
    position: relative
}

.p_c_o_b .p_sl_cb {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 6px solid #fc0;
    background: #fff;
    position: relative
}

.p_c_o_b .p_sl_cb #txt_con,
.p_c_o_b .p_sl_cb h6 {
    font-size: 1rem;
    color: #000;
    line-height: normal;
    margin: 0px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 14px;
    padding-left: 45px
}

.p_c_o_b .p_sl_cb #txt_con:after,
.p_c_o_b .p_sl_cb h6:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    background: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/ev/icons/arrow-next.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.p_c_o_b .p_sl_cb .p_sl_dd {
    display: none;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    width: 100%;
    z-index: 9;
    top: 100%;
    margin-top: 5px
}

.p_c_o_b .p_sl_cb .p_sl_dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff
}

.p_c_o_b .p_sl_cb .p_sl_dd li {
    padding: 10px 15px 10px 45px;
    font-size: 1rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.p_c_o_b .p_sl_cb .p_sl_dd li:last-child {
    border-bottom: 0px
}

.p_c_o_b .p_sl_cb.active #txt_con:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.p_c_o_b .p_sl_cb.active .p_sl_dd {
    display: block
}

.p_c_o_b .p_sl_cb .flag_icon_container:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 15px;
    left: 15px;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.p_c_o_b .p_sl_cb .flag_icon_container#txt_con:before {
    width: 22px;
    height: 22px;
    top: 17px;
    left: 15px
}

.p_c_o_b .p_sl_cb .gb:before {
    background: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/ev/icons/flag/uk.png)
}

.p_c_o_b .p_sl_cb .fr:before {
    background: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/ev/icons/flag/france.png)
}

.p_c_o_b .p_sl_cb .de:before {
    background: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/ev/icons/flag/germany.png)
}

.p_c_o_b .p_sl_cb .es:before {
    background: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/ev/icons/flag/spain.png)
}

.p_c_o_b .p_sl_cb .it:before {
    background: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/ev/icons/flag/italy.png)
}

.p_c_o_b .p_sl_cb .nl:before {
    background: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/ev/icons/flag/netherlands.png)
}

.p_c_o_b .p_sl_cb .be:before {
    background: url(https://www.hertzpageo.com/theme/hertzrebrandtheme/img/ev/icons/flag/belgium.png)
}

.p_c_o_b.setLanguage {
    display: none;
    z-index: 999999
}

.p_c_o_b .r_b_cb {
    text-align: right;
    padding-top: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0)
}

.p_c_o_b .btn_s_c_b {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 700;
    transition: .3 all ease;
    display: inline-flex;
    color: #222 !important;
    justify-content: center;
    background: #ffcd00;
    border: 1px solid #ffcd00
}

.p_c_o_b .p_h_outer {
    background: #fff;
    border-bottom: 5px solid #fc0
}

.p_c_o_b .p_h_outer .p_h_inner {
    padding: 30px 15px;
    max-width: 1248px;
    margin: 0 auto
}

.p_c_o_b .p_h_outer .p_l_con {
    max-width: 150px
}

.p_c_o_b .p_h_outer .p_l_con img {
    display: block;
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .p_c_o_b .p_c_i_b {
        padding-top: 50px
    }

    .p_c_o_b .p_h_outer .p_h_inner {
        padding: 15px
    }

    .p_c_o_b .p_h_outer .p_l_con {
        max-width: 100px
    }

    .booking-widget-ev-section.mob-open .mobile-booking-close {
        z-index: 99999
    }
}

@media screen and (max-width: 767px) {
    .language-select .p_c_o_b.setLanguage .p_c_i_b {
        height: calc(100dvh - 150px);
        align-items: center
    }
}

.language-select .p_c_o_b.setLanguage .p_c_b_m {
    padding: 20px;
    box-sizing: content-box;
    background: #fff
}

:root {
    --dark-charcoal: #222222;
    --ghost-white: #f3f4f8;
    --border-color: rgba(0, 0, 0, 0.20);
    --light-cream: #fffae6
}

.booking-widget-ev-section {
    margin-top: -360px;
    margin-bottom: 90px
}

.cta {
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--bs-yellow);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--bs-black);
    text-decoration: none;
    transition: all .3s ease
}

.cta:hover {
    background-color: var(--bs-black);
    color: var(--bs-white)
}

.cta:active {
    background-color: var(--bs-black);
    color: var(--bs-white)
}

.heading-section {
    margin: 0 auto 28px;
    width: 80%
}

.heading-section .divider {
    width: 90px;
    height: 5px;
    background-color: var(--bs-yellow);
    margin: 0 auto 12px
}

.heading-section .main-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--bs-black);
    margin-bottom: 8px
}

.heading-section .description {
    line-height: 1.6;
    margin-bottom: 0;
    padding: 0
}

.discover-italy .content-section {
    width: 80%;
    margin: 0 auto
}

.content-section .image-container {
    width: 100%;
    margin: 0 auto
}

.content-section .image-container img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.content-section .text-content {
    padding: 20px
}

.content-section .text-content .highlight-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
    color: var(--dark-charcoal)
}

.content-section .text-content .detail-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--dark-charcoal)
}

.grand-tour {
    background-color: var(--ghost-white);
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("../../../img/gray-bg.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 70px 0
}

.grand-tour::before {
    content: "";
    background-image: url(../../../img/beforegrandtour.webp);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.grand-tour::after {
    content: "";
    background-image: url(../../../img/aftergrandtour.webp);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 156px;
    height: 142px;
    background-repeat: no-repeat
}

.grand-tour .col-md-6 {
    margin: 0
}

.grand-tour .content-section {
    position: relative;
    z-index: 1
}

.grand-tour .content-section .left-image {
    width: 100%
}

.grand-tour .content-section .left-image img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.grand-tour .content-section .right-content .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--dark-charcoal);
    margin-bottom: 15px;
    text-align: left
}

.grand-tour .content-section .right-content .summery-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    color: var(--bs-black);
    margin-bottom: 15px
}

.grand-tour .content-section .right-content .scents-container {
    display: flex;
    flex-wrap: wrap;
    gap: 49px;
    margin-bottom: 15px
}

@media(max-width: 768px) {
    .grand-tour .content-section .right-content .scents-container {
        gap: 20px;
        justify-content: center
    }
}

.grand-tour .content-section .right-content .scents-container .scent-column {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.grand-tour .content-section .right-content .scents-container .scent-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.grand-tour .content-section .right-content .scents-container .scent-item img {
    width: 16px;
    height: 16px;
    object-fit: contain
}

.grand-tour .content-section .right-content .scents-container .scent-item span {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: var(--bs-black);
    white-space: nowrap
}

.grand-tour .content-section .right-content .italic-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
    color: var(--bs-black);
    margin-bottom: 20px
}

.video-sec .journey-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    padding: 0px 33px;
    border: 1px solid var(--border-color);
    justify-content: space-between;
    border-left: 0;
    border-right: 0
}

@media(max-width: 992px) {
    .video-sec .journey-info {
        margin-bottom: 20px;
        border: 0;
        gap: 15px;
        padding: 0 10px
    }
}

@media(min-width: 992px) {
    .video-sec .journey-info {
        max-width: 80%
    }
}

.video-sec .journey-info .info-block {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center
}

.video-sec .journey-info .info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    color: var(--bs-black);
    margin: 0
}

.video-sec .journey-info .info-description {
    line-height: 1.4;
    margin: 0
}

.video-sec .journey-info .vertical-divider {
    width: 1px;
    height: 120px;
    background-color: rgba(0, 0, 0, .2)
}

@media(max-width: 768px) {
    .video-sec .journey-info .vertical-divider {
        display: block
    }
}

.video-sec .text-section-container .heading-section {
    width: 100%;
    margin-bottom: 45px
}

.video-sec .text-section-container .heading-section .divider {
    margin: 0 0 17px
}

.video-sec .text-section-container .heading-section .main-title {
    line-height: 1.4
}

.video-sec .video-player video {
    width: 100%
}

.italian-summer .banner {
    display: flex;
    width: 100%;
    position: relative
}

.italian-summer .banner .banner-image {
    width: 50%;
    height: 460px;
    overflow: hidden;
    border-radius: 6px
}

@media(max-width: 1199px) {
    .italian-summer .banner .banner-image {
        width: 100%;
        height: 250px;
        object-fit: cover
    }
}

.italian-summer .banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.italian-summer .banner .content-wrapper-italian {
    flex: 1;
    display: flex;
    align-items: start;
    background-color: #fffae6;
    padding: 50px;
    border-radius: 6px;
    margin-left: -50px;
    height: 100%;
    flex-direction: column
}

@media(max-width: 1199px) {
    .italian-summer .banner .content-wrapper-italian {
        margin-left: 0
    }
}

@media(max-width: 767px) {
    .italian-summer .banner .content-wrapper-italian {
        padding: 20px
    }
}

.italian-summer .banner .content-wrapper-italian .heading-section {
    width: 100%;
    padding-left: 0
}

.italian-summer .banner .content-wrapper-italian .heading-section .divider {
    margin: 0 0 12px
}

.italian-summer .banner .content {
    max-width: 600px
}

.italian-summer .banner .content .divider {
    width: 90px;
    height: 5px;
    background-color: #fc0;
    margin-bottom: 17px
}

.italian-summer .banner .content .heading {
    margin-bottom: 30px
}

.italian-summer .banner .content .heading h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px
}

.italian-summer .banner .content .heading p {
    font-size: 16px;
    line-height: 28px;
    color: #222;
    margin-bottom: 20px
}

.italian-summer .banner .content .cta-button {
    display: inline-block;
    padding: 12px 20px;
    background-color: #fc0;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease
}

.italian-summer .banner .content .cta-button:hover {
    background-color: #e6b800;
    transform: translateY(-2px)
}

.italian-summer .banner .content .cta-button:active {
    transform: translateY(0)
}

@media(max-width: 768px) {
    .journey-info {
        flex-direction: column;
        gap: 20px
    }

    .vertical-divider {
        display: none
    }
}

@media(max-width: 1200px) {
    .banner {
        flex-direction: column
    }

    .banner .banner-image {
        width: 100%;
        height: 300px
    }

    .banner .content-wrapper {
        padding: 15px 0px
    }

    .banner .content {
        max-width: 100%
    }
}

@media(max-width: 1200px) {
    .background-section {
        min-height: auto
    }

    .content-section .right-content {
        padding: 0 15px
    }
}

@media(max-width: 768px) {
    .heading-section {
        padding: 0 15px
    }

    .heading-section .secondary-headline {
        font-size: 28px;
        line-height: 36px
    }

    .content-section .left-image {
        max-width: 100%;
        margin-bottom: 2rem
    }

    .content-section .right-content {
        text-align: center
    }

    .content-section .right-content .scents-container {
        justify-content: center
    }
}

@media(max-width: 768px) {
    .heading-section .main-title {
        font-size: 28px;
        line-height: 36px
    }

    .content-section .text-content {
        padding: 20px 0
    }
}

.location-cards .slick-track {
    display: flex;
    gap: 30px;
    padding-bottom: 20px
}

.location-cards .slick-track .card-item .card-img-top img {
    border-radius: 6px;
    width: 100%;
    height: 240px;
    object-fit: cover
}

.location-cards .slick-track .card-item .card-body {
    position: relative;
    width: calc(100% - 20px);
    margin: -10px 10px 0 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .04);
    padding: 20px
}

.location-cards .slick-track .card-item .card-body .card-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--bs-black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 10px
}

.location-cards .slick-track .card-item .card-body .card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px
}

.location-cards .slick-dots {
    bottom: -20px
}

.child-seat-location-cards .slick-track {
    padding-bottom: 20px
}

.child-seat-location-cards .slick-dots {
    bottom: -20px
}

.faq-section .container {
    overflow: hidden
}

@media(min-width: 1199px) {
    .faq-section .container {
        padding: 0
    }
}

.faq-section .container .accordion .accordion-item {
    background-color: #f9f9f9
}

.article-section.article-section-rv .article-grid-wrapper {
    gap: 30px
}

.article-section.article-section-rv .article-grid-wrapper .article-card .article-img img {
    border-radius: 6px;
    width: 100%;
    height: 220px;
    object-fit: cover
}

.article-section.article-section-rv .article-grid-wrapper .article-card .card-body {
    position: relative;
    margin: -10px 10px 0 10px !important;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .04);
    width: calc(100% - 20px);
    padding: 20px !important
}

.article-section.article-section-rv .article-grid-wrapper .article-card .card-body .category-tag {
    position: static;
    width: fit-content;
    opacity: .55;
    background: #fff0b6;
    border-radius: 2px
}

.article-section.article-section-rv .article-grid-wrapper .article-card .card-body .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article-section.article-section-rv .article-grid-wrapper .article-card .card-body .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article-section.article-section-rv .article-grid-wrapper .slick-track {
    padding-bottom: 10px
}

@media(max-width: 991px) {
    .hero-section.hero-with-booking {
        padding: 0px !important;
        padding-bottom: 168px !important;
        min-height: 400px
    }
}

/*# sourceMappingURL=italy-perfume.css.map */