:root {
  --a2standardregular: "A2StandardSans-Regular"; 
  --a2standardbold: "A2StandardSans-Bold";
  --a2StandardSansmedium:"A2StandardSans-Medium";
  --font48: 48px;
  --font40: 40px;
  --font30: 30px;
  --font24: 24px;
  --font20: 20px;
  --font18: 26px;
  --font16: 16px;
  --font14: 14px;
  --font12: 12px;
  --maincolor: #BB0018;
  --clrwhite: #ffffff;
  --clrblack: #000000;
  --brown: #8B5E3C;
  --lightyellow: #F7E9D6;
  --darkGray: #4B4F55;
  --orange: #E67E22;
  --lightgreen: #27AE60;
  --orangelight: #F39C12;
  --darkred: #B92D35;
  --darkbrown: #623C2C;
  /*new color added*/
  --sohCream: rgba(248, 234, 215, 1);
  --sohBrown: rgba(98, 60, 44, 1);
  --sohGold: rgba(198, 137, 69, 1);
  --sohGrey: #666666;
  --sohRed: #C91235;
  --sohheading: #522827;
  --arrow-left:0;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--a2standardregular);
}
@media only screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: var(--a2standardregular);
}
p, div {
  line-height: normal;
}
footer p, footer div {
  line-height: inherit;
}
footer nav {
  text-align: left;
}

a {
  line-height: normal;
  text-decoration: none;
}
#_evidon_banner a {
  text-decoration: underline;
}
h2, h3 {
  line-height: normal;
}
button {
  font-family: var(--a2standardregular);
}

.main-container {
  position: relative;
  z-index: 0;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

/*header css starts*/
header {
    width: 100%;
    background: var(--sohCream);
    margin: 0 auto;
    padding: 8px 0;
}
.header-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soh-logo {
    width: 138px;
    height: 46px;
    position: relative;
}
.soh-logo a img {
    width: 100%;
    position: absolute;
    top: -8px;
}
.main-navigation {
    position: relative;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.main-navigation ul li {
    margin: 0 60px 0 0;
}
.main-navigation ul li a {
    text-decoration: none;
    color: var(--sohBrown);
    font-size: var(--font16);
    font-weight: 500;
    transition: color 0.3s ease;
    line-height: 24px;
    text-transform: uppercase;
}
.product-menu-overlay {
    display: none;
}
.recipes-menu-overlay {
    display: none;
}
/* Overlay Styles */
.product-menu-overlay,
.recipes-menu-overlay {
    display: none;  /* Hidden by default */
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    height: 475px;
    background: var(--clrwhite);
    z-index: 9999;
    /* Center content */
    display: flex;
}
.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/*product menu overlay container css starts*/
.product-menu-container {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    display: flex;
    background-color: var(--clrwhite);
    padding: 60px 48px;
    flex-wrap: wrap;
}
.product-categories {
    width: 50%;
}
.product-categories-heading {
    font-size: var(--font14);
    color: var(--darkGray);
    margin-bottom: 20px;
    line-height: 16px;
    width: 100%;
    display: block;
}
.product-categories-list {
  display: flex;
}
.product-categories-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.product-categories-list ul li {
    margin: 0 15px 30px 0;
}
.product-categories-list ul li a {
    text-decoration: none;
    color: var(--clrwhite);
    font-size: var(--font16);
    font-weight: 500;
    transition: color 0.3s ease;
    width: 173px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brown);
    border-radius: 11px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
}
.featured-categories {
    width: 50%;
    border-left: 1px solid #ccc;
    padding-left: 38px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.featured-categories-heading {
    font-size: var(--font14);
    color: var(--darkGray);
    margin-bottom: 20px;
    line-height: 16px;
    width: 100%;
    display: block;
}
.featured-categories-list {
  display: flex;
  flex-wrap: wrap;
}
.featured-categories-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.featured-categories-list ul li {
    margin: 0 45px 30px 0;
}
.featured-categories-list ul li a {
    text-decoration: none;
    color: var(--brown);
    font-size: var(--font16);
    font-weight: 500;
    transition: color 0.3s ease;
    width: 140px;
    height: 190px;
    display: flex;
    border-radius: 11px;
    line-height: 24px;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 10px;
}
.top-custom-bg {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    z-index: 1;
}
.bottom-custom-bg {
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    z-index: 2;
    background: url('../images/card-bg.svg');
    display: flex;
    justify-content: center;
}
.category-text {
    font-size: var(--font16);
    font-weight: 500;
    color: var(--clrwhite);
    display: block;
    padding: 10px 0;
    text-align: center;
}
.featured-categories-list ul li a img {
  width: 100%;
  max-width: 96px;
  position: absolute;
  bottom: 10px;
}
.explore-featured-products-btn {
    width: 210px;
    padding: 10px;
    background-color: var(--clrwhite);
    color: var(--brown);
    font-size: var(--font14);
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid var(--brown);
    box-shadow: -1px -2px 8px 2px rgba(0,0,0,0.29);
    margin: 0 auto;
    margin-top: 50px;
}
.explore-featured-products-btn:hover {
    background-color: var(--darkbrown);
    color: var(--clrwhite);
}
/*product menu overlay container css ends*/

/*recipes-menu-overlay container css starts*/
.recipes-menu-container {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    display: flex;
    background-color: var(--clrwhite);
    padding: 60px 48px;
    flex-wrap: wrap;
}
.recipe-categories-wrapper {
    width: 20%;
    border-right: 1px solid #ccc;
    padding-right: 30px;
} 
.recipe-categories-heading {
    font-size: var(--font14);
    color: var(--darkGray);
    margin-bottom: 20px;
    line-height: 16px;
    width: 100%;
    display: block;
}
.recipes-category-list {
  display: flex;
}
.recipes-category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
}
.recipes-category-list ul li {
    margin: 0 15px 12px 0;
}
.recipes-category-list ul li a {
    text-decoration: none;
    color: var(--clrwhite);
    font-size: var(--font16);
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brown);
    border-radius: 11px;
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    width: 173px;
}
.trending-recipes-wrapper {
    width: 25%;
    border-right: 1px solid #ccc;
    padding-left: 30px;
}
.trending-recipes-heading {
    font-size: var(--font14);
    color: var(--darkGray);
    margin-bottom: 20px;
    line-height: 16px;
    width: 100%;
    display: block;
}
.trending-recipes-list {
  display: flex;
}
.trending-recipes-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
}
.trending-recipes-list ul li {
    margin: 0 0 20px 0;
}
.trending-recipes-list ul li a {
    text-decoration: none;
    color: var(--clrblack);
    font-size: var(--font12);
    line-height: 16px;
    text-align: center;
}
.trending-recipe-item-wrapper {
  display: inline-block;
  padding: 0;
  background: #fff;
  margin: 0;
}
.trending-recipe-item-wrapper span {
  display: block;
  padding: 10px;
  font-size: var(--font16);
  color: var(--clrblack);
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-family: var(--a2standardregular);
}
.trending-recipe-item-wrapper img {
  width: 350px;
  max-width: 100%;
}

