/** Shopify CDN: Minification failed

Line 24:0 All "@import" rules must come first
Line 3495:0 Expected "}" to go with "{"

**/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Comica Brush";
  src: url("https://cdn.shopify.com/s/files/1/0562/5525/0485/files/ComicaBrush-Regular.ttf?v=1742819042")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pink Sunset";
  src: url("/cdn/shop/files/PinkSunset-Regular.ttf?v=1744193542")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");


body{    overflow-x: hidden;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Comica Brush";
}

.home-page-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px; /* Space between buttons */
  padding: 20px;
  margin-bottom: 50px;
}

.home-page-buttons .cust-banner-btn {
    flex: 1 1 auto;
    max-width: 280px;
    min-width: 150px;
    text-align: center;
    width: 100%;
}
.home-page-buttons .cust-banner-btn a {
  display: inline-block;
  padding: 12px 20px;
  background-color: #be202e; 
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
font-size: 24px;
  font-weight: 500;
  transition: background 0.3s;
}

.home-page-buttons .cust-banner-btn a:hover {
  background-color: #333;
}

/* Responsive mobile tweaks */
@media (max-width: 768px) {
 .home-page-buttons .home-page-buttons {
    flex-direction: column;
    align-items: center;
  }

 .home-page-buttons .cust-banner-btn {
    width: 100%;
    max-width: 300px;
  }
}

.cust-cta-banner-sec .cust-banner-btn a {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.header-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}
.header-wrapper header.site-header {
  background: transparent;
}
.header-wrapper .site-header.site-header--stuck.site-header--opening {
  background: #ffffff;
}
.site-header--heading-style .site-nav__link {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
  color: #4b4846;
  font-weight: 700;
  font-size: 16px;
}
.site-header .header-item.header-item--navigation {
  justify-content: flex-end;
}
.site-header
  .header-item.header-item--icons
  a.site-nav__link.site-nav__link--icon.medium-down--hide {
  display: none;
}
.header-layout
  a.site-nav__link.site-nav__link--icon.js-drawer-open-cart.js-no-transition {
  padding: 0;
  margin-left: 30px;
}
.cust-banner-title {
  color: #4b4846;
  font-size: 60px;
  position: relative;
}
.cust-banner-sec .cust-subtitle {
  color: #4b4846;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.cust-banner-sec .cust-imgbox img {
  display: block;
}
.cust-banner-sec .banner-descrription {
  font-size: 16px;
  line-height: 22px;
  max-width: 510px;
}
.cust-banner-sec {
  background: #ffcc72;
  padding: 0px 0 0;
  position: relative;
}
.cust-banner-sec:after {
  content: "";
  background-image: url(/cdn/shop/files/10.png?v=1744098659);
  background-repeat: no-repeat;
  position: absolute;
  width: 196px;
  height: 178px;
  z-index: 1;
  right: 280px;
  bottom: -80px;
  display: none;
}
.cust-row {
  display: flex;
  flex-wrap: wrap;
}
.cust-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.cust-banner-sec .cust-col_4 {
  width: 30%;
  max-width: 30%;
}
.cust-banner-sec .cust-col_8 {
  width: 70%;
  max-width: 70%;
}
.cust-banner-content {
  width: calc(100% + 220px);
  position: relative;
}
.cust-banner-content:after {
  content: "";
  background-image: url(/cdn/shop/files/10-2-_1.png?v=1744098390);
  background-repeat: no-repeat;
  position: absolute;
  width: 156px;
  height: 156px;
  bottom: -170px;
  left: -100px;
  display: none;
}
.cust-banner-btn a {
  display: table;
  background: #be202e;
  color: #fff;
  padding: 10px 38px;
  border-radius: 40px;
  font-size: 24px;
  font-weight: bold;
}
.cust-banner-sec .cust-banner-btn {
  margin-top: 50px;
}
.cust-banner-sec .cust-imgbox {
  width: calc(100% + 100px);
  z-index: 1;
  position: relative;
}
.cust-collection-sec {
  background-color: #e34043;
  padding: 120px 0;
  background-image: url(/cdn/shop/files/Group_38.png?v=1742823852);
  background-repeat: repeat;
  position: relative;
}
.cust-collection-sec .cust-product-imgbox {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 20px 30px;
}
.cust-cart-btnwraper {
  opacity: 0;
}
.cust-collection-sec .cust-product-box:hover .cust-cart-btnwraper {
  opacity: 1;
  transition: 0.4s;
}
.cust-collection-sec .cust-product-title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
.cust-collection-sec .cust-product-box {
  margin: 10px;
  transition: 0.4s;
  cursor: pointer;
}
.cust-cart-btnwraper a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc72b;
  border-radius: 40px;
  height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}
.cust-title {
  font-size: 60px;
  color: #be202e;
}
.cust-collection-sec .cust-title {
  color: #fff;
  margin-bottom: 20px;
}
.cust-allcollection-btn a {
  display: table;
  background: #ffc72b;
  padding: 10px 40px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
}
.cust-allcollection-btn {
  display: flex;
  justify-content: center;
  margin: 20px 10px;
}
.cust-collection-sec .cust-bottam-content01 {
  text-align: center;
  margin-top: 40px;
  padding: 110px;
  background-image: url(/cdn/shop/files/Group_39.png?v=1742825538);
  background-repeat: no-repeat;
  background-position: center;
}
.cust-collection-sec .cust-inner-title {
  color: #ffcf42;
  margin-bottom: 10px;
  font-size: 35px;
}
.cust-collection-sec .cust-bottam-content01 .cust-inner-subtitle {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.cust-Perfect-occasion-sec {
  background-color: #ffcc72;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 63px 0 40px;
  position: relative;
}
.cust-Perfect-occasion-sec:before {
  content: "";
  position: absolute;
  background-image: url(/cdn/shop/files/shap-down-bg01.png?v=1744201416);
  background-repeat: no-repeat;
  width: 100%;
  height: 274px;
  top: -259px;
  background-position: center;
}
.cust-Perfect-occasion-sec .cust-title {
  color: #4b4846;
  font-size: 60px;
}
.cust-col3 {
  width: 25%;
  max-width: 25%;
}
.cust-Perfect-occasion-sec .cust-imgbox img {
  width: 100%;
  border-radius: 25px;
  display: block;
}
.cust-Perfect-occasion-sec .cust-wraper {
  margin: 10px;
}
.cust-Perfect-occasion-sec .cust-wraper .imgbox-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #4b4846;
  margin-top: 20px;
}
.cust-cta-banner-sec {
    padding: 107px 0 69px 0;
}
.cust-cta-banner-sec .cta-banner-img {
  width: calc(100% + 100px);
}
.cust-cta-banner-sec .cust-title {
  color: #be202e;
  max-width: 500px;
  margin: 0 0 -150px;
  position: relative;
  z-index: 1;
}
.cust-cta-banner-sec .cta-banner-img img {
  width: 100%;
}
.cust-collection-sec .slick-arrow {
  background: transparent;
  border-radius: 0;
}
.cust-collection-sec .slick-prev {
  left: -50px;
}
.cust-collection-sec .slick-next {
  right: -50px;
}
.cust-logo-imgbox img {
  max-width: 230px;
  margin: 0 auto;
}
.cust-logo-imgbox {
  text-align: center;
  margin: 10px;
}
.custom-logo-sec .cust-title {
  color: #4b4846;
  text-align: center;
}
.custom-logo-sec .slick-arrow {
  background: #4b4846;
  width: 50px;
  height: 50px;
}
.custom-logo-sec .slick-prev {
  left: -60px;
}
.custom-logo-sec .slick-next {
  right: -60px;
}
.custom-logo-sec .cust-container {
  padding: 0 66px;
  max-width: 1260px;
}
.custom-logo-sec .slick-dots {
  display: none !important;
}
.cust-table-section .cust-title {
  color: #f7c23a;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.cust-table-section .cust-title:after {
  content: "";
  background-image: url(/cdn/shop/files/pop-2-1.png?v=1744183328);
  position: absolute;
  width: 105px;
  height: 105px;
  top: -60px;
  right: 210px;
  z-index: -1;
}
.cust-table-section {
  padding: 80px 0;
  background-image: url(/cdn/shop/files/popcorn_shot_1.png?v=1744182523);
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
}
.cust-tiblebox th {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  color: #4b4846;
  width: 33.33%;
}
.cust-tiblebox td {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #4b4846;
  padding: 30px 20px;
}
.cust-tiblebox th:nth-child(2),
.cust-tiblebox td:nth-child(2) {
  background: #ffcc72;
}
.cust-tiblebox table {
  border-spacing: 2px;
  background: #4b4846;
}
.cust-tiblebox {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.cust-testimonials-sec {
  background: #ffcc72;
  padding: 80px 0px;
}
.cust-testimonials-sec .cust-title {
  text-align: center;
  color: #4b4846;
  margin-bottom: 30px;
}
.testi-contentbox {
  background: #ffffffb3;
  padding: 40px 24px;
  border-radius: 20px;
  margin: 10px;
  position: relative;
  min-height: 270px;
}
.cust-testimonials-sec .slick-arrow {
  background: transparent;
  border-radius: 0;
}
.cust-testimonials-sec .custom-prev {
  left: -60px;
}
.cust-testimonials-sec .slick-next {
  right: -60px;
}

.cust-testimonials-sec .cust-container {
  position: relative;
}
.cust-testimonials-sec .cust-container:before {
  content: "";
  position: absolute;
  background-image: url(/cdn/shop/files/popkon-bottam.png?v=1743164163);
  background-repeat: no-repeat;
  width: 167px;
  height: 187px;
  bottom: -130px;
  z-index: 1;
}
.cust-product-slider .slick-dots {
  display: none;
}
.cust-testimonials-sec .slick-dots {
  display: none;
}
.cust-product-slider .cust-product-img img {
  object-fit: cover;
  height: 350px;
  width: 100%;
}
.searchIcon {
  border: 2px solid #4b4846;
  border-radius: 30px;
  width: 300px;
}
.cust-top-Nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -25px;
}
.cust-top-Nav .site-nav__link {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4b4846;
}
.cust-top-Nav .site-nav li {
  position: relative;
}
.cust-top-Nav .site-nav li {
  position: relative;
  padding: 0px 15px;
}
.cust-top-Nav .site-nav li:first-child:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  background: #4b4846;
  right: -13px;
  top: 13px;
}
.cust-top-Nav .site-nav li:last-child {
  padding-right: 0;
}
.site-footer p.footer__title.small--hide {
  font-size: 40px;
  font-weight: 700;
  font-family: "Montserrat";
  letter-spacing: 0;
  line-height: 1;
}

