/** Shopify CDN: Minification failed

Line 156:16 Unexpected "@media"

**/
.custom__products-with-image .custom__placement-grid {
  padding-bottom: 40px;
}

.custom__products-with-image .custom__product-card-media {
  margin-top: 100px;
}

.custom__products-with-image .custom__subheading {
  font-family: "bely", serif !important;
  font-size: 16px !important;
  color: #f2d2b9 !important;
}

.custom__products-with-image .custom__subheading::before {
  width: 6px;
  height: 6px;
  position: relative;
  bottom: 1px;
}

@media (max-width: 768px) {
  .custom__products-with-image .custom__subheading {
    font-size: 12px !important;
  }

  .custom__products-with-image .custom__subheading::before {
    width: 4px;
    height: 4px;
  }
}

.custom__products-with-image .custom__heading {
  font-family: "Karmasutra", sans-serif !important;
  font-weight: 400;
  font-size: 64px;
  color: var(--custom-text-color);
}

.custom__products-with-image .custom__text {
  font-family: "bely", serif !important;
  font-weight: 400;
  font-size: 20px;
}

.custom__products-with-image .custom__bg-color {
  background-color: var(--bg-color);
}

.custom__products-with-image .custom__height {
  max-height: 910px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.custom__products-with-image .custom__height::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 1000px) {
  .custom__products-with-image .custom__content-box {
    height: 910px;
  }
}

.custom__products-with-image .custom__products-with-image-products-wrapper {
  padding-block-end: 0;
  overflow: hidden;
}

.custom__products-with-image .custom__products-with-image-products-wrapper,
.custom__products-with-image .custom__product-card {
  background-color: transparent;
}

.custom__products-with-image .custom__product-list {
  transform: scale(1.001);
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

.custom__products-with-image .custom__product-card {
  outline: none;
}

.custom__products-with-image .custom__product-card:nth-child(odd) {
  border-right: 1px solid #493014;
  border-bottom: 1px solid #493014;
}

.custom__products-with-image .custom__product-card:nth-child(even) {
    border-bottom: 1px solid #493014;
}

.custom__products-with-image .custom__product-card:first-child,
.custom__products-with-image .custom__product-card:nth-child(2) {
    border-top: none;
}


.custom__products-with-image .custom__price-list *,
.custom__products-with-image .custom__product-title {
  font-size: 14px;
  color: #703927;
}

.custom__products-with-image .custom__list-badges {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100px;
  gap: 5px;
  padding: 0;
  margin: 15px 0 10px 20px;
}

.custom__products-with-image .custom__badge-item {
  list-style: none;
  padding: 0 5px;
  background-color: var(--badges-color);
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 2.5px;
  color: #703927;
  box-shadow: none;
  border-radius: 0;
}

.custom__products-with-image .custom__product-card-image {
  max-width: 330px;
  width: 100%;
  height: 330px;
  opacity: 1 !important;
  transform: scale(1) !important;
}

.custom__products-with-image .custom__product-card-image.custom__secondary {
  display: none;
}

.custom__products-with-image .custom__product-card-info {
  margin-top: 110px;
}

.custom__products-with-image .custom__button {
  border: 1px solid #493014;
}

.custom__button @media (max-width: 1000px) {
  .custom__products-with-image .custom__height {
    max-height: none;
  }

  .custom__products-with-image .custom__content-box {
    height: 700px;
  }

  .custom__products-with-image .custom__heading {
    font-size: 48px;
  }
}

@media (max-width: 1240px) {
  .custom__products-with-image .custom__product-card-info {
    margin-top: 50px;
  }

  .custom__products-with-image .custom__badge-item {
    font-size: 14px;
  }
}

@media (max-width: 1120px) {
  .custom__products-with-image .custom__heading {
    font-size: 40px;
  }

  .custom__products-with-image .custom__product-card-media {
    margin-top: 80px;
  }
}

@media (max-width: 1000px) {
  .custom__products-with-image .custom__badge-item {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .custom__products-with-image .custom__product-card-image {
    max-width: 200px;
    height: 200px;
  }
}

@media (max-width: 600px) {
  .custom__products-with-image .custom__heading {
    font-size: 32px;
  }

  .custom__products-with-image .custom__badge-item {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .custom__products-with-image .custom__content-box {
    min-height: 550px;
  }

  .custom__products-with-image .custom__heading {
    font-size: 24px;
  }

  .custom__products-with-image .custom__text {
    font-size: 14px;
  }

  .custom__products-with-image .custom__list-badges {
    margin: 8px 0 20px 10px;
  }

  .custom__products-with-image .custom__badge-item {
    font-size: 12px;
  }
}