.featured-recipe-products-wrapper {
    width: 55%;
    padding-left: 30px;
    position: relative;
}
.featured-recipe-products-heading {
    font-size: var(--font14);
    color: var(--darkGray);
    margin-bottom: 20px;
    line-height: 16px;
    width: 100%;
    display: block;
}
.featured-recipes-list {
  display: flex;
}
.featured-recipes-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.featured-recipes-list ul li {
    margin: 0 25px 30px 0;
}
.featured-recipes-list ul li a {
    text-decoration: none;
    color: var(--brown);
    font-size: var(--font16);
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    position: relative;
    padding: 10px;
    width: 140px;
    height: 214px;
    background-color: var(--lightyellow);
}
.featured-recipes-list ul li a img {
    width: 100%;
    max-width: 100px;
}
.product-recipe-text {
    font-size: var(--font12);
    text-align: center;
    line-height: 16px;
    color: var(--brown);
}
/*recipes-menu-overlay container css ends*/

/*search overlay css starts*/
.search-menu-overlay {
    display: none;  /* Hidden by default */
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: 200px;
    background: var(--clrwhite);
    z-index: 9999;
}
.search-menu-overlay-inner {
      width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.search-bar-wrapper {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
.search-bar-wrapper input {
  width: 930px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: url('../images/search.svg') no-repeat 98% 10px;
  background-size: 15px;
  padding-left: 10px;
}
.seach-overlay-close {
  position: absolute;
  right: -20px;
  top: 10px;
  cursor: pointer;
  width: 15px;
}
.search-content-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.search-icon-btn {
  position: relative;
  top: 0;
  left: 0;
}
.search-close-btn {
  display: none;
  position: relative;
  top: 0;
  left: 0;
}
.recent-search-wrapper {
  width: 100%;
}
.recent-search-heading {
  font-size: var(--font14);
  font-family: var(--a2standardbold);
  color: var(--clrblack);
  width: 100%;
  margin-bottom: 24px;
}
.recent-search-wrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.recent-search-wrapper ul li {
  list-style-type: none;
  margin: 5px;

}
.recent-search-wrapper ul li a {
  background-color: var(--sohCream);
  padding: 5px 10px;
  font-size: var(--font12);
  line-height: 16px;
  color: var(--clrblack);
}

.bottom-0px {
  bottom: 0!important;
}
/*search overlay ends*/
.orange-bg {
    background-color: var(--orange) !important;
}
.lightgreen-bg {
    background-color: var(--lightgreen) !important;
} 
.darkred-bg {
    background-color: var(--darkred) !important;
}
.orange-light-bg {
    background-color: var(--orangelight) !important;
}
/*header css ends*/

/*hero component starts*/

.hero-component-wrapper {
    background: #623C2C;
    background: linear-gradient(180deg, rgba(98, 60, 44, 1) 50%, rgba(248, 234, 215, 1) 50%);
    position: relative;
    z-index: 1;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    position: relative;
}
.hero-component-wrapper .hero-component-inner {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: relative;
}
.hero-component-wrapper .hero-component-inner img {
    border-radius: 24px;
    width: 100%;
    max-width: 100%;
}
.hero-component-slider {
  border-radius: 24px;
}
.hero-component-inner #tns1-ow .tns-nav {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.hero-component-inner #tns1-ow .tns-nav button {
    background-color: var(--clrwhite);
    margin: 4px;
    width: 10px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid var(--brown);
}
.hero-component-inner #tns1-ow .tns-nav button.tns-nav-active {
    background-color: var(--brown);
}
.hero-component-inner #tns1-ow .tns-controls {
  position: absolute;
  bottom: -8px;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-around;
  z-index: 5;
}
.hero-component-inner #tns1-ow .tns-controls button[data-controls="prev"] {
  transform: rotate(-90deg);
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/arrow-up.png') no-repeat 0 0 transparent;
  position: absolute;
  left: 45%;
  color: transparent;
}
.hero-component-inner #tns1-ow .tns-controls button[data-controls="next"] {
  transform: rotate(90deg);
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/arrow-up.png') no-repeat 0 0 transparent;
  position: absolute;
  right: 45%;
  color: transparent;
}
.hero-component-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/hero-slider-bottom.svg') no-repeat center center transparent;
  background-size: cover;
  z-index: -1;
  height: 280px;
}
/*hero component ends*/

/*people-love-Pretzels​-component starts​*/
.people-love-Pretzels-component-wrapper {
    background: var(--clrwhite);
    position: relative;
    z-index: 1;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    position: relative;
    margin-top: 75px;
    padding-bottom: 30px;
}
.people-love-Pretzels-component-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.people-love-Pretzels-component-heading {
    font-size: var(--font40);
    color: var(--clrblack);
    line-height: 52px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 20px 0;
    font-family: var(--a2standardregular);
    text-transform: uppercase;
}
.people-love-Pretzels-component-desc {
    font-size: var(--font14);
    color: var(--clrblack);
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    padding-bottom: 32px;
}
.people-love-Pretzels-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.people-love-Pretzels-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.people-love-Pretzels-listing ul li {
    margin: 0 20px 30px 0;
}
.people-love-Pretzels-listing ul li:last-child {
    margin-right: 0;
}
.people-love-Pretzels-listing ul li a {
    text-decoration: none;
    color: var(--brown);
    font-size: var(--font16);
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    border-radius: 11px;
    line-height: 24px;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 10px;
    margin: 0 auto;
}
.people-love-Pretzels-listing .tns-nav {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.people-love-Pretzels-listing .tns-nav button {
    background-color: var(--clrwhite);
    margin: 4px;
    width: 10px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid var(--brown);
}
.people-love-Pretzels-listing .tns-nav button.tns-nav-active {
    background-color: var(--brown);
}
.people-love-Pretzels-listing .tns-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  z-index: 5;
}
.people-love-Pretzels-listing .tns-controls button[data-controls="prev"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-left.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 40%;
}
.people-love-Pretzels-listing .tns-controls button[data-controls="next"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-right.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
  position: absolute;
  right: 40%;
}
.people-love-Pretzels-component-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/white-shape.svg') no-repeat center center transparent;
  background-size: cover;
  z-index: -1;
}
/*people-love-Pretzels​-component ends*/

/*trending-recipes-component-wrapper starts*/
.trending-recipes-component-wrapper {
    position: relative;
    z-index: 0;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--lightyellow);
    padding-bottom: 50px;
}
.trending-recipes-component-inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    padding: 70px 20px 40px 20px;
    text-align: center;
}
.trending-recipes-component-inner .bottom-curve-bg-white {
  margin-top: -125px;
}
.trending-recipes-heading {
    font-size: var(--font18);
    color: var(--darkbrown);
    text-align: center;
    padding: 30px 0 20px 0;
    font-family: var(--a2standardbold);
}
.trending-recipes-desc {
    font-size: var(--font14);
    color: var(--darkbrown);
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.trending-recipes-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tns-outer {
  position: relative;
}
.trending-recipes-component-inner .tns-nav {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.trending-recipes-component-inner .tns-nav button {
    background-color: var(--clrwhite);
    margin: 4px;
    width: 10px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid var(--brown);
}
.trending-recipes-component-inner .tns-nav button.tns-nav-active {
    background-color: var(--brown);
}
.trending-recipes-component-inner .tns-controls {
  position: absolute;
  bottom: -75px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  z-index: 5;
}
.trending-recipes-component-inner .tns-controls button[data-controls="prev"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-left.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
}
.trending-recipes-component-inner .tns-controls button[data-controls="next"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-right.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
}
.trending-recipes-component-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-pale-yellow.svg') no-repeat center center transparent;
  background-size: cover;
  z-index: -1;
}
/*trending-recipes-component-wrapper ends*/

/*brand logo wrapper starts*/
.brand-logo-wrapper {
    position: relative;
    z-index: 0;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--lightyellow);
    margin-top: 72px;
    padding: 0;
    text-align: center;
}
.brand-logo-inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}
.soh-brand-logo {
    padding-top: 20px;
}
.soh-brand-logo img {
  margin: 0 auto;
}
.brand-logo-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-pale-yellow.svg') no-repeat center center transparent;
  background-size: cover;
  z-index: -1;
}
/*brand logo wrapper ends*/

