.pastaLoveTheme p {
    padding-bottom: 1em;
    line-height: 130%;
}

.pastaLoveTheme h1, .pastaLoveTheme h2 {
    font-family: 'nettoprobold', sans-serif;
    letter-spacing: -0.005em;
}

/*
 *  rModules
 */

.cardBase {
    border-radius: 12px;
}

.cardBase .basicCard {
    border-radius: 12px;
    background-color: #1C3775;
    padding: 16px;
    display: block;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    text-decoration: none;
}

.cardBase h3,
.cardBase p {
    font-family: 'nettoprobold', sans-serif;
    color: white;
}

.rModule .hintCarousel .cardBase {
    width: 258px;
    height: 352px;
}
.rModule .hintCarousel .cardBase .basicCard {
    width: 242px;
    margin-right: 16px;
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .rModule .hintCarousel .cardBase {
        width: 264px;
        height: 400px;
        margin-right: 16px;
    }
    .rModule .hintCarousel .cardBase .basicCard {
        width: 264px;
        margin-right: 0;
    }
}
@media only screen and (min-width: 1280px) {
    .rModule .hintCarousel .cardBase,
    .rModule .hintCarousel .cardBase .basicCard {
        width: 321px;
    }
}

/*
 *   Recipes card
 */

.rModule .recipeCard.cardBase {
    height: auto;
}

.rModule .recipeCard.cardBase a {
    text-decoration: none;
}

.rModule .recipeCard .basicCard  {
    padding: 0;
    background-color: transparent;
    position: relative;
}

.rModule .recipeCard .recipeImageHolder {
    border-radius: 8px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    height: 323px;
    margin-bottom: 16px;
}

.rModule .recipeCard .recipeImageHolder.recipeCardGazpacho {
    background-image: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/recipeCardGazpacho.webp");
}
.rModule .recipeCard .recipeImageHolder.recipeCardZucchini {
    background-image: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/recipeCardZucchini.webp");
}
.rModule .recipeCard .recipeImageHolder.recipeCardAlbicocche {
    background-image: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/recipeCardAlbicocche.webp");
}
.rModule .recipeCard .recipeImageHolder.recipeCardGamberi {
    background-image: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/recipeCardGamberi.webp");
}

.rModule .recipeCard .recipeImageHolder.recipeCardParmesanFondue {
    background-image: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/recipeCardParmesanFondue.webp");
}
.rModule .recipeCard .recipeImageHolder.recipeCardTomatoBurrata {
    background-image: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/recipeCardTomatoBurrata.webp");
}
.rModule .recipeCard .recipeImageHolder.recipeCardParmesanLemon {
    background-image: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/recipeCardParmesanLemon.webp");
}
.rModule .recipeCard .recipeImageHolder.recipeCardTomatoZabaione {
    background-image: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/recipeCardTomatoZabaione.webp");
}
.rModule .recipeCard .recipeImageHolder.recipeCardDessert {
    background-image: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/recipeCardDessert.webp");
}

.rModule .recipeCard span {
    position: absolute;
    color: #fff;
    left: 14px;
}

.rModule .recipeCard span.time {
    top: 18px;
    font-family: 'nettoprobold', sans-serif;
}

.rModule .recipeCard span.type {
    bottom: 18px;
    font-family: 'nettoprobold', sans-serif
}

.rModule .recipeCard .recipeTitles {
    padding-right: 22px;
}

.rModule .recipeCard h3 {
    font-family: 'nettopro', sans-serif;
    color: #646D83;
    padding-bottom: 12px;
}

.rModule .recipeCard h4 {
    font-family: 'nettoprobold', sans-serif;
    font-size: 1.25rem;
}

