/* ================================
   Variables       
================================ */
:root {
  --a2standardregular: "A2StandardSans-Regular";
  --a2standardbold: "A2StandardSans-Bold";
  --a2StandardSansmedium: "A2StandardSans-Medium";
  --utopiaStdRegular: "utopia-std-regular";
  --utopiaStdBold: "utopia-std-bold";
  --utopiaStdItalic: "utopia-std-italic";
  --dinCondensedRegular: "din-condensed-variable-regular";
  --dinCondensedDemiBold: "din-condensed-variable-demi-bold";
  --utopiaStdCaptionBoldItalic: "utopia-std-caption-bold-italic";
  --font48: 48px;
  --font40: 40px;
  --font36: 36px;
  --font30: 30px;
  --font24: 24px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  --font12: 12px;
  --clrwhite: #ffffff;
  --clrblack: #000000;
  --raosRed: #af272f;
  --raosSandal: #f7f1e7;
  --raosSandal2: #F2EECA;
  --raosRed-2: #b5252c;
  --raosRed-menu-hover: #bb363d;
  --raosbutton-hover: #96181d;
  --bg-tan-light: rgba(207, 190, 154, 0.1);
  --bg-tan-medium: rgba(207, 190, 154, 0.2);
  --radius-25: 25px;
  --radius-20: 20px;
  --radius-16: 16px;
}

/* ================================
   GLOBAL RESETS          
================================ */

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  padding: 40px 0 0;
  font-family: var(--utopiaStdRegular);
  overflow-x: hidden;
  color: #222;
  background-color: #F8F7ED;
  line-height: 1.2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

p,
div,
h2,
h3,
a {
  line-height: normal;
}

a {
  text-decoration: none;
}

button {
  font-family: var(--utopiaStdRegular);
}

/* ================================
   Global Styles
================================ */

.raos-red {
  background-color: var(--raosRed);
}

.color-white {
  color: var(--clrwhite);
}

.bgcolor-black {
  background-color: var(--clrblack) !important;
}

.section-padding {
  padding: 80px 0;
}

.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}

/* ================================
   Header
================================ */

.site-header {
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.nav-item>a {
  color: var(--clrwhite) !important;
  font-size: 20px;
  font-family: var(--dinCondensedDemiBold);
  padding: 0px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  display: block;
  cursor: pointer;
  line-height: 25px;
}

.site-header div#mainNavbar ul li {
  text-transform: uppercase;
}

.site-header .raos-logo {
  max-width: 133px;
  height: auto;
  width: 100%;
}

.site-header a.navbar-brand {
  max-width: 140px;
  width: 100%;
}

/* .product_primary_menu>a:focus {
  border: 2px solid #000;
  outline-offset: 2px;
} */


.about-subMenu.show {
  left: inherit;
}

.site-header li.nav-item:first-child {
  margin-left: 0px;
}

.site-header li.nav-item:hover {
  background: var(--raosRed-menu-hover);
}

.site-header li.nav-item:hover a.nav-link {
  color: var(--clrwhite);
}

.site-header a.nav-link {
  color: var(--clrwhite);
  font-size: 16px;
  font-family: var(--dinCondensedDemiBold);
  padding: 0px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

.site-header .dropdown-toggle::after {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  margin-left: 10px;
  background: url(./../images/icons/dropdown_icon.png) no-repeat center center;
  width: 10px;
  height: 10px;
  vertical-align: baseline;
}

.site-header .navbar-nav .nav-link.show {
  color: #fff;
}

/* Search Icon */
.search-icon {
  width: 45px;
  height: 45px;
  background-color: rgba(243, 232, 190, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-icon i {
  color: #fff;
  font-size: 15px;
}

/* Store Button */
.btn-store {
    background-color: #f6e8c7;
    color: var(--raosRed);
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--dinCondensedDemiBold);
    text-transform: uppercase;
    box-shadow: 0px 1px 2px 0px #0000004D;
}

.btn-store:hover {
  background-color: #ead9b5;
  color: #8b1e25;
}

.search-and-find {
  max-width: 260px;
  width: 100%;
}

/* .navbar-collapse {
  flex-grow: 0;
} */
.mega-menu {
  background: #f8f8f8;
}

.mega-menu .dropdown-item {
  padding: 4px 0;
  font-size: 14px;
  color: #333;
}

.mega-menu .dropdown-item:hover,
.about .dropdown-item:hover {
  background: none;
  color: #a30000;
}


.mega-menu h6,
.sub-menu-title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #6B5C4E;
  font-family: var(--a2StandardSansmedium);
  text-transform: uppercase;
}

.feat-recp .card p {
  font-family: var(--a2standardregular);
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center;
}

.feat-recp .card {
  background-color: transparent;
}

.prod-submenu {
  padding: 30px 35px !important;
}

.dropdown-item {
  font-size: 18px;
}

.prod-submenu ul li {
  padding: 10px 0 15px;
}

.prod-submenu {
  padding: 35px !important;
}

.site-header .dropdown-item.active,
.site-header .dropdown-item:active,
.header-regular__dropdown ul li a:active {
  text-decoration: underline;
  background-color: transparent;
  color: inherit;
}

.site-header .dropdown-item:focus,
.site-header .dropdown-item:hover,
.header-regular__dropdown ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: var(--raosRed) !important;
}

.about-subMenu {
  max-width: 240px;
  width: 100%;
  padding: 20px;
  border-radius: 0px;
}

.about-subMenu ul {
  padding: 0;
}

.about-subMenu ul li {
  list-style-type: none;
  padding-bottom: 15px;
}

.about-subMenu ul li a {
  padding: 0;
  margin: 0;
}

.category-menu li,
.recipe-menu li {
  margin-bottom: 10px;
}

.category-menu li a.dropdown-item,
.recipe-menu li a.dropdown-item {
  font-size: 16px;
  font-family: var(--a2standardregular);
  color: #111b29;
}

.recipe-assitant {
  max-width: 265px;
  width: 100%;
}

.nav-item:has(.nav-link.show) {
  background: var(--raosRed-menu-hover);
}

.all-products {
  color: #000;
  font-size: 16px;
  font-family: var(--a2StandardSansmedium);
}

.collection-card {
  background: #f5f5f5;
  padding: 30px !important;
}

.mega-menu .collection-title {
  font-size: 16px;
  color: #261817;
  font-family: var(--a2standardbold);
}

.collection-card p {
  font-size: 16px;
  color: #261817;
  font-family: var(--a2standardregular);
}

.view-all-btn {
  background-color: var(--raosRed-2);
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 14px;
  border: 0px;
  color: #ffffff;
}

/* .view_all_product_primary_menu a {
  font-family: var(--a2standardbold) !important;
} */

/*** Updated Menu for Header ***/
.site-header li.nav-item {
  /* background: var(--raosRed-2); */
  margin: 0px 10px 0px 20px;
  text-align: center;
  border-radius: 4px;
}

.nav-item.dropdown>a::after {
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  margin-left: 10px;
  background: url(./../images/icons/dropdown_icon.png) no-repeat center center;
  width: 10px;
  height: 10px;
  vertical-align: baseline;
  display: inline-block;
}