/*footer-component-wrapper css starts*/
.footer-component-wrapper {
    position: relative;
    z-index: -1;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--sohBrown);
    padding: 0;
    text-align: center;
}
.footer-component-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding-top: 72px;
  z-index: 1;
}

.social-share-wrapper {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
}
.social-share-heading {
    font-size: var(--font14);
    color: var(--sohCream);
    text-align: center;
    padding: 0;
    font-family: var(--a2standardregular);
    align-self: center;
    width: 100%;
    margin: 20px 0;
    line-height: 24px;
}
.social-share-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.social-share-wrapper ul li a img {
    width: 100%;
    max-width: 40px;
    max-height: 40px;
    margin: 5px;
}
.footer-copyright-text {
  font-size: var(--font12);
  color: var(--sohCream);
  text-align: center;
  padding: 0;
  font-family: var(--a2standardregular);
  width: 100%;
  margin: 20px 0;
  line-height: 24px;
}

.footer-menu-wrapper {
  width: 100%;
}

.footer-menu-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-menu-wrapper ul li {
  list-style-type: none;
  margin: 0 5px;
  color: var(--sohCream);
  font-size: var(--font12);
}
.footer-menu-wrapper ul li a {
  color: var(--sohCream);
  text-decoration: none;
  font-size: var(--font12);
  line-height: 24px;
}

.footer-bottom-text {
  margin-top: 20px;
  color: var(--sohCream);
  text-decoration: none;
  font-size: var(--font12);
  line-height: 24px;
  padding-bottom: 32px;
  width: 100%;
  text-align: center;
}
/*footer-component-wrapper css ends*/
.menu-toggle-icon {
  display: none;
}
.seach-wrapper {
  position: absolute;
  right: 25px;
  top: 25px;
}
.seach-wrapper a img {
  width: 16px;
  max-width: 100%;
  height: 16px;
}
.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}
.top-0 {
  top: 0 !important;
}
.page-back-btn {
  position: absolute;
  left: -50px;
  top: 0;
}
.services-ticker-block {
  position: relative;
  display:flex; 
  align-items:center;
  overflow-x: hidden;
}
.common-button-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: 80px;
}
.see-all-recipes-btn {
  border-radius: 12px;
  background: var(--sohGold);
  color: var(--clrwhite);
  padding: 12px 30px;
  font-size: var(--font16);
  line-height: 18px;
  font-weight: 700;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  text-transform: uppercase;
}
.learn-more-btn, .learn-more-btn-amazone {
  border-radius: 12px;
  background: var(--sohGold);
  color: var(--clrwhite);
  padding: 12px 30px;
  font-size: var(--font16);
  line-height: 18px;
  font-weight: 700;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
}
.learn-more-btn::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-brown-small.svg') no-repeat center center transparent;
  background-size: auto;
  z-index: 1;
}
.learn-more-btn img {
  margin: 0 0 0 10px;
}
.top-0 {
  top: 0 !important;
}



/*Product category page css starts*/
.product-category-page-wrapper {
    position: relative;
    z-index: -1;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--clrwhite);
    padding: 0;
    text-align: center;
}
.product-category-page-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.product-category-page-inner .tns-controls {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 0;
}
.product-category-page-inner .tns-controls button[data-controls="prev"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-left.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
  position: relative;
  left: -50px;
}
.product-category-page-inner .tns-controls button[data-controls="next"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-right.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
  position: relative;
  right: -40px;
}
.product-category-page-inner .tns-controls button:disabled {
  opacity: .3;
  cursor: default;
}
.product-category-page-inner .tns-inner {
  margin-top: 20px !important;
}
.category-list-slider {
  width: 100%;
  max-width: 100%;
  display: block !important;
  }
  .category-list-slider li {
      width: 120px !important;
  }
.product-category-heading {
  font-size: var(--font40);
  line-height: 52px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.product-category-heading a {
  text-decoration: none;
  border: 0;
  outline: 0;
}
.product-category-heading .next-collection img {
  rotate: -180deg;
} 
.product-category-text {
  font-size: var(--font14);
  line-height: 24px;
  margin: 20px 0;
}
.product-category-list {
  width: 84%;
}
.product-category-list #tns1 > .tns-item {
  padding-right: 0;
}
.product-category-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-category-list ul li {
  list-style-type: none;
  margin: 0 20px;
  display: flex;
  justify-content: center;
}

.product-category-list ul li a {
  text-decoration: none;
  border: 0;
  outline: 0;
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-category-list ul li a img {
  transition: transform 0.5s ease; /* Smoothly animates the change */
  width:100%;
  max-width: 140px;
  height: 210px;
  max-height: 100%;
  object-fit: cover;
}

.product-name {
  color: var(--clrblack);
  transition: transform 0.8s ease;
  height: 40px;
}
.product-category-page-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-white.svg') no-repeat center center var(--sohCream);
  background-size: cover;
  z-index: -1;
}

/*product category list component starts*/
.product-category-list-wrapper {
    position: relative;
    z-index: -2;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--lightyellow);
    margin-top: 72px;
    padding: 0;
    text-align: center;
}
.product-category-list-inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}
.product-category-items-heading {
  color: var(--clrblack);
  text-align: center;
  font-size: var(--font16);
  line-height: 18px;
  font-weight: bold;
  padding: 40px 0 0 0;
}
.product-category-items-text {
  color: var(--clrblack);
  text-align: center;
  font-size: var(--font14);
  line-height: 24px;
  margin: 20px 0;
}

.product-category-items {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-category-item {
  width: 256px;
  height: 110px;
  border-radius: 12px;
  background: var(--sohGold);
  color: var(--clrwhite);
  text-align: center;
  font-size: var(--font16);
  line-height: 18px;
  font-weight: bold;
  margin: 0 16px 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.product-category-list-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-pale-yellow.svg') no-repeat center center var(--sohBrown);
  background-size: cover;
  z-index: -1;
  
}
/*product category list component starts*/

.product-description-overlay {
  display: none;
  width: 100%;
  position: relative;
  background: var(--sohCream);
  padding: 10px;
  z-index: 1000;  
  bottom: 0;          
  left: 0;
  top: 20px;
}

.learn-more-btn-amazone img {
  margin-left: 5px;
}
/* Arrow */
.product-description-overlay::before {
  content: "";
  position: absolute;
  top: -24px;
  left: var(--arrow-left, 50%);
  transform: translateX(-50%);
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid var(--sohCream);
}


.product-description-overlay-inner {
  border: 2px solid var(--sohRed);
  display: block;
  padding: 20px;
  position: relative;
}
.overlay-heading {
  font-size: var(--font20);
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 10px;
  font-family: var(--a2standardregular);
}
.overlay-description {
  font-size: var(--font14);
  line-height: 24px;
  text-align: center;
  display: inline-block;
  padding: 10px;
  font-family: var(--a2standardregular);
}
.overlay-brand-logos {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.overlay-bottom-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.overlay-bottom-buttons a {
  margin: 10px;
  position: relative;
}
.overlay-bottom-buttons a::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-brown-small.svg') no-repeat center center transparent;
  background-size: auto;
  z-index: 0;
}
.overlay-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
/*Product category page css ends*/

/*all recipes page css starts*/
.all-recipes-component-wrapper {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--sohCream);
    padding: 0;
    text-align: center;
}
.all-recipes-component-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-pale-yellow.svg') no-repeat center center var(--sohBrown);
  background-size: cover;
  z-index: -1;
}
.all-recipes-component-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.all-recipes-page-heading {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: var(--brown);
    padding-top: 50px;
    font-family: var(--a2standardbold);
}
.all-recipes-page-description {
    width: 100%;
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
    color: #522827;
}


