/*
 *  Typography
 */

/* - give default font style - */
body .pestoTheme {text-align: left; font-size: 1rem; font-family: 'Avenir Next LT W01 Condensed', sans-serif; font-weight: 400; line-height: 120%; color: #000000;}
.pestoTheme h1,.pestoTheme h2,.pestoTheme h3,.pestoTheme h4,.pestoTheme h5,.pestoTheme h6{font-size:1em; font-family: 'Avenir Next LT W01 Condensed', sans-serif; font-weight: bold; line-height: 120%; margin: 0; text-transform: none;}
.pestoTheme p,.pestoTheme li {font-family: 'Avenir Next LT W01 Condensed', sans-serif; line-height: 120%; letter-spacing: normal; margin: 0;}
.pestoTheme i,.pestoTheme em {font-family: 'Avenir Next LT W01 Condensed', sans-serif; font-style: italic;}
.pestoTheme b,.pestoTheme strong{font-family: 'Avenir Next LT W01 Condensed', sans-serif; font-weight: bold;}
.pestoTheme i b,.pestoTheme i strong,.pestoTheme em b,.pestoTheme em strong,.pestoTheme b i,.pestoTheme strong i,.pestoTheme b em,.pestoTheme strong em{font-family: 'Avenir Next LT W01 Condensed', sans-serif; font-weight: bold; font-style: italic;}

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

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

.pestoTheme h1, .pestoTheme h2, .pestoTheme h3, .pestoTheme h4, .pestoTheme h5, .pestoTheme h6 {
    color: #1C3775;
}

.pestoTheme .button {
    height: 50px;
    font-family: 'nettoprobold', sans-serif;
    font-size: 1rem;
    text-align: center;
    border-radius: 8px;
    min-width: 100px;
    padding: 15px 24px;
    display: block;
    text-decoration: none;
}

.pestoTheme .button.btnPrimary {
    background-color: #1C3775;
    border: 1px solid #1C3775;
    color: #fff;
}

.pestoTheme .button.btnSecondary {
    background-color: #fff;
    border: 1px solid #E5E8EB;
    color: #1C3775;
}

.pestoTheme .button.btnTertiary  {
    background-color: #F5C65D;
    border: none;
    color: #1C3775;
    height: 50px;
    padding: 15px 24px;
    border-radius: 8px;
    font-size: 1rem;

    display: inline-block;
}

.pestoTheme .button.altShape {
    border: none;
    height: 40px;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 0.875rem;
}

.pestoTheme .button.iconVideo i {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/iconSprite.png) center -277px no-repeat transparent;
    background-size: 44px auto;
    width: 16px;
    height: 17px;
    position: relative;
    bottom: -1px;
    text-indent: -9999px;
    display: inline-block;
    margin-left: 5px;
}


/*
 *  Core
 */

