body.riceselect .wtb-body {
  width: 100%;
  position: relative;
  background-image: url("https://riviana-code-cdn.s3.amazonaws.com/images/WTB-Desktop4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 135px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.riceselect .wtb-body {
    padding: 0;
    background-image: url("https://riviana-code-cdn.s3.amazonaws.com/images/WTB-Mobile3.png");
  }
}
body.riceselect .wtb-body .wtb-head {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
body.riceselect .wtb-body .wtb-head h1 {
  font-size: 48px;
  font-family: "Knockout";
  position: relative;
  max-width: max-content;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fec736;
}
@media (max-width: 768px) {
  body.riceselect .wtb-body .wtb-head h1 {
    font-size: 27px;
    margin-top: 80px;
  }
}
body.riceselect .wtb-body .wtb-head h1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 6px;
  left: 0;
  width: 100%;
  max-width: 165px;
  height: 14px;
  background-color: #714296;
  background-color: var(--color-accent, #714296);
  -webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
  body.riceselect .wtb-body .wtb-head h1::before {
    bottom: 0px;
    left: 0px;
  }
}
body.riceselect .wtb-body .wtb-head p {
  font-size: 16px;
  font-family: "Knockout";
  margin-top: 20px;
  color: white;
}
body.riceselect .wtb-body .wtb-head .selected-placeholder {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
body.riceselect .wtb-body .wtb-head .selected-placeholder img {
  width: 100%;
  max-width: 200px;
}
body.riceselect .wtb-body .wtb-container {
  width: 100%;
  margin: 30px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
body.riceselect .wtb-body .wtb-container .locator-dropdown {
  text-align: center;
}
body.riceselect .wtb-body .wtb-container .locator-dropdown .js-locator-dropdown {
  text-align: left;
}
body.riceselect .wtb-body .ps-widget-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
body.riceselect .wtb-body .ps-widget-container .ps-widget[ps-sku],
body.riceselect .wtb-body .ps-widget-container .ps-widget[data-ps-sku] {
  border-radius: 0;
  background-color: #fec736;
}
body.riceselect .wtb-body .ps-widget-container .ps-widget[ps-sku] span,
body.riceselect .wtb-body .ps-widget-container .ps-widget[data-ps-sku] span {
  font-family: "Knockout";
  color: #000;
}
body.riceselect input[type=radio].ps-online-tab-button:checked ~ div.ps-ribbon > div > .ps-online-tab-label > label,
body.riceselect input[type=radio].ps-local-tab-button:checked ~ div.ps-ribbon > div > .ps-local-tab-label > label {
  border-bottom: solid 5px #204b35;
  background-color: #fff;
  color: #204b35;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 5px;
  padding: 0 10px;
}
body.riceselect .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #204b35;
}
body.riceselect .select2-container {
  z-index: 99999;
}
@media (max-width: 768px) {
  body.riceselect .select2-container {
    max-width: 90%;
  }
}
body.riceselect .select2-container .select-outer {
  display: inline-flex;
}
body.riceselect .select2-container .select-outer .select-img {
  width: 70px;
}
body.riceselect .select2-container .select-outer .select-img img {
  max-height: 70px;
}
body.riceselect .select2-container .select-outer .select-text {
  display: flex;
  align-items: center;
  width: calc(100% - 70px);
  font-family: "Knockout";
  font-size: 16px;
}
body.riceselect .select2-container .select-outer .select-text sup {
  display: contents;
}
body.riceselect .select2-container .select2-selection--single {
  height: 48px;
}
body.riceselect .select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
body.riceselect .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Knockout";
}
body.riceselect .select2-container--default .select2-selection--single .select2-selection__clear {
  color: #204b35;
  border-radius: 50%;
  height: 30px;
  background-color: white;
  width: 30px;
  right: -60px;
  top: 8px;
  position: relative;
  border: 1px solid #204b35;
}
body.riceselect .select2-container--default .select2-selection--single .select2-selection__clear span {
  margin-left: -4px;
  top: -2px;
  position: relative;
}
body.riceselect .select2-container--default .select2-results > .select2-results__options {
  max-height: 320px;
}
body.riceselect .select2-results__group {
  font-size: 20px;
  color: gray;
  font-family: "Knockout";
  border-top: 1px solid lightgray;
}

.two-column .copy p {
  color: inherit;
}

.filter-dropdown .choices__list {
  max-height: 190px;
}

.choices__list--dropdown .choices__item {
  word-break: break-word;
}

#product-details #ps-sku {
  display: none;
}
#product-details .ps-widget[ps-sku] {
  width: 0px !important;
  height: 0px !important;
  opacity: 0 !important;
}