/*tabs css*/
.all-recipes-tabs-wrapper {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
    position: relative;
}

/*tabs css starts*/
.all-recipes-tabs {
    margin: 40px 0 20px 0;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.all-recipes-tabs li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    padding: 10px 30px;
    font-size:1.2em;
    line-height:2em;
    color: var(--clrwhite);
    background: var(--brown);
    border-radius: 12px;
    font-size: var(--font16);
    line-height: 24px;
    box-shadow: 0 2px 8px 0px rgba(0,0,0,0.4);
}
.all-recipes-tabs li:hover {
    background:var(--darkbrown);
    }
.all-recipes-tabs li.current{
    background: #C17600;
    color: #FFF;
}
.all-recipes-tab-content{
    display: none;
    background: var(--lightyellow);
    padding: 15px;
    line-height:1.4;
    width: 100%;
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto;
    border-radius: 28px;
}
.all-recipes-tab-content.current{
    display: inherit;
}

.all-recipes-tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.all-recipes-tab-content ul li {
    margin: 0;
}
.all-recipes-tab-content ul li a {
    text-decoration: none;
    color: var(--brown);
    font-size: var(--font16);
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    border-radius: 11px;
    line-height: 24px;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 10px;
    margin: 0 auto;
}

.all-recipes-item-text {
    font-size: var(--font16);
    font-weight: 500;
    color: var(--clrblack);
    display: block;
    padding: 10px 0;
    text-align: center;
}
/*all recipes page css ends*/

/*recipe detail page css starts*/
.recipe-details-page-wrapper {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: url('../images/product-recipe-bg.svg') repeat-x top center;
  padding: 0;
  min-height: 500px;
}

.recipe-details-page-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-pale-yellow.svg') no-repeat center center var(--clrwhite);
  background-size: cover;
  z-index: 0;
  height: 200px;
}
.recipe-detail-heading {
  font-size: var(--font24);
  font-weight: bold;
  color: var(--clrblack);
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.recipe-detail-heading img {
  margin: 0 10px;
  cursor: pointer;
}
.recipe-detail-text {
  font-size: var(--font14);
  font-weight: 400;
  color: var(--clrblack);
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 24px;
}
.recipe-details-page-inner::before {
  content: ""; /* Required */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/product-detail-bg-top.png') no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.recipe-details-page-inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:0;
}
.recipe-img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding-top: 100px;
}
.recipe-img img {
  max-width: 220px;
}

.recipe-details-contnet-wrapper {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: var(--clrwhite);
  padding: 0;
  margin-top: 72px;
}

.recipe-details-contnet-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-white.svg') no-repeat center center var(--sohCream);
  background-size: cover;
  z-index: -1;
  min-height: 72px;
}
.category-button-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-top: 20px;
}
.category-button-container .js-prev {
	transform: rotate(-90deg);
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/arrow-up.png') no-repeat 0 0 transparent;
  width: 13px;
  height: 8px;
  position: relative;
  left: -50px;
}
.category-button-container .js-next {
	transform: rotate(90deg);
   cursor: pointer;
  text-indent: -5000px;
  background: url('../images/arrow-up.png') no-repeat 0 0 transparent;
  width: 13px;
  height: 8px;
  position: relative;
  right: -40px;
}
.recipe-details-page-inner .slider-dots {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-top: -15px;
}

.recipe-details-page-inner .slider-dots button {
    width: 10px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    border: none;
    background: #623C2C33;
    cursor: pointer;
}

.recipe-details-page-inner .slider-dots button.active {
    background: #623C2C;
    transform: scale(1.2);
}


.recipe-details-contnet-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:0;
}

.recipe-details-content-text {
  color: var(--sohGrey);
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: var(--font14);
  line-height: 24px;
  padding-top: 0;
}
.recipe-size-select-wrapper {
  width: 370px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
.recipe-size-select-wrapper select {
  width: 370px;
  border: 1px solid rgba(0, 0, 0, 0.1); 
  margin: 5px;
  padding: 10px;
  margin-top: 50px;
  font-size: var(--font14);
  line-height: 18px;
  color: var(--sohBrown);
  font-family: var(--a2standardregular);
  
}
.select-arrow {
  background: url('../images/arrow-down.svg') no-repeat center center var(--clrwhite);
  width: 40px;
  height: 35px;
  position: absolute;
  top: 53px;
  right: 0;
  z-index: 1;
  display: none;
}
.ingredients-select-wrapper {
  width: 580px;
  margin: 0 auto;
  position: relative;
}
.ingredients-select-wrapper select {
  width: 100%;
  margin: 5px;
  padding: 10px;
  margin-top: 0;
  font-size: var(--font16);
  line-height: 18px;
  color: var(--sohBrown);
  font-family: var(--a2standardregular);
  border-radius: 20px;
  padding-left: 50px;
  font-weight: bold;
  text-transform: uppercase;
  background: url('../images/ingredients-select-before-icon.svg') no-repeat 10px center var(--sohCream);
}
.ingredients-select-arrow {
  background: url('../images/arrow-down.svg') no-repeat center center var(--sohCream);
  width: 42px;
  height: 35px;
  position: absolute;
  top: 3px;
  right: -2px;
  z-index: 1;
  border-radius: 20px;
}

.nutrition-facts-select-wrapper {
  width: 580px;
  margin: 0 auto;
  position: relative;
}
.nutrition-facts-select-wrapper select {
  width: 100%;
  margin: 5px;
  padding: 10px;
  margin-top: 0;
  font-size: var(--font16);
  line-height: 18px;
  color: var(--sohBrown);
  font-family: var(--a2standardregular);
  border-radius: 20px;
  padding-left: 50px;
  font-weight: bold;
  text-transform: uppercase;
  background: url('../images/nutrition-facts-select-before.svg') no-repeat 10px center var(--sohCream);
}
.nutrition-facts-select-arrow {
  background: url('../images/arrow-down.svg') no-repeat center center var(--sohCream);
  width: 42px;
  height: 35px;
  position: absolute;
  top: 3px;
  right: -2px;
  z-index: 1;
  border-radius: 20px;
}
.ingredients-accordion-toggle {
   width: 100%;
  margin: 20px 0;
  padding: 10px;
  margin-top: 0;
  font-size: var(--font16);
  line-height: 18px;
  color: var(--sohBrown);
  font-family: var(--a2standardregular);
  border-radius: 20px;
  padding-left: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  background: url('../images/nutrition-facts-select-before.svg') no-repeat 10px center var(--sohCream);
}

.ingredients-accordion-content .nfp-nutrition-facts {
  max-width: 100%;
}
  /*related products compoent css starts*/
.related-products-contnet-wrapper {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: var(--sohCream);
  padding: 0;
  margin-top: 72px;
}

.related-products-contnet-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-pale-yellow.svg') no-repeat center center var(--sohBrown);
  background-size: cover;
  z-index: -1;
  min-height: 72px;
}

