/* main desktop (matches Figma 1280) */
@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}


@media (min-width: 1200px) and (max-width: 1299px) {
  .container {
    padding: 0 15px;
  }

  .navbar-expand-lg .navbar-nav .about-subMenu {
    margin-left: -60px;
  }

  .rec-col {
    max-width: 200px;
    width: 100%;
  }

  .site-header .dropdown-item {
    font-size: 18px !important;
  }

  .feat-recp {
    padding-left: 30px;
  }
  
}

/* ========================================
   1199px
======================================== */
@media (max-width: 1199px) {


  .promo-content h2 {
    font-size: 56px;
  }

  .promo-content p {
    font-size: 22px;
  }

  .featured-wrapper {
    gap: 50px;
  }

  .featured-content h2 {
    font-size: 48px;
  }

  .featured-image,
  .featured-image img {
    min-height: 560px;
  }

  .about-feature-wrapper {
    max-width: 1000px;
  }

  .about-feature-image {
    height: 390px;
  }

  .image-card {
    height: 240px;
  }

  .image-content-section {
    padding-top: 150px;
  }

  .about-container {
    padding: 0 40px;
    grid-template-columns: 38% 62%;
    column-gap: 50px;
  }

  .about-title h2 {
    font-size: 48px;
  }

  .about-content p {
    font-size: 20px;
  }
}

/* ========================================
   991px (Tablet)
======================================== */
@media (min-width: 768px) and (max-width: 991px) {
  /** Header **/

.content-card h2 {
    font-size: 40px;
}

  ul#menu-primary-navigation {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}
  .site-header button.navbar-toggler {
    border: 0px;
  }

  .site-header span.navbar-toggler-icon {
    box-shadow: none;
    background: transparent;
    border: 0;
    display: block;
    width: 40px;
    height: 40px;
    align-items: center;
  }

  button.navbar-toggler.collapsed>.navbar-toggler-icon:before {
    content: "\F479";
  }

   button.navbar-toggler>.navbar-toggler-icon:before {
    content: "\F659";
  }

  .navbar-toggler-icon:before {
    position: relative;
    font-family: "bootstrap-icons";
    color: #fff;
    font-size: 35px;
    left: unset;
    font-weight: bold;
    right: inherit;
  }


  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #af272f;
    z-index: 998;
    padding: 0;
    max-height: 400px;
    height: auto;
    overflow-y: scroll;
    scrollbar-width:none;
  }
  #navbarContent {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-20px);
      transition: opacity .35s ease,
                  transform .35s ease,
                  visibility .35s;
  }
  #navbarContent.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #navbarContent.collapsing {
      opacity: 0;
      transform: translateY(-20px);
  }
  .site-header li.nav-item:hover {
    background: transparent;
  }

  .nav-item>a {
    text-align: left;
  }

  .header-regular__dropdown {
    position: relative;
    background: transparent;
    box-shadow: inherit !important;
    margin-left: 25px;
  }

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

  .header-regular__dropdown ul li a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px;

  }

  .header-regular__dropdown ul li a:hover {
    color: #fff !important;
  }

  .recipe_primary_menu>.header-regular__dropdown>ul {
    display: block;
    padding: 0px !important;
  }

  .recipe_primary_menu>.header-regular__dropdown>ul>li:first-child {
    border-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-regular__dropdown-menu.header-regular__dropdown-one-col {
    columns: inherit;
  }

  .header-regular__dropdown .made_with_primary_menu>a,
  .header-regular__dropdown .featured_recipe_primary_menu>a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5) !important;
  }

  .featured_recipe_primary_menu .header-regular__dropdown-menu li>a>img {
    display: none;
  }

  .featured_recipe_primary_menu .header-regular__dropdown-menu {
    display: block;
  }

  .recipe_primary_menu>.header-regular__dropdown>ul>li {
    margin-bottom: 20px;
    padding: 0;
  }

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

  .site-header li.nav-item {
    margin-left: 0px !important;
  }
   .made_with_primary_menu .header-regular__dropdown-menu a {
    font-size: 15px;
  }
  .btn-store {
    display: none;
  }
  .home-about-section h2.title {
    font-size: 32px;
}
.top-image-grid {
      grid-template-columns: repeat(2, 1fr);
}
 #filterBox {
    display: none;
  }
  /* button#filterToggle {
    display: block !important;
}
.filter-desktop {
    display: none !important;
} */
 /* .m-filters button#filterToggle {
    display: block !important;
} */
.hero-title{
      font-size: 40px;
    line-height: 48px;
}
.hero-subtitle {
  font-size: 16px;
    line-height: 24px;
}
.recipe-content p {
    font-size: 16px;
    line-height: 24px;
}
.card-title{
      font-size: 24px;
    line-height: 32px;
}
.year {
  font-size: 28px;
}
.prod-cont {
    padding: 0px !important;
}

}