.site-footer form#newsletter-footer {
  width: 100%;
}

.site-footer input#Email-1494292487693 {
  width: 100%;
  max-width: 400px;
  background: #fff;
  color: #000;
  border-radius: 25px;
  min-height: 45px;
}

.site-footer button.footer__newsletter-btn {
  left: unset;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 23px;
  background: #4b4846;
  width: fit-content;
  height: calc(100% - 10px);
}
.site-footer button.footer__newsletter-btn span {
  padding: 7px 17px;
  font-size: 16px;
  line-height: 26px;
}

.footer__newsletter {
  max-width: 400px;
}
.site-footer .cust_grid {
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 60px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.site-footer .grid {
  width: 100%;
  margin: 0;
}

.site-footer .cust-footer__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.site-footer .cust-socialIcon_Email {
  display: flex;
}

.site-footer .cust-socialIcon {
  padding-right: 92px;
}

.site-footer ul.no-bullets.footer__social li a {
  width: 35px;
  height: 35px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 7px;
}
.newsletter-Socialicon {
  display: flex;
  padding-bottom: 85px;
  justify-content: space-between;
}
.newsletter-Socialicon .footer__logo-social .footer__logo {
  display: flex;
  justify-content: flex-end;
}

.custom_grid__item.small--hide.footer__item--1494292481350 {
  width: 50%;
  display: flex;
  justify-content: end;
}
.site-footer .grid__item {
  padding-left: 0;
}

.cust_grid .grid__item:first-child .site-footer__linklist a {
  font-weight: 700;
}
.goodness-bag-sec {
  background-color: #ffcc72;
  padding: 100px 0 250px;
  background-image: url(/cdn/shop/files/bg.png?v=1744104273);
  background-size: cover;
  background-repeat: no-repeat;
}
.slick-arrow {
  width: 60px;
  height: 60px;
  padding: 18px;
  background: #be202e;
}
.goodness-slider .wraper-btn a {
  background: #ffc05f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  border-radius: 40px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  padding: 10px;
}
.goodness-productbox {
  padding: 15px;
}
.goodness-slider .slick-track .slick-slide:nth-child(odd) {
  margin-bottom: 90px;
}

.goodness-slider .slick-track {
  display: flex;
  align-items: center;
}
.goodness-productbox .wraper-btn {
  opacity: 0;
}
.goodness-productbox:hover .wraper-btn {
  opacity: 1;
  transition: 0.4s;
}
.goodness-bag-sec .goodness-slider {
  background-image: url(/cdn/shop/files/Group_51_y.png?v=1744106868);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 1160px;
}
.goodness-slider .slick-dots {
  display: none !important;
}
.goodness-slider .slick-track .slick-slide:nth-child(odd) .cust-imgbox {
  transform: rotate(-10deg);
}
.goodness-slider .slick-track .slick-slide:nth-child(even) .cust-imgbox {
  transform: rotate(10deg);
}
.cust-all-shopbtn a {
  background: #be202e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 40px;
  width: 296px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
}
.cust-bottam-content01 {
  text-align: center;
  margin-top: 60px;
  padding: 110px;
  background-image: url(/cdn/shop/files/Group_50.png?v=1744107804);
  background-repeat: no-repeat;
  background-position: center;
}
.cust-bottam-content01 .cust-inner-subtitle {
  max-width: 450px;
  margin: 0 auto;
}
.cust-bottam-content01 .cust-inner-title {
  margin-bottom: 3px;
  color: #be202e;
}
.goodness-bag-sec .cust-title {
  color: #be202e;
}
.testimonials-grid-sec {
  background: #ffcc72;
  padding: 70px 0;
}
.testimonials-grid-sec .cust-title {
  text-align: center;
  color: #4b4846;
}
.testimonials-grid-sec .cust-col_3 {
  width: 30%;
  max-width: 30%;
}
.testimonials-grid-sec .cust-col_6 {
  width: 40%;
  max-width: 40%;
}
.testimonials-grid-sec .cust-row {
  align-items: center;
}
.cust-testibox-pop {
  text-align: center;
  margin: 15px;
  position: relative;
}
.cust-testibox-pop p {
    position: absolute;
    top: 50%;
    font-weight: 400;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 15px 60px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    max-width: 420px;
    width: 100%;
    margin: auto;
}
.testimonials-grid-sec .cust-container {
  max-width: 1360px;
}
.cust-testibox-pop img {
  width: 100%;
}
.collection-banner-sec .cust-bannerimg img {
  width: 100%;
  display: block;
  margin-top: -150px;
}
.collection-banner-sec {
  background: #ffcc72;
  padding: 0px 0 0;
}
.collection-banner-sec .cust-titlebox {
  text-align: center;
  padding: 20px;
      z-index: 99999;
   z-index: 11;
    position: relative;
}
.collection-banner-sec .cust-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
  color: #4b4846;
  font-size: 24px;
  line-height: 100%;
}
.collection-banner-sec .cust-title {
  font-family: "Pink Sunset";
  font-style: normal;
  color: #be202e;
  margin: 10px 0 19px 0;
  font-weight: 400;
  font-size: 48px;
}
.collection-banner-sec .wraper-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #be202e;
  color: #fff;
  border-radius: 40px;
  max-width: 306px;
  margin: 0 auto;
  padding: 10px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.template-collection .breadcrumb {
  display: none;
}

