  @font-face {
    font-family: Inter;
    src: url(https://cdn.shopify.com/s/files/1/0257/1891/5135/files/Inter-Regular.otf?v=1753193641);
    font-weight: 400;
    font-style: regular;
  }

.related-products{padding:80px 20px;max-width:1440px;margin:0 auto;text-align:center}.section_aop-main-body .related-products h2{font-size:28px;line-height:1.2;}.section_aop-main-body .related-products .product-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.section_aop-main-body .related-products .product-list .product-item{padding-top: 20px;padding-bottom: 20px;width:360px;text-align:center}.section_aop-main-body .related-products .product-list .product-item img{margin-inline: auto;max-width:100%;height:auto;display:block;margin-bottom:10px}.section_aop-main-body .related-products .product-list .product-item h3{font-family:var(--base-family)!important;font-size:18px;color:#858585;font-weight:700;margin-bottom: 10px;}.section_aop-main-body .related-products .product-list .product-item p{font-size:14px; color: #21272a;line-height: 1.4;}.section_aop-main-body .related-products .product-list .product-item .add-link{background-color:#c3ad89;padding:10px 20px;color:#fff;font-size: 12.59px;text-transform:uppercase}

  .responsive-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
  }

  .responsive-video iframe {
    max-height: 442px;
    height: 100%;
  }

  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  
  .loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
  }
  
  .spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #C6AD84;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .empty-message {
    text-align: center;
    font-size: 22px;
    margin: 60px 0;
    font-weight: bold;
    color: #c6ad84;
  }


  .aop-section {
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
  }

  .aop-image-section {
    /* padding: 2rem 0; */
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px !important;
    max-height: 442px;
    overflow: hidden;
}

  .aop-sub-image {
    margin: 2rem auto;
    height: 78px;
    width: 160px;
    text-align: center;
  }

  .aop-hero-img,
  .aop-sub-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
  }

  .aop-title {
    text-align: center;
    margin: 2rem 0 1rem;
  }

  .aop-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .aop-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #F9F6F2;
    max-width: 1020px;
    margin: 0 auto;
}

  .aop-meta-img {
    flex: 1;
    /* max-width: 670px; */
    max-width: 548px;
    max-height: 404px;
    object-fit: cover;
  }

  .aop-meta-img img {
    width: 100%;
    height: 100%;
    /* max-height: 427px;
    min-height: 427px; */
  }

  .aop-meta-info {
    flex: 1;
    font-size: 0.95rem;
    width: 352px; 
    margin: 40px auto
  }

  .aop-meta-info p {
    padding: 15px 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #575756;
    line-height: 150%;
    margin: 0;
    font-weight: 500;
}

  .aop-body {
     margin: 0 auto;
   } 

  .aop-body.centered {
      text-align: center;
      /* padding: 5rem 3rem; */
      margin: 0 auto;
    padding: 60px;
  }

  .aop-body.split {
    display: flex;
    flex-wrap: wrap;
    gap: 120px;
    padding: 60px 120px;
    align-items: center;
  }

  .aop-body.split.right {
    padding: 60px 120px;
  }

  .aop-body.split.left .aop-body-img {
    order: 0;
  }

  .aop-body.split.right .aop-body-img {
    order: 1;
  }

  .aop-body-img,
  .aop-body-text {
    flex: 1;
    min-width: 230px;
  }

  .aop-body-img img {
    width: 100%;
    height: auto;
    max-width: 100%
  }

  .aop-body.banner .container {
    text-align: center;
    color: #fff;
    padding: 32px 0;
    position: relative;
    max-width: 1020px;
}


  .aop-body h1 {
    margin-bottom: 3rem;
    margin-top: 0.15rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.05rem;
  }
  
  .aop-body h2 {
    margin-bottom: 3rem;
    margin-top: 0.15rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.04rem;
  }

  .aop-body h3 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .aop-body h4 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
  }

  .aop-body h5 {
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 20px;
    letter-spacing: 0.01rem;
    font-family: "span" !important;
  }

  .aop-body h6 {
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 18px;
    letter-spacing: 0.005rem;
    font-family: "span" !important;
  }

  .aop-body p {
    font-size: 14px;
    line-height: 1.4;
    color: #575756;
  }

  .aop-chef-profile {
    /* margin: 4rem auto; */
    margin: 0rem auto;
    padding: 5rem 4rem;
  }

  .aop-intro-wrapper {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2rem 0;
    margin: 2rem 0;
  }

  .aop-label {
    color: #8A3956;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Span';
}

  .blog-not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    text-align: center;
    font-size: 1.25rem;
    padding: 1rem;
  }

  .blog-not-found p {
    max-width: 1280px;
    margin: 0 auto;
    line-height: 1.6;
  }


  
  /* .aop-meta.bg_clsnn_nww .corners {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      pointer-events: none;
      z-index: 2;
   }

  .aop-meta.bg_clsnn_nww .corners:after, 
  .aop-meta.bg_clsnn_nww .corners:before {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      top: -2px;
      left: -2px;
      background: url(aop-corner-shape.svg) no-repeat center center;
      background-size: cover;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
   }
   .aop-meta.bg_clsnn_nww  .corners.bottom {
      bottom: 0;
      top: unset;
      transform: rotate(180deg);
      transform-style: preserve-3d;
    }
    .aop-meta.bg_clsnn_nww .corners:after {
       left: unset;
       right: -2px;
       transform: rotate(90deg);
    } */

  .aop-meta-info_nww{
     display: flex;
     align-items: center;
     gap: 50px;
     border-bottom: 1px solid #C2AD89 
  }
  .bor_clsn_nwwss{
    border-bottom: 1px solid #C2AD89 ;
  }

  .bor_clsn_nww{
    position: relative;
  }
  .bor_clsn_nww::after{
      content: '';
      height: 100%;
      width: 1px;
      background-color: #C2AD89;
      position: absolute;
      top: 0; 
      right: -26px;
    
  }

  .img_absl_new {
      position: absolute;
      inset: 0;
      margin: auto;
      width: 94%;
      aspect-ratio: 1108 / 160;
      border-radius: 32px;
      z-index: 3;
      pointer-events: none;
  }

  .line-separator {
      display: block;
      text-align: start ;
      color: #C6AD84;
      margin: -20px 0 16px ;
      font-size: 18px ;
      line-height: 140%;
  }
  .aop-body.banner p{
     /* max-width: 796px; */
     margin-inline: auto;
    /* line-height: unset; */
  }
  .img_absl_new img{
    height: 238px;
  }
  .aop-body.banner  .line-separator{
    color: #fff !important;
    text-align: center;
  }
  .aop-body.centered  .line-separator{
    text-align: center;
  }
  .aop-meta-detail {
    display: flex;
    flex-direction: column;
    width: 472px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
}

   /* .aop-body.banner .stoke {
    position: absolute;
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    pointer-events: none;
     max-width: 1280px;
    }

    .aop-body.banner .stoke .bottom, .aop-body.banner .stoke .top {
    position: absolute;
    top: 0;
    left: 60px;
    width: calc(100% - 120px);
    height: 60px;
    pointer-events: none;
    border-top: 2px solid #fff;
    }

    .aop-body.banner .stoke .middle {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 120px);
    pointer-events: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    }

    .aop-body.banner .stoke .bottom {
    top: unset;
    bottom: 0;
    transform: rotate(180deg);
     }

   .aop-body.banner .stoke .bottom:after, .aop-body.banner .stoke .bottom:before, .aop-body.banner .stoke .top:after, .aop-body.banner .stoke .top:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: -2px;
    left: -60px;
    background-image: url(aop-corner-stroke.svg);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
   }

   .aop-body.banner .stoke .bottom:before, .aop-body.banner .stoke .top:before {
    left: unset;
    right: -60px;
    transform: rotate(90deg);
    } */

  .aop-body.banner {
    display: flex;
    justify-content: center;
    padding: 60px 120px;
}

  .aop-body-text, .aop-body-text .line-separator {
    text-align: center;
  }

  /* #blog-post-block > div:nth-child(2) > h3 {
    color: #B09C59 !important;
    font-size: 54px;
  } */

  .aop-body h4 {
    color: #545454 !important;
  }

  .aop-static-section, .blog-card:not(.hide):nth-child(n+5) {
    display: none !important;
  }

  .blog-card {
    transition: all 0.4s;
  }

  .section_blog-post-list {
    background-color: #ffffff !important;
  }

  .blog-card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .loading-spinner {
    display: none !important;
  }

  .email-signup__input.paragraph {
    border: none;
    border-bottom: 1px solid #d5d9dc;
    color: #575756;
  }

  .email-signup__input.paragraph:hover, .email-signup__input.paragraph:active, .email-signup__input.paragraph:focus {
    color: #575756;
  }

  .email-signup__button:not(.button-unstyled) {
    opacity: 0.9;
    border-radius: 5px;
    border: none !important;
  }

  .email-signup__button:not(.button-unstyled):hover {
    border:none !important;
  }

  .social-icons__icon {
    color: gray;
  }

  .section_blog-post-list h2 {
    margin-bottom: 28px !important;
  }

  footer .menu__heading, .shopify-section-group-footer-group .group-block-content .text-block p {
    color: #bfa76f !important;
  }

  .intro-text p {
    margin-bottom: 120px;
  }

  .button, .button:hover {
    border: none;
  }

  .aop-body.centered {
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

  .aop-body.banner p, .aop-body.banner .line-separator {
    margin: 0;
    justify-self: center;
  }

  .aop-body.centered > * {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.aop-image-section + .aop-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.aop-image-section + .aop-body > * {
  margin-top: 0;
  margin-bottom: 0;
}

  #blog-post-block h4 + h3 {
    font-size: 54px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

#blog-post-block h4 + h3 + p + p {
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
}

.aop-image-section .aop-hero img {
    width: 100%;
    max-height: 442px;
    object-fit: cover;
}

.aop-body.centered h3, .aop-body.centered p {
  margin: 0 auto;
}

.aop-body.centered .content {
    max-width: 1020px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    padding: 32px 0;
}

.aop-body-text h3, .aop-body-text p {
  margin: 0 auto;
}

.aop-body-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 32px 0;
}