/* ========================================
   767px (Small Mobile)
======================================== */
@media (max-width:767px) {
  /** global **/  
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  /** Header **/
  .site-header button.navbar-toggler {
    border: 0px;
  }

  .site-header span.navbar-toggler-icon {
    box-shadow: none;
    background: transparent;
    border: 0;
    display: block;
    width: 40px;
    height: 40px;
    align-items: center;
  }

  button.navbar-toggler.collapsed>.navbar-toggler-icon:before {
    content: "\F479";
  }

   button.navbar-toggler>.navbar-toggler-icon:before {
    content: "\F659";
  }

  .navbar-toggler-icon:before {
    width: 0;
    height: 0;
    position: absolute;
    font-family: "bootstrap-icons";
    color: #fff;
    font-size: 35px;
    left: unset;
    font-weight: bold;
    right: 61px;
  }


  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #af272f;
    z-index: 998;
    padding: 0;
    max-height: 400px;
    height: auto;
    overflow-y: scroll;
    scrollbar-width:none;
  }
  #navbarContent {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-20px);
      transition: opacity .35s ease,
                  transform .35s ease,
                  visibility .35s;
  }
  #navbarContent.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #navbarContent.collapsing {
      opacity: 0;
      transform: translateY(-20px);
  }
  .site-header li.nav-item:hover {
    background: transparent;
  }

  .nav-item>a {
    text-align: left;
  }

  .header-regular__dropdown {
    position: relative;
    background: transparent;
    box-shadow: inherit !important;
    margin-left: 25px;
  }

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

  .header-regular__dropdown ul li a{
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .header-regular__dropdown ul li.view_all_product_primary_menu a {
    color: rgba(255, 255, 255, 255) !important;
    font-size: 16px;

  }

  .header-regular__dropdown ul li a:hover {
    color: #fff !important;
  }

  .recipe_primary_menu>.header-regular__dropdown>ul {
    display: block;
    padding: 0px !important;
  }

  .recipe_primary_menu>.header-regular__dropdown>ul>li:first-child {
    border-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-regular__dropdown-menu.header-regular__dropdown-one-col {
    columns: inherit;
  }

  .header-regular__dropdown .made_with_primary_menu>a,
  .header-regular__dropdown .featured_recipe_primary_menu>a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5) !important;
  }

  .featured_recipe_primary_menu .header-regular__dropdown-menu li>a>img {
    display: none;
  }

  .featured_recipe_primary_menu .header-regular__dropdown-menu {
    display: block;
  }

  .recipe_primary_menu>.header-regular__dropdown>ul>li {
    margin-bottom: 20px;
    padding: 0;
  }

  /*Home*/

  .slider-img {
    min-height: 520px;
  }

  .content-card {
    padding: 45px 35px;
    max-width: 350px;

  }

  .content-card p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
  }

  .btn-red {
    font-size: 16px;
    }

  .hero-section #tns1-ow .tns-nav {
    bottom: 20px;
  }

  .product-slider-wrapper {
    margin-bottom: 30px;
  }

  #tns2-ow .tns-nav {
    bottom: -30px;
  }

  .section-header p {
    line-height: 24px;
    font-size: 16px;
  }

  .products-section {
    padding: 60px 0 60px !important;
  }

  .featured-section .col-lg-4 {
    padding: 0px 15px 15px;
  }

  .featured-section {
    padding: 60px 0 60px;
  }

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

  .section-title {
    font-size: 36px;
  }

  .title {
    font-size: 36px;
  }
  .desc {
    font-size: 16px;
    line-height: 24px;
  }

  .follow-raos {
    margin: 5px 0 35px;
  }

  .insta-header {
    font-size: 36px;
  }

  .content-area p {
    font-size: 16px;
    line-height: 24px;
  }

  h1.find-a-store-title {
    font-size: 36px;
  }

  p.find-a-store-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-section .col-lg-3.col-md-6>a {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
/** product listing Page**/
  .card-image-box {
    max-width: 100%;
  }
  .made_with_primary_menu .header-regular__dropdown-menu a {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .made_with_primary_menu .header-regular__dropdown-menu li.view_all_recipe_primary_menu a{
    color: rgba(255, 255, 255, 1) !important;
  }
  .prod-cont {
    padding: 20px;
}
section.prod-recipe-section.prod-recipe-section-fullbg .prod-recipe-section-fullbg-wrapper .col-lg-4 {
    padding-bottom: 20px;
}

/**product detail Page**/
.product-detail-section h1.product-title{
      font-size: 28px;
    line-height: 32px;
}
     .rating-wrapper {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .arrow-btn-product {
          bottom: 18%;
    }
    .product-content-wrapper {
    margin-top: 40px;
}
section.prod-recipe-section .prod-recipe-section-wrapper .col-lg-4.col-lg-4  {
    margin-bottom: 20px !important;
}
.prod-card {
    display: flex;
    max-height: 320px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    min-height: inherit;
}
.like-recipe-wrapper .col-6.col-sm-6.col-md-6.col-lg-3.mb-2 {
        margin-bottom: 15px !important;
    }
.prod-content {
    margin-top: 40px;
}
.like-recipe-wrapper .col-lg-3 {
    margin-bottom: 20px;
}
.breadcrumb-item{
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.made-with-content{
      border-radius: 10px;
    border-width: 0.52px;
    border: 1px solid rgba(217, 217, 217, 1);
    margin: 10px 0;
}
section.prod-recipe-section.recipe-detail-section-3{
  padding: 30px 0 30px;
}
.receipe-making-list ul li {
    font-size: 16px;
    line-height: 28px;
}
.recipe-details-section .info-item .label, .recipe-details-section .info-item .value {
      font-size: 16px;
}

/** recipe detail page **/
.featured-recipe-image {
    padding: 20px;
}
.featured-recipe-image img {
    max-width: 100%;
    width: 100%;
}
.recipe-meta h6, .recipe-meta h2 {
    font-size: 12px;
}

.featured-recipe-content {
    padding: 20px;
}
.featured-recipe-content h3 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: inherit;
}
.featured-recipe-content p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
.recipes-sec-wrapper{
  padding: 0px;
}
#recipe-category-tabs .prod-cont.recipe-listing-cont {
    padding: 0px 10px;
}
.recipes-sec-wrapper{
  margin: 40px 5px;
}
section#product-category-tabs .prod-cont {
    padding: 0px;
}
section#product-category-tabs .prod-cont .product-grid {
    padding: 0;
}
section#product-category-tabs .prod-cont .product-grid .card-image-box {
    max-width: 100%;
}
  /** new css end **/

  .btn-store {
    display: none;
  }

  .m-block {
    display: block !important;
  }

  .border-end {
    border-right: 0 !important;
  }

  .search-icon {
    order: 1;
  }

  .navbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .navbar-toggler {
    order: 2;
  }


  .search-and-find {
    max-width: 50px;
    width: 100%;
    position: relative;
    left: 30px;
  }

  .site-header a.nav-link {
    text-align: left;
  }

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

  .site-header li.nav-item {
    margin-left: 0px !important;
  }

  /* .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;
} */

  /** Home Page **/
  .content-card h2 {
    font-size: 46px;
  }


  #tns1-ow .tns-nav {
    bottom: 0px;
  }

  .products-section {
    padding: 30px 0 60px;
    margin-top: 0px;
  }

  .section-header {
    margin-bottom: 20px;
  }

  /* .corner-frame.top-left::before,
  .corner-frame.top-left::after,
  .corner-br.bottom-right::before,
  .corner-br.bottom-right::after {
    display: none;
  } */

  .video-wrapper {
    padding: 0;
  }

  .main-title {
    font-size: 24px;
  }

  .stats {
    flex-direction: column;
    gap: 10px;
    border-top: 0px;
  }

  /* .image-box::before,
  .image-box::after {
    display: none;
  } */

  .instagram-content-section {
    padding: 60px 0;
  }


  .featured-content h2 {
    font-size: 30px;
  }

  .featured-image,
  .featured-image img {
    min-height: 300px;
  }

  .about-feature-image {
    height: 230px;
  }

  .about-feature-content h2 {
    font-size: 26px;
  }

  .product-card {
    flex: 0 0 80%;
  }

  .section-desc {
    font-size: 14px;
  }

  .carousel-bottom {
    flex-direction: column;
    gap: 22px;
  }

  .top-image-grid {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    transform: none;
    padding: 0 15px;
    max-width: 400px;
    margin: 20px auto 0;
    width: 100%;
    top: 0;
  }

  .image-content-section {
    padding: 40px 0;
    margin-top: 0;
  }

  .image-card {
    height: auto;
  }

  /* Footer */
  .footer-links ul {
    flex-direction: column;
    gap: 16px;
  }

  .footer-badge {
    margin-bottom: 0;
    max-width: 120px;
    width: 100%;
  }