.cust-product-grid ul.tags.tags--vertical li a {
  font-family: "Comica Brush";
  color: #4b4846;
  font-size: 24px;
  font-weight: 400 !important;
}
.cust-product-grid ul.tags.tags--vertical {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.cust-product-grid ul.tags.tags--vertical li {
  padding: 0 50px;
  position: relative;
}
.cust-product-grid ul.tags.tags--vertical li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 36px;
  background: #4b4846;
  right: 0;
}
.cust-product-grid ul.tags.tags--vertical li:last-child:before {
  display: none;
}
.template-collection header.section-header {
  margin-bottom: 20px;
}
.template-collection header.section-header .section-header__title {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
  font-size: 36px;
  font-weight: bold;
  color: #4b4846;
  text-transform: uppercase;
}
.cust-product-grid ul.tags.tags--vertical li.tag--active a {
  color: #be202e;
}
.grid-product__content {
  text-align: center;
}
.grid-product__content .grid-product__title {
  font-size: 24px;
  color: #4b4846;
  font-weight: bold;
  text-transform: uppercase;
}
.cust-product-grid .grid__item {
  width: 33.33%;
  max-width: 33.33%;
  padding: 0;
}
.cust-product-grid {
  display: flex;
  flex-wrap: wrap;
}
.cust-product-grid .grid__item {
  width: 33.33%;
  max-width: 33.33%;
  padding: 0;
}
.cust-product-grid .grid__item .grid-product__content {
  padding: 30px;
  margin-bottom: 0;
}
.cust-product-grid .grid__item:first-child {
  width: 100% !important;
  max-width: 100% !important;
}
.grid-product__content .quick-product__btn {
  position: static !important;
  opacity: 1;
  width: 258px;
  background: #ffc05f;
  border-radius: 40px;
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
  margin-top: 10px;
}
.grid-product__content .quick-product__btn .quick-product__label {
  width: 100%;
  top: 0;
  transform: none;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.template-collection #CollectionSection {
  background-color: #ffcc72;
  background-image: url(/cdn/shop/files/Popcorn-BG03.png?v=1744295932);
  background-repeat: repeat;
  padding-bottom: 150px;
}
.template-collection .cust-table-section:before {
  content: "";
  position: absolute;
  background-image: url(/cdn/shop/files/Popcorn-BG05.png?v=1744296457);
  background-repeat: no-repeat;
  width: 100%;
  height: 284px;
  top: -282px;
  background-position: center;
}
.template-collection .cust-table-section {
  position: relative;
}
.grid-product__price {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #4b4846;
  text-align: center;
}
  .pagination {
  padding-top: 30px !important;
}
.cust-Ingredients-sec .cust-col_4 {
  width: 45%;
  max-width: 45%;
}
.cust-Ingredients-sec .cust-col_8 {
  width: 55%;
  max-width: 55%;
}
.cust-Ingredients-sec {
  background-color: rgb(255 204 114 / 30%);
  padding: 60px 0 0;
  background-image: url(/cdn/shop/files/Group_56.png?v=1744370418);
  background-attachment: fixed;
}
.cust-Ingredients-sec .cust-inner-title {
  color: #be202e;
  font-family: "Pink Sunset";
  font-size: 24px;
  line-height: 100%;
}
.cust-Ingredients-sec .ingredient-textbox p,
.cust-Ingredients-sec .ingredient-textbox li {
  font-size: 16px;
  line-height: 100%;
  color: #4b4846;
}
.cust-Ingredients-sec .cust-row {
  align-items: center;
}
.cust-Ingredients-sec .cust-col_8 .cust-wraper {
  padding-left: 30px;
}
.template-product .cust-table-section {
  padding-top: 250px;
}
.cust-Ingredients-sec img {
  width: 100%;
  margin-bottom: -170px;
}
.cust-customers-sec02 .index-section {
  margin: 0;
}
.cust-customers-sec02 {
  background-color: rgb(255 204 114 / 30%);
  background-image: url(/cdn/shop/files/Group_56.png?v=1744370418);
  background-attachment: fixed;
  padding: 100px 0;
}
.cust-customers-sec02 .cust-btn-wraper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  background: #be202e;
  height: 48px;
  border-radius: 40px;
  color: #fff;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
}
.mix-popcorn-sec .content-box01 {
  max-width: 560px;
  margin: 0 auto;
  margin-right: 0;
  text-align: center;
}
.mix-popcorn-sec .cust-imgbox img {
  width: 100%;
  display: block;
}
.mix-popcorn-sec .cust-imgbox-overly {
  position: relative;
}
.mix-popcorn-sec .content-box01 {
  max-width: 560px;
  margin: 0 auto;
  margin-right: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
}
.mix-popcorn-sec .cust-subtitle {
  font-size: 36px !important;
  line-height: 100%;
  color: #4b4846;
  text-transform: uppercase;
}
.mix-popcorn-sec .cust-title {
  font-family: "Pink Sunset";
  font-size: 48px;
  line-height: 100%;
  color: #4b4846;
}
.mix-popcorn-sec .content-box01 p strong {
  color: #be202e;
}
.mix-popcorn-sec .cust-btn-wraper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  background: #be202e;
  height: 48px;
  border-radius: 40px;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  margin-top: 30px;
}
.tow-testimonials-sec .cust-col6 {
  width: 50%;
  max-width: 50%;
}
.tow-testimonials-sec .testibox-pop {
  position: relative;
  margin: 0 30px;
}
.tow-testimonials-sec .cust-imgbox img {
  width: 100%;
}
.tow-testimonials-sec .testi-contentbox1 {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px 70px;
}
.tow-testimonials-sec .testi-contentbox1 p {
  font-size: 24px;
  line-height: 26px;
  color: #000;
}
.tow-testimonials-sec .testi-contentbox1 .testi-clientname {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.tow-testimonials-sec {
  padding: 80px 0;
}
.tow-testimonials-sec .cust-titlebox {
  text-align: center;
  margin-bottom: 60px;
}
.tow-testimonials-sec .cust-sub-title {
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 26px;
  color: #4b4846;
  font-weight: bold;
  margin: 0;
}
.tow-testimonials-sec .cust-title {
  font-family: "Pink Sunset";
  font-size: 36px;
  line-height: 100%;
  color: #be202e;
  margin-top: 15px;
}
.cust-customers-sec02 .cust-subheading {
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #4b4846;
  margin: 0;
  margin-bottom: 15px;
}
.cust-customers-sec02 .section-header__title {
  font-family: "Pink Sunset";
  color: #be202e;
  font-size: 36px;
  line-height: 100%;
}

.page-width.page-content.our-story-page {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.mopcorn-memories-sec h4.cust-subtitle-headig {
  font-family: "Comica Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 54px;
  align-items: center;
  text-align: center;
  color: #be202e;
  margin: 0 0 33px 0;
}
/************************************************************** our-story **************************page********************start****************/

.our-story-banner {
  background: url(/cdn/shop/files/IMG_9882_1_1728x_1.png?v=1744622531);
  min-height: 725px;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-story-banner h3 {
  font-family: "Comica Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding-top: 104px;
  margin: 0px;
}

.our-popcorn-story {
  background-color: #ffcc72;
  padding: 100px 0 100px;
  background-image: url(/cdn/shop/files/bg_265729d3-9b64-479a-b3de-c1ba3755412b.png?v=1744624344);
  background-size: cover;z-index: 1;
  position: relative;
  background-repeat: no-repeat;
}
.grid-product__content .image-wrap {
    background: transparent;
    border: 0;
}
.our-popcorn-content h3 {
  font-family: "Pink Sunset";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  display: flex;
  align-items: center;
  color: #be202e;
  margin: 0;
}
.our-popcorn-story .image_carrols {
    z-index: 2;
    position: relative;
}
.our-popcorn-content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #4b4846;
  margin: 0;
}

.our-popcorn-story .main_container {
  max-width: 999px;
  width: 100%;
  margin: 0 auto;
  background: #fffaf1;
  padding: 62px 68px 62px 68px;
  top: -200px;
  position: relative;
}
.left_story_img {
  width: 100%;
  max-width: 100%;
}

.our-popcorn-content {
  width: 45%;
}
.our-popcorn-story .custom-row {
  display: flex;
  gap: 65px;
}
.image_carrols {
  text-align: center;
  margin-top: -140px;
}
.our-popcorn-story:before {
  content: "";
  position: absolute;
  background: url(/cdn/shop/files/Popcorn-BG05_7dbaf2f5-68b0-4bc7-9c48-9396ead61eaf1.png?v=1744629534);
  bottom: 0px;
  width: 100%;
  height: 288px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  right: 0;
}
.image_carrols .cust-bottam-content01 {
    margin: 0;
    padding: 76px 0 45px 0;
    /* background: url(/cdn/shop/files/Vector_5.png?v=1744627607); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.our-dedicated_section .custom_row {
  display: flex;
  gap: 67px;
  align-items: center;
}
.our-dedicated_section {
  background: #fffaf1;
  padding: 78px 0 69px 0;
}
.popcorn-makers {
  width: 100%;
}

.about-popcorn_content {
  width: 53%;
}

.our-dedicated_section .about-popcorn_content h3 {
  font-family: "Pink Sunset";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;

  align-items: center;
  color: #be202e;
  margin-bottom: 30px;
}

.our-dedicated_section .about-popcorn_content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  align-items: center;
  color: #4b4846;
  letter-spacing: 0;
}

.our-dedicated_section .custom_row.second_row .about-popcorn_content {
  width: 65%;
}
.our-dedicated_section .custom_row.second_row {
  margin-top: 90px;
}

/************************************************************** our-story **************************page***********************end*************/

.mopcorn-memories-sec .slider .slick-prev:before,
.slider-vertical .slick-next:before {
  display: none;
}

.mopcorn-memories-sec .slider .slick-next {
  border-width: 14px 0px 14px 14px;
  border-color: transparent #ffffff;
  right: 0px;
  left: auto;
}
.mopcorn-memories-sec .slider .slick-prev:hover,
.slider .slick-next:hover {
  border-color: transparent #ffd200;
}
.mopcorn-memories-sec .slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled,
.slider .slick-prev.slick-disabled:hover,
.slider .slick-next.slick-disabled:hover {
  opacity: 0.1;
  cursor: default;
  border-color: transparent #000000;
}
.mopcorn-memories-sec .slider div {
  text-align: center;
}
.mopcorn-memories-sec .slider-thumb div {
  height: 120px;
  line-height: 50px;
  font-size: 25px;
}
.mopcorn-memories-sec .slider-thumb .slick-slide.slick-current {
  border: 0.5px solid #0000004d;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.mopcorn-memories-sec .cust-container {
  max-width: 1040px;
}
.mopcorn-memories-sec .slider-thumb div img {
  height: 120px;
  object-fit: cover;
  width: 100%;
}
.mopcorn-memories-sec .slider.slider-thumb {
  margin-top: 63px;
}
.mopcorn-memories-sec .slider.slider-thumb .slick-slide {
  margin: 0 10px;
}
.mopcorn-memories-sec button.slick-prev.custom-prev.slick-arrow {
  left: -130px;
}

.mopcorn-memories-sec button.slick-next.custom-next.slick-arrow {
  right: -130px;
}

.mopcorn-memories-sec {
  background-color: #fff0d5;
  padding: 81px 0 87px 0;
  background-image: url(/cdn/shop/files/Group_44.png?v=1744634736);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

/************************************************************** continuing-the-legacy **************************page***********************start*************/
.continuing-the-legacy .custom-row {
  display: flex;
  gap: 93px;
  align-items: center;
}

.continuing-the-legacy .happy-img {
  width: 100%;
}

.continuing-the-legacy .right_content {
  width: 88%;
}
.continuing-the-legacy .right_content h3 {
  font-family: "Pink Sunset";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;

  align-items: center;
  text-transform: uppercase;
  color: #be202e;
}

.continuing-the-legacy .right_content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #4b4846;
  max-width: 92%;
}

.continuing-the-legacy {
  background: #fffaf1;
  padding: 78px 0 91px 0;
}

.continuing-the-legacy .custom-row.second-row .right_content {
  width: 72%;
}
.continuing-the-legacy .custom-row.second-row {
  gap: 55px;
  margin-top: 90px;
}
.Popcorn-\&-Progress {
  background-color: #ffcc72;
  padding: 63px 0 73px;
  background-image: url(/cdn/shop/files/bg.png?v=1744104273);
  background-size: cover;
  background-repeat: no-repeat;
}

.Popcorn-\&-Progress .cust-row {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.cust-container.our-story-page.top-main-head h2.cust-title {
  text-align: center;
  font-family: "Pink Sunset";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
.Popcorn-\&-Progress .cust-container {
  background: url(/cdn/shop/files/Group_51_y.png?v=1744106868);
  max-width: 1300px;
  background-repeat: no-repeat;
  background-size: 91%;
  background-position: center;
  padding-top: 50px;
}
.Popcorn-\&-Progress .explore-btn {
  margin-top: 230px;
}
.cust-row .freshly-popped:nth-child(2) {
  margin-top: 170px;
}

.cust-row .freshly-popped:nth-child(4) {
  margin-top: 184px;
}

.freshly-popped {
  width: 100%;
}

.top-main-head h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #4b4846;
  text-transform: uppercase;
}

.our-story-page.top-main-head.goodness-bag-sec {
  padding-bottom: 73px;
  padding-top: 63px;
}
.our-story-page.top-main-head.goodness-bag-sec
  .goodness-slider.slick-initialized.slick-slider.slick-dotted {
  padding-top: 50px;
}
.our-story-page.top-main-head.goodness-bag-sec h2 {
  font-family: "Pink Sunset";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #be202e;
  text-transform: uppercase;
  margin: 0;
}
.explore-btn {
  background: #be202e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 40px;
  max-width: 392px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-width.page-content.our-story-page nav.breadcrumb {
  display: none;
}
.header-wrapper {
  position: relative;
  background: #ffcc72;
}
/************************************************************** continuing-the-legacy **************************page***********************end*************/
/************************************************************** product-section **************************page***********************satart*************/

.product-section .variant-input-wrap {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto auto auto auto;
}
.product-section .product-single__meta h1.h2.product-single__title {
  font-family: "Pink Sunset";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  color: #be202e;
}
.product-section .product-single__meta {
  background: #fffaf1;
  padding: 24px;
}

.product-section .product-single__meta .product-single__description p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #4b4846;
  margin-bottom: 18px;
}
.product-section
  .product-single__meta
  .variant-input-wrap
  input[type="radio"]:checked
  + label:before {
  background: url(/cdn/shop/files/Group.svg?v=1744721819);
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  right: 17px;
}

.product-section .product-single__meta .variant-input label img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.product-section
  .product-single__meta
  .variant-input-wrap
  input[type="radio"]:checked
  + label {
  box-shadow: 0 0 0 2px #1c1d1d1a;
  position: relative;
}
.product-section .product-single__meta .variant-input label {
  font-family: "Montserrat";
  font-style: normal;
  width: 100%;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #be202e;
  min-height: 150px;
}
.product-section .product-single__meta label.variant__label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #be202e;
  letter-spacing: 0;
}

.product-section .product-single__meta .add-to-cart {
  background: #be202e !important;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.product-section .product-single__meta .product__quantity label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #be202e;
  letter-spacing: 0;
}
.product-section .product-single__meta .product__price {
  font-family: "Pink Sunset";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #be202e;
}

.product-section .page-content .page-width {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
}

.product-section .page-content .medium-up--two-fifths {
  width: 50%;
}

.product-section .page-content .medium-up--three-fifths {
  width: 50%;
}
.product-section .product__quantity .js-qty__adjust {
  background: #be202e;
  padding: 0px 12px;
  fill: #ffffff;
  fill: #ffffff;
}
.template-cart .main-content {
  background: #fffaf1;
  padding-top: 75px;
}

.page-narrow.page-content {
  background: #ffffff;
  padding: 76px 43px 89px 46px;
  max-width: 1205px;
  margin-bottom: 89px;
}
.template-cart .main-content h1.section-header__title {
  font-family: "Pink Sunset";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #be202e;
  text-transform: uppercase;
}
.cart__item.cart__item--headers.small--hide .cart__item--details {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #4b4846;
  letter-spacing: 0;
}
.cart__footer label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #4b4846;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
}
.cart__footer .grid.grid--full p.cart__subtotal {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #4b4846;
  letter-spacing: 0;
}

.cart__footer .grid__item.one-half.small--text-right p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #4b4846;
  letter-spacing: 0;
}
.template-cart .cart__item .cart__item--name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #4b4846;
}
.template-cart .cart__item--image {
  width: 90px;
}
.template-cart .cart__price {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4b4846;
}
.cart__footer
  #storePickupApp
  .checkoutMethodsContainer.default
  .checkoutMethod {
  background: #fffaf1;
}
.cart__footer
  #storePickupApp
  .checkoutMethodsContainer.default
  .checkoutMethod.active {
  background: #fffaf1;
  position: relative;
}
.cart__footer .checkoutMethodName {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #4b4846;
}
.cart__footer
  #storePickupApp
  .checkoutMethodsContainer.default
  .checkoutMethod.active:before {
  background: url(/cdn/shop/files/Group.svg?v=1744721819);
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  right: 17px;
  top: 10px;
}
.goodness-productbox .wraper-btn button.add-to-cart {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  background: #ffc05f;
  border-radius: 90px !important;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 13px 30px;
  width: 100%;
}