.header-regular__dropdown {
  display: none;
  position: absolute;
  max-width: 240px;
  width: 100%;
  top: 100%;
  margin-top: var(--bs-dropdown-spacer);
  box-shadow: var(--bs-box-shadow) !important;
  background: var(--clrwhite);
  z-index: 99;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header-regular__dropdown ul li a {
  font-family: var(--dinCondensedDemiBold);
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: rgba(17, 27, 41, 1) !important;
  text-transform: none;
  text-align: left;
  letter-spacing: 1px;
}
.header-regular__dropdown ul li.view_all_product_primary_menu a{
  font-family: var(--dinCondensedDemiBold);
  font-size: 24px;
  line-height: 32px;
}
.header-regular__dropdown .made_with_primary_menu>a,
.header-regular__dropdown .featured_recipe_primary_menu>a {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6B5C4E !important;
}

.header-regular__dropdown-menu.header-regular__dropdown-one-col {
  grid-column-gap: 60px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.header-regular__dropdown ul {
  padding: 25px !important;
}

.header-regular__dropdown ul li {
  list-style-type: none;
  text-align: left;
  padding-bottom: 15px;
}

.menu-item-has-children.show>.header-regular__dropdown {
  display: block;
}

/* Recipe header submenu */
.recipe_primary_menu>.header-regular__dropdown>ul {
  padding: 30px 10px !important;
  max-width: 1280px;
  margin: 0 auto !important;
}

.made_with_primary_menu .header-regular__dropdown-menu {
  padding: 0 !important;
}

.recipe_primary_menu>.header-regular__dropdown {
  z-index: 99;
  left: 0;
  max-width: 100%;
}

.recipe_primary_menu>.header-regular__dropdown>ul {
  display: grid;
  grid-template-columns: 42% 1fr;
  /* grid-template-columns: 250px 250px 1fr; */
  gap: 23px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.recipe_primary_menu>.header-regular__dropdown>ul>li {
  list-style: none;
}

.recipe_primary_menu>.header-regular__dropdown>ul>li:first-child {
  border-right: 1px solid #D9D9D9;
}

/* COLUMN HEADINGS */
.made_with_primary_menu>a,
.featured_recipe_primary_menu>a {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
  letter-spacing: .5px;
  pointer-events: none;
}

/* MADE WITH */
/* 
.made_with_primary_menu .header-regular__dropdown-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
} */

.made_with_primary_menu .header-regular__dropdown-menu li {
  margin: 0;
}

.made_with_primary_menu .header-regular__dropdown-menu a {
  display: block;
  font-size: 20px;
  color: #111B29;
  text-decoration: none;
  transition: .3s;
}

.made_with_primary_menu .header-regular__dropdown-menu a:hover {
  color: var(--raosRed);
}

.made_with_primary_menu .header-regular__dropdown-menu li.view_all_recipe_primary_menu a {
    font-size: 24px;
}

/* VIEW ALL RECIPES */

/* .view_all_recipe_primary_menu a {
  font-weight: 700 !important;
} */

.featured_recipe_primary_menu .header-regular__dropdown-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.featured_recipe_primary_menu .header-regular__dropdown-menu li {
  position: relative;
  overflow: hidden;
}

.featured_recipe_primary_menu .header-regular__dropdown-menu a {
    display: block;
    text-decoration: none;
    color: #111;
    font-size: 18px;
    line-height: 24px;
}

/* IMAGE PLACEHOLDER */
/* .featured_recipe_primary_menu .header-regular__dropdown-menu li::before{
    content:"";
    display:block;
    width:100%;
    height:140px;
    border-radius:8px;
    margin-bottom:10px;
    background-size:cover;
    background-position:center;
} */

/* RECIPE IMAGES */

/* .menu-item-443::before{
    background-image:url('/wp-content/uploads/recipe-1.jpg');
}

.menu-item-444::before{
    background-image:url('/wp-content/uploads/recipe-2.jpg');
}

.menu-item-445::before{
    background-image:url('/wp-content/uploads/recipe-3.jpg');
} */

/* HOVER EFFECT */

.featured_recipe_primary_menu li:hover::before {
  transform: scale(1.05);
}

.featured_recipe_primary_menu li::before {
  transition: .4s;
}

.featured_recipe_primary_menu .header-regular__dropdown-menu li>a>img {
  display: block;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
  max-height: 200px;
  height: 100%;
}

/*** Updated Menu for Header ***/


/* ================================
   Footer
================================ */

.footer-badge-goldbelly {
    margin-top: 15px;
}

.footer-section {
  background-color: var(--raosRed);
  padding: 60px 0 0;
  font-size: 14px;
}

.footer-logo {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 132px;
    width: 100%;
}

.footer-text {
  font-family: var(--utopiaStdRegular);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(250, 246, 241, 0.7);
}

.footer-title {
  font-family: var(--dinCondensedDemiBold);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--clrwhite);
  margin-bottom: 20px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  text-decoration: none;
  color: rgba(250, 246, 241, 0.7);
  font-family: var(--dinCondensedDemiBold);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

.footer-section ul li a:hover {
  color: #fff;
}

.text-news {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: var(--dinCondensedDemiBold);
  letter-spacing: 10%;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #ddd;
}

.social-icons a:hover {
  color: #fff;
}

.footer-badge {
  max-width: 170px;
  width: 100%;
}

.newsletter-section {
  padding-bottom: 20px;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-btn {
  background-color: #d33;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--raosRed);
  padding: 15px 0;
  font-size: 14px;
  font-family: var(--dinCondensedDemiBold);
  letter-spacing: 10%;
}

.footer-links a {
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.sr-text p {
  font-size: 14px;
  font-family: var(--dinCondensedDemiBold);
  letter-spacing: 10%;
}

.footer-links,
.sr-text {
  letter-spacing: 1.8px;
}

ul#menu-footer-legal {
    display: flex;
    gap: 4px;
    margin-bottom: 0px;
}

ul#menu-footer-legal li {
    margin-bottom: 0px;
}

ul#menu-footer-legal li a {
    letter-spacing: 1.8px;
    line-height: normal;
    font-size: 13px;
    color: #fff;    
}

/* ================================
   Hero Section
================================ */

.hero-wrapper {
  position: relative;
}

/* Slide Container */
.slide-content-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  object-fit: cover;
}

/* Responsive Image Styling */
.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 640px;
}

.slider-img img {
    width: 100%;
    max-width: 100%;
    min-height: 640px;
    position: relative;
    z-index: 1;
}

/* Content Card*/
.content-card {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* background: rgba(55, 9, 4, 0.7); */
  color: white;
  padding: 50px 35px;
  border-radius: 0 24px 24px 0;
  width: 100%;
  max-width: 570px;
  z-index: 2;
}

/* Content Card bg*/
.content-card-bg{
  background: rgba(55, 9, 4, 0.7);
}

.content-card h2 {
  font-size: 64px;
  margin: 0 0 15px 0;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--utopiaStdCaptionBoldItalic);
  font-weight: 700;
}

.content-card h2 .accent {
  color: #f59c1c;
}

.content-card p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: var(--dinCondensedDemiBold);
  text-transform: uppercase;
}

/* Button Styling */
.btn-red {
  display: inline-flex;
  align-items: center;
  background: #bd1e24;
  color: white;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-family: var(--dinCondensedDemiBold);
  font-size: 20px;
  transition: 0.3s ease;
  letter-spacing: 1.8px;
}

.btn-red:hover {
  background: var(--raosbutton-hover);
  transform: translateY(-2px);
  color: var(--clrwhite) !important;
}

/* --- NAVIGATION DOTS STYLE --- */

.hero-section #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-section #tns1-ow .tns-nav button,
.products-section #tns2-ow .tns-nav button, .featured-section #tns3-ow  .tns-nav button {
  background-color: rgba(153, 153, 153, 1);
  margin: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 0px;
}

#tns1-ow .tns-nav button.tns-nav-active,
#tns2-ow .tns-nav button.tns-nav-active {
  background-color: rgba(255, 255, 255, 1);
  background-color: brown;
}