.two-column__wrapper .picture.picture--featured {
  margin-bottom: 72px;
}

.highlight--uncontained .highlight__sub-headline {
  margin-bottom: 32px;
}

#product-listing .banner-slider {
  background-color: #272727;
}
#product-listing .banner__image {
  bottom: -31px;
}
#blog-page .banner--homepage-3 .banner-slider {
  background-color: #272727;
}

#blog-page .two-column.LG .two-column__wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
}
#blog-page .block {
  padding-top: 20px;
  padding-bottom: 0px;
}
#blog-page .block .copy {
  margin-top: 0px;
}
#blog-page .block0 {
  padding-top: 60px;
}
#blog-page h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.block--bg-dark-gray p a:not(.button) {
  font-size: 1.3rem;
  font-weight: normal;
  color: black;
}
.block--bg-dark-gray p a:not(.button):hover {
  opacity: 0.8;
  color: black;
}

#recipe-listing #choices--formulate--recipes-44-item-choice-4 {
  display: none !important;
}
@media (max-width: 1245px) {
  #recipe-listing .banner--homepage-2 .banner__sub-headline {
    padding: 10px 20px;
    font-size: 2.5rem;
    line-height: normal;
    background-color: var(--color-text-on-accent);
    max-width: min-content;
    margin-left: 20px;
  }
}
#recipe-listing .banner--homepage-1 h1,
#recipe-listing .banner--homepage-2 h1 {
  top: 158px;
}
@media (max-width: 1245px) {
  #recipe-listing .banner--homepage-1 h1,
#recipe-listing .banner--homepage-2 h1 {
    text-align: left;
    top: 0;
  }
}
@media (max-width: 1245px) {
  #recipe-listing .banner-slider__slide .banner.banner--homepage-2 {
    background-position: top center !important;
  }
}

@media (min-width: 768px) {
  .shoppable-html {
    overflow-y: scroll !important;
  }
}

@media (min-width: 768px) {
  #shoppable {
    position: relative;
    height: 100vh;
    min-height: 768px;
  }
}
#shoppable .ps-wtb {
  background-color: white;
}
#shoppable .ps-sku-selector {
  text-transform: lowercase;
}
@media (min-width: 768px) {
  #shoppable .ps-local-tab {
    position: relative;
    height: 311px;
  }
}
#shoppable.show-footer-buttons .ps-online-tab ul.ps-online-sellers {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #shoppable.show-footer-buttons .ps-online-tab ul.ps-online-sellers {
    padding-bottom: 90px;
  }
}
#shoppable.show-footer-buttons .ps-local-sellers-container {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  #shoppable.show-footer-buttons .ps-local-sellers-container {
    margin-bottom: 90px;
    height: 311px;
  }
  #shoppable.show-footer-buttons .ps-local-sellers-container .ps-local-sellers {
    margin-bottom: 0px;
  }
}
#shoppable .footer-btns {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 2;
  width: calc(100% - 10px);
}
#shoppable .footer-btns .btn-show-online,
#shoppable .footer-btns .btn-show-local {
  border: 2px solid #204b35;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 22px;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  color: #204b35;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  font-family: "Knockout";
}
#shoppable .footer-btns .btn-show-online {
  display: none;
}
#shoppable .ps-header .ps-product-image {
  margin-top: 0;
}
#shoppable .btns-group {
  display: inline-flex;
  position: relative;
  z-index: 2;
  top: -20px;
}
#shoppable .btns-group .product-select-button .btn-show-products {
  border: 0px;
  display: block;
  width: 100%;
  background-color: #204b35;
  border-radius: 22px;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  font-size: 13px;
  font-family: "Knockout";
  cursor: pointer;
  text-align: center;
}
#shoppable.show-description .ps-description {
  font-size: 12px;
  line-height: initial;
  opacity: 0.8;
}
#shoppable.show-recipe .ps-recipe-title {
  font-size: 14px;
  line-height: initial;
}
#shoppable.show-recipe .btns-group {
  top: auto;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  #shoppable.show-recipe .btns-group .product-select-button,