.related-products-contnet-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:0;
}

.related-product-heading-text {
  font-family: var(--a2standardregular);
  font-size: var(--font24);
  line-height: 32px;
  color: var(--clrblack);
  display: block;
  text-align: center;
  margin: 32px 0 24px 0;
  font-weight: bold;
  padding-top: 32px;
  text-transform: uppercase;
}
.related-product-sub-text {
  font-family: var(--a2standardregular);
  font-size: var(--font14);
  line-height: 24px;
  color: var(--clrblack);
  display: block;
  text-align: center;
}

.related-products-bottom-component {
  width: 100%;
  position: relative;
}
.related-products-bottom-component ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.related-products-bottom-component ul li {
  list-style-type: none;
  margin: 20px;
}
  /*related products compoent css ends*/

/*recipe detail page css ends*/

/*recipe-page css starts*/
.recipe-page-content-wrapper {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: var(--clrwhite);
  padding: 0;
}

.recipe-page-content-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-white.svg') no-repeat center center var(--sohCream);
  background-size: cover;
  z-index: -1;
}
.recipe-page-contnet-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:0;
  display: flex;
}
.recipe-page-left {
  width: 50%;
  display: flex;
}
.recipe-page-left img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 20px;

}
.recipe-page-right {
  width: 50%;
}
.recipe-page-right-inner {
  padding: 24px;
}
.recipe-page-right-heading {
  font-family: var(--a2standardregular);
  font-size: var(--font24);
  line-height: 32px;
  color: var(--clrblack);
  display: flex;
  text-transform: uppercase;
  font-weight: bold;
  justify-content: space-between;
}
.recipe-page-right-heading img {
  margin: 0 10px;
}
.recipe-page-sub-text {
  font-family: var(--a2standardregular);
  font-size: var(--font14);
  line-height: 18px;
  color: var(--sohGrey);
  margin: 16px 0;
}
.recipe-ingredients {
  width: 100%;
  margin: 20px 0;
}
.recipe-ingredients-heading {
  font-size: var(--font16);
  line-height: 18px;
  color: var(--sohBrown);
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 30px;
  background: url('../images/list-icon.svg') no-repeat left center;
}
.recipe-ingredients-heading span, .recipe-directions-heading span {
  display: none;
}
.recipe-ingredients ul {
  margin: 20px 0;
  padding: 0 20px;
}

.recipe-ingredients ul li {
  font-size: var(--font14);
  line-height: 18px;
  color: #666666;
  margin: 12px 0;
}
.recipe-description {
  font-family: var(--a2standardregular);
  font-size: var(--font14);
}
.recipe-directions {
  width: 100%;
}
.recipe-directions-heading {
  font-size: var(--font16);
  line-height: 24px;
  color: var(--sohBrown);
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 30px;
  background: url('../images/directions-icon.svg') no-repeat left center;
}
.recipe-directions ul {
  margin: 20px 0;
  padding: 0 20px;
}

.recipe-directions ul li {
  font-size: var(--font14);
  line-height: 24px;
  color: #666666;
  margin: 10px 0;
}

  /*related recipes css starts*/
  .related-recipes-contnet-wrapper {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--sohCream);
    padding: 0;
    margin-top: 72px;
  }
  .related-recipes-contnet-wrapper::after {
    content: ""; /* Required */
    position: absolute;
    bottom: -72px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/shape-pale-yellow.svg') no-repeat center center var(--sohBrown);
    background-size: cover;
    z-index: 0;
    min-height: 72px;
  }
  .related-recipes-contnet-inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0;
  }

  .related-recipes-heading-text {
    font-family: var(--a2standardregular);
    font-size: var(--font24);
    line-height: 32px;
    color: var(--clrblack);
    display: block;
    text-align: center;
    margin: 32px 0 24px 0;
    font-weight: bold;
    padding-top: 32px;
    text-transform: uppercase;
  }
  .related-recipes-sub-text {
    font-family: var(--a2standardregular);
    font-size: var(--font14);
    line-height: 24px;
    color: var(--clrblack);
    display: block;
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
  }
  .related-recipes-bottom-component {
    width: 100%;
    position: relative;
  }
  .related-recipes-bottom-content {
    background: var(--lightyellow);
    padding: 15px;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto;
    border-radius: 28px;
  }
  .related-recipes-bottom-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .related-recipes-bottom-content ul li {
    margin: 0;
  }
  .related-recipes-bottom-content ul li a {
    text-decoration: none;
    color: var(--brown);
    font-size: var(--font16);
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    border-radius: 11px;
    line-height: 24px;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 10px;
    margin: 0 auto;
  }
  .related-recipes-item-img {
    width: 100%;
    max-width: 275px;
  }
   .related-recipes-item-img img {
    width: 275px;
    max-width: 100%;
    object-fit: cover;
   }
  .related-recipes-item-text {
    font-size: var(--font16);
    font-weight: 500;
    color: var(--clrblack);
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  /*related recipes css starts*/
/*recipe-page css ends*/
.recipe-gallery-item img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}
.margintop-72px {
  margin-top: 72px;
}
.margintop-25px {
  margin-top: 25px;
}
/*mobile css starts*/

/*custom page css starts*/
.csc-product-category-page .product-category-heading {
  padding: 30px 0;
  text-align: center;
  display: block;
}
.csc-product-category-page .product-category-items-text {
  margin: 0 0 20px 0;
}
.csc-product-category-page .product-category-items {
  margin-bottom: 30px;
}
.csc-product-category-page .footer-component-inner {
  padding-top: 0;
}

.all-recipes-component-wrapper .product-category-heading {
  padding: 30px 0 30px 0;
  text-align: center;
  display: flex;
}

.related-products-bottom-component img {
    width: 140px;
    height: 210px;
    object-fit: cover;
}

.single-product .footer-component-wrapper{
  margin-top:72px;
}


/*contact us page css starts*/
.contact-us-page-wrapper {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: var(--clrwhite);
  padding: 0;
}

.contact-us-page-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-white.svg') no-repeat center center var(--sohCream);
  background-size: cover;
  z-index: -1;
}
.contact-page-contnet-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:0;
  display: flex;
  flex-wrap: wrap;
}
.contact-us-heading {
  font-size: var(--font40);
  line-height: 52px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 32px 0 40px 0;
}
.contact-us-heading a {
  text-decoration: none;
  border: 0;
  outline: 0;
}
.contact-us-types-wrapper {
  width: 100%;
  max-width: 970px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 40px;
}