.footer-logo {
      max-width: 125px;
    margin: 0px auto 20px;
    display: block;
    width: 100%;
}
  .text-news,
  .footer-bottom,
  .footer-badge-goldbelly {
    text-align: center !important;
  }

  .newsletter-section {
    align-items: center !important;
  }

  .footer-bottom {
    padding: 15px 0 0 !important;
  }

  .footer-links a {
    display: block;
    margin-bottom: 10px;
  }

  .sr-text {
    text-align: center !important;
    padding: 0 10px 10px;
  }

  /* product detail page */

  .rating-info {
    gap: 12px;
    font-size: 16px;
  }

  .product-content-wrapper p {
    font-size: 16px;
    line-height: 1.7;
  }

  .goldbelly-btn {
    min-width: 100%;
    margin-top: 20px;
  }

  .custom-pagination {
    gap: 10px !important;
  }

  .page-nav {
    min-width: auto;
    font-size: 12px;
    padding: 0 12px;
  }

  .page-number {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  /*Recepe details*/

  .recipe-info {
    border: none;
  }

  .info-item {
    border-right: 0 !important;
    border-bottom: 0;
    display: inline-block;
  }

  .recipe-image img {
    border-radius: 10px;
  }

  #filterBox {
    display: none;
  }

   .timeline-prev {
    left: 0;
  }

  .timeline-next {
    right: 0;
  }
  
