@font-face {
	font-family: impact-regular;
	src: url('../../fonts/ImpactLTStd.ttf');
  }
@font-face {
  font-family: ProximaNovaBold;
  src: url('./../../fonts/ProximaNova-Bold.ttf');
}
@font-face {
  font-family: ProximaNovaSemibold;
  src: url('./../../fonts/ProximaNova-Semibold.ttf');
}
@font-face {
  font-family: ProximaNovaRegular;
  src: url('./../../fonts/ProximaNova-Regular.ttf');
}
:root {
  --mainfont: "a2Regular", Arial, Helvetica, sans-serif;
  --impactRegular: "impact-regular";
  --ProximaNovaBold: "ProximaNovaBold";
  --ProximaNovaSemibold:"ProximaNovaSemibold";
  --ProximaNovaRegular:"ProximaNovaRegular";
  --font60: 60px;
  --font36: 36px;
  --font32: 32px;
  --font30: 30px;
  --font24: 24px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  --font22: 22px;
  --font16: 16px;
  --mainBgcolor: #ba0018;
  --clrwhite: #fff;
  --midblack: #080808;
  --midGrey: #6F6F6F;
  --c-white: #ffffff;
  --red: #BA0018;
  --grey:#F5F5F5;
  --black:#000000;
  --duration: 30s;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/*new css*/


body:not(.home) .announcement-banner {
  background: #ba0018;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
}

/*slider css*/

.announcement-banner {
  background: var(--mainBgcolor);
  overflow: hidden;
  width: 100%;
  margin: 0 auto;

}

.announcement-banner a {
  color: #fff;
}

.text-slide {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  white-space: normal;
  text-align: center;
  color: var(--clrwhite);
  line-height: 20px;
  font-size: var(--font16);
  word-wrap: break-word !important;
  padding: 10px 0;
}

.announcement-text-slide {
  width: 70%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}

.announcement-text-slide .slick-list {
  padding: 0 !important;
}

.announcement-text-slide .slick-dots {
  margin: 0;
  padding-bottom: 10px;
}

.announcement-text-slide .slick-dots li button {
  border: 2px solid var(--clrwhite);
  width: 10px;
  height: 10px;
}

.announcement-text-slide .slick-dots li.slick-active button {
  background: var(--clrwhite);
  width: 20px;
  height: 10px;
  transition: all ease 0.5s;
}

.announcement-text-slide .slick-dots li button:before {
  width: 15px;
  height: 10px;
  color: var(--clrwhite);
}



.announcement-text-slide .slick-next:before {
  content: url(./../../images/caurosel-arrow-right.png);
  opacity: 1;
  text-indent: -10000px;
}

.announcement-text-slide .slick-prev:before {
  content: url(./../../images/caurosel-arrow-left.png);
  opacity: 1;
  text-indent: -10000px;
}



.enable-animation {
  background: var(--mainBgcolor);
}

/** New Banner Updates **/

.marquee-banner-new {
  position: relative;
  display: flex;
  max-width: 100%;
  background: var(--maincolor);
  padding: 0 50px;
  margin: 0 auto;
  overflow-x: hidden;
}
.announcement-banner-marquee {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    font-family: var(--mainfont);
    color: var(--clrwhite);
    background: var(--maincolor);
    padding: 4px 0px;
    white-space: nowrap;
	font-size:var(--font16);
}
.announcement-banner-marquee .js-marquee a {
	color: var(--clrwhite);
	text-decoration: underline;
}
.spacing-left {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--maincolor);
  z-index: 3;
  height: 41px;
}
.spacing-right {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--maincolor);
  z-index: 3;
  height: 41px;
}
@media only screen and (min-width: 1025px) {
  .marquee-banner-new {
    width: 100%;
	overflow:hidden;
  }
  .marquee-banner-new {
    padding: 0 200px;
  }
  .spacing-left, .spacing-right {
    width: 250px;
  }
}
.community-cta svg {
	width: 36px;
}
 
  /*You May Like Section css Start**/
  .product-card-list-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  } 
  .product-card-header {
    width: 100%;
    text-align: center;
    font-family: var(--ProximaNovaBold);
    font-size: var(--font24);
    padding: 53px 0 40px 0;
    margin: 0;
  }
  .product-card-list-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 0 0 20px;
    right:20px;
  }
  
  .customlinks {

    display: block;
    background: var(--c-white);
    height:500px;
	  position:relative;
	  padding: 30px 20px;
    text-decoration: none;
  
  }
  .product-card-grid a {
    text-decoration: none;
    
  }
  .product-card-grid img {
    width: 110px;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
  }
  .product-card-grid-header {
    font-family: var(--ProximaNovaBold);
    font-size: var(--font18);
    padding: 30px 0 20px 0;
	line-height:24px;
	text-align:center;
  }
  .product-card-grid-text {
    font-family: var(--ProximaNovaRegular);
    font-size: var(--font14);
    padding: 0 0 30px 0;
	line-height:24px;
  }
  .more-btn-wrapper {
	position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
  }
  .product-card-grid-btn {
    font-family: var(--ProximaNovaSemibold);
    font-size: var(--font14);
    color: var(--c-white);
    text-decoration: none;
    width: 140px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background: var(--red);
	height:30px;
  }
  .product-card-list-inner .slick-track {
		display: flex;
	  justify-content: flex-start;
    margin-left: 27px;

	}
  /* the slides */
  .product-card-list-inner .slick-slide {
    margin: 0 27px 0 0;
    width:220px!important;
  }
  /* For chatbot integration */
  #launcher {
    bottom:140px !important;
  }
  .eUGVYL {
    bottom: 80px;
  }
  @media (min-width: 767px) {
    #launcher {
      bottom: 220px !important;
    }
  }
  @media (min-width: 769px) {
    #launcher {
      bottom:140px!important;
    }
  }
  /* the parent */
  .product-card-list-inner .slick-list {
    margin: 0 -27px;
  }
  @media only screen and (min-width: 769px) and (max-width:1023px) {
    
  }
  @media only screen and (min-width: 1025px) {
    .product-card-header {
      font-size: var(--font32);
    }
    .product-card-list-inner {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      right:0;
    
    }
   
    .customlinks {
      width:260px!important;
      display: block;
	  height:450px;
    }
    .product-card-grid-btn {
    color: var(--red);
    background: var(--c-white);
	  padding:0;
    }
    .product-card-grid-btn:hover {
      background: var(--red);
      color: var(--c-white);
    }
	.product-card-list-inner .slick-track {
		display: flex;
		justify-content: center;
    margin-left:0;
	}
    .product-card-list-inner .slick-slide {
      margin: 0 5px;
	  width: auto !important;
    
    }
	
  }

    /** Code for Bug 35945: Regression bug: campbells.com/newsletter **/
    .page-template-newsletter-page .footer-newsletter {display: none;}
    /** Bug 35945 code end **/ 

     /** Code for Task 35364: Update Socials Under Get Social Section on Campbells Recipe Detail Pages **/
     a.pinterest {
      display: flex;
      flex-wrap: wrap;
      background: url(./../../images/pinterest-normal.svg) no-repeat 10px 12px #ffffff;
      padding-left: 60px;
      text-decoration: underline;
    }
     
    a.pinterest:hover {
      display: flex;
      flex-wrap: wrap;
      background: url(./../../images/pinterest-hover.svg) no-repeat 10px 12px #ffffff;
      padding-left: 60px;
      text-decoration: underline;
    }
     
    a.instagram {
      display: flex;
      flex-wrap: wrap;
      background: url(./../../images/instagram-normal.svg) no-repeat 10px 12px #ffffff;
      padding-left: 60px;
      text-decoration: underline;
    }
     
    a.instagram:hover {
      display: flex;
      flex-wrap: wrap;
      background: url(./../../images/instagram-hover.svg) no-repeat 10px 12px #ffffff;
      padding-left: 60px;
      text-decoration: underline;
    }
 
    a.tiktok{
      display: flex;
      flex-wrap: wrap;
      background: url(./../../images/tiktok-normal.svg) no-repeat 10px 12px #ffffff;
      padding-left: 60px;
      text-decoration: underline;
    }
     
    a.tiktok:hover {
      display: flex;
      flex-wrap: wrap;
      background: url(./../../images/tiktok-hover.svg) no-repeat 10px 12px #ffffff;
      padding-left: 60px;
      text-decoration: underline;
    }
    @media only screen and (min-width: 390px) and (max-width:996px) {
      a.pinterest {
        display: flex;
        flex-wrap: wrap;
        background: url(./../../images/pinterest-normal.svg) no-repeat 10px 12px #ffffff;
        padding-left: 60px;
        text-decoration: underline;
        margin: 10px 0px;
      }
      a.pinterest:hover {
        display: flex;
        flex-wrap: wrap;
        background: url(./../../images/pinterest-hover.svg) no-repeat 10px 12px #ffffff;
        padding-left: 60px;
        text-decoration: underline;
        margin: 10px 0px;
      }
      a.instagram {
        display: flex;
        flex-wrap: wrap;
        background: url(./../../images/instagram-normal.svg) no-repeat 10px 12px #ffffff;
        padding-left: 60px;
        text-decoration: underline;
        margin: 10px 0px;
      }
      a.instagram:hover {
        display: flex;
        flex-wrap: wrap;
        background: url(./../../images/instagram-hover.svg) no-repeat 10px 12px #ffffff;
        padding-left: 60px;
        text-decoration: underline;
        margin: 10px 0px;
      }
      a.tiktok {
        display: flex;
        flex-wrap: wrap;
        background: url(./../../images/tiktok-normal.svg) no-repeat 10px 12px #ffffff;
        padding-left: 60px;
        text-decoration: underline;
        margin: 10px 0px ;
      }
      a.tiktok:hover {
        display: flex;
        flex-wrap: wrap;
        background: url(./../../images/tiktok-hover.svg) no-repeat 10px 12px #ffffff;
        padding-left: 60px;
        text-decoration: underline;
        margin: 10px 0px;
      }
    
    }
    
    /** 35364 ends **/

     /** Style for Task 32754: Campbells - Adding New Flag to Products starts **/

    /* :root {
    --impactRegular: "impact-regular";
    --font60: 60px;
    --font36: 36px;
    --font32: 32px;
    --font30: 30px;
    --font24: 24px;
    --font20: 20px;
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    --c-white: #ffffff;
    --orange: #d3412d;
    } */
    
    .new-tag {
      position: absolute;
      top: -3px;
      left: 45px;
      font-family: var(--impactRegular);
      font-size: var(--font18);
      color: var(--red);
      text-transform: uppercase;
      }
      @media (max-width: 600px) {
      .new-tag {
        top: 0;
        left: 5px;
      }
      }
      
      .post-type-archive-product .new-tag {
      position: absolute;
      top: 10px;
      left: 20px;
      font-family: var(--impactRegular);
      font-size: var(--font18);
      color: var(--red);
      text-transform: uppercase;
      }
    
      .item-list-container .csc-cards__item { position:relative }
    
    
      @media only screen and (min-width: 769px) and (max-width:1023px) {
    
      .post-type-archive-product .new-tag{
    
        left: 40px;
        top: 10px;
      }
    
      .new-tag {
        top: -5px;
        left: 10px;
      }
      }
      
      @media only screen and (min-width: 1025px) {
      .new-tag {
      font-size: var(--font16);
      top:5px;
      left:15px;
      }
      .post-type-archive-product .new-tag {
      position: absolute;
      top: 5px;
      left: 22px;
      }
      }
      /** Task 32754 ends **/
      
      .postid-18170 .product-description__cta {
        display: none;
      }
/*Issue 42795: Page Not Loading Smoothly in Mobile View*/
@media screen and (min-width:390px) and (max-width:1023px) {
  .header-regular__brands-utility-inner {
    display: none;
  }
  .text-slide {
    display: none;
  }
}
/*Issue 42795: Page Not Loading Smoothly in Mobile View*/