.our-customers-also {
  background-color: #fff0d5;
  padding: 81px 0 87px 0;
  background-image: url(/cdn/shop/files/Group_44.png?v=1744634736);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.our-customers-also .top_head {
  text-align: center;
}

.our-customers-also .top_head h4.cust-subtitle-headig {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0 10px 0;
  line-height: 26px;
  text-align: center;
  color: #4b4846;
}
.our-customers-also .top_head h2.cust-title {
  font-family: "Pink Sunset";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #be202e;
  text-transform: uppercase;
}
.our-customers-also .custom-row {
  display: flex;
  justify-content: center;
}

.our-customers-also {
}

.our-customers-also .custom-row {
  display: flex;
  justify-content: center;
}

.product-item {
  text-align: center;
}
.product-item h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #4b4846;
  margin: 0;
  text-transform: uppercase;
}
.product-item span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #4b4846;
  text-transform: uppercase;
}

.our-customers-also .cust-all-shopbtn {
  margin-top: 50px;
}
.template-cart
  button.btn.cart__checkout.giftbox-checkout.giftbox-checkout-cloned {
  background: #be202e !important;
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.template-cart
  .cart__item.cart__item--headers.small--hide
  .cart__item--details
  .cart__item--price {
  grid-column: none;
  margin-left: 10px;
}
.template-cart
  .cart__item.cart__item--headers.small--hide
  .cart__item--details
  .cart__item--qty {
  grid-column: auto;
}

.template-cart .cart__item--details .cart__item--qty {
  grid-column: 3;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.template-cart .cart__item--details .cart__item--price {
  grid-column: 4;
  margin-left: 10px;
}
.template-product .hr--large {
  display: none;
  border: 0;
}
.template-product .product-reviews--full {
  padding: 0px;
  border: 0px;
}

.template-cart .cart__item--details .cart__item--qty .js-qty__wrapper {
  margin: 0 auto;
}

.gift-note-container textarea {
  min-height: 40px;
  height: 100%;
  background: #fff0d5;
  letter-spacing: 0;
  opacity: 1;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  position: relative;
  color: #4b4846;
}

.gift-note-container span.giftIcon {
  background: #ffcc72;
  width: 50px;
  display: flex;
  height: 40px;
  text-align: center;
  justify-content: center;
  line-height: 40px;
}

.gift-note-container {
  display: flex;
  align-items: center;
}
.remove a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-decoration-line: underline;
  color: #4b4846;
}
.template-cart button#clear_cart {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-decoration-line: underline;
  color: #4b4846;
  letter-spacing: 0;
}