.aop-body.banner .container .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.aop-body.banner .container .content h3, .aop-body.banner .container .content p {
  margin: 0 auto;
}

 @media screen and ( max-width: 1024px){
   .aop-chef-profile{
      padding: 5rem 1rem
   }
   .aop-meta-img img{
       min-height: 100%;
       height: 100%;
       max-height: 100%; 
    }
   .aop-meta-img{
      max-width: 492px;
   }
 }

  @media screen and (max-width: 768px) {
 
     .aop-meta-detail{
       width: 100%;
       padding: 0 20px;
     }
    .aop-meta-img{
      max-width: 100%;
      width: 100%;
      overflow: hidden;
    }
    
    h1 {
      font-size: 34px;
    }
    .aop-body h2 {
      font-size: 32px;
    }    
    .aop-body h3 {
      font-size: 28px;
      text-align: center;
    }
    .aop-body h4 {
      font-size: 24px;
    }
    .aop-body h5 {
      font-size: 20px;
    }
    .aop-body h6 {
      font-size: 18px;
    }
    
    .aop-body p {
      font-size: 16px;
      text-align: center;
    }
    .line-separator {
      text-align: center;
    }
    .aop-chef-profile {
      padding: 3rem 2rem;
    }
    .aop-body.split.right {
      padding: 3rem 2rem;
    }
    .aop-meta {
      flex-direction: column;
      
    }
    .aop-body.split {
      flex-direction: column;
      padding: 3rem 2rem;
    }
    .aop-body.centered, .aop-body.banner {
      padding: 3rem 2rem;
    }

    #blog-post-block h4 + h3 {
      font-size: 32px;
    }

    .aop-meta-info {
      flex: 1;
      font-size: 0.95rem;
      width: 100%;
      margin: 40px auto;
    }

    .aop-body.split {
      gap: 30px;
    }

  }

 @media screen and (max-width: 600px){
    .img_absl_new {
       display: none;
    }

    .aop-body.split.left .aop-body-img {
      order: 1;
    }

  .aop-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .aop-meta-info {
    flex: 1;
    font-size: 0.95rem;
    width: 100%;
    margin: 20px auto;
  }
 }

 @media screen and (max-width: 481px){
    .aop-chef-profile, .aop-body.split.right, .aop-body.split, .aop-body.centered, .aop-body.banner .container, .section_blog-post-list, .aop-body.banner {
      padding: 2rem 0.5rem !important;
    }

    .blog-card-listing {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 20px 30px !important;
    }

    .spacing-style, .inherit-spacing {
      padding: 0px !important;
    }
    /* .aop-body.split.right {
      padding: 2rem 0.5rem;
    }

    .aop-body.split {
      flex-direction: column;
      padding: 2rem 0.5rem;
    }
    .aop-body.centered {
      padding: 2rem 0.5rem;
    }

    .aop-body.banner .container {
      padding: 2rem 0.5rem
    } */
 }