/** Shopify CDN: Minification failed

Line 793:0 Unexpected "}"

**/



.kg-text-getstarted {
    background: #5a1d21;
    color: #fff;
    padding: 48px 0;
}
.kg-text-getstarted .kg-text-data {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0 30px;
}
.kg-text-getstarted .kg-text-data h2 {
    margin: 0 0 20px;
    text-transform: capitalize;
    line-height: 1.3;
    font-size: 30px;
}
.kg-text-getstarted .kg-text-data p {
    margin: 0 0 20px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.3;
}
.kg-text-getstarted .kg-text-data a {
background: #fff;
    padding: 10px 22px;
    border-radius: 22px;
    font-size: 18px;
    line-height: 1.4;
    display: inline-block;
    color: #5a1d21;
    transition: all .3s ease;
    border: 1px solid #5a1d21;
}
.kg-text-getstarted .kg-text-data a:hover {
    background: #f6f6f6;
}
footer.kg-footer {
    padding: 30px 0;
    text-align: center;
    background: #ffffff38;
    box-shadow: 0 4px 12px #00000014;
    backdrop-filter: blur(2px);
}
footer.kg-footer .kg-container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding: 0 30px;
}
footer.kg-footer .kg-footer-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 2px 0 0;
}
footer.kg-footer .kg-footer-content .footer-links a {
    display: inline-block;
    margin: 0 10px;
    color: #5a1d21;
    font-size: 15px;
}
.kg-landing-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
    width: 100%;
    padding: 16px 20px;
    gap: 2rem;
    position: relative;
}
.kg-landing-top-header button#kg-hamburger-btn {
    z-index: 1;
}
.kg-landing-top-header .kg-button-content .kg-button-text {
    background: #5a1d21;
    padding: 10px 22px;
    border-radius: 22px;
    font-size: 18px;
    line-height: 1.3;
    display: inline-block;
    color: #fff;
    transition: all .3s ease;
    border: 1px solid #5a1d21;
}
.kg-landing-top-header .kg-header-center .kg-logo-wrapper img.kg-logo-image {
    display: block;
}
.kg-landing-top-header .kg-button-content .kg-button-text:hover {
    background: transparent;
    color: #5a1d21;
}
.kg-landing-top-header nav.kg-navigation-menu ul.kg-menu-list li.kg-menu-item a.kg-menu-link {
    text-decoration: none;
    background-image: linear-gradient(#151515, #151515);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0% 1px;
    transition: background-size .3s ease-in-out;
    line-height: 24px;
    display: block;
}
.kg-landing-top-header nav.kg-navigation-menu ul.kg-menu-list li.kg-menu-item a.kg-menu-link:hover {
    background-size: 100% 1px;
}
@media screen and (max-width: 1024px) {
    .kg-text-getstarted .kg-text-data h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 899px) {
.kg-landing-top-header .kg-header-right .kg-button-content .kg-button-wrapper {
    text-align: end;
}
.kg-landing-top-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px 16px;
}
.kg-landing-top-header .kg-header-center .kg-logo-wrapper img.kg-logo-image {
    margin: auto;
    width: 100%;
    max-width: 115px;
}
}
@media screen and (max-width: 767px) {
    .kg-text-getstarted {
        padding: 40px 0;
    }
    .kg-text-getstarted .kg-text-data h2 {
        font-size: 22px;
    }
    footer.kg-footer {
        padding: 15px 0;
    }
    .kg-text-getstarted .kg-text-data {
        padding: 0 16px;
    }
    footer.kg-footer .kg-container {
        padding: 0 16px;
    }
    .kg-landing-top-header h3 {
        font-size: 15px;
    }
}
@media screen and (max-width: 425px) {
    .kg-landing-top-header h3 {
        font-size: 13px;
    }
    .kg-landing-top-header .kg-button-content .kg-button-text {
        font-size: 15px;
        padding: 8px 12px;
    }
}