.template-cart
  #storePickupApp
  .Zapiet-InputWithPrefix__Wrapper
  .Zapiet-InputWithPrefix
  .Zapiet-InputWithPrefix__Input {
  background: rgba(255, 240, 213, 0.2);
  border: 0.5px solid rgba(0, 0, 0, 0.4);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: rgba(75, 72, 70, 0.5);
}
.our-story-page.top-main-head.goodness-bag-sec.homepage-goodness h2.cust-title {
  text-align: left;
  font-size: 55px;
  font-family: "Comica Brush";
}
.our-story-page.top-main-head.goodness-bag-sec.homepage-goodness h2.cust-title {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 67px;
  color: #be202e;
}
/************************************************************** product-section **************************page***********************end*************/

/************************************************************** popcorn-anime-gif **************************page***********************start*************/
.popcorn-anime-gif {
  position: relative;
  overflow: hidden;
}

.popcorn-icon {
  position: absolute;
  font-size: 50px;
  opacity: 1; /* Always visible */
  transform: translateY(100px); /* Start hidden (pushed down) */
  transition: transform 0.5s ease-out;
  will-change: transform;
  width: 30px;
}
.cust-cta-banner-sec .cta-banner-img {
  position: relative;
}
.popcorn-icon.second {
  bottom: 100px;
  left: 250px;
}

.popcorn-icon.third {
  top: 400px;
  right: 150px;
}
.cust-cta-banner-sec .popcorn-anime-gif {
    background: transparent;
}

.cust-banner-sec .popcorn-anime-gif {
  padding-bottom: 0px;
  overflow: unset;
}
.cust-banner-sec .popcorn-anime-gif .popcorn-icon.third {
  width: 120px;
  bottom: 60px;
  top: unset;
  z-index: 9;
  top: unset;
  height: 109px;
}

.cust-banner-sec .popcorn-anime-gif .popcorn-icon.second {
  width: 103px;
  height: 82px;
  top: unset;
  bottom: 120px;
  left: 0;
}
.cust-banner-sec .cust-banner-content .popcorn-icon.first {
  width: 156px;
  height: 156px;
  bottom: -100px;
  top: unset;
}
.cust-banner-sec .home-banner-style.popcorn-anime-gif {
  overflow: unset;
}

.cust-banner-sec .home-banner-style.popcorn-anime-gif .popcorn-icon.five-notes {
  top: 0;
  bottom: 56%;
  width: 110px;
  height: fit-content;
  right: 0;
  margin: auto;
}

.home-banner-style .cust-banner-image {
  position: relative;z-index: 1;
}
.cust-banner-sec .home-banner-style.popcorn-anime-gif .popcorn-icon.six-notes {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -3%;
    bottom: unset;
    width: 60px;
    z-index: 8;
}
.cust-product-grid .image-wrap {
    background-color: transparent !important;
}
.cust-product-grid .grid-product__image-mask {
    height: 400px;
}
/************************************************************** popcorn-anime-gif **************************page***********************end*************/
.custom-breadcrumbs {
    background: #FFF0D5;
    padding: 16px 0;
}

.custom-breadcrumbs  nav.breadcrumb {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: #be202e;
    margin: 0;text-transform: uppercase;
    text-transform: uppercase;
}
.custom-breadcrumbs nav.breadcrumb a {
  font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    align-items: center;
    color: #4B4846;
    margin: 0;
}
.custom-breadcrumbs .breadcrumb__divider { color: #4B4846; font-weight: 400;}

.wholesale-new-banner-top.page-width.page-content {
    max-width: 100%;
    width: 100%;
    padding: 00;
}
section.wholesale-banner-sec {
    background-repeat: no-repeat;
    padding: 100px 0 145px 0 !important;
}
.wholesale-new-banner-top.page-width.page-content nav.breadcrumb {
    display: none;
}

.wholesale-new-banner-top.page-width.page-content header.section-header {
    display: none;
}

.wholesale-new-banner-top.page-width.page-content .medium-up--push-one-eighth {
    width: 100%;
    left: 0;
    position: relative;
    display: inline-block;
}
section.wholesale-banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
}
section.wholesale-banner-sec .wholesale-banner-content h2 {
    font-family: 'Pink Sunset';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
}


section.wholesale-banner-sec .wholesale-banner-content h3 {
    margin: 0 0 20px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
}

section.wholesale-banner-sec .wholesale-banner-content p {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 645px;
    margin: 25px 0;
}
section.wholesale-banner-sec .wholesale-banner-content a.js-no-transition {
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 16px;
    max-width: 314px;
    text-transform: uppercase;
}
section.wholesale-banner-sec .cust-all-shopbtn {
    text-align: left;
    display: inline-flex;
    margin-top: 120px;
}
section.wholesale-banner-sec .cust-all-shopbtn a.js-no-transition::after {
    display: none;
}
section.perfect-customizable .custom-row {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}
section.perfect-customizable {
    background-color: #ffcc72;
    padding: 100px 0 250px;
    background-image: url(/cdn/shop/files/bg.png?v=1744104273);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

div#shopify-section-wholesale-banner {
    margin: 0;
}

section.perfect-customizable::before {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Popcorn-BG051_d877ba3c-5be2-4735-9a0c-318f03edb376.png?v=1747304262);
    bottom: 0px;
    width: 100%;
    height: 288px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    right: 0;
}
section.perfect-customizable .image_carrols {
    top: 0;
    position: relative;
    margin: 95px 0 0 0;
}
section.perfect-customizable h2.cust-subtitle-headig {
    font-family: 'Pink Sunset';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    align-items: center;
    text-align: center;margin: 0px;
    color: #BE202E;
    text-transform: uppercase;
}

section.perfect-customizable .main-title-wrapper p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4B4846;
    max-width: 80%;
    margin: auto;
    padding-top: 15px;
}

.our-dedicated_section.corporate-gifting-sec .about-popcorn_content {
    width: 100%;
}
.our-dedicated_section.corporate-gifting-sec .cust-all-shopbtn {
    display: inline-block;
}
.our-dedicated_section.corporate-gifting-sec .cust-all-shopbtn a.custom-button {
    font-size: 16px;
}
.our-dedicated_section.corporate-gifting-sec .cust-all-shopbtn a.custom-button::after {
    display: none;
}
.our-dedicated_section.corporate-gifting-sec {
    background: #fff;
}
section.perfect-customizable .main-title-wrapper {
    margin-bottom: 80px;
}




/*=====================start=========================================*/
.our-story-goods-bags .heading-main-cust {
    text-align: center;
}
.our-story-goods-bags {
    background-color: #ffcc72;
    padding: 100px 0 250px;
    background-image: url(/cdn/shop/files/bg.png?v=1744104273);
    background-size: cover;
    background-repeat: no-repeat;
}
.popcorn-anime-gif {
    /* background-image: url(/cdn/shop/files/Group_51_y11.png?v=1747370834); */
    background-position: bottom;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 10px;
}

.popcorn-anime-gif .popcorn-icon.top-left {
    left: 18%;
    top: 88px;
}
.our-story-goods-bags .heading-main-cust h4.cust-subtitle-headig {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #4B4846;
}
.our-story-goods-bags h2.cust-title {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
  
    line-height: 67px;
    color: #be202e;
    display: inline-block;
}
.our-story-goods-bags .popcorn-icon.top-1 {
    right: 29%;
    z-index: 3;
    width: 34px;
}
.our-story-goods-bags .popcorn-icon.right-top {
    right: 24%;
    top: 32%;
}
.popcorn-anime-gif .popcorn-icon.bottom-1 {
    bottom: 40%;
    width: 14px;
    z-index: 1;
}
.popcorn-anime-gif .goodness-slider {
    z-index: 2;
}
.popcorn-anime-gif .popcorn-icon.bottom-2 {
    bottom: 40%;
    left: 21%;
    width: 20px;
}
.popcorn-anime-gif .popcorn-icon.bottom-3 {
    left: 50%;
    bottom: 20%;
}

.popcorn-anime-gif .popcorn-icon.bottom-5 {
    right: 28%;
    bottom: 33%;
    width: 20px;
    height: auto;
}
.popcorn-anime-gif .popcorn-icon.bottom-6 {
    right: 5%;
    bottom: 40%;
    width: 19px;
}
.corporate-gifting-page.page-width.page-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.corporate-gifting-page nav.breadcrumb {
    display: none;
}
.corporate-gifting-page header.section-header {
    display: none;
}

  .cust-top-Nav .site-nav li:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background: #4b4846;
    right: -13px;
    top: 13px;
}
.new-every-bg.cust-cta-banner-sec {
    padding: 27px 0 0 0;
}
.wholesale-banner-content .cust-all-shopbtn a {
    width: 306px;
    font-size: 16px;
  
    text-transform: uppercase;
}
section#shopify-section-our-story-goods-bags .our-story-goods-bags {
    padding-bottom: 73px;    padding-top: 63px;
}