#shoppable.show-recipe .btns-group .recipe-select-button {
    padding: 5px;
  }
}
#shoppable.show-recipe .btns-group .product-select-button {
  width: 50%;
  border-right: 0.5px solid #fff;
}
#shoppable.show-recipe .btns-group .product-select-button .btn-show-products {
  border-radius: 6px;
  width: 100%;
}
@media (min-width: 768px) {
  #shoppable.show-recipe .btns-group .product-select-button .btn-show-products {
    border-radius: 22px;
  }
}
#shoppable.show-recipe .btns-group .recipe-select-button {
  width: 50%;
  border-left: 0.5px solid #fff;
}
#shoppable.show-recipe .btns-group .recipe-select-button .btn-recipe {
  border: 0px;
  display: block;
  width: 100%;
  background-color: #fec736;
  border-radius: 22px;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  color: black;
  font-weight: bold;
  font-size: 13px;
  font-family: "Knockout";
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  width: auto;
}
@media (min-width: 768px) {
  #shoppable.show-recipe .btns-group .recipe-select-button .btn-recipe {
    border-radius: 22px;
  }
}
#shoppable .shoppable-products-overlay {
  position: fixed;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#shoppable .shoppable-products-overlay.is-open-products {
  z-index: 1004;
}
#shoppable .shoppable-products.is-open {
  transform: translateX(0%);
}
#shoppable .shoppable-products.is-open.is-open-products {
  z-index: 1005;
  max-width: 100%;
}
#shoppable .shoppable-products {
  z-index: 1004;
  position: absolute;
  width: 100%;
  background-color: white;
  height: 100vh;
  max-width: 300px;
  box-shadow: -10px 30px 30px rgba(0, 0, 0, 0.16);
  overflow-x: scroll;
  transform-origin: 100% 50%;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out all;
  outline: 0;
}
#shoppable .shoppable-products p {
  font-family: "Knockout";
  padding: 20px 20px 0;
  font-size: 23px;
}
#shoppable .shoppable-products ul .shoppable-group {
  font-size: 20px;
  font-weight: bold;
  font-family: "Knockout";
  color: #204b35;
  padding: 20px 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#shoppable .shoppable-products ul li:not(.shoppable-group) {
  padding: 20px 20px;
  display: inline-flex;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  align-items: center;
  transition: 0.3s ease all;
}
#shoppable .shoppable-products ul li:not(.shoppable-group).not-found {
  background-color: rgba(255, 0, 0, 0.05);
  pointer-events: none;
}
#shoppable .shoppable-products ul li:not(.shoppable-group).not-found:hover, #shoppable .shoppable-products ul li:not(.shoppable-group).not-found:active, #shoppable .shoppable-products ul li:not(.shoppable-group).not-found:focus {
  background-color: rgba(255, 0, 0, 0.05);
  pointer-events: none;
}
#shoppable .shoppable-products ul li:not(.shoppable-group):hover {
  background-color: rgba(0, 0, 0, 0.05);
  margin-right: 10px;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.16);
}
#shoppable .shoppable-products ul li:not(.shoppable-group) figure {
  min-width: 50px;
}
#shoppable .shoppable-products ul li:not(.shoppable-group) figure img {
  width: 100%;
  max-width: 50px;
}
#shoppable .shoppable-products ul li:not(.shoppable-group) div {
  padding-left: 10px;
  font-family: "Knockout";
  font-size: 15px;
}
#shoppable.ps-open.show-recipe .ps-product-name {
  padding: 10px 0;
  line-height: normal;
}
#shoppable.ps-open.show-recipe .btns-group {
  align-items: stretch;
}
#shoppable.ps-open.show-recipe .btns-group button {
  height: 100%;
}
#shoppable.ps-open .ps-lightbox.ps-open {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
}
@media (min-width: 768px) {
  #shoppable.ps-open .ps-lightbox.ps-open {
    left: 50% !important;
    transform: translate(-50%, -50%);
    right: auto !important;
    width: 100% !important;
    max-width: 768px;
    height: 100vh !important;
    margin: 0 auto;
    position: absolute;
    top: 50% !important;
    overflow: hidden;
    min-height: 768px;
  }
  #shoppable.ps-open .ps-lightbox.ps-open .ps-wtb {
    position: relative;
    min-height: 768px;
  }
  #shoppable.ps-open .ps-lightbox.ps-open .ps-wtb > .ps-wtb-content {
    height: 100%;
  }
}
#shoppable.ps-open .ps-lightbox.ps-open .ps-header .ps-product-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#shoppable.ps-open .ps-lightbox.ps-open .ps-client-logo {
  display: none !important;
}
@media (min-width: 768px) {
  #shoppable.ps-open .ps-lightbox.ps-open .ps-client-logo {
    top: -54px;
    display: block !important;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://d121ck0xk6rnj0.cloudfront.net/eyJidWNrZXQiOiJyaXZpYW5hLWJ1Y2tldCIsImtleSI6ImltYWdlcy9SaWNlU2VsZWN0X0xvZ28ucG5nIiwiZWRpdHMiOnsicG5nIjp7InF1YWxpdHkiOjgyLCJwcm9ncmVzc2l2ZSI6dHJ1ZX0sInJlc2l6ZSI6eyJ3aWR0aCI6MTIyLCJoZWlnaHQiOjY4LCJmaXQiOiJjb3ZlciJ9LCJzaGFycGVuIjp0cnVlfX0=");
  }
  #shoppable.ps-open .ps-lightbox.ps-open .ps-client-logo img {
    opacity: 0;
  }
}
#shoppable #ps-lightbox-background {
  background-color: white;
  opacity: 1 !important;
  pointer-events: none !important;
}
@media (min-width: 768px) {
  #shoppable #ps-lightbox-background {
    background: rgb(145, 170, 157);
    background: radial-gradient(circle, rgb(145, 170, 157) 0%, rgb(219, 233, 226) 100%);
  }
}
#shoppable .ps-footer {
  display: none !important;
}
#shoppable .ps-product-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 10px 0;
  margin-top: 0;
}
#shoppable .ps-product-details .ps-product-name {
  background-color: white;
  font-family: "Knockout";
  text-align: left;
  font-size: 20px;
}
#shoppable .ps-product-details .ps-product-selector {
  padding-top: 10px;
  padding-bottom: 10px;
}
#shoppable .ps-product-details .ps-product-selector > div {
  margin-top: 0;
}
#shoppable.use-hero.show-product .ps-header .ps-product-image {
  display: block;
}
#shoppable.use-hero .ps-header {
  background-size: cover;
  background-position: center center;
  min-height: 240px;
}
#shoppable.use-hero .ps-header .ps-product-image {
  display: none;
}
#shoppable .ps-ribbon {
  height: auto;
}
#shoppable .ps-ribbon-header {
  display: none !important;
}
#shoppable .ps-location {
  position: relative;
  top: auto !important;
  right: auto;
  padding: 10px;
  margin: 10px;
}
@media (max-width: 767px) {
  #shoppable .ps-location {
    margin: 0px;
    padding: 0 20px;
    background-color: white;
  }
  #shoppable .ps-location label {
    display: none;
  }
}
#shoppable .ps-location > div {
  width: 100% !important;
}
#shoppable .ps-location > div > input {
  width: 100% !important;
}
#shoppable.hide-size .ps-product-selector {
  display: none !important;
}
#shoppable.hide-title .ps-product-details > h1.ps-product-name {
  display: none;
}
#shoppable .ps-lightbox-close {
  display: none;
}
#shoppable #page-container {
  position: relative;
  z-index: 1;
}
#shoppable #page-container::before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 100%;
  background-color: white;
  width: 100%;
  left: 0;
  top: 0;
}
#shoppable #main-header {
  z-index: 0;
}