/* =========================================
   FEATURED PRODUCTS SLIDER CSS
   ========================================= */

/* Section Layout */
.products-section {
  padding: 50px 0 100px;
  background-color: var(--raosSandal2);
  text-align: center;
  margin-top: 40px;
}

/* Header & Red Underline */
.section-header {
  margin-bottom: 0px;
}

.section-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 18px;
  color: var(--raosRed);
  font-family: var(--dinCondensedDemiBold);
  text-transform: uppercase;
}

.section-header p {
  color: #615E55;
  font-size: 20px;
  max-width: 95%;
  margin: 0 auto;
  line-height: 36px;
}

.title-underline {
  width: 81px;
  height: 3px;
  background-color: var(--raosRed);
  margin: 20px auto 0;
}

/* Slider Outer Wrapper */
.product-slider-wrapper {
  position: relative;
  padding: 0 50px;
  /* Space for the side arrows */
  margin-top: 30px;
}

/* Individual Product Card */
.product-card {
  background-color: var(--clrwhite);
  border-radius: 12px;
  padding: 25px 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 380px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e7ded0;
  box-shadow: 0px 10px 24px -10px rgba(0, 0, 0, 0.07);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.product-card h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-family: var(--dinCondensedDemiBold);
  line-height: 24px;
}

.product-slider-wrapper .slider-arrow {
  border: 1px solid #8d706e;
  border-radius: 12px;
  background: transparent;
  width: 40px;
  height: 40px;
}


/* Image Container inside Card */
.prod-img-box {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.prod-img-box img {
  max-height: 100%;
  max-width: 90%;
  object-fit: contain;
}

/* Explore Button */
.btn-explore {
  background-color: #b12028;
  color: #fff;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: 0.3s;
  transition: 0.3s ease;
  font-family: var(--dinCondensedDemiBold);
  letter-spacing: 1.8px;
}

.btn-explore:hover {
  background: var(--raosbutton-hover);
  transform: translateY(-2px);
  color: var(--clrwhite) !important;
}

/* --- NAVIGATION ARROWS --- */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  background: #fff;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.slider-arrow:hover {
  border-color: #b12028;
  background-color: #f9f9f9;
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}

/* --- PAGINATION DOTS --- */
#tns2-ow .tns-nav {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.btn-raos {
  max-width: 220px;
  height: 46px;
  opacity: 1;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 30px;
  background: rgba(175, 39, 47, 1);
  color: var(--clrwhite);
  font-family: var(--dinCondensedDemiBold);
  font-size: 20px;
  transition: 0.3s ease;
  letter-spacing: 1.8px;
  line-height: 24px;
}

.btn-raos:hover {
  background: var(--raosbutton-hover);
  transform: translateY(-2px);
  color: rgba(242, 238, 202, 1);
}

/* ================================
   Featured Section
================================ */
.featured-section {
  padding: 80px 0;
  position: relative;
}

.view-rec-btn {
  display: block;
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  font-family: var(--dinCondensedDemiBold);
  font-size: 20px;
  line-height: 24px;
  transition: 0.3s ease;
  letter-spacing: 1.8px;
}

.view-rec-btn:hover {
  background: var(--raosbutton-hover);
  transform: translateY(-2px);
  color: var(--clrwhite) !important;
}

/* Image */
.image-wrapper {
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  display: block;
}

.video-wrapper {
  padding: 80px 40px;
}

/* Right content */
.subtitle {
  font-family: var(--a2StandardSansmedium);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #202020;
}

.main-title {
  font-family: var(--a2standardbold);
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.2px;
  vertical-align: middle;
  font-weight: 700;
  margin: 10px 0 20px;
  color: #202020;
}

.description {
  font-family: var(--a2standardregular);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #615e55;
  max-width: 475px;
  width: 100%;
}

/* Stats */
.stats {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

.stats h5 {
  font-size: 22px;
  margin-bottom: 5px;
}

.stats p {
  font-size: 11px;
  color: #777;
  letter-spacing: 1px;
}

/* Button */
.btn-danger {
  background-color: #b52b2b;
  border-radius: 25px;
  padding: 10px 25px;
}

/* Base reusable class */
.corner-frame {
  position: relative;
}

/*corner */
.corner-frame.top-left::before,
.corner-frame.top-left::after {
  content: "";
  position: absolute;
  background-color: #c49a6c;
}

.corner-frame.top-left::before {
  top: 0px;
  left: 0px;
  width: 140px;
  height: 2px;
}

.corner-frame.top-left::after {
  top: 0px;
  left: 0px;
  width: 2px;
  height: 140px;
}

.corner-br.bottom-right::before,
.corner-br.bottom-right::after {
  content: "";
  position: absolute;
  background-color: #c49a6c;
}

.corner-br.bottom-right::before {
  bottom: 0;
  right: 0;
  width: 140px;
  height: 2px;
}

.corner-br.bottom-right::after {
  bottom: 0;
  right: 0;
  width: 2px;
  height: 140px;
}

/* ================================
   About Section
================================ */

.home-about-section {
  background-color: var(--raosRed);
  padding: 80px 0 80px;
}

/* Text */
.subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: var(--utopiaStdBold);
}

.title {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: var(--dinCondensedDemiBold);
  margin-right: 10px;
  text-transform: uppercase;
}

.title span {
  display: inline-block;
  margin-top: 10px;
}

.desc {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 25px;
    max-width: 95%;
}

.learn-btn {
  background: var(--clrwhite);
  color: var(--raosRed);
  font-family: var(--dinCondensedDemiBold);
  font-size: 20px;
  line-height: 24px;
  transition: 0.3s ease;
  border: 0;
  letter-spacing: 1px;
  padding: 12px 0;
}

.learn-btn:hover {
  background: var(--raosbutton-hover);
  color: var(--clrwhite);
  transform: translateY(-2px);
}

/* Image Box */
.image-box {
  position: relative;
  padding: 20px;
}

.image-box img {
  width: 100%;
}

/* TOP-LEFT corner */
.image-box::before,
.image-box::after {
  content: "";
  position: absolute;
  background-color: #c49a6c;
}

/* horizontal */
.image-box::before {
  top: 0px;
  left: 0px;
  width: 120px;
  height: 2px;
}

/* vertical */
.image-box::after {
  top: 0px;
  left: 0px;
  width: 2px;
  height: 120px;
}

/* BOTTOM-RIGHT (use helper div) */
.image-box .corner-br::before,
.image-box .corner-br::after {
  content: "";
  position: absolute;
  background-color: #c49a6c;
}

/* horizontal */
.image-box .corner-br::before {
  bottom: 0px;
  right: 0px;
  width: 120px;
  height: 2px;
}

/* vertical */
.image-box .corner-br::after {
  bottom: 0px;
  right: 0px;
  width: 2px;
  height: 120px;
}

/* ================================
   Product Section 
================================ */

.product-section {
  padding: 45px 0 35px;
  overflow: hidden;
}

/* .section-title {
  font-size: 32px;
  font-family: var(--a2standardbold);
  text-align: center;
  margin-bottom: 22px;
} */

.section-desc {
  font-size: 16px;
  text-align: center;
  margin-bottom: 42px;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding-left: 42px;
}

.product-track {
  display: flex;
  gap: 28px;
  transition: transform 0.4s ease;
}

.product-card {
  flex: 0 0 calc(25% - 21px);
  text-align: center;
}