.pestoTheme .clear {clear: both;}
.pestoTheme .clearLeft {clear: left;}
.pestoTheme .clearRight {clear: right;}
.pestoTheme label.access, .pestoTheme .access {background-color: inherit; color: #ffffff; position: absolute; overflow: hidden; border: none; left: -10999px; width: 990px; height: 0;}

.pestoTheme button {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.pestoTheme button:hover {
    cursor: pointer;
}

.pestoTheme .largeImage {
    position: relative;
    z-index: 2;
    height: 250px;
    margin-bottom: -1px;
    top: -1px;
}

.pestoTheme .largeImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@media only screen and (min-width: 768px) {
    .pestoTheme .largeImage {
        height: 400px;
    }
}
@media only screen and (min-width: 1024px) {
    .pestoTheme .largeImage {
        height: 460px;
    }
}
@media only screen and (min-width: 1280px) {
    .pestoTheme .largeImage {
        height: 560px;
    }
}

/*
 *  rModules
 */

/*
 *  re-use base classes
 */

.rModule {
    margin: 0 auto;
    max-width: 1920px;
}

.rModule.rFullWidth {
    max-width: none;
}

.rModule .rPad {
    padding-top: 48px;
    padding-bottom: 48px;
}

.rModule .altBg {
    background-color: #FAF8F5;
}

@media only screen and (min-width: 768px) {
    .rModule .rPad {
        padding-top: 60px;
        padding-bottom:60px;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .rPad {
        padding-top: 75px;
        padding-bottom:75px;
    }
}

.rModule .indentStandard,
.rModule .indentNarrow,
.rModule .indentSlim {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.rModule .indentNarrow {
    max-width: 518px;
}

.rModule .indentSlim {
    max-width: 272px;
}

@media only screen and (min-width: 768px) {
    .rModule .indentNarrow,
    .rModule .indentSlim {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }

    .rModule .indentNarrow {
        width: 486px;
    }

    .rModule .indentSlim {
        width: 282px;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .indentNarrow {
        width: 622px;
    }

    .rModule .indentSlim {
        width: 370px;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .indentNarrow {
        width: 794px;
    }

    .rModule .indentSlim {
        width: 590px;
    }
}


/*
 *  page hero carousel
 */

.rModule .pageHeroCarousel {
    min-height: 500px;
    width: 100%;
    overflow: hidden;


    height: calc(100vh - 60px);
}

@media only screen and (min-width: 751px) {
    .rModule .pageHeroCarousel {
        height: calc(100vh - 100px);
    }
}

@media only screen and (min-width: 900px) {
    .rModule .pageHeroCarousel {
        height: calc(100vh - 120px);
    }
}

.rModule .pageHeroCell {
    min-height: 500px;
    width: 100%;
    background-size: cover;
    background-position: 50% 0;
    float: left;

    position: relative;
    background-color: white;
    height: calc(100vh - 60px);
}

@media only screen and (min-width: 751px) {
    .rModule .pageHeroCell {
        height: calc(100vh - 100px);
    }
}

@media only screen and (min-width: 900px) {
    .rModule .pageHeroCell {
        height: calc(100vh - 120px);
    }
}

.rModule .pageHeroCell:before {
    background: linear-gradient(290deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.35) 100%);
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
}

.pestoTheme .rModule .pageHeroCell:first-child {
    background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/basilicoHero.webp);
    background-position: 50% 50%;
}

.rModule .pageHeroContent {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

.rModule .pageHeroContent h1,
.rModule .pageHeroContent h2 {
    font-size: 1.875rem;
    color: white;
}

.rModule .pageHeroContent img {
    max-width: 328px;
    margin: 0 auto 20px;
    display: block;
}

.rModule .pageHeroContent p {
    color: white;
    padding: 14px 16px 0;
    font-size: 1.25rem;
}

.rModule .pageHeroContent .button {
    margin: 20px auto 0;
    border: none;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .rModule .pageHeroContent img {
        max-width: 416px;
    }

    .rModule .pageHeroContent h1,
    .rModule .pageHeroContent h2 {
        font-size: 2.25rem;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .pageHeroContent h1,
    .rModule .pageHeroContent h2 {
        font-size: 3rem;
    }

    .rModule .pageHeroContent p {
        padding: 15px 32px 0;
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .pageHeroContent img {
        max-width: 416px;
    }

    .rModule .pageHeroContent h1,
    .rModule .pageHeroContent h2 {
        font-size: 4rem;
    }

    .rModule .pageHeroContent p {
        padding: 20px 132px 0;
    }

    .rModule .pageHeroContent button {
        margin-top: 30px;
    }
}

.rModule .pageHeroCarousel .flickity-page-dots {
    margin: 0;
    padding: 0;
    height: 8px;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    
    width: auto;
}

.rModule .pageHeroCarousel .flickity-page-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    float: left;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid white;
}

.rModule .pageHeroCarousel .flickity-page-dots li.is-selected {
    background-color: white;
}


/*
 *  page intro
 */

.rModule .pageIntro {
    background-color: #1C3775;
}

.rModule .pageIntro h2,
.rModule .pageIntro h3,
.rModule .pageIntro h4 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    padding-bottom: 32px;
}

.rModule .pageIntro p {
    color: #fff;
}

.rModule .pageIntro img {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 48px;
}

@media only screen and (min-width: 1024px) {
    .rModule .pageIntro h2,
    .rModule .pageIntro h3,
    .rModule .pageIntro h4 {
        font-size: 4em;
        padding-bottom: 40px;
    }

    .rModule .pageIntro p {
        font-size: 1.25rem;
    }
}


/*
 *  title text
 */

.rModule .titleText h2,
.rModule .titleText h3,
.rModule .titleText h4 {
    font-size: 1.875rem;
    text-align: center;
    padding-bottom: 0.5em;
}

.rModule .titleText.leftTextAlign p {
    text-align: left;
}

.rModule .titleText p {
    text-align: center;
    color: #1C3775;
}

@media only screen and (min-width: 768px) {
    .rModule .titleText h2,
    .rModule .titleText h3,
    .rModule .titleText h4 {
        font-size: 2.25rem;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .titleText p {
        font-size: 1.25rem;
    }

    .rModule .titleText h2,
    .rModule .titleText h3,
    .rModule .titleText h4 {
        font-size: 2.625rem;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .titleText h2,
    .rModule .titleText h3,
    .rModule .titleText h4 {
        font-size: 3rem;
    }
}


/*
 *  item text image carousel
 */

.rModule .itemTextImageCarousel {
    height: 694px;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 82px;
}

.rModule .itemTextImageCell {
    height: 592px;
    width: 100%;
    float: left;
    border-radius: 12px;
    margin-right: 16px;
    background-color: #1C3775;
    position: relative;
}

.rModule .itemTextImageCell img {
    width: 100%;
    height: 328px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: block;
}

.rModule .titleTextHolder {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 40px 24px;
    height: 276px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #1C3775;
}

.rModule .titleTextHolder h3 {
    color: white;
    font-size: 1.25rem;
    text-align: center;
    padding-bottom: 1rem;
    font-family: 'nettoproblack', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.rModule .titleTextHolder p,
.rModule .titleTextHolder a {
    color: white;
}

.rModule .titleTextHolder p,
.rModule .titleTextHolder h3 {
    max-width: 280px;
    margin: 0 auto;
}

.rModule .titleTextHolder .readControlHolder {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 100%;
    height: 72px;
    padding-top: 14px;
    z-index: 3;
    text-align: center;
    background-color: #1C3775;
}

.rModule .titleTextHolder .readControl {
    padding: 5px 44px 5px 5px;
    font-family: 'nettoprobold', sans-serif;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.rModule .titleTextHolder .readControl.less {
    display: none;
}

@media only screen and (min-width: 768px) {
    .rModule .titleTextHolder {
        padding: 40px 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .itemTextImageCarousel {
        height: 474px;
    }

    .rModule .itemTextImageCell {
        height: 372px;
    }

    .rModule .itemTextImageCell img {
        width: 50%;
        height: 100%;
        float: right;
        border-top-left-radius:0;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .rModule .titleTextHolder {
        border-bottom-left-radius: 12px;
        border-top-left-radius: 12px;
        border-bottom-right-radius: 0;
        height: 100%;
        width: 50%;
        left: 0;
        padding: 40px 32px;
    }

    .rModule .titleTextHolder h3 {
        text-align: left;
        padding-bottom: 18px;
    }

    .rModule .titleTextHolder .readControlHolder {
        height: 99px;
        text-align: left;
        padding-left: 21px;
        padding-top: 34px;
    }
}

/*  item text image carousel - read more state  */
.rModule .itemTextImageCell.open img {
    display: none;
}

.rModule .itemTextImageCell.open .titleTextHolder {
    border-radius: 12px;
    padding: 40px 32px;
    height: 100%;
    width: 100%;
}

.rModule .itemTextImageCell.open .titleTextHolder .less {
    display: inline-block;
}

.rModule .itemTextImageCell.open .titleTextHolder .more {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .rModule .itemTextImageCell.open .titleTextHolder h3 {
        max-width: 500px;
        text-align: center;
    }

    .rModule .titleTextHolder p,
    .rModule .titleTextHolder h3 {
        max-width: none;
    }
}


/*
 *  carousel standard dots and buttons
 */

.rModule .standardControls .flickity-page-dots {
    margin: 0;
    padding: 0;
    height: 2px;
    width: calc(100% - 100px);
    position: absolute;
    bottom: 24px;
    background-color: #E5E8EB;
    list-style: none;
}

.rModule .standardControls .flickity-page-dots li {
    width: 25%;
    float: left;
    height: 2px;
    background-color: #1C3775;
    
    border-radius: 0;
    margin: 0;
    opacity: 1;
}

.rModule .standardControls .flickity-page-dots li.is-selected {
    background-color: #1C3775;
}

.rModule .standardControls .flickity-page-dots li.is-selected ~ li {
    background-color: #E5E8EB;
}

.rModule .standardControls .flickity-prev-next-button {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/iconSprite.png) center -176px no-repeat transparent;
    background-size: 44px auto;
    width: 44px;
    height: 44px;
    cursor: pointer;
    right: 4px;
    position: absolute;
    bottom: 4px;
    
    top: auto;
    opacity: 1;
    display: block;
    transform: translateY(0);
}

.rModule .standardControls .flickity-prev-next-button[disabled] {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/iconSprite.png) center -88px no-repeat transparent;
    background-size: 44px auto;
    cursor: default;
}

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

.rModule .standardControls .flickity-prev-next-button.previous {
    transform: rotate(180deg);
    right: 46px;
}

@media only screen and (min-width: 768px) {
    .rModule .standardControls .flickity-page-dots {
        width: 366px;
        left: 16px;
    }

    .rModule .standardControls .flickity-prev-next-button {
        right: auto;
        left: 428px
    }

    .rModule .standardControls .flickity-prev-next-button.previous {
        left: 388px;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .standardControls .flickity-page-dots {
        width: 366px;
        left: calc(52% - 68px);
        transform: translateX(-50%);
    }

    .rModule .standardControls .flickity-prev-next-button {
        left: calc(52% + 202px);
        transform: translateX(-50%) ;
    }

    .rModule .standardControls .flickity-prev-next-button.previous {
        left: calc(52% + 158px);
        transform: translateX(-50%) rotate(180deg);
    }
}


/*
 *  item description carousel
 */

.rModule .itemDescriptionCarousel {
    background-color: #142753;
}

.rModule .itemDescriptionCarouselHolder {
    padding-top: 100px;
}

.rModule .itemDescriptionCell {
    padding-bottom: 40px;
}

.rModule .itemDescriptionCell h3,
.rModule .itemDescriptionCell p {
    font-family: 'nettoprobold', sans-serif;
}

.rModule .itemDescriptionCell h3 {
    color: white;
    text-transform: uppercase;
}

.rModule .itemDescriptionCell p {
    color: white;
    font-size: 1.25rem;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .rModule .itemDescriptionCell h3 {
        font-size: 1.125rem;
    }
}


/*
 *  video carousel
 */

.rModule .videoCarousel .videoCarouselHolder {
    height: 454px;
    overflow: hidden;
    padding-top: 24px;
}

.rModule .videoCarousel .videoCell {
    background-color: transparent;
    width: 242px;
    height: 430px;
    margin-right: 16px;
    float: left;
    border-radius: 12px;
    background-size: cover;
    background-position: 50% 50%;
}

.rModule .videoCarousel .videoCell .linksView {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(28,55,117,0.95);
    border-radius: 12px;
    display: none;
}

.rModule .videoCarousel .videoCell.clicked .linksView {
    display: block;
}

.rModule .videoCarousel .linkButtonGroup {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.rModule .videoCarousel .linksView .button {
    min-width: 66%;
    margin: 0 auto 10px;
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.rModule .videoCarousel .videoCell img {
    width: 90px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.rModule .videoCarousel .videoCell h3 {
    width: 66.6%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: 'nettoprobold', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.rModule .videoCarousel .videoCell .initialView {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.rModule .videoCarousel .videoCell .openVideo {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/iconSprite.png) 0 0 no-repeat transparent;
    background-size: 44px auto;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-indent: -9999px;
}

.rModule .videoCarouselHolder.standardControls .flickity-page-dots,
.rModule .videoCarouselHolder.standardControls .flickity-prev-next-button {
    display: none;
}

@media only screen and (min-width: 768px) {
    .rModule .videoCarousel .videoCell {
        width: 320px;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .videoCarousel .videoCell {
        width: 263px;
        margin-right: 18px;
    }

    .rModule .videoCarousel .videoCarouselHolder {
        height: 526px;
        width: 825px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .videoCarousel .videoCell {
        width: 320px;
    }

    .rModule .videoCarousel .videoCarouselHolder {
        width: 996px;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .videoCarouselHolder.standardControls .flickity-page-dots,
    .rModule .videoCarouselHolder.standardControls .flickity-prev-next-button {
        display: block;
    }
}

/*
 *   video pop up
 */

.videoCover button {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.videoCover button:hover {
    cursor: pointer;
}

.videoEmbed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .videoEmbed {
        padding-bottom: 56.25%;
    }
}

.videoCover {
    position: fixed;
    width: 100%;
    z-index: 12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 0;
    background-color: rgba(0,0,0,.8);
}

.videoCover.localCover {
    padding: 50px 0;
}

.videoCol {
    margin: 0 auto;
    max-width: 824px;
    height:100%;
    position: relative;
}

.localVideoCol {
    margin: 0 auto;
    max-width: 824px;
    height:100%;
    position: relative;
}

.videoEmbed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.localVideoEmbed {
    position: relative;
    height: 100%;
    width: 100%;
}

.localVideoEmbed video {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.pestoTheme .rModule .pageIntro .videoImage {
	cursor:pointer;
}

.pestoTheme .rModule .pageIntro .videoImage img{
    position: relative;
    height: 100%;
    width: 100%;
	max-width: 100%;
    padding-bottom: 0px;
}

.pestoTheme .rModule .videoImage .openVideo {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/iconSprite.png) 0 0 no-repeat transparent;
    background-size: 64px auto;
    align-items: center;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 10px;
	left: 50%;
	margin-left: -32px;
	padding: 0px;
    text-indent: -9999px;
}

.stdClose {
    position: absolute;
    top: -56px;
    width: 44px;
    height: 44px;
    background: url("https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/basilico-e-limone/images/iconSprite.png") center -44px no-repeat transparent;
    background-size: 44px auto;
    right: 0;
    text-indent: -9999px;
}

.localVideoCol .stdClose {
    top: -44px;
}

@media only screen and (max-height: 762px) and (min-width: 768px) {
    .videoCol {
        max-width: 768px;
    }
}


/*
 *  rModules
 */
/*
 *  Product carousel
 */

.rModule .productCarouselHolder {
    height: 550px;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 82px;
    max-width: 454px;
    margin: 0 auto;
}

.rModule .productCarouselHolder .productCell {
    height: 448px;
    width: 100%;
    background-color: white;
    float: left;
    margin-right: 16px;
    border-radius: 12px;
    background-size: auto 448px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.rModule .productCarouselHolder .productCell h3 {
    font-family: 'nettoprobold', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    color: white;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding-top: 112px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .rModule .productCarouselHolder.standardControls .flickity-page-dots {
        left: 0;
    }

    .rModule .productCarouselHolder.standardControls .flickity-prev-next-button {
        right: auto;
        left: 412px
    }

    .rModule .productCarouselHolder.standardControls .flickity-prev-next-button.previous {
        left: 372px;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .productCarouselHolder.standardControls .flickity-page-dots {
        left: calc(52% - 68px);
        transform: translateX(-50%);
    }

    .rModule .productCarouselHolder.standardControls .flickity-prev-next-button {
        left: calc(52% + 202px);
        transform: translateX(-50%) ;
    }

    .rModule .productCarouselHolder.standardControls .flickity-prev-next-button.previous {
        left: calc(52% + 158px);
        transform: translateX(-50%) rotate(180deg);
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .productCarouselHolder {
        height: 550px;
        width: 825px;
        overflow: hidden;
        padding: 20px 0 82px;
        max-width: 825px;
    }

    .rModule .productCarouselHolder .productCell {
        width: 263px;
        margin-right: 18px;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .productCarouselHolder .productCell {
        width: 320px;
    }

    .rModule .productCarouselHolder {
        width: 996px;
        max-width: 996px;
    }
}


/*
 *  Big cta promo tile
 */

.rModule .promotionTile {
    width: 100%;
    height: 650px;
    position: relative;
}

.rModule .promotionTile .promotionImage {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 90%;
    position: relative;
}

.rModule .promotionTile .promotionImage:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.rModule .promotionTile .promoContent {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rModule .promotionTile .promotionImage h2 {
    font-size: 3rem;
    color: white;
    line-height: 100%;
    text-transform: uppercase;
}

.rModule .promotionTile .promotionImage p {
    color: white;
    font-size: 1.25rem;
    padding: 10px 0 0;
}

.rModule .promotionTile .promotionImage .button {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .rModule .promotionTile {
        height: 610px;
    }

    .rModule .promotionTile .promoContent {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .rModule .promotionTile .promotionImage h2 {
        font-size: 3.375rem;
    }
}

@media only screen and (min-width: 1024px) {
    .rModule .promotionTile {
        height: 488px;
    }

    .rModule .promotionTile .promoContent {
        text-align: center;
    }

    .rModule .promoContent.indentNarrow {
        width: 486px;
    }
}

@media only screen and (min-width: 1280px) {
    .rModule .promotionTile {
        height: 600px;
    }
}



/*
 *  Pesto theme
 */

.pestoTheme .rModule .altBg {
    background-color: #008349;
}

.pestoTheme .rModule .secondAltBg {
    background-color: #1C3775;
}


/*
 *  page hero
 */

.pestoTheme .rModule .pageHeroContent {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 8%;
    top: auto;
}

.pestoTheme .rModule .pageHeroCarousel .flickity-page-dots {
    bottom: 10%;
}

.pestoTheme .rModule .pageHeroCell:first-child {
    background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/cover_limonaia_mobile.jpg);
    background-position: 50% 50%;
}

.pestoTheme .rModule .pageHeroCell.bottomHero:first-child {
    background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/basilicoHero.webp);
    background-position: 50% 50%;
}

.pestoTheme .rModule .pageHeroContent h1 {
    font-size: 3rem;
    line-height: 100%;
}

.pestoTheme .rModule .pageHeroCell h1 span {
    font-size: 1.875rem;
    display: block;
}

@media only screen and (min-width: 768px) {
    .pestoTheme .rModule .pageHeroCell:first-child {
        background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/Barilla_Pesto_KV_Horizontal_PARIGI_FM_v04_rgb.jpg?v=1);
        background-position: 50% 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .pestoTheme .rModule .pageHeroContent h1 {
        font-size: 4rem;
    }

    .pestoTheme .rModule .pageHeroCell h1 span {
        font-size: 3rem;
    }
}

@media only screen and (min-width: 1280px) {
    .pestoTheme .rModule .pageHeroCell:first-child {
        background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/Barilla_Pesto_KV_Horizontal_PARIGI_FM_v04_rgb.jpg?v=1);
        background-position: 50% 50%;
    }

    .pestoTheme .rModule .pageHeroCell.bottomHero:first-child {
        background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/basilicoHeroLarge.webp);
        background-position: 50% 50%;
    }
}

@media only screen and (min-width: 1350px) {
    .pestoTheme .rModule .pageHeroCell:first-child {
        background-position: 50% 70%;
    }
}

@media only screen and (min-width: 1500px) {
    .pestoTheme .rModule .pageHeroCell:first-child {
        background-position: 50% 65%;
    }
}

@media only screen and (min-width: 1700px) {
    .pestoTheme .rModule .pageHeroCell:first-child {
        background-position: 50% 57%;
    }
}

/*
 *  page intro
 */

.pestoTheme .rModule .pageIntro {
    background-color: #FFFAE5;
}

.pestoTheme .rModule .pageIntro h2 {
    text-transform: uppercase;
}

.pestoTheme .rModule .pageIntro h2 span {
    text-transform: none;
    display: block;
}

.pestoTheme  .rModule .pageIntro h2,
.pestoTheme  .rModule .pageIntro h3,
.pestoTheme  .rModule .pageIntro h4 {
    color: #1C3775;
}

.pestoTheme .rModule .pageIntro p {
    color: #1C3775;
    text-align: center;
}

.pestoTheme .rModule .pageIntro .indentNarrow {
    text-align: center;
}

.pestoTheme .rModule .spaceIt {
    margin-bottom: 20px;
}

.pestoTheme .rModule .indentNarrow .altFont {
    font-size: 1rem;
    font-family: 'Avenir Next LT W01 Condensed', sans-serif;
}

.pestoTheme .rModule .indentNarrow .altFont.smallFont {
    font-size: 0.75rem;
}

@media only screen and (min-width: 1024px) {
    .pestoTheme .rModule .indentNarrow .altFont,
    .pestoTheme .rModule .pageIntro p {
        font-size: 1.5rem;
    }

    .pestoTheme .rModule .indentNarrow .altFont.smallFont {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1280px) {
    .pestoTheme  .rModule .pageIntro h2,
    .pestoTheme  .rModule .pageIntro h3,
    .pestoTheme  .rModule .pageIntro h4 {
        font-size: 4.5rem;
    }
}


/*
 *  title text
 */

.pestoTheme .rModule .altBg .titleText h2,
.pestoTheme .rModule .altBg .titleText h3,
.pestoTheme .rModule .altBg .titleText h4,
.pestoTheme .rModule .secondAltBg .titleText h2,
.pestoTheme .rModule .secondAltBg .titleText h3,
.pestoTheme .rModule .secondAltBg .titleText h4 {
    color: #FDC533;
}

.pestoTheme .rModule .altBg .titleText p,
.pestoTheme .rModule .secondAltBg .titleText p {
    color: white;
}

.pestoTheme .rModule .secondAltBg .titleText p.yellowText {
    color: #FDC533;
}

/*
 *  item text image carousel
 */

.pestoTheme .rModule .itemTextImageCell {
    background-color: #FFFAE5;
}

.pestoTheme .rModule .blueVersion .itemTextImageCell,
.pestoTheme .rModule .blueVersion .titleTextHolder {
    background-color: #fff;
}

.rModule .blueVersion .itemTextImageCell img {
    object-position: top;
    object-fit: cover
}

.pestoTheme .rModule .titleTextHolder {
    background-color: #FFFAE5;
    padding: 30px 24px;
}

.pestoTheme .rModule .titleTextHolder:before {
    background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/pestoCirclet.png);
    background-repeat: repeat-x;
    background-size: 23px 11px;
    background-position: center top;
    content: "";
    height: 11px;
    width: 100%;
    display: block;
    position: absolute;
    top: -11px;
    left: 0;
}

.pestoTheme .rModule .blueVersion .titleTextHolder:before {
    background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/pestoCircletAlt.webp);
}

.pestoTheme .rModule .titleTextHolder h3 {
    color: #1C3775;
    position: relative;
    padding-top: 6px;
}

.pestoTheme .rModule .itemTextImageCell.open .titleTextHolder h3 {
    padding: 44px 48px 1.5em;
    background-color: #FFFAE5;
    max-width: 388px;
}

.pestoTheme .rModule .blueVersion .itemTextImageCell.open .titleTextHolder h3 {
    background-color: #fff;
}

.pestoTheme .rModule .itemTextImageCell.open .titleTextHolder h3:before,
.pestoTheme .rModule .itemTextImageCell.open .titleTextHolder h3:after {
    background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/pestoEmbelishFlicks.png);
    background-repeat: no-repeat;
    background-size: 75px 100px;
    height: 100px;
    content: "";
    position: absolute;
    left: -18px;
    top: -24px;
    width: 75px;
    display: block;
}

.pestoTheme .rModule .blueVersion .itemTextImageCell.open .titleTextHolder h3:before,
.pestoTheme .rModule .blueVersion .itemTextImageCell.open .titleTextHolder h3:after {
    background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/pestoEmbelishFlicksAlt.webp);
}

.pestoTheme .rModule .itemTextImageCell.open .titleTextHolder h3:after {
    transform: scaleX(-1);
    left: auto;
    right: -18px;
}

.pestoTheme .rModule .titleTextHolder p,
.pestoTheme .rModule .titleTextHolder a {
    color: #1C3775;
}

.pestoTheme .rModule .titleTextHolder .readControlHolder {
    background-color: #FFFAE5;
}

.pestoTheme .rModule .blueVersion .titleTextHolder .readControlHolder {
    background-color: #fff;
}

.pestoTheme .rModule .titleTextHolder .readControl {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/iconSprite.png) 100% -229px no-repeat transparent;
    background-size: 44px auto;
}

@media only screen and (min-width: 1024px) {
    .pestoTheme .rModule .titleTextHolder {
        padding: 38px 24px;
    }

    .pestoTheme .rModule .titleTextHolder:before {
        background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/pestoCircletRight.png);
        background-repeat: repeat-y;
        background-size: 11px 23px;
        background-position: right center;
        content: "";
        height: 372px;
        width: 11px;
        display: block;
        position: absolute;
        top: 0;
        right: -11px;
        left: auto;
    }

    .pestoTheme .rModule .titleTextHolder .readControlHolder {
        height: 44px;
        padding-left: 19px;
        padding-top: 6px;
    }
	
	.pestoTheme .rModule .titleTextHolder .button  {
        position: relative;
		bottom: 30px;
    }

    .pestoTheme .rModule .blueVersion .titleTextHolder:before {
        background-image: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/pestoCircletRightAlt.webp);
    }

    .pestoTheme .rModule .titleTextHolder h3 {
        padding-top: 0;
    }

    .pestoTheme .rModule .itemTextImageCell.open .titleTextHolder h3 {
        padding: 44px 48px 15px;
    }
}


/*
 *  carousel standard dots and buttons
 */

.pestoTheme .rModule .itemTextImageCarousel.standardControls .flickity-page-dots,
.pestoTheme .rModule .productCarouselHolder.standardControls .flickity-page-dots {
    background-color: #2CA737;
}

.pestoTheme .rModule .secondAltBg .itemTextImageCarousel.standardControls .flickity-page-dots {
    background-color: #6f6f6f;
}

.pestoTheme .rModule .itemTextImageCarousel.standardControls .flickity-page-dots li
/* , */
/* .pestoTheme .rModule .productCarouselHolder.standardControls .flickity-page-dots li  */
{
    background-color: #E5E8EB;
}

.pestoTheme .rModule .itemTextImageCarousel.standardControls .flickity-page-dots li.is-selected
/* , */
/* .pestoTheme .rModule .productCarouselHolder.standardControls .flickity-page-dots li.is-selected  */
{
    background-color: #E5E8EB;
}

.pestoTheme .rModule .itemTextImageCarousel.standardControls .flickity-page-dots li.is-selected ~ li
/* , */
/* .pestoTheme .rModule .productCarouselHolder.standardControls .flickity-page-dots li.is-selected ~ li */{ 
    background-color: #2CA737;
}

.pestoTheme .rModule .secondAltBg .itemTextImageCarousel.standardControls .flickity-page-dots li.is-selected ~ li {
    background-color: #6f6f6f;
}

.pestoTheme .rModule .secondAltBg .itemTextImageCarousel.standardControls .flickity-prev-next-button,
.pestoTheme .rModule .itemTextImageCarousel.standardControls .flickity-prev-next-button
/* ,.pestoTheme .rModule .productCarouselHolder.standardControls .flickity-prev-next-button */{ 
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/iconSprite.png) center -88px no-repeat transparent;
    background-size: 44px auto;
}

.pestoTheme  .rModule .itemTextImageCarousel.standardControls .flickity-prev-next-button[disabled]
/*, .pestoTheme  .rModule .productCarouselHolder.standardControls .flickity-prev-next-button[disabled]*/{ 
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/iconSprite.png) center -132px no-repeat transparent;
    background-size: 44px auto;
    cursor: default;
}

.pestoTheme .rModule .secondAltBg .itemTextImageCarousel.standardControls .flickity-prev-next-button[disabled] {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/iconSprite.png) center -308px no-repeat transparent;
    background-size: 44px auto;
}


/*
 *  double image module
 */

.pestoTheme  .rModule .foregroundBackgroundItemImagery {
    background-color: #1C3775;
}

.pestoTheme  .rModule .foregroundBackgroundItemImagery .bgImage {
    background: url( /global/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/pestoLemonTall.webp) center 100% no-repeat transparent;
    background-size: 422px auto;
    height: 350px;
    position: relative;
}

.pestoTheme  .rModule .foregroundBackgroundItemImagery .bgImage img {
    width: 120px;
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    .pestoTheme  .rModule .foregroundBackgroundItemImagery .bgImage {
        background-size: 728px auto;
        height: 584px;
    }

    .pestoTheme  .rModule .foregroundBackgroundItemImagery .bgImage img {
        width: 204px;
        bottom: -75px;
    }
}

@media only screen and (min-width: 1024px) {
    .pestoTheme  .rModule .foregroundBackgroundItemImagery .bgImage {
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/pestoLemonWide.webp) center 100% no-repeat transparent;
        background-size: 878px auto;
        height: 434px;
    }

    .pestoTheme  .rModule .foregroundBackgroundItemImagery .bgImage img {
        bottom: -80px;
    }
}

@media only screen and (min-width: 1280px) {
    .pestoTheme  .rModule .foregroundBackgroundItemImagery .bgImage {
        background-size: 984px auto;
        height: 495px;
    }

    .pestoTheme  .rModule .foregroundBackgroundItemImagery .bgImage img {
        width: 214px;
        bottom: -80px;
    }
}


/*
 *  item description carousel
 */

.pestoTheme  .rModule .itemDescriptionCell h3 {
    color: #B6CD3D;
}


/*
 *  large image amends
 */

.pestoTheme .rModule .largeImage {
    height: 400px;
}

.pestoTheme .rModule .largeImage:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
}

.pestoTheme .rModule .largeImage h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-transform: uppercase;
    font-size: 1.125rem;
}

.pestoTheme .rModule .largeImage img.logoAddition {
    width: 154px;
    height: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: unset;
}

@media only screen and (min-width: 768px) {
    .pestoTheme .rModule .largeImage img.logoAddition {
        width: 165px;
    }

    .pestoTheme .rModule .largeImage h2 {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1024px) {
    .pestoTheme .rModule .largeImage img.logoAddition {
        width: 180px;
    }

    .pestoTheme .rModule .largeImage h2 {
        font-size: 1.875rem;
    }
}

@media only screen and (min-width: 1280px) {
    .pestoTheme .rModule .largeImage h2 {
        font-size: 2.25rem;
    }
}


/*
 *  Unique overrides
 */

.pestoTheme.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09f;
}

.pestoTheme .cutLine {
    position: absolute;
    width: 100%;
}


.pestoTheme .pestoCut {
    position: relative;
}

.rModule.pestoCutBelow .pestoCut {
    padding-bottom: 54px;
}

.rModule .pestoCutPad {
    padding-bottom: 100px;
}

.pestoTheme .pestoCut:before {
    content: "";
    width: 100%;
    height: 32px;
    position: absolute;
    top: -30px;
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/360_curvy.svg) 50% 0 no-repeat transparent;
    background-size: 100% 32px;
}

.pestoTheme .pestoCut.altCurve {
    background-color: #FDC533;
    padding-bottom: 30px;
}

.pestoTheme .pestoCut.altCurve h2 {
    text-transform: none;
}

.pestoTheme .pestoCut.altCurve:before {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/360_curvyYellow.svg) 50% 0 no-repeat transparent;
    background-size: 100% 32px;
}

.pestoTheme .rModule .pageHeroContent img {
    width: 222px;
}

.pestoTheme .titleContentList.secondAltBg.pestoCut:before,
.pestoTheme .foregroundBackgroundItemImagery.pestoCut:before {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/360_curvyBlue.svg) 50% 0 no-repeat transparent;
    background-size: 100% 32px;
}

.pestoTheme .productCarousel.pestoCut:before,
.pestoTheme .titleContentList.pestoCut:before {
    background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/360_curvyGreen.svg) 50% 0 no-repeat transparent;
    background-size: 100% 32px;
}

@media only screen and (min-width: 768px) {
    .pestoTheme .pestoCut:before {
        height: 54px;
        top: -52px;
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/curvy.svg) 50% 0 no-repeat transparent;
        background-size: 100% 54px;
    }

    .pestoTheme .pestoCut.altCurve:before {
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/curvyYellow.svg) 50% 0 no-repeat transparent;
        background-size: 100% 54px;
    }

    .pestoTheme .titleContentList.secondAltBg.pestoCut:before,
    .pestoTheme .foregroundBackgroundItemImagery.pestoCut:before {
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/curvyBlue.svg) 50% 0 no-repeat transparent;
        background-size: 100% 54px;
    }

    .pestoTheme .productCarousel.pestoCut:before,
    .pestoTheme .titleContentList.pestoCut:before {
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/curvyGreen.svg) 50% 0 no-repeat transparent;
        background-size: 100% 54px;
    }
}

