/** Shopify CDN: Minification failed

Line 57:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.main-sweetmate-custom-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.banner-image {
  flex: 1;
  max-width: 50%;
}

.text-content {
  flex: 1;
  max-width: 50%;
}

.banner-image .button-container a.button {
    color: #fff !important;
    background-color: #42753d;
    border: 1px solid #42753d;
    border-radius: 5px;
    padding: 10px 30px;
    transition: .3s;
    font-family: Roboto Slab;
    font-size: 14px !important;
    line-height: 24px;
    display: inline-block;
    margin-top: 20px !important;
}
.banner-image .button-container a.button:hover {
    background-color: #6a9739;
    border-color: #6a9739;
}

.product-wrapper {
  flex: 1;
  max-width: 50%;
}

.product {
  margin-bottom: 0;
  /* Add your styles for product display */
}
.main-sweetmate-custom-section .product-miniature:hover .pm_options {
    box-shadow: none;
}
.main-sweetmate-custom-section .product-miniature {
    margin-bottom: 80px !important;
}
}
.sweetmate-new {
  width: 100%;
}
.sweetmate-new .sweetmate-tab {
    margin-bottom: 20px;
}
.sweetmate-new .sweetmate-tab:last-child {
    margin: 0;
}
.sweetmate-new .sweetmate-tab-header {
    cursor: pointer;
    padding: 15px;
    background: #42753d;
    box-shadow: 0 2px 30px #0102040a;
    transition: box-shadow .4s;
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
}
h3.sweetmate-tab-header.active-top {
    background: #6a9739;
}
.sweetmate-new .sweetmate-tab .sweetmate-tab-content-wrp {
    padding: 0;
    height: 100% !important;
}
.sweetmate-new .sweetmate-tab-header .fa-chevron-up {
  display: none;
}
.sweetmate-new .sweetmate-tab-header.active-top .fa-chevron-down {
  display: none;
}
.sweetmate-new .sweetmate-tab-header.active-top .fa-chevron-up {
  display: inline-block;
}
.sweetmate-new .sweetmate-tab-header span.icons {
    position: absolute;
    right: 20px;
}
.sweetmate-accordion-box-wrp {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.sweetmate-new .sweetmate-tab .sweetmate-tab-content-wrp .accordion-box {
    width: calc(50% - 30px);
    border-radius: 5px;
    margin: 0 15px;
    margin-bottom: 30px;
    box-shadow: 0 1px 20px #0000000d;
}
.sweetmate-new .sweetmate-tab .sweetmate-tab-content-wrp .accordion-box h4 {
    margin: 0;
    background: #e1f3cb;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
}
.sweetmate-new .sweetmate-tab .sweetmate-tab-content-wrp .sweetmate-tab-content {
    padding: 20px 15px;
    border-radius:0 0 5px 5px;
}
.sweetmate-new .sweetmate-tab .sweetmate-tab-content-wrp p {
    font-size: 14px !important;
    margin-bottom: 0;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
.sweetmate-new .sweetmate-tab .sweetmate-tab-content-wrp .accordion-box {
  width: calc(100% - 30px);
}
.sweetmate-new .sweetmate-tab-header {
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}
.sweetmate-new .sweetmate-tab-header span.icons {
    position: absolute;
    right: 20px;
    font-size: 10px;
}
}