h1.about-title {
    font-size: 28px;
    line-height: inherit;
}
p.about-intro, .about-content-wrapper p, .history-card p {
    font-size: 16px;
    line-height: 25px;
}
.about-instagram-content-section{
      padding: 20px;
}
.row.ras-insta {
    padding: 0px 0 20px;
}
.about-instagram-content-section .top-image-grid {
    max-width: 100%;
}
.about-banner-content {
    justify-content: center !important;
    align-items: center;
    text-align: center;
}
.faq-heading{
      font-size: 28px;
    line-height: 34px;
}
ul#menu-footer-legal, ul#menu-footer-legal li{
    display: inline-block;
  }
.about-hero-banner {
  background-size: cover;
}
.about-banner-content{
      padding: 0;
}
section.about-section-1 {
    padding: 40px 10px;
}
section.product-listing.py-5 .col-lg-9.ps-4 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.recipe-card.recipe-listing-card{
  min-height: inherit;
}
.recipe-card.recipe-listing-card .recipe-description {
      flex: inherit;
}

.recipe-info.row.text-center.gx-0.mt-4 .d-flex.justify-content-center.align-items-center{
      display: inline-block !important;
}

.receipe-making-list ul li, .receipe-making-list.recipe-description p{
      font-size: 16px;
    line-height: 28px;
}
.recipe-description {
    padding: 0 15px;
}
.made-wrapper h3 {
  color: var(--raosRed);
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 0px !important;
}
.buy-ingredients, .directions-list {
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
}
.made-wrapper {
      margin-top: 20px;
}
.plp-hero-banner img {
    min-height: 300px;
}
.plp-hero-text-block {
	top: 25%;
}
.like-recipe-section {
    padding: 20px 15px 20px;
}
.footer-text{
      font-size: 16px;
    line-height: 24px;
}
.footer-section ul li a{
      font-size: 18px;
    line-height: 24px;
}
ul#menu-footer-legal li a {
    letter-spacing: 10%;
    font-size: 14px;
}
.hero-title{
      font-size: 40px;
    line-height: 48px;
}
.hero-subtitle {
  font-size: 16px;
    line-height: 24px;
}
.recipe-content p {
    font-size: 16px;
    line-height: 24px;
}
.card-title{
      font-size: 24px;
    line-height: 32px;
}
.year {
  font-size: 28px;
}
section.about-faq-section-detail {
    padding: 40px 0 40px;
}
.about-faq-section-detail-wrapper .text-center.faq-text.mb-4.like-recipe-text h2 {
    padding-bottom: 0px;
}
.about-faq-section-detail-wrapper .text-center.faq-text.mb-4.like-recipe-text {
    margin-bottom: 0px !important;
}
.faq-qa {
    padding: 15px 0 0;
}
.custom-accordion .accordion-button{
  font-size: 18px;
    line-height: 24px;
}
.custom-accordion .accordion-body, .custom-accordion .accordion-body p {
  font-size: 16px;
    line-height: 24px;
}
.instagram-content-section .juicer-feed .jcr-feed-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.about-instagram-content-section .jcr-htmx-grid.jcr-feed-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.product-left div#customize-thumbnails button.tns-item {
    max-width: 60px;
    height: auto;
    padding: 10px;
}
.prod-recipe-section .prod-recipe-section-wrapper {
    padding: 0 10px !important;
}
.prod-recipe-section{
      background: var(--raosRed);
}
sup.main-slider-sup {
    font-size: 20px;
}
.receipe-making-list p {
    font-size: 16px !important;
    line-height: 28px !important;
}

.like-recipe-wrapper{
padding: 30px 15px;
}
.prod-card {
padding: 15px 10px;
}
section.about-faq-section-detail {
    padding: 40px 15px 40px;
}
}

@media (max-width: 991px) {
  .product-sort.prod-sort-lg {
    display: none !important;
  }
  .product-sort.sort-m-view {
    display: block !important;
  }
  .m-filters {
      display: inline-flex !important;
      justify-content: space-between;
      max-width: 100%;
      width: 100%;
      gap: 10px;
  }
  .m-filters button#filterToggle {
      display: block !important;
  }
  .product-top-band{
    margin-bottom: 5px !important;
  }

  .feature-recipe-home-card.mt-5 {
    margin-bottom: 70px;
}
.featured-section #tns3-ow .tns-nav {
  bottom: 130px;
}

#scrollto_section {
   margin-top: 20px;
   display: block;
}
    .about-mint-img, .about-garlic-img-wrapper, .about-pepper-img-wrapper{
    display: none;
}
h1.about-title {
    justify-content: center;
    font-size: 40px;
    line-height: 48px;
}
}

/* @media (min-width: 991px) {
  .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);
}
} */