#tostitos-tasting-window-secondary-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 20px 2px 20px;
  background-color: #301D4B;
  border-top: solid 1px #6C617E;
  box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px;
  position: relative;
}

#tostitos-tasting-window-secondary-nav div {
  padding: 0 10px;
}

#tostitos-tasting-window-secondary-nav a {
  color: #DED0E5 ;
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif;
  padding: 0 4px 9px 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: block;
  letter-spacing: 2px;
}

#tostitos-tasting-window-secondary-nav a.tasting-window-city-selected {
  color: #FFFFFF;
  border-bottom: solid 4px #FFFFFF;
}

@media only screen and (max-width: 700px) {
  #tostitos-tasting-window-secondary-nav a {
    font-size: 18px;
  }
}


/*===== HERO BANNER ====*/
.hero-banner-tostitos-tasting-window {
  background-color: #543178;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}


.tostitos-tasting-window-video-desktop {
  width: 100%;
  display: block;
}

.tostitos-tasting-window-video-mobile {
  width: 100%;
  display: none;
}



@media only screen and (max-width: 700px) {
  .tostitos-tasting-window-video-desktop {
    width: 100%;
    display: none;
  }

  .tostitos-tasting-window-video-mobile {
    width: 100%;
    display: block;
  }

}

/*===== COMING SOON PAGE ========*/

.tostitos-tasting-window-coming-soon {
  text-align: center;
  margin: 0 auto;
  padding: 80px 20px;
  background-color: #FFFFFF;
  border-bottom: solid 1px #1D1D1D;
}

.tostitos-tasting-window-coming-soon-header {
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif;
  line-height: normal;
  font-size: 36px !important;
  color: #1D1D1D;
  font-weight: 700;
}


@media only screen and (max-width: 700px) {
  .tostitos-tasting-window-coming-soon {
    padding: 50px 20px;
  }

  .tostitos-tasting-window-coming-soon-header {
    font-size: 22px !important;
  }

}

/* === ADDRESS AND DATE ======*/

.tostitos-date-address-con {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #543178;
  color: #FFFFFF;
  text-align: center;
  border-top: solid 2px #A060AB;
}

.tostitos-date-address-con h3 {
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif;
  line-height: normal;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 2px;
  transition: all 0.3s linear;
  font-weight: 700;
  margin: 0 5px;
}

.tostitos-date-address-con a h3:hover {
  color: #DED0E5;
}

.tostitos-date-address-right {
  padding: 20px 0;
}

.tostitos-date-address-left {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.tostitos-vertical-divider {
  height: 18px;
  width: 2px;
  background-color: #A060AB;
  display: block;
  margin: 0 10px;
}

@media only screen and (max-width: 700px) {
  .tostitos-date-address-con {
    flex-direction: column;
  }

  .tostitos-date-address-con h3 {
    font-size: 18px;
  }

  .tostitos-date-address-left {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: solid 2px #A060AB;
    border-bottom: solid 2px #A060AB;
    width: 100%;
    justify-content: center;

  }

  .tostitos-vertical-divider.tostitos-first-divider {
    display: none;
  }
}

/* ====== THE MENU SECTION ======*/
.the-menu-section {
  background-color: #FFFFFF;
  text-align: center;
  padding: 80px 0 70px 0;
  position: relative;
}

.menu-section-header {
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif !important;
  line-height: normal;
  font-size: 36px !important;
  color: #1D1D1D;
  max-width: 690px;
  margin: 0 auto 20px auto;
  font-weight: 700;
  padding: 0 20px;
}

.menu-section-subheader {
  font-family: Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.3;
  font-size: 20px;
  color: #1D1D1D;
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px;
  letter-spacing: -0.5px;
}


.the-menu-carousel {
  margin: 80px auto 0 auto;
  max-width: 1250px;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(/themes/brandstheme/src/images/tostitos/tasting-window/tasting-menu-text.svg);
  background-size: auto;
}

.the-menu-carousel-item {
  padding: 0 15px;
  max-width: 450px;
  margin: 0 auto 20px auto;
}

.the-menu-img {
  max-width: 330px;
  width: 100%;
  margin: 35px auto 110px auto;
}

.the-menu-carousel-item h3 {
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  line-height: normal;
  font-size: 36px;
  color: #1D1D1D;
  margin: 0 auto 20px auto;
  letter-spacing: 1px;
}

.the-menu-carousel-item-description {
  font-family:  Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.3;
  font-size: 20px;
  color: #1D1D1D;
  max-width: 320px;
  margin: 0 auto 30px auto;
  letter-spacing: -0.5px;
}

.the-menu-rate-con {
  min-height: 20px;
  max-width: 100px;
  display: flex;
  justify-content: center;
}

.the-menu-rate-con img {
  display: block;
  margin: 0 3px;
}

.the-menu-ingredients-top {
  min-height: 35px;
  border-top: solid 1px #A060AB4D;
  border-bottom: solid 1px #A060AB4D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0;
}

.the-menu-ingredients-top p {
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  color: #1D1D1D !important;
}

.the-menu-ingredients-middle {
  height: 35px;
  border-bottom: solid 1px #A060AB4D;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.the-menu-ingredients-middle p{
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  color: #1D1D1D;
}

.the-menu-ingredients-bottom {
  height: 35px;
  border-bottom: solid 1px #A060AB4D;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.the-menu-ingredients-bottom span {
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  font-size: 12px;
  color: #A060AB;
  letter-spacing: 1px;
}

.the-menu-ingredients-bottom-item {
  margin-right: 6px;
}

.tositos-chip-window-view-recipe {
  display: block;
  background-color: #A060AB;
  max-width: fit-content;
  margin: 26px auto 0 auto;
  color: #FFFFFF;
  padding: 10px 26px;
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 1s ease-in;
}

.tositos-chip-window-view-recipe:hover, .tositos-chip-window-view-recipe:focus{
  color: #ffffffd1;
  background-color: #874894;
}

.the-menu-carousel  .slick-dots li button::before{
  content: none;
}

.the-menu-carousel  .slick-dots li button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: solid 1px #1D1D1D;
}

.the-menu-carousel  .slick-dots li.slick-active button{
  background-color: #1D1D1D;
}

/*.the-menu-carousel .slick-dots li button:focus-visible {*/
/*  border-color: blue;*/
/*}*/


@media only screen and (max-width: 1320px) {
  .the-menu-carousel-item h3{
    font-size: 32px;
  }
}

@media only screen and (max-width: 900px) {
  .the-menu-carousel {
    background-size: 100%;
    background-position: 8px 0;
  }
}


@media only screen and (max-width: 700px) {
  .menu-section-header {
    font-size: 26px !important;
  }

  .menu-section-subheader {
    font-size: 16px;
  }

  .the-menu-img {
    margin: 0 auto 60px auto;
  }

  .the-menu-carousel-item-description{
    font-size: 16px;
    margin-bottom: 26px;
  }


  .the-menu-ingredients-top p, .the-menu-ingredients-middle p {
    font-size: 16px;
  }

}

@media only screen and (max-width: 500px) {
  .the-menu-img {
    margin:  40% auto 0 auto;
    max-width: 270px;
  }
}

/*====== CHEF SUSUR LEE ========*/
#chef-susur-section {
  background-color: #543178;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('/themes/brandstheme/src/images/tostitos/tasting-window/chef-sursur-lee-img.jpg');
  aspect-ratio: 2/1;
  max-height: 850px;
  width: 100%;
}