.product-img {
  height: 267px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product-img img {
  max-width: 70px;
  opacity: 0.45;
}

.product-category {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.carousel-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding: 0 72px 0 42px;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-arrows {
  display: flex;
  gap: 14px;
}

.arrow-btn {
  width: 46px;
  height: 46px;
  border: 1.5px solid #000;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.arrow-btn:hover {
  background: var(--raosRed);
  color: #fff;
}

/* ================================
   Instagram Content Section
================================ */

.instagram-content-section {
  background-color: #F8F7ED;
  /* border: 1px solid #e7ded0; */
  padding: 80px;
}

.insta-header {
  font-family: var(--dinCondensedDemiBold);
  font-size: 48px;
  line-height: 60px;
  vertical-align: middle;
  color: var(--raosRed);
  text-transform: uppercase;
}

.follow-raos {
  font-family: var(--dinCondensedDemiBold);
  letter-spacing: 1.8px;
  font-size: 20px;
  color: var(--clrwhite);
  display: block;
  text-align: center;
  padding: 12px 10px;
  border-radius: 30px;
  text-transform: uppercase;
  min-width: 250px;
  margin: 5px auto;
  cursor: pointer;
  transition: 0.3s ease;
  background: var(--raosRed);
}

.follow-raos i.bi.bi-instagram {
  font-size: 16px;
  padding: 0 2px;
}

.follow-raos:hover {
  transform: translateY(-2px);
}

img.insta-ico {
  margin-right: 5px;
}

/* 4 Images */
.top-image-grid {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  z-index: 2;
  margin: 40px auto 0;
}

.image-card {
  width: 100%;
  height: 280px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-area p {
  font-family: var(--utopiaStdRegular);
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #615e55;
}

/* ================================
   find store section
================================ */
section.home-find-a-store {
  padding: 100px 0;
  background: url(./../images/figma_images/Map1_small.png) no-repeat center center;
  min-height: 500px;
  height: 100%;
  align-items: center;
  display: flex;
  background-size: 100% 100%;
}

h1.find-a-store-title {
    font-family: var(--dinCondensedDemiBold);
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 48px;
    text-transform: uppercase;
}

p.find-a-store-desc {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #615E55E5;
  padding: 20px 0;
}

.find-btn {
  background: var(--raosRed);
  font-family: var(--dinCondensedDemiBold);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.8px;
  padding: 15px 25px;
  color: var(--clrwhite);
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  transition: 0.3s ease;
}

.find-btn:hover {
  background: var(--raosbutton-hover);
  transform: translateY(-2px);
  color: var(--clrwhite) !important;
}

/* ================================
   Product Detail Page
================================ */
.breadcrumb {
  font-family: var(--utopiaStdRegular);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin: 0 0 20px;
}

.breadcrumb-item a {
  color: rgba(153, 153, 153, 1);
}

.breadcrumb-item.active {
  color: rgba(32, 32, 32, 1);
}

.breadcrumb-section {
  margin: 60px 0 15px;
}

.breadcrumb-section p.product-subtitle {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 10%;
  font-size: 14px;
  color: rgba(32, 32, 32, 1);
  font-family: var(--dinCondensedDemiBold);
}

.product-detail-section h1.product-title, .product-detail-section h2.product-title {
  font-family: var(--dinCondensedDemiBold);
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--raosRed);
  text-transform: uppercase;
}

/* left side */
.product-left {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  position: relative;
  border: 1px solid #7A6555;
}

.slider-container {
  margin-bottom: 20px;
}

.main-image-box img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Arrows */
.arrow-btn-product {
  position: absolute;
  bottom: 50px;
  transform: translateY(-70%);
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: transparent;
  color: #777;
  font-size: 10px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* Thumbnails */
.thumbnail-box {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  list-style: none;
}

.thumbnail-box button {
  background: rgba(223, 196, 145, 0.3);
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 10px;
  height: 95px;
  max-width: 115px;
  margin: 10px 10px 10px 0;
}

.thumbnail-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 75px;
  padding: 5px;
}

.thumbnail-box .tns-nav-active {
  background: var(--clrwhite);
  border: 1px solid #7A6555;
}

/* Sizes Container */
.size-box {
     margin: 15px auto 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    max-width: 450px;
    width: 100%;
    flex-wrap: wrap;
}

.size-box button {
  padding: 8px 18px;
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  color: #777;
  transition: 0.2s;
  display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.size-box .active-size {
  background: #b9272d;
  color: #ffffff;
}

.rating-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: end;
}

.rating-stars {
  color: var(--raosRed);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 4px;
  border-right: 1px solid rgba(208, 213, 221, 1);
  padding: 0 10px;
}

.rating-info span:first-child {
  border-right: 1px solid rgba(208, 213, 221, 1);
  padding-right: 10px;
  margin-right: 10px;
}

.rating-info {
  display: flex;
  gap: 20px;
  font-size: 24px;
  font-family: var(--dinCondensedDemiBold);
  color: var(--raosRed);
  display: block;
  line-height: 28px;
}

.product-content-wrapper p {
  color: #6F6A5C;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
}

.goldbelly-btn {
  display: block;
  background: var(--raosRed);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 16px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: var(--dinCondensedDemiBold);
  letter-spacing: 1.8px;
}

.goldbelly-btn:hover {
  background: var(--raosbutton-hover);
  transform: translateY(-2px);
  color: var(--clrwhite) !important;
}

.product-detail-section-2 {
  padding: 40px 0 40px;
  margin: 0;
}

.product-detail-section-2-wrapper {
  /* background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(122, 101, 85, 1); */
  max-width: 100%;
  padding: 0;
}

.product-accordion .nfp-nutrition-facts {
  display: block;
  margin: 0 auto;
}

.product-accordion .accordion-item {
  border: 0;
  border-radius: 4px !important;
  margin-bottom: 12px;
  overflow: hidden;
  background: transparent;
}

.product-accordion .accordion-button {
  background: #f5f5f5;
  color: #1C0F07;
  font-size: 24px;
  font-family: var(--dinCondensedDemiBold);
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #ddd;
}

.product-accordion .accordion-button:not(.collapsed) {
  background: #f5f5f5;
  color: #1E1E1E;
  box-shadow: none;
}

.product-accordion .accordion-body {
  border: 1px solid rgba(217, 217, 217, 1);
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.7;
  border-radius: 16px;
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background: var(--clrwhite);
}

.product-accordion .accordion-body ul {
  margin-bottom: 0;
  padding-left: 18px;
}

.product-accordion .accordion-body p {
  margin-bottom: 6px;
}

.product-accordion .accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
}

/* Optional: remove accordion border */

/* .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
} */

.accordion-button:focus-visible {
  border: 1px solid #000;
  /* Or your preferred brand color */
  outline-offset: 1px;
}

.prod-recipe-section {
  padding: 0 0 30px;
  text-align: center;
  color: var(--clrwhite);
}

.prod-recipe-section-wrapper {
  background: var(--raosRed);
  padding: 32px;
  border-radius: 16px;
}

.recipe-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  height: 100%;
  display: block;
  cursor: pointer;
}

.recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.feature-recipe-home-slider-card {
    display: block;
    cursor: pointer;
}

.feature-recipe-home-slider-card a.recipe-card {
  min-height: 420px;
}

.recipe-img {
  position: relative;
}

/* .recipe-img img {
  width: 100%;
  display: block;
} */

.recipe-img img {

  width: 100%;
  display: block;
  max-height: 270px;
  height: 100%;
  object-fit: cover;
  min-height: 270px;

}

.difficulty-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #0b5d1e;
  font-size: 12px;
  font-family: var(--a2standardbold);
  padding: 4px 10px;
  border-radius: 4px;
}

.difficulty-badge-easy {
  background: #d8f3dc;
  color: #0b5d1e;

}