.cube-outer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1005;
}

.logo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 130px;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: folding 2.5s infinite linear both;
  -moz-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
  -webkit-transform: rotateZ(90deg) scale(1.1);
  -moz-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}
.cube-folding .leaf3 {
  -webkit-transform: rotateZ(270deg) scale(1.1);
  -moz-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: rgba(0, 0, 0, 0.8);
}
.cube-folding .leaf4 {
  -webkit-transform: rotateZ(180deg) scale(1.1);
  -moz-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 100px;
  text-align: center;
}
.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  -moz-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  top: 25px;
  z-index: 2;
  -webkit-animation: text 0.5s ease infinite alternate;
  -moz-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}
@-moz-keyframes text {
  100% {
    top: 35px;
  }
}
@-ms-keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-ms-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
header .search-input input {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 2px 10px;
  border-radius: 5px;
  transition: 0.3s ease all;
}
header .search-input input:focus {
  transform: scale(1.05);
  border: 2px solid #fec736;
  box-shadow: 2px 1px 15px 5px rgba(254, 199, 54, 0.65);
}
header .navigation__search-icon:hover img {
  transform: scale(1.05);
}
header .navigation__search-icon img {
  max-width: 24px;
  filter: invert(100%);
  transition: 0.3s ease all;
}

.popover {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100%;
  max-width: 280px;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
  background-color: #fec736;
  padding: 20px;
  z-index: 9999;
  background-image: url("https://dht9fh9dzgdr8.cloudfront.net/brand-graphics/graphic_Arborio_top-left-alt.svg");
  background-position: top left;
  background-size: cover;
  border-radius: 7px;
  transition: 0.3s ease all;
  transform: translateX(60px);
  pointer-events: none;
  opacity: 0;
}
.popover.popover-open {
  transform: translateX(0px);
  pointer-events: all;
  opacity: 1;
}
.popover .close-popover {
  position: absolute;
  top: -10px;
  left: -10px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  border: 4px solid #fec736;
  cursor: pointer;
  transition: 0.3s ease all;
}
.popover .close-popover:hover {
  height: 40px;
  width: 40px;
}
.popover .close-popover svg {
  fill: black;
  max-width: 18px;
  max-height: 18px;
}
.popover .popover-outer {
  width: 100%;
}
.popover .popover-outer .recipe-signup-copy {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Knockout";
}
.popover .popover-outer .popover-inner .popover-form h4 {
  font-family: "Knockout";
  color: black;
  text-align: center;
  font-size: 27px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 25px;
}
.popover .popover-outer .popover-inner .popover-form .fullname {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.popover .popover-outer .popover-inner .popover-form .fname,
.popover .popover-outer .popover-inner .popover-form .lname,
.popover .popover-outer .popover-inner .popover-form .eaddress {
  border: 0;
  font-family: "KnockoutJunior";
  font-size: 18px;
  padding: 10px 5px;
}
.popover .popover-outer .popover-inner .popover-form .fname.input-error,
.popover .popover-outer .popover-inner .popover-form .lname.input-error,
.popover .popover-outer .popover-inner .popover-form .eaddress.input-error {
  box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5);
  background-color: #ffe6e6;
}
.popover .popover-outer .popover-inner .popover-form .fname {
  width: 100%;
}
.popover .popover-outer .popover-inner .popover-form .lname {
  width: 100%;
}
.popover .popover-outer .popover-inner .popover-form .eaddress {
  width: 100%;
}
.popover .popover-outer .popover-inner .popover-form fieldset {
  border: 1px solid #204b35;
  margin-top: 10px;
  margin-bottom: 10px;
}
.popover .popover-outer .popover-inner .popover-form fieldset legend {
  font-family: "Knockout";
  padding: 0 10px;
  font-size: 14px;
}
.popover .popover-outer .popover-inner .popover-form fieldset div {
  width: 100%;
}
.popover .popover-outer .popover-inner .popover-form fieldset div input {
  margin-right: 5px;
}
.popover .popover-outer .popover-inner .popover-form fieldset div input.check-error {
  box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5);
  background-color: #ffe6e6;
}
.popover .popover-outer .popover-inner .popover-form fieldset div label {
  font-size: 13px;
  font-family: "KnockoutJunior";
}
.popover .popover-outer .popover-inner .popover-form fieldset div label a {
  color: #204b35;
}
.popover .popover-outer .popover-inner .popover-form button {
  border: 0px;
  display: block;
  width: 100%;
  background-color: #204b35;
  border-radius: 0;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  font-family: "Knockout";
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease all;
}
.popover .popover-outer .popover-inner .popover-form button:hover {
  transform: scale(1.05);
}
.popover .popover-outer .popover-inner .popover-form button.processing {
  pointer-events: none;
  opacity: 0.7;
}
.popover .popover-outer .popover-inner .popover-form #status .status-error {
  background-color: rgba(255, 0, 0, 0.6);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "KnockoutJunior";
  font-size: 14px;
  color: white;
}
.popover .popover-outer .popover-inner .popover-form #status .status-success {
  background-color: rgba(32, 75, 53, 0.6);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "KnockoutJunior";
  font-size: 14px;
  color: white;
}