.about-chef-susur {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  /*background: rgb(0,0,0);*/
  /*background: linear-gradient(90deg, rgba(0,0,0,0.5984594521402311) 0%, rgba(0,0,0,0.42198886390493695) 61%, rgba(0,0,0,0) 100%);*/
}

#meet-chef-sursur-text-img {
  max-width: 320px;
  width: 100%;
  display: block;
  margin-bottom: 27px;
}

p.about-chef-susur-description  {
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  max-width: 450px;
  margin-bottom: 25px;
}

.chef-susur-img-mobile {
  display: none;
}

.chef-sursur-read-more-btn {
  background-color: transparent;
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 0 3px;
  border-bottom: solid 2px #FFFFFF;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 16px;
}

.chef-sursur-read-more-btn.collapsed:after {
  content: "READ MORE";
}

.chef-sursur-read-more-btn:after {
  content: "READ LESS";
}


.tostitos-collapse-item-ChefSursur p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 15px;
  max-width: 600px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

@media only screen and (max-width: 1000px) {
  #meet-chef-sursur-text-img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 700px) {
  #chef-susur-section {
    grid-template-columns: repeat(1, 1fr);
    background-image: none;
    aspect-ratio: auto;
    max-height: none;
  }

  .chef-susur-img-mobile {
    display: block;
  }

  .chef-susur-img-mobile img{
    width: 100%;
    display: block;
  }

  p.about-chef-susur-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.3;
  }

  .tostitos-collapse-item-ChefSursur p {
    font-size: 16px;
  }

  .about-chef-susur {
    background: none;
  }

}


/*===== DIP IN TO CHIP IN SECTION ========*/

#dipin-to-chipin-con-outer{
  position: relative;
}

#dipin-to-chipin-con {
  background-color: #FFFFFF;
  padding: 80px 20px 45px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#dipin-to-chipin-con h2 {
  font-size: 28px !important;
  color: #A060AB;
  font-weight: 700;
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif !important;
  margin-bottom: 35px;
  letter-spacing: 1px;
}

.dipin-to-chipin-main-paragraph {
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 42px;
  max-width: 1000px;
  margin: 0 auto 35px auto;
  line-height: normal;
  color: #1D1D1D;
}

