.theme-primary {
  background-color: #C87A5B !important;
}

.theme-secondary {
  background-color: #8e598a !important;
}

.about-main-bg {
  background-color: #e09f3e !important;
}

.contact-bg {
  background-color: #4A154B !important;
}

.card-bg {
  background-color: #f4e6e6 !important;
}

.light-accent {
  color: #B0B0B0 !important;
}

.dark-gray {
  color: #212121 !important;
}

.opacity-30 {
  opacity: 30% !important;
}

@font-face {
  font-family: "cause-italic";
  src: url("../fonts/cause-italic.ttf");
}
@font-face {
  font-family: "cause-medium";
  src: url("../fonts/cause-medium.ttf");
}
@font-face {
  font-family: "cause-regular";
  src: url("../fonts/cause-regular.ttf");
}
@font-face {
  font-family: "cause-semibold";
  src: url("../fonts/cause-semibold.ttf");
}
@font-face {
  font-family: "comicneue-bold";
  src: url("../fonts/comicneue-bold.ttf");
}
.cause-italic {
  font-family: "cause-regular";
  font-style: italic !important;
}

.cause-medium {
  font-family: "cause-medium";
}

.cause-regular {
  font-family: "cause-regular";
}

.cause-semibold {
  font-family: "cause-semibold";
}

.comicneue-bold {
  font-family: "comicneue-bold";
}