.difficulty-badge-medium {
  background: rgba(254, 243, 198, 1);
  color: rgba(151, 60, 0, 1);

}

.difficulty-badge-hard {
  background: #f8d7da;
  color: #721c24;

}

.recipe-content {
  padding: 24px;
}

.recipe-category {
  display: block;
  color: #7b5a4a;
  font-size: 14px;
  font-family: var(--dinCondensedDemiBold);
  margin-bottom: 5px;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
}

.recipe-titles {
  font-size: 24px;
  font-family: var(--dinCondensedDemiBold);
  line-height: 32px;
  color: #1C0F07;
  text-align: left;
  margin-bottom: 10px;
}

.recipe-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7A6555;
  font-size: 14px;
  font-family: var(--utopiaStdRegular);
}

.recipe-time i {
  font-size: 20px;
}

.prod-recipe-text {
  margin-bottom: 40px;
  padding-top: 25px;
}

.prod-recipe-text h3 {
  font-family: var(--dinCondensedDemiBold);
  font-size: 36px;
}

.prod-recipe-text h2 {
  font-family: var(--dinCondensedDemiBold);
      font-size: 36px;
    text-transform: uppercase;
}

.prod-recipe-text .prod-recipe-text-subtle {
  font-family: var(--utopiaStdRegular);
  font-size: 18px;
  line-height: 26px;
}

.like-recipe-section {
  padding: 0px 0 20px;
}

.like-recipe-container {
  background: rgba(98, 37, 43, 1);
  border-radius: 16px;
}

.like-recipe-text h2, .like-recipe-text h3 {
  font-family: var(--dinCondensedDemiBold);
  color: var(--clrwhite);
  font-size: 36px;
  text-transform: uppercase;
}

.prod-card {
  max-width: 280px;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 24px 32px 24px 32px;
  border-radius: 8px;
  border-width: 1px;
  background: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgba(38, 24, 23, 1);
  /* min-height: 340px; */
}

.prod-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.like-recipe-wrapper {
  padding: 30px;
}

.prod-content {
  margin-top: 10px;
}

.like-recipe-wrapper h4.prod-titles {
  font-size: 20px;
  font-family: var(--dinCondensedDemiBold);
}

.faq-section-detail-wrapper {
  background: var(--clrwhite);
  padding: 40px;
  border-radius: 16px;
}

.faq-accordion .accordion-button {
  background: #F5F5F5;
  font-size: 24px;
  line-height: 36px;
  font-family: var(--dinCondensedDemiBold);
  color: #1E1E1E;
}

.faq-section-detail {
  padding: 30px 0;
}

.faq-section-detail .like-recipe-text h2,
.rating-review-section .like-recipe-text h2 {
  color: var(--raosRed);
}

.like-recipe-section .title-underline {
  background: var(--clrwhite);
}

.rating-review-section {
  padding: 0 0 60px;
}

a.view-all-recipes.text-center.d-block {
  max-width: 200px;
  margin: 30px auto 10px;
  background: #fff;
  padding: 12px;
  color: var(--raosRed);
  border-radius: 25px;
  text-transform: uppercase;
  font-family: var(--dinCondensedDemiBold);
  transition: 0.3s ease;
  font-size: 20px;
  letter-spacing: 1.8px;
}

a.view-all-recipes:hover{
  background: var(--raosbutton-hover);
  transform: translateY(-2px);
}

/* ================================
   Product Listing Page
================================ */

.selected_filters ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.selected_filters ul li {
    list-style-type: none;
}
.selected_filters ul li button {
    background: #F7F1E7;
    border: 0;
    font-size: 12px;
    border-radius: 16px;
    padding: 5px 10px;
    margin: 10px 0 0;
}

.filter-sidebar {
  width: 100%;
  /* min-width: 220px; */
  border-radius: 14px;
  padding: 16px;
  border: 1px solid rgba(212, 212, 212, 1);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  background: var(--clrwhite)
}

h3.filter-title.mb-3 {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0px !important;
  padding-bottom: 12px;
}

.filter-title {
  font-family: var(--dinCondensedDemiBold);
  font-size: 18px;
  line-height: 24px;
  color: var(--colorBlack);
}

.filter-title span {
  color: #999;
}

.filter-sidebar .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0 !important;
}

.filter-title .accordion-button {
  background: transparent;
  box-shadow: none !important;
  padding: 12px 0;
  font-size: 18px;
  font-family: var(--dinCondensedDemiBold);
}

.filter-sidebar .accordion-button:not(.collapsed) {
  color: #222;
  background: transparent;
}

.filter-sidebar .accordion-button::after {
  background-size: 14px;
}

.filter-sidebar .accordion-body {
  padding: 0 0 15px;
}

.filter-sidebar .form-check {
  margin-bottom: 12px;
}

.filter-sidebar .form-check-label {
  font-size: 14px;
  font-family: var(--dinCondensedDemiBold);
  color: var(--colorBlack);
  line-height: 26px;
  letter-spacing: 10%;
}

.filter-sidebar.form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border-width: 1.5px;

}

.filter-sidebar .form-check-input:checked {
  background-color: #b92c2c;
  border-color: #b92c2c;
}

.filter-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
}

.filter-sidebar .btn {
  border-radius: 30px;
  padding: 10px 10px;
  border: 1px solid var(--raosRed);
  font-family: var(--dinCondensedDemiBold);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 10%;
  display: flex;
    flex: 1;
    min-width: 0;
    justify-content: center;
    align-items: center;
        max-width: 140px;
    width: 100%;
}

.filter-sidebar .btn:focus {
  border: 1px solid var(--clrblack);
}

.filter-sidebar .btn-apply {
  background: var(--raosRed);
  color: #fff;
}

.filter-sidebar .btn-reset {
  background: #fff;
  color: var(--raosRed);
}

.product-search .form-control {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}

.product-grid {
    padding: 0px 45px 0px;
}

.product-listing-card {
  background-color: var(--clrwhite);
  border-radius: 14px;
  padding: 15px 15px 5px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: space-between; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e7ded0;
  box-shadow: 0px 10px 24px -10px rgba(0, 0, 0, 0.07);
  min-height: 475px;
  height: 100%;
}

.card-image-box {
  background-color: #F7F1E7;
  padding: 30px;
  position: relative;
  text-align: center;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
}

.card-image-box img {
  max-height: 175px;
  height: 100%;
}

.badge-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  border-radius: 4px;
  color: white;
  background-color: #8B1A1A;
  font-family: var(--dinCondensedDemiBold);
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.8px;
  text-transform: uppercase;

}

