/** Shopify CDN: Minification failed

Line 9620:55 Expected ")" to end URL token

**/
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-Light.ttf?v=1782463944') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-Regular.ttf?v=1782463944') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-Medium.ttf?v=1782463944') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-SemiBold.ttf?v=1782463945') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-Bold.ttf?v=1782463944') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-LightItalic.ttf?v=1782463944') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-Italic.ttf?v=1782463943') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-MediumItalic.ttf?v=1782463943') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-SemiBoldItalic.ttf?v=1782463943') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-BoldItalic.ttf?v=1782463943') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* container common css start */
.page-width {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
@media screen and (width>=768px) {
    .page-width {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
@media screen and (width>=1024px) {
    .page-width {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
}
@media screen and (width>=1280px) {
    .page-width {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}
/* container common css end */

/* home - workshop section css start */
section.kg-our-workshop-section {
    padding: 48px 0;
    background: #fafafa;
    overflow: hidden;
    position: relative;
}
section.kg-our-workshop-section .kg-heading-top-area {
    margin-bottom: 32px;
    text-align: center;
}
section.kg-our-workshop-section .kg-heading-top-area h2.kg-heading {
    font-size: 40px;
    line-height: 36px;
    font-family: 'Cormorant Garamond';
    font-weight: 300;
    letter-spacing: .005em;
    color: #111;
    margin: 0;
}
section.kg-our-workshop-section .kg-heading-top-area p {
    font-size: 15px;
    color: #888;
    line-height: 1.625;
    font-weight: 400;
    font-family: 'Cormorant Garamond';
    max-width: 576px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    letter-spacing: 0;
}
section.kg-our-workshop-section .kg-workshop-grid {
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
}
section.kg-our-workshop-section .kg-workshop-grid .kg-workshop-box-main {
    transition: all .1s cubic-bezier(.16, 1, .3, 1);
}
section.kg-our-workshop-section .kg-workshop-grid .kg-workshop-box-main .kg-workshop-image {
    border-radius: 8px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    position: relative;
}
section.kg-our-workshop-section .kg-workshop-grid .kg-workshop-box-main .kg-workshop-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .7s cubic-bezier(0, 0, .2, 1);
    display: block;
}
section.kg-our-workshop-section .kg-workshop-grid .kg-workshop-box-main .kg-workshop-content {
    margin-top: 8px;
}
section.kg-our-workshop-section .kg-heading-top-area span.kg-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .25em;
    color: #888;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 300;
}
section.kg-our-workshop-section .kg-workshop-grid .kg-workshop-box-main .kg-workshop-content h3.kg-main-title {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Cormorant Garamond';
    margin: 0 0 4px;
    font-weight: 300;
    letter-spacing: .005em;
    color: #111;
}
section.kg-our-workshop-section .kg-workshop-grid .kg-workshop-box-main .kg-workshop-content p {
    color: #555;
    line-height: 1.375;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Cormorant Garamond';
    margin: 0;
    letter-spacing: 0;
}
section.kg-our-workshop-section .kg-swipe-controll {
    display: none;
}
section.kg-our-workshop-section .kg-workshop-grid .kg-workshop-box-main:hover .kg-workshop-image img {
    transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
    section.kg-our-workshop-section {
        padding: 40px 0;
    }
    section.kg-our-workshop-section .kg-heading-top-area h2.kg-heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-our-workshop-section .kg-workshop-grid {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    section.kg-our-workshop-section .kg-workshop-grid {
        will-change: scroll-position;
        overflow-x: auto;
        display: flex;
        gap: 12px;
        padding: 0 16px;
        padding-bottom: 8px;
        scrollbar-width: none;
        margin: 0 -16px;
    }
    section.kg-our-workshop-section .kg-workshop-grid .kg-workshop-box-main {
        max-width: 300px;
        min-width: 260px;
        width: 76vw;
    }
    section.kg-our-workshop-section .kg-workshop-grid .kg-workshop-box-main {
        max-width: 300px;
        min-width: 260px;
        width: 76vw;
    }
    section.kg-our-workshop-section .kg-heading-top-area h2.kg-heading {
        font-size: 24px;
        line-height: 1.08;
    }
    section.kg-our-workshop-section .kg-heading-top-area p {
        font-size: 14px;
    }
    section.kg-our-workshop-section .kg-heading-top-area {
        margin-bottom: 24px;
    }
    section.kg-our-workshop-section .kg-swipe-controll {
        color: #d0d0d0;
        gap: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8px;
    }
    section.kg-our-workshop-section .kg-swipe-controll span.kg-icon {
        width: 16px;
        height: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section.kg-our-workshop-section .kg-swipe-controll span {
        letter-spacing: .2em;
        text-transform: uppercase;
        font-size: 10px;
        font-family: 'Cormorant Garamond';
        font-weight: 300;
        line-height: 1.6;
    }
}
/* home - workshop section css end */

/* footer css start */
footer.kg-footer.footer {
    background: #1a1a1a;
    padding: 0;
    border: 0;
}
footer.kg-footer.footer .kg-footer__content-top {
    padding: 0;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper {
    padding: 80px 0;
    border-top: 1px solid #333;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    display: grid;
    column-gap: 40px;
    row-gap: 40px;
    border-bottom: 1px solid #333;
    margin: 0;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper .kg-footer-block {
    max-width: 100%;
    width: 100%;
    margin: 0;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper .kg-footer-block ul.footer-block__details-content {
    margin: 0;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper .kg-footer-block h2.footer-block__heading {
    color: #ccc;
    letter-spacing: .25em;
    text-transform: uppercase;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.15;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper .kg-footer-block ul.footer-block__details-content li {
    margin: 0;
    line-height: normal;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper .kg-footer-block ul.footer-block__details-content li:not(:first-child) {
    margin: 10px 0 0;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper .kg-footer-block ul.footer-block__details-content li .list-menu__item {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    color: #eee;
    line-height: 1.375;
    font-size: 13px;
    display: block;
    font-family: 'Cormorant Garamond';
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper .kg-footer-block ul.footer-block__details-content li .list-menu__item:hover {
    color: #fff;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter {
    margin: 0;
    padding-top: 56px;
    padding-bottom: 56px;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    display: grid;
    gap: 32px;
    align-items: center;
    width: 100%;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .kg-footer-block__newsletter {
    grid-column: span 5 / span 5;
    text-align: left;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .kg-footer-block__newsletter h2.footer-block__heading {
    color: #ccc;
    letter-spacing: .3em;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 0 0 8px;
    line-height: 1.6;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .kg-footer-block__newsletter p.kg-inline-richtext {
    color: #ddd;
    line-height: 1.7;
    font-size: 14px;
    max-width: 384px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter {
    grid-column: span 7 / span 7;
    max-width: 100%;
    margin: unset;
    display: block;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper {
    max-width: 512px;
    margin-left: auto;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper .field::before,
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper .field::after,
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper .field label {
    display: none;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper .field {
    display: flex;
    align-items: stretch;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper .field input {
    color: #fff;
    font-size: 13px;
    transition: all .13s cubic-bezier(.4, 0, .2, 1);
    padding: 12px 20px;
    background-color: #111;
    border: 1px solid #444;
    border-right-width: 0;
    height: auto;
    margin: 0;
    min-height: auto;
    outline: none;
    box-shadow: none;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    letter-spacing: 0;
    min-width: auto;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper .field .newsletter-form__button {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    color: #eee;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 12px 24px;
    width: auto;
    background-color: #2a2a2a;
    border: 1px solid #444;
    cursor: pointer;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left-width: 0;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter h3#ContactFooter-success {
    margin-left: auto;
    color: #ddd;
    line-height: 1.7;
    font-size: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 9px;
    max-width: 512px;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper .field .newsletter-form__button:hover {
    background-color: #3a3a3a;
    color: rgb(255 255 255 / 1);
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper .field input::placeholder {
    opacity: 1;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 32px;
    align-items: flex-start;
    display: grid;
    padding: 48px 0;
    border-top: 1px solid #333;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details {
    grid-column: span 4 / span 4;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details h3.kg-contact-title {
    color: #ccc;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 0 0 20px;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details .kg-inner-info {
    margin: 0 0 20px;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details .kg-inner-info a {
    display: block;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    color: #eee;
    font-size: 13px;
    cursor: pointer;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
    text-decoration: none;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details .kg-inner-info a:hover {
    color: #fff;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details .kg-inner-info a:not(:first-child) {
    margin-top: 10px;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details .kg-loacation-info h3 {
    letter-spacing: .2em;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 0 0 8px;
    line-height: 1.6;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details .kg-loacation-info p {
    line-height: 1.625;
    font-size: 13px;
    color: #eee;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
    margin: 6px 0 0;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details .kg-loacation-info p.kg-wide-info {
    gap: 6px;
    display: flex;
    align-items: center;
    line-height: 1.7;
    color: #ccc;
    font-size: 12px;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details .kg-loacation-info p.kg-wide-info span {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details .kg-loacation-info p.time {
    color: #aaa;
    font-size: 11px;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-social-icon {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-social-icon h3.kg-footer-social-title {
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 500;
    font-size: 10px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 0 0 20px;
    line-height: 1.6;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-social-icon ul.footer__list-social {
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-social-icon ul.footer__list-social li.list-social__item .list-social__link {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #444;
    border-radius: 50px;
    color: #ddd;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    padding: 0;
    justify-content: center;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-social-icon ul.footer__list-social li.list-social__item .list-social__link:hover {
    border-color: #666;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-social-icon ul.footer__list-social li.list-social__item .list-social__link span.svg-wrapper {
    width: 16px;
    height: 16px;
}
footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-social-icon ul.footer__list-social li.list-social__item .list-social__link span.svg-wrapper svg {
    width: 100%;
    height: 100%;
    transform: none;
}
footer.kg-footer.footer .kg-footer-bottom-link {
    border-top: 1px solid #333;
}
footer.kg-footer.footer .kg-footer-bottom-link .page-width {
    padding: 28px 0;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid p {
    color: #aaa;
    letter-spacing: .025em;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.7;
    margin: 0;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid .kg-footer-privacy-link {
    display: flex;
    align-items: center;
    gap: 24px;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid .kg-footer-privacy-link a {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    color: #aaa;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
    text-decoration: none;
    letter-spacing: 0;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid .kg-footer-privacy-link a:hover {
    color: #fff;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid .kg-back-top-btn {
    gap: 6px;
    display: flex;
    align-items: center;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #aaa;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    font-weight: 300;
    line-height: 1.6;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid .kg-back-top-btn {
    gap: 6px;
    display: flex;
    align-items: center;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #aaa;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    font-weight: 300;
    line-height: 1.6;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid .kg-back-top-btn span svg {
    width: 9px;
    height: 9px;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid .kg-back-top-btn:hover {
    color: #fff;
}
footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid .kg-back-top-btn:hover svg path {
    fill: #fff;
}
@media screen and (max-width: 1023px) {
    footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper {
        padding: 64px 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media screen and (max-width: 767px) {
    footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper {
        padding: 48px 0;
    }
    footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid {
        padding: 40px 0;
    }
    footer.kg-footer.footer .kg-footer-bottom-link .kg-footer-link-grid {
        flex-direction: column;
    }
    footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .kg-footer-block__newsletter,
    footer.kg-footer.footer .kg-footer__content-top .kg-footer-block--newsletter .footer-block__newsletter .footer__newsletter {
        grid-column: unset;
    }
}
@media screen and (max-width: 639px) {
    footer.kg-footer.footer .kg-footer__content-top .kg-footer__blocks-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-social-icon {
        grid-column: unset;
        grid-column-start: unset;
    }
    footer.kg-footer.footer .kg-footer__content-top .kg-footer-contact-info-grid .kg-footer-contact-details {
        grid-column: unset;
    }
}
/* footer css end */

/* header css start */
.announcement-bar-section {
    position: sticky;
    top: 0;
}
.announcement-bar-section .kg-announcement {
    background-color: #111;
    height: 44px;
    border: 0;
}
.announcement-bar-section .kg-announcement .utility-bar__grid {
    overflow: hidden;
    padding: 0 16px;
    height: 100%;
    display: block;
}.announcement-bar-section .kg-announcement .kg-announcement-bar .kg-announcement-bar-slider .announcement-bar__message {
    letter-spacing: .15em;
    font-size: 11px;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.announcement-bar-section .kg-announcement .kg-announcement-bar .kg-announcement-bar-slider .announcement-bar__message .kg-announcement-bar-text span {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-style: normal;
}
.announcement-bar-section .kg-announcement .kg-announcement-bar .kg-announcement-bar-slider .announcement-bar__message span {
    letter-spacing: .15em;
}
.announcement-bar-section .kg-announcement .utility-bar__grid button.slider-button {
    display: none;
}
.announcement-bar-section .kg-announcement .kg-announcement-bar .kg-announcement-bar-slider .announcement-bar__message span.kg-announcement-bar-icon {
    background-color: #fff9;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.kg-header-main {
    box-shadow: 0 1px 0 #00000005;
    border-bottom: 1px solid #0000000d;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
    position: sticky;
    top: 44px;
}
.kg-header-main sticky-header.kg-header-wrapper {
    border: 0;
    background-image: url(/cdn/shop/files/edited_0312246cf63fb016e9fc258103c95d3e_7d9b1d5e.jpg?v=1782474530);
    background-size: 200%;
    background-position: 0% 50%;
    animation: 30s ease-in-out 0s infinite normal none running marbleShift;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header {
    padding: 0;
    display: block;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper header-drawer {
    width: 120px;
    display: flex;
    align-items: center;
    margin: 0;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .header__icon span svg {
    transform: none;
    width: 16px;
    height: 16px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container {
    display: none;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .header__heading-link {
    padding: 0;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .header__heading-link span.h2 {
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .header__heading-link span span.kg-header-logo-text {
    font-size: 21px;
    letter-spacing: .02em;
    line-height: 1;
    font-family: Cormorant Garamond, Georgia, serif;
    white-space: nowrap;
    color: #111;
    font-weight: 300;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .header__heading-link span span.kg-header-logo-text span.kg-header-logo-text-italic {
    font-style: italic;
    font-weight: 400;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .header__heading-link span span.kg-header-logo-text span.kg-header-logo-text-normal {
    font-weight: 300;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .header__heading-link span.h2 span.kg-header-logo-subtext {
    font-size: 10px;
    color: #888;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 2px 0 0;
    line-height: 1.6;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons {
    padding: 0;
    width: 120px;
    justify-content: end;
    gap: 20px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__icon {
    margin: 0;
    width: 16px;
    height: 16px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__icon .cart-count-bubble {
    color: rgb(0 0 0 / 1);
    background-color: #e5e7eb;
    font-size: 10px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    line-height: 1.6;
    font-family: Cormorant Garamond, Georgia, serif;
    right: -12px;
    left: unset;
    top: -8px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__icon span.svg-wrapper {
    width: 100%;
    height: 100%;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__search {
    display: block;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__icon account-icon {
    width: 16px;
    height: 16px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__icon account-icon svg.icon {
    width: 100%;
    height: 100%;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list {
    border-top: 1px solid #0000000d;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu {
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu {
    gap: 48px;
    height: 48px;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li header-menu {
    height: 100%;
    display: block;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .header__menu-item {
    padding: 0;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    font-family: Cormorant Garamond, Georgia, serif;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    color: #111;
    gap: 4px;
    position: relative;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .header__menu-item svg.icon {
    position: relative;
    right: 0;
    top: 0;
    height: 5px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .header__menu-item span {
    text-decoration: none;
    letter-spacing: .15em;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu>li .header__menu-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #0000004d;
    width: 100%;
    height: 1px;
    transition: all .3s cubic-bezier(.16, 1, .3, 1);
    transform: scaleX(0);
    transform-origin: 0;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu>li .header__menu-item:hover::after {
    transform: scaleX(1);
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .header__icon {
    width: 20px;
    height: 20px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content {
    position: fixed;
    top: 104px;
    opacity: 0;
    right: 0;
    left: 0;
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
    z-index: -2;
    visibility: hidden;
    max-height: unset;
    transition: all .4s cubic-bezier(.16, 1, .3, 1);
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .kg-megamenu-overlay {
    position: fixed;
    inset: 0;
    transition: all .3s cubic-bezier(.16, 1, .3, 1);
    display: block;
    z-index: -2;
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu:hover .kg-megamenu-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 8;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu:hover .mega-menu__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner {
    max-width: 1520px;
    padding: 0 32px;
    margin: auto;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content {
    background-image: url(/cdn/shop/files/edited_0312246cf63fb016e9fc258103c95d3e_7d9b1d5e.jpg?v=1782474530);
    background-size: 200%;
    background-position: 0% 50%;
    animation: 30s ease-in-out 0s infinite normal none running marbleShift;
    box-shadow: 0 40px 120px #0000001a;
    border: 1px solid #e8e8e6cc;
    display: flex;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid {
    flex: 1;
    padding: 40px 46px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid;
    flex: 1;
    column-gap: 40px;
    padding: 0;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid .kg-footer-mega-footer {
    padding-top: 20px;
    border-top: 1px solid #e8e8e699;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid .kg-footer-mega-footer span.kg-footer-design-count {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid .kg-footer-mega-footer .kg-footer-view-all {
    color: #2a2a2a;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    text-decoration: none;
    line-height: 1.6;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list li {
    width: 100%;
    padding: 0;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list>li>a.mega-menu__link {
    font-family: Cormorant Garamond, Georgia, serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .22em;
    padding: 0 0 16px;
    border-bottom: 1px solid #e8e8e6b3;
    margin: 0 0 32px;
    font-size: 11px;
    color: #111;
    line-height: 1.6;
    text-decoration: none;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list li ul li a.mega-menu__link {
    padding: 12px 10px;
    border-radius: 6px;
    margin-left: -10px;
    margin-right: -.625rem;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    color: #2a2a2a;
    line-height: 1.375;
    letter-spacing: .01em;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Cormorant Garamond';
    text-decoration: none;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list li ul li a.kg-mega-sub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list li ul li a.kg-mega-sub-link .kg-mega-sub-link__title {
    min-width: 0;
    flex: 1;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list li ul li a.kg-mega-sub-link .kg-mega-count {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    color: #888;
    font-family: Cormorant Garamond, Georgia, serif;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: translateX(-4px);
    opacity: 0;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list li ul li a.kg-mega-sub-link:hover .kg-mega-count {
    transform: translate(0);
    opacity: 1;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right .kg-right-image-wrap .kg-mega-dynamic-image {
    transition: opacity .28s ease;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list li ul li a.mega-menu__link:hover {
    background-color: #e8e8e666;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right {
    background-image: url(/cdn/shop/files/edited_0312246cf63fb016e9fc258103c95d3e_7d9b1d5e.jpg?v=1782474530);
    background-size: 200%;
    background-position: 0% 50%;
    animation: 30s ease-in-out 0s infinite normal none running marbleShift;
    width: 460px;
    padding: 28px;
    display: flex;
    flex-direction: column;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right .kg-right-image-wrap {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    flex: 1;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right .kg-right-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    inset: 0;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right .kg-right-image-wrap .kg-right-floating-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    backdrop-filter: blur(40px);
    color: #ffffffe6;
    padding: 10px 16px;
    background-color: #ffffff14;
    border: 1px solid #ffffff1f;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 50px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right .kg-right-image-bottom {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right .kg-right-image-wrap .kg-right-floating-badge span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right .kg-right-image-bottom .kg-right-image-category {
    color: #555;
    letter-spacing: .25em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 9px;
    line-height: 1.6;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right .kg-right-image-bottom .kg-right-image-btn {
    color: #555;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 9px;
    line-height: 1.6;
    text-decoration: none;
}
@keyframes marbleShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer {
    max-width: 400px;
    width: 85vw;
    box-shadow: 0 25px 50px -12px #00000040;
    left: unset;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    background-image: url(https://odt7p1jlaucbohl3-73546989622.shopifypreview.com/cdn/shop/files/edited_0312246cf63fb016e9fc258103c95d3e_7d9b1d5e.jpg?v=1782474530);
    background-size: 200%;
    background-position: 0% 50%;
    animation: 30s ease-in-out 0s infinite normal none running marbleShift;
    transform: translate(100%);
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container.menu-opening .kg-menu-drawer {
    transform: translate(0);
}
.section-header.shopify-section-group-header-group.kg-header-main.menu-open {
    z-index: 99;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner {
    flex-direction: column;
    display: flex;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__footer {
    border-top: 1px solid #e8e8e64d;
    padding: 20px 24px;
    background-color: rgb(255 255 255 / 1);
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__footer .kg-menu-drawer__cta {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    letter-spacing: 0.325px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: Cormorant Garamond, Georgia, serif;
    text-align: center;
    width: 100%;
    border-radius: 0;
    background-color: #111;
    padding: 14px 0;
    line-height: 1.6;
    height: auto;
    min-height: auto;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__footer .kg-menu-drawer__cta:hover {
    background-color: #2a2a2a;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body {
    display: block;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .kg-menu-drawer__top {
    padding: 28px 24px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .kg-menu-drawer__top button.kg-menu-drawer__close-btn {
    background-color: #0000;
    background-image: none;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .kg-menu-drawer__top button.kg-menu-drawer__close-btn svg {
    width: 12px;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .kg-menu-drawer__top span.kg-menu-drawer__top-spacer {
    display: none;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .kg-menu-drawer__top .kg-menu-drawer__logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .kg-menu-drawer__top .kg-menu-drawer__logo span.kg-menu-drawer__logo-text {
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1;
    font-family: Cormorant Garamond, Georgia, serif;
    white-space: nowrap;
    color: #111;
    font-weight: 300;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .kg-menu-drawer__top .kg-menu-drawer__logo span.kg-menu-drawer__logo-text span.kg-menu-drawer__logo-text-italic {
    font-style: italic;
    font-weight: 400;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .kg-menu-drawer__top .kg-menu-drawer__logo span.kg-menu-drawer__logo-subtext {
    font-size: 9px;
    color: #888;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 2px 0 0;
    line-height: 1.6;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation {
    padding: 0;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation p.kg-menu-drawer__label {
    padding: 4px 24px 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 9px;
    font-weight: 500;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu {
    padding: 0 24px;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu li.kg-menu-drawer__item .menu-drawer__menu-item {
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    background: transparent;
    letter-spacing: 0;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .header__icon::before {
    backdrop-filter: blur(4px);
    background: transparent;
    top: 0;
    height: 100vh;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu li.kg-menu-drawer__item .kg-menu-drawer__panel>ul.kg-menu-drawer__sublist {
    padding: 4px 0 8px;
    border-bottom: 1px solid #e8e8e680;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu li.kg-menu-drawer__item .kg-menu-drawer__panel ul.kg-menu-drawer__sublist li.kg-menu-drawer__subitem .kg-menu-drawer__summary--nested {
    font-size: 9px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #111;
    font-weight: 500;
    justify-content: space-between;
    margin: 0 0 10px;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu li.kg-menu-drawer__item .kg-menu-drawer__panel ul.kg-menu-drawer__sublist li.kg-menu-drawer__subitem .kg-menu-drawer__panel--nested ul.kg-menu-drawer__sublist.kg-menu-drawer__sublist--nested {
    padding: 0;
    border: 0;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu li.kg-menu-drawer__item .kg-menu-drawer__panel ul.kg-menu-drawer__sublist li.kg-menu-drawer__subitem .kg-menu-drawer__panel--nested ul.kg-menu-drawer__sublist.kg-menu-drawer__sublist--nested li .kg-menu-drawer__sublink--nested {
    justify-content: space-between;
    color: #1a1a1a;
    font-size: 14px;
    padding: 10px 0;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu li.kg-menu-drawer__item .kg-menu-drawer__panel ul.kg-menu-drawer__sublist li.kg-menu-drawer__subitem .kg-menu-drawer__panel--nested ul.kg-menu-drawer__sublist.kg-menu-drawer__sublist--nested li .kg-menu-drawer__sublink--nested span.kg-menu-drawer__count {
    font-size: 10px;
    color: #1a1a1a;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu li.kg-menu-drawer__item .kg-menu-drawer__panel>ul.kg-menu-drawer__sublist li.kg-menu-drawer__subitem:not(:first-child) {
    margin: 20px 0 0;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu li.kg-menu-drawer__item .menu-drawer__menu-item span.kg-menu-drawer__chevron {
    right: 0;
    width: 16px;
    height: 16px;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation ul.kg-menu-drawer__menu li.kg-menu-drawer__item .menu-drawer__menu-item span.kg-menu-drawer__chevron svg {
    display: block;
    color: #1a1a1a;
    height: 6px;
    right: 0;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation .kg-menu-drawer__sublist--account {
    padding: 32px 24px 16px;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation .kg-menu-drawer__sublist--account .kg-menu-drawer__sublink {
    padding: 0;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    color: #1a1a1a;
    font-weight: 300;
    font-size: 13px;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
    gap: 10px;
    letter-spacing: 0;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation .kg-menu-drawer__sublist--account .kg-menu-drawer__sublink span.kg-account-icon {
    width: 16px;
    height: 16px;
    display: flex;
}
.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container .kg-menu-drawer .kg-menu-drawer__inner .kg-menu-drawer__body .menu-drawer__navigation .kg-menu-drawer__sublist--account .kg-menu-drawer__sublink span.kg-account-icon svg {
    width: 14px;
    height: 14px;
}
@media screen and (max-width: 1279px) {
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu {
        gap: 32px;
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid ul.mega-menu__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-mega-menu-inner-content-grid {
        padding: 40px 56px;
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list nav.header__inline-menu ul.list-menu li .mega-menu .mega-menu__content .kg-mega-menu-inner .kg-mega-menu-inner-content .kg-right-mega-right {
        width: 380px;
    }
}
@media screen and (max-width: 1023px) {
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-menu-list {
        display: none;
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper header-drawer .menu-drawer-container {
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .announcement-bar-section .kg-announcement {
        height: 40px;
    }
    .announcement-bar-section .kg-announcement .kg-announcement-bar .kg-announcement-bar-slider .announcement-bar__message {
        font-size: 9px;
        letter-spacing: .08em;
        gap: 8px;
    }
    .announcement-bar-section .kg-announcement .kg-announcement-bar .kg-announcement-bar-slider .announcement-bar__message span.kg-announcement-bar-icon {
        width: 4px;
        height: 4px;
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper header-drawer {
        width: 88px;
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons {
        width: 88px;
        gap: 16px;
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__icon.header__icon--account {
        display: none;
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .header__heading-link span span.kg-header-logo-text {
        font-size: 17px;
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .header__heading-link span.h2 span.kg-header-logo-subtext {
        font-size: 9px;
    }
    .kg-header-main {
        top: 40px;
    }
    .kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper {
        height: 56px;
    }
    .announcement-bar-section .kg-announcement .kg-announcement-bar .kg-announcement-bar-slider .announcement-bar__message .kg-announcement-bar-text span {
        font-size: 12px;
    }
}
/* header css end */

/* home - hero section css start */
.kg-banner-section .kg-banner.banner {
    min-height: 520px;
    height: 85dvh;
}
.kg-banner .kg-banner__content .kg-banner__box h2.banner__heading {
    font-family: Cormorant Garamond, Georgia, serif;
    color: #fff;
    letter-spacing: .005em;
    font-weight: 300;
    margin: 0;
    font-size: 36px;
    line-height: 1.02;
}
.kg-banner .kg-banner__content .kg-banner__box.banner__box {
    padding: 0;
    max-width: 768px;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    text-align: left;
    justify-content: end;
    display: flex;
    flex-direction: column;
}
.kg-banner .kg-banner__content .kg-banner__box .banner__text.rte.subtitle p {
    text-transform: uppercase;
    letter-spacing: .25em;
    color: #ffffff80;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
}
.kg-banner-section .kg-banner.banner:after {
    background: linear-gradient(to bottom, #00000040, #0000001a, #0009);
    opacity: 1 !important;
}
.kg-banner-section .kg-banner.banner .kg-banner__media.banner__media::after {
    display: none;
}
.kg-banner .kg-banner__content .kg-banner__box .banner__text.rte.body p {
    font-family: Cormorant Garamond, Georgia, serif;
    color: #ffffff8c;
    font-weight: 400;
    max-width: 576px;
    letter-spacing: 0;
    line-height: 1.8;
    font-size: 14px;
}
.kg-banner .kg-banner__content .kg-banner__box .banner__buttons a.button {
    padding: 14px 32px;
    letter-spacing: 1.98px;
    font-family: Cormorant Garamond, Georgia, serif;
    border-radius: 9999px;
    white-space: nowrap;
    font-size: 11px;
    gap: 10px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    font-weight: 300;
    line-height: 1.6;
    min-width: auto;
}
.kg-banner .kg-banner__content .kg-banner__box.banner__box .banner__text.rte.subtitle {
    margin: 0 0 20px;
}
.kg-banner .kg-banner__content .kg-banner__box a.button.button--secondary {
    border: 1px solid #fff3;
}
.kg-banner .kg-banner__content .kg-banner__box .banner__buttons {
    margin-top: 36px;
    gap: 16px;
    max-width: 100%;
}
.kg-banner .kg-banner__content .kg-banner__box .banner__buttons a.button::before,
.kg-banner .kg-banner__content .kg-banner__box .banner__buttons a.button::after {
    display: none;
}
.kg-banner .kg-banner__content .kg-banner__box h2.banner__heading em {
    font-style: italic;
    display: block;
}
.kg-banner__media img {
    -o-object-position: top;
    object-position: top;
}
.kg-banner .kg-banner__content .kg-banner__box .banner__buttons a.button svg {
    width: 9px;
    height: auto;
    stroke-width: 1px;
}
.kg-banner .kg-banner__content .kg-banner__box .banner__buttons a.button svg path {
    fill: #000000bd;
}
.kg-banner .kg-banner__content .kg-banner__box.banner__box .banner__text.rte.body {
    margin-top: 20px;
}
.kg-banner-section .kg-banner.banner .kg-banner__content {
    padding: 0 0 40px;
}
@media screen and (width >=640px) {
    .kg-banner .kg-banner__content .kg-banner__box h2.banner__heading {
        font-size: 48px;
        line-height: 1;
    }
    .kg-banner .kg-banner__content .kg-banner__box .banner__text {
        margin: 20px 0 0;
    }
}
@media screen and (width >=768px) {
    .kg-banner .kg-banner__content .kg-banner__box h2.banner__heading {
        font-size: 60px;
        line-height: 1;
    }
    .kg-banner-section .kg-banner.banner .kg-banner__content {
        padding: 0 0 56px;
    }
    .kg-banner .kg-banner__content .kg-banner__box .banner__text {
        margin-top: 28px;
    }
    .kg-banner .kg-banner__content .kg-banner__box .banner__text.rte.body p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (width >=1024px) {
    .kg-banner-section .kg-banner.banner .kg-banner__content {
        padding: 0 0 80px;
    }
    .kg-banner .kg-banner__content .kg-banner__box h2.banner__heading {
        font-size: 72px;
        line-height: 1;
    }
}
@media screen and (max-width: 767px) {
    .kg-banner .kg-banner__content .kg-banner__box .banner__buttons {
        gap: 12px;
        margin-top: 28px;
    }
}
@media screen and (max-width: 639px) {
    .kg-banner .kg-banner__content .kg-banner__box .banner__buttons {
        flex-direction: column;
        width: 100%;
    }
}
/* home - hero section css end */

/* home - best seller section css start */
.kg-bestsellers {
    background-color: #fafafa;
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: hidden;
}
.kg-bestsellers .kg-bestsellers__container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 32px;
    gap: 24px;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-left {
    display: flex;
    flex-direction: column;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-left .kg-bestsellers__eyebrow {
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1.6;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-left .kg-bestsellers__heading {
    font-size: 40px;
    font-weight: 300;
    line-height: 36px;
    color: #111;
    margin: 0;
    padding: 0;
    letter-spacing: .005em;
    font-family: Cormorant Garamond;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-right {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-right .kg-bestsellers__tagline {
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    max-width: 384px;
    text-align: right;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-right .kg-bestsellers__nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-right .kg-bestsellers__nav .kg-bestsellers__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e5e7eb;
    background-color: transparent;
    color: #1c1c1c;
    cursor: pointer;
    border-radius: 0;
    transition: background-color .2s ease, color .2s ease;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-right .kg-bestsellers__nav .kg-bestsellers__nav-btn:hover {
    background-color: rgb(255 255 255/ 1);
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__swiper {
    width: 100%;
    overflow: visible;
    max-width: 100%;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__swiper .kg-bestsellers__swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__swiper .kg-bestsellers__swiper-wrapper .kg-bestsellers__slide {
    flex-shrink: 0;
    width: 280px;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__swiper .kg-bestsellers__swiper-wrapper .kg-bestsellers__slide .kg-bestsellers__slide-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card {
    width: 100%;
    flex-shrink: 0;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot:hover .kg-bestsellers__card {
    transform: translateY(-5px);
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-image-wrap {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #e8e5e0;
    display: block;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-image-wrap img.kg-bestsellers__card-img.kg-bestsellers__card-img--hover {
    position: absolute;
    opacity: 0;
    inset: 0;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot:hover .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-image-wrap img.kg-bestsellers__card-img.kg-bestsellers__card-img--hover {
    opacity: 1;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot:hover .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-image-wrap {
    box-shadow: 0 16px 48px -12px #00000024;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-image-wrap .kg-bestsellers__card-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot:hover .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-info .kg-bestsellers__card-info-left .kg-bestsellers__card-title {
    color: #b8976b;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link:hover .kg-bestsellers__card-img {
    transform: scale(1.05);
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-image-wrap .kg-bestsellers__card-placeholder {
    width: 100%;
    height: 100%;
    background-color: #e0ddd8;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 12px;
    gap: 8px;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-info .kg-bestsellers__card-info-left {
    flex: 1;
    min-width: 0;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-info .kg-bestsellers__card-info-left .kg-bestsellers__card-title {
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.375;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: .005em;
    color: #111;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-info .kg-bestsellers__card-info-left .kg-bestsellers__card-category {
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .14em;
    color: #d0d0d0;
    margin: 2px 0 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.7;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-info .kg-bestsellers__card-info-right {
    flex-shrink: 0;
}
.kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-info .kg-bestsellers__card-info-right .kg-bestsellers__card-price {
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    margin: 0;
    padding: 0;
    letter-spacing: .025em;
    line-height: 1.7;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__cta-wrap .kg-bestsellers__cta {
    display: inline-block;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #111;
    text-decoration: none;
    border: 1px solid #1111111f;
    padding: 12px 28px;
    border-radius: 40px;
    transition: background-color .22s ease, color .22s ease, border-color .22s ease;
    min-height: 40px;
    line-height: 1.6;
}
.kg-bestsellers .kg-bestsellers__container .kg-bestsellers__cta-wrap .kg-bestsellers__cta:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}
@media screen and (max-width: 1023px) {
    .kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header {
        flex-direction: column;
        align-items: flex-start;
    }
    .kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-right .kg-bestsellers__tagline {
        text-align: left;
    }
    .kg-bestsellers {
        padding: 56px 0;
    }
    .kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-left .kg-bestsellers__heading {
        font-size: 30px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .kg-bestsellers .kg-bestsellers__container .kg-bestsellers__swiper .kg-bestsellers__swiper-wrapper .kg-bestsellers__slide {
        width: 240px;
    }
    .kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-image-wrap {
        height: 240px;
    }
    .kg-bestsellers .kg-bestsellers__container .kg-bestsellers__swiper .kg-bestsellers__swiper-wrapper .kg-bestsellers__slide .kg-bestsellers__slide-inner {
        gap: 12px;
    }
    .kg-bestsellers {
        padding: 40px 0;
    }
    .kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header .kg-bestsellers__header-left .kg-bestsellers__heading {
        font-size: 24px;
        line-height: 1.08;
    }
    .kg-bestsellers .kg-bestsellers__container .kg-bestsellers__header {
        margin-bottom: 20px;
    }
    .kg-bestsellers__slide .kg-bestsellers__slide-inner .kg-bestsellers__card-slot .kg-bestsellers__card .kg-bestsellers__card-link .kg-bestsellers__card-info .kg-bestsellers__card-info-left .kg-bestsellers__card-title {
        font-size: 12px;
    }
    .kg-bestsellers .kg-bestsellers__container .kg-bestsellers__cta-wrap {
        margin-top: 36px;
    }
}
/* home - best seller section css end */

/* footer top section css start */
.kg-stone-hero {
    background-color: #1a1a1a;
    padding-top: 112px;
    padding-bottom: 56px;
    font-family: Georgia, Times New Roman, serif;
}
.kg-stone-hero .kg-stone-hero__container {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 48px;
}
.kg-stone-hero .kg-stone-hero__container.kg-stone-hero__container--image-left {
    flex-direction: row-reverse;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-column: span 5 / span 5;
    justify-content: space-between;
    height: 100%;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__eyebrow {
    padding: 0;
    color: #ccc;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.6;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__heading {
    font-size: 38px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    margin: 0 0 20px;
    padding: 0;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__subheading {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    color: #fff;
    margin: 0 0 20px;
    padding: 0;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__body {
    font-size: 14px;
    font-weight: 400;
    color: #ddd;
    margin: 0 0 32px;
    padding: 0;
    line-height: 1.75;
    font-family: Cormorant Garamond, Georgia, serif;
    max-width: 448px;
    letter-spacing: 0;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 8px;
    margin-top: auto;
    column-gap: 20px;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__badges .kg-stone-hero__badge {
    padding: 0;
    color: #ccc;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__badges .kg-stone-hero__badge-dot {
    font-size: 9px;
    color: #666;
    line-height: 1;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__media {
    grid-column: span 7 / span 7;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__media .kg-stone-hero__media-frame {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    line-height: 0;
    aspect-ratio: 16 / 10;
    position: relative;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__media .kg-stone-hero__media-frame .kg-stone-hero__media-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__media .kg-stone-hero__media-frame .kg-stone-hero__media-placeholder {
    display: block;
    width: 100%;
    height: 480px;
    background-color: #2c2c2c;
    border-radius: 6px;
}
.kg-stone-hero .kg-stone-hero__container .kg-stone-hero__media .kg-stone-hero__media-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, #1a1a1a66, transparent, #1a1a1a26);
}
@media screen and (max-width: 1023px) {
    .kg-stone-hero .kg-stone-hero__container {
        gap: 40px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content {
        width: 100%;
        grid-column: auto;
    }
    .kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__heading {
        font-size: 36px;
    }
    .kg-stone-hero {
        padding-top: 80px;
    }
    .kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__subheading {
        max-width: 448px;
    }
    .kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__heading {
        font-size: 30px;
    }
    .kg-stone-hero .kg-stone-hero__container .kg-stone-hero__media {
        grid-column: unset;
    }
}
@media screen and (max-width: 767px) {
    .kg-stone-hero {
        padding-top: 64px;
        padding-bottom: 40px;
    }
    .kg-stone-hero .kg-stone-hero__container .kg-stone-hero__content .kg-stone-hero__heading {
        font-size: 24px;
        line-height: 1.12;
    }
}
/* footer top section css end */

/* home - expolre category section css start */
.kg-explore-category {
    background-color: #ffffff;
    font-family: Georgia, 'Times New Roman', serif;
}
.kg-explore-category__container.page-width {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 24px;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__header .kg-explore-category__header-left .kg-explore-category__eyebrow {
    margin: 0 0 16px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .25em;
    color: #888;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__header .kg-explore-category__header-left .kg-explore-category__heading {
    font-size: 40px;
    font-family: Cormorant Garamond;
    font-weight: 300;
    line-height: 36px;
    color: #111;
    margin: 0;
    padding: 0;
    letter-spacing: .005em;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__header .kg-explore-category__header-left .kg-explore-category__heading .kg-explore-category__heading-italic {
    font-style: italic;
    color: #c4a46b;
    font-weight: 400;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__header .kg-explore-category__header-right {
    max-width: 450px;
    text-align: right;
    flex-shrink: 0;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__header .kg-explore-category__header-right .kg-explore-category__tagline {
    font-family: Cormorant Garamond;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    color: #555;
    letter-spacing: 0;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row .kg-explore-category__card--featured {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #f0efed;
    aspect-ratio: 16 / 10;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row .kg-explore-category__card--featured .kg-explore-category__card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row .kg-explore-category__card--featured:hover .kg-explore-category__card-image {
    transform: scale(1.04);
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row .kg-explore-category__card--featured .kg-explore-category__card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-color: #e8e6e2;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row .kg-explore-category__card--small {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #f0efed;
    aspect-ratio: 3 / 4;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row .kg-explore-category__card--small .kg-explore-category__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.25, .46, .45, .94);
    -o-object-position: center;
    object-position: center;
    position: absolute;
    max-width: 100%;
    display: block;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row .kg-explore-category__card--small:hover .kg-explore-category__card-image {
    transform: scale(1.04);
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row .kg-explore-category__card--small .kg-explore-category__card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    background-color: #e8e6e2;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card .kg-explore-category__card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #0000004d, #0000000d, transparent);
    pointer-events: none;
    z-index: 1;
    display: block;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card .kg-explore-category__card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    font-family: Cormorant Garamond;
    font-size: 9px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #fffc;
    background-color: #0003;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 6px 12px;
    border: 1px solid #ffffff1a;
    font-weight: 300;
    line-height: 1.6;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card .kg-explore-category__card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 24px;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row .kg-explore-category__card .kg-explore-category__card-footer .kg-explore-category__card-title {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-family: Cormorant Garamond;
    margin: 0 0 0px;
    font-weight: 300;
    letter-spacing: .005em;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row .kg-explore-category__card .kg-explore-category__card-footer .kg-explore-category__card-title {
    font-size: 18px;
    font-family: Cormorant Garamond;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    padding: 0;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card .kg-explore-category__card-footer .kg-explore-category__card-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #0003;
    color: #000;
    flex-shrink: 0;
    text-decoration: none;
    transition: background-color .22s ease, border-color .22s ease;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card:hover .kg-explore-category__card-footer .kg-explore-category__card-arrow {
    background-color: #000000;
    color: #fff;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__cta-wrap .kg-explore-category__cta {
    color: #111;
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #1111111f;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    min-height: 40px;
    padding: 12px 28px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 12px;
    font-weight: 300;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
    display: inline-flex;
    text-decoration: none;
}
.kg-explore-category .kg-explore-category__container .kg-explore-category__cta-wrap .kg-explore-category__cta:hover {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}
@media screen and (max-width: 1023px) {
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid,
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row {
        gap: 24px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__header .kg-explore-category__header-left .kg-explore-category__heading {
        font-size: 30px;
        line-height: 36px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .kg-explore-category__container.page-width {
        padding-left: 24px !important;
        padding-right: 24px !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row .kg-explore-category__card .kg-explore-category__card-footer .kg-explore-category__card-title {
        font-size: 24px;
        line-height: 32px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card .kg-explore-category__card-footer {
        padding: 20px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__header .kg-explore-category__header-right {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .kg-explore-category__container.page-width {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row .kg-explore-category__card .kg-explore-category__card-footer .kg-explore-category__card-title {
        font-size: 20px;
        line-height: 1.25;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__header {
        margin-bottom: 40px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row .kg-explore-category__card .kg-explore-category__card-footer .kg-explore-category__card-title {
        font-size: 16px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card .kg-explore-category__card-footer {
        padding: 16px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card .kg-explore-category__card-footer .kg-explore-category__card-arrow {
        width: 40px;
        height: 40px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__header .kg-explore-category__header-left .kg-explore-category__heading {
        font-size: 24px;
        line-height: 1.08;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid,
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row {
        gap: 20px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__featured-row .kg-explore-category__card--featured {
        aspect-ratio: 4 / 3;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card .kg-explore-category__card-badge {
        top: 16px;
        left: 16px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__card .kg-explore-category__card-footer {
        padding: 16px;
    }
    .kg-explore-category .kg-explore-category__container .kg-explore-category__cta-wrap {
        margin-top: 48px;
    }
}
@media screen and (max-width: 639px) {
    .kg-explore-category .kg-explore-category__container .kg-explore-category__grid .kg-explore-category__row {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* home - expolre category section css end */

/* collection - product hero section css start */
.kg-product-hero-section section.kg-product-hero {
    height: 420px;
    position: relative;
    overflow: hidden;
}
.kg-product-hero-section section.kg-product-hero .kg-product-hero__image {
    position: relative;
    height: 100%;
}
.kg-product-hero-section section.kg-product-hero .kg-product-hero__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.kg-product-hero-section section.kg-product-hero .kg-product-hero__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom, #0000004d, #0000001a, #0006);
}
.kg-product-hero-section section.kg-product-hero .kg-product-hero__breadcrumb {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff6;
    font-size: 12px;
    line-height: 16px;
}
.kg-product-hero-section section.kg-product-hero .kg-product-hero__breadcrumb a {
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    color: #ffffffb3;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0;
    font-weight: 300;
}
.kg-product-hero-section section.kg-product-hero .kg-product-hero__breadcrumb a:hover {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .kg-product-hero-section section.kg-product-hero {
        height: 360px;
    }
}
@media screen and (max-width: 767px) {
    .kg-product-hero-section section.kg-product-hero {
        height: 280px;
    }
    .kg-product-hero-section section.kg-product-hero .kg-product-hero__breadcrumb {
        top: 16px;
        left: 16px;
    }
}
/* collection - product hero section css end */

/* collection - collection hero content css start */
.kg-collection-hero.collection-hero {
    padding: 40px 0;
}
.kg-collection-hero.collection-hero .collection-hero__inner .collection-hero__text-wrapper {
    max-width: 768px;
    margin: auto;
    text-align: center;
}
.kg-collection-hero.collection-hero .collection-hero__inner .collection-hero__text-wrapper .kg-collection-subtitle {
    font-size: 9px;
    font-family: Cormorant Garamond, Georgia, serif;
    text-transform: uppercase;
    letter-spacing: .38em;
    color: #b8976b;
    margin: 0 0 12px;
    line-height: 1.6;
}
.kg-collection-hero.collection-hero .collection-hero__inner .collection-hero__text-wrapper h1.collection-hero__title {
    margin: 0 0 16px;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 32px;
    font-size: 32px;
    letter-spacing: .005em;
    color: #111;
}
.kg-collection-hero.collection-hero .collection-hero__inner .collection-hero__text-wrapper .kg-collection-description {
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-size: 14px;
    max-width: 576px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: auto;
    letter-spacing: 0;
}
.kg-collection-hero.collection-hero .collection-hero__inner .collection-hero__text-wrapper .kg-collection-features {
    gap: 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.kg-collection-hero.collection-hero .collection-hero__inner .collection-hero__text-wrapper .kg-collection-features span.kg-collection-feature {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 6px 14px;
    background-color: #f7f5f2;
    border: 1px solid #e8e5e0;
    border-radius: 50px;
    line-height: 1.6;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #111;
}
.kg-collection-hero.collection-hero .collection-hero__inner .collection-hero__text-wrapper .kg-collection-features span.kg-collection-feature span.kg-dot {
    border-radius: 9999px;
    width: 6px;
    height: 6px;
    background-color: #b8976b;
}
@media screen and (max-width: 1023px) {
    .kg-collection-hero.collection-hero .collection-hero__inner .collection-hero__text-wrapper h1.collection-hero__title {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .kg-collection-hero.collection-hero .collection-hero__inner .collection-hero__text-wrapper h1.collection-hero__title {
        font-size: 20px;
        line-height: 1.25;
    }
    .kg-collection-hero.collection-hero {
        padding: 32px 0;
    }
}
/* collection - collection hero content css end */

/* collection - collection section css start */
.kg-collection-section .kg-collection-page-main .product-grid-container .collection.collection--empty h2.title {
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0;
}
.kg-collection-section .kg-collection-page-main {
    padding: 24px 0;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper {
    padding: 0 24px;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container {
    padding: 0;
    display: block;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #e8e5e0;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-collection-search {
    flex: 1;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-collection-search .kg-search-wrapper {
    position: relative;
    max-width: 384px;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-collection-search .kg-search-wrapper input {
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 12px;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    padding: 10px 12px 10px 36px;
    background-color: #faf9f7;
    border: 1px solid #e8e5e0;
    border-radius: 6px;
    width: 100%;
    box-shadow: none;
    font-weight: 300;
    line-height: 1.6;
    color: #111;
    outline-offset: 2px;
    outline: 2px solid #0000;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-collection-search .kg-search-wrapper input:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #0000;
    border-color: #8886;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-collection-search .kg-search-wrapper .kg-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px;
    width: 16px;
    height: 16px;
    display: flex;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-collection-search .kg-search-wrapper .kg-search-icon svg {
    width: 14px;
    height: 14px;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-face-right-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-face-right-wrapper .kg-request-info-btn {
    color: rgb(255 255 255 / 1);
    letter-spacing: .12em;
    background-color: #888;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 10px 20px;
    display: inline-flex;
    border-radius: 6px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.6;
    text-transform: uppercase;
    opacity: 0;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-face-right-wrapper .kg-request-info-btn:hover {
    opacity: 1;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-face-right-wrapper .facet-filters {
    padding: 0;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-face-right-wrapper .facet-filters .facet-filters__field .select select {
    padding: 10px 12px;
    background-color: #faf9f7;
    border: 1px solid #e8e5e0;
    border-radius: 6px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .1em;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    font-size: 11px;
    font-weight: 300;
    line-height: 1.6;
    width: auto;
    outline: none;
    box-shadow: none;
}
.kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-face-right-wrapper .facet-filters .facet-filters__field .select span.svg-wrapper {
    right: 16px;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid {
    gap: 2px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    margin: 0;
    padding: 0;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item {
    width: 100%;
    max-width: 100%;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__content {
    display: block;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__content>.card__information {
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__content>.card__information h3.card__heading {
    flex: 1;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__content>.card__information h3.card__heading a {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    line-height: 1.375;
    font-size: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 300;
    letter-spacing: .005em;
    color: #111;
    text-decoration: none;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__content>.card__information .card-information {
    width: auto;
    text-align: end;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__content>.card__information .card-information .price {
    margin: 0;
    line-height: normal;
    font-size: 12px;
}

.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__content>.card__information .card-information .price span.price-item {
    color: rgb(0 0 0 / 1);
    letter-spacing: .025em;
    font-size: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__content>.card__information .card-information .price .price__sale s.price-item.price-item--regular {
    color: rgb(0 0 0);
    letter-spacing: .025em;
    font-size: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
    text-decoration-color: #aeadad;
    margin-right: 4px;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__content {
    display: none;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__media .media img {
    transform: none;
    transition: all .8s ease;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper:hover .card .card__content>.card__information h3.card__heading a {
    color: #b8976b;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__media .media::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, #0006, #0000001a, transparent);
    transition: all .8s ease;
    opacity: 0;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper:hover .card .card__inner .card__media .media::after {
    opacity: 1;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__media .media .kg-card-view-product-text {
    padding: 12px;
    position: absolute;
    bottom: 0;
    top: unset;
    height: auto;
    z-index: 1;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__media .media .kg-card-view-product-text span {
    color: rgb(255 255 255 / 1);
    letter-spacing: .25em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    display: block;
    opacity: 0;
}
.kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid li.grid__item .product-card-wrapper:hover .card .card__inner .card__media .media .kg-card-view-product-text span {
    opacity: 1;
}
@media screen and (max-width: 1023px) {
    .kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media screen and (max-width: 767px) {
    .kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-face-right-wrapper .kg-request-info-btn {
        display: none;
    }
    .kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container facet-filters-form.facets {
        display: block !important;
    }
    .kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container menu-drawer.mobile-facets__wrapper {
        display: none;
    }
    .kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .product-count {
        display: none;
    }
    .kg-collection-section .kg-collection-page-main .facets-wrapper {
        padding: 0 16px;
    }
    .kg-collection-section .kg-collection-page-main {
        padding: 16px 0;
    }
    .kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid {
        gap: 4px;
    }
}
@media screen and (max-width: 639px) {
    .kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form {
        flex-direction: column;
        align-items: flex-start;
    }
    .kg-collection-section .kg-collection-page-main .facets-wrapper .facets-container .facets__form .kg-collection-search {
        width: 100%;
    }
    .kg-collection-section .kg-collection-page-main .product-grid-container .collection ul.product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* collection - collection section css end */

/* collection - premium natural stone section css start */
.kg-premium-stones-section .kg-premium-stones {
    padding: 56px 0;
    position: relative;
    overflow: hidden;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__header {
    margin-bottom: 36px;
    text-align: center;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__header h2.kg-premium-stones__heading {
    letter-spacing: .005em;
    color: #111;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 8px;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__header .kg-premium-stones__description {
    max-width: 512px;
    margin: auto;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__header .kg-premium-stones__description p {
    font-weight: 300;
    line-height: 1.625;
    color: #555;
    font-size: 13px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
    margin: 0;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__header .kg-premium-stones__subheading {
    color: #b8976b;
    letter-spacing: .38em;
    text-transform: uppercase;
    font-size: 9px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 1.6;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid;
    gap: 16px;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__grid .kg-premium-stones__card {
    padding: 16px;
    border: 1px solid #e8e5e0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__grid .kg-premium-stones__card .kg-premium-stones__text {
    margin: 0;
    margin-top: auto;
    font-weight: 300;
    line-height: 1.625;
    color: #555;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__grid .kg-premium-stones__card .kg-iner-top-content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__grid .kg-premium-stones__card .kg-iner-top-content .kg-premium-stones__number {
    font-size: 10px;
    font-family: Cormorant Garamond, Georgia, serif;
    background-color: #f2f1ee;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__grid .kg-premium-stones__card .kg-iner-top-content .kg-premium-stones__content h3.kg-premium-stones__title {
    font-size: 13px;
    line-height: 1.25;
    margin: 0;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: .005em;
    color: #111;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__grid .kg-premium-stones__card .kg-iner-top-content .kg-premium-stones__content span.kg-premium-stones__country {
    color: #888;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 8px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px 0 0;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__button-wrapper .kg-premium-stones__button {
    color: #111;
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #1111111f;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 12px 28px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 12px;
    font-weight: 300;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
    display: inline-flex;
    line-height: 1.6;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__button-wrapper .kg-premium-stones__button:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.kg-premium-stones-section .kg-premium-stones .kg-premium-stones__button-wrapper .kg-premium-stones__button svg {
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px;
}
@media screen and (max-width: 1023px) {
    .kg-premium-stones-section .kg-premium-stones .kg-premium-stones__header h2.kg-premium-stones__heading {
        font-size: 20px;
    }
    .kg-premium-stones-section .kg-premium-stones .kg-premium-stones__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media screen and (max-width: 767px) {
    .kg-premium-stones-section .kg-premium-stones .kg-premium-stones__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .kg-premium-stones-section .kg-premium-stones .kg-premium-stones__header h2.kg-premium-stones__heading {
        font-size: 18px;
        line-height: 1.25;
    }
    .kg-premium-stones-section .kg-premium-stones .kg-premium-stones__button-wrapper {
        margin: 28px 0 0;
    }
    .kg-premium-stones-section .kg-premium-stones {
        padding: 40px 0;
    }
    .kg-premium-stones-section .kg-premium-stones .kg-premium-stones__header {
        margin-bottom: 28px;
    }
}
/* collection - premium natural stone section css end */

/* collection - custom order section css start */
.kg-custom-order-section .kg-custom-order {
    background-color: #faf9f7;
    padding: 56px 0;
}
.kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 40px;
    align-items: center;
}
.kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__image {
    position: relative;
    aspect-ratio: 4 / 3;
}
.kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__image img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}
.kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__content .kg-custom-order__subheading {
    color: #b8976b;
    letter-spacing: .38em;
    text-transform: uppercase;
    font-size: 9px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 0 0 12px;
    font-weight: 300;
    line-height: 1.6;
}
.kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__content h2.kg-custom-order__heading {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: .005em;
    color: #111;
}
.kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__content h2.kg-custom-order__heading span {
    color: #b8976b;
    font-style: italic;
}
.kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__content .kg-custom-order__description p {
    max-width: 512px;
    margin: 0 0 20px;
    font-weight: 300;
    line-height: 1.625;
    color: #555;
    font-size: 14px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
.kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__content .kg-custom-order__button {
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    color: #fff;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 300;
    line-height: 1.6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #888;
}
@media screen and (max-width: 1023px) {
    .kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__content h2.kg-custom-order__heading {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__content h2.kg-custom-order__heading {
        font-size: 18px;
        line-height: 1.12;
    }
    .kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper {
        gap: 32px;
    }
    .kg-custom-order-section .kg-custom-order {
        padding: 40px 0;
    }
    .kg-custom-order-section .kg-custom-order .kg-custom-order__wrapper .kg-custom-order__content .kg-custom-order__description p {
        font-size: 12px;
    }
}
/* collection - custom order section css end */

/* about - family generation section css start */
section.kg-about-story {
    padding: 64px 0;
    background-color: #fff;
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}
section.kg-about-story .page-width .kg-about-story__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
}
section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__content span.kg-about-story__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #a88a5e;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}
section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__content h2.kg-about-story__heading {
    margin: 0 0 28px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
    color: #111;
}
section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__content .kg-about-story__text-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__content .kg-about-story__text-group .kg-about-story__text,
section.kg-about-story .page-width .kg-about-story__below .kg-about-story__text {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.7;
    letter-spacing: 0;
    font-family: Cormorant Garamond, Georgia, serif;
}
section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__content .kg-about-story__text-group .kg-about-story__text p,
section.kg-about-story .page-width .kg-about-story__below .kg-about-story__text p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.7;
    letter-spacing: 0;
    font-family: Cormorant Garamond, Georgia, serif;
}
section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__media {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: 16px;
    overflow: hidden;
}
section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__media img.kg-about-story__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section.kg-about-story .page-width .kg-about-story__below {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    max-width: 768px;
}
section.kg-about-story .page-width .kg-about-story__quote-wrap {
    margin-top: 48px;
    max-width: 768px;
}
section.kg-about-story .page-width .kg-about-story__quote-wrap .kg-about-story__quote {
    border-left: 2px solid #a88a5e;
    padding: 8px 0 8px 24px;
}
section.kg-about-story .page-width .kg-about-story__quote-wrap .kg-about-story__quote p.kg-about-story__quote-line {
    margin: 0;
    font-size: 18px;
    line-height: 1.625;
    font-style: italic;
    font-weight: 300;
    color: #111;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
}
section.kg-about-story .page-width .kg-about-story__quote-wrap .kg-about-story__quote p.kg-about-story__quote-subline {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0;
}
section.kg-about-story .page-width .kg-about-story__quote-wrap p.kg-about-story__tagline {
    margin: 24px 0 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #111;
    letter-spacing: 0;
    font-family: Cormorant Garamond;
}
section.kg-about-story .page-width .kg-about-story__quote-wrap p.kg-about-story__tagline span.kg-about-story__tagline-accent {
    font-style: italic;
    color: #a88a5e;
}
@media screen and (min-width: 768px) {
    section.kg-about-story {
        padding: 96px 0;
    }
    section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__content h2.kg-about-story__heading {
        margin-bottom: 32px;
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__content .kg-about-story__text-group .kg-about-story__text,
    section.kg-about-story .page-width .kg-about-story__below .kg-about-story__text,
    section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__content .kg-about-story__text-group .kg-about-story__text p,
    section.kg-about-story .page-width .kg-about-story__below .kg-about-story__text p {
        font-size: 16px;
    }
    section.kg-about-story .page-width .kg-about-story__below {
        margin-top: 48px;
    }
    section.kg-about-story .page-width .kg-about-story__quote-wrap {
        margin-top: 64px;
    }
    section.kg-about-story .page-width .kg-about-story__quote-wrap .kg-about-story__quote {
        padding-left: 32px;
    }
    section.kg-about-story .page-width .kg-about-story__quote-wrap .kg-about-story__quote p.kg-about-story__quote-line {
        font-size: 20px;
    }
    section.kg-about-story .page-width .kg-about-story__quote-wrap .kg-about-story__quote p.kg-about-story__quote-subline {
        font-size: 18px;
        line-height: 28px;
    }
    section.kg-about-story .page-width .kg-about-story__quote-wrap p.kg-about-story__tagline {
        font-size: 24px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-about-story .page-width .kg-about-story__grid {
        grid-template-columns: 1fr 420px;
        gap: 64px;
    }
    section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__content h2.kg-about-story__heading {
        font-size: 36px;
        line-height: 40px;
    }
    section.kg-about-story .page-width .kg-about-story__grid .kg-about-story__media {
        position: sticky;
        top: 112px;
    }
    section.kg-about-story .page-width .kg-about-story__quote-wrap .kg-about-story__quote p.kg-about-story__quote-line {
        font-size: 24px;
        line-height: 32px;
    }
}
/* about - family generation section css end */

/* about - about banner hero section css start */
section.kg-about-hero {
    position: relative;
    height: 420px;
    overflow: hidden;
}
section.kg-about-hero .kg-about-hero__media {
    position: absolute;
    inset: 0;
}
section.kg-about-hero .kg-about-hero__media img.kg-about-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section.kg-about-hero .kg-about-hero__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #0009, #00000059, #000000bf);
    display: block;
}
section.kg-about-hero .kg-about-hero__breadcrumb {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}
section.kg-about-hero .kg-about-hero__breadcrumb nav[aria-label='Breadcrumb'] ol.kg-about-hero__breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
section.kg-about-hero .kg-about-hero__breadcrumb nav[aria-label='Breadcrumb'] ol.kg-about-hero__breadcrumb-list li.kg-about-hero__breadcrumb-item--trail {
    display: flex;
    align-items: center;
    gap: 8px;
}
section.kg-about-hero .kg-about-hero__breadcrumb nav[aria-label='Breadcrumb'] ol.kg-about-hero__breadcrumb-list li.kg-about-hero__breadcrumb-item a.kg-about-hero__breadcrumb-link {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #ffffffb3;
    text-decoration: none;
    transition: color .15s cubic-bezier(.4, 0, .2, 1);
}
section.kg-about-hero .kg-about-hero__breadcrumb nav[aria-label=Breadcrumb] ol.kg-about-hero__breadcrumb-list li {
    line-height: 16px;
    font-size: 12px;
    letter-spacing: 0;
}
section.kg-about-hero .kg-about-hero__breadcrumb nav[aria-label='Breadcrumb'] ol.kg-about-hero__breadcrumb-list li.kg-about-hero__breadcrumb-item a.kg-about-hero__breadcrumb-link:hover {
    color: #fff;
}
section.kg-about-hero .kg-about-hero__breadcrumb nav[aria-label='Breadcrumb'] ol.kg-about-hero__breadcrumb-list li.kg-about-hero__breadcrumb-item span.kg-about-hero__breadcrumb-separator {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff66;
}
section.kg-about-hero .kg-about-hero__breadcrumb nav[aria-label='Breadcrumb'] ol.kg-about-hero__breadcrumb-list li.kg-about-hero__breadcrumb-item span.kg-about-hero__breadcrumb-current {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #fff;
}
section.kg-about-hero .kg-about-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
section.kg-about-hero .kg-about-hero__content span.kg-about-hero__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #c9b896cc;
    line-height: 1.6;
}
section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
    max-width: 672px;
    margin: 0;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 300;
    color: #fff;
    font-family: 'Cormorant Garamond';
    letter-spacing: .005em;
}
section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading span.kg-about-hero__heading-accent {
    font-style: italic;
    color: #c9b896;
    display: block;
}
section.kg-about-hero .kg-about-hero__content p.kg-about-hero__description {
    max-width: 448px;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
    color: #ffffff73;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
}
@media screen and (min-width: 640px) {
    section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
        font-size: 36px;
        line-height: 40px;
    }
}
@media screen and (min-width: 768px) {
    section.kg-about-hero {
        height: 560px;
    }
    section.kg-about-hero .kg-about-hero__content span.kg-about-hero__eyebrow {
        margin-bottom: 20px;
        font-size: 11px;
    }
    section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
        font-size: 48px;
        line-height: 1;
    }
    section.kg-about-hero .kg-about-hero__content p.kg-about-hero__description {
        margin-top: 24px;
        font-size: 16px;
        line-height: 24px;
    }
    section.kg-about-hero .kg-about-hero__breadcrumb {
        top: 24px;
        left: 24px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
        font-size: 60px;
        line-height: 1;
    }
}
/* about - about banner hero section css end */

/* about - workshop section css start */
section.kg-about-workshop {
    padding: 64px 0;
    background-color: #fafaf8;
}
section.kg-about-workshop .kg-about-workshop__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__media {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__media img.kg-about-workshop__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content span.kg-about-workshop__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content h2.kg-about-workshop__heading {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 300;
    color: #111;
    line-height: 1.25;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content .kg-about-workshop__text-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content .kg-about-workshop__text p {
    margin: 0 0 20px;
    font-weight: 300;
    color: #555;
    font-size: 15px;
    line-height: 1.85;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content .kg-about-workshop__text p:last-child {
    margin: 0 0 24px;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content a.kg-about-workshop__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 9999px;
    background-color: #000;
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    line-height: 1.6;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content a.kg-about-workshop__button:hover {
    background-color: #262626;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content a.kg-about-workshop__button[aria-disabled='true'] {
    opacity: 0.5;
    pointer-events: none;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content a.kg-about-workshop__button span.kg-about-workshop__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content a.kg-about-workshop__button span.kg-about-workshop__button-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 768px) {
    section.kg-about-workshop {
        padding: 96px 0;
    }
    section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content h2.kg-about-workshop__heading {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content .kg-about-workshop__text p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-about-workshop .kg-about-workshop__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 64px;
    }
    section.kg-about-workshop .kg-about-workshop__grid .kg-about-workshop__content h2.kg-about-workshop__heading {
        font-size: 36px;
        line-height: 40px;
    }
    section.kg-about-workshop .kg-about-workshop__grid.kg-about-workshop__grid--image-right .kg-about-workshop__media {
        order: 2;
    }
    section.kg-about-workshop .kg-about-workshop__grid.kg-about-workshop__grid--image-right .kg-about-workshop__content {
        order: 1;
    }
}
/* about - workshop section css end */

/* about - our craft section css start */
section.kg-our-craft {
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}
section.kg-our-craft .kg-our-craft__header {
    margin-bottom: 48px;
    text-align: center;
}
section.kg-our-craft .kg-our-craft__header span.kg-our-craft__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-our-craft .kg-our-craft__header h2.kg-our-craft__heading {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
section.kg-our-craft .kg-our-craft__header p.kg-our-craft__description {
    max-width: 576px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.625;
    color: #555;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-our-craft .kg-our-craft__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card {
    padding: 24px;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background-color: #fafaf8;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), border-color .5s cubic-bezier(.16, 1, .3, 1);
}
section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card:hover {
    border-color: #c9b8964d;
    transform: translateY(-4px);
}
section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card span.kg-our-craft__number {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #a88a5e;
    font-family: Cormorant Garamond, Georgia, serif;
}
section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card h3.kg-our-craft__title {
    margin: 12px 0 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
    color: #111;
}
section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card p.kg-our-craft__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    section.kg-our-craft {
        padding: 96px 0;
    }
    section.kg-our-craft .kg-our-craft__header {
        margin-bottom: 64px;
    }
    section.kg-our-craft .kg-our-craft__header h2.kg-our-craft__heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-our-craft .kg-our-craft__grid {
        gap: 24px;
    }
    section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card {
        padding: 28px;
    }
    section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card span.kg-our-craft__number {
        font-size: 36px;
        line-height: 40px;
    }
    section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card h3.kg-our-craft__title {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (min-width: 640px) {
    section.kg-our-craft .kg-our-craft__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (min-width: 1024px) {
    section.kg-our-craft .kg-our-craft__header h2.kg-our-craft__heading {
        font-size: 36px;
        line-height: 40px;
    }
    section.kg-our-craft .kg-our-craft__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* about - our craft section css end */

/* about - our philosophy section css start */
section.kg-our-philosophy {
    padding: 64px 0;
    background-color: #fafaf8;
}
section.kg-our-philosophy .kg-our-philosophy__header {
    margin-bottom: 48px;
    text-align: center;
}
section.kg-our-philosophy .kg-our-philosophy__header span.kg-our-philosophy__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-our-philosophy .kg-our-philosophy__header h2.kg-our-philosophy__heading {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    letter-spacing: .005em;
    font-family: Cormorant Garamond, Georgia, serif;
}
section.kg-our-philosophy .kg-our-philosophy__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card {
    padding: 28px;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
}
section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card:hover {
    border-color: #c9b8964d;
    transform: translateY(-4px);
}
section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card .kg-our-philosophy__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border: 1px solid #e0ded8;
    border-radius: 16px;
    background-color: #f7f5f1;
    transition: background-color .5s ease, border-color .5s ease;
}
section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card .kg-our-philosophy__icon-wrap span.kg-our-philosophy__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #9a7b4f;
}
section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card .kg-our-philosophy__icon-wrap span.kg-our-philosophy__icon svg,
section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card .kg-our-philosophy__icon-wrap span.kg-our-philosophy__icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card h3.kg-our-philosophy__title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card p.kg-our-philosophy__text {
    max-width: 320px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    section.kg-our-philosophy {
        padding: 96px 0;
    }
    section.kg-our-philosophy .kg-our-philosophy__header {
        margin-bottom: 64px;
    }
    section.kg-our-philosophy .kg-our-philosophy__header h2.kg-our-philosophy__heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-our-philosophy .kg-our-philosophy__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }
    section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card {
        padding: 32px;
    }
    section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card .kg-our-philosophy__icon-wrap {
        width: 64px;
        height: 64px;
    }
    section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card h3.kg-our-philosophy__title {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-our-philosophy .kg-our-philosophy__header h2.kg-our-philosophy__heading {
        font-size: 36px;
        line-height: 40px;
    }
}
/* about - our philosophy section css end */

/* about - work together section css start */
section.kg-work-together {
    padding: 64px 0;
}
section.kg-work-together .kg-work-together__inner {
    text-align: center;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__eyebrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__eyebrow-wrap span.kg-work-together__line {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #e8e8e6;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__eyebrow-wrap span.kg-work-together__eyebrow {
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #888;
    line-height: 1.6;
}
section.kg-work-together .kg-work-together__inner h2.kg-work-together__heading {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
section.kg-work-together .kg-work-together__inner p.kg-work-together__description {
    max-width: 512px;
    margin: 0 auto 32px;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
}
section.kg-work-together .kg-work-together__inner .kg-work-together__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .5s ease, color .5s ease, border-color .5s ease;
    font-family: 'Cormorant Garamond';
    line-height: 1.6;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button[aria-disabled='true'] {
    opacity: 0.5;
    pointer-events: none;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button--primary {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button--primary:hover {
    background-color: #262626;
    border-color: #262626;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button--secondary {
    background-color: transparent;
    color: #111;
    border: 1px solid #d5d3ce;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button--secondary:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button span.kg-work-together__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button span.kg-work-together__button-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 640px) {
    section.kg-work-together .kg-work-together__inner .kg-work-together__buttons {
        flex-direction: row;
        gap: 16px;
    }
}
@media screen and (min-width: 768px) {
    section.kg-work-together {
        padding: 96px 0;
    }
    section.kg-work-together .kg-work-together__inner .kg-work-together__eyebrow-wrap {
        margin-bottom: 32px;
    }
    section.kg-work-together .kg-work-together__inner .kg-work-together__eyebrow-wrap span.kg-work-together__line {
        width: 64px;
    }
    section.kg-work-together .kg-work-together__inner .kg-work-together__eyebrow-wrap span.kg-work-together__eyebrow {
        font-size: 11px;
    }
    section.kg-work-together .kg-work-together__inner h2.kg-work-together__heading {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-work-together .kg-work-together__inner p.kg-work-together__description {
        margin-bottom: 40px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-work-together .kg-work-together__inner h2.kg-work-together__heading {
        font-size: 36px;
        line-height: 40px;
    }
}
/* about - work together section css end */

/* contact - banner hero section css start */
.kg-template-contact-new section.kg-about-hero {
    background-color: #2a2a2a;
    height: 300px;
}
.kg-template-contact-new section.kg-about-hero .kg-about-hero__media {
    opacity: .4;
}
.kg-template-contact-new section.kg-about-hero .kg-about-hero__content {
    align-items: center;
    text-align: center;
}
.kg-template-contact-new section.kg-about-hero .kg-about-hero__content span.kg-about-hero__eyebrow {
    font-size: 12px;
    line-height: 16px;
    color: #c9a87c;
    letter-spacing: .25em;
    margin: 0 0 12px;
}
.kg-template-contact-new section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
    font-size: 30px;
    line-height: 36px;
}
.kg-template-contact-new section.kg-about-hero .kg-about-hero__content p.kg-about-hero__description {
    margin-top: 16px;
    color: #ffffffb3;
    max-width: 512px;
}
@media screen and (min-width: 768px) {
    .kg-template-contact-new section.kg-about-hero {
        height: 400px;
    }
    .kg-template-contact-new section.kg-about-hero .kg-about-hero__content span.kg-about-hero__eyebrow {
        font-size: 14px;
        line-height: 20px;
    }
    .kg-template-contact-new section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
        font-size: 48px;
        line-height: 1;
    }
}
@media screen and (max-width: 767px) {
    .kg-template-contact-new section.kg-about-hero .kg-about-hero__content p.kg-about-hero__description {
        line-height: 1.625;
        margin: 12px 0 0;
    }
}
/* contact - banner hero section css end */

/* contact - contact form section css start */
section.kg-contact {
    position: relative;
    padding: 96px 0;
    font-family: 'Cormorant Garamond';
}
section.kg-contact .page-width .kg-contact__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 48px;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel {
    grid-column: span 3 / span 3;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel p.kg-contact__eyebrow {
    margin: 0 0 12px;
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #a88a5e;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel h2.kg-contact__title {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel p.kg-contact__description {
    max-width: 448px;
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 1.625;
    color: #555;
    letter-spacing: 0;
    font-weight: 300;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field {
    display: flex;
    flex-direction: column;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field label.kg-contact__label {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    line-height: 16px;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field label.kg-contact__label span.kg-contact__required {
    color: #c9a87c;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field input.kg-contact__input,
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field select.kg-contact__select,
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field textarea.kg-contact__textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e8e8e6;
    border-radius: 6px;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    color: #111;
    line-height: 20px;
    outline: none;
    box-shadow: none;
    background-color: #fafafa;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field select.kg-contact__select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field input.kg-contact__input:focus,
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field select.kg-contact__select:focus,
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field textarea.kg-contact__textarea:focus {
    outline: none;
    border-color: #b08d6a;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field textarea.kg-contact__textarea {
    min-height: 130px;
    resize: vertical;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field input.kg-contact__input::placeholder,
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field textarea.kg-contact__textarea::placeholder {
    color: rgb(17 17 17 / 29%);
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__field.kg-contact__field--message {
    margin-bottom: 24px;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form button.kg-contact__submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    background-color: #111;
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    font-weight: 500;
    line-height: 20px;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form button.kg-contact__submit:hover {
    background-color: #2a2a2a;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form button.kg-contact__submit svg.kg-contact__submit-icon {
    width: 16px;
    height: 16px;
    stroke: #fff;
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form p.kg-contact__success {
 margin: 20px 0 12px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgb(187 247 208);
    background-color: rgb(240 253 244);
    color: rgb(21 128 61);
}
section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form p.kg-contact__error {
    margin: 20px 0 12px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgb(254 202 202);
    background-color: rgb(254 242 242);
    color: rgb(185 28 28);
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card {
    grid-column: span 2 / span 2;
    padding: 32px;
    border: 1px solid #e8e8e6;
    border-radius: 12px;
    background-color: #fafafa;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card h2.kg-contact__info-heading {
    margin: 0 0 16px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #a88a5e;
    font-family: 'Cormorant Garamond';
    line-height: 1.6;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__info-block {
    margin-bottom: 24px;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__info-block p.kg-contact__info-label {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #555;
    line-height: 1.7;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__info-block p.kg-contact__info-value {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__info-block p.kg-contact__info-value a.kg-contact__info-link {
    color: #111;
    text-decoration: none;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__info-block p.kg-contact__info-value a.kg-contact__info-link:hover {
    color: #a88a5e;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__info-block p.kg-contact__info-note {
    margin: 2px 0 0;
    font-size: 12px;
    color: #555;
    line-height: 16px;
    letter-spacing: 0;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__divider {
    height: 1px;
    margin: 32px 0 24px;
    background-color: #e8e8e6;
    display: block;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__hours .kg-contact__hours-row:last-child {
    margin: 0;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__hours {
    margin-top: 12px;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__hours .kg-contact__hours-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 8px;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__hours .kg-contact__hours-row span.kg-contact__hours-day,
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__hours .kg-contact__hours-row span.kg-contact__hours-time {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__hours .kg-contact__hours-row span.kg-contact__hours-day {
    font-weight: 500;
    color: #111;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__hours .kg-contact__hours-row span.kg-contact__hours-time {
    color: #555;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__social .kg-contact__social-list {
    display: flex;
    gap: 12px;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__social p.kg-contact__info-label {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #555;
    line-height: 1.7;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__social .kg-contact__social-list a.kg-contact__social-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background-color: transparent;
    color: #555;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__social .kg-contact__social-list a.kg-contact__social-item:hover {
    border-color: #c9a87c66;
    color: #a88a5e;
}
section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card .kg-contact__social .kg-contact__social-list a.kg-contact__social-item svg.kg-contact__social-icon {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
}
@media screen and (max-width: 1023px) {
    section.kg-contact .page-width .kg-contact__grid {
        grid-template-columns: 1fr;
        gap: 40px 0;
    }
    section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel,
    section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card {
        grid-column: span 1 / span 1;
    }
}
@media screen and (max-width: 767px) {
    section.kg-contact {
        padding: 64px 0;
    }
    section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel h2.kg-contact__title {
        font-size: 24px;
        line-height: 32px;
    }
    section.kg-contact .page-width .kg-contact__grid aside.kg-contact__info-card {
        padding: 24px;
    }
    section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel form.kg-contact__form .kg-contact__form-row {
        grid-template-columns: 1fr;
    }
    section.kg-contact .page-width .kg-contact__grid .kg-contact__form-panel p.kg-contact__description {
        margin: 0 0 32px;
    }
}
/* contact - contact form section css end */

/* contact - contact FAQ section css start */
.kg-faq {
    padding: 96px 0;
}
.kg-faq .page-width {
    max-width: 768px;
}
.kg-faq .kg-faq-container .kg-faq-header {
    text-align: center;
    margin-bottom: 56px;
}
.kg-faq .kg-faq-container .kg-faq-header .kg-faq-label {
    display: block;
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #a88a5e;
    margin-bottom: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
}
.kg-faq .kg-faq-container .kg-faq-header .kg-faq-title {
    font-weight: 300;
    color: #111;
    letter-spacing: .005em;
    font-size: 36px;
    line-height: 40px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 0;
}
.kg-faq .kg-faq-container .kg-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item {
    background-color: #fafafa;
    border: 1px solid #e8e8e6;
    border-radius: 12px;
    overflow: hidden;
    transition: background-color .25s ease, box-shadow .25s ease;
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Cormorant Garamond';
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-question .kg-faq-question-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #111;
    padding-right: 16px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-question .kg-faq-icon {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-question .kg-faq-icon .kg-faq-icon-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #555;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-question .kg-faq-icon .kg-faq-icon-bar.kg-faq-icon-horizontal {
    width: 12px;
    height: 1px;
    transform: translate(-50%, -50%);
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-question .kg-faq-icon .kg-faq-icon-bar.kg-faq-icon-vertical {
    width: 1px;
    height: 12px;
    transform: translate(-50%, -50%);
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item.kg-is-open .kg-faq-question .kg-faq-icon .kg-faq-icon-bar.kg-faq-icon-vertical {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-answer .kg-faq-answer-text {
    padding: 0 20px 24px;
    font-size: 14px;
    line-height: 1.625;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: 0;
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-answer .kg-faq-answer-text p {
    margin: 0;
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-answer .kg-faq-answer-text p+p {
    margin-top: 12px;
}
.kg-faq .kg-faq-container .kg-faq-list .kg-faq-item.kg-is-open .kg-faq-answer {
    max-height: 1000px;
}
@media screen and (max-width: 1023px) {
    .kg-faq .kg-faq-container .kg-faq-header .kg-faq-title {
        font-size: 30px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .kg-faq {
        padding: 64px 0;
    }
    .kg-faq .kg-faq-container .kg-faq-header {
        margin-bottom: 40px;
    }
    .kg-faq .kg-faq-container .kg-faq-header .kg-faq-title {
        font-size: 24px;
        line-height: 32px;
    }
    .kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-question {
        padding: 16px 20px;
    }
    .kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-question .kg-faq-question-text {
        font-size: 14px;
        line-height: 20px;
    }
    .kg-faq .kg-faq-container .kg-faq-list .kg-faq-item .kg-faq-answer .kg-faq-answer-text {
        padding: 0 20px 16px;
    }
}
/* contact - contact FAQ section css end */

/* trade program - hero banner section css start */
.kg-template-trade-program section.kg-about-hero {
    height: 520px;
}
.kg-template-trade-program section.kg-about-hero .kg-about-hero__overlay {
    background-image: linear-gradient(to bottom, #0000008c, #0003, #000000b3);
}
.kg-template-trade-program section.kg-about-hero .kg-about-hero__content .kg-about-hero__buttons .kg-about-hero__button {
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 14px 32px;
    background-color: rgb(255 255 255 / 1);
    border-radius: 9999px;
    font-weight: 300;
    line-height: 1.6;
    color: #111;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.kg-template-trade-program section.kg-about-hero .kg-about-hero__content .kg-about-hero__buttons .kg-about-hero__button span.kg-about-hero__button-icon {
    display: flex;
    width: 16px;
    height: 16px;
}
.kg-template-trade-program section.kg-about-hero .kg-about-hero__content .kg-about-hero__buttons .kg-about-hero__button.kg-about-hero__button--secondary {
    border: 1px solid #ffffff4d;
    background: transparent;
    color: #fff;
}
.kg-template-trade-program section.kg-about-hero .kg-about-hero__content .kg-about-hero__buttons .kg-about-hero__button.kg-about-hero__button--secondary:hover {
    background-color: #ffffff1a;
}
.kg-template-trade-program section.kg-about-hero .kg-about-hero__content .kg-about-hero__buttons .kg-about-hero__button:hover {
    background-color: #fafafa;
}
.kg-template-trade-program section.kg-about-hero .kg-about-hero__content .kg-about-hero__buttons {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.kg-template-trade-program section.kg-about-hero .kg-about-hero__content span.kg-about-hero__eyebrow {
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .kg-template-trade-program section.kg-about-hero {
        height: 580px;
    }
    .kg-template-trade-program section.kg-about-hero .kg-about-hero__content span.kg-about-hero__eyebrow {
        margin-bottom: 28px;
    }
    .kg-template-trade-program section.kg-about-hero .kg-about-hero__content .kg-about-hero__buttons {
        margin-top: 32px;
    }
}
@media screen and (max-width: 639px) {
    .kg-template-trade-program section.kg-about-hero .kg-about-hero__content .kg-about-hero__buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* trade program - hero banner section css end */

/* trade program - Eligibility & Requirements section css start */
section.kg-trade-eligibility {
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}
section.kg-trade-eligibility .kg-trade-eligibility__header {
    margin-bottom: 56px;
    text-align: center;
}
section.kg-trade-eligibility .kg-trade-eligibility__header span.kg-trade-eligibility__eyebrow {
    display: block;
    margin-bottom: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-trade-eligibility .kg-trade-eligibility__header h2.kg-trade-eligibility__heading {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
section.kg-trade-eligibility .kg-trade-eligibility__header h2.kg-trade-eligibility__heading span.kg-trade-eligibility__heading-accent {
    font-style: italic;
    display: block;
}
section.kg-trade-eligibility .kg-trade-eligibility__header p.kg-trade-eligibility__description {
    max-width: 576px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-eligibility .kg-trade-eligibility__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 56px;
}
section.kg-trade-eligibility .kg-trade-eligibility__grid .kg-trade-eligibility__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border: 1px solid #e8e8e6;
    border-radius: 12px;
    background-color: #fafaf8;
    transition: all .8s cubic-bezier(.16, 1, .3, 1);
}
section.kg-trade-eligibility .kg-trade-eligibility__grid .kg-trade-eligibility__item:hover {
    border-color: #c9b8964d;
    background-color: #fdfbf7;
    transform: translateY(-2px);
}
section.kg-trade-eligibility .kg-trade-eligibility__grid .kg-trade-eligibility__item .kg-trade-eligibility__item-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #e0ded8;
    border-radius: 12px;
    background-color: #f7f5f1;
    transition: background-color 0.5s ease, border-color 0.5s ease;
}
section.kg-trade-eligibility .kg-trade-eligibility__grid .kg-trade-eligibility__item .kg-trade-eligibility__item-icon-wrap span.kg-trade-eligibility__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #a88a5e;
}
section.kg-trade-eligibility .kg-trade-eligibility__grid .kg-trade-eligibility__item .kg-trade-eligibility__item-icon-wrap span.kg-trade-eligibility__item-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}
section.kg-trade-eligibility .kg-trade-eligibility__grid .kg-trade-eligibility__item span.kg-trade-eligibility__item-text {
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel {
    overflow: hidden;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background-color: #fafaf8;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid {
    display: grid;
    grid-template-columns: 1fr;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left span.kg-trade-eligibility__panel-eyebrow {
    display: block;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left h3.kg-trade-eligibility__panel-heading {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left p.kg-trade-eligibility__panel-description {
    max-width: 320px;
    margin: 0;
    font-size: 13px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left .kg-trade-eligibility__secure {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left .kg-trade-eligibility__secure span.kg-trade-eligibility__secure-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #a88a5e;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left .kg-trade-eligibility__secure span.kg-trade-eligibility__secure-icon svg {
    width: 14px;
    height: 14px;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left .kg-trade-eligibility__secure span.kg-trade-eligibility__secure-text {
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    letter-spacing: .025em;
    color: #888;
    font-weight: 300;
    line-height: 1.6;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right {
    padding: 32px;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item+li.kg-trade-eligibility__doc-item {
    margin-top: 24px;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item .kg-trade-eligibility__doc-icon-wrap {
    position: relative;
    flex-shrink: 0;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item .kg-trade-eligibility__doc-icon-wrap .kg-trade-eligibility__doc-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #e0ded8;
    border-radius: 12px;
    background-color: #f7f5f1;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item .kg-trade-eligibility__doc-icon-wrap .kg-trade-eligibility__doc-icon-box span.kg-trade-eligibility__doc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #a88a5e;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item .kg-trade-eligibility__doc-icon-wrap .kg-trade-eligibility__doc-icon-box span.kg-trade-eligibility__doc-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item .kg-trade-eligibility__doc-icon-wrap span.kg-trade-eligibility__doc-number {
    position: absolute;
    top: -6px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item .kg-trade-eligibility__doc-content {
    padding-top: 2px;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item .kg-trade-eligibility__doc-content span.kg-trade-eligibility__doc-title {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right ul.kg-trade-eligibility__doc-list li.kg-trade-eligibility__doc-item .kg-trade-eligibility__doc-content span.kg-trade-eligibility__doc-text {
    display: block;
    font-size: 12px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right .kg-trade-eligibility__footer-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e0ded8;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right .kg-trade-eligibility__footer-note span.kg-trade-eligibility__footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: #a88a5e;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right .kg-trade-eligibility__footer-note span.kg-trade-eligibility__footer-icon svg {
    width: 14px;
    height: 14px;
}
section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right .kg-trade-eligibility__footer-note p.kg-trade-eligibility__footer-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
}
@media screen and (min-width: 640px) {
    section.kg-trade-eligibility .kg-trade-eligibility__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (min-width: 768px) {
    section.kg-trade-eligibility {
        padding: 64px 0;
    }
    section.kg-trade-eligibility .kg-trade-eligibility__header h2.kg-trade-eligibility__heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-trade-eligibility .kg-trade-eligibility__grid {
        gap: 20px;
    }
    section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left,
    section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-right {
        padding: 40px;
    }
    section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left h3.kg-trade-eligibility__panel-heading {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-trade-eligibility .kg-trade-eligibility__header h2.kg-trade-eligibility__heading {
        font-size: 36px;
        line-height: 40px;
    }
    section.kg-trade-eligibility .kg-trade-eligibility__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid {
        grid-template-columns: 1fr 1fr;
    }
    section.kg-trade-eligibility .kg-trade-eligibility__panel .kg-trade-eligibility__panel-grid .kg-trade-eligibility__panel-left {
        border-right: 1px solid #e8e8e6;
    }
    section.kg-trade-eligibility {
        padding: 80px 0;
    }
}
/* trade program - Eligibility & Requirements section css end */

/* trade program - Membership & Savings section css end */
section.kg-trade-tiers {
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}
section.kg-trade-tiers .kg-trade-tiers__header {
    margin-bottom: 56px;
    text-align: center;
}
section.kg-trade-tiers .kg-trade-tiers__header span.kg-trade-tiers__eyebrow {
    display: block;
    margin-bottom: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-trade-tiers .kg-trade-tiers__header h2.kg-trade-tiers__heading {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
section.kg-trade-tiers .kg-trade-tiers__header p.kg-trade-tiers__description {
    max-width: 576px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-tiers .kg-trade-tiers__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background-color: #fff;
    transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card:hover {
    transform: translateY(-8px);
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card.kg-trade-tiers__card--featured {
    border: 2px solid;
    border-color: #a88a5e;
    box-shadow: 0 8px 40px -12px #0000001a;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card span.kg-trade-tiers__popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%);
    padding: 6px 16px;
    border-radius: 9999px;
    background-color: #111;
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    white-space: nowrap;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner span.kg-trade-tiers__tier-label {
    display: block;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #888;
    line-height: 1.6;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner h3.kg-trade-tiers__title {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__meta span.kg-trade-tiers__price-badge {
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 9999px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .025em;
    text-transform: uppercase;
    line-height: 1.6;
    color: #111;
    border: 1px solid #e5e7eb;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__meta span.kg-trade-tiers__price-badge--free {
    border-color: #a7f3d0;
    background-color: #ecfdf5;
    color: #047857;
    background-color: #ecfdf5;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__meta span.kg-trade-tiers__price-badge--premium {
    border-color: #0f172a;
    background-color: #0f172a;
    color: #fff;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__meta span.kg-trade-tiers__volume-text {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .025em;
    color: #888;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__discount {
    margin-bottom: 20px;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__discount span.kg-trade-tiers__discount-value {
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.01em;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__discount span.kg-trade-tiers__discount-suffix {
    margin-left: 6px;
    font-size: 18px;
    color: #555;
    line-height: 28px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: 0;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner p.kg-trade-tiers__text {
    margin: 0 0 28px;
    font-size: 13px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__divider {
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
    background-color: #eae8e4;
    display: block;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner ul.kg-trade-tiers__features {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner ul.kg-trade-tiers__features li.kg-trade-tiers__feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner ul.kg-trade-tiers__features li.kg-trade-tiers__feature+li.kg-trade-tiers__feature {
    margin-top: 12px;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner ul.kg-trade-tiers__features li.kg-trade-tiers__feature span.kg-trade-tiers__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    color: #a88a5e;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner ul.kg-trade-tiers__features li.kg-trade-tiers__feature span.kg-trade-tiers__feature-icon svg {
    display: block;
    width: 14px;
    height: 14px;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner ul.kg-trade-tiers__features li.kg-trade-tiers__feature span.kg-trade-tiers__feature-text {
    font-size: 12px;
    line-height: 1.375;
    font-weight: 300;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner a.kg-trade-tiers__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 28px;
    padding: 14px 24px;
    border-radius: 9999px;
    background-color: #f5f3ef;
    color: #111;
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    line-height: 1.6;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner a.kg-trade-tiers__button:hover {
    background-color: #000;
    color: #fff;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner a.kg-trade-tiers__button.kg-trade-tiers__button--featured {
    background-color: #000;
    color: #fff;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner a.kg-trade-tiers__button.kg-trade-tiers__button--featured:hover {
    background-color: #262626;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner a.kg-trade-tiers__button[aria-disabled='true'] {
    opacity: 0.5;
    pointer-events: none;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner a.kg-trade-tiers__button span.kg-trade-tiers__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner a.kg-trade-tiers__button span.kg-trade-tiers__button-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 768px) {
    section.kg-trade-tiers {
        padding: 64px 0;
    }
    section.kg-trade-tiers .kg-trade-tiers__header h2.kg-trade-tiers__heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-trade-tiers .kg-trade-tiers__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner {
        padding: 32px;
    }
    section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner h3.kg-trade-tiers__title {
        font-size: 24px;
        line-height: 32px;
    }
    section.kg-trade-tiers .kg-trade-tiers__grid .kg-trade-tiers__card .kg-trade-tiers__card-inner .kg-trade-tiers__discount span.kg-trade-tiers__discount-value {
        font-size: 60px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-trade-tiers {
        padding: 80px 0;
    }
    section.kg-trade-tiers .kg-trade-tiers__header h2.kg-trade-tiers__heading {
        font-size: 36px;
        line-height: 40px;
    }
}
/* trade program - Membership & Savings section css end */

/* trade program - Dealership Program section css end */
section.kg-dealership {
    padding: 48px 0;
    background-color: #fafaf8;
    position: relative;
    overflow: hidden;
}
section.kg-dealership .page-width .kg-dealership__header {
    margin-bottom: 56px;
    text-align: center;
}
section.kg-dealership .page-width .kg-dealership__header span.kg-dealership__eyebrow {
    display: block;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-dealership .page-width .kg-dealership__header h2.kg-dealership__heading {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .005em;
}
section.kg-dealership .page-width .kg-dealership__header h2.kg-dealership__heading span.kg-dealership__heading-accent {
    font-style: italic;
    display: block;
}
section.kg-dealership .page-width .kg-dealership__header p.kg-dealership__description {
    max-width: 576px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
}
section.kg-dealership .page-width .kg-dealership__subsection {
    margin-bottom: 56px;
}
section.kg-dealership .page-width .kg-dealership__subsection h3.kg-dealership__subsection-heading {
    margin: 0 0 32px;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    text-align: center;
    color: #888;
    line-height: 20px;
}
section.kg-dealership .page-width .kg-dealership__qualify-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
section.kg-dealership .page-width .kg-dealership__qualify-grid .kg-dealership__qualify-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border: 1px solid #e8e8e6;
    border-radius: 12px;
    background-color: #fff;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
}
section.kg-dealership .page-width .kg-dealership__qualify-grid .kg-dealership__qualify-item:hover {
    border-color: #c9b8964d;
    transform: translateY(-2px);
}
section.kg-dealership .page-width .kg-dealership__qualify-grid .kg-dealership__qualify-item .kg-dealership__qualify-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #e0ded8;
    border-radius: 12px;
    background-color: #f7f5f1;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
}
section.kg-dealership .page-width .kg-dealership__qualify-grid .kg-dealership__qualify-item .kg-dealership__qualify-icon-wrap span.kg-dealership__qualify-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #a88a5e;
}
section.kg-dealership .page-width .kg-dealership__qualify-grid .kg-dealership__qualify-item .kg-dealership__qualify-icon-wrap span.kg-dealership__qualify-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}
section.kg-dealership .page-width .kg-dealership__qualify-grid .kg-dealership__qualify-item span.kg-dealership__qualify-text {
    font-size: 13px;
    line-height: 1.375;
    font-weight: 300;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-dealership .page-width .kg-dealership__benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
section.kg-dealership .page-width .kg-dealership__benefits-grid .kg-dealership__benefit-card {
    padding: 24px;
    border: 1px solid #e8e8e6;
    border-radius: 12px;
    background-color: #fff;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
}
section.kg-dealership .page-width .kg-dealership__benefits-grid .kg-dealership__benefit-card:hover {
    border-color: #c9b8964d;
    transform: translateY(-4px);
}
section.kg-dealership .page-width .kg-dealership__benefits-grid .kg-dealership__benefit-card .kg-dealership__benefit-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border: 1px solid #e0ded8;
    border-radius: 12px;
    background-color: #f7f5f1;
}
section.kg-dealership .page-width .kg-dealership__benefits-grid .kg-dealership__benefit-card .kg-dealership__benefit-icon-wrap span.kg-dealership__benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #a88a5e;
}
section.kg-dealership .page-width .kg-dealership__benefits-grid .kg-dealership__benefit-card .kg-dealership__benefit-icon-wrap span.kg-dealership__benefit-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}
section.kg-dealership .page-width .kg-dealership__benefits-grid .kg-dealership__benefit-card h4.kg-dealership__benefit-title {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-dealership .page-width .kg-dealership__benefits-grid .kg-dealership__benefit-card p.kg-dealership__benefit-text {
    font-family: 'Cormorant Garamond';
    margin: 0;
    font-size: 12px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    letter-spacing: 0;
}
section.kg-dealership .page-width .kg-dealership__cta-panel {
    overflow: hidden;
    border: 2px solid #a88a5e;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 8px 40px -12px #0000001a;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid {
    display: grid;
    grid-template-columns: 1fr;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left span.kg-dealership__req-eyebrow {
    display: block;
    margin-bottom: 16px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left .kg-dealership__req-amount-wrap {
    margin-bottom: 20px;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left .kg-dealership__req-amount-wrap span.kg-dealership__req-amount {
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.01em;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left .kg-dealership__req-amount-wrap span.kg-dealership__req-period {
    margin-left: 6px;
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 28px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left p.kg-dealership__req-description {
    max-width: 320px;
    margin: 0;
    font-size: 13px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left .kg-dealership__req-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left .kg-dealership__req-note span.kg-dealership__req-note-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #a88a5e;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left .kg-dealership__req-note span.kg-dealership__req-note-icon svg {
    display: block;
    width: 15px;
    height: 15px;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left .kg-dealership__req-note span.kg-dealership__req-note-text {
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .025em;
    color: #888;
    line-height: 1.6;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-divider {
    display: none;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 18px;
    text-align: center;
    background-color: #fafaf8;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right .kg-dealership__cta-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    border: 1px solid #e0ded8;
    border-radius: 16px;
    background-color: #f7f5f1;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right .kg-dealership__cta-icon-wrap span.kg-dealership__cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #a88a5e;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right .kg-dealership__cta-icon-wrap span.kg-dealership__cta-icon svg {
    display: block;
    width: 26px;
    height: 26px;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right h4.kg-dealership__cta-heading {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #111;
    font-family: 'Cormorant Garamond';
    letter-spacing: .005em;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right p.kg-dealership__cta-description {
    max-width: 384px;
    margin: 0 0 28px;
    font-size: 13px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right a.kg-dealership__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 9999px;
    background-color: #000;
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    line-height: 1.6;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right a.kg-dealership__button:hover {
    background-color: #262626;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right a.kg-dealership__button[aria-disabled='true'] {
    opacity: 0.5;
    pointer-events: none;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right a.kg-dealership__button span.kg-dealership__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right a.kg-dealership__button span.kg-dealership__button-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 640px) {
    section.kg-dealership .page-width .kg-dealership__qualify-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    section.kg-dealership .page-width .kg-dealership__benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (min-width: 768px) {
    section.kg-dealership {
        padding: 64px 0;
    }
    section.kg-dealership .page-width .kg-dealership__header h2.kg-dealership__heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-dealership .page-width .kg-dealership__qualify-grid {
        gap: 20px;
    }
    section.kg-dealership .page-width .kg-dealership__benefits-grid {
        gap: 24px;
    }
    section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left,
    section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right {
        padding: 40px;
    }
    section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-left .kg-dealership__req-amount-wrap span.kg-dealership__req-amount {
        font-size: 60px;
    }
    section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-right h4.kg-dealership__cta-heading {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-dealership {
        padding: 80px 0;
    }
    section.kg-dealership .page-width .kg-dealership__header h2.kg-dealership__heading {
        font-size: 36px;
        line-height: 40px;
    }
    section.kg-dealership .page-width .kg-dealership__qualify-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    section.kg-dealership .page-width .kg-dealership__benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid {
        grid-template-columns: 1fr auto 1fr;
    }
    section.kg-dealership .page-width .kg-dealership__cta-panel .kg-dealership__cta-grid .kg-dealership__cta-divider {
        display: block;
        width: 1px;
        background-color: #e8e8e6;
    }
}
/* trade program - Dealership Program section css end */

/* material - hero banner section css start */
.kg-template-material section.kg-about-hero {
    height: 300px;
}
.kg-template-material section.kg-about-hero .kg-about-hero__content {
    align-items: center;
    text-align: center;
}
.kg-template-material section.kg-about-hero .kg-about-hero__content span.kg-about-hero__eyebrow {
    margin: 0 0 12px;
    backdrop-filter: blur(4px);
    color: rgb(255 255 255 / 1);
    padding: 4px 14px;
    background-color: #ffffff26;
    border: 1px solid #fff3;
    border-radius: 99px;
    font-size: 10px;
    letter-spacing: .2em;
}
.kg-template-material section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
    font-size: 30px;
    line-height: 36px;
}
.kg-template-material section.kg-about-hero .kg-about-hero__content p.kg-about-hero__description {
    margin-top: 12px;
    max-width: 576px;
    color: #ffffffb3;
}
.kg-template-material section.kg-about-hero .kg-about-hero__overlay {
    background-image: linear-gradient(to bottom, #00000080, #0000004d, #0009);
}
@media screen and (min-width: 768px) {
    .kg-template-material section.kg-about-hero {
        height: 400px;
    }
    .kg-template-material section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
        font-size: 48px;
        margin: 20px 0 0;
        line-height: 1;
    }
    .kg-template-material section.kg-about-hero .kg-about-hero__content p.kg-about-hero__description {
        margin-top: 16px;
    }
}
/* material - hero banner section css end */

/* material - vanity wood species section css start */
section.kg-vanity-wood-species {
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__header {
    margin-bottom: 40px;
    text-align: center;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__header span.kg-vanity-wood-species__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__header h2.kg-vanity-wood-species__heading {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    font-family: 'Cormorant Garamond', Georgia, serif;
    letter-spacing: .005em;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__header p.kg-vanity-wood-species__description {
    max-width: 576px;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 1.625;
    color: #555;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__list {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__media {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__media img.kg-vanity-wood-species__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content span.kg-vanity-wood-species__origin {
    display: inline-block;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content .kg-vanity-wood-species__origin-wrap {
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.6;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content h3.kg-vanity-wood-species__title {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    font-family: 'Cormorant Garamond', Georgia, serif;
    letter-spacing: .005em;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content p.kg-vanity-wood-species__text {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.625;
    color: #555;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content .kg-vanity-wood-species__details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content .kg-vanity-wood-species__details h4.kg-vanity-wood-species__detail-label {
    margin: 0 0 8px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #555;
    line-height: 16px;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content .kg-vanity-wood-species__details ul.kg-vanity-wood-species__detail-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content .kg-vanity-wood-species__details ul.kg-vanity-wood-species__detail-list li.kg-vanity-wood-species__detail-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #111;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content .kg-vanity-wood-species__details ul.kg-vanity-wood-species__detail-list li.kg-vanity-wood-species__detail-item span.kg-vanity-wood-species__bullet {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    margin-top: 9px;
    border-radius: 50%;
    background-color: #111;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content a.kg-vanity-wood-species__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 14px;
    font-weight: 500;
    color: #a88a5e;
    text-decoration: none;
    transition: color .25s ease;
    line-height: 20px;
    letter-spacing: 0;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content a.kg-vanity-wood-species__link:hover {
    color: #c9b896;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content a.kg-vanity-wood-species__link[aria-disabled='true'] {
    opacity: 0.5;
    pointer-events: none;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content a.kg-vanity-wood-species__link span.kg-vanity-wood-species__link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content a.kg-vanity-wood-species__link span.kg-vanity-wood-species__link-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 640px) {
    section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content .kg-vanity-wood-species__details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (min-width: 768px) {
    section.kg-vanity-wood-species {
        padding: 96px 0;
    }
    section.kg-vanity-wood-species .kg-vanity-wood-species__header {
        margin-bottom: 56px;
    }
    section.kg-vanity-wood-species .kg-vanity-wood-species__header h2.kg-vanity-wood-species__heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-vanity-wood-species .kg-vanity-wood-species__list {
        gap: 96px;
    }
    section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content h3.kg-vanity-wood-species__title {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-vanity-wood-species .kg-vanity-wood-species__row .kg-vanity-wood-species__content p.kg-vanity-wood-species__text {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-vanity-wood-species .kg-vanity-wood-species__header h2.kg-vanity-wood-species__heading {
        font-size: 36px;
        line-height: 40px;
    }
    section.kg-vanity-wood-species .kg-vanity-wood-species__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px;
    }
    section.kg-vanity-wood-species .kg-vanity-wood-species__row.kg-vanity-wood-species__row--image-right .kg-vanity-wood-species__media {
        order: 2;
    }
    section.kg-vanity-wood-species .kg-vanity-wood-species__row.kg-vanity-wood-species__row--image-right .kg-vanity-wood-species__content {
        order: 1;
    }
}
/* material - vanity wood species section css end */

/* material - Stone to Choose section css start */
.kg-template-material section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button {
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    text-transform: none;
    letter-spacing: 0;
}
.kg-template-material section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button--primary:hover {
    background-color: #2a2a2a;
}
.kg-template-material section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button--secondary:hover {
    background-color: #1111110d;
}
.kg-template-material section.kg-work-together .kg-work-together__inner .kg-work-together__buttons a.kg-work-together__button--secondary {
    background-color: transparent;
    color: #111;
    border: 1px solid #d5d3ce;
}
.kg-template-material section.kg-work-together .kg-work-together__inner p.kg-work-together__description {
    margin-bottom: 32px;
}
/* material - Stone to Choose section css end */

/* material - Maintenance section css start */
section.kg-natural-stone-care {
    padding: 64px 0;
    background-color: #fafafa;
    letter-spacing: 0;
}
section.kg-natural-stone-care .kg-natural-stone-care__heading {
    margin: 0 auto 40px;
    text-align: center;
}
section.kg-natural-stone-care .kg-natural-stone-care__heading span.kg-natural-stone-care__subtitle {
    display: inline-block;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #a88a5e;
    line-height: 1.6;
}
section.kg-natural-stone-care .kg-natural-stone-care__heading h2.kg-natural-stone-care__title {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    letter-spacing: .005em;
}
section.kg-natural-stone-care .kg-natural-stone-care__heading p.kg-natural-stone-care__description {
    max-width: 576px;
    margin: 12px auto 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
}
section.kg-natural-stone-care .kg-natural-stone-care__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
section.kg-natural-stone-care .kg-natural-stone-care__grid .kg-natural-stone-care__card {
    background-color: #fff;
    border: 1px solid #e8e8e6;
    border-radius: 12px;
    padding: 24px;
}
section.kg-natural-stone-care .kg-natural-stone-care__grid .kg-natural-stone-care__card h3.kg-natural-stone-care__card-title {
    margin: 0 0 8px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #111;
    letter-spacing: .005em;
}
section.kg-natural-stone-care .kg-natural-stone-care__grid .kg-natural-stone-care__card p.kg-natural-stone-care__card-text {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
}
@media screen and (min-width: 768px) {
    section.kg-natural-stone-care .kg-natural-stone-care__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
    section.kg-natural-stone-care .kg-natural-stone-care__heading h2.kg-natural-stone-care__title {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-natural-stone-care .kg-natural-stone-care__grid .kg-natural-stone-care__card {
        padding: 32px;
    }
    section.kg-natural-stone-care .kg-natural-stone-care__grid .kg-natural-stone-care__card h3.kg-natural-stone-care__card-title {
        font-size: 18px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-natural-stone-care {
        padding: 96px 0;
    }
    section.kg-natural-stone-care .kg-natural-stone-care__heading {
        margin-bottom: 56px;
    }
    section.kg-natural-stone-care .kg-natural-stone-care__heading h2.kg-natural-stone-care__title {
        font-size: 36px;
        line-height: 40px;
    }
    section.kg-natural-stone-care .kg-natural-stone-care__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* material - Maintenance section css end */

/* Gallery - hero banner section css start */
.kg-lookbook-hero-banner {
    width: 100%;
    overflow: hidden;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    width: 100%;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__media .kg-lookbook-hero-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__media .kg-lookbook-hero-banner__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, #00000080, #0000004d, #0009);
    opacity: 1 !important;
    display: block;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner {
    width: fit-content;
    display: flex;
    flex-direction: column;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: auto;
    margin-bottom: 24px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .35em;
    text-transform: uppercase;
    color: #fffc;
    font-family: Cormorant Garamond, Georgia, serif;
    width: fit-content;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__eyebrow .kg-lookbook-hero-banner__eyebrow-line {
    width: 40px;
    height: 1px;
    background: #ffffff80;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__eyebrow .kg-lookbook-hero-banner__eyebrow-text {
    white-space: nowrap;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__title {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -.01em;
    color: #ffffff;
    font-family: Cormorant Garamond, Georgia, serif;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__description {
    margin: 0 auto;
    max-width: 512px;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625;
    color: #ffffffbf;
    letter-spacing: 0;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__description p {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner {
        min-height: 520px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content {
        padding: 0 24px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__eyebrow {
        margin-bottom: 32px;
        font-size: 11px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__eyebrow .kg-lookbook-hero-banner__eyebrow-line {
        width: 64px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__title {
        margin-bottom: 24px;
        font-size: 60px;
        line-height: 1;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__description {
        font-size: 16px;
        line-height: 24px;
        max-width: 576px;
    }
}
@media screen and (min-width: 1024px) {
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__title {
        font-size: 72px;
        line-height: 1;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner {
        min-height: 600px;
    }
}
/* Gallery - hero banner section css end */

/* Gallery - Gallery list section css start */
.kg-lookbook-gallery-list {
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner {
    padding: 40px 16px;
    width: 100%;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 20px;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card {
    display: block;
    transition: all .9s cubic-bezier(.16, 1, .3, 1);
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-media-link {
    display: block;
    text-decoration: none;
    transition: opacity 0.2s ease;
    background: #f0f0ee;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    position: relative;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-media .kg-lookbook-gallery-list__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: all .9s cubic-bezier(.16, 1, .3, 1);
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-media .kg-lookbook-gallery-list__card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    background: #ffffffe6;
    color: #111;
    font-size: 9px;
    letter-spacing: .2em;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    backdrop-filter: blur(4px);
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card:hover .kg-lookbook-gallery-list__card-media .kg-lookbook-gallery-list__card-image {
    transform: scale(1.04);
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content {
    padding-top: 16px;
    text-align: left;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-location {
    margin: 0 0 4px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #888;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-title {
    margin: 0 0 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: .005em;
    color: #111;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-credit {
    margin: 0;
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    font-weight: 300;
    line-height: 1.7;
    color: #888;
    letter-spacing: 0;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-credit+.kg-lookbook-gallery-list__card-credit {
    margin: 4px 0 0;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-credit span.kg-lookbook-gallery-list__card-credit-label {
    color: #555;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-cta {
    margin: 16px 0 0;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    letter-spacing: .2em;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Cormorant Garamond, Georgia, serif;
    gap: 8px;
    display: inline-flex;
    align-items: center;
    font-weight: 300;
    line-height: 1.6;
    color: #111;
    text-decoration: none;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-cta span.kg-lookbook-gallery-list__card-cta-text {
    position: relative;
    border-bottom: 1px solid rgb(17 17 17 / 25%);
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-cta span.kg-lookbook-gallery-list__card-cta-arrow {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-cta:hover {
    color: #b8976b;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-cta:hover span.kg-lookbook-gallery-list__card-cta-text {
    border-color: rgb(184 151 107 / 25%);
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-cta:hover span.kg-lookbook-gallery-list__card-cta-arrow {
    transform: translateX(5px);
}
@media screen and (min-width: 768px) {
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner {
        padding: 56px 32px;
    }
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 56px 28px;
    }
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-media .kg-lookbook-gallery-list__card-badge {
        top: 16px;
        left: 16px;
    }
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content {
        padding-top: 20px;
    }
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid .kg-lookbook-gallery-list__card .kg-lookbook-gallery-list__card-content .kg-lookbook-gallery-list__card-title {
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1024px) {
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner {
        padding: 80px 48px;
    }
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__grid {
        gap: 64px 32px;
    }
}
/* Gallery - Gallery list section css end */

/* made-to-order - The Process section css start */
.kg-template-made-to-order section.kg-our-craft .kg-our-craft__header {
    margin-bottom: 56px;
}
.kg-template-made-to-order section.kg-our-craft .kg-our-craft__header span.kg-our-craft__eyebrow {
    color: #888888;
    letter-spacing: 2.5px;
    margin: 0;
}
.kg-template-made-to-order section.kg-our-craft .kg-our-craft__header h2.kg-our-craft__heading {
    margin: 0;
}
.kg-template-made-to-order section.kg-our-craft .kg-our-craft__header p.kg-our-craft__description {
    margin-top: 12px;
}
.kg-template-made-to-order section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card {
    padding: 32px;
    border: 1px solid #e5e7eb;
    background: #fafafa;
    border-radius: 0;
}
.kg-template-made-to-order section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card span.kg-our-craft__number {
    color: #111;
}
.kg-template-made-to-order section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card p.kg-our-craft__text {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .kg-template-made-to-order section.kg-our-craft .kg-our-craft__header {
        margin-bottom: 40px;
    }
    .kg-template-made-to-order section.kg-our-craft .kg-our-craft__grid .kg-our-craft__card {
        padding: 24px;
    }
}
/* made-to-order - The Process section css end */

/* Gallery Inner - hero banner section css start */
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single {
    min-height: 360px;
    width: 100%;
    position: relative;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single .kg-lookbook-hero-banner__media .kg-lookbook-hero-banner__overlay {
    background-image: linear-gradient(to bottom, #0000004d, #0000001a, #00000080);
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__eyebrow {
    margin: auto auto 20px;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__title {
    font-size: 30px;
    margin: 0 0 16px;
}
@media screen and (min-width: 640px) {
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single {
        min-height: 480px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__title {
        font-size: 36px;
        line-height: 40px;
    }
}
@media screen and (min-width: 768px) {
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single {
        min-height: 580px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__eyebrow {
        margin-bottom: 24px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__title {
        margin-bottom: 20px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__title {
        font-size: 60px;
        line-height: 1;
    }
}
@media screen and (min-width: 1024px) {
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single {
        min-height: 680px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__inner.kg-lookbook-hero-banner--single .kg-lookbook-hero-banner__content .kg-lookbook-hero-banner__content-inner .kg-lookbook-hero-banner__title {
        font-size: 72px;
        line-height: 1;
    }
}
/* Gallery Inner - hero banner section css end */

/* made-to-order - Why Go Custom? section css start */
.kg-template-made-to-order section.kg-our-philosophy {
    background: #fafafa;
}
.kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__header {
    margin-bottom: 56px;
}
.kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__header span.kg-our-philosophy__eyebrow {
    margin-bottom: 0;
    letter-spacing: 2.5px;
    color: #888888;
}
.kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card {
    border-radius: 0;
    border: 1px solid #0000000d;
}
.kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card .kg-our-philosophy__icon-wrap {
    border-radius: 0;
    background-color: #fafafa;
    border: none;
    margin-bottom: 16px;
}
.kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card p.kg-our-philosophy__text {
    font-size: 14px;
    max-width: 100%;
}
.kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card .kg-our-philosophy__icon-wrap span.kg-our-philosophy__icon {
    color: #111;
}
.kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card .kg-our-philosophy__icon-wrap span.kg-our-philosophy__icon svg {
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 1024px) {
    .kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 767px) {
    section.kg-our-philosophy .kg-our-philosophy__grid .kg-our-philosophy__card {
        padding: 24px;
    }
    .kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__header {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 640px) {
    .kg-template-made-to-order section.kg-our-philosophy .kg-our-philosophy__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
/* made-to-order - Why Go Custom? section css end */

/* Gallery inner - about details section css start */
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail {
    width: 100%;
    background: #ffffff;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner {
    width: 100%;
    box-sizing: border-box;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-left: 48px;
    padding-right: 48px;
    border-bottom: 1px solid #e5e0da;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar .kg-lookbook-hero-banner__detail-meta-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 8px;
    column-gap: 40px;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar .kg-lookbook-hero-banner__detail-meta-grid .kg-lookbook-hero-banner__detail-meta-item {
    min-width: 0;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar .kg-lookbook-hero-banner__detail-meta-grid .kg-lookbook-hero-banner__detail-meta-item .kg-lookbook-hero-banner__detail-meta-label {
    margin: 0 0 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar .kg-lookbook-hero-banner__detail-meta-grid .kg-lookbook-hero-banner__detail-meta-item .kg-lookbook-hero-banner__detail-meta-value {
    margin: 0;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 400;
    letter-spacing: .01em;
    color: #1a1a1a;
    font-size: 13px;
    line-height: 1.6;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar .kg-lookbook-hero-banner__detail-back-link {
    font-family: Cormorant Garamond, Georgia, serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    transition: all .5s ease;
    font-size: 10px;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar .kg-lookbook-hero-banner__detail-back-link:hover {
    color: #b8976b;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar .kg-lookbook-hero-banner__detail-back-link .kg-lookbook-hero-banner__detail-back-arrow {
    font-size: 14px;
    line-height: 1;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-about {
    max-width: 768px;
    padding: 64px 48px;
    margin: auto;
    text-align: center;
    font-family: Cormorant Garamond, Georgia, serif;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-about .kg-lookbook-hero-banner__detail-about-heading {
    margin: 0 0 32px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #888;
    font-family: Cormorant Garamond, Georgia, serif;
    text-align: left;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-about .kg-lookbook-hero-banner__detail-about-text {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-about .kg-lookbook-hero-banner__detail-about-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
    text-align: left;
}
.kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar .kg-lookbook-detail-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    row-gap: 12px;
    width: 100%;
}
@media screen and (max-width:1024px) {
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar {
        padding-left: 32px;
        padding-right: 32px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-about {
        padding: 56px 32px;
    }
}
@media screen and (max-width:767px) {
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar {
        padding-left: 16px;
        padding-right: 16px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-meta-bar .kg-lookbook-hero-banner__detail-meta-grid {
        column-gap: 24px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-about {
        padding: 40px 16px;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-about .kg-lookbook-hero-banner__detail-about-text p {
        font-size: 15px;
        line-height: 1.8;
    }
    .kg-lookbook-hero-banner .kg-lookbook-hero-banner__detail .kg-lookbook-hero-banner__detail-inner .kg-lookbook-hero-banner__detail-about .kg-lookbook-hero-banner__detail-about-heading {
        margin: 0 0 24px;
    }
}
/* Gallery inner - about details section css end */

/* Gallery Inner - gallery grid list section css start */
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner.kg-lookbook-gallery-list--single {
    background-color: #fafafa;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-heading {
    margin: 0 0 32px;
    font-family: 'Cormorant Garamond';
    font-size: 10px;
    letter-spacing: .35em;
    text-transform: uppercase;
    text-align: left;
    color: #888;
    font-weight: 300;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 12px;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-heading::after {
    content: '';
    flex: 1;
    background-color: #e8e8e8;
    height: 1px;
    width: 100%;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid .kg-lookbook-gallery-list__product-card {
    display: block;
    text-decoration: none;
    transition: all .9s cubic-bezier(.16, 1, .3, 1);
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid .kg-lookbook-gallery-list__product-card .kg-lookbook-gallery-list-product-card-link {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    display: block;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid .kg-lookbook-gallery-list__product-card .kg-lookbook-gallery-list__product-card-media {
    overflow: hidden;
    border-radius: 8px;
    background: #f3f1ee;
    aspect-ratio: 1;
    margin: 0 0 12px;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid .kg-lookbook-gallery-list__product-card .kg-lookbook-gallery-list__product-card-media .kg-lookbook-gallery-list__product-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    transition: all .7s cubic-bezier(.16, 1, .3, 1);
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid .kg-lookbook-gallery-list__product-card:hover .kg-lookbook-gallery-list__product-card-media .kg-lookbook-gallery-list__product-card-image {
    transform: scale(1.04);
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid .kg-lookbook-gallery-list__product-card .kg-lookbook-gallery-list-product-card-link .kg-lookbook-gallery-list__product-card-content .kg-lookbook-gallery-list__product-card-title {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    line-height: 1.375;
    font-size: 15px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 0 0 4px;
    font-weight: 300;
    letter-spacing: .005em;
    color: #111;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid .kg-lookbook-gallery-list__product-card:hover .kg-lookbook-gallery-list-product-card-link .kg-lookbook-gallery-list__product-card-content .kg-lookbook-gallery-list__product-card-title {
    color: #b8976b;
}
.kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid .kg-lookbook-gallery-list__product-card .kg-lookbook-gallery-list-product-card-link .kg-lookbook-gallery-list__product-card-content .kg-lookbook-gallery-list__product-card-price {
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    color: #111;
}
@media screen and (min-width: 768px) {
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-heading {
        margin-bottom: 40px;
    }
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 40px;
    }
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid .kg-lookbook-gallery-list__product-card .kg-lookbook-gallery-list-product-card-link .kg-lookbook-gallery-list__product-card-content .kg-lookbook-gallery-list__product-card-title {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (min-width: 1024px) {
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner .kg-lookbook-gallery-list__products .kg-lookbook-gallery-list__products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .kg-lookbook-gallery-list .kg-lookbook-gallery-list__inner.kg-lookbook-gallery-list--single {
        padding: 64px 48px;
    }
}
/* Gallery Inner - gallery grid list section css end */

/* Gallery Inner -Explore More section css start */
section.kg-gallery-discover-more {
    padding: 48px 0;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
    box-sizing: border-box;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner .kg-gallery-discover-more__eyebrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner .kg-gallery-discover-more__eyebrow-wrap span.kg-gallery-discover-more__line {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #e8e8e8;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner .kg-gallery-discover-more__eyebrow-wrap span.kg-gallery-discover-more__eyebrow {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .35em;
    text-transform: uppercase;
    color: #888;
    line-height: 1.6;
    white-space: nowrap;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner h2.kg-gallery-discover-more__heading {
    margin: 0 0 16px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
    color: #111;
    letter-spacing: .005em;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner p.kg-gallery-discover-more__description {
    max-width: 448px;
    margin: 0 auto 32px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    letter-spacing: 0;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner a.kg-gallery-discover-more__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    background-color: #111;
    color: #fff;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.6;
    white-space: nowrap;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
    min-height: 40px;
    border-radius: 99px;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner a.kg-gallery-discover-more__button:hover {
    background-color: #2a2a2a;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner a.kg-gallery-discover-more__button[aria-disabled='true'] {
    opacity: 0.5;
    pointer-events: none;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner a.kg-gallery-discover-more__button span.kg-gallery-discover-more__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
}
section.kg-gallery-discover-more .kg-gallery-discover-more__inner a.kg-gallery-discover-more__button span.kg-gallery-discover-more__button-icon svg {
    display: block;
    width: 14px;
    height: 14px;
}
@media screen and (min-width: 768px) {
    section.kg-gallery-discover-more {
        padding: 64px 0;
    }
    section.kg-gallery-discover-more .kg-gallery-discover-more__inner {
        padding: 0 32px;
    }
    section.kg-gallery-discover-more .kg-gallery-discover-more__inner .kg-gallery-discover-more__eyebrow-wrap {
        margin-bottom: 32px;
    }
    section.kg-gallery-discover-more .kg-gallery-discover-more__inner .kg-gallery-discover-more__eyebrow-wrap span.kg-gallery-discover-more__line {
        width: 64px;
    }
    section.kg-gallery-discover-more .kg-gallery-discover-more__inner .kg-gallery-discover-more__eyebrow-wrap span.kg-gallery-discover-more__eyebrow {
        font-size: 11px;
    }
    section.kg-gallery-discover-more .kg-gallery-discover-more__inner h2.kg-gallery-discover-more__heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-gallery-discover-more .kg-gallery-discover-more__inner p.kg-gallery-discover-more__description {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-gallery-discover-more {
        padding: 80px 0;
    }
    section.kg-gallery-discover-more .kg-gallery-discover-more__inner {
        padding: 0 48px;
    }
    section.kg-gallery-discover-more .kg-gallery-discover-more__inner h2.kg-gallery-discover-more__heading {
        font-size: 36px;
        line-height: 40px;
    }
}
/* Gallery Inner -Explore More section css end */

/* made-to-order - hero banner section css start */
.kg-template-made-to-order section.kg-about-hero {
    height: 300px;
}
.kg-template-made-to-order section.kg-about-hero .kg-about-hero__overlay {
    background-image: linear-gradient(to bottom, #00000080, #0000004d, #0009);
}
.kg-template-made-to-order section.kg-about-hero .kg-about-hero__content {
    align-items: center;
    text-align: center;
}
.kg-template-made-to-order section.kg-about-hero .kg-about-hero__content span.kg-about-hero__eyebrow {
    margin: 0 0 12px;
    color: #ffffffb3;
    letter-spacing: .25em;
    font-size: 10px;
}
.kg-template-made-to-order section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
    font-size: 30px;
    line-height: 36px;
    max-width: 100%;
}
.kg-template-made-to-order section.kg-about-hero .kg-about-hero__content p.kg-about-hero__description {
    max-width: 672px;
    margin: 12px auto 0;
    color: #ffffffb3;
}
@media screen and (min-width: 640px) {
    .kg-template-made-to-order section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
        font-size: 36px;
        line-height: 40px;
    }
}
@media screen and (min-width: 768px) {
    .kg-template-made-to-order section.kg-about-hero {
        height: 400px;
    }
    .kg-template-made-to-order section.kg-about-hero .kg-about-hero__content h1.kg-about-hero__heading {
        font-size: 48px;
        line-height: 1;
    }
    .kg-template-made-to-order section.kg-about-hero .kg-about-hero__content p.kg-about-hero__description {
        margin: 16px auto 0;
    }
}
/* made-to-order - hero banner section css end */

/* Made-to-order - design configurator section css start */
section.kg-design-configurator-cta {
    padding: 64px 0;
    background-color: #fff;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid #0000000d;
    background-color: #fafafa;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__media img.kg-design-configurator-cta__image,
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__media svg.kg-design-configurator-cta__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__media .kg-design-configurator-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0000001a, transparent);
    pointer-events: none;
    display: block;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content span.kg-design-configurator-cta__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.6;
    color: #888888;
    letter-spacing: .25em;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content h2.kg-design-configurator-cta__heading {
    margin: 0 0 12px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 300;
    color: #111;
    letter-spacing: .01em;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content p.kg-design-configurator-cta__description {
    max-width: 512px;
    margin: 0 0 20px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
    color: #555;
    letter-spacing: 0;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons a.kg-design-configurator-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    line-height: 1.6;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons a.kg-design-configurator-cta__button[aria-disabled='true'] {
    opacity: 0.5;
    pointer-events: none;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons a.kg-design-configurator-cta__button--primary {
    background-color: #111;
    color: #fff;
    border: 1px solid #111;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons a.kg-design-configurator-cta__button--primary:hover {
    background-color: #262626;
    border-color: #262626;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons a.kg-design-configurator-cta__button--secondary {
    background-color: transparent;
    color: #111;
    border: 1px solid #1111111f;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons a.kg-design-configurator-cta__button--secondary:hover {
    background-color: #111;
    color: #fff;
    border-color: #111;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons a.kg-design-configurator-cta__button span.kg-design-configurator-cta__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
}
section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons a.kg-design-configurator-cta__button span.kg-design-configurator-cta__button-icon svg {
    display: block;
    width: 14px;
    height: 14px;
}
@media screen and (min-width: 640px) {
    section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content .kg-design-configurator-cta__buttons {
        flex-direction: row;
        gap: 12px;
    }
}
@media screen and (min-width: 768px) {
    section.kg-design-configurator-cta {
        padding: 80px 0;
    }
    section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content h2.kg-design-configurator-cta__heading {
        font-size: 24px;
        line-height: 32px;
    }
    section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content h2.kg-design-configurator-cta__heading {
        font-size: 24px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-design-configurator-cta .kg-design-configurator-cta__card {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__media {
        grid-column: span 2 / span 2;
        aspect-ratio: auto;
        min-height: 100%;
    }
    section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content {
        grid-column: span 3 / span 3;
        padding: 40px;
    }
    section.kg-design-configurator-cta .kg-design-configurator-cta__card .kg-design-configurator-cta__content h2.kg-design-configurator-cta__heading {
        font-size: 26px;
        line-height: 32px;
    }
    section.kg-design-configurator-cta .kg-design-configurator-cta__card.kg-design-configurator-cta__card--image-right .kg-design-configurator-cta__media {
        order: 2;
    }
    section.kg-design-configurator-cta .kg-design-configurator-cta__card.kg-design-configurator-cta__card--image-right .kg-design-configurator-cta__content {
        order: 1;
    }
}
/* Made-to-order - design configurator section css end */

/* Made-to-order - Request a Quote section css start */
section.kg-custom-quote {
    padding: 64px 0;
    background-color: #fff;
}
section.kg-custom-quote .kg-custom-quote__inner {
    max-width: 672px;
    margin: 0 auto;
}
section.kg-custom-quote .kg-custom-quote__header {
    text-align: center;
}
section.kg-custom-quote .kg-custom-quote__header span.kg-custom-quote__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #888;
    line-height: 1.6;
}
section.kg-custom-quote .kg-custom-quote__header h2.kg-custom-quote__heading {
    margin: 0 0 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    letter-spacing: .005em;
}
section.kg-custom-quote .kg-custom-quote__header p.kg-custom-quote__description {
    max-width: 448px;
    margin: 0 auto;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 300;
    color: #555;
    letter-spacing: 0;
}
section.kg-custom-quote .kg-custom-quote__form-wrap {
    margin-top: 40px;
}
section.kg-custom-quote form.kg-custom-quote__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section.kg-custom-quote form.kg-custom-quote__form p.kg-custom-quote__notice {
    margin: 0;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    line-height: 1.5;
}
section.kg-custom-quote form.kg-custom-quote__form p.kg-custom-quote__notice--success {
    border: 1px solid rgb(187 247 208);
    background-color: rgb(240 253 244);
    color: rgb(21 128 61);
    padding: 12px 16px;
    margin: 20px 0 0;
}
section.kg-custom-quote form.kg-custom-quote__form p.kg-custom-quote__notice--error {
    border: 1px solid rgb(254 202 202);
    background-color: rgb(254 242 242);
    color: rgb(185 28 28);
    padding: 12px 16px;
    margin: 20px 0 0;
}
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__field {
    display: flex;
    flex-direction: column;
}
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__field label.kg-custom-quote__label {
    margin-bottom: 6px;
    font-size: 12px;
    color: #555;
    line-height: 16px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: 0;
}
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__input,
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__select,
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #0000001a;
    border-radius: 0;
    background-color: #fafafa;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    line-height: 20px;
    color: #111;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    letter-spacing: 0;
    outline: none;
    box-shadow: none;
}
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__input::placeholder,
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__textarea::placeholder {
    color: rgb(136 136 136 / 40%);
}
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__input:focus,
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__select:focus,
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__textarea:focus {
    border-color: #0000004d;
}
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__select {
    appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
}
section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__textarea {
    min-height: 120px;
    resize: none;
}
section.kg-custom-quote form.kg-custom-quote__form p.kg-custom-quote__char-count {
    margin: 4px 0 0;
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    text-align: right;
    color: #5559;
    line-height: 1.7;
    font-weight: 300;
    letter-spacing: 0;
}
section.kg-custom-quote form.kg-custom-quote__form button.kg-custom-quote__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    padding: 12px 28px;
    border: none;
    border-radius: 0;
    background-color: #111;
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
    line-height: 1.6;
}
section.kg-custom-quote form.kg-custom-quote__form button.kg-custom-quote__submit:hover {
    background-color: #2a2a2a;
}
section.kg-custom-quote form.kg-custom-quote__form button.kg-custom-quote__submit span.kg-custom-quote__submit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
}
@media screen and (min-width: 640px) {
    section.kg-custom-quote form.kg-custom-quote__form .kg-custom-quote__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (min-width: 768px) {
    section.kg-custom-quote {
        padding: 80px 0;
    }
    section.kg-custom-quote .kg-custom-quote__header h2.kg-custom-quote__heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-custom-quote .kg-custom-quote__header p.kg-custom-quote__description {
        font-size: 16px;
        line-height: 24px;
    }
    section.kg-custom-quote .kg-custom-quote__form-wrap {
        margin-top: 48px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-custom-quote {
        padding: 96px 0;
    }
    section.kg-custom-quote .kg-custom-quote__header h2.kg-custom-quote__heading {
        font-size: 36px;
        line-height: 40px;
    }
}
/* Made-to-order - Request a Quote section css end */

/* trade program - Apply Now section css start */
section.kg-trade-application {
    padding: 48px 0;
}
section.kg-trade-application .kg-trade-application__container {
    max-width: 960px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
section.kg-trade-application .kg-trade-application__header {
    margin-bottom: 56px;
    text-align: center;
}
section.kg-trade-application .kg-trade-application__header span.kg-trade-application__eyebrow {
    display: block;
    margin-bottom: 12px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #a88a5e;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
}
section.kg-trade-application .kg-trade-application__header h2.kg-trade-application__heading {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #111;
    font-family: 'Cormorant Garamond';
    letter-spacing: .005em;
}
section.kg-trade-application .kg-trade-application__header p.kg-trade-application__description {
    max-width: 512px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.625;
    color: #555;
    font-weight: 300;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0;
}
section.kg-trade-application form.kg-trade-application__form {
    padding: 32px;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background-color: #fafaf8;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
    padding: 16px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-card[hidden] {
    display: none;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-notice[hidden] {
    display: none;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-card {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
    padding: 16px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-card span.kg-trade-application__tier-card-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #9a7b4f;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-card span.kg-trade-application__tier-card-icon svg {
    width: 16px;
    height: 16px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-card .kg-trade-application__tier-card-body {
    flex: 1;
    min-width: 0;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-card .kg-trade-application__tier-card-body span.kg-trade-application__tier-card-label {
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #9a7b4f;
    font-family: Cormorant Garamond, Georgia, serif;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-card .kg-trade-application__tier-card-body span.kg-trade-application__tier-card-name {
    display: block;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #111;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-card button.kg-trade-application__tier-card-clear {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: auto;
    padding: 0;
    border: none;
    border-radius: 9999px;
    background: transparent;
    color: #888;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-card button.kg-trade-application__tier-card-clear:hover {
    color: #111;
    background-color: rgb(0 0 0 / 5%);
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-notice span.kg-trade-application__tier-notice-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #111;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-notice span.kg-trade-application__tier-notice-icon svg {
    width: 14px;
    height: 14px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__tier-notice .kg-trade-application__tier-notice-text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.625;
    font-weight: 300;
    color: #111;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
}
section.kg-trade-application form.kg-trade-application__form fieldset.kg-trade-application__fieldset {
    margin: 0 0 36px;
    padding: 0;
    border: none;
}
section.kg-trade-application form.kg-trade-application__form fieldset.kg-trade-application__fieldset legend.kg-trade-application__legend {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    line-height: 2px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
section.kg-trade-application form.kg-trade-application__form fieldset.kg-trade-application__fieldset legend.kg-trade-application__legend span.kg-trade-application__legend-line {
    flex: 1;
    height: 1px;
    margin-left: 12px;
    background-color: #e8e8e6;
}
section.kg-trade-application form.kg-trade-application__form fieldset.kg-trade-application__fieldset legend.kg-trade-application__legend span.kg-trade-application__legend-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #a88a5e;
}
section.kg-trade-application form.kg-trade-application__form fieldset.kg-trade-application__fieldset legend.kg-trade-application__legend span.kg-trade-application__legend-icon svg {
    width: 16px;
    height: 16px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field {
    display: flex;
    flex-direction: column;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field .kg-trade-application__label {
    color: #888;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    font-family: Cormorant Garamond, Georgia, serif;
    display: block;
    margin: 0 0 8px;
    line-height: 1.6;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field .kg-trade-application__label span.kg-trade-application__required {
    color: #a88a5e;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field input,
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field select,
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field textarea {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
    background-color: rgb(255 255 255 / 1);
    border: 1px solid #e0ded8;
    border-radius: 8px;
    font-family: 'Cormorant Garamond';
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__input:focus,
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__select:focus,
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__textarea:focus {
    outline: none;
    border-color: #a88a5e80;
    box-shadow: 0 0 0 0px #fff;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field input::placeholder,
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field textarea::placeholder {
    color: #ccc;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__textarea {
    min-height: 100px;
    resize: none;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__row+.kg-trade-application__row {
    margin-top: 16px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field.kg-trade-application__field--half {
    max-width: 100%;
    margin-top: 16px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__upload {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 2px dashed #d8d6d0;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    transition: border-color .3s ease, background-color .3s ease;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__upload span.kg-trade-application__upload-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    color: #555;
    background-color: #f7f5f1;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__upload span.kg-trade-application__upload-icon svg {
    width: 15px;
    height: 15px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__upload:hover {
    background-color: #fdfbf7;
    border-color: #a88a5e66;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__upload span.kg-trade-application__upload-text {
    color: #555;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__upload input.kg-trade-application__upload-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field p.kg-trade-application__char-count {
    font-weight: 300;
    color: #888;
    font-size: 10px;
    font-family: Cormorant Garamond, Georgia, serif;
    text-align: right;
    margin: 8px 0 0;
    line-height: 1.7;
    letter-spacing: 0;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__submit-wrap {
    padding-top: 8px;
}
section.kg-trade-application form.kg-trade-application__form button.kg-trade-application__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 28px;
    border: none;
    border-radius: 9999px;
    background-color: #000;
    color: #fff;
    font-family: Cormorant Garamond;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
    line-height: 1.6;
    white-space: nowrap;
}
section.kg-trade-application form.kg-trade-application__form button.kg-trade-application__submit span.kg-trade-application__submit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
section.kg-trade-application form.kg-trade-application__form button.kg-trade-application__submit span.kg-trade-application__submit-icon svg {
    width: 12px;
    height: 12px;
}
section.kg-trade-application form.kg-trade-application__form button.kg-trade-application__submit:hover {
    background-color: #262626;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__notice--success {
    border: 1px solid #a7f3d0;
    background-color: #ecfdf5;
    color: #2f7d4f;
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__notice--error {
    border: 1px solid rgb(254 202 202);
    background-color: rgb(254 242 242);
    color: rgb(153 27 27);
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__notice--error .kg-trade-application__notice-icon {
    display: flex;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__notice--error span.kg-trade-application__notice-icon svg {
    width: 16px;
    height: 16px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__notice--success span.kg-trade-application__notice-icon svg {
    width: 16px;
    height: 16px;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__notice h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: Cormorant Garamond, Georgia, serif;
    color: #065f46;
}
section.kg-trade-application form.kg-trade-application__form .kg-trade-application__notice p {
    margin: 0;
    font-size: 12px;
    line-height: 1.625;
    font-family: Cormorant Garamond, Georgia, serif;
    margin-top: 4px;
}
@media screen and (min-width: 640px) {
    section.kg-trade-application form.kg-trade-application__form .kg-trade-application__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    section.kg-trade-application form.kg-trade-application__form .kg-trade-application__field.kg-trade-application__field--half input {
        max-width: calc(50% - 8px);
    }
    section.kg-trade-application form.kg-trade-application__form button.kg-trade-application__submit {
        width: auto;
    }
}
@media screen and (min-width: 768px) {
    section.kg-trade-application {
        padding: 64px 0px;
    }
    section.kg-trade-application .kg-trade-application__container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    section.kg-trade-application .kg-trade-application__header h2.kg-trade-application__heading {
        font-size: 30px;
        line-height: 36px;
    }
    section.kg-trade-application form.kg-trade-application__form {
        padding: 40px;
    }
}
@media screen and (min-width: 1024px) {
    section.kg-trade-application {
        padding: 80px 0px;
    }
    section.kg-trade-application .kg-trade-application__container {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
    section.kg-trade-application .kg-trade-application__header h2.kg-trade-application__heading {
        font-size: 36px;
        line-height: 40px;
    }
}
/* trade program - Apply Now section css end */

/* Upload your Projet popup css start */
.kg-upload-project-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.kg-upload-project-popup.is-open {
    display: flex;
}
.kg-upload-project-popup .kg-upload-project-popup__backdrop {
    display: block;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.kg-upload-project-popup .kg-upload-project-popup__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 512px;
    max-height: 90vh;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #e8e4e0;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 20px 60px #0000001f;
    margin: 0 12px;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__close {
    z-index: 2;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #555;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    padding: 0;
    border-radius: 9999px;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__close:hover {
    background: #f5f5f5;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__header {
    padding: 24px 24px 16px;
    border-bottom: 1px solid #e5e5e34d;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__header .kg-upload-project-popup__eyebrow {
    margin: 0 0 4px;
    font-size: 10px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #888;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__header .kg-upload-project-popup__title {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .005em;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body {
    padding: 28px 32px;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row {
    margin-bottom: 24px;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row--half {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #888;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__label .kg-upload-project-popup__required {
    color: #888;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__input,
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d4d4d2;
    border-radius: 8px;
    background: #ffffff;
    color: #111;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    line-height: 20px;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    padding: 12px 16px;
    outline: none;
    box-shadow: none;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__input::placeholder,
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__textarea::placeholder {
    color: #ccc;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%239a8f85' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    color: #111;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__textarea {
    height: 86px;
    resize: vertical;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__char-count {
    margin-top: 6px;
    text-align: end;
    display: block;
    color: #888;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap {
    display: flex;
    flex-direction: column;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-input-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    border: 2px dashed #d4d4d2;
    border-radius: 4px;
    background: #f5f5f54d;
    text-align: center;
    cursor: pointer;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__dropzone.is-dragover {
    border-color: #9a8f85;
    background: #f5f2ee;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__dropzone .kg-upload-project-popup__dropzone-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #e8e8e6;
    color: #9a8f85;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__dropzone .kg-upload-project-popup__dropzone-icon-wrap svg {
    width: 20px;
    height: 20px;
    color: #888;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__dropzone .kg-upload-project-popup__dropzone-text {
    margin: 0 0 2px;
    font-family: 'Cormorant Garamond';
    font-size: 12px;
    line-height: 16px;
    color: #888;
    letter-spacing: 0;
    font-weight: 300;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__dropzone .kg-upload-project-popup__dropzone-text .kg-upload-project-popup__browse-link {
    border: 0;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 2px;
    background: transparent;
    font-family: 'Cormorant Garamond';
    font-size: 12px;
    line-height: 16px;
    color: #888;
    font-weight: 300;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__dropzone .kg-upload-project-popup__dropzone-note {
    margin: 0;
    color: #888888b3;
    font-size: 10px;
    line-height: 1.7;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f5f5f580;
    box-sizing: border-box;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list .kg-upload-project-popup__file-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #888;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list .kg-upload-project-popup__file-icon svg {
    width: 16px;
    height: 16px;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list .kg-upload-project-popup__file-info {
    flex: 1;
    min-width: 0;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list .kg-upload-project-popup__file-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Cormorant Garamond';
    font-size: 12px;
    line-height: 16px;
    color: #111;
    font-weight: 300;
    letter-spacing: 0;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list .kg-upload-project-popup__file-meta {
    display: block;
    font-size: 10px;
    line-height: 1.7;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    color: #888;
    letter-spacing: 0;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list .kg-upload-project-popup__file-meta.is-error {
    color: #8b2e2e;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list .kg-upload-project-popup__file-remove {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    color: #888;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    background: transparent;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__file-list .kg-upload-project-popup__file-remove:hover {
    background-color: #d4d4d266;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__upload-wrap .kg-upload-project-popup__add-more {
    width: 100%;
    padding: 8px 0;
    border: 1px dashed #d4d4d2;
    border-radius: 8px;
    background: transparent;
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    line-height: 1.4;
    color: #888;
    text-align: center;
    cursor: pointer;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    margin: 8px 0 0;
}
.kg-upload-project-popup.is-success .kg-upload-project-popup__header {
    display: none;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__submit.is-loading {
    opacity: 0.7;
    pointer-events: none;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__file-disclaimer {
    margin: 8px 0 0 4px;
    line-height: 1.6;
    color: #888;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
    font-weight: 300;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 36px;
    padding: 14px 32px;
    border: 0;
    border-radius: 8px;
    background: #1a1a1a;
    color: #ffffff;
    font-family: 'Cormorant Garamond';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__submit:hover {
    background: #2a2a2a;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__consent {
    margin: 12px 0 0;
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    color: #888;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0;
    font-weight: 300;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row .kg-upload-project-popup__field .kg-upload-project-popup__field-error {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: #ea0000;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__errors {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    background: #fdf0f0;
    color: #8b2e2e;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__success-state {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px 40px;
    text-align: center;
}
.kg-upload-project-popup.is-success .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__success-state {
    display: flex;
}
.kg-upload-project-popup.is-success .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-fields {
    display: none;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__success-state .kg-upload-project-popup__success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 24px;
    color: #1a1a1a;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__success-state .kg-upload-project-popup__success-icon svg {
    width: 28px;
    height: 28px;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__success-state .kg-upload-project-popup__success-title {
    font-size: 42px;
    margin: 0;
    line-height: 1.08;
    font-weight: 300;
    font-family: Cormorant Garamond;
    letter-spacing: .005em;
    color: #1a1a1a;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__success-state .kg-upload-project-popup__success-text {
    max-width: 448px;
    margin: 10px 0 10px;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    font-family: Cormorant Garamond;
}
.kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__success-state .kg-upload-project-popup__success-close {
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 14px 32px;
    background-color: #111111;
    border-radius: 9999px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
    cursor: pointer;
    border: 0;
}
@media screen and (min-width: 640px) {
    .kg-upload-project-popup .kg-upload-project-popup__dialog .kg-upload-project-popup__body .kg-upload-project-popup__form .kg-upload-project-popup__form-row--half {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* Upload your Projet popup css end */

/* product page css start */

.kg-main-product-section product-info.kg-product-info-section {
    padding: 16px 0 40px;
}
.kg-main-product-section product-info.kg-product-info-section .page-width {
    max-width: 100%;
    padding: 0 !important;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product {
     gap: 24px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    flex-grow: unset;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky {
  display: flex;
    flex-direction: column;
    gap: 16px;
    top: 160px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky ul.product__media-list {
    margin: 0;
    padding: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky ul.product__media-list li.product__media-item .product-media-container {
    width: 100%;
    border: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky ul.product__media-list li.product__media-item .product-media-container .product__media {
    padding-top: 100%;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider ul.thumbnail-list {
    padding: 0;
    gap: 4px;
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider ul.thumbnail-list li.thumbnail-list__item {
    width: 100px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider ul.thumbnail-list li.thumbnail-list__item button.thumbnail {
    border: 1px solid transparent;
    box-shadow: none;
    transition: all .3s ease;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider ul.thumbnail-list li.thumbnail-list__item button.thumbnail[aria-current="true"] {
    border-color: #111;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider button.slider-button {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #1c1c1c;
    cursor: pointer;
    border-radius: 0;
    transition: background-color .2s ease, color .2s ease;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider button.slider-button.slider-button--next {
    right: -10px;
    left: unset;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider button.slider-button svg {
    color: #000;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider button.slider-button:hover {
    background: #000;
    border-color: #000;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider button.slider-button:hover svg {
    color: #fff;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky slider-component {
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky ul.product__media-list li.product__media-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .slider-buttons {
    display: block;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider {
    display: block !important;
    padding: 0 15px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky ul.product__media-list li.product__media-item .product-media-container  .product__media-icon {
    border-radius: 0;
    background: #ffffff;
    border: 0;
    color: #000;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container {
    max-width: 100%;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container p.product__text {
    margin: 0 0 12px;
    line-height: 2.5;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .3em;
    color: #111;
    font-weight: 300;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container>*+* {
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__title {
    margin: 0 0 24px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__title h1 {
    font-size: 28px;
    letter-spacing: -.015em;
    font-weight: 300;
    line-height: 1.1;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .price .price__container span.price-item {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: -.01em;
    line-height: 1.6;
    font-family: Cormorant Garamond, Georgia, serif;
    color: #111;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .price .price__container .price__sale span s.price-item {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: -.01em;
    line-height: 1.6;
    font-family: Cormorant Garamond, Georgia, serif;
    color: #111;
    margin-right: 4px;
    text-decoration-color: #ababab;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .price .price__container {
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .price {
    margin: 0 0 24px;
    font-size: unset;
    line-height: normal;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container form.installment {
    margin: 0 0 16px;
    font-size: 12px;
    font-family: 'Cormorant Garamond' !important;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__description {
    margin: 0 0 32px;
    max-width: 460px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__description hr {
    margin: 20px 0;
    background: #e5e7eb;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__description ul {
    margin: 0 0 10px;
    list-style: circle;
    list-style-position: inside;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__description ul li {
    list-style: disc;
    list-style-position: outside;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__description p {
    font-weight: 300;
    line-height: 1.75;
    font-size: 14px;
    font-family: Cormorant Garamond, Georgia, serif;
    color: #111;
    letter-spacing: 0;
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__description h6 {
    font-weight: 300;
    line-height: 1.75;
    font-size: 14px;
    font-family: Cormorant Garamond, Georgia, serif;
    color: #111;
    letter-spacing: 0;
    margin: 0  0 10px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container share-button button.share-button__button {
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 0;
    text-decoration: none;
}
.product-media-modal .product-media-modal__dialog .product-media-modal__content {
    padding: 20px;
    max-width: 1100px;
    margin: auto;
}
.product-media-modal .product-media-modal__dialog .product-media-modal__content img {
    width: 100%;
    height: 100%;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker {
    max-width: 100%;
    margin: 0;
    padding: 12px 0 0;
    border-top: 1px solid #e5e7eb;
    min-width: unset;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset .kg-marble-type-picker__legend {
    margin: 0 0 12px;
    padding: 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #111;
    line-height: 1.6;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset .kg-marble-type-picker-wrapper {
    scrollbar-width: none;
    overflow-x: auto;
    padding: 0 4px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset .kg-marble-type-picker__swatches {
    display: flex;
    gap: 12px;
    width: max-content;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset .kg-marble-type-picker__swatches .kg-marble-type-picker__option:has(.kg-marble-type-picker__label.is-selected) {
    box-shadow: 0 0 0 2px #fff, 0 0 0 calc(3px + 2px) #9ca3af;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset .kg-marble-type-picker__swatches .kg-marble-type-picker__option {
    transition: all .3s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) #3b82f680;
    opacity: .8;
    overflow: hidden;
    width: 56px;
    height: 56px;
    position: relative;
    cursor: pointer;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset .kg-marble-type-picker__swatches .kg-marble-type-picker__option label.kg-marble-type-picker__label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset .kg-marble-type-picker__swatches .kg-marble-type-picker__option label.kg-marble-type-picker__label {
    position: absolute;
    width: 100%;
    height: 100%;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset .kg-marble-type-picker__swatches .kg-marble-type-picker__option:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 calc(2px + 2px) #3b82f680;
    opacity: 1;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-marble-type-picker .kg-marble-type-picker__fieldset .kg-marble-type-picker__selected-name {
    font-weight: 500;
    font-size: 13px;
    margin: 12px 0 0;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
    color: #111;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects {
    margin: 0 0 12px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-product-form-input-pills-wrapper {
    margin: 12px 0 0;
    padding: 12px 0 0;
    min-width: unset;
    max-width: 100%;
    border-top: 1px solid #e5e7eb;
    position: relative;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-product-form-input-pills-wrapper fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
    max-width: 100%;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects fieldset.product-form__input--pill legend.form__label {
    margin: 0 0 12px;
    display: block;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 0;
    line-height: 1.6;
    float: unset;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-product-form-input-pills-wrapper fieldset input {
    margin: 0;
    width: 0;
    height: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-product-form-input-pills-wrapper fieldset label {
    margin: 8px 8px 0 0;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    font-weight: 500;
    font-size: 13px;
    padding: 12px 32px;
    border-radius: 0;
    white-space: nowrap;
    cursor: pointer;
    background-color: #0000;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
    line-height: 1.6;
    border: 1px solid #e5e7eb;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-product-form-input-pills-wrapper fieldset input:checked + label {
    background-color: rgb(0 0 0 / 1);
    color: #fff;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-installation-hardware {
    margin: 12px 0 0;
    padding: 12px 0 0;
    max-width: 100%;
    min-width: auto;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-installation-hardware .kg-installation-hardware__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-installation-hardware .kg-installation-hardware__header .kg-installation-hardware__title {
    margin: 0;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #111;
    line-height: 1.6;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-installation-hardware .kg-installation-hardware__header .kg-installation-hardware__value {
    margin: 0;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 11px;
    font-weight: 300;
    color: #111;
    line-height: 1.6;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-installation-hardware .kg-installation-hardware__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-installation-hardware .kg-installation-hardware__options .kg-installation-hardware__option {
    min-width: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-installation-hardware .kg-installation-hardware__options .kg-installation-hardware__option .kg-installation-hardware__option-btn {
    width: 100%;
    padding: 12px 32px;
    border: 1px solid #e5e7eb;
    background: transparent;
    color: #111;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    letter-spacing: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-installation-hardware .kg-installation-hardware__options .kg-installation-hardware__option .kg-installation-hardware__option-btn.is-selected {
    background: #000000;
    border-color: #000000;
    color: #fff;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .price span.badge {
    margin: 0;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0;
    background: #dd0404;
    border-radius: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-product-info-detail-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
    gap: 20px;
    /* border-top: 1px solid #e5e7eb; */
    padding-top: 12px;
    margin-top: 12px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-product-info-detail-table span.kg-table-head {
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    display: block;
    margin: 0 0 8px;
    font-weight: 300;
    line-height: 1.6;
    color: #111;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-product-info-detail-table span.kg-table-tbody {
    font-size: 14px;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
    color: #111;
    letter-spacing: 0;
}
.kg-installation-hardware__drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s cubic-bezier(0,0,.2,1);
    background-color: #0000004d;
}
.kg-installation-hardware__drawer.is-open {
    visibility: visible;
    pointer-events: auto;
    transition: visibility 0s;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    height: 100%;
    max-width: 92vw;
    min-height: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    transform: translate(100%);
    transition: all .3s cubic-bezier(0,0,.2,1);
    z-index: 1;
}
.kg-installation-hardware__drawer.is-open .kg-installation-hardware__drawer-panel {
    transform: translateX(0);
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #e8e8e6;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-header .kg-installation-hardware__drawer-eyebrow {
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #888;
    line-height: 1.6;
    margin: 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-header .kg-installation-hardware__drawer-title {
    margin: 2px 0 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.15;
    color: #111;
    letter-spacing: 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-header .kg-installation-hardware__drawer-close {
    width: 36px;
    height: 36px;
    border: 1px solid #e8e5e0;
    border-radius: 999px;
    background: #e8e8e6;
    color: #555;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .15s cubic-bezier(.4,0,.2,1);
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-header .kg-installation-hardware__drawer-close:hover {
    background-color: #d4d4d2;
    color: #111;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body {
    flex: 1;
    min-height: 0;
    overflow: auto;
    padding: 16px;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 12px;
    align-items: start;
    padding: 12px;
    border: 1px solid #e8e8e6;
    border-radius: 2px;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card.is-selected {
    border: 2px solid #111;
    background-color: #f5f5f5;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card .kg-installation-hardware__product-image {
    width: 100%;
    height: 90px;
    object-fit: cover;
    background: #f0f0ee;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card .kg-installation-hardware__product-content {
    min-width: 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card .kg-installation-hardware__product-content .kg-installation-hardware__product-title {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.375;
    color: #111;
    font-family: "Cormorant Garamond", Georgia, serif;
    letter-spacing: 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card .kg-installation-hardware__product-content .kg-installation-hardware__product-description {
    margin: 4px 0 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    color: #888;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    letter-spacing: 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card .kg-installation-hardware__product-content .kg-installation-hardware__product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card .kg-installation-hardware__product-content .kg-installation-hardware__product-tags .kg-installation-hardware__product-tag {
    padding: 2px 6px;
    background: #f5f5f5;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.3;
    color: #888;
    letter-spacing: 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card .kg-installation-hardware__product-content .kg-installation-hardware__product-price {
    margin: 4px 0 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    font-weight: 300;
    color: #555;
    letter-spacing: 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card .kg-installation-hardware__product-radio {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 2px solid #d4d4d2;
    border-radius: 999px;
    position: relative;
    flex-shrink: 0;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card.is-selected .kg-installation-hardware__product-radio {
    border-color: #111;
    background-color: #111;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card.is-selected .kg-installation-hardware__product-radio:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: #ffffff;
    width: 8px;
    height: 8px;
    margin: auto;
    inset: 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-footer {
    flex-shrink: 0;
    margin-top: auto;
    padding: 12px 20px;
    border-top: 1px solid #e8e8e6;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-footer .kg-installation-hardware__confirm-btn {
    width: 100%;
    min-height: 44px;
    border: 0;
    background: #111;
    color: #fff;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    padding: 0;
}
.kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-footer .kg-installation-hardware__confirm-btn:hover {
    background-color: #2a2a2a;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container  .kg-main-qty-buy-button-wrapper {
    padding: 24px 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    gap: 12px;
    align-items: center;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .product-form__quantity {
    margin: 0;
    flex: unset;
    max-width: 100%;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .product-form__quantity label.quantity__label {
    display: none;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .product-form__quantity .price-per-item__container .quantity::before,
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .product-form__quantity .price-per-item__container .quantity::after {
    display: none;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .product-form__quantity .price-per-item__container .quantity {
    border: 1px solid #e5e7eb;
    min-height: auto;
    width: auto;
    height: 48px;
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .product-form__quantity .price-per-item__container .quantity button.quantity__button {
    width: 40px;
    height: 100%;
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .product-form__quantity .price-per-item__container .quantity input {
    width: 48px;
    font-size: 14px;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
    color: #111;
    padding: 0;
    outline: none;
    box-shadow: none;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .kg-main-product-atc-wrapper {
    flex: 1;
    position: relative;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .kg-main-product-atc-wrapper .product-form .product-form__error-message-wrapper {
    letter-spacing: 0;
    font-family: 'Cormorant Garamond';
    margin: 0;
    position: absolute;
    top: -16px;
    font-size: 12px;
    line-height: 1;
    gap: 3px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .kg-main-product-atc-wrapper .product-form .product-form__error-message-wrapper span.svg-wrapper {
    width: 12px;
    height: 12px;
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .kg-main-product-atc-wrapper .product-form {
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .kg-main-product-atc-wrapper .product-form .product-form__buttons {
    max-width: 100%;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .kg-main-product-atc-wrapper .product-form .product-form__buttons .product-form__submit::before,
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .kg-main-product-atc-wrapper .product-form .product-form__buttons .product-form__submit::after {
    display: none;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .kg-main-product-atc-wrapper .product-form .product-form__buttons .product-form__submit {
    margin: 0;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 0 6px;
    border-radius: 0;
    background-color: rgb(0 0 0 / 1);
    font-weight: 300;
    line-height: 1.6;
    height: 56px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-main-qty-buy-button-wrapper .kg-main-product-atc-wrapper .product-form .product-form__buttons .product-form__submit:hover {
    background-color: #1f2937;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion {
    border-top: 0;
    border-bottom: 1px solid #e5e7eb;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion summary {
    padding: 20px 0;
    align-items: center;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion summary span.kg-collapsible-icon-wrapper {
    transition: all .3s cubic-bezier(.4,0,.2,1);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion summary span.kg-collapsible-icon-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 12px;
    height: 2px;
    background: #555;
    margin: auto;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion summary span.kg-collapsible-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 2px;
    height: 12px;
    background: #555;
    margin: auto;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion summary[aria-expanded="true"] span.kg-collapsible-icon-wrapper:after {
    opacity: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion summary .summary__title .accordion__title {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-family: Cormorant Garamond, Georgia, serif;
    color: #111;
    line-height: 1.6;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion .accordion__content {
    padding: 0 0 24px;
    margin: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion .accordion__content .kg-specifications-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 12px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion .accordion__content .kg-specifications-content .kg-specifications-item span.kg-specifications-item-key {
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    display: block;
    margin: 0 0 4px;
    font-weight: 300;
    line-height: 1.6;
    color: #111;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion .accordion__content .kg-specifications-content .kg-specifications-item span.kg-specifications-item-value {
    font-weight: 300;
    font-size: 13px;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
    color: #111;
    letter-spacing: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion .accordion__content p {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.75;
    font-family: Cormorant Garamond, Georgia, serif;
    color: #111;
    margin: 0;
    letter-spacing: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__accordion .accordion__content p:not(:last-child) {
    margin: 0 0 10px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-product-cta-buttons {
    margin: 0;
    padding: 24px 0;
    max-width: 100%;
    border-bottom: 1px solid #e5e7eb;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-product-cta-buttons .kg-product-cta-buttons__divider {
    display: none;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-product-cta-buttons .kg-product-cta-buttons__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-product-cta-buttons .kg-product-cta-buttons__grid .kg-product-cta-buttons__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0  20px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111;
    letter-spacing: .04em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.6;
}
@media screen and (min-width: 640px) {
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .kg-product-cta-buttons .kg-product-cta-buttons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media screen and (min-width: 768px) {
.kg-main-product-section product-info.kg-product-info-section {
    padding: 24px 0 56px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper {
    padding: 0 40px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container .product__title h1 {
    font-size: 34px;
}
}
@media screen and (min-width: 1024px) {
.kg-main-product-section product-info.kg-product-info-section .page-width {
    padding-right: 64px !important;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product {
    gap: 32px;
    flex-direction: row;
    flex-wrap: unset;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper {
    width: 44%;
    max-width: 100%;
    position: sticky;
    top: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper {
    max-width: 520px;
    width: 52%;
    padding: 0;
}
}
@media screen and (max-width: 1023px){
    .kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider {    
    padding: 0 12px;
    overflow: hidden;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider button.slider-button {
    left: 5px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .thumbnail-slider button.slider-button.slider-button--next {
    right: 5px;
    left: unset;
}
}
@media screen and (max-width: 440px){
    .kg-installation-hardware__drawer .kg-installation-hardware__drawer-panel .kg-installation-hardware__drawer-body .kg-installation-hardware__product-list .kg-installation-hardware__product-card {
        grid-template-columns: 85px 1fr auto;
    }
}
/* product page css end */

/* product - feature section css start */

.kg-featured-collection-section .collection {
    padding: 56px 0;
    border-top: 1px solid #e5e7eb;
}
.kg-featured-collection-section .collection .collection__title{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.kg-featured-collection-section .collection .collection__title .collection__description p {
    text-transform: uppercase;
    font-size: 10px;
    font-family: Cormorant Garamond,Georgia,serif;
    letter-spacing: .26em;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.6;
}
.kg-featured-collection-section .collection .collection__title h2.title {
    font-family: Cormorant Garamond,Georgia,serif;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    font-size: 24px;
    color: #111;
    margin: 0 0 40px;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    display: grid;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__content {
    display: block;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information {
    padding: 0;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information h3 {
    line-height: 1.375;
    font-size: 14px;
    margin: 0 0 8px;
    letter-spacing: .005em;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information h3 a {
    text-decoration: none;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information .price {
    margin: 0;
    font-size: unset;
    line-height: normal;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information .price .price__container span.price-item {
    font-weight: 300;
    font-size: 13px;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
    letter-spacing: 0;
    color: #111;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__inner {
    margin: 0 0 16px;
    aspect-ratio: 1;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__content {
    display: none;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__media .media .kg-card-view-product-text {
    display: none;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__media .media img {
    opacity: 1;
    transition: all .15s cubic-bezier(0,0,.2,1);
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item .product-card-wrapper:hover .card .card__inner .card__media .media img {
    transform: scale(1.03);
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid li.grid__item {
    width: 100%;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
.kg-featured-collection-section .collection {
    padding-top: 80px;
    padding-bottom: 80px;
}
.kg-featured-collection-section .collection .collection__title h2.title {
    font-size: 28px;
    margin-bottom: 48px;
}
.kg-featured-collection-section .collection .kg-slider-component ul.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}
}
/* product - feature section css end */

/* product - related product section css start */

.kg-related-products-section {
    border-top: 1px solid #e5e7eb;
}
.kg-related-products-section product-recommendations.related-products {
    padding: 56px 0;
}
.kg-related-products-section product-recommendations.related-products h2.related-products__heading {
    font-family: Cormorant Garamond,Georgia,serif;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    font-size: 24px;
    color: #111;
    margin: 0 0 40px;
    text-align: center;
    text-transform: capitalize;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    display: grid;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__content {
    display: block;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information {
    padding: 0;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information h3 {
    line-height: 1.375;
    font-size: 14px;
    margin: 0 0 8px;
    letter-spacing: .005em;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information h3 a {
    text-decoration: none;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information .price {
    margin: 0;
    font-size: unset;
    line-height: normal;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__content .card__information .price .price__container span.price-item {
    font-weight: 300;
    font-size: 13px;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
    letter-spacing: 0;
    color: #111;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__inner {
    margin: 0 0 16px;
    aspect-ratio: 1;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__content {
    display: none;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__media .media .kg-card-view-product-text {
    display: none;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper .card .card__inner .card__media .media img {
    opacity: 1;
    transition: all .15s cubic-bezier(0,0,.2,1);
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item .product-card-wrapper:hover .card .card__inner .card__media .media img {
    transform: scale(1.03);
}
.kg-related-products-section product-recommendations.related-products ul.product-grid li.grid__item {
    width: 100%;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
.kg-related-products-section product-recommendations.related-products {
    padding-top: 80px;
    padding-bottom: 80px;
}
.kg-related-products-section product-recommendations.related-products h2.related-products__heading {
    font-size: 28px;
    margin-bottom: 48px;
}
.kg-related-products-section product-recommendations.related-products ul.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}
}
/* product - related product section css end */

/* product - request more info popup css start */

.kg-product-request-info {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.kg-product-request-info.is-open {
    display: flex;
}
.kg-product-request-info .kg-product-request-info__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #00000080;
    cursor: pointer;
}
.kg-product-request-info .kg-product-request-info__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    margin: 0 16px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 25px 50px -12px #00000040;
    scrollbar-width: none;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__header {
    position: relative;
    padding: 32px 32px 17px;
    text-align: center;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__header .kg-product-request-info__eyebrow {
    margin: 0 0 4px;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #9ca3af;
    line-height: 1.7;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__header .kg-product-request-info__title {
    margin: 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 20px;
    font-weight: 400;
    color: #111827;
    line-height: 1.15;
    letter-spacing: .005em;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__header .kg-product-request-info__close {
    position: absolute;
    top: 24px;
    right: 25px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #9ca3af;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body {
    padding: 0 32px 32px;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__product {
    margin-bottom: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__product .kg-product-request-info__product-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__product .kg-product-request-info__product-top .kg-product-request-info__product-title {
    margin: 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #111827;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__product .kg-product-request-info__product-top .kg-product-request-info__product-price {
    margin: 0;
    flex-shrink: 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    font-weight: 300;
    color: #111827;
    line-height: 1.7;
    letter-spacing: 0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__product .kg-product-request-info__product-description {
    margin: 2px 0 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
    color: #6b7280;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    letter-spacing: 0;
}
.kg-product-request-info__product-collection {
    margin: 0;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #999;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row.kg-product-request-info__form-row--half {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field {
    min-width: 0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__label {
    display: block;
    margin-bottom: 6px;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    font-weight: 300;
    color: #374151;
    line-height: 1.6;
    letter-spacing: 0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__label .kg-product-request-info__required {
    color: #ef4444;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__input, 
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 0;
    background: #fff;
    color: #111827;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    -webkit-appearance: none;
    appearance: none;
    transition: all .15s cubic-bezier(.4,0,.2,1);
    letter-spacing: 0;
    outline: none;
    box-shadow: none;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__select {
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23888' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__input::placeholder,
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__select::placeholder {
    color: #ccc;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__input:focus-visible, 
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__select:focus-visible{
    border-color: #000;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__form-row .kg-product-request-info__field .kg-product-request-info__field-error {
    margin: 2px 0 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    color: #ef4444;
    letter-spacing: 0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__checks .kg-product-request-info__field-error {
    margin: 0;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    color: #ef4444;
    letter-spacing: 0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__checks {
    display: grid;
    gap: 12px;
    margin: 16px 0;
    padding-top: 8px;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__checks .kg-product-request-info__check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__checks .kg-product-request-info__check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    flex-shrink: 0;
    accent-color: #111;
    color: #111827;
    border: 1px solid  #d1d5db;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__checks .kg-product-request-info__check .kg-product-request-info__check-text {
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #4b5563;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__checks .kg-product-request-info__check .kg-product-request-info__check-text  a {
    text-decoration: underline;
    color: currentColor;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__submit {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #111827;
    color: #fff;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .15s cubic-bezier(.4,0,.2,1);
    padding: 16px 20px;
    line-height: 1.6;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__fields .kg-product-request-info__submit:hover {
    background-color: #1f2937;
}
.kg-product-request-info__submit.is-loading {
    opacity: 0.7;
    pointer-events: none;
}
.kg-product-request-info__errors {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #f0c9c9;
    background: #fff7f7;
    color: #c0392b;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 13px;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__success {
    text-align: center;
    padding: 40px 0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__success .kg-product-request-info__success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    background: #f6f4f0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__success .kg-product-request-info__success-icon svg {
    width: 24px;
    height: 24px;
    color: #6b7280;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__success .kg-product-request-info__success-title {
    margin: 0 0 8px;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    color: #111827;
    letter-spacing: .005em;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__success .kg-product-request-info__success-text {
    margin: 0 auto;
    max-width: 384px;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.625;
    color: #6b7280;
    letter-spacing: 0;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__success .kg-product-request-info__success-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border: 0;
    border-radius: 0;
    background: #111827;
    color: #fff;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .15em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .15s cubic-bezier(.4,0,.2,1);
    margin: 32px 0 0;
    line-height: 1.6;
}
.kg-product-request-info .kg-product-request-info__dialog .kg-product-request-info__body .kg-product-request-info__success .kg-product-request-info__success-close:hover {
    background-color: #1f2937;
}

/* product - request more info popup css start */


.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container #variant-selects- .select select{
    font-size: 13px;
    font-weight: 300;
    padding: 12px 32px;
    max-width: max-content;
    width: max-content;
    color: #000;
    font-family: 'Cormorant Garamond';
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container #variant-selects- .select select option{
    font-size: 13px;
    font-weight: 300;
    color: #000;
    font-family: 'Cormorant Garamond'; 
}

.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container #variant-selects- .select::after{
    box-shadow: 0 0 0 1px #e5e7eb;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .product-form__input{
    max-width: max-content;
    margin: 0;
    padding: 0;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-faucet-option-wrapper .kg-custom-faucet.kg-custom-faucet--inline {
    max-width: max-content;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-faucet-option-wrapper .kg-custom-faucet.kg-custom-faucet--inline .field::after{
    box-shadow: 0 0 0 1px #e5e7eb;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-faucet-option-wrapper button.kg-dimensions-price-trigger{
    font-size: 13px;
    font-weight: 300;
    padding: 12px 32px;
    max-width: max-content;
    width: max-content;
    border: 1px solid #e5e7eb;
    background: transparent;
    cursor: pointer;
    min-height: 47px;
    font-family: 'Cormorant Garamond';
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-faucet-option-wrapper button.kg-dimensions-price-trigger:hover {
    background: #000;
    color: #fff;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-faucet-option-wrapper{
    display: flex;
    align-items: end;
    gap: 8px;
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-installation-hardware-option-wrapper {
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
    margin-top: 12px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects p.kg-installation-hardware__selected-detail {
    display: none;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-faucet-option-wrapper .kg-custom-faucet.kg-custom-faucet--inline .field input{
    padding: 12px 32px;
    min-height: 47px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Cormorant Garamond';
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .kg-faucet-option-wrapper .kg-custom-faucet.kg-custom-faucet--inline .field input::placeholder{
    color: #000;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Cormorant Garamond';
    opacity: 1;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__info-wrapper .product__info-container variant-selects .product-form__input .form__label {
    padding-left: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.68px;
    font-family: Cormorant Garamond, Georgia, serif;
    color: #111;
    font-size: 12px;
}

/* ==========================================================================
   Price Modal — styled to match reference design
   Hierarchy: overlay > panel > title > label/input pairs > options > result > submit > note
   ========================================================================== */

.kg-dimensions-price-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.kg-dimensions-price-modal.is-open {
    display: flex;
}
.kg-dimensions-price-modal .price-modal-content.kg-dimensions-price-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 512px;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border: 1px solid #e8e4e0;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 20px 60px #0000001f;
    margin: 0 12px;
    padding: 28px 32px;
}

/* Close button */
.kg-dimensions-price-modal .kg-dimensions-price-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  color: #2b2b3d;
  cursor: pointer;
  transition: color 0.2s ease;
}

.kg-dimensions-price-modal .kg-dimensions-price-modal__close:hover {
  color: #b08d57;
}

/* Title */
.kg-dimensions-price-modal .kg-dimensions-price-modal__title {
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e6df;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .005em;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    margin-bottom: 20px;
}

/* Labels */
.kg-dimensions-price-modal .kg-dimensions-price-modal__label {
    margin: 18px 0 8px;
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #888;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}

.kg-dimensions-price-modal .kg-dimensions-price-modal__label:first-of-type {
  margin-top: 0;
}

/* Text / number inputs */
.kg-dimensions-price-modal .kg-dimensions-price-modal__input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d4d4d2;
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-family: Cormorant Garamond;
    font-size: 14px;
    line-height: 20px;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    padding: 12px 16px;
    outline: none;
    box-shadow: none;
}

.kg-dimensions-price-modal .kg-dimensions-price-modal__input::placeholder {
  color: #ccc;
  font-size: 14px;
}

.kg-dimensions-price-modal .kg-dimensions-price-modal__input:focus {
  border-color: #b08d57;
  box-shadow: 0 0 0 3px rgba(176, 141, 87, 0.12);
}

/* Select dropdowns */
.kg-dimensions-price-modal .kg-dimensions-price-modal__select {
    display: block;
    background: #fff;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%23a9a6b0' stroke-width='1.5' fill='none' fill-rule='evenodd'/></svg>);
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d4d4d2;
    border-radius: 8px;
    color: #111;
    font-family: Cormorant Garamond;
    font-size: 14px;
    line-height: 20px;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    padding: 12px 16px;
    outline: none;
    box-shadow: none;
}

.kg-dimensions-price-modal .kg-dimensions-price-modal__select:focus {
  border-color: #b08d57;
  box-shadow: 0 0 0 3px rgba(176, 141, 87, 0.12);
}

/* Checkbox row (Add Backsplash) */
.kg-dimensions-price-modal .kg-dimensions-price-modal__checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0 10px;
    cursor: pointer;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .005em;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
}

.kg-dimensions-price-modal .kg-dimensions-price-modal__checkbox input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #b08d57;
  cursor: pointer;
}

/* Options group wrapper */
.kg-dimensions-price-modal .kg-dimensions-price-modal__options {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #e8e6df;
}
.kg-dimensions-price-modal .kg-dimensions-price-modal__option {
  margin-bottom: 4px;
}
/* Estimated price result */
.kg-dimensions-price-modal .kg-dimensions-price-modal__result {
    padding-top: 10px;
    border-top: 1px solid #e8e6df;
    text-align: right;
    margin: 10px 0 10px;
    cursor: pointer;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: .005em;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
}
/* Submit button */
.kg-dimensions-price-modal .kg-dimensions-price-modal__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
    padding: 14px 32px;
    border: 0;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-family: Cormorant Garamond;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.kg-dimensions-price-modal .kg-dimensions-price-modal__submit:hover {
      background: #2a2a2a;
}
/* Note */
.kg-dimensions-price-modal .kg-dimensions-price-modal__note {
     text-align: center;
    font-style: italic;
    margin: 8px 0 0 4px;
    line-height: 1.6;
    color: #888;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
    font-weight: 300;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .slider-buttons .slider-counter.caption {
    display: none;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .slider-buttons button.slider-button{
    position: absolute;
    top: 50%;
    display: flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #ffffffe6;
    opacity: 0;
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    z-index: 999999;
} 
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .slider-buttons button.slider-button.slider-button--prev{
    left: 16px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .slider-buttons button.slider-button.slider-button--next{
    right: 16px;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .slider-mobile-gutter:hover .slider-buttons button.slider-button{
    opacity: 1;
}
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky ul.product__media-list li.product__media-item .product-media-container .product__modal-opener button.product__media-zoom-lightbox::after{
    cursor: zoom-in;
} 
.kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky ul.product__media-list li.product__media-item .product-media-container .product__media-icon{
    display:none;
}
@media screen and (max-width: 767px) {
    .kg-main-product-section product-info.kg-product-info-section .kg-product.product .kg-product__media-wrapper .product__column-sticky .slider-buttons{
        display:none;
    }
}

/* cart drawer css start */

cart-drawer.drawer {
    backdrop-filter: blur(3px);
    background-color: #0006;
}
cart-drawer.drawer .kg-cart-drawer-main {
    width: 100%;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner {
    max-width: 520px;
    border: 0;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    box-shadow: 0 25px 50px -12px #00000040;
    transition: all .6s cubic-bezier(.16,1,.3,1);
    padding: 0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__header {
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
    padding: 32px 32px 24px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__header .cart-drawer__header-content {
    display: block;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__header .cart-drawer__header-content .cart-drawer__eyebrow {
    color: #a0a0a0;
    letter-spacing: .3em;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__header .cart-drawer__header-content .cart-drawer__item-count {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 4px 0 0;
    color: #1a1a1a;
    letter-spacing: .005em;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__header .cart-drawer__header-content .cart-drawer__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    font-family: Cormorant Garamond, Georgia, serif;
    margin: 4px 0 0;
    color: #1a1a1a;
    letter-spacing: .005em;
}
cart-drawer.is-empty .drawer__header {
    display: flex;
}
cart-drawer.is-empty cart-drawer-items {
    display: none;
}
cart-drawer.is-empty .drawer__inner {
    display: flex;
    flex-direction: column;
}
cart-drawer.is-empty .drawer__inner-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    text-align: center;
}
cart-drawer.is-empty .cart-drawer__empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
cart-drawer.is-empty .cart-drawer__empty-icon {
    align-items: center;
    background-color: #f5f3f0;
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-bottom: 24px;
    width: 80px;
}
cart-drawer.is-empty .cart-drawer__empty-icon .svg-wrapper {
    color: #c0bbb6;
    height: 30px;
    width: 30px;
}
cart-drawer.is-empty .cart-drawer__empty-heading {
    color: #1a1a1a;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 0 8px;
}
cart-drawer.is-empty .cart-drawer__empty-text {
    color: #a0a0a0;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.625;
    margin: 0 0 32px;
    max-width: 280px;
}
cart-drawer.is-empty .cart-drawer__empty-cta {
    background: none;
    border: 0;
    border-bottom: 1px solid #1a1a1a;
    color: #1a1a1a;
    cursor: pointer;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 16px;
    padding: 0 0 4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s cubic-bezier(.4,0,.2,1), border-color .3s cubic-bezier(.4,0,.2,1);
}
cart-drawer.is-empty .cart-drawer__empty-cta:hover {
    border-color: #a0a0a0;
    color: #a0a0a0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__header button.drawer__close {
    transition: all .3s cubic-bezier(.4,0,.2,1);
    color: #a0a0a0;
    position: relative;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    box-shadow: none;
    min-width: auto;
    min-height: auto;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__header button.drawer__close span.svg-wrapper {
    width: 16px;
    height: 16px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .cart-drawer__shipping-bar {
    padding: 16px 32px;
    width: 100%;
    background-color: #f8f6f3;
    border-bottom: 1px solid #e0e0e0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .cart-drawer__shipping-bar .cart-drawer__shipping-bar-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .cart-drawer__shipping-bar .cart-drawer__shipping-bar-header .cart-drawer__shipping-label {
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.7;
    text-transform: uppercase;
    color: #888;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .cart-drawer__shipping-bar .cart-drawer__shipping-bar-header .cart-drawer__shipping-status {
    color: #888;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.7;
    white-space: nowrap;
    font-weight: 300;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .cart-drawer__shipping-bar .cart-drawer__shipping-progress {
    background: #e0e0e0;
    height: 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 8px;
    border-radius: 99px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .cart-drawer__shipping-bar .cart-drawer__shipping-progress .cart-drawer__shipping-progress-fill {
    background: #1a1a1a;
    display: block;
    height: 100%;
    min-width: 0;
    transition: all .7s cubic-bezier(.16,1,.3,1);
    border-radius: 99px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper {
    padding: 24px 32px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item {
    padding: 0;
    border: 0;
    gap: 24px 20px;
    grid-template-columns: 100px minmax(0, 1fr) auto;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item + tr.cart-item {
    margin-top: 32px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__media {
    width: 100px;
    background-color: #f5f3f0;
    height: 100px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__media img {
    object-fit: cover;
    height: 100%;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__details .cart-item__title .cart-item__name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    transition: all .2s cubic-bezier(.4,0,.2,1);
    color: #1a1a1a;
    line-height: 1.375;
    font-weight: 300;
    font-size: 15px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
    text-decoration: none;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__details .cart-item__title .cart-item__name:hover {
    color: #a0a0a0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__details dl {
    display: none;
    flex-wrap: wrap;
    gap: 4px;
    margin: 5px 0 20px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__details dl .product-option {
    font-family: 'Cormorant Garamond';
    letter-spacing: 0;
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__totals {
    gap: 16px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__totals cart-remove-button button.cart-remove-button {
    transition: all .3s cubic-bezier(.4,0,.2,1);
    text-underline-offset: 2px;
    text-decoration-line: underline;
    color: #a0a0a0;
    letter-spacing: .1em;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__totals cart-remove-button button.cart-remove-button:hover {
    color: #1a1a1a;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__totals .cart-item__price-wrapper span.price {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container {
    width: auto;
    max-width: fit-content;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container .quantity {
    min-height: auto;
    min-width: auto;
    gap: 12px;
    align-items: center;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container .quantity::before,
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container .quantity::after {
    display: none;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container .quantity button.quantity__button {
    color: #a0a0a0;
    border: 1px solid #e0e0e0;
    width: 28px;
    height: 28px;
    margin: 0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container .quantity input {
    color: #1a1a1a;
    font-size: 13px;
    width: 24px;
    font-weight: 300;
    line-height: 1.6;
    outline: none;
    padding: 0;
    box-shadow: none;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper tr.cart-item td.cart-item__quantity .cart-item__error {
    margin: 0;
    letter-spacing: 0;
    font-size: 12px;
    font-family: Cormorant Garamond, Georgia, serif;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items {
    overflow: auto;
    scrollbar-width: thin;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer {
    padding: 24px 32px;
    border-top: 1px solid #e0e0e0;
    position: sticky;
    bottom: 0;
    background: #fff;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer details#Details-CartDrawer {
    display: none;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer {
    padding: 0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__summary .cart-drawer__summary-row span.cart-drawer__summary-label {
    color: #a0a0a0;
    letter-spacing: .08em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.6;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__summary {
    margin: 0 0 12px;
    gap: 12px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__summary .cart-drawer__summary-row span.cart-drawer__summary-value {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__total {
    padding: 12px 0 0;
    margin: 0;
    border-top: 1px solid #e0e0e0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__total .cart-drawer__total-label {
    color: #1a1a1a;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__total .cart-drawer__total-value {
    color: #1a1a1a;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart__ctas {
    margin: 20px 0 0;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart__ctas .cart__checkout-button::before,
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart__ctas .cart__checkout-button::after {
    display: none;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart__ctas .cart__checkout-button {
    transition: all .3s cubic-bezier(.4,0,.2,1);
    letter-spacing: .15em;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    background-color: #1a1a1a;
    padding: 16px 0;
    height: auto;
    min-height: auto;
    border: 0;
    line-height: 1.6;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart__ctas .cart__checkout-button:hover {
    background-color: #333;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__links {
    margin: 20px 0 0;
    gap: 24px;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__links .cart-drawer__link {
    color: #a0a0a0;
    letter-spacing: .12em;
    font-size: 10px;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__links .cart-drawer__link:hover {
    color: #1a1a1a;
}
cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer .cart-drawer__footer .cart-drawer__links .cart-drawer__link-divider {
    color: #e0e0e0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}
@media screen and (min-width: 768px){
    cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__header {
        padding: 32px 40px 24px;
    }
    cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .cart-drawer__shipping-bar {
        padding: 16px 40px;
    }
    cart-drawer.drawer .kg-cart-drawer-main .drawer__inner cart-drawer-items .drawer__contents .drawer__cart-items-wrapper {
        padding: 24px 40px;
    }
    cart-drawer.drawer .kg-cart-drawer-main .drawer__inner .drawer__footer {
        padding: 24px 40px;
    }
}

/* cart drawer css end */


/* collection - collection description section css start */
.kg-collection-description-section .kg-collection-description {
    background-color: #faf9f7;
    padding: 56px 0;
}
.kg-collection-description-section .kg-collection-description .kg-collection-description__wrapper {
    max-width: 768px;
    text-align: center;
    margin: auto;
}
.kg-collection-description-section .kg-collection-description .kg-collection-description__content {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
.kg-collection-description-section .kg-collection-description .kg-collection-description__content > * + * {
    margin-top: 20px;
}
.kg-collection-description-section .kg-collection-description .kg-collection-description__content p {
    margin: 0;
    color: #555;
}
.kg-collection-description-section .kg-collection-description .kg-collection-description__content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    column-gap: 24px;
    margin-top: 20px;
}
.kg-collection-description-section .kg-collection-description .kg-collection-description__content ul li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.625;
    font-weight: 300;
    color: #111;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {
    .kg-collection-description-section .kg-collection-description {
        padding: 40px 0;
    }
    .kg-collection-description-section .kg-collection-description .kg-collection-description__content {
        font-size: 12px;
    }
}

/* collection - collection description section css end */

/* cart page css start */

.cart-page-section-wrapper .cart-page-section {
    background-color: #fafafa;
    padding: 40px 0;
}
.cart-page-section-wrapper .cart-page-section nav.cart-page__breadcrumb {
    margin-bottom: 24px;
}
.cart-page-section-wrapper .cart-page-section nav.cart-page__breadcrumb ol.cart-page__breadcrumb-list {
    gap: 8px;
}
.cart-page-section-wrapper .cart-page-section nav.cart-page__breadcrumb ol.cart-page__breadcrumb-list li.cart-page__breadcrumb-item {
    gap: 8px;
}
.cart-page-section-wrapper .cart-page-section nav.cart-page__breadcrumb ol.cart-page__breadcrumb-list li.cart-page__breadcrumb-item .cart-page__breadcrumb-link {
    transition: all .15s cubic-bezier(.4,0,.2,1);
    color: #555;
    font-size: 12px;
    line-height: 16px;
    font-family: Cormorant Garamond, Georgia, serif;
    text-transform: capitalize;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 300;
}
.cart-page-section-wrapper .cart-page-section nav.cart-page__breadcrumb ol.cart-page__breadcrumb-list li.cart-page__breadcrumb-item .cart-page__breadcrumb-current {
    color: #111;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
}
.cart-page-section-wrapper .cart-page-section nav.cart-page__breadcrumb ol.cart-page__breadcrumb-list li.cart-page__breadcrumb-item .cart-page__breadcrumb-separator {
    color: #555;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    font-family: Cormorant Garamond, Georgia, serif;
}
.cart-page-section-wrapper .cart-page-section p.cart-page__eyebrow {
    gap: 10px;
    display: flex;
    align-items: center;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .25em;
    color: #888;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
}
.cart-page-section-wrapper .cart-page-section p.cart-page__eyebrow::before {
    content: '';
    background-color: #e8e8e6;
    width: 24px;
    height: 1px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__title {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 32px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: .005em;
    color: #111;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart__note.field.cart-page__note::after{
    box-shadow: unset;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar {
    padding: 16px;
    background: #fff;
    border: 1px solid #e8e8e6;
    border-radius: 12px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items .cart-page__header {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items .cart-page__header .cart-page__header-text .cart-page__subtitle {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: #a88a5e;
    letter-spacing: .15em;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items .cart-page__header .cart-page__header-text .cart-page__subtitle::before {
    background-color: #e8e8e6;
    width: 32px;
    height: 1px;
    content: '';
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items .cart-page__header .cart-page__item-count {
    color: #555;
    font-size: 14px;
    line-height: 20px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item:not(:last-child) {
    margin-bottom: 16px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item {
    background: #fff;
    border: 1px solid #e8e8e6;
    border-radius: 12px;
    margin: 0;
    padding: 16px;
    gap: 0 16px;
    grid-template-columns: 160px minmax(0, 1fr) auto;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__media {
    width: 160px;
    height: 160px;
    padding: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__media .cart-item__image-container {
    border: 0;
    width: 160px;
    height: 160px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__media .cart-item__image-container img.cart-item__image {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__details {
    padding: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__details .cart-item__title .cart-item__name {
    font-family: Cormorant Garamond, Georgia, serif;
    color: #111;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    font-size: 15px;
    line-height: 1.375;
    letter-spacing: 0;
    font-weight: 300;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__details dl {
    display: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__totals {
    padding: 0;
    gap: 16px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__totals .cart-item__price-wrapper span.price {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    line-height: 1.6;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__totals cart-remove-button {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__quantity {
    padding: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__quantity .quantity-popover-container {
    padding: 0;
    width: auto;
    max-width: fit-content;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__quantity .quantity-popover-container  .cart-quantity {
    min-height: auto;
    border: 1px solid #e8e8e6;
    border-radius: 6px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__quantity .quantity-popover-container .cart-quantity button.quantity__button {
    transition: all .3s cubic-bezier(.4,0,.2,1);
    color: #555;
    width: 36px;
    height: 36px;
    margin: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__quantity .quantity-popover-container .cart-quantity input {
    color: #111;
    font-size: 15px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
    width: 36px;
    line-height: 1.6;
    outline: none;
    box-shadow: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page__continue {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
    font-family: Cormorant Garamond, Georgia, serif;
    transition: all .15s cubic-bezier(.4,0,.2,1);
    font-weight: 300;
    letter-spacing: 0;
    text-decoration: none;
    color: #555;
    display: flex;
    align-items: center;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page__continue:hover {
    color: #111;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__quantity .quantity-popover-container .cart-quantity::before,
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__quantity .quantity-popover-container .cart-quantity::after {
    display: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks {
    width: 100%;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel h2.cart-page__panel-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    color: #111;
    font-size: 17px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: .005em;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel h2.cart-page__panel-title::before {
    content: '';
    width: 24px;
    height: 1px;
    background: #e8e8e6;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart-page__summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart-page__summary .cart-page__summary-row span.cart-page__summary-label {
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart-page__summary .cart-page__summary-row .cart-page__summary-value {
    font-family: Cormorant Garamond, Georgia, serif;
    color: #111;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart-page__total {
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e8e8e6;
    margin: 0 0 16px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart-page__total span.cart-page__total-label {
    color: #111;
    font-size: 15px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart-page__total span.cart-page__total-value {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel--instructions {
    margin: 0 0 16px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .kg-cart-special-inst {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    line-height: 1.6;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .kg-cart-special-inst .cart-page__panel-icon {
    color: #b8976b;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart__note::before,
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart__note::after,
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart__note label {
    display: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart__note textarea::placeholder {
    opacity: 1;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart__note textarea {
    color: #111;
    font-size: 15px;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: 0;
    margin: 0;
    padding: 12px 16px;
    background-color: rgb(245 245 245 / 1);
    border: 1px solid #e8e8e6;
    border-radius: 8px;
    line-height: 1.6;
    font-weight: 300;
    height: 122px;
    outline: none;
    box-shadow: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__note-help {
    color: #555555b3;
    font-family: Cormorant Garamond,Georgia,serif;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.625;
    margin: 6px 0 0;
    font-weight: 300;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation {
    border: 1px solid #e0e0e0;
    margin: 0 0 16px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation h2.kg-cart-order-cfm {
    background-color: #f8f6f3;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: .1em;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    font-weight: 500;
    font-family: Cormorant Garamond, Georgia, serif;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation h2.kg-cart-order-cfm span.cart-page__panel-icon {
    color: #1a1a1a;
    width: 16px;
    height: 16px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation .kg-cart-content {
    padding: 20px 24px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation .kg-cart-content .cart-page__confirmation-text {
    font-family: 'Cormorant Garamond';
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    color: #666;
    font-weight: 300;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation .kg-cart-content .cart-page__confirmation-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #e0e0e0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation .kg-cart-content .cart-page__confirmation-list .cart-page__confirmation-item {
    font-family: 'Cormorant Garamond';
    font-size: 11px;
    letter-spacing: .06em;
    position: relative;
    color: #a0a0a0;
    font-weight: 300;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation .kg-cart-content .cart-page__confirmation-list .cart-page__confirmation-item:before {
    color: #a0a0a0;
    content: "\2713";
    font-size: 12px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__checkout .cart__checkout-button::before,
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__checkout .cart__checkout-button::after {
    display: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__checkout .cart__checkout-button {
    transition: all .15s cubic-bezier(.4,0,.2,1);
    color: rgb(255 255 255 / 1);
    font-weight: 500;
    font-size: 15px;
    font-family: Cormorant Garamond, Georgia, serif;
    padding: 16px 32px;
    background-color: #111;
    border-radius: 6px;
    letter-spacing: 0;
    line-height: 1.6;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__checkout .cart__checkout-button:hover {
    background-color: #2a2a2a;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__disclaimer {
    color: #555;
    line-height: 1.625;
    font-size: 12px;
    text-align: center;
    margin: 12px 0 0;
    font-family: Cormorant Garamond, Georgia, serif;
    font-weight: 300;
    letter-spacing: 0;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart__dynamic-checkout-buttons {
    display: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items thead.cart-page__items-head {
    display: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .kg-cart-special-inst .cart-page__panel-icon svg {
    width: 14px;
    height: 14px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .kg-cart-special-inst .cart-page__panel-icon svg path {
    fill: #b8976b;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation h2.kg-cart-order-cfm span.cart-page__panel-icon svg {
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 768px) {
.cart-page-section-wrapper .cart-page-section {
    padding: 56px 0;
}
.cart-page-section-wrapper .cart-page-section nav.cart-page__breadcrumb {
    margin-bottom: 32px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__title {
    margin: 0 0 32px;
    font-size: 30px;
    line-height: 36px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar {
    padding: 28px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item {
    gap: 0 32px;
    padding: 32px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__details .cart-item__title .cart-item__name {
    font-size: 16px;
    line-height: 24px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel h2.cart-page__panel-title {
    margin: 0 0 24px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel .cart-page__total {
    margin: 0 0 24px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel--instructions {
    margin: 0 0 24px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .kg-cart-special-inst {
    margin: 0 0 12px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation {
    margin: 0 0 24px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation h2.kg-cart-order-cfm {
    padding: 16px 24px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation .kg-cart-content {
    padding: 16px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar .cart__blocks .cart-page__panel.cart-page__panel--confirmation .kg-cart-content .cart-page__confirmation-text {
    font-size: 13px;
}
}
@media screen and (min-width: 1024px) { 
.cart-page-section-wrapper .cart-page-section .cart-page__layout {
    gap: 32px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col {
    grid-column: span 8 / span 8;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col {
    grid-column: span 4 / span 4;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__summary-col .cart__footer.cart-page__sidebar {
    position: sticky;
    top: 96px;
}
}
@media screen and (max-width: 400px) { 
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__media {
    width: 96px;
    height: 96px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__media .cart-item__image-container {
    width: 96px;
    height: 96px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item td.cart-item__totals {
    grid-column: 2;
    grid-row: 3;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout .cart-page__items-col .cart-page .cart__contents .cart__items table.cart-items tr.cart-item {
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 8px 16px;
}
}

.kg-cart-page .kg-related-products-section.kg-featured-collection-section {
    border: 0;
}
.kg-cart-page .kg-related-products-section.kg-featured-collection-section .collection {
    padding: 0;
}

.cart-page-section-wrapper .cart-page-section:has(.cart-page__layout.is-empty) {
    background-color: #fafafa;
    background-position: 0% 50%;
    background-size: 200%;
    position: relative;
    min-height: 60vh;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
}
.cart-page-section-wrapper .cart-page-section:has(.cart-page__layout.is-empty)::before {
    content: '';
    background: url(/cdn/shop/files/f4ae0a7d79f4ab52b0b675282b6c44f0.jpg?v=1783069993);
    position: absolute;
    inset: 0;
    opacity: .1;
}
.cart-page-section-wrapper .cart-page-section.cart-page-section--empty .cart-page__filled-header,
.cart-page-section-wrapper .cart-page-section:has(.cart-page__layout.is-empty) .cart-page__filled-header {
    display: none;
}
.cart-page-section-wrapper .cart-page-section.cart-page-section--empty .cart-page__continue,
.cart-page-section-wrapper .cart-page-section:has(.cart-page__layout.is-empty) .cart-page__continue {
    display: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__layout.is-empty {
    display: block;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-state {
    display: none;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 416px;
    padding: 8px 16px;
    text-align: center;
}
.cart-page-section-wrapper .cart-page-section cart-items.is-empty .cart-page__empty-state,
.cart-page-section-wrapper .cart-page-section.cart-page-section--empty .cart-page__empty-state {
    display: flex;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 64px;
    justify-content: center;
    margin-bottom: 24px;
    width: 64px;
    border: 1px solid #e8e8e6;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-icon .svg-wrapper {
    color: #a0a0a0;
    height: 20px;
    width: 20px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-eyebrow {
    color: #a88a5e;
    font-family: Cormorant Garamond, Georgia, serif;
    letter-spacing: .15em;
    margin: 0 0 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-eyebrow::before, 
.cart-page-section-wrapper .cart-page-section .cart-page__empty-eyebrow::after {
    content: '';
    background-color: #e8e8e6;
    width: 48px;
    height: 1px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-heading {
    color: #111;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .005em;
    line-height: 32px;
    margin: 0 0 12px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-description {
    color: #555;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.625;
    margin: 0 0 32px;
    max-width: 384px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-button {
    align-items: center;
    background: #111;
    border: 0;
    color: #fff;
    display: inline-flex;
    font-family: Cormorant Garamond, Georgia, serif;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 20px;
    padding: 14px 32px;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    min-width: auto;
    min-height: auto;
    border-radius: 6px;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-button::before,
.cart-page-section-wrapper .cart-page-section .cart-page__empty-button::after {
    display: none;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-button:hover {
    background: #333;
    color: #fff;
}
.cart-page-section-wrapper .cart-page-section .cart-page__empty-button-arrow {
    font-size: 14px;
    line-height: 1;
}
@media screen and (min-width: 768px) {
.cart-page-section-wrapper .cart-page-section .cart-page__empty-heading {
    font-size: 30px;
    line-height: 36px;
}
}
/* cart page css end */
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__icon span.svg-wrapper svg {
    width: 15px;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__icon span.svg-wrapper svg path {
    fill: #000;
}
.kg-header-main sticky-header.kg-header-wrapper header.kg-header.header .kg-header-nav-wrapper .kg-header__icons .header__icon .cart-count-bubble {
    background-color: rgb(229 231 235);
    color: #000;
    left: 9px;
}
cart-drawer.is-empty .cart-drawer__empty-icon .svg-wrapper svg path {
    fill: #c0bbb6;
}