.dipin-to-chipin-main-paragraph sup {
  top: 5px;
  vertical-align: top;
  font-size: 50% !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.dipin-to-chipin-second-paragraph {
  font-size: 20px;
  max-width: 520px;
  margin: 0 auto 40px auto;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #1D1D1D;
  line-height: 1.3;
}

#tostitos-by-harvest {
  margin: 0 auto 80px auto;
  max-width: 350px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

#tostitos-by-harvest-dark-logo {
  max-width: 115px;
}

#tostitos-by-harvest-dark-logo img{
  width: 100%;
}

#tostitos-by-harvest-harvest-logo {
  max-width: 115px;
}

#tostitos-by-harvest-harvest-logo img{
  width: 100%;
}

#tostitos-by-harvest-x-img {
  max-width: 30px;
}

#tostitos-by-harvest-x-img img{
  width: 100%;
}

.dipin-to-chipin-purple-paragraph {
  color: #A060AB;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

#chip-1-image {
  position: absolute;
  top: 0;
  left: 2%;
}

#chip-2-image {
  position: absolute;
  top: 0;
  right: 3%;
}

#chip-3-image {
  position: absolute;
  left: 0;
  bottom: -125px;
  z-index: 1;
}

#chip-bag-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 1230px){
  #chip-2-image {
    max-width: 145px;
  }

  #chip-bag-image {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1100px){
  #chip-bag-image {
    max-width: 250px;
  }

  #chip-3-image {
    max-width: 220px;
  }
}


@media only screen and (max-width: 1000px){

  #dipin-to-chipin-con{
    padding-right: 45px;
    padding-left: 45px;
  }

  #chip-bag-image {
    max-width: 150px;
  }

  #chip-1-image {
    left: -5%;
    max-width: 130px;
  }

  #chip-2-image {
    top: 20%;
    max-width: 125px;
    right: -75px;
  }

  #chip-3-image {
    max-width: 180px;
  }
}

@media only screen and (max-width: 850px){
  #dipin-to-chipin-con{
    padding-bottom: 220px;
  }

  #dipin-to-chipin-con h2 {
    font-size: 18px !important;
  }

  .dipin-to-chipin-main-paragraph {
    font-size: 26px;
  }

  .dipin-to-chipin-second-paragraph {
    font-size: 16px;
  }

  .dipin-to-chipin-purple-paragraph {
    font-size: 14px;
  }

  #tostitos-by-harvest{
    margin-bottom: 50px;
  }

  #chip-bag-image {
    max-width: 250px;
  }

  #chip-3-image {
    bottom: -70px;
  }
}

/*===== SHOW US HOW YOU DIP IN ========*/
.show-us-how-you-dip {
  background-color: #543178;
  padding: 80px 20px 20px 20px;
  text-align: center;
}

.show-us-how-you-dip h2 {
  color: #FFFFFF;
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  line-height: normal;
  font-size: 62px !important;
  margin-bottom: 15px;
  text-align: center;
}

.tasting-window-hashtag {
  color: #A060AB;
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif !important;
  line-height: normal;
  font-size: 22px;
  border-radius: 30px;
  font-weight: 700;
  transition: all 1s ease-in;
}

.tasting-window-hashtag:hover, .tasting-window-hashtag:focus {
  color: #975aa1;
}

.show-us-how-you-dip-carousel-container {
  background-color: #543178;
  padding: 40px 0 60px 0;
}

.show-us-how-you-dip-carousel{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 25px;
}

.show-us-how-you-dip-carousel-item {
  max-width: 440px;
  margin: auto;
  padding: 0 10px;
}

.show-us-how-you-dip-carousel-item img {
  width: 100%;
  display: block;
}

.tostios-instagram-handle {
  color: #FFFFFF;
  font-family: "VT Drone Ranger", Helvetica, Arial, sans-serif !important;
  font-size: 22px;
  background-color: #A060AB;
  padding: 16px 20px 16px 20px;
  border-radius: 30px;
  display: block;
  width: max-content;
  margin: 40px auto 0 auto;
  font-weight: 700;
  transition: all 0.3s linear;
}

.tostios-instagram-handle:hover, .tostios-instagram-handle:focus {
  color: #DED0E5;
}

@media only screen and (max-width: 1160px){

  .show-us-how-you-dip-carousel{
    padding: 0;
  }

  .show-us-how-you-dip-carousel .slick-list{
    padding:0 10% 0 10% !important;
  }
}

@media only screen and (max-width: 700px) {
  .show-us-how-you-dip{
    padding: 50px 20px 20px 20px;
  }

  .show-us-how-you-dip h2 {
    font-size: 44px !important;
  }

  .tasting-window-hashtag{
    font-size: 18px;
  }

  .show-us-how-you-dip-carousel-item {
    padding: 0 10px;
  }

  .tostios-instagram-handle {
    font-size: 18px;
  }

}