/* Bottom White Text Box */
.card-text-box {
  background-color: #FFFFFF;
  /* Pure white bottom half */
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cat-label {
  color: #7A6555;
  font-size: 12px;
  font-family: var(--dinCondensedDemiBold);
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1.1px;
}

.raos-stars {
  color: #A41D21;
  font-size: 12px;
}

/* .prod-title {
   font-family: var(--a2standardbold);
   font-size: 15px;
   color: #333;
   margin-bottom: 10px;
   line-height: 1.2;
} */

.prod-desc {
  font-size: 13px;
  color: #6B5C4E;
  line-height: 17px;
  margin-bottom: 15px;
}

.view-link {
  color: var(--raosRed);
  text-decoration: none;
  font-family: var(--dinCondensedDemiBold);
  font-size: 18px;
  margin-top: auto;
  align-items: center;
  display: flex;
}

.view-link:hover {
  text-decoration: underline;
}
.card-text-box a.view-link i {
    font-size: 21px;
}
.prod-title {
  font-family: var(--dinCondensedDemiBold);
  letter-spacing: 0px;
  font-size: 18px;
  color: #1C0F07;
  margin-bottom: 5px;
  line-height: 24px;
  display: flex;
  min-height: 35px;
}

.product-listing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.plp-hero-banner {
  min-height: 320px;
  height: 100%;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  justify-content: center;
  display: flex;
  background-repeat: no-repeat;
}

.plp-hero-banner img {
    width: 100%;
    max-width: 100%;
    min-height: 320px;
    max-height: 320px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.plp-hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
 

.plp-hero-text-block {
	position: absolute;
    z-index: 2;
    top: 20%;
}

.about-hero-banner .plp-hero-text-block {
    top: 10%;
}


/*pagination*/
.custom-pagination {
  margin: 40px 0;
}

.page-nav {
  width: 35px;
    height: 35px;
  border: 1px solid #8D706E;
  background: #fff;
  color: #8D706E;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  transition: .3s;
  line-height: 1;
}

.page-numbers:hover {
  background: var(--raosRed);
  color: #fff;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  background: transparent;
}

.prev.page-numbers:hover>.page-nav,
.next.page-numbers:hover>.page-nav {
  background: var(--raosRed);
  color: #fff;
}

.page-numbers {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: none;
  background: transparent;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers.current {
  background: var(--raosRed);
  color: #fff;
}

a.prev.page-numbers,
a.next.page-numbers {
  width: 45px;
  height: 45px;
}

.pagination-dots {
  color: #999;
  font-size: 14px;
}

small.total-prod {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #888888;
}

/* ================================
   Product Category Page
================================ */

.tabs-category ul {
  display: inline-flex;
      flex-wrap: wrap;
    row-gap: 8px;
}

.tabs-category ul li a {
  color: #1C0F07;
  padding: 8px 16px;
  font-family: var(--a2standardbold);
  font-size: 14px;
}

.tabs-category ul li {
  list-style-type: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  border: 1px solid rgba(139, 26, 26, 0.15);
  margin: 0 5px;
  background: var(--clrwhite);
  border-radius: 8px;
}

.tabs-category ul li:hover,
.tabs-category ul li.ui-state-active {
  background: var(--raosRed);
}

.tabs-category ul li:hover a,
.tabs-category ul li.ui-state-active a {
  color: var(--clrwhite);
}

.plp-hero-banner .view-all a {
  padding: 12px 10px;
  background: #AF272F;
  font-size: 14px;
  color: #F2EECA;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: var(--a2standardbold);
  max-width: 180px;
    width: 100%;
    display: block;
}


.recipe-slider-section {
  background: #f5f1d6;
  padding: 80px 0;
  position: relative;
}

.recipe-slide {
  padding: 0 20px;
}

.recipe-img {
  border-radius: 8px;
  overflow: hidden;
}

.recipe-img img {
  width: 100%;
  display: block;
}

.recipe-content h2 {
  font-size: 36px;
  color: #202020;
  font-family: var(--dinCondensedDemiBold);
  margin-bottom: 15px;
  line-height: 44px;
}

.recipe-content p {
  font-size: 18px;
  color: #6F6A5C;
  margin-bottom: 20px;
  line-height: 26px;
}

.recipe-content a {
  padding: 12px 24px;
  background: var(--raosRed);
  border-radius: 30px;
  font-family: var(--dinCondensedDemiBold);
  color: var(--clrwhite);
  font-size: 20px;
  display: block;
  text-align: center;
  max-width: 155px;
  text-transform: uppercase;
  width: 100%;
  transition: 0.3s ease;
  letter-spacing: 1.8px;
}
.recipe-content a:hover{
  background: var(--raosbutton-hover);
  transform: translateY(-2px);
}
.recipe-slider-section .tns-nav button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #d4d4c5;
  margin: 0 5px;
  padding: 0;
}
.prod-recipe-section-fullbg-wrapper span.difficulty-badge {
    display: none;
}
.prod-recipe-section-fullbg-wrapper .recipe-content {
    padding: 40px 25px 25px;
}
.recipe-slider-section .tns-nav button.tns-nav-active, .featured-section #tns3-ow .tns-nav button.tns-nav-active {
  background: #b92c2c;
}

.recipe-slider-section #tns1-ow .tns-nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-align: center;
}

.featured-section #tns3-ow .tns-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-align: center;
}

.prod-cont {
  padding: 10px 70px;
}

section.prod-recipe-section.prod-recipe-section-fullbg {
  background: var(--raosRed);
}

.product-category-faq {
  padding: 60px 0;
}

div#pagination_prod_cat {
    gap: 0.15rem !important;
}

div#pagination_prod_cat button.page-number {
    width: 10px;
    height: 10px;
    border: 0px;
    margin: 0 5px;
    padding: 0;
}

div#pagination_prod_cat button.page-number i.bi.bi-circle-fill {
    font-size: 10px;
    display: block;
    color: #d4d4c5;
}

button.page-number.ui-state-active i.bi.bi-circle-fill {
    color: var(--raosRed) !important;
}
.prod-recipe-section-fullbg-wrapper {
    padding: 32px 0 0;
}
/* ================================
   Receipe Listing Page
================================ */
.rec-social-icons a {
  display: inline-flex;
  font-size: 18px;
  background: var(--raosRed);
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 12px;
}

.recipe-details-section .rating-wrapper .rating-info a {
  color: var(--raosRed);
  /* font-family: var(--a2StandardSansmedium); */
  font-weight: normal;
}


.recipe-details-section .recipe-banner {
  background: var(--raosRed);
  padding: 40px 0 20px;
}

.recipe-details-section .recipe-image {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.recipe-details-section .recipe-image img {
  border-radius: 15px;
  display: block;
  object-fit: cover;
  max-height: 362px;
  height: 100%;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}


.recipe-details-section .info-item {
  color: #fff;
  padding: 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.recipe-details-section .info-item .label {
  font-size: 24px;
  line-height: 1;
  font-family: var(--dinCondensedDemiBold);
}

.recipe-details-section .info-item .value {
  font-size: 24px;
  margin-left: 5px;
}

.receipe-making-list ul li, .receipe-making-list ol li, .receipe-making-list.recipe-description p {
  font-family: var(--utopiaStdRegular);
  font-size: 20px;
  letter-spacing: 0px;
  color: rgba(111, 106, 92, 1);
  line-height: 36px;
}

.receipe-making-list h3 {
  font-size: 24px;
  font-family: var(--dinCondensedDemiBold);
  color: rgba(111, 106, 92, 1);
}

.buy-ingredients a img {
  max-width: 60px;
  width: 100%;
  margin: 5px;
}

.buy-ingredients .view-more {
  width: 60px;
  height: 60px;
  background-color: var(--raosRed);
  color: var(--clrwhite);
  display: inline-flex;
  text-align: center;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 5px;
}

.recipe-detail-section-2-wrapper {
  padding: 40px 0;
}

.buy-ingredients h3 {
  font-size: 24px;
  font-family: var(--dinCondensedDemiBold);
  color: rgba(0, 0, 0, 1);
}

.buy-ingredients,
.directions-list {
  border-bottom: 1px solid rgba(122, 101, 85, 1);
}

.directions-list ul li {
  list-style-type: auto;
}

/* For Ingredients  - forcing ordered and unordered to unordered list */
.receipe-making-list.recipe-ingredients-list ul li, .receipe-making-list.recipe-ingredients-list ol li {
  list-style-type: disc;
}

/* For Directions - forcing ordered and unordered to ordered list */
.receipe-making-list.recipe-instructions-list ul li, .receipe-making-list.recipe-instructions-list ol li {
  list-style-type: auto;
}

.recipe-detail-section-3 {
  background: var(--raosRed);
}

.recipe-detail-section-3 .prod-recipe-section-wrapper {
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.made-wrapper {
  background: var(--clrwhite);
  padding: 20px;
  border-radius: 16px;
}

.made-with-content {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    border-width: 0.52px;
    border: 1px solid rgba(217, 217, 217, 1);
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    color: var(--raosRed);
}
.made-with-content:hover
 {
    border: 1px solid var(--raosRed);
}
.made-wrapper h3 {
  font-size: 28px;
  font-family: var(--dinCondensedDemiBold);
  color: var(--raosRed)
}

.made-with-content>h3{
  font-family: var(--dinCondensedDemiBold);
  line-height: 34px;
}

/* ================================
   Recipe Listing Page
================================ */
.recipes-sec-wrapper {
  background: var(--raosRed);
  border-radius: 16px;
  padding: 80px;
  margin: 40px 0;
}

.featured-recipe-image img {
  max-width: 530px;
  width: 100%;
  border: 2px solid var(--clrwhite);
  border-radius: 16px;
}

.featured-recipe-content {
  color: #fff;
}

.recipe-meta {
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 1.4px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--dinCondensedDemiBold);
}
.recipe-meta h2{
  font-size: 14px !important;
}
.featured-recipe-content h3 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.2px;
  vertical-align: middle;
  font-family: var(--dinCondensedDemiBold);
}

.featured-recipe-content p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
}