@media only screen and (min-width: 1024px) {
    .pestoTheme .pestoCut:before {
        height: 55px;
        top: -53px;
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/1024_curvy.svg) 50% 0 no-repeat transparent;
        background-size: 100% 55px;
    }

    .pestoTheme .pestoCut.altCurve:before {
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/1024_curvyYellow.svg) 50% 0 no-repeat transparent;
        background-size: 100% 55px;
    }

    .pestoTheme .titleContentList.secondAltBg.pestoCut:before,
    .pestoTheme .foregroundBackgroundItemImagery.pestoCut:before {
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/1024_curvyBlue.svg) 50% 0 no-repeat transparent;
        background-size: 100% 55px;
    }

    .pestoTheme .productCarousel.pestoCut:before,
    .pestoTheme .titleContentList.pestoCut:before {
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/1024_curvyGreen.svg) 50% 0 no-repeat transparent;
        background-size: 100% 55px;
    }
}

@media only screen and (min-width: 1280px) {
    .pestoTheme .pestoCut:before {
        height: 71px;
        top: -70px;
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/1280_curvy.svg) 50% 0 no-repeat transparent;
        background-size: 100% 71px;
    }

    .pestoTheme .pestoCut.altCurve:before {
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/1280_curvyYellow.svg) 50% 0 no-repeat transparent;
        background-size: 100% 71px;
    }

    .pestoTheme .titleContentList.secondAltBg.pestoCut:before,
    .pestoTheme .foregroundBackgroundItemImagery.pestoCut:before {
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/1280_curvyBlue.svg) 50% 0 no-repeat transparent;
        background-size: 100% 71px;
    }

    .pestoTheme .productCarousel.pestoCut:before,
    .pestoTheme .titleContentList.pestoCut:before{
        background: url(https://www.barilla.com/fr-fr/campaign/asset/1h98v4AXPckJwxPzMe6YIF/media/images/shared/limonaia-urbana-milano/images/1280_curvyGreen.svg) 50% 0 no-repeat transparent;
        background-size: 100% 71px;
    }
}