/* To make page scrollbar stable so it won't break layour of header when it hover */
html {
  scrollbar-gutter: stable;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container {
  max-width: 1440px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 576px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.h-vh {
  height: 100vh;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.row.row10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.row.row10 > * {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.row.row8 {
  margin-right: -8px !important;
  margin-left: -8px !important;
}
.row.row8 > * {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.row11 {
  margin-left: -11px !important;
  margin-right: -11px !important;
}
.row11 > * {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.row12 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.row12 > * {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.row20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.row20 > * {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

h1 {
  font-size: 20px !important;
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

.list-none {
  list-style: none;
}

.transition {
  transition: all 0.3s ease-in-out !important;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0px 0px, rgb(20, 20, 20) 5px 7px 0px 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px), (max-width: 767px) {
  .box-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0px 0px, rgb(20, 20, 20) 5px 6px 0px 0px;
  }
}

.box-shadow-small {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0px 0px, rgb(20, 20, 20) 5px 6px 0px 0px;
}

.custom-circle {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #000000;
  margin-top: 2px;
}

input:checked ~ .custom-circle,
.custom-radio-input:checked ~ .custom-circle {
  background-color: #e09f3e !important;
  border-color: #e09f3e !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

.btnA {
  display: inline-flex;
  align-items: center;
  height: 62px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.15px;
}
.btnA.bg-white-btn {
  background-color: white;
  border: 1px solid transparent;
  color: black;
}
.btnA.bg-white-btn:hover {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
.btnA.bg-black-btn {
  background-color: black;
  border: 1px solid transparent;
  color: white;
}
.btnA.bg-black-btn:hover {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
.btnA.bg-secondary-btn {
  background-color: #8e598a;
  border: 1px solid transparent;
  color: white;
}
.btnA.bg-secondary-btn:hover {
  background-color: transparent;
  border: 1px solid #8e598a;
  color: #8e598a;
}
@media (max-width: 767px) {
  .btnA {
    font-size: 12px;
    line-height: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .btnA {
    padding-left: 20px;
    padding-right: 20px;
  }
}

header {
  z-index: 1030;
}
header.header-fixed {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
header.header-fixed .header-main {
  background-color: white;
}
header.header-fixed .header-link .main-nav-link {
  filter: invert(1);
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 22.4px;
}
header.header-fixed .header-logo,
header.header-fixed .right-header-link,
header.header-fixed .burger-menu {
  filter: invert(1);
}
header .header-top {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14px);
}
header .header-top .header-top-slider .discount-tag {
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.14px;
}
header .header-main {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  box-sizing: border-box;
}
header .header-main .header-link .main-nav-link {
  height: 22px;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 22.4px;
}
header .header-main .header-link .mega-menu {
  width: calc(100% + 5px) !important;
  padding-top: 60px;
  padding-bottom: 95px;
  left: 50%;
  transform: translateX(-50%);
}
header .header-main .header-logo {
  width: 255px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  header .header-main .header-logo {
    width: 140px;
  }
}
header .header-main nav ul li {
  padding-right: 43px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  header .header-main nav ul li {
    padding-right: 25px;
  }
}
header .header-main nav ul li:last-child {
  padding-right: 0px;
}
header .header-main nav ul li .mega-menu {
  opacity: 0;
  visibility: hidden;
  border-radius: 0px 0px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0px 0px, rgb(51, 51, 51) 8px 12px 0px 2px;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
header .header-main nav ul li .mega-menu .mega-img {
  height: 183px;
  border-radius: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
header .header-main nav ul li .mega-menu .mega-title {
  font-size: 16px;
  line-height: 25.2px;
}
header .header-main nav ul li .mega-menu .mega-desc,
header .header-main nav ul li .mega-menu .mega-link {
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 22px;
}
header .header-main nav ul li:hover .mega-menu,
header .header-main nav ul li:hover .header-hover-link {
  opacity: 1;
  visibility: visible;
}
header .header-main .burger-menu {
  height: 40px;
}
header .header-main .header-hover-link {
  width: 100%;
  opacity: 0;
  margin-top: 6px;
}
header .header-main .right-header-link {
  height: 22px;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 22.4px;
}
header .header-main .right-header-link:hover .header-hover-link {
  opacity: 1;
}
header .header-main .cart-btn-content {
  border: 3px solid #000;
  width: 140px;
  box-shadow: rgba(0, 0, 0, 0.98) 2px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-main .cart-btn-content {
    width: 115px;
  }
}
header .header-main .cart-btn-content .cart-food-img {
  width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  header .header-main .cart-btn-content .cart-food-img {
    width: 50px;
  }
}
header .header-main .cart-btn-content .header-cart-bg {
  height: 44px;
  width: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  header .header-main .cart-btn-content .header-cart-bg {
    height: 30px;
    width: 30px;
  }
}
header .header-main .cart-btn-content .header-cart-bg .cart-count {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  header .header-main .cart-btn-content .header-cart-bg .cart-count {
    font-size: 20px;
  }
}
header .header-main.header-active {
  background-color: #ffffff;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
header .header-main.header-active .header-link .main-nav-link {
  filter: invert(1);
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 22.4px;
}
header .header-main.header-active .header-logo,
header .header-main.header-active .right-header-link {
  filter: invert(1);
}
header.hidden {
  transform: translateY(-110%);
}
header.black-header .header-main nav ul li .main-nav-link {
  filter: invert(1);
}
header.black-header .header-main .header-logo,
header.black-header .header-main .right-header-link,
header.black-header .header-main .burger-menu {
  filter: invert(1);
}
header {
  /* Mobile Menu Overlay */
}
header .mobile-menu-overlay {
  background-color: #ffffff;
  z-index: 9999 !important;
  transform: translateY(-100%);
  visibility: hidden;
}
header .mobile-menu-overlay.active {
  transform: translateY(0);
  visibility: visible;
}
header .mobile-menu-overlay .mobile-header .header-logo {
  filter: invert(1);
}
header .mobile-menu-overlay .mobile-header .close-menu-btn {
  filter: invert(1);
}
header .mobile-menu-overlay .mobile-header .close-menu-btn:hover {
  transform: scale(1.1);
}
header .mobile-menu-overlay .mobile-nav {
  gap: 30px;
  padding-left: 20px;
}
header .mobile-menu-overlay .mobile-nav .mobile-nav-link {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1px;
}
@media (max-width: 576px) {
  header .mobile-menu-overlay .mobile-nav .mobile-nav-link {
    font-size: 40px;
    line-height: 40px;
  }
}
header .mobile-menu-overlay .mobile-nav .mobile-nav-link:hover, header .mobile-menu-overlay .mobile-nav .mobile-nav-link:focus {
  color: #8e598a !important;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section {
    height: 560px;
  }
}
.hero-section .hero-layer {
  background-color: #000000;
  opacity: 30%;
}
.hero-section .hero-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-section .hero-content .hero-title {
  font-size: 140px;
  letter-spacing: 2.8px;
  line-height: 110px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px), (max-width: 767px) {
  .hero-section .hero-content .hero-title {
    font-size: 45px !important;
    line-height: 45px !important;
  }
}
.hero-section .hero-content .hero-desc {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 22px;
  margin-bottom: 30px;
}

.marquree-slider-section .marquree-img {
  width: 24px;
}
.marquree-slider-section .marquree-tag {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 22px;
}

.product-slider-section {
  padding-top: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .product-slider-section {
    padding-top: 90px;
  }
}
.product-slider-section .section-header {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .product-slider-section .section-header {
    margin-bottom: 40px !important;
  }
}
.product-slider-section .section-header .section-header-left .section-title {
  font-size: 70px;
  color: #8e598a;
  line-height: 85px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .product-slider-section .section-header .section-header-left .section-title {
    font-size: 50px;
    line-height: 50px;
  }
}
.product-slider-section .section-header .section-header-left .section-subtitle {
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 22.4px;
}

.badge {
  top: 18px;
  left: 18px;
  background: #8e598a;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.4px;
}

/* CARD */
.product-card .product-image {
  position: relative;
  background: #f4e6e6;
  border-radius: 20px;
  height: 360px;
  margin-bottom: 20px;
}
.product-card .product-image img {
  max-width: 100%;
  height: auto;
}
.product-card .product-info .product-title {
  font-size: 18px;
  line-height: 25.2px;
}
.product-card .product-info .product-desc {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.product-card .product-info .product-price {
  font-size: 14px;
}

.left-right-img-section {
  padding-top: 200px;
  padding-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .left-right-img-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .left-right-img-section a {
    width: 100%;
  }
}
.left-right-img-section .left-image {
  width: 660px;
  height: 545px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 576px), only screen and (min-width: 768px) and (max-width: 991px) {
  .left-right-img-section .left-image {
    width: 100%;
    height: auto;
  }
}
.left-right-img-section .left-right-img-section-content .right-title {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .left-right-img-section .left-right-img-section-content .right-title {
    font-size: 50px;
    line-height: 50px;
  }
}
.left-right-img-section .left-right-img-section-content .right-desc {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
}
.left-right-img-section .left-right-img-section-content .right-list-item {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .left-right-img-section .left-right-img-section-content .right-list-item {
    line-height: 24px;
  }
}

.layer-section {
  padding-top: 195px;
  padding-bottom: 255px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .layer-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.layer-section .layer-section-title {
  font-size: 90px;
  letter-spacing: 1.8px;
  line-height: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .layer-section .layer-section-title {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
  }
}
.layer-section .layer-section-desc {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
}
.layer-section .layer-wrapper .layer-count-bg {
  min-height: 50px;
  min-width: 50px;
}
.layer-section .layer-wrapper .layer-count-bg .layer-count-number {
  font-size: 18px;
  line-height: 28.8px;
}
.layer-section .layer-wrapper .layer-box {
  border: 3px solid #000000;
  border-radius: 20px;
  margin-bottom: 40px;
}
.layer-section .layer-wrapper .layer-box .layer-box-title {
  font-size: 22px;
  letter-spacing: 0.66px;
  line-height: 22.4px;
}
@media (max-width: 767px) {
  .layer-section .layer-wrapper .layer-box .layer-box-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700 !important;
  }
}
.layer-section .layer-wrapper .layer-box .layer-box-desc {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 22px;
}
.layer-section .layer-arrow {
  height: 70px;
}

.layer-count-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 55%);
  width: 15px;
  height: 70px;
  background: url("/assets/images/black-arrow.svg") center/contain no-repeat;
}

.layer-wrapper:not(:has(+ .layer-wrapper)) .layer-count-bg::before {
  display: none;
}

.testimonial-section {
  padding-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px), (max-width: 767px) {
  .testimonial-section {
    padding-bottom: 100px;
  }
}
.testimonial-section .slider-content .testimonial-title {
  font-size: 90px;
  line-height: 85px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px), (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-section .slider-content .testimonial-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 50px;
  }
}
.testimonial-section .slider-content .bottle-img {
  height: 300px;
  top: -53px;
  transform: rotate(-30deg);
  right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-section .slider-content .bottle-img {
    top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px), (max-width: 767px) {
  .testimonial-section .slider-content .bottle-img {
    display: none;
  }
}
.testimonial-section .slider-content .testimonial-slider .testimonial-card {
  border: 2px solid #000000;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 35px;
}
.testimonial-section .slider-content .testimonial-slider .testimonial-card .testimonial-card-desc {
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 28.8px;
  margin-bottom: 20px;
}
.testimonial-section .slider-content .testimonial-slider .testimonial-card .testimonial-meta,
.testimonial-section .slider-content .testimonial-slider .testimonial-card .testimonial-meta-name {
  font-size: 14px;
  letter-spacing: 0.24px;
  line-height: 22px;
}
.testimonial-section .slider-content .testimonial-slider .testimonial-card .testimonial-meta {
  margin-top: auto;
}
.testimonial-section .slider-content .testimonial-slider .testimonial-card .testimonial-meta-name {
  color: #B0B0B0;
}

.faq-section {
  margin-bottom: 135px;
}
.faq-section .faq-left-bg-img {
  width: 500px;
  transform: translateX(-40px);
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .faq-section .faq-left-bg-img {
    width: 430px;
    transform: translateX(-15px);
  }
}
@media (max-width: 576px) {
  .faq-section .faq-left-bg-img {
    width: 360px;
  }
}
.faq-section .left-col {
  top: 220px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 576px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-section .left-col {
    position: relative !important;
  }
}
.faq-section .faq-heading {
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -2px;
}
@media (max-width: 576px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-section .faq-heading {
    font-size: 80px;
    line-height: 80px;
  }
}
.faq-section .quick-link-heading {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.14px;
  margin-bottom: 10px;
}
.faq-section .faq-button {
  height: 27px;
  padding: 0px 15px;
  border: 1px solid #000000;
  border-radius: 40px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.faq-section .faq-button:last-child {
  margin-right: 0px !important;
}
.faq-section .right-col {
  margin-top: 140px;
}
.faq-section .right-col .accordion-content {
  padding-top: 135px;
}
.faq-section .right-col .accordion-content:last-child {
  margin-bottom: 0px !important;
}
.faq-section .right-col .accordion-content .faq-button {
  margin-bottom: 30px;
}
.faq-section .right-col .accordion-content .faq-accordian {
  padding-left: 48PX;
}
@media (max-width: 576px) {
  .faq-section .right-col .accordion-content .faq-accordian {
    padding-left: 0 !important;
  }
}
.faq-section .right-col .accordion-content .accordion-group .accordion-item {
  margin-bottom: 40px;
}
.faq-section .right-col .accordion-content .accordion-group .accordion-item:last-child {
  margin-bottom: 0px !important;
}
.faq-section .right-col .accordion-content .accordion-group .accordion-item .closet-header {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}
.faq-section .right-col .accordion-content .accordion-group .accordion-item .closet-header.active img {
  transform: rotate(45deg);
}
.faq-section .right-col .accordion-content .accordion-group .accordion-item .closet-header .accordion-close {
  height: 32px;
  width: 32px;
  background-color: #C87A5B;
}
.faq-section .right-col .accordion-content .accordion-group .accordion-item .closet-header .accordion-close .close {
  height: 10px;
  width: 10px;
}
.faq-section .right-col .accordion-content .accordion-group .accordion-item .closet-header .faq-heading {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.6px;
  margin-bottom: 0px !important;
}
.faq-section .right-col .accordion-content .accordion-group .accordion-item .closet-content {
  display: none;
}
.faq-section .right-col .accordion-content .accordion-group .accordion-item .closet-content .faq-content {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-page .contact-section {
  margin-top: 200px;
  margin-bottom: 190px;
}
@media (max-width: 576px) {
  .contact-page .contact-section {
    margin-bottom: 150px;
  }
}
.contact-page .contact-section .layer-image {
  width: 292px;
  height: 280px;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(-12deg);
}
@media (max-width: 576px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-section .layer-image {
    display: none;
  }
}
.contact-page .contact-section .left-text {
  color: rgba(255, 255, 255, 0.5);
}
.contact-page .contact-section .get-touch-block .social-icons {
  margin-bottom: 85px;
}
@media (max-width: 576px) {
  .contact-page .contact-section .get-touch-block .social-icons {
    margin-bottom: 40px;
  }
}
.contact-page .contact-section .get-touch-block .get-touch-heading {
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -2px;
  margin-bottom: 15px;
}
@media (max-width: 576px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-section .get-touch-block .get-touch-heading {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -1.4px;
  }
}
.contact-page .contact-section .get-touch-block .contact-number {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}
@media (max-width: 576px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-page .contact-section .get-touch-block .contact-number {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.8px;
  }
}
.contact-page .contact-section .get-touch-block .email {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}
@media (max-width: 576px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-page .contact-section .get-touch-block .email {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.8px;
  }
}
.contact-page .contact-section .get-touch-block .aim-text {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.48px;
  margin-bottom: 30px;
}
.contact-page .contact-section .get-touch-block .contact-box {
  border: 2px solid #000000;
  border-radius: 20px;
  padding-left: 34px;
  padding-right: 34px;
}
@media (max-width: 576px) {
  .contact-page .contact-section .get-touch-block .contact-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-page .contact-section .get-touch-block .contact-box .before-heading {
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: -0.66px;
}
.contact-page .contact-section .get-touch-block .contact-box .before-content {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.66px;
  margin-bottom: 20px;
}
.contact-page .contact-section .get-touch-block .contact-box .faq-link {
  margin-bottom: 45px;
}
.contact-page .contact-section .get-touch-block .contact-box .faq-link a {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.66px;
  text-decoration: underline !important;
}
.contact-page .contact-section .contact-icon:last-child {
  margin-right: 0 !important;
}
@media (max-width: 576px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-section .form-section {
    margin-top: 100px;
  }
}
.contact-page .contact-section .contact-form {
  position: relative;
  border: 2px solid black;
  border-radius: 20px;
  height: 880px;
  padding-top: 65px;
  padding-bottom: 80px;
}
.contact-page .contact-section .contact-form .contact-input {
  padding-bottom: 25px;
}
.contact-page .contact-section .contact-form .contact-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.48px;
  padding-bottom: 10px;
  color: black;
}
.contact-page .contact-section .contact-form .input {
  border: 1px solid #C9C9C9;
  height: 59px;
  border-radius: 10px;
  padding: 15px;
}
.contact-page .contact-section .contact-form .input::-moz-placeholder {
  color: black !important;
}
.contact-page .contact-section .contact-form .input::placeholder {
  color: black !important;
}
.contact-page .contact-section .contact-form .textarea {
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  padding-bottom: 5px;
  padding: 15px;
}
.contact-page .contact-section .contact-form .textarea::-moz-placeholder {
  color: black !important;
}
.contact-page .contact-section .contact-form .textarea::placeholder {
  color: black !important;
}
.contact-page .contact-section .contact-form .send-message-btn {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.15px;
}

.two-card-section {
  padding-bottom: 132px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px), (max-width: 767px) {
  .two-card-section {
    padding-bottom: 80px;
  }
}

.left-card {
  border: 3px solid #000000;
  border-radius: 20px;
  overflow: hidden;
}
.left-card .card-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  padding-right: 60px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .left-card .card-wrapper {
    padding-right: 30px;
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px), (max-width: 767px) {
  .left-card .card-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center !important;
    top: 50%;
    transform: translateY(-50%);
  }
}
.left-card .left-card-btn:hover {
  background-color: white;
}
.left-card .left-card-img {
  border-radius: 20px;
}
.left-card .left-card-heading {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .left-card .left-card-heading {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 576px), (max-width: 767px) {
  .left-card .left-card-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

.right-card {
  border: 3px solid #000000;
  border-radius: 20px;
}
.right-card .card-content {
  padding-top: 75px;
  padding-left: 66px !important;
}
@media (max-width: 576px) {
  .right-card .card-content {
    padding-top: 35px;
    padding-left: 30px !important;
    padding-right: 20px !important;
  }
}
.right-card .card-content .heading {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #8e598a;
  margin-bottom: 20px;
}
.right-card .card-content .content {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.right-card .img-cover {
  width: 400px !important;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), (max-width: 576px), (max-width: 767px) {
  .right-card .img-cover {
    width: 355px !important;
  }
}

.header-top-slider .slick-slide {
  color: rgba(255, 255, 255, 0.3);
}
.header-top-slider .slick-slide.slick-current.discount-tag {
  color: #ffffff !important;
}

.testimonial-slider .slick-track {
  display: flex !important;
}
.testimonial-slider .slick-list {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .testimonial-slider .slick-list {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.testimonial-slider .slick-list .slick-slide {
  padding-left: 25px !important;
  padding-right: 25px !important;
  height: auto !important;
  display: flex !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .testimonial-slider .slick-list .slick-slide {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.testimonial-slider .slick-list .slick-slide > div {
  width: 100%;
  display: flex;
}

.working-slider-section .slick-track {
  display: flex !important;
}
.working-slider-section .slick-list {
  margin-left: -45px;
  margin-right: -45px;
}
.working-slider-section .slick-list .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
  height: auto !important;
  display: flex !important;
}

.logo-section .slick-list {
  margin-left: -107px;
  margin-right: -107px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .logo-section .slick-list {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.logo-section .slick-list .slick-slide {
  padding-left: 107px;
  padding-right: 107px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .logo-section .slick-list .slick-slide {
    padding-left: 60px;
    padding-right: 60px;
  }
}

footer {
  padding-top: 75px;
  padding-bottom: 32px;
}
footer .footer-space {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  footer .footer-space {
    margin-bottom: 30px;
  }
}
footer .footer-space .footer-email {
  font-size: 40px;
  letter-spacing: 1.2px;
  line-height: 40px;
}
@media (max-width: 576px) {
  footer .footer-space .footer-email {
    font-size: 20px;
    line-height: 20px;
  }
}
footer .footer-space .footer-meta {
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 16px;
}
@media (max-width: 576px) {
  footer .footer-space .footer-meta {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 576px), only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-nav-links {
    margin-top: 50px;
  }
}
footer .list-title {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 16px;
  margin-bottom: 10px;
}
footer .list-item {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 28px;
}
@media (max-width: 576px) {
  footer .list-item {
    font-size: 14px;
    line-height: 18px;
  }
}
footer .social-media-img {
  width: 19px;
}
footer .footer-main-img {
  margin-bottom: 50px;
}
footer .copyrights-text {
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 22.4px;
}
@media (max-width: 576px) {
  footer .copyrights-text {
    margin-bottom: 20px;
    line-height: 14px;
    font-size: 12px;
  }
}
footer .footer-links li:last-child {
  margin-right: 0px !important;
}
@media (max-width: 576px) {
  footer .footer-links li {
    margin-bottom: 15px;
  }
}

.how-it-work-page {
  background-color: #8e598a !important;
}
.how-it-work-page .working-slider-section {
  padding-top: 254px;
}
.how-it-work-page .working-slider-section .heading {
  font-size: 100px;
  line-height: 80px;
  letter-spacing: -2px;
  padding-bottom: 25px;
}
@media (max-width: 576px), only screen and (min-width: 768px) and (max-width: 991px) {
  .how-it-work-page .working-slider-section .heading {
    font-size: 80px;
    line-height: 80px;
  }
}
.how-it-work-page .working-slider-section .content {
  font-size: 20px;
  line-height: 22.4px;
  letter-spacing: -0.6px;
}
.how-it-work-page .working-slider-section .slider-area {
  margin-top: 45px;
}
.how-it-work-page .working-slider-section .slider-area .counter-arrow-box {
  padding-bottom: 30px;
}
.how-it-work-page .working-slider-section .slider-area .counter-arrow-box .number {
  padding-top: 10px;
  border-radius: 25px;
}
.how-it-work-page .working-slider-section .slider-area .working-slider .card-heading {
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -1.1px;
  margin-bottom: 10px;
}
@media (max-width: 576px), (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .how-it-work-page .working-slider-section .slider-area .working-slider .card-heading {
    font-size: 45px;
    line-height: 45px;
  }
}
.how-it-work-page .working-slider-section .slider-area .working-slider .card-content {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.48px;
  padding-bottom: 25px;
}
.how-it-work-page .working-slider-section .slider-area .working-slider .bg-black-btn {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.how-it-work-page .working-slider-section .working-layer-img {
  width: 280px;
  margin-top: 130px;
  position: absolute;
  top: 30px;
  right: 0;
  transform: skew(10);
}
@media (max-width: 576px), (max-width: 767px) {
  .how-it-work-page .working-slider-section .working-layer-img {
    display: none;
  }
}
.how-it-work-page .working-slider-section .slick-list {
  overflow: visible;
}
.how-it-work-page .working-slider-section .img-wrapper {
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.how-it-work-page .working-slider-section .number {
  width: 43px;
  height: 43px;
}
.how-it-work-page .working-slider-section .arrow {
  width: 340px;
}
.how-it-work-page .logo-section {
  padding-top: 200px;
  padding-bottom: 180px;
}
@media (max-width: 576px) {
  .how-it-work-page .logo-section {
    padding-top: 100px;
  }
}
.how-it-work-page .logo-section .logo-section-wrapper {
  padding: 0 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .how-it-work-page .logo-section .logo-section-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 576px) {
  .how-it-work-page .logo-section .logo-images {
    display: block !important;
  }
}
.how-it-work-page .logo-section .logo-image {
  width: 179px;
}
.how-it-work-page .two-card-section {
  padding-top: 70px;
}
.how-it-work-page .left-right-img-section {
  padding-top: 0 !important;
}

.right-title-small {
  font-size: 50px;
  line-height: 90px;
  letter-spacing: -1.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .right-title-small {
    font-size: 50px;
    line-height: 50px;
  }
}

.right-desc-small {
  line-height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .right-desc-small {
    line-height: 26px;
  }
}

.center-text-section {
  padding-top: 240px;
  padding-bottom: 200px;
  background-color: #e09f3e;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .center-text-section {
    padding-bottom: 100px;
  }
}
.center-text-section .about-hero-heading {
  font-size: 110px;
  line-height: 110px;
  letter-spacing: -1.8px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .center-text-section .about-hero-heading {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .center-text-section .about-hero-heading {
    font-size: 80px;
    line-height: 80px;
  }
}
.center-text-section .hero-content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .center-text-section .center-bg-pattern {
    display: none;
  }
}

.category-card-section {
  padding-bottom: 120px;
  background-color: #e09f3e;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .category-card-section {
    padding-bottom: 80px;
  }
}
.category-card-section .category-card {
  border: 2px solid #000000;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-card-section .category-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.category-card-section .category-card .heading {
  font-size: 22px;
  line-height: 20px;
  letter-spacing: -0.7px;
  margin-bottom: 20px;
}
.category-card-section .category-card .content {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  flex-grow: 1;
}
.category-card-section .category-card .category-img {
  margin-bottom: 30px;
  width: 50px;
  height: 50px;
}

.counter-section {
  padding-top: 100px;
  padding-bottom: 180px;
}
@media (max-width: 576px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-section {
    padding-bottom: 100px;
  }
}
.counter-section .heading {
  font-size: 60px;
  line-height: 110px;
  letter-spacing: -1.2px;
}
.counter-section .counter-cards {
  height: 212px;
  border: 3px solid #000000;
  border-radius: 20px;
  padding: 40px 54px;
}
@media (max-width: 576px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-section .counter-cards {
    padding: 30px 30px;
    margin-bottom: 30px;
  }
}
.counter-section .counter-cards .number {
  font-size: 100px;
  line-height: 110px;
  letter-spacing: -2px;
  color: #8e598a;
}
@media (max-width: 576px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-section .counter-cards .number {
    font-size: 80px;
    line-height: 80px;
  }
}
.counter-section .counter-cards .content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.left-right-img-section .right-title {
  font-size: 60px;
  line-height: 60px;
}
.left-right-img-section .right-desc {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.delivery-detail-section {
  margin-top: 200px;
  margin-bottom: 155px;
}
.delivery-detail-section .form-section {
  margin-bottom: 64px;
}
.delivery-detail-section .form-section .heading {
  font-size: 40px;
  line-height: 90px;
  letter-spacing: -0.4px;
}
.delivery-detail-section .form-section label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.4px;
  opacity: 30%;
  margin-bottom: 10px;
}
.delivery-detail-section .form-section input {
  height: 59px;
  border: 1px solid black;
  border-radius: 10px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.5px;
  padding: 10px;
}
@media (max-width: 576px) {
  .delivery-detail-section .form-section input {
    height: 50px;
  }
}
.delivery-detail-section .form-section .form-input-box {
  margin-bottom: 22px;
}
.delivery-detail-section .checkbox-block {
  margin-bottom: 93px;
}
.delivery-detail-section .checkbox-block .checkbox-heading {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #000000;
}
.delivery-detail-section .delivery-section {
  margin-bottom: 93px;
}
.delivery-detail-section .delivery-section .delivery-heading {
  font-size: 40px;
  line-height: 90px;
  letter-spacing: -0.8px;
  color: #000000;
}
.delivery-detail-section .delivery-section .delivery-option {
  border: 2px solid #C9C9C9;
  border-radius: 10px;
  padding-top: 30px;
  padding-left: 24px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  cursor: pointer !important;
}
.delivery-detail-section .delivery-section .delivery-option:has(input:checked) {
  border-color: #000000 !important;
}
.delivery-detail-section .delivery-section .delivery-option .title {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.6px;
  margin-bottom: 5px;
  color: #000000;
}
.delivery-detail-section .delivery-section .delivery-option .content {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #000000;
}
.delivery-detail-section .delivery-section .instruction-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.36px;
  color: #000000;
  opacity: 30%;
  margin-bottom: 10px;
}
.delivery-detail-section .delivery-section textarea {
  border: 1px solid #000000;
  padding: 20px;
  border-radius: 10px;
  resize: vertical;
}
.delivery-detail-section .delivery-section textarea::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.4px;
}
.delivery-detail-section .delivery-section textarea::placeholder {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.4px;
}
.delivery-detail-section .delivery-section textarea:focus {
  outline: none;
}
.delivery-detail-section .payment-container .heading {
  font-size: 40px;
  line-height: 90px;
  letter-spacing: -0.8px;
  margin-bottom: 32px;
}
.delivery-detail-section .payment-container .card-number {
  border: 1px solid #000000;
  border-radius: 10px !important;
}
.delivery-detail-section .payment-container .card-number input {
  border: none;
  outline: none;
}
.delivery-detail-section .payment-container .card-number,
.delivery-detail-section .payment-container .expiry-cvc {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .delivery-detail-section .payment-container .card-number .expiry-input,
  .delivery-detail-section .payment-container .expiry-cvc .expiry-input {
    margin-bottom: 20px;
  }
}
.delivery-detail-section .payment-container .pay-btn {
  margin-bottom: 30px;
}
.delivery-detail-section .payment-container input {
  height: 59px;
  border: 1px solid #000000;
  border-radius: 10px !important;
  padding: 15px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.48px;
  color: #000000;
}
.delivery-detail-section .payment-container input::-moz-placeholder {
  color: #000000;
}
.delivery-detail-section .payment-container input::placeholder {
  color: #000000;
}
@media (max-width: 576px) {
  .delivery-detail-section .payment-container input {
    height: 50px;
  }
}
.delivery-detail-section .payment-container .card-icons .payment-icon {
  height: 29px;
  margin-right: 5px;
}

.summary {
  border: 3px solid #000000;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .summary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.summary .summary-item {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 20px;
}
.summary .summary-item .discount-price {
  color: #008000 !important;
}
.summary .summary-total {
  border-top: 2px solid #000000;
  padding-top: 25px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: -0.7px;
  color: #000000;
}
.summary .heading {
  font-size: 40px;
  line-height: 90px;
  letter-spacing: -0.8px;
  color: #000000;
}
.summary .edit-link {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.6px;
  color: #000000;
}

.category-page .category-page-title-section {
  margin-top: 230px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-page .category-page-title-section {
    margin-top: 180px;
    margin-bottom: 20px;
  }
}
.category-page .category-page-title-section .left-content .page-title {
  font-size: 80px;
  line-height: 57.6px;
  letter-spacing: -2px;
  color: #8e598a;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-page .category-page-title-section .left-content .page-title {
    font-size: 60px;
    line-height: 57.6px;
    margin-bottom: 10px;
  }
}
.category-page .category-page-title-section .left-content .page-subtitle {
  font-size: 20px;
  line-height: 22.4px;
  letter-spacing: -0.6px;
}
.category-page .category-page-title-section .right-content .product-counter-text {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.category-page .products-section .left-content .filter {
  padding: 30px 30px;
  padding-bottom: 40px !important;
  /* Adjusted horizontal padding slightly for better fit */
  border: 2px solid #000000;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0px 0px, rgb(51, 51, 51) 4px 4px 0px 4px !important;
}
.category-page .products-section .left-content .filter .filter-group .filter-header .filter-title {
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.2px;
}
.category-page .products-section .left-content .filter .filter-group .filter-header .toggle-icon {
  height: 12px;
  width: 12px;
}
.category-page .products-section .left-content .filter .filter-group .filter-content .custom-radio-container {
  cursor: pointer !important;
}
.category-page .products-section .left-content .filter .filter-group .filter-content .custom-radio-container input {
  position: absolute;
  opacity: 0;
}
.category-page .products-section .left-content .filter .filter-group .filter-content .custom-radio-container .custom-circle {
  margin-right: 12px;
}
.category-page .products-section .left-content .filter .filter-group .filter-content .custom-radio-container span.filter-item {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
}
.category-page .products-section .right-content .products .product-card {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-page .products-section .right-content .products .product-card {
    margin-bottom: 20px;
  }
}

.banner-section {
  padding-bottom: 170px;
  padding-top: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .banner-section {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
.banner-section .card-content {
  padding-top: 50px;
  padding-bottom: 45px;
  padding-left: 55px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .banner-section .card-content {
    padding-bottom: 0;
    padding-left: 40px !important;
    padding-right: 40px;
  }
}
.banner-section .card-content .heading {
  font-size: 36px;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #8e598a;
  margin-bottom: 20px;
}
.banner-section .card-content .content {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}

.category-open-page .back-to-all-link-section {
  padding-top: 150px;
}
.category-open-page .back-to-all-link-section .back-to-all-link {
  font-size: 12px;
  line-height: 22.4px;
  letter-spacing: -0.4px;
}
.category-open-page .product-open-section .wine-graphic {
  height: 250px;
  top: -55px;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-open-page .product-open-section .gallery-wrapper {
    flex-direction: column-reverse;
  }
}
.category-open-page .product-open-section .gallery-wrapper .thumbnails {
  overflow: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-open-page .product-open-section .gallery-wrapper .thumbnails {
    flex-direction: row !important;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .category-open-page .product-open-section .gallery-wrapper .thumbnails::-webkit-scrollbar {
    height: 8px;
  }
  .category-open-page .product-open-section .gallery-wrapper .thumbnails::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
  }
  .category-open-page .product-open-section .gallery-wrapper .thumbnails::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
    border: 1px solid white;
  }
  .category-open-page .product-open-section .gallery-wrapper .thumbnails::-webkit-scrollbar-thumb:hover {
    background: #8e598a;
  }
}
.category-open-page .product-open-section .gallery-wrapper .thumbnails .thumb {
  width: 126px;
  height: 122px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-open-page .product-open-section .gallery-wrapper .thumbnails .thumb {
    width: 100px;
    height: 100px;
  }
}
.category-open-page .product-open-section .gallery-wrapper .main-image {
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-open-page .product-open-section .gallery-wrapper .main-image {
    min-height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-open-page .product-open-section .gallery-wrapper .main-image {
    min-height: 300px !important;
    margin-bottom: 20px;
  }
}
.category-open-page .product-open-section .gallery-wrapper .main-image img {
  border-radius: 20px;
}
.category-open-page .product-open-section .product-info {
  position: relative;
  z-index: 1000;
}
.category-open-page .product-open-section .product-info .product-title {
  font-size: 60px;
  line-height: 90px;
  letter-spacing: -1.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-open-page .product-open-section .product-info .product-title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-open-page .product-open-section .product-info .product-title {
    font-size: 35px;
    line-height: 45px;
  }
}
.category-open-page .product-open-section .product-info .product-desc {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
}
@media (max-width: 767px), (max-width: 576px) {
  .category-open-page .product-open-section .product-info .weight-selector {
    flex-wrap: wrap;
  }
}
.category-open-page .product-open-section .product-info .weight-selector .weight-btn {
  flex: 1;
  border: 2px solid #000000;
}
.category-open-page .product-open-section .product-info .weight-selector .weight-btn:hover {
  background-color: #f0f0f0;
}
.category-open-page .product-open-section .product-info .weight-selector .weight-btn.active {
  background-color: #000000;
  color: #ffffff;
}
.category-open-page .product-open-section .product-info .purchase-options {
  margin-bottom: 40px;
}
.category-open-page .product-open-section .product-info .purchase-options .purchase-card {
  padding: 25px 30px;
  border: 3px solid #000000;
  border-radius: 20px;
  box-shadow: 6px 6px 0px 0px #000000;
  cursor: pointer !important;
}
@media (max-width: 767px), (max-width: 576px) {
  .category-open-page .product-open-section .product-info .purchase-options .purchase-card {
    padding: 15px 20px;
  }
}
.category-open-page .product-open-section .product-info .purchase-options .purchase-card .custom-circle {
  height: 22px;
  width: 22px;
}
.category-open-page .product-open-section .product-info .purchase-options .purchase-card .purchase-card-title,
.category-open-page .product-open-section .product-info .purchase-options .purchase-card .purchase-card-price {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
}
.category-open-page .product-open-section .product-info .purchase-options .purchase-card .purchase-card-price {
  font-size: 19px !important;
}
@media (max-width: 767px), (max-width: 576px) {
  .category-open-page .product-open-section .product-info .purchase-options .purchase-card .purchase-card-price {
    font-size: 16px !important;
  }
}
@media (max-width: 767px), (max-width: 576px) {
  .category-open-page .product-open-section .product-info .purchase-options .purchase-card .subscribe-dropdown {
    width: 100%;
    margin-left: 0 !important;
  }
}
.category-open-page .product-open-section .product-info .purchase-options .purchase-card .subscribe-dropdown .custom-select {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 20px 22px;
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.category-open-page .product-open-section .product-info .purchase-options .purchase-card .subscribe-dropdown .custom-select:focus {
  border-color: #000000;
  outline: none;
}
.category-open-page .product-open-section .product-info .offer-text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.category-open-page .wine-detail-section {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-open-page .wine-detail-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.category-open-page .wine-detail-section .heading {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.14px;
  margin-bottom: 22px;
  text-transform: uppercase;
  color: #000000;
}
.category-open-page .wine-detail-section .content {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.4px;
  margin-bottom: 22px;
  color: #000000;
}
.category-open-page .wine-detail-section .what-in-block {
  border-right: 2px solid #000000;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-open-page .wine-detail-section .what-in-block {
    border-right: none;
    border-bottom: 2px solid #000000;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.category-open-page .wine-detail-section .what-in-block .badge-btn {
  margin-bottom: 25px;
}
.category-open-page .wine-detail-section .natural-info {
  border-right: 2px solid #000000;
  padding-left: 45px !important;
  padding-right: 45px !important;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-open-page .wine-detail-section .natural-info {
    border-right: none;
    border-bottom: 2px solid #000000;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.category-open-page .wine-detail-section .natural-info .list-item {
  margin-bottom: 20px;
}
.category-open-page .wine-detail-section .serving-guide {
  padding-left: 45px !important;
  padding-right: 45px !important;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 576px) {
  .category-open-page .wine-detail-section .serving-guide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.category-open-page .wine-detail-section .serving-guide .explore-wine-btn {
  margin-top: 30px;
}
.category-open-page .wine-detail-section .serving-guide .list-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.category-open-page .product-slider-section {
  padding-top: 0 !important;
  padding-bottom: 140px !important;
}
.category-open-page .product-slider-section .section-header {
  font-size: 60px;
  line-height: 110px;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .category-open-page .product-slider-section .section-header {
    font-size: 50px;
    line-height: 50px;
  }
}

.product {
  margin-bottom: 16px;
}
.product .product-img {
  height: 110px;
  background-color: #f4e6e6;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding: 10px;
}
.product .product-name {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.product .description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.product .price {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.product .remove-link {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #000000;
  opacity: 50%;
}

.bowl-section {
  margin-top: 240px;
  margin-bottom: 100px;
}
.bowl-section .left-bowl-block {
  margin-bottom: 50px;
}
.bowl-section .bowl-counter {
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -1.6px;
  color: #000000;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px), (max-width: 767px) {
  .bowl-section .bowl-counter {
    font-size: 70px;
    line-height: 80px;
  }
}
.bowl-section .coupon-block {
  padding-top: 30px;
  border-top: 2px solid #000000;
}
.bowl-section .coupon-block .continue-shopping {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #000000;
}
@media (max-width: 576px) {
  .bowl-section .coupon-block .discount-input-block {
    margin-bottom: 30px;
  }
}
.bowl-section .coupon-block .coupon-input {
  height: 54px;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 10px 110px 10px 10px;
}
.bowl-section .coupon-block .coupon-submit {
  right: 24px;
}
.bowl-section .coupon-block .coupon-submit a {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #000000;
}
.bowl-section .payment-btn {
  margin-top: 44px;
  margin-bottom: 44px;
}
.bowl-section .spend-text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #000000;
  margin-bottom: 30px;
}
.bowl-section .spend-text span {
  font-family: "cause-semibold";
}

.cart-system-overlay {
  opacity: 0;
  visibility: hidden;
}
.cart-system-overlay.show {
  opacity: 1;
  visibility: visible;
}
.cart-system-overlay .cart-backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.cart-system-overlay .mini-cart-popup {
  width: 440px;
  position: absolute;
  top: 130px;
  right: 12px;
  padding: 30px;
  border: 3px solid #000000;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0px 0px, rgb(51, 51, 51) 6px 6px 0px 2px !important;
  transform: translateY(-20px);
}
@media (max-width: 767px), (max-width: 576px) {
  .cart-system-overlay .mini-cart-popup {
    padding: 16px;
  }
}
.cart-system-overlay .mini-cart-popup .product .product-img {
  margin-right: 0 !important;
}
.cart-system-overlay .mini-cart-popup .cart-header .header-title {
  font-size: 40px;
  line-height: 90px;
  letter-spacing: -0.8px;
}
.cart-system-overlay .mini-cart-popup .cart-header .close-cart-btn {
  width: 32px;
  height: 32px;
}
.cart-system-overlay .mini-cart-popup .cart-header .close-cart-btn:hover {
  transform: scale(1.1);
}
.cart-system-overlay .mini-cart-popup .cart-footer .checkout-btn {
  background-color: #C87A5B !important;
}
.cart-system-overlay .mini-cart-popup .cart-footer .edit-bowl-link {
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: -0.4px;
}
.cart-system-overlay.show .mini-cart-popup {
  transform: translateY(0);
}

@media (max-width: 576px) {
  .cart-system-overlay .mini-cart-popup {
    top: 80px;
    right: 5%;
    left: 5%;
    width: 90%;
  }
}
.preview-page .header .header-logo {
  width: 200px;
}
.preview-page .hero-section .hero-layer {
  background-color: #000000;
  opacity: 0.12;
}
.preview-page .hero-section .hero-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-page .hero-section .hero-content .hero-title {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 35px;
}
@media (max-width: 576px), (max-width: 767px) {
  .preview-page .hero-section .hero-content .hero-title {
    font-size: 30px !important;
    margin-bottom: 15px;
    line-height: 30px !important;
    margin-bottom: 15px;
  }
}
.preview-page .section-header {
  padding-top: 90px;
  padding-bottom: 90px;
}
.preview-page .section-header .section-title {
  font-size: 50px;
  line-height: 50px;
}
.preview-page .demo-area-section .demo-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.preview-page .demo-area-section .demo-area .demo-card {
  margin-bottom: 50px;
}
.preview-page .demo-area-section .demo-area .demo-card .demo-card-wrapper {
  border: 2px solid #000000;
  border-radius: 20px;
  overflow: hidden;
  height: 600px;
}
.preview-page .demo-area-section .demo-area .demo-card .demo-card-wrapper .card-hover {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.preview-page .demo-area-section .demo-area .demo-card .demo-card-wrapper .card-hover .hover-wrapper {
  background: #C87A5B;
  opacity: 0.9;
}
.preview-page .demo-area-section .demo-area .demo-card .demo-card-wrapper .card-hover .view-btn {
  transform: translateY(100px);
}
.preview-page .demo-area-section .demo-area .demo-card .demo-card-wrapper:hover .card-hover {
  opacity: 1;
  visibility: visible;
}
.preview-page .demo-area-section .demo-area .demo-card .demo-card-wrapper:hover .card-hover .view-btn {
  transform: translateY(0);
}
.preview-page .demo-area-section .demo-area .demo-card .demo-card-wrapper:hover img {
  transform: scale(1.1);
}
.preview-page .demo-area-section .demo-area .demo-card .demo-card-title {
  font-size: 30px;
  line-height: 30px;
  color: #8e598a;
}
.preview-page .tech-section .technologies {
  padding-top: 80px;
  padding-bottom: 80px;
}
.preview-page .tech-section .technologies .tech-card {
  border-radius: 20px;
  border: 1px solid #000000;
  overflow: hidden;
}
.preview-page .tech-section .technologies .tech-card .tech-name {
  font-size: 25px;
  line-height: 25px;
  color: #8e598a;
}
.preview-page .tech-section .technologies .tech-card:hover {
  box-shadow: none;
}
.preview-page .footer {
  height: 700px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.preview-page .footer .layer {
  background-color: #000000;
  opacity: 0.35;
}
.preview-page .footer .footer-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-page .footer .footer-content .footer-title {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 35px;
}
@media (max-width: 576px), (max-width: 767px) {
  .preview-page .footer .footer-content .footer-title {
    font-size: 30px !important;
    margin-bottom: 15px;
    line-height: 30px !important;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=main.css.map */