.read-more.learn-btn {
  padding: 12px 20px;
  border-radius: 30px;
  margin: 20px 0;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 150px;
}

.featured-recipe-image {
  padding: 0 30px 0 0px;
}

.recipe-category-tabs {
  padding-left: 0;
}

.recipe_category-submenu ul {
    padding-left: 0px !important;
}
 
.recipe_category-submenu ul li {
    border-radius: 25px;
}
 
.recipe_category-submenu ul li.recipe_made_with_menu_label {
    border: none;
    background: none;
    font-family: var(--a2standardbold);
    font-size: 14px;
}

.all-category a,
.all-category span {
  color: #1C0F07;
  padding: 8px 16px;
  font-family: var(--a2standardbold);
  font-size: 14px;
}

.all-category {
  margin-bottom: 1rem;
}

.all-category a {
  list-style-type: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  border: 1px solid rgba(139, 26, 26, 0.15);
  margin: 0 5px;
  background: var(--clrwhite);
}

.recipe-description {
  padding: 0 24px;
}

.recipe-listing-card .recipe-content {
  padding: 24px 24px 10px;
}

.recipe-description p {
  font-size: 18px;
  color: rgba(122, 101, 85, 1);
  line-height: 28px;
}

a.btn-red.view-recipe {
  text-align: center;
  display: block;
  margin: 20px auto;
  max-width: 150px;
  width: 100%;
}

.recipe-listing-cont {
  padding: 0;
}

.recipe-listing-card .difficulty-badge {
  right: inherit;
  left: 16px;
}

#recipe-category-tabs {
  margin-bottom: 60px;
}

/* ================================
   About Page
================================ */
.hero-title{
  font-family: var(--dinCondensedDemiBold);
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase;
}

.hero-subtitle {
  font-family: var(--utopiaStdRegular);
  font-size: 20px;
  line-height: 36px;
}

.about-hero-banner {
  /* min-height: 465px; */
  height: 100%;
  background-size: 100%;
  background-position: center;
  color: #fff;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./../images/figma_images/about_us_images/about_us_2.jpg); */
  justify-content: center;
  display: flex;
  background-repeat: no-repeat;
}

.about-hero-banner img {
	/* min-height: 465px;
    max-height: 465px; */
    object-fit: cover;
    width: 100%;
}

.about-hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
}

.about-banner-content {
  padding: 50px 0 0;
}

.about-hero-banner h1.hero-title {
 font-family: var(--dinCondensedDemiBold);
  font-size: 64px;
  line-height: 72px;
  color: var(--clrwhite);
  display: none;
}

.about-hero-banner .hero-subtitle {
  font-family: var(--utopiaStdRegular);
  font-size: 20px;
  line-height: 36px;
  color: var(--clrwhite);
}


.where-to_find-hero-banner {
  position: relative;
  height: 100%;
  background-size: 100%;
  background-position: center;
  justify-content: center;
  display: flex;
  background-repeat: no-repeat;
}

.where-to_find-hero-banner img {
    min-height: 465px;
    max-height: 465px;
    object-fit: cover;
    width: 100%;
}

.where-to_find-hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.where-to_find-hero-banner h1.hero-title {
  font-family: var(--dinCondensedDemiBold);
  font-size: 64px;
  line-height: 72px;
  color: var(--clrwhite);
}

.where-to_find-hero-banner .hero-subtitle {
  font-family: var(--utopiaStdRegular);
  font-size: 20px;
  line-height: 36px;
  color: var(--clrwhite);
}



section.about-faq-section-detail {
  padding: 80px 0 40px;
}

.about-faq-section-detail-wrapper .like-recipe-text h2 {
  padding-bottom: 30px;
}

.faq-qa .col-auto {
  margin: 4px 0;
}

span.faq-number {
  font-family: var(--a2standardbold);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--raosRed);
}

h1.about-title {
    font-family: var(--dinCondensedDemiBold);
    font-size: 80px;
    line-height: 72px;
    letter-spacing: -1.28px;
    vertical-align: middle;
    color: var(--raosRed);
    margin-bottom: 20px;
    display: flex;
    justify-content: end;
}


.about-mint-img{
    width: 100%;
    max-width: 180px;
    position: relative;
    left: 90px;
    top: 70px;
}

.about-garlic-img{
    width: 170px;
    position: relative;
    top: 270px;
    left: 30px;
}

.about-faq-section-detail .like-recipe-text h2,
.about-faq-section-detail h2 {
  color: var(--raosRed);
}

.faq-qa h2 {
  font-family: var(--dinCondensedDemiBold);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--raosRed);
}

.faq-qa p {
  font-family: var(--utopiaStdRegular);
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #6A7282;
}

.faq-qa {
  padding: 25px 0;
}

section.about-section-1 {
  padding: 80px 0 60px;
}

.about-content-wrapper p {
  color: #6A7282;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: var(--utopiaStdRegular);
}

.about-intro {
  font-family: var(--utopiaStdRegular);
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #6A7282;
}

.craft-section {
  padding: 0 0 40px;
}

.craft-card {
  height: 100%;
}

.card-line {
  width: 100%;
  height: 2px;
  background: var(--raosRed);
  margin-bottom: 25px;
}

.card-label {
  display: block;
  color: var(--raosRed);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: var(--dinCondensedDemiBold);
  line-height: 16px;
  letter-spacing: 0.5px;
}

.card-title {
  font-family: var(--dinCondensedDemiBold);
  color: #101828;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 15px;
}

.card-text {
  font-family: var(--utopiaStdRegular);
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #6A7282;
}

.about-instagram-content-section {
  background-color: #fff;
  /* border: 1px solid #e7ded0; */
  padding: 80px;
}

.about-instagram-content-section .content-area p {
  color: rgba(93, 42, 44, 0.7);
}

.ras-insta a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ras-insta a i.bi.bi-instagram {
  background: var(--raosRed);
  color: #F2EECA;
  font-size: 20px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 30px;
}

.row.ras-insta {
  padding: 50px 0 20px;
}

.about-instagram-content-section .top-image-grid {
  margin: 0;
}

.ras-insta div {
  margin: 0 20px;
}

.row.ras-insta h4 {
  font-size: 18px;
  font-family: var(--dinCondensedDemiBold);
  color: #5D2A2C;
}