.kg-form-container {
    max-width: 1600px;
    margin: auto;
    display: flex;
    padding: 48px 16px;
    flex-direction: row-reverse;
}
.kg-form-container .kg-product-image,
.kg-form-container .kg-signup-form {
    width: 50%;
}
.kg-form-container .kg-signup-form {
     background: #ffffff38;
    box-shadow: 0 4px 12px #00000014;
    padding: 40px 100px;
    backdrop-filter: blur(5px);
}
.kg-form-container .kg-product-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper form.kg-order-form label.kg-label {
     font-size: 18px;
    font-family: Syne, sans-serif;
    margin: 0 0 10px;
    display: block;
    font-weight: 600;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper form.kg-order-form .kg-input-wrapper svg  path {
    fill: #431515;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper form.kg-order-form p.kg-smalltext {
    font-size: 14px;
    color: #777;
    margin: 0 0 20px;
    line-height: 18px;
}
.kg-form-container .kg-signup-form .kg-button-wrapper .kg-button,
.kg-form-container .kg-signup-form .kg-signup-result-wrapper button.kg-button {
    width: fit-content;
    padding: 14px 38px;
    font-size: 16px;
    background: #5a1d21;
    color: #fff;
    cursor: pointer;
    font-family: Syne, sans-serif;
    text-transform: capitalize;
    border-radius: 50px;
    letter-spacing: 0;
    transition: all .3s ease;
    border: 1px solid #5a1d21;
}
.kg-form-container .kg-signup-form .kg-button-wrapper .kg-button:hover, 
.kg-form-container .kg-signup-form .kg-signup-result-wrapper button.kg-button:hover {
    background: transparent;
    color: #5a1d21;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper form.kg-order-form .kg-input-wrapper input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 0;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper form.kg-order-form .kg-input-wrapper svg {
    width: 26px;
    height: 26px;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper form.kg-order-form .kg-input-wrapper {
    border: 2px solid #ddd;
    padding: 8px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 0 4px #ddd;
    margin: 0 0 10px;
    width: 100%;
    max-width: 500px
}
.kg-form-container .kg-signup-form .kg-signup-wrapper form.kg-order-form .kg-input-wrapper input::placeholder {
    text-transform: capitalize !important;
}

.kg-form-container .kg-signup-form .kg-signup-wrapper .kg-form-bullets {
    margin: 0 0 20px;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper .kg-form-bullets ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper .kg-form-bullets ul li {
    font-size: 18px;
    font-family: Syne,sans-serif;
    padding-left: 26px;
    position: relative;
    line-height: 22px;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper .kg-form-bullets ul li::before {
    content: '';
    background-image: url(/cdn/shop/files/tick.png?v=1769765890);
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: cover;
}
.kg-form-container .kg-signup-form .kg-signup-result-wrapper .order-form2 .kg-main-data {
    font-family: 'Syne';
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    gap: 10px;
}
.kg-form-container .kg-signup-form .kg-signup-result-wrapper .order-form2 input {
    border: 2px solid #ddd;
    padding: 8px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 0 4px #ddd;
    margin: 0 0 15px;
    outline: none;
    width: 100%;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper form.kg-order-form .kg-input-wrapper input {
    outline: none;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper form.kg-order-form  p.kg-smalltext {
    font-family: Syne,sans-serif;
}
.kg-form-container .kg-signup-form .kg-error-message {
    padding: 8px 20px;
    background: #fe00290d;
    border-left: 2px solid red;
    margin-bottom: 15px;
}
.kg-form-container .kg-signup-form .kg-success-message {
    padding: 8px 20px;
    background: #4caf5026;
    border-left: 2px solid green;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    letter-spacing: 0;
    font-size: 15px;
}
.kg-form-container .kg-signup-form .kg-success-message h3 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    font-family: Syne,sans-serif;
}
.kg-form-container .kg-signup-form .kg-signup-wrapper h1.kg-form-title {
    font-size: 30px;
    margin: 0 0 16px;
    font-weight: 900;
    line-height: 1.1;
}
.kg-form-container .kg-signup-form form.kg-order-form-simple input {
    border: 2px solid #ddd;
    padding: 8px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 0 4px #ddd;
    margin: 0 0 10px;
    outline: none;
    width: 100%;
}
.kg-form-container .kg-signup-form form.kg-order-form-simple h2 {
    margin: 0 0 12px;
    letter-spacing: 0;
    font-size: 22px;
}
.kg-form-container .kg-signup-form form.kg-order-form-simple button.kg-button {
width: fit-content;
    padding: 14px 38px;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    background: #5a1d21;
    color: #fff;
    cursor: pointer;
    font-family: Syne, sans-serif;
    text-transform: capitalize;
    margin: 25px 0 0;
    letter-spacing: 0;
    border: 1px solid #5a1d21;
}
.kg-form-container .kg-signup-form form.kg-order-form-simple button.kg-button:hover {
    background: transparent;
    color: #5a1d21;
}
@media screen and (max-width: 1199px) {
    .kg-form-container .kg-signup-form {
        padding: 40px 70px;
    }
    .kg-form-container .kg-signup-form .kg-signup-wrapper h1.kg-form-title {
        font-size: 28px;
    }
}
@media screen and (max-width:991px) {
    .kg-form-container .kg-signup-form {
        padding: 20px 40px 40px;
    }
    .kg-form-container .kg-signup-form .kg-signup-wrapper h1.kg-form-title {
        font-size: 22px;
    }
}
@media screen and (max-width:767px) {
    .kg-form-container {
       flex-direction: column-reverse;
    }
    .kg-form-container .kg-product-image, 
    .kg-form-container .kg-signup-form {
        width: 100%
    }
    .kg-form-container .kg-signup-form {
        padding: 20px 20px 40px;
    }
    .kg-form-container .kg-signup-wrapper .kg-form-bullets ul li {
    font-size: 16px;
    }
   .kg-form-container .kg-signup-form .kg-signup-wrapper h1.kg-form-title {
        font-size: 20px;
        line-height: 1.2;
    }
} 

.product-section .wt-product__wrapper .wt-product section.wt-product__main .wt-product__info .wt-product__add-to-cart_form .wt-product__add-to-cart_form--wrapper quantity-counter.counter-wrapper {
    border-radius: 50px;
}
.product-section .wt-product__wrapper .wt-product section.wt-product__main .wt-product__info .wt-product__add-to-cart_form .wt-product__add-to-cart_form--wrapper button.product-form__submit {
    border-radius: 50px;
}


.kg-hamburger-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

.kg-hamburger-icon {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 18px;
    justify-content: space-between;
}

.kg-hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    transition: all 0.3s ease;
}

.kg-header-center {
    flex: 0 0 auto;
}

.kg-navigation-menu {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.kg-menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.kg-menu-item {
    margin: 0;
    padding: 0;
}

.kg-menu-link {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.kg-menu-link:hover {
    opacity: 0.7;
}

.kg-header-right {
    flex: 0 0 auto;
}

/* Drawer Styles */
.kg-drawer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.kg-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.kg-drawer.active {
    transform: translateX(0);
}

.kg-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.kg-drawer-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.kg-drawer-close {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    transition: opacity 0.3s ease;
}

.kg-drawer-close:hover {
    opacity: 0.7;
}

.kg-drawer-menu {
    padding: 1rem 0;
}

.kg-drawer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kg-drawer-menu-item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
}

.kg-drawer-menu-link {
    display: block;
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
}

.kg-drawer-menu-link:hover {
    background-color: #f5f5f5;
}



/* Desktop Styles (>= 900px) */
@media (min-width: 900px) {
    .kg-hamburger-btn {
        display: none !important;
    }
    
    .kg-drawer-overlay,
    .kg-drawer {
        display: none !important;
    }
}

.kg-collapsible-ingredient {
    padding: 50px 0px;
}
.kg-collapsible-ingredient .kg-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.kg-collapsible-ingredient .kg-t-complex-section {
    background: #5a1d21;
    padding: 50px 40px;
    border-radius: 4px;
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-section-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 40px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.4;
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: flex-start;
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid .kg-ingredient-card{
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid .kg-ingredient-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid .kg-ingredient-card .kg-ingredient-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 25px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid .kg-ingredient-card .kg-ingredient-header .kg-ingredient-name {
    font-size: 16px;
    font-weight: 900;
    color: #5a1d21;
    text-transform: uppercase;
    letter-spacing: 0;
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid .kg-ingredient-card .kg-ingredient-header .kg-chevron {
    width: 24px;
    height: 24px;
    transition: transform .3s ease;
    color: #7a2f4d;
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid .kg-ingredient-card .kg-ingredient-header .kg-chevron svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid .kg-ingredient-card.kg-active .kg-ingredient-header .kg-chevron {
    transform: rotate(180deg);
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid .kg-ingredient-card .kg-ingredient-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease,padding .3s ease;
    padding: 0 25px;
}
.kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid .kg-ingredient-card.kg-active .kg-ingredient-content {
    max-height: 500px;
    padding: 0 25px 20px;
}
.kg-t-complex-section .kg-ingredient-card .kg-ingredient-content .kg-ingredient-description {
    color: #000000;
    font-size: 15px;
    line-height: 1.4;
    font-family: Syne,sans-serif;
}
/* Mobile Styles (< 900px) */
@media (max-width: 899px) {
    .kg-hamburger-btn {
        display: block;
        flex: 0 0 auto;
    }
    
    .kg-header-center {
        flex: 1 1 auto;
        text-align: center;
    }
    
    .kg-navigation-menu {
        display: none;
    }
    
    .kg-header-right {
        flex: 0 0 auto;
    }

    .kg-drawer-overlay.active {
        display: block;
        z-index: 999;
        opacity: 1;
    }
    .kg-collapsible-ingredient .kg-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0px;
}

}
@media (max-width: 767px) {
    .kg-collapsible-ingredient .kg-t-complex-section .kg-ingredients-grid {
        grid-template-columns: 1fr;
    }

   .kg-collapsible-ingredient .kg-t-complex-section {
        padding: 30px 20px;
    }
    .kg-collapsible-ingredient .kg-t-complex-section .kg-section-title {
    font-size: 20px;
}
}
.kg-product-content {
    /* background: url(/cdn/shop/files/test_sma_loggor.jpg?v=1760091408) !important;
    background-repeat: repeat !important;
    background-position: center top !important;
    background-size: 420px auto !important;
    background-attachment: fixed !important;
    background-color: #ffffff00 !important; */
    padding: 70px 0;
    position: relative;
}
.kg-product-content .kg-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.kg-product-content .kg-about-section {
    background: transparent;
}
.kg-product-content .kg-about-section .kg-content-wrapper {
    display: grid;
    grid-template-columns: 480px 1fr;
    padding: 0;
    gap: 30px;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column .kg-section-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px;
    line-height: 0.9;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column .kg-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    letter-spacing: 0;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column .kg-benefits-list {
    list-style: none;
    margin-bottom: 35px;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column .kg-benefits-list .kg-benefit-item {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column .kg-benefits-list .kg-benefit-item::before {
    content: "\25a0";
    position: absolute;
    left: 0;
    color: #5a1d21;
    font-size: 10px;
    top: 2px;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column .kg-cta-button {
 width: fit-content;
    padding: 14px 38px;
    font-size: 16px;
    background: #5a1d21;
    color: #fff;
    cursor: pointer;
    font-family: Syne, sans-serif;
    text-transform: capitalize;
    border-radius: 50px;
    letter-spacing: 0;
    transition: all .3s ease;
    border: 1px solid #5a1d21;
    display: inline-block;
    line-height: 1.1;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column .kg-cta-button:hover {
    background: transparent;
    color: #5a1d21;
}
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column {
    padding: 40px;
    background: #5a1d21;
    border-radius: 4px;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px;
}
.kg-product-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column {
    padding: 30px 0;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table {
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table .kg-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 10px;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table .kg-table-header .kg-header-label {
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table .kg-table-header .kg-header-value {
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table .kg-nutrition-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table .kg-nutrition-row:last-child {
    border-bottom: none;
}   
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table .kg-nutrition-row .kg-ingredient-name {
    color: white;
    font-size: 15px;
}

.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table .kg-nutrition-row .kg-ingredient-amount {
    color: white;
    font-size: 15px;
    text-align: right;
}

.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table .kg-footnote {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin-top: 15px;
    padding-top: 10px;
}
@media (max-width: 1199px) {
.kg-product-content .kg-about-section .kg-content-wrapper {
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
    .kg-product-content .kg-about-section .kg-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .kg-product-content {
        padding: 40px 0;
    }
    .kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column .kg-section-title{
        font-size: 24px;
    }
    .kg-product-content .kg-about-section .kg-content-wrapper .kg-left-column {
        padding: 0;
    }
    .kg-about-section .kg-left-column .kg-cta-button {
        max-width: 100%;
    }
    .kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column {
    padding: 40px 14px;
    }
    .kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-title {
    font-size: 22px;
    line-height: 1.1;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table {
    padding: 15px;
}
.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column .kg-nutrition-table .kg-table-header {
    gap: 12px;
}
}

.kg-form-container .kg-signup-form .kg-signup-result-wrapper .kg-terms-wrapper label {
    align-items: center !important;
    gap: 10px;
    width: fit-content;
}
.kg-form-container .kg-signup-form .kg-signup-result-wrapper .kg-terms-wrapper input {
    margin: 0 !important;
    width: fit-content;
    background: transparent;
    box-shadow: none;
    appearance: none;
    padding: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}
.kg-form-container .kg-signup-form .kg-signup-result-wrapper .kg-terms-wrapper input::after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    left: 1px;
    background: url('https://cdn.shopify.com/s/files/1/1004/9349/2564/files/Frame.png?v=1770611139') no-repeat center;
    background-size: contain;
    opacity: 0;
}
.kg-form-container .kg-signup-form .kg-signup-result-wrapper .kg-terms-wrapper input:checked::after {
    opacity: 1;
}

.kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column {
    padding: 20px 25px;
}
@media screen and (max-width: 1024px) {
    .kg-product-content .kg-about-section .kg-content-wrapper .kg-right-column {
        padding: 18px;
    }
}