.recipe-signup {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
  background-color: #fec736;
  padding: 20px;
  background-image: url("https://dht9fh9dzgdr8.cloudfront.net/brand-graphics/graphic_Arborio_top-left-alt.svg");
  background-position: top left;
  background-size: cover;
  transition: 0.3s ease all;
  margin-bottom: 10px;
  margin-top: -50px;
  border-radius: 5px;
}
.recipe-signup .recipe-signup-outer {
  width: 100%;
}
.recipe-signup .recipe-signup-outer .recipe-signup-copy {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Knockout";
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form h4 {
  font-family: "Knockout";
  color: black;
  text-align: center;
  font-size: 27px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 25px;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .fullname {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .fname,
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .lname,
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .eaddress {
  border: 0;
  font-family: "KnockoutJunior";
  font-size: 18px;
  padding: 15px;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .fname.input-error,
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .lname.input-error,
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .eaddress.input-error {
  box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5);
  background-color: #ffe6e6;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .fname {
  width: 100%;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .lname {
  width: 100%;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .eaddress {
  width: 100%;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form fieldset {
  border: 1px solid rgba(255, 255, 255, 0);
  margin-top: 10px;
  margin-bottom: 10px;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form fieldset legend {
  font-family: "Knockout";
  padding: 0 10px;
  font-size: 14px;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form fieldset div {
  width: 100%;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form fieldset div input {
  margin-right: 5px;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form fieldset div input.check-error {
  box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5);
  background-color: #ffe6e6;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form fieldset div label {
  font-size: 13px;
  font-family: "KnockoutJunior";
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form fieldset div label a {
  color: #204b35;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .submit-recipe-signup-outer {
  text-align: center;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .submit-recipe-signup-outer button {
  border: 0px;
  display: inline-block;
  width: 100%;
  background-color: #204b35;
  border-radius: 0;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 45px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  font-family: "Knockout";
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease all;
  max-width: max-content;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .submit-recipe-signup-outer button:hover {
  transform: scale(1.05);
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .submit-recipe-signup-outer button.processing {
  pointer-events: none;
  opacity: 0.7;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .submit-recipe-signup-outer #status .status-error {
  background-color: rgba(255, 0, 0, 0.6);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "KnockoutJunior";
  font-size: 14px;
  color: white;
}
.recipe-signup .recipe-signup-outer .recipe-signup-inner .recipe-signup-form .submit-recipe-signup-outer #status .status-success {
  background-color: rgba(32, 75, 53, 0.6);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "KnockoutJunior";
  font-size: 14px;
  color: white;
}

[tracking-id=newsletter-sign-up] .page {
  position: relative;
  margin-top: -30px;
}
[tracking-id=newsletter-sign-up] .page::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url(https://dht9fh9dzgdr8.cloudfront.net/brand-graphics/graphic_Arborio_top-left.svg);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
[tracking-id=newsletter-sign-up] .page::after {
  position: absolute;
  content: "";
  background-image: url(https://dht9fh9dzgdr8.cloudfront.net/brand-graphics/graphic_Arborio_bottom-right.svg);
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: bottom right;
}
[tracking-id=newsletter-sign-up] ._form_3 {
  margin-top: 30px;
  position: relative;
  z-index: 10;
  padding-bottom: 40px;
}
[tracking-id=newsletter-sign-up] ._form._form_3._inline-form._dark {
  max-width: 600px !important;
  background-color: transparent !important;
}
@media (max-width: 667px) {
  [tracking-id=newsletter-sign-up] ._form._form_3._inline-form._dark::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-image: url(https://dht9fh9dzgdr8.cloudfront.net/brand-graphics/feature_Stack.svg);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    z-index: -1;
  }
  [tracking-id=newsletter-sign-up] ._form._form_3._inline-form._dark::after {
    position: absolute;
    content: "";
    background-image: url(https://dht9fh9dzgdr8.cloudfront.net/brand-graphics/Component-145-%E2%80%93-1.png);
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: bottom right;
    opacity: 0.4;
    z-index: -2;
  }
}
[tracking-id=newsletter-sign-up] .consent-copy {
  font-size: 12px;
  margin-bottom: 15px;
}
[tracking-id=newsletter-sign-up] .consent-copy a {
  color: #204b35;
}
[tracking-id=newsletter-sign-up] ._form-title {
  font-family: "Knockout";
  font-size: 42px !important;
  position: relative;
  z-index: 2;
  margin-top: 30px !important;
  line-height: 42px !important;
}
[tracking-id=newsletter-sign-up] ._form-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 10px;
  width: 100%;
  max-width: 165px;
  height: 14px;
  background-color: #fec736;
  background-color: var(--color-accent, #fec736);
  -webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 589px) {
  [tracking-id=newsletter-sign-up] ._form-title::after {
    left: 150px;
  }
}
[tracking-id=newsletter-sign-up] .newsletter-landing-heading {
  font-size: 40px;
  font-family: "Superclarendon";
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
[tracking-id=newsletter-sign-up] .newsletter-landing-description {
  font-family: "KnockoutJunior";
}

[tracking-id=homepage-3] .banner--homepage-3 {
  background-position: right center !important;
}
@media (max-width: 790px) {
  [tracking-id=homepage-3] .banner--homepage-3 {
    background-position: center center !important;
  }
}
[tracking-id=homepage-3] .banner--homepage-3 .banner--homepage-3-text {
  position: absolute;
  max-width: 620px;
  width: 100%;
  left: 10%;
}
@media (max-width: 1024px) {
  [tracking-id=homepage-3] .banner--homepage-3 .banner--homepage-3-text {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 790px) {
  [tracking-id=homepage-3] .banner--homepage-3 .banner--homepage-3-text {
    max-width: 480px;
  }
}
[tracking-id=homepage-3] .banner--homepage-3 .banner--homepage-3-jars {
  position: absolute;
  width: 100%;
  max-width: 450px;
  left: 15%;
  bottom: -50px;
}
@media (max-width: 1024px) {
  [tracking-id=homepage-3] .banner--homepage-3 .banner--homepage-3-jars {
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 790px) {
  [tracking-id=homepage-3] .banner--homepage-3 .banner--homepage-3-jars {
    max-width: 250px;
  }
}
[tracking-id=homepage-3] .banner--homepage-3 .banner__links {
  position: absolute;
  bottom: 15px;
}
@media (max-width: 1024px) {
  [tracking-id=homepage-3] .banner--homepage-3 .banner__links {
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
  }
}
[tracking-id=homepage-3] .banner__sub-headline {
  background-color: #fec736;
  max-width: fit-content;
  padding: 0px 20px;
}
@media (max-width: 1024px) {
  [tracking-id=homepage-3] .block0 {
    padding-top: 0;
  }
}
[tracking-id=homepage-3] .cta0 {
  padding-top: 0;
  margin-top: 0;
  background-color: rgba(32, 75, 53, 0.7);
}
[tracking-id=homepage-3] .cta0 .cta__wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  background-color: transparent;
}
[tracking-id=homepage-3] .cta0 .cta__wrapper::before {
  opacity: 0.5;
}
[tracking-id=homepage-3] .cta1 .cta__wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
[tracking-id=homepage-3] .cta1 .cta__wrapper::before {
  opacity: 0.5;
}
@media (max-width: 790px) {
  [tracking-id=homepage-3] .cta1 .cta__wrapper .cta__image {
    background-position: top center !important;
  }
}
[tracking-id=homepage-3] .cta2 {
  background-color: rgba(62, 68, 155, 0.8);
}
[tracking-id=homepage-3] .cta2 .cta__wrapper {
  background-color: transparent;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
[tracking-id=homepage-3] .cta2 .cta__wrapper::before {
  opacity: 0.5;
}
[tracking-id=homepage-3] .copy5 .copy__wrapper {
  border-bottom: 0;
  padding-bottom: 0;
}
[tracking-id=homepage-3] .copy5 h2 {
  text-align: center;
  font-size: 3rem;
}
[tracking-id=homepage-3] .block1 {
  padding-top: 0;
}
[tracking-id=homepage-3] .block1 .copy1 .copy__wrapper {
  text-align: center;
}
[tracking-id=homepage-3] .block1 .copy1 .copy__wrapper h2 {
  font-size: 3rem;
  line-height: 3.1rem;
}
[tracking-id=homepage-3] .block1 .accordion__wrapper {
  width: 100%;
}
[tracking-id=homepage-3] .block1 .copy2 .copy__wrapper {
  border-bottom: 0;
  text-align: center;
  padding-bottom: 0;
}
[tracking-id=homepage-3] .home-bottom-button {
  text-align: center;
}
@media (max-width: 1024px) {
  [tracking-id=homepage-3] .banner__sub-headline {
    background-color: #fec736;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0px 20px;
  }
}

[tracking-id=homepage] .banner--homepage-3 {
  background-position: right center !important;
}
@media (max-width: 1024px) {
  [tracking-id=homepage] .banner--homepage-3 {
    background-position: center center !important;
  }
}
@media (max-width: 790px) {
  [tracking-id=homepage] .banner--homepage-3 {
    background-position: center 70% !important;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), url("https://dht9fh9dzgdr8.cloudfront.net/images/ChefsTouch_750x1334_BG.jpg") !important;
  }
}
[tracking-id=homepage] .banner--homepage-3 .banner--homepage-3-text {
  position: absolute;
  max-width: 620px;
  width: 100%;
  left: 50%;
  top: 20%;
}
@media (max-width: 1300px) {
  [tracking-id=homepage] .banner--homepage-3 .banner--homepage-3-text {
    max-width: 480px;
  }
}
@media (max-width: 1024px) {
  [tracking-id=homepage] .banner--homepage-3 .banner--homepage-3-text {
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
  }
}
@media (max-width: 790px) {
  [tracking-id=homepage] .banner--homepage-3 .banner--homepage-3-text {
    max-width: 325px;
  }
}
[tracking-id=homepage] .banner--homepage-3 .banner--homepage-3-jars {
  position: absolute;
  width: 100%;
  max-width: 450px;
  left: 15%;
  bottom: -50px;
}
@media (max-width: 1024px) {
  [tracking-id=homepage] .banner--homepage-3 .banner--homepage-3-jars {
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 790px) {
  [tracking-id=homepage] .banner--homepage-3 .banner--homepage-3-jars {
    max-width: 250px;
    bottom: 210px;
  }
}
[tracking-id=homepage] .banner--homepage-3 .banner__links {
  position: absolute;
  bottom: 45px;
  right: 26%;
}
[tracking-id=homepage] .banner--homepage-3 .banner__links a {
  min-width: max-content;
}
@media (max-width: 1300px) {
  [tracking-id=homepage] .banner--homepage-3 .banner__links {
    right: 23%;
  }
}
@media (max-width: 1246px) {
  [tracking-id=homepage] .banner--homepage-3 .banner__links {
    right: 19%;
  }
}
@media (max-width: 1024px) {
  [tracking-id=homepage] .banner--homepage-3 .banner__links {
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 790px) {
  [tracking-id=homepage] .banner--homepage-3 .banner__links {
    right: auto;
  }
}
[tracking-id=homepage] .banner__sub-headline {
  background-color: #fec736;
  max-width: fit-content;
  padding: 0px 20px;
}
@media (max-width: 1024px) {
  [tracking-id=homepage] .block0 {
    padding-top: 0;
  }
}
[tracking-id=homepage] .cta0 {
  padding-top: 0;
  margin-top: 0;
  background-color: rgba(32, 75, 53, 0.7);
}
[tracking-id=homepage] .cta0 h1 {
  color: white;
}
[tracking-id=homepage] .cta0 .cta__details-contents {
  color: white;
}
[tracking-id=homepage] .cta0 .cta__details-contents p {
  color: white;
}
[tracking-id=homepage] .cta0 .cta__wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  background-color: transparent;
}
[tracking-id=homepage] .cta0 .cta__wrapper::before {
  opacity: 0.5;
}
[tracking-id=homepage] .cta1 .cta__wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
[tracking-id=homepage] .cta1 .cta__wrapper::before {
  opacity: 0.5;
}
@media (max-width: 790px) {
  [tracking-id=homepage] .cta1 .cta__wrapper .cta__image {
    background-position: top center !important;
  }
}
[tracking-id=homepage] .cta2 {
  background-color: rgba(236, 91, 43, 0.8);
}
[tracking-id=homepage] .cta2 .cta__image {
  background-position: left center !important;
}
[tracking-id=homepage] .cta2 .cta__wrapper {
  background-color: transparent;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
[tracking-id=homepage] .cta2 .cta__wrapper::before {
  opacity: 0.5;
}
[tracking-id=homepage] .copy5 .copy__wrapper {
  border-bottom: 0;
  padding-bottom: 0;
}
[tracking-id=homepage] .copy5 h2 {
  text-align: center;
  font-size: 3rem;
}
[tracking-id=homepage] .block1 {
  padding-top: 0;
}
[tracking-id=homepage] .block1 .copy1 .copy__wrapper {
  text-align: center;
}
[tracking-id=homepage] .block1 .copy1 .copy__wrapper h2 {
  font-size: 3rem;
  line-height: 3.1rem;
}
[tracking-id=homepage] .block1 .accordion__wrapper {
  width: 100%;
}
[tracking-id=homepage] .block1 .copy2 .copy__wrapper {
  border-bottom: 0;
  text-align: center;
  padding-bottom: 0;
}
[tracking-id=homepage] .home-bottom-button {
  text-align: center;
}
@media (max-width: 1024px) {
  [tracking-id=homepage] .banner__sub-headline {
    background-color: #fec736;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0px 20px;
  }
}

.ig-embed {
  display: flex;
  justify-content: center;
}

.instagram-media {
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  margin: 1px;
  max-width: 540px;
  min-width: 326px;
  padding: 0;
  width: 99.375%;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
}

.accordion__item .accordion__content-wrapper img {
  max-width: fit-content;
}

/*# sourceMappingURL=riviana-riceselect-style.css.map */