.contact-us-call, .contact-us-email, .contact-us-media {
  width: 306px;
  height: 360px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin-right: 24px;
}
.contact-us-media {
  margin-right: 0;
}
.contact-us-call {
  display: block;
}
.call-btn-wrapper, .email-btn-wrapper, .media-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-call-btn {
  width: 60px;
  height: 60px;
  background: url('../images/call-btn.svg') no-repeat 0 0;
  margin: 40px 0;
}
.email-us-btn {
  width: 60px;
  height: 60px;
  background: url('../images/email-us-btn.svg') no-repeat 0 0;
  margin: 40px 0;
}
.media-btn {
  width: 60px;
  height: 60px;
  background: url('../images/contact-media-btn.svg') no-repeat 0 0;
  margin: 40px 0;
}
.contact-us-text-heading {
  font-family: var(--a2standardregular);
  font-size: var(--font20);
  line-height: 32px;
  font-weight: bold;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-us-text-sub-heading {
  font-family: var(--a2standardregular);
  font-size: var(--font14);
  line-height: 18px;
  display: block;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}
.contactus-btn {
  border-radius: 12px;
  background: var(--sohBrown);
  color: var(--clrwhite);
  padding: 12px 30px;
  font-size: var(--font16);
  line-height: 18px;
  font-weight: 700;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contactus-btn::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/shape-dard-brown-small.svg') no-repeat center center transparent;
  background-size: auto;
  z-index: 0;
}
.write-to-us {
  width: 306px;
  height: 360px;
  margin: 0 auto;
}
.write-us-btn {
  width: 60px;
  height: 60px;
  background: url('../images/write-us-btn.svg') no-repeat 0 0;
  margin: 40px 0;
}

#close-contact {
position: absolute;
right: 0;
padding: 0;
font-size: 18px;
border-radius: 50%;
width: 30px;
height: 30px;
cursor: pointer;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.csc-contact-form__field {
  margin: 10px 0;
}
.csc-contact-form__field label {
  margin: 0 5px;
}
.csc-contact-form__field input, .csc-contact-form__field select {
      margin: 5px;
    border-radius: 5px;
    padding: 15px;
}
.csc-contact-field__help {
  margin: 0 auto;
}
.csc-contact-form__field select {
    margin: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    background: url(../images/arrow-down.svg) no-repeat 97% 15px var(--clrwhite);
}
.csc-contact-form__field label {
  margin-bottom: 10px;
}
/*contact us page css ends */


/*our-story-component-wrapper css starts*/
.our-story-component-wrapper {
    position: relative;
    z-index: 0;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--clrwhite);
    margin-top: 72px;
    padding: 0;
    text-align: center;
	display: none;
}
.our-story-component-inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px 40px 20px;
    text-align: center;
}
.our-story-heading {
    font-size: var(--font18);
    color: var(--darkbrown);
    text-align: center;
    padding: 0 0 30px 0;
    font-family: var(--a2standardbold);
}
.our-story-content-wrapper {
    display: flex;
}
.our-story-component-wrapper::after {
  content: ""; /* Required */
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/white-shape.svg') no-repeat center center transparent;
  background-size: cover;
  z-index: -1;
}
.our-story-close {
  position: absolute;
  top: 0;
  right: 100px;
  cursor: pointer;
  z-index: 5;
}
.our-story-content-desc {
  font-size: var(--font14);
  line-height: 24px;
  margin: 20px 0;
}
.our-story-card {
  width: 335px !important;
  position: relative;
  border-radius: 12px;
  background: var(--sohCream);
  padding: 32px 12px!important;
  margin-right: 20px;

}
.card-heading-text {
  position: absolute;
  background: var(--sohGold);
  top: -20px;
  left: 38%;
  padding: 11px 30px;
  color: var(--clrwhite);
  border-radius: 12px;
}
.card-image {
  width: 205px;
  margin: 0 auto;
}
.our-story-slider {
  display: flex;
}
.our-story-component-inner .tns-outer {
  margin: 20px 35px;
}
.our-story-component-inner .tns-inner {
    margin: 25px -15px 0px 0px !important;
}

.our-story-component-inner .tns-nav {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.our-story-component-inner .tns-nav button {
    background-color: var(--clrwhite);
    margin: 4px;
    width: 10px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid var(--brown);
}
.our-story-component-inner .tns-nav button.tns-nav-active {
    background-color: var(--brown);
}
.our-story-component-inner .tns-controls {
  position: absolute;
  bottom: -75px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  z-index: 5;
}
.our-story-component-inner .tns-controls button[data-controls="prev"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-left.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
}
.our-story-component-inner .tns-controls button[data-controls="next"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-right.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
}
/*about-us-component-wrapper css starts*/
.about-us-component-wrapper {
    position: relative;
    z-index: 0;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: var(--clrwhite);
    margin-top: 72px;
    padding: 0;
    text-align: center;
}
.about-us-component-inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}
.about-us-heading {
    font-size: var(--font18);
    color: var(--darkbrown);
    text-align: center;
    padding: 0 0 30px 0;
    font-family: var(--a2standardbold);
}
.about-us-content-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
    position: relative;
}
.about-us-content-wrapper {
  width: 100%;
  max-width: 100%;
}
.about-us-content-desc {
  font-size: var(--font14);
  line-height: 24px;
  padding: 20px;
}
/*about-us-component-wrapper css ends*/

.product-template-default .footer-component-inner {
  padding-top: 0;
}
.product-details__description, .product-details__description p {
  font-size: var(--font14);
  line-height: 24px;
  color: #666666;
}

.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.print-recipe-btn {
  opacity: 0;
}
.terms-page-heading {
  background: transparent;
  position: relative;
  border-top: 2px solid #623C2C;
  padding: 10px 70px;
  max-width: 100%;
}

.comman-wrapper {
  max-width: 1160px;
  margin: 0 auto;
  font-family: var(--a2standardregular);
}
.comman-wrapper p {
  margin: 20px 0;
  font-family: var(--a2standardregular);
}
.comman-wrapper p strong {
  margin: 5px 0;
  font-family: var(--a2standardregular);
  display: block;
}
.search-wrapper-main {
  max-width: 1160px;
  margin: 0 auto;
  font-family: var(--a2standardregular);
  margin-top: 30px;
}
.notfound-wrapper .page-content p {
  margin: 20px 0;
  display: block;
}

.notfound-wrapper .page-content form {
  padding: 5px 0;
  margin: 20px 0;
}
.notfound-wrapper-main .page-header h1 {
  font-size: 18px;
}
.notfound-wrapper .page-content form input {
    width: 400px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding-left: 10px;
}
.notfound-wrapper .page-content form #searchsubmit {
  padding: 5px;
  border-radius: 8px;
  background-color: var(--brown);
  color: var(--clrwhite);
  width: 120px;
}
.csc-contact-form button[type=submit],
.csc-contact-form__field-group .button-primary {
  border-radius: 12px;
  background: var(--sohGold);
  color: var(--clrwhite);
  padding: 12px 30px;
  font-size: var(--font16);
  line-height: 18px;
  font-weight: 700;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 12px 0;
  cursor: pointer;
}

select {
  appearance: none;            /* Standard */
  -webkit-appearance: none;    /* Safari/Chrome */
  -moz-appearance: none;       /* Firefox */
  background: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding: 10px 40px 10px 10px; /* extra space for arrow */
  background: url('../images/arrow-down.svg') no-repeat 340px 15px var(--clrwhite);
  background-size: 16px;
}
.footer-component-inner-contact-us {
    margin: 0 auto;
    position: absolute;
    padding-top: 72px;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--sohBrown);
    width: 100%;
    max-width: 100%;
    left: 0;
}