@media only screen and (min-width: 1024px) {
    .rModule .recipeCard .recipeImageHolder {
        height: 363px;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .recipeCard .recipeImageHolder {
        height: 430px;
    }

    .rModule .recipeCard .recipeTitles {
        padding-right: 50px;
    }
}

.hintCarouselHolder .flickity-page-dots {
    background-color: #142753;
}

.hintCarouselHolder .flickity-page-dots li {
    background-color: #fff;
}

.hintCarouselHolder .flickity-page-dots li.is-selected {
    background-color: #fff;
}

.hintCarouselHolder .flickity-page-dots li.is-selected ~ li {
    background-color: #142753;
}


/*
 *  title text
 */

.pastaLoveTheme .rModule .titleText h2,
.pastaLoveTheme .rModule .titleText h3,
.pastaLoveTheme .rModule .titleText h4,
.pastaLoveTheme .rModule .titleText p {
    color: white;
}


/*
 *   Pasta Love Hero 
 */

.pastaLoveHero {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pastaLoveHero img.smallMotif {
    position: absolute;
    top: 10px;
    left: calc(50% + 26px);
    transform: translateX(-50%);
    height: 612px;
    max-width: 200%;
}

.pastaLoveHero img.largeMotif {
    display: none;
}

.pastaLoveHero .heroTop {
    background-color: #1C3775;
    height: 558px;
}

.pastaLoveHero .heroTop img {
    width: 239px;
    margin: 0 auto;
    padding: 82px 0 10px;
    display: block;
}

.pastaLoveHero .heroTop h1 {
    font-size: 2.5rem;
    color: white;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

.pastaLoveHero .heroIntro {
    background-color: #142753;
}

@media only screen and (min-width: 768px) {
    .pastaLoveHero img.smallMotif {
        display: none;
    }

    .pastaLoveHero img.largeMotif {
        display: block;
        position: absolute;
        top: 28px;
        left: calc(50% + 66px);
        transform: translateX(-50%);
        height: 794px;
    }

    .pastaLoveHero .heroTop {
        height: 754px;
    }

    .pastaLoveHero .heroTop img {
        width: 324px;
        padding: 80px 0 0;
    }

    .pastaLoveHero .heroTop h1 {
        font-size: 5rem;
        width: 300px;
    }
}

@media only screen and (min-width: 1024px) {
    .pastaLoveHero img.largeMotif {
        top: -198px;
        left: calc(50% + 76px);
        height: 1034px;
    }

    .pastaLoveHero .heroTop {
        height: 700px;
    }

    .heroContainLarge {
        width: 700px;
        margin: 0 auto;
        padding: 128px 0 0;
    }

    .pastaLoveHero .heroTop img {
        width: 390px;
        padding: 0;
        margin: 0;
        float: left;
    }

    .pastaLoveHero .heroTop h1 {
        float: right;
        width: 310px;
        padding-top: 64px;
    }
}

@media only screen and (min-width: 1280px) {
    .pastaLoveHero img.largeMotif {
        top: -440px;
        left: calc(50% + 116px);
        height: 1302px;
    }

    .heroContainLarge {
        width: 815px;
        padding: 100px 0 0;
    }

    .pastaLoveHero .heroTop img {
        width: 450px;
    }

    .pastaLoveHero .heroTop h1 {
        width: 362px;
        font-size: 5.5rem;
    }
}

.heroIntro {
    padding: 100px 0 34px;
}

.heroIntro h2 {
    width: 246px;
    margin: 0 auto;
    font-size: 2.25rem;
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
}

.heroIntro h3 {
    font-size: 1.25rem;
    color: #fff;
    padding-bottom: 1em;
    padding-top: 16px;
    font-family: 'nettoprobold', sans-serif;
}

.heroIntro p {
    color: #fff;
    font-family: 'nettoprobold', sans-serif;
    text-align: center;
    line-height: 140%;
}

.heroIntro .indentNarrow .button.btnTertiary {
    display: block;
    margin: 10px auto 16px;
    max-width: 360px;
}

@media only screen and (min-width: 768px) {
    .heroIntro {
        padding: 80px 0 44px;
    }

    .heroIntro h2 {
        width: 294px;
        font-size: 3rem;
        padding-bottom: 36px;
    }

    .heroIntro p {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1024px) {
    .heroIntro {
        padding: 154px 0 64px;
    }
}

.hintCarouselHolder .flickity-prev-next-button {
    background: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/iconStack.svg#CarouselArrowWhite") center center no-repeat transparent;
}

.hintCarouselHolder .flickity-prev-next-button[disabled] {
    background: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/iconStack.svg#CarouselArrowDarkBlue") center center no-repeat transparent;
}


/*
 *  Picture switch carousel
 */

 .rModule .pictureBgCarousel {
    min-height: 702px;
 }

.rModule .pictureBgCarousel:before,
.rModule .pictureBgCarousel:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    height: 100%;
    left: 50%;
}

.rModule .pictureBgCarousel:before {
    background: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/blueHeartsLeft.webp") center 0 no-repeat transparent;
    background-size: 240px auto;
    width: 240px;
    top: -20px;
    transform: translateX(calc(-50% - 78px));
}

.rModule .pictureBgCarousel:after {
    background: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/blueHeartsRight.webp") center 0 no-repeat transparent;
    background-size: 134px auto;
    width: 134px;
    top: 104px;
    transform: translateX(calc(-50% + 138px));
}

.rModule .pictureBgCarousel .mainImage {
    width: 220px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 2;
}

.rModule .pictureBgCarousel .pictureSwitch {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-color: #BA0C2F;
}

.rModule .pictureCarouselHolder {
    position: relative;
    margin: 0 auto;
    padding-top: 436px;
    z-index: 3;
}

.rModule .pictureCarouselHolder .flickity-button {
    display: none;
}

.rModule .pictureBgCard {
    height: 230px;
    z-index: 2;
    width: 66%;
}

.rModule .pictureBgCard .cardInner {
    height: 230px;
    width: 94%;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #142753;
    padding: 20px 16px 0;
    position: relative;
}

.rModule .pictureBgCard .cmsFlow {
    overflow: hidden;
}

.rModule .pictureBgCard h2,
.rModule .pictureBgCard h3,
.rModule .pictureBgCard h4 {
    font-family: 'nettoproblack', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 14px;
    color: #fff;
}

.rModule .pictureBgCard h2:after,
.rModule .pictureBgCard h3:after,
.rModule .pictureBgCard h4:after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #BA0C2F;
    bottom: 0;
    left: 0;
}

.rModule .pictureBgCard p,
.rModule .pictureBgCard a {
    color: #fff;
}

.rModule .pictureBgCard .button {
    position: absolute;
    left: 24px;
    bottom: 24px;
}

.rModule .pictureCarouselHolder.simpleControls .flickity-prev-next-button {
    background: url("/global/campaign/asset/3RQ0vykps6nvyTOrgWm5Bi/assets/images/iconSprite.png") center -44px no-repeat transparent;
    background-size: 44px auto;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    left: calc(50% + 22px);
    bottom: -74px;
    transform: translateX(-50%);
    display: none;
    top: auto;
}

.rModule .pictureCarouselHolder.simpleControls .flickity-prev-next-button svg {
    display: none;
}

.rModule .pictureCarouselHolder.simpleControls .flickity-prev-next-button.previous {
    left: calc(50% - 22px);
    transform: rotate(180deg) translateX(50%);
}

@media only screen and (min-width: 768px) {
    .rModule .pictureBgCarousel .mainImage {
        width: 242px;
        top: 44px;
    }
    
    .rModule .pictureBgCarousel:before {
        background-size: 376px auto;
        width: 376px;
        top: -20px;
        transform: translateX(calc(-50% - 206px));
    }

    .rModule .pictureBgCarousel:after {
        background-size: 290px auto;
        width: 290px;
        top: 104px;
        transform: translateX(calc(-50% + 245px));
    }
    
    .rModule .pictureBgCarousel,
    .rModule .pictureBgCarousel .pictureSwitch {
        height: 792px;
    }

    .rModule .pictureCarouselHolder {
        padding-top: 464px;
    }

    .rModule .pictureBgCarousel h2.pictureHeading {
        font-size: 3.75em;
    }

    .rModule .pictureBgCard,
    .rModule .pictureBgCard .cardInner {
        height: 245px;
    }

    .rModule .pictureBgCard .cardInner {
        padding: 24px 24px 0;
    }

    .rModule .pictureBgCard {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .pictureBgCarousel .mainImage {
        width: 288px;
        top: 52px;
    }

    .rModule .pictureBgCarousel:before {
        background-size: 504px auto;
        width: 504px;
        top: -66px;
        transform: translateX(calc(-50% - 252px));
    }

    .rModule .pictureBgCarousel:after {
        background-size: 364px auto;
        width: 364px;
        top: 118px;
        transform: translateX(calc(-50% + 304px));
    }

    .rModule .pictureBgCarousel,
    .rModule .pictureBgCarousel .pictureSwitch {
        height: 922px;
    }

    .rModule .pictureCarouselHolder {
        padding-top: 534px;
    }

    .rModule .pictureCarouselHolder.simpleControls .flickity-prev-next-button {
        display: block;
    }

    .rModule .pictureBgCard .cardInner {
        padding: 36px 36px 0;
    }

    .rModule .pictureBgCard {
        width: 40%;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .pictureBgCarousel .mainImage {
        width: 340px;
        top: 80px;
    }

    .rModule .pictureBgCarousel:before {
        background-size: 598px auto;
        width: 598px;
        top: -78px;
        transform: translateX(calc(-50% - 325px));
    }

    .rModule .pictureBgCarousel:after {
        background-size: 462px auto;
        width: 462px;
        top: 136px;
        transform: translateX(calc(-50% + 378px));
    }

    .rModule .pictureBgCarousel,
    .rModule .pictureBgCarousel .pictureSwitch {
        height: 1050px;
    }

    .rModule .pictureCarouselHolder {
        padding-top: 640px;
    }
}


/*
 * Theme the hint carousel
 */

.plThemeCarousel,
.plThemeCarousel .hintCarouselHolder {
    background-color: #1C3775;
}

.plThemeCarousel .recipeCard  h3,
.plThemeCarousel .recipeCard  h4 {
    color: #fff;
}

.plThemeCarousel .recipeCard  h3,
.plThemeCarousel .recipeCard span {
    text-transform: uppercase;
}

.plThemeCarousel .recipeCard  h3 {
    font-size: 0.75rem;
}

.plThemeCarousel .leftHeader h2 {
    color: white;
}