.header-wrapper .header-item--icons .site-nav {
    margin-right: 0;
    margin-left: 30px;
}
.header-wrapper .header-item--icons .site-nav {
    margin-right: 0;
}
.globo-form {
    position: relative;
    z-index: 1;
}
.globo-formbuilder .globo-form-id-91838 .globo-form-app {
    max-width: 690px;
    width: 100%;
    background-color: var(--gfb-bg-color);
    padding: 50px;
}
.cust-row.testimonial-custom-slider .cust-col_6 {
    max-width: 100%;
}

.cust-row.testimonial-custom-slider .cust-col_3{ max-width: 100%;}

/************************************************************** Responsive **************************************************************/
@media (min-width: 1920px) and (max-width: 3050px) {
  .cust-top-Nav {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -5px;
  }
}
@media only screen and (max-width: 1920px) {
  .cust-top-Nav {
    margin-bottom: -25px;
  }
}
@media only screen and (max-width: 1800px) {
  .cust-top-Nav {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1366px) {
  html,
  body {
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 1200px) {
  .template-cart .page-narrow.page-content {
    margin: 0 15px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .new-every-bg.cust-cta-banner-sec {
    padding: 0;
}
  .index-section {
    margin: 80px 0;
  }
  .product-section .product-single__meta h1.h2.product-single__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
  }
  .collection-banner-sec .cust-bannerimg img {
    margin-top: -60px;
  }
  .cust-banner-sec .cust-imgbox {
    width: calc(100% + 0px);
  }
  .cust-banner-content {
    width: calc(100% + 0px);
  }
  .cust-banner-sec .cust-col_4 {
    width: 45%;
    max-width: 45%;
  }
  .cust-banner-sec .cust-col_8 {
    width: 55%;
    max-width: 55%;
  }
  .cust-testibox-pop p {
    font-size: 12px;
    line-height: 17px;
    padding: 15px 50px;
  }
  .cust-banner-sec:after {
    background-size: 120px;
    width: 120px;
    height: 120px;
  }
  .searchIcon {
    width: 200px;
  }
  html,
  body {
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .cust-product-slider .slick-dots {
    display: block;
  }
  .cust-collection-sec .cus-tproduct-grid .cust-allcollection-btn {
    margin-top: 60px;
  }

  .cust-banner-title {
    font-size: 40px;
  }
  .cust-banner-btn a {
    font-size: 16px;
  }
  .cust-banner-sec .cust-subtitle {
    font-size: 16px;
  }
  .cust-banner-sec .cust-banner-btn {
    margin-top: 30px;
  }
  .mix-popcorn-sec .cust-subtitle {
    font-size: 26px !important;
  }
  .mix-popcorn-sec .cust-title {
    font-size: 40px;
  }
  .cust-title {
    font-size: 40px;
  }
    .our-story-goods-bags h2.cust-title {
    font-size: 40px;
    line-height: 45px;
 
  .cust-Perfect-occasion-sec .cust-wraper .imgbox-title {
    font-size: 18px;
  }
  .cust-Perfect-occasion-sec {
    padding: 70px 0 70px;
  }
  .goodness-bag-sec {
    padding: 100px 0 140px;
  }
  .cust-cta-banner-sec .cust-title {
    margin: 0 0 -60px;
  }
  .cust-cta-banner-sec {
    padding: 90px 0 30px;
  }
  .cust-tiblebox th,
  .cust-tiblebox td {
    font-size: 16px;
    line-height: 20px;
  }
  .cust-testimonials-sec .slick-dots {
    display: block;
  }
}
@media only screen and (max-width: 820px) {
  .cust-banner-content {
    width: calc(100% + 50px);
  }
  .cust-banner-sec .cust-imgbox {
    width: calc(100% + 70px);
  }
  .cust-banner-sec {
    padding: 150px 0 0;
  }
  .cust-banner-sec:after {
    background-size: 60px;
    width: 90px;
    height: 100px;
  }
  .cust-banner-content:after {
    background-size: 80px;
    width: 80px;
    height: 100px;
    left: 0;
    bottom: -130px;
  }
  .cust-product-grid .grid__item {
    width: 50%;
    max-width: 50%;
  }
  .cust-product-grid ul.tags.tags--vertical {
    margin-bottom: 0;
  }
  .cust-product-grid ul.tags.tags--vertical li a {
    font-size: 16px;
  }
  .cust-product-grid ul.tags.tags--vertical li:before {
    height: 18px;
    width: 2px;
  }
  .cust-product-grid ul.tags.tags--vertical li {
    padding: 0 35px;
  }
  .grid-product__content .grid-product__title {
    font-size: 16px;
  }
  .grid-product__price {
    font-size: 16px;
  }
  .grid-product__content .quick-product__btn .quick-product__label {
    font-size: 16px;
  }
  .grid-product__content .quick-product__btn {
    height: 45px;
    width: 230px;
  }
  .template-collection #CollectionSection {
    padding-bottom: 70px;
  }
  .cust-customers-sec02 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 991px) {
  .searchIcon {
    width: 50px;
  }
  .product-reviews--full {
    padding: 0;
  }
  .index-section .feature-row .feature-row__text--left {
    padding-left: 30px;
  }
  .product-section .page-content .medium-up--three-fifths {
    width: 100%;
  }
  .template-product .grid__item.medium-up--one-half.product-single__sticky {
    max-width: 100%;
    width: 100%;
  }
  .product-section .page-content .medium-up--two-fifths {
    width: 100%;
  }
  .template-product .grid__item.medium-up--one-half {
    width: 100%;
  }
  .product-section .page-content {
    padding-bottom: 0;
  }
  .product-section .product-single__meta {
    margin-top: 30px;
  }
  .mix-popcorn-sec .content-box01 {
    position: relative;
    padding: 0 15px;
    top: unset;
    right: 0;
    transform: unset;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .mix-popcorn-sec .cust-imgbox-overly {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    padding-top: 60px;
  }
  .tow-testimonials-sec .testi-contentbox1 p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .custom-logo-sec .cust-container {
    padding: 0 20px;
    
}
  .cust-logo-imgbox img.lozad {
    height: 50px;
    object-fit: cover;
}
  .cust-banner-sec {
    padding: 0;
}
 .cust-banner-sec .home-banner-style.popcorn-anime-gif .cust-row {
    gap: 60px;
} 
 .cust-banner-sec .home-banner-style.popcorn-anime-gif {
    overflow: unset;
    padding-top: 20px;
}
.goodness-slider .slick-track .slick-slide:nth-child(odd) {
    margin-bottom: -10px;
}

  
  .header-item--icons .site-nav {
    margin-right: 0;
}
  .template-cart .cart__product-name {
    font-size: 15px;
  }
  .template-cart .cart__item .cart__item--name {
    font-size: 14px;
    line-height: 23px;
  }
  .template-cart .cart__item {
    grid-gap: 30px;
    grid-template-columns: 79px 1fr;
  }
  .tow-testimonials-sec .cust-row {
    gap: 50px;
  }
  .tow-testimonials-sec .cust-col6 {
    width: 100%;
    max-width: 100%;
  }
  .index-section .feature-row .feature-row__text--left {
    padding-left: 0;
    padding-top: 30px;
  }
  .cust-customers-sec02 {
    padding: 60px 0;
  }
  .index-section {
    margin: 60px 0;
  }

  .index-section .page-width {
    padding: 0 20px;
  }
  .index-section {
    margin: 60px 0;
  }
  .our-dedicated_section .custom_row {
    gap: 30px;
  }
  .our-popcorn-story .custom-row {
    gap: 30px;
  }
  .our-popcorn-story .main_container {
    max-width: 97%;
    padding: 62px 30px 62px 30px;
  }
  .continuing-the-legacy .custom-row {
    gap: 30px;
  }
  .continuing-the-legacy .custom-row.second-row {
    gap: 30px;
    margin-top: 50px;
  }
  .template-collection #CollectionSection {
    padding-bottom: 30px;
  }
  .collection-banner-sec {
    padding: 40px 0 0;
  }
  .cust-banner-sec .cust-col_4 {
    width: 100%;
    max-width: 100%;
  }
  .cust-banner-sec .cust-col_8 {
    width: 100%;
    max-width: 100%;
  }
  .cust-banner-sec .cust-imgbox {
    width: calc(100% + 00px);
  }
  .cust-banner-content {
    width: calc(100% + 0px);
    text-align: center;
  }
  .cust-banner-sec .banner-descrription {
    margin: 0 auto;
  }
  .cust-banner-btn a {
    margin: 0 auto;
  }
  .goodness-bag-sec {
    padding: 100px 0 98px;
  }
  .testimonials-grid-sec .cust-col_3 {
    width: 100%;
    max-width: 100%;
  }
  .testimonials-grid-sec .cust-col_6 {
    width: 100%;
    max-width: 100%;
  }
  .testimonials-grid-sec .cust-wraper {
    max-width: 350px;
    margin: 0 auto;
  }
  .testimonials-grid-sec .cust-col_6 .cust-wraper {
    max-width: 400px;
  }
  .cust-testibox-pop p {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 60px;
  }
  .cust-bottam-content01 {
    background-size: 539px;
  }
  .searchIcon svg {
    width: 15px;
  }
  .cust-top-Nav .site-nav li:first-child:before {
    right: -5px;
  }
  .cust-top-Nav .site-nav li:last-child {
    padding-right: 15px;
  }
  .searchIcon {
    width: 40px !important;
    height: 40px !important;
    padding: 6px 11px !important;
  }
  .cust-top-Nav .site-nav {
    display: block !important;
  }
  .cust-top-Nav {
    justify-content: space-evenly;
    border-bottom: 1px solid #956b23;
    margin-bottom: 0px;
  }
  .site-header {
    padding-top: 5px;
  }
  .site-header .page-width {
    padding: 0 20px;
  }
  .cust-col3 {
    width: 50%;
    max-width: 50%;
  }
  .cust-testimonials-sec .cust-container:before {
    background-size: 110px;
    width: 110px;
    bottom: -150px;
  }
  .cust-tiblebox:before {
    background-size: 130px;
    bottom: -146px;
  }
  .cust-tiblebox td {
    padding: 15px;
  }
  .template-cart .main-content h1.section-header__title {
    font-size: 40px;
  }
  .our-story-banner h3 {
    font-size: 70px;
    line-height: 70px;
  }
  .custom-logo-sec .slick-prev {
    left: 10px;
}
  .custom-logo-sec .slick-next {
    right: 10px;
}
}
@media only screen and (max-width: 767px) {
  .globo-formbuilder .globo-form-id-91838 .globo-form-app {
    padding: 50px 15px;
}
  .header-layout
  a.site-nav__link.site-nav__link--icon.js-drawer-open-cart.js-no-transition {
    margin-left: 0;
}
  .new-every-bg.cust-cta-banner-sec {
    padding: 0;
}
  .every-bag-new-style.popcorn-anime-gif{padding-top: 50px;}
.goodness-productbox .wraper-btn {
    opacity: 1;
    width: max-content;
    margin: auto;
}
  .goodness-slider .slick-track .slick-slide:nth-child(odd) .cust-imgbox {
    transform: unset;
    width: 100%; display: flex;
    justify-content: center;
    margin: auto;
}

 .goodness-slider .slick-track .slick-slide:nth-child(even) .cust-imgbox {
    transform: unset;
    text-align: center;
    display: flex;
    justify-content: center;
} 
  .cust-cta-banner-sec .popcorn-anime-gif .popcorn-icon {
  
    width: 10px;
}
  .our-dedicated_section.corporate-gifting-sec.wholesale-opportunities-cust {
    padding-top: 50px;
}
  section.wholesale-banner-sec .cust-all-shopbtn {
    margin-top: 40px;
}
  .our-story-goods-bags h2.cust-title {
    font-size: 30px;
    line-height: 40px;
 }
  .our-story-goods-bags .heading-main-cust h4.cust-subtitle-headig {
    font-size: 22px;
    line-height: 23px;
 }
  section.wholesale-banner-sec .wholesale-banner-content h2 {
    font-size: 30px;
    line-height: 40px;
 
}
  section.wholesale-banner-sec .wholesale-banner-content p {
   
    margin: 16px 0;
}
  section.wholesale-banner-sec .wholesale-banner-content h3 {
margin: 0px;
    font-size: 20px;
    line-height: 29px;
 
}
  .collection-banner-sec .cust-title {
    
    font-size: 35px;
}
  .collection-banner-sec .cust-subtitle {
   
    font-size: 19px;
   }
  .our-story-banner h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .cust-all-shopbtn a {
    font-size: 21px;
  }
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .custom-logo-sec .cust-title {
    font-size: 30px;
  }
  .cust-table-section .cust-title {
    font-size: 30px;
  }
  .testimonials-grid-sec .cust-title {
    font-size: 30px;
  }
  .cust-Perfect-occasion-sec .cust-title {
    font-size: 30px;
  }
  .cust-cta-banner-sec .popcorn-anime-gif .cust-title {
    font-size: 30px;
  }
  .cust-banner-sec {
    padding: 40px 0 0;
  }
  .mopcorn-memories-sec h4.cust-subtitle-headig {
    font-size: 30px;
    line-height: 40px;
  }
  .our-customers-also .goodness-productbox .wraper-btn {
    opacity: 1;
  }
  .mix-popcorn-sec .cust-title {
    font-size: 30px;
  }
  .cust-customers-sec02 .section-header__title {
    font-size: 30px;
  }
  .cust-Ingredients-sec {
    background-attachment: inherit;
    padding: 50px 0;
  }
  .cust-Ingredients-sec .cust-col_8 .cust-wraper {
    padding-left: 0;
  }
  .cust-Ingredients-sec .cust-wraper ul.cust-list {
    margin: 0;
    padding-bottom: 20px;
  }
  .cust-Ingredients-sec img {
    width: 100%;
    margin-bottom: 0;
  }
  .cust-Ingredients-sec .cust-col_8 {
    width: 100%;
    max-width: 100%;
  }
  .cust-Ingredients-sec .cust-col_8 {
    width: 100%;
    max-width: 100%;
  }
  .cust-Ingredients-sec .cust-row {
    flex-direction: column;
  }
  .product-section .variant-input-wrap .variant-input {
    width: 100%;
    display: contents;
  }
  .product-section .product-single__meta .product__price {
    font-size: 25px;
    line-height: 32px;
  }
  .continuing-the-legacy .custom-row.second-row .right_content {
    width: 100%;
    text-align: center;
  }
  .continuing-the-legacy .right_content {
    width: 100%;
    text-align: center;
  }
  .continuing-the-legacy .right_content h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .product-section .product-single__meta h1.h2.product-single__title {
    font-size: 30px;
    line-height: 40px;
  }
  .continuing-the-legacy .custom-row.second-row {
    flex-direction: column-reverse;
  }
  .continuing-the-legacy .happy-img img {
    width: 100%;
  }
  .our-dedicated_section .custom_row.second_row {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .popcorn-makers img {
    width: 100%;
  }
  .our-dedicated_section .custom_row.second_row .about-popcorn_content {
    width: 100%;
  }
  .our-dedicated_section .about-popcorn_content h3 {
    margin-bottom: 15px;
  }
  .continuing-the-legacy .custom-row {
    flex-direction: column;
  }
  .our-popcorn-story .custom-row {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .our-popcorn-content {
    width: 100%;
    text-align: center;
  }
  .our-popcorn-content h3 {
    justify-content: center;font-size: 30px;
  }
  .our-popcorn-story .main_container {
    padding: 30px 30px 30px 30px;
}
  .left_story_img img {
    width: 100%;
  }
  .our-dedicated_section .custom_row {
    gap: 30px;
    flex-direction: column;
  }
  .about-popcorn_content {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 749px) {
  .cust-cta-banner-sec .cta-banner-img {
    width: 100%;
}
  .pagination {
    padding-top: 0 !important;
  }
  .collection-banner-sec .cust-bannerimg img {
    margin-top: 0;
  }
  .cust-product-grid ul.tags.tags--vertical li {
    padding: 0 20px;
  }
  .cust-product-grid .grid__item {
    width: 100%;
    max-width: 100%;
  }
  .cust-bottam-content01 {
    background-image: none;
    padding: 0 20px;
  }
  .cust-banner-sec .cust-col_4 {
    width: 100%;
    max-width: 100%;
  }
  .cust-banner-sec .cust-col_8 {
    width: 100%;
    max-width: 100%;
  }
  .cust-banner-sec {
    background: #ffcc72;
    padding: 60px 0 0px;
  }
  .cust-collection-sec .cust-bottam-content01 {
    margin-top: 50px;
    padding: 0;
    background-image: none;
  }
  .cust-collection-sec .cust-inner-title {
    font-size: 26px;
  }
  .cust-collection-sec .cust-bottam-content01 .cust-inner-subtitle {
    font-size: 12px;
  }
  .cust-collection-sec {
    padding: 60px 0 50px;
  }
  .cust-Perfect-occasion-sec {
    padding: 50px 0 50px;
  }
  .cust-title {
    font-size: 32px;
  }
  .cust-cta-banner-sec .cust-title {
    margin: 0 0 0px;
  }
  .cust-table-section {
    padding: 30px 0 60px;
  }
  .cust-tiblebox:before {
    bottom: -146px;
    width: 146px;
    right: -30px;
  }
  .cust-tablebox01 {
    width: 100%;
    overflow-x: auto;
  }
  .cust-tablebox01 table {
    width: 100%;
    min-width: 510px;
  }
}

@media (max-width: 767px) {
  .testimonials-grid-sec {
    padding: 50px 0;
}
  .our-story-page.top-main-head.goodness-bag-sec.homepage-goodness
    h2.cust-title {
    font-size: 30px;
    line-height: 40px;
  }
  .cust-footer__bottom {
    padding-bottom: 40px;
  }
  html {
    padding: 0 !important;
  }
  .newsletter-Socialicon {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .custom_grid__item.small--hide.footer__item--1494292481350 {
    width: 100%;
    justify-content: center;
  }

  .custom_grid__item.grid-newsletter {
    width: 100%;
    justify-content: center;
  }
  .footer__newsletter,
  .site-footer input#Email-1494292487693 {
    max-width: 100%;
  }
  .site-footer .cust_grid {
    flex-wrap: wrap;
  }
  .site-footer .grid__item {
    padding-left: 0;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
  }
  .site-footer .grid__item:last-child {
    border-bottom: none;
  }
  .site-footer .cust_grid {
    padding: 0;
  }
  .site-footer .cust-socialIcon {
    padding-right: 0;
  }
  .site-footer .grid__item:after {
    display: none;
  }
  .our-dedicated_section {
    padding: 50px 0 0px 0;
  }
  .our-story-banner {
    min-height: 485px;
  }
  .our-dedicated_section .about-popcorn_content h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .mopcorn-memories-sec .slider.slider-thumb {
    margin-top: 20px;
  }
  .mopcorn-memories-sec {
    padding: 60px 0 60px 0;
  }
  .continuing-the-legacy {
    padding: 60px 0 60px 0;
  }
  .our-story-page.top-main-head.goodness-bag-sec h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .image_carrols {
    padding: 0 20px;
  }
  .feature-row__item div {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
  }

  .feature-row__item div img.feature-row__image.lazyautosizes.lazyloaded {
    width: 100%;
    max-width: 100%;
  }
  .template-cart .page-narrow.page-content .grid__item {
    padding-left: 0;
  }
  .template-cart .page-narrow.page-content .cart__footer .grid {
    margin: 0;
  }
  .template-cart .main-content h1.section-header__title {
    font-size: 30px;
  }
  section.perfect-customizable {
    padding: 50px 0 50px;
  
}
  section.perfect-customizable h2.cust-subtitle-headig {
    font-size: 30px;
    line-height: 40px;
 }
  section.perfect-customizable .main-title-wrapper p {
    max-width: 100%;
 }
  section.perfect-customizable .main-title-wrapper {
    margin-bottom: 50px;
}
  section.perfect-customizable .image_carrols {
    margin: 50px 0 0 0;
}
  .cust-product-grid .grid-product__image-mask {
    height: auto;
}

}
@media (max-width: 575px) {
  .cust-product-grid .grid__item .grid-product__content {
    padding: 10px 15px;
}
  .goodness-productbox .wraper-btn button.add-to-cart {
    font-size: 17px;
    padding: 8px 30px;
 }
  .every-bag-new-style.popcorn-anime-gif .popcorn-icon.third {
    top: unset;
    right: 0;
    bottom: 50%;
}
  .cust-tiblebox td {
    font-size: 13px;
 
    line-height: 19px;
   
}
  .cust-banner-sec .home-banner-style.popcorn-anime-gif {
    padding: 0;
}
  .cust-banner-btn a {
 
    padding: 10px 23px;

}
.custom-logo-sec .slick-arrow {
    display: none !important;
}
  .custom-logo-sec .cust-container {
    padding: 0 20px;
  
}
  section.perfect-customizable .custom-row {
    grid-template-columns: auto;
    gap: 30px;
}
  .Popcorn-box img {
    width: 100%;
}
section.wholesale-banner-sec {
    padding: 80px 0 85px 0 !important;
}
  
  .template-cart .page-narrow.page-content .grid {
    margin-left: 0;
  }
  .template-cart .page-narrow.page-content {
    padding: 30px 15px;
  }
  .template-cart .page-narrow.page-content .cart__item--name {
    grid-column: 1 / span 12;
    margin-bottom: 13px;
  }
  .product-section .variant-input-wrap {
    grid-template-columns: auto auto auto;
  }
  .image-row .image-row-product-image-row--3 {
    width: 100% !important;
  }
  .image-row .image-row-product-image-row--1 {
    width: 100% !important;
  }
  .image-row .image-row-product-image-row--2 {
    width: 100% !important;
  }
  .site-footer .cust-footer__bottom {
    flex-wrap: wrap;
  }
  .cust-footer-email {
    width: 100%;
    padding-bottom: 20px;
  }

  .cust-socialIcon_Email {
    width: 100%;
    justify-content: space-between;
  }
  .site-footer .cust-socialIcon {
    padding-right: 0;
  }
  .product__quantity.product__quantity--button .js-qty__wrapper {
    position: relative;
    max-width: 100%;
    margin-top: 10px !important;
    display: inline-block;
  }
  .tow-testimonials-sec .testi-contentbox1 {
    padding: 20px 20px;
  }
  .image_carrols .cust-bottam-content01 {
    padding: 76px 0 45px 0;
    background-position: center;
    width: 100%;
    max-width: 100%;
    background-size: contain;
  }
  .goodness-slider .slick-track .slick-slide:nth-child(odd) {
    margin-bottom: 0;
  }
  .our-story-page.top-main-head.goodness-bag-sec
    .goodness-slider.slick-initialized.slick-slider.slick-dotted {
    padding-top: 0;
  }
  .continuing-the-legacy .right_content p {
    max-width: 100%;
  }
  .cust-banner-sec .home-banner-style.popcorn-anime-gif .popcorn-icon.five-notes {
   
    width: 30px;
  
}
  .cust-banner-sec .popcorn-anime-gif .popcorn-icon.second {
    width: 30px;
    height: 30px;
 
}
  .cust-banner-sec .cust-banner-content .popcorn-icon.first {
    width: 30px;
    height: 30px;
  
}
  .cust-banner-sec .home-banner-style.popcorn-anime-gif .popcorn-icon.six-notes {
    width: 30px;
 
}
  .cust-banner-sec .popcorn-anime-gif .popcorn-icon.third {
    width: 10px;
    bottom: 60px;

   
    height: 9px;
}
  .cust-Perfect-occasion-sec .cust-col3 {
    width: 100%;
    max-width: 100%;
}
}
@media (max-width: 460px) {
.cust-top-Nav .site-nav__link {
    font-size: 13px;
 }

}
 
@media (max-width: 430px) {
  .cust-product-grid .grid-product__image-mask {
    height: auto;
}
  
  .every-bag-new-style.popcorn-anime-gif .popcorn-icon.third {
    right: 80px;
 }
  .site-header .page-width{padding: 0 15px;}
  .image_carrols .cust-bottam-content01 {
    background: unset;
  }
  .cust-testibox-pop p {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 10px;max-width: 220px;
  }
  .template-cart .cart__item--image {
    width: 50px;
  }
  .template-cart .cart__item {
    grid-gap: 5px;
    grid-template-columns: 59px 1fr;
  }
  .product-section .variant-input-wrap {
    grid-template-columns: auto auto;
    margin-top: 30px;
  }
  .product-section .product-single__meta .add-to-cart {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .template-cart .cart__price {
    font-size: 13px;
    line-height: 14px;
  }
  .cust-top-Nav .site-nav li {

    padding: 0px 10px;
}
  .cust-top-Nav .site-nav__link {
   
    font-size: 13px;
  
}
  .cust-cta-banner-sec .cta-banner-img {
    width: calc(100% + 0px);
}
  .cust-cta-banner-sec .popcorn-icon.second {
    bottom: 220px;
    left: 250px;
    width: 8px;
    height: 38px;
}
  .cust-tiblebox td {
    font-size: 13px;
    line-height: 19px;

}
  .cust-tiblebox th {
 
    font-size: 17px;
    line-height: 21px;
  
}
  .header-item--icons .site-nav {
    margin-right: 0;
}

}
  @media (max-width: 393px) {

    .cust-top-Nav .site-nav li {
    padding: 0px 4px;
}
   .cust-top-Nav .site-nav li:nth-child(2)::before {
    
    right: -5px;
    } 
  } 
@media (max-width: 375px) {
.cust-top-Nav .site-nav li:first-child:before{display: none;}
  .cust-top-Nav .site-nav li:nth-child(2)::before{display: none;}
  .cust-top-Nav .site-nav__link {
    font-size: 12px;
}
  .cust-top-Nav .site-nav li {
    padding: 0px 3px;
}
}
@media (max-width: 320px) {

  .cust-top-Nav .site-nav__link {
    font-size: 10px;
}
  .site-header .page-width {
    padding: 0 15px;
}
}
@media (min-width: 590px) {
  .site-footer .grid__item .footer__title {
    display: none;
  }

}


@media (max-width: 555px) {
    .globo-formbuilder {
  
    max-width: 90% !important;
    margin: 0 auto !important;
      margin-bottom: 50px !important;
}}