.js-recipe-gallery .tns-nav {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.js-recipe-gallery .tns-nav button {
    background-color: var(--clrwhite);
    margin: 4px;
    width: 10px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid var(--brown);
}
.js-recipe-gallery .tns-nav button.tns-nav-active {
    background-color: var(--brown);
}
.js-recipe-gallery .tns-controls {
  position: absolute;
  bottom: -75px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  z-index: 5;
}
.js-recipe-gallery .tns-controls button[data-controls="prev"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-left.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
}
.js-recipe-gallery .tns-controls button[data-controls="next"] {
  cursor: pointer;
  text-indent: -5000px;
  background: url('../images/slider-arrow-right.svg') no-repeat 0 0 transparent;
  width: 68px;
  height: 68px;
}
/*custom page css ends*/
@media screen and (min-width: 350px) and (max-width:768px) {
  .recipe-gallery-item img {
    width: 100%;
    display: block;
    border-radius: 6px;
    max-width: 390px;
    height: 300px;
    object-fit: cover;
   }
 .recipe-page-left img {
        width: 100%;
        display: block;
        border-radius: 6px;
        max-width: 390px;
        height: 300px;
        object-fit: cover;
    }
  .csc-contact-form__field select {
    margin: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    background: url(../images/arrow-down.svg) no-repeat 345px 15px var(--clrwhite);
}
  .product-category-list ul li {
  list-style-type: none;
  margin: 0;
}
  .mobile-view {
    display: block;
  }
  .desktop-view {
    display: none;
  }
  .main-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  header {
    background-color: var(--lightyellow);
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .header-inner {
    padding: 0 20px;
    position: relative;
  }
  header {
    padding: 5px 0;
  }
  /*main navigation for mobile css starts*/
  .main-navigation {
    display: none;
  }
  .menu-toggle-icon {
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
    cursor: pointer;
  }
  .menu-toggle {
    width: 30px;
    height: 25px;
  }
  .menu-close {
    width: 30px;
    height: 25px;
    display: none;
  }
  .soh-logo {
    margin: 0 auto;
  }
  .seach-wrapper {
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .main-navigation {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: var(--clrwhite);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 0;
    display: none;
    padding: 20px;
    box-shadow: 0px 7px 5px -1px rgba(0, 0, 0, 0.49) inset;
  }
  .main-navigation ul {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-navigation ul li {
    margin: 0 0 20px 0;
  }
  .product-menu-overlay {
    top: 160px;
  }
  .recipes-menu-overlay {
    top: 230px;
  }
  .product-menu-container {
    padding: 0 0 0 65px;
  }
  .product-categories, .featured-categories {
    width: 100%;
    height: auto;
    display: inline;
  }
  .main-navigation ul {
    margin: 0;
  }
  .main-navigation ul li a {
    font-size: var(--font18);
    padding: 10px 0;
    display: block;
    text-align: left;
    line-height: 24px;
    text-transform: uppercase;
    background: transparent;
    color: #522827;
    white-space: nowrap;
  }
  .arrow-down {
    background: url('../images/arrow-down.png') no-repeat right 10px transparent;
  }
  .arrow-up {
    background: url('../images/arrow-up.png') no-repeat right 10px transparent;
  }
  .main-navigation ul li a.orange-bg, .main-navigation ul li a.lightgreen-bg, 
  .main-navigation ul li a.lightgreen-bg, .main-navigation ul li a.darkred-bg, 
  .main-navigation ul li a.brown-bg,   .main-navigation ul li a.orange-light-bg {
    background-color: transparent!important;
  }
  .product-categories .product-categories-heading {
    padding: 10px 0;
    margin: 0;
  }
  .product-categories-list ul li {
    margin: 0;
  }
  .product-categories-list ul li a {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    display: inline;
    text-transform: capitalize;
  }
  .product-menu-overlay .product-menu-container .featured-categories {
    border-left: 0;
    padding-left: 0;
    margin-top: -45px;
  }
  .product-menu-overlay .product-menu-container .featured-categories .featured-categories-heading {
    display: none;
  }
   .product-menu-overlay .product-menu-container .featured-categories-list .top-custom-bg {
    background-color: transparent !important;
    height: auto;
    position: relative;
   }
   .product-menu-overlay .product-menu-container .featured-categories-list .category-text {
    color: #522827;
    text-align: left;
    font-size: 12px;
    line-height: 0;
    margin-bottom: 15px;
   }
   .product-menu-overlay .product-menu-container .featured-categories-list .bottom-custom-bg {
    display: none;
   }
   .product-menu-overlay .product-menu-container .featured-categories-list ul li {
    margin: 0;
    padding: 0;
   }
   .product-menu-overlay .product-menu-container .featured-categories-heading {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: inline;
   }
   .product-menu-overlay .product-menu-container .featured-categories-list ul {
    width: 100%;
   }
   .product-menu-overlay .product-menu-container .featured-categories-list ul li a {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    display: inline;
    text-transform: capitalize;
    color: var(--brown);
   }
   
   /*recipe menu overlay css*/
   .recipes-menu-overlay .recipes-menu-container .trending-recipes-wrapper,
   .recipes-menu-overlay .recipes-menu-container .featured-recipe-products-wrapper {
    display: none !important;
   }
  .recipes-menu-overlay .recipes-menu-container {
    padding: 0 20px;
    width: 100%;
  }
  .recipes-menu-overlay .recipes-menu-container .recipe-categories-wrapper {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .recipes-menu-overlay .recipes-menu-container .recipe-categories-heading {
    display: none;
  }
  .recipes-menu-overlay .recipes-menu-container .recipes-category-list {
    margin-top: 5px;
  }
  .recipes-menu-overlay .recipes-menu-container .recipes-category-list ul {
    margin-left: 65px;
  }
  .recipes-menu-overlay .recipes-menu-container .recipes-category-list ul li {
    margin: 0 0 20px 0;
  }
  .recipes-menu-overlay .recipes-menu-container .recipes-category-list ul li a {
    font-size: 12px;
    color: #522827;
    margin: 0;
    padding: 0;
  }
  .related-recipes-item-img {
    width: 100%;
    max-width: 175px;
  }
  .related-recipes-item-img img{
    width: 100%;
    max-width: 170px;
  }
  .related-products-bottom-component img {
    width: 165px;
  }
  .recipe-ingredients-heading {
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    margin-top: 0;
    font-size: var(--font16);
    line-height: 18px;
    color: var(--sohBrown);
    font-family: var(--a2standardregular);
    border-radius: 20px;
    padding-left: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    background: url(../images/nutrition-facts-select-before.svg) no-repeat 10px center var(--sohCream);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .recipe-directions-heading {
    width: 100%;
    margin: 5px;
    padding: 10px;
    margin-top: 0;
    font-size: var(--font16);
    line-height: 18px;
    color: var(--sohBrown);
    font-family: var(--a2standardregular);
    border-radius: 20px;
    padding-left: 50px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/layers.svg) no-repeat 10px center var(--sohCream);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .recipe-ingredients-heading span, .recipe-directions-heading span {
  display: block;
}
  /*search menu overlay css*/
  .search-menu-overlay {
    top: 105px;
    height: 100vh;
  }
  .search-menu-overlay-inner {
    max-width: 100%;
    padding: 20px;
  }
  .search-bar-wrapper {
    max-width: 390px;
    margin-top: 0;
  }
  .search-bar-wrapper input {
    width: 330px;
  }
  .seach-overlay-close {
    right: -5px;
  }
  .recent-search-wrapper {
    width: 100%;
  }
  .recent-search-wrapper ul {
    display: flex;
    flex-wrap: wrap;
  }
  .recent-search-wrapper ul li a {
    white-space: nowrap;
  }
  .most-searched-recipes-wrapper {
    display: none;
  }
/*main navigation for mobile css ends*/

  /*mobile hero component css starts*/
  .hero-component-wrapper {
    background: #623C2C;
    background: linear-gradient(180deg, rgba(98, 60, 44, 1) 61.5%, rgba(248, 234, 215, 1) 50%);
  }

  .hero-component-wrapper .hero-component-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: transparent!important;
  }
  .hero-component-inner #tns1-ow .tns-controls button[data-controls="prev"] {
    left: 35%;
  }
  .hero-component-inner #tns1-ow .tns-controls button[data-controls="next"] {
    right: 35%;
  }
  
  /*people-love-Pretzels-component*/
  .people-love-Pretzels-component-desc {
    padding: 20px;
  }
  .people-love-Pretzels-listing #tns2-ow .tns-controls button[data-controls="prev"] {
    left: 15%;
  }
  .people-love-Pretzels-listing #tns2-ow .tns-controls button[data-controls="next"] {
    right: 15%;
  }
/*people-love-Pretzels-component*/
  .product-categories-component-inner {
    width: 100%;
    max-width: 100%;
  }
  .product-categories-heading {
    padding: 20px;
  }
  .product-categories-desc {
    padding: 20px;
  }

  .recipe-types-wrapper {
    gap: 10px;
  }

  .product-category-box-bg {
    bottom: 85px;
  }
  .product-categories-component-heading {
    font-size: var(--font24);
    font-weight: bold;
    line-height: 18px;
  }
  .people-love-Pretzels-listing .tns-controls button[data-controls="prev"] {
    left: 30%;
  }
  .people-love-Pretzels-listing .tns-controls button[data-controls="next"] {
    right: 30%;
  }
.trending-recipes-component-inner .bottom-curve-bg-white {
    margin-top: -32px;
    height: 85px;
    background: url('../images/shape-triangle-white.svg') no-repeat center bottom;
    background-size: contain;
  }
  .trending-recipes-heading {
    padding-top: 100px;
  }
  .bottom-curve-bg {
    margin-top: -60px;
  }
  .bottom-curve-brown-img-bg {
    margin-top: -27px;
    background: url('../images/hero-bottom-dark-brown-shape.svg') no-repeat center bottom;
    background-size: contain;
  }
  .our-story-component-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .our-story-component-tabs li {
    margin: 5px 0;
    width: 120px;
    white-space: nowrap;
  }
  .trending-recipes-component-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }
  .our-story-tab-content-inner, .our-story-tab-content {
    padding: 0;
  }
  .our-story-tabs-wrapper {
    padding: 0 20px;
  }
  .story-description {
    padding: 20px;
  }
  .juicer-content-component-inner .bottom-curve-bg-white {
    display: none;
  }
  .footer-top-section {
    padding: 20px;
  }
  .common-button-wrapper {
    top: 75px;
  }

  /*product category list component starts*/
  .product-category-heading {
    font-size: var(--font24);
    line-height: 32px;
    padding: 0 !important;
  }
  .people-love-Pretzels-component-heading {
    padding: 40px 20px;
  }
  .product-category-text {
    padding: 20px;
    width: 100%;
  }
  .product-category-item {
    width: 160px;
    padding: 20px;
    margin: 10px;
  }
  .product-category-items-text {
    padding: 0 20px;
  }
  .category-list-slider {
    width: 100%;
    max-width: 100%;
    display: flex !important;
  }
  .category-list-slider li {
    width: 160px !important;
    margin-bottom: 20px !important;
  }
  /*product category list component ends*/

  /*recipe listing page css starts*/
  .all-recipes-tabs {
        margin: 20px 0 0 0;
    }
    .all-recipes-tab-content ul {
        gap: 0;
    }
    .all-recipes-tab-content ul li {
        margin: 0;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .all-recipes-tabs li {
        width: 173px;
        margin-bottom: 10px;
    }

    .all-recipes-tabs-wrapper {
        gap: 0;
    }
    .recipe-products-listing ul {
        justify-content: center;
    }
    .recipe-products-listing ul li {
        margin: 0 10px 30px 10px;
    }
    .recipe-products-listing ul li a {
        width: 170px;
        height: 235px;
    }
    .product-display-listing ul {
        width: 100%;
        margin: 0 20px;
    }
    .product-display-listing ul li {
        width: 100%;
    }
    .product-display-listing ul li a {
        width: 100%;
        height: auto;
    }
    .all-recipes-page-heading {
        font-size: var(--font18);
        color: #522827;
    }
    .recipe-page-inner {
        margin-top: 45px;
    }
    .recipe-page-heading {
        font-size: var(--font24);
        line-height: 32px;
    }
  /*recipe listing page css ends*/

  /*recipe-details-page-wrapper*/
  .recipe-details-content-text {
    padding: 20px;
  } 
  .ingredients-select-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  .ingredients-select-arrow, .nutrition-facts-select-arrow {
    right: 18px;
  }
  .nutrition-facts-select-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  .related-product-sub-text {
    padding: 20px;
  }
  /*recipe-details-page-wrapper*/

  /*recipe-page css starts*/
  .recipe-page-left, .recipe-page-right {
    width: 100%;
  }
  .recipe-page-left {
    padding: 20px;
  }
  .recipe-page-contnet-inner {
    flex-wrap: wrap;
  }
  .print-recipe-btn {
    width: 88px;
    height: 40px;
    border-radius: 100px;
    box-shadow: 0px 4px 8px 0px #00000066;
    background: url(../images/print-recipe-btn.svg) no-repeat 50px 6px;
    color: #623C2C;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  /*recipe-page css ends*/
.our-story-component-inner .tns-nav {
  bottom: -50px;
}
  /*footer*/ 
  .footer-component-inner {
    padding: 20px;
    padding-top: 72px;
  }

  .tax-csc_product_cat .footer-component-inner {
    padding-top: 2px;
  }
  .search-wrapper-main header.page-header, section.error-404.not-found h1.page-title {
   text-align: center;  
   padding:0px;
  }
  .contact-us-types-wrapper {
    max-width: 400px;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .csc-contact-form {
    width: 100%;
    padding: 20px;
  }
  .contact-us-call, .contact-us-email, .contact-us-media {
	  margin-right: 0;
  }
  .wp-block-paragraph {
    padding: 20px;
  }

}
  /*search resul*/ 
.search-wrapper {
    position: relative;
    margin-bottom: 40px;
    padding: 31px 11px 44px 15px;
    max-width: 1160px;
    margin: 0 auto;
}

.search-wrapper-main header.page-header{
    padding: 10px;
}

.search-wrapper .entry-summary p {
    font-size: var(--font16);
    font-weight: 500;
    color: var(--clrblack);
    display: block;
    padding: 10px 0;
    /* text-align: center; */
}

h2.entry-title-search a {
    font-size: var(--font24);
    line-height: 41px;
    color: var(--sohheading);
}


.search-wrapper .entry-summary {
    padding: 11px 0px 20px 0px;
    border-bottom: 1px dotted;
}

h2.entry-title-search {
    padding: 4px 0px;
}


section.error-404.not-found h1.page-title {
    padding: 9px 12px 5px 60px;
    /* text-align: center; */
}


section.error-404.not-found .page-content{
   position: relative;
    margin-bottom: 40px;
    padding: 31px 11px 44px 15px;
    max-width: 1100px;
    margin: 0 auto;

}
.wp-singular h1.entry-title {
    padding: 0px 66px;
}
.entry-header.heading-main {
    padding: 8px 0px;
    text-align: center;
    background: #623c29;
    color: #fff;
}
button#csc-load-more, a.wp-block-button__link.has-text-align-center.wp-element-button{
    border-radius: 12px;
    background: var(--sohGold);
    color: var(--clrwhite);
    padding: 12px 30px;
    font-size: var(--font16);
    line-height: 18px;
    font-weight: 700;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
}
   /* css ends*/