.row.ras-insta span {
  color: rgba(93, 42, 44, 0.5);
  font-size: 12px;
}

.history-section {
  padding: 80px 0 0px;
  color: #fff;
  background: url('./../images/fm_raos-red-bg.webp') no-repeat center center;
  background-size: cover;
  /* background: linear-gradient(180deg, #62252B 7.73%, #C84C58 100%); */
}

.timeline-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 36px;
  font-family: var(--dinCondensedDemiBold);
  text-transform: uppercase;
}

/* Timeline */
.timeline-nav-wrap {
  position: relative;
  margin-bottom: 70px;
}

.timeline-years {
  position: relative;
}

.timeline-years::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  height: 2px;
  background: #fff;
  z-index: 1;
}

.year-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.year {
  display: block;
  margin-bottom: 2px;
  font-size: 36px;
  font-family: var(--dinCondensedDemiBold);
  color: rgba(248, 247, 237, 1);
}

.dot {
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px auto;
  border: 2px solid rgba(248, 247, 237, 1);
  border-radius: 50%;
  background: rgba(248, 247, 237, 1);

}

/* span.dot:before {
    content: '';
    width: 25px;
    height: 25px;
    border: 2px solid red;
    position: absolute;
    top: 61%;
    bottom: 0;
    border-radius: 50%;
    left: 46%;
    z-index: 999;
} */
/* Arrows */

.timeline-prev,
.timeline-next {
  position: absolute;
  top: 28px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.timeline-prev {
  left: -20px;
}

.timeline-next {
  right: -20px;
}

/* Cards */

.history-card {
  padding: 15px;
}

.history-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  max-width: 285px;
  height: 285px;
}

.history-card p {
     margin-top: 15px;
    line-height: 1.7;
    font-size: 15px;
    text-align: left;
}

/* Remove Tiny Slider Elements */

.history-section .tns-nav,
.history-section .tns-outer>button {
  display: none !important;
}

/* Active Year

.year-item.active .dot{
    background:#fff;
}

.year-item.active .year{
    color:#fff;
} */

/* ================================
   FAQ Page
================================ */

.faq-heading {
  color: var(--raosRed);
  font-size: 36px;
  line-height: 60px;
  letter-spacing: -1.2px;
  font-family: var(--dinCondensedDemiBold);
  margin: 40px 0 10px;
  text-transform: uppercase;
}

/* Accordion Base */
/* .custom-accordion {
  border-top: 1px solid rgba(122, 101, 85, 1);
} */
.custom-accordion:first-child {
  border-top: 0px !important;
}

.custom-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(122, 101, 85, 1);
  border-radius: 0;
  background-color: transparent;
}

/* Accordion Button */
.custom-accordion .accordion-button {
  font-family: var(--dinCondensedDemiBold);
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
  color: var(--raosRed);
  padding: 20px 0;
  background: transparent;
}

/* Remove Bootstrap default blue/focus effect */
/* .custom-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
} */

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--raosRed);
  box-shadow: none;
}

/* Custom Arrow */
.custom-accordion .accordion-button::after {
  width: 7px;
  height: 7px;
  background-image: none;
  border-right: 1px solid rgba(15, 23, 42, 1);
  border-bottom: 1px solid rgba(15, 23, 42, 1);
  transform: rotate(-135deg);
  transition: transform 0.25s ease;
  margin-left: auto;
}

/* Down arrow when collapsed */
.custom-accordion .accordion-button.collapsed::after {
  transform: rotate(45deg);
}

/* Accordion Body */
.custom-accordion .accordion-body {
  padding: 0 0 24px;
  color: rgba(15, 23, 42, 1);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.faq-contact-section h2.faq-title {
  font-family: var(--dinCondensedDemiBold);
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
}

.faq-desc {
  color: rgba(111, 106, 92, 1);
  font-size: 16px;
}

.faq-btn {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.8px;
  color: rgba(242, 238, 202, 1);
}

.faq-contact-section {
  padding: 80px 20px;
}

/* ================================
   Error Page
================================ */

.error-banner-overlay {
  padding: 80px;
}

.error-content h1 {
  font-size: 80px;
  color: var(--raosRed);
  font-family: var(--a2standardbold);
}

.error-content h2 {
  font-size: 32px;
  color: var(--clrblack);
  font-family: var(--a2standardbold);
}

.error-btn {
  text-transform: uppercase;
  font-size: 14px;
}

.error-content p {
  color: rgba(111, 106, 92, 1);
  font-size: 18px;
}

.error-btn-2 {
  background: transparent;
  border: 1px solid var(--raosRed);
  color: var(--raosRed);
}

.error-btns {
  padding: 20px 0;
}

/***********/

.filter-toggle{
    min-width: 172px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

button.btn.btn-rec-search{
    padding: 0px 25px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ccc;
}

.product-search-rec{
    width: 100%;
}

/* .btn-rec-search i.bi.bi-search.text-muted{
  color: var(--clrwhite) !important;
} */

.recipe-card.recipe-listing-card{
      display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 500px;
}

.recipe-card.recipe-listing-card .recipe-description {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.recipe-card.recipe-listing-card a.btn-red.view-recipe {
    text-align: center;
    margin: 20px auto;
    max-width: 170px;
    width: 100%;
    margin-top: auto;
    align-items: center;
    display: flex;
    justify-content: center;
}

.product-search-rec input.form-control:focus,  .product-search-rec button:focus{
    border: 1px solid #999;
    box-shadow: none;
}

/* Product Category FAQ Content Styling */
 
.product-category-faq .accordion-body {
    line-height: 1.8;
}
 
.product-category-faq .accordion-body,
.product-category-faq .accordion-body p,
.product-category-faq .accordion-body div,
.product-category-faq .accordion-body span,
.product-category-faq .accordion-body li,
.product-category-faq .accordion-body ul,
.product-category-faq .accordion-body ol,
.product-category-faq .accordion-body strong {
    line-height: 1.8 !important;
}
 
.product-category-faq .accordion-body p {
    margin-bottom: 15px;
}
 
.product-category-faq .accordion-body ul,
.product-category-faq .accordion-body ol {
    padding-left: 24px;
    margin-bottom: 15px;
}
 
.product-category-faq .accordion-body li {
    margin-bottom: 8px;
}
 
.product-category-faq .accordion-body * {
    line-height: inherit !important;
}

.receipe-making-list.recipe-description {
    padding: 0px !important;
}

.recipe-slider-wrapper .tns-outer [data-action ="start"], .recipe-slider-wrapper .tns-outer [data-action ="stop"] {
    cursor: pointer;
    display: none;
}

.prod-recipe-section-wrapper p {
    line-height: 24px;
}

.faq-answer-content {
    line-height: 24px;
}

.product-left div#customize-thumbnails button.tns-item{
      max-width: 80px;
}

.receipe-making-list p {
    font-size: 20px;
    color: rgba(111, 106, 92, 1);
}

.pagination-wrapper .custom-pagination {
    gap: 0.2rem !important;
}

sup{
  font-size: 28px;
  top: 1px
}
.plp-hero-banner sup {
    vertical-align: super;
}
sup.main-slider-sup {
    font-size: 34px;
    font-family: var(--dinCondensedDemiBold);
    vertical-align: super;
    top: -5px;
}
.product-sort.sort-m-view {
    max-width: 172px;
    display: none;
}
.m-filters {
  display: none;
}
.filter-desktop {
    display: none !important;
}
.instagram-content-section .juicer-feed .jcr-feed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.about-instagram-content-section .jcr-htmx-grid.jcr-feed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.social-icons {
    margin-top: 40px;
}