#shopify-section-template--17610579509494__mixlist_information_DtXHb7 {
  --section-padding-top: 72px;
  --section-padding-bottom: 72px;
}

#shopify-section-template--17610579509494__mixlist_recipes_list_PG6aqh {
  --section-padding-top: 72px;
  --section-padding-bottom: 72px;
}

#shopify-section-template--17610579509494__collection_list_3UJCQR {
  --section-padding-top: 72px;
  --section-padding-bottom: 72px;
}

.blog-single {
  padding-bottom: 0px;
}

.pageContentSectionWrapper {
  padding: 60px 0;
}

.pageContentSectionWrapper .two-grid:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.pageContentSectionWrapper .two-grid .page-width > h2 {
  margin-bottom: 50px;
}

.pageContentSectionWrapper .rte :where(p):not(:where([class~="not-rte"] *)) {
  margin-block: var(--sp-1);
}

.pageContentSectionWrapper font {
  color: rgb(var(--color-foreground)) !important;
}

@media screen and (min-width: 1024px) {
  #shopify-section-template--17610579509494__mixlist_information_DtXHb7 {
    --product-grid: auto / minmax(0, 1.32fr) minmax(0, 0.68fr);
  }
}

.blog-single {
  padding-top: 0;
}

.blog-main-sec .product--scroll .product__gallery {
  grid-template-columns: 1fr;
  width: 34%;
}

.blog-main-sec .product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.blog-main-sec .product__info {
  width: 60%;
}

.pt-0 > div:first-child {
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  .blog-main-sec .product--scroll .product__gallery .product__preview {
    display: block;
  }
}

@media (max-width: 767px) {
  .blog-main-sec .product--scroll .product__gallery {
    width: 100%;
    height: 191px;
  }

  .blog-main-sec .product__info {
    width: 100%;
  }

  .blog-main-sec .product--scroll .product__gallery .product__preview {
    height: 100%;
    display: block;
  }

  .pageContentSectionWrapper .two-grid-text .subtext-md {
    font-size: 16px !important;
  }

  .pageContentSection {
    padding: 30px 0 !important;
  }

  .pageContentSectionWrapper .two-grid-row {
    gap: 20px;
  }
}

/* banner section */
.bannerSection {
  padding: 100px 0;
  min-height: 500px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px 20px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.bannerSection::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.55;
  z-index: -1;
}

/* .blog-single .page-width {
    max-width: 1320px;
} */

.bannerSection .dateWrap {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 25px;
}

.bannerSection .dateWrap .date {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.bannerSection .bannerTitle {
  font-size: 91px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1.2000000476837158px;
  margin-bottom: 30px;
}

.bannerSection p {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}

.bannerSection p:has(+ p) {
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 1399px) {
  .bannerSection {
    max-width: 1200px;
  }

  .bannerSection .bannerTitle {
    font-size: 75px;
  }
}

@media (max-width: 1199px) {
  .bannerSection {
    padding: 80px 0;
  }

  .blog-single .page-width {
    max-width: 940px;
  }

  .bannerSection .bannerTitle {
    font-size: 60px;
  }

  .bannerSection p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .bannerSection {
    padding: 60px 0;
  }

  .bannerSection .bannerTitle {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .page-width .bannerSection p {
    font-size: 18px;
  }

  .bannerSection p:has(+ p) {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .bannerSection {
    padding: 40px 0;
  }

  .bannerSection .dateWrap {
    margin-bottom: 15px;
  }

  .bannerSection .bannerTitle {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .bannerSection p {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .bannerSection .bannerTitle {
    font-size: 30px;
  }
}

/* Single Content Section */
.pageContentSection {
  position: relative;
  padding: 60px 0;
}

.pageContentSectionWrapper p:empty {
  display: none;
}

.pageContentSectionWrapper ul {
  list-style: disc;
  padding-left: 25px;
}

.pageContentSectionWrapper ul ul {
  list-style: square;
  margin: 20px 0 30px;
}

.pageContentSectionWrapper ul ul ul {
  list-style: circle;
}

.pageContentSectionWrapper ol {
  padding-left: 25px;
}

.pageContentSectionWrapper ol ol {
  margin: 20px 0 30px;
}

.pageContentSectionWrapper ul:has(+ *),
.pageContentSectionWrapper ol:has(+ *),
.pageContentSectionWrapper p:has(+ *) {
  margin-bottom: 30px;
}

.pageContentSectionWrapper p:has(+ p) {
  margin-block: var(--sp-4d5);
}

.pageContentSectionWrapper div:has(+ *) {
  margin-bottom: 20px;
}

.pageContentSectionWrapper {
  font-size: var(--text-lg);
  color: rgb(var(--color-foreground));
  line-height: 1.59;
}

.pageContentSectionWrapper a:not(.button) {
  text-decoration: underline;
  font-weight: 700;
}

.pageContentSectionWrapper li:not(:first-child) {
  margin-block-start: var(--sp-3);
}

.pageContentSection ul > li > p > span {
  font-size: 18px !important;
}

.pageContentSection ul > li > p {
  margin-top: 5px !important;
}

.pageContentSectionWrapper h2,
.pageContentSectionWrapper h2 > p {
  font-size: var(--text-h2);
}

.pageContentSectionWrapper .two-grid-text .heading {
  margin-bottom: 10px;
}

.pageContentSectionWrapper .two-grid-text .subtext-md {
  font-size: 18px;
}

.pageContentSectionWrapper h2,
.pageContentSectionWrapper h3,
.pageContentSectionWrapper h4,
.pageContentSectionWrapper h5,
.pageContentSectionWrapper h6 {
  color: rgb(var(--color-foreground));
  line-height: 1.2;
  line-height: 1.2;
  font-weight: 700;
}

.pageContentSectionWrapper h2:has(+ *) {
  margin-block-end: var(--sp-8d5);
}

.pageContentSectionWrapper h2:not(:first-child) {
  margin-block-start: var(--sp-14);
}

.pageContentSectionWrapper h3,
.pageContentSectionWrapper h3 > p {
  font-size: 30px;
}

.pageContentSectionWrapper h3:has(+ *) {
  margin-bottom: 20px;
}

.pageContentSectionWrapper h4,
.pageContentSectionWrapper h4 > p {
  font-size: 30px;
}

.pageContentSectionWrapper h4:has(+ *) {
  margin-bottom: 25px;
}

.pageContentSectionWrapper h5,
.pageContentSectionWrapper h5 > p {
  font-size: 26px;
}

.pageContentSectionWrapper h5:has(+ *),
.pageContentSectionWrapper h6:has(+ *) {
  margin-bottom: 20px;
}

.pageContentSectionWrapper h6 > p {
  font-size: 22px;
}

.pageContentSectionWrapper section:not(.two-grid) img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.pageContentSectionWrapper blockquote {
  max-width: 1024px;
  margin: 40px auto;
  text-align: center;
  line-height: 1.3;
}

.dark .pageContentSectionWrapper blockquote::before {
  filter: invert(1);
}

.pageContentSectionWrapper blockquote span {
  font-size: 24px;
  display: block;
  margin-bottom: 43px;
  line-height: 33px;
  font-weight: 500;
}

.pageContentSectionWrapper span[style="font-size: 1rem;"] {
  font-size: 22px !important;
}

.pageContentSectionWrapper blockquote::before {
  content: "";
  font-weight: 400;
  line-height: 1;
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 30px;
  background-image: url("https://media.barsys.com/assets/doubleQuote.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pageContentSectionWrapper blockquote + p,
.pageContentSectionWrapper blockquote ~ p:empty + p,
.pageContentSectionWrapper blockquote + p span,
.pageContentSectionWrapper blockquote ~ p:empty + p span {
  font-size: 18px;
  text-align: center;
  font-style: italic;
}

.blogSingleImg:has(+ .blogSingleImg) {
  margin-bottom: 60px;
}

.videoWrapper {
  margin-top: 60px;
}

.videoWrapper video {
  border-radius: 20px;
  aspect-ratio: 16/9;
  width: 100%;
}

/* .blog-single .banner__box {
    width: auto;
    max-width: 1490px;
} */

.blog-single .banner__media .media > div {
  height: 100%;
}

.blog-single .banner__media .media > div img {
  object-fit: cover;
  object-position: center;
}

/* @media (min-width:1440px) {

    .blog-single .make-with>div.pageContentSectionWrapper {
        max-width: 1490px;
        margin: 0 auto;
    }

} */

.blog-single .pageContentSection {
  max-width: 1490px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-size: 16px;
  line-height: 24px;
}

.blog-single .two-grid-row {
  padding-left: 0;
  padding-right: 0;
}

.blog-boottom-sec .pageContentSection {
  padding-top: 0;
}

.two-grid .page-width {
  padding: unset;
}

.blog-page-video {
  margin: 60px 0;
}

/* Responsive */
@media (max-width: 1399px) {
  .pageContentSection {
    padding: 50px 0;
  }

  .pageContentSectionWrapper h3,
  .pageContentSectionWrapper h3 > p {
    font-size: 26px;
  }

  .pageContentSectionWrapper h3:has(+ *) {
    margin-bottom: 30px;
  }

  .pageContentSectionWrapper h4,
  .pageContentSectionWrapper h4 > p {
    font-size: 24px;
  }

  .pageContentSectionWrapper h4:has(+ *) {
    margin-bottom: 20px;
  }

  .pageContentSectionWrapper h5,
  .pageContentSectionWrapper h5 {
    font-size: 22px;
  }

  .pageContentSectionWrapper h6 > p {
    font-size: 20px;
  }

  .pageContentSectionWrapper span[style="font-size: 1rem;"] {
    font-size: 20px !important;
  }

  .pageContentSectionWrapper div:has(+ *) {
    margin-bottom: 20px;
  }

  .blogSingleImg:has(+ .blogSingleImg) {
    margin-bottom: 50px;
  }

  .videoWrapper {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .pageContentSectionWrapper {
    padding: 30px 0;
  }

  .pageContentSectionWrapper h3,
  .pageContentSectionWrapper h3 > p {
    font-size: 26px;
  }

  .pageContentSectionWrapper h3:has(+ *) {
    margin-bottom: 20px;
  }

  .pageContentSectionWrapper h4,
  .pageContentSectionWrapper h4 > p {
    font-size: 22px;
  }

  .pageContentSectionWrapper h5,
  .pageContentSectionWrapper h5 > p {
    font-size: 18px;
  }

  .pageContentSectionWrapper h6 > p {
    font-size: 18px;
  }

  .pageContentSectionWrapper span[style="font-size: 1rem;"] {
    font-size: 18px !important;
  }

  .pageContentSectionWrapper div:has(+ *) {
    margin-bottom: 18px;
  }

  .pageContentSectionWrapper ul:has(+ *),
  .pageContentSectionWrapper ol:has(+ *),
  .pageContentSectionWrapper p:has(+ *) {
    margin-bottom: 25px;
  }

  .pageContentSectionWrapper blockquote span {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .pageContentSectionWrapper blockquote::before {
    margin: 0 auto 40px;
  }

  .pageContentSectionWrapper blockquote {
    margin: 30px auto 45px;
  }

  .blogSingleImg:has(+ .blogSingleImg) {
    margin-bottom: 40px;
  }

  .videoWrapper {
    margin-top: 40px;
  }

  .blog-page-video {
    margin: 60px 0 !important;
  }
}

@media (max-width: 575px) {
  .pageContentSectionWrapper span[style="font-size: 1rem;"] {
    font-size: 16px !important;
  }

  .pageContentSectionWrapper blockquote span {
    font-size: 19px;
    margin-bottom: 21px;
  }

  .pageContentSectionWrapper blockquote::before {
    margin: 0 auto 20px;
  }

  .pageContentSectionWrapper blockquote {
    margin: 20px auto 30px;
  }

  .blogSingleImg:has(+ .blogSingleImg) {
    margin-bottom: 30px;
  }

  .videoWrapper {
    margin-top: 30px;
  }

  .pageContentSectionWrapper ul {
    padding-left: 20px;
  }
}

.two-grid-img.undefined img {
  border-radius: 30px;
}

.pageContentSectionWrapper :not(.two-grid-img) img,
.pageContentSectionWrapper .video-hero {
  border-radius: 30px;
  width: calc(100% + var(---image-size));
  max-width: unset;
  margin-left: calc(var(---image-size) / 2 * -1);
  ---image-size: 150px;
  margin-top: 45px;
}

.blog-single .banner .media img {
  width: 100%;
}

/* ********************************* */
.blog-single .video-hero {
  margin-bottom: 80px;
}

@media (max-width: 570px) {
  .blog-single .two-grid-img > div {
    width: 100%;
  }
}

.blog-single [style*="white-space:"] {
  white-space: unset !important;
}

.blog-single .two-grid .bloggrid-Video {
  padding: unset;
}

.blog-single .two-grid .bloggrid-Video video {
  position: unset;
  height: auto;
}

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

@media (max-width: 1024px) {
  .pageContentSectionWrapper :not(.two-grid-img) img,
  .pageContentSectionWrapper .video-hero {
    width: unset;
    max-width: 100%;
    margin-left: unset;
  }
}

.pageContentSectionWrapper .two-grid-img img,
.pageContentSectionWrapper .two-grid-img .video-hero {
  width: 100%;
  max-width: 100%;
  margin-left: unset;
}
