:root {
    --primary-color: #015CBB;
    --accent-color: #FD0C92;
}

/** Tweaks - Start **/
section.woocommerce-customer-details {
    padding: 1.5em;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
	flex-direction: column
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    border-radius: 8px;
}

#payment .payment_methods li img {
    float: right;
    max-height: 1.3em;
}

div#content {
    min-height: 60vh;
}

#ckwtl-button2 {
    min-width: 200px;
    width: 100%;
    margin: 15px 0;
    padding: 12px 0;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 992px) {
    div#shoptimizerCartDrawer {
        max-width: 70vw;
    }

    body.woocommerce-checkout {
        padding-bottom: 105px;
    }

    .hs-place-order-wrapper {
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        padding: 20px 20px 30px;
        border-top: solid 1px rgba(0, 0, 0, 0.2);
    }

    @keyframes subtle-pulse {
        0% {
            transform: scale(1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        50% {
            transform: scale(1.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        100% {
            transform: scale(1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
    }

    #payment .place-order .button {
        margin: 0;
        transition: all 0.3s ease-out;
        animation: subtle-pulse 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
    }

    #payment .place-order .button:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        animation: none;
    }

}

.woocommerce-loop-product__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    min-height: 3em;
    max-height: 3em;
}

li.product p.product__categories {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

/** Tweaks - End **/

/** Jetform - Start **/

body .jet-form-builder-row {
    margin-bottom: 1rem;

    .jet-form-builder__label {
        margin-bottom: 0.5rem;

        .jet-form-builder__label-text {
            font-size: 0.9rem;
            font-weight: 600;
            color: #888;

            span.jet-form-builder__required {
                color: red;
            }
        }
    }

    button.jet-form-builder__action-button {
        display: block;
        text-align: center;
        padding: 10px;
        background: var(--accent-color, #333);
        color: #fff;
        width: 100%;
        border-radius: 5px;
        font-size: 1.1rem;
        font-weight: 700;
        transition: ease-in-out 0.3s;

        &:hover {
            opacity: 0.9;
        }
    }
}

/** Jetform - End **/

/** FOOTER - Start **/
/** 
--bg-color
--title-color
--description-color
--icon-color
--grid-count		
**/

footer.hs-footer {
    box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 10%);
}

footer.hs-footer .col-full {
    max-width: 1240px;
    flex-direction: column;
}

/* pre-footer - Start */
.hs-store-features {
    background: var(--bg-color);
    padding: 2em 0;
}

.hs-store-features__wrap {
    display: grid;
    grid-template-columns: repeat(var(--grid-count), minmax(0, 1fr));
    gap: 2em;
}

@media (max-width: 990px) {
    .hs-store-features__wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hs-store-features__wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

div.hs-store-features__item {
    display: grid;
    grid-template-columns: 2.5em 1fr;
    gap: 1em;
    align-items: start;
}

figure.hs-store-features-item__icon {
    display: flex;
    margin: 0;
    padding: 0;
}

figure.hs-store-features-item__icon svg {
    color: var(--icon-color);
    width: 2.5em;
    height: 2.5em;
}

.hs-store-features-item__content {
    margin: 0;
    padding: 0;
}

h5.hs-feature-title {
    color: var(--title-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5rem;
}

p.hs-feature-description {
    color: var(--description-color);
    font-size: 0.8rem;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}

/* pre-footer - End */

/* main-footer - Start */
.hs-main-footer {
    background: var(--bg-color);
    padding: 2em 0;
}

.hs-main-footer-level-1 {
    display: flex;
    flex-direction: column;
    padding: 2em 0;
}

.hs-main-footer-level-1__wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2em;
}

@media (max-width: 767px) {
    .hs-main-footer-level-1__wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.hs-main-footer-about {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hs-main-footer-about figure.hs-main-footer-about__logo {
    display: flex;
    max-width: 150px;
}

.hs-main-footer-about h3.hs-main-footer-about__blog-title {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--title-color);
    width: fit-content;
    line-height: 1em;
}

.hs-main-footer-about p.hs-main-footer-about__text {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--description-color);
    max-width: 380px;
}

.hs-main-footer-about h3.hs-main-footer-about__blog-title a {
    color: var(--title-color);
}

.hs-main-footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hs-main-footer-newsletter h3.hs-newsletter__title {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--title-color);
    width: fit-content;
    line-height: 1em;
}

.hs-main-footer-newsletter p.hs--newsletter__sub-title {
    margin: 0;
    margin-top: -0.5rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--description-color);
}

.hs-newsletter-form__wrap {
    display: grid;
    grid-template-columns: calc(70% - 1rem) 30%;
    align-items: center;
    justify-content: space-between;
}

input#hs-newsletter-form__email {
    height: 50px;
    background: #fff;
    color: #333;
    border-radius: 5px;
}

button#hs-newsletter-form__cta {
    height: 50px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0.8;
    transition: ease-in-out 300ms;
}

button#hs-newsletter-form__cta:hover {
    opacity: 1;
}

.hs-main-footer-level-2 {
    display: flex;
    flex-direction: column;
    padding: 2em 0;
}

.hs-main-footer-level-2__wrap {
    display: grid;
    grid-template-columns: repeat(var(--menu-count), minmax(0, 1fr));
    gap: 2em;
}

@media (max-width: 990px) {
    .hs-main-footer-level-2__wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-main-footer-level-2__wrap .hs-footer-menu__wrap:last-child:nth-child(odd) {
        grid-column: var(--grid-span);
    }
}

@media (max-width: 767px) {
    .hs-main-footer-level-2__wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-main-footer-level-2__wrap .hs-footer-menu__wrap:last-child:nth-child(odd) {
        grid-column: var(--grid-span);
    }
}

.hs-main-footer-level-2 .hs-footer-menu__wrap {
    display: flex;
    flex-direction: column;
}

.hs-main-footer-level-2 .hs-footer-menu__wrap h4.hs-footer-menu__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: var(--title-color);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 0.5rem;
}

.hs-main-footer-level-2 .hs-footer-menu__wrap ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0.5rem;
}

.hs-main-footer-level-2 .hs-footer-menu__wrap .footer-menu li {
    font-size: 0.9rem;
    color: var(--title-color);
    opacity: 0.8;
    line-height: 1.8em;
    text-indent: 0;
}

.hs-main-footer-level-2 .hs-footer-menu__wrap .footer-menu li a {
    font-size: 0.9rem;
    color: var(--title-color);
    opacity: 0.8;
    font-weight: 600;
}

.hs-main-footer-level-2 .hs-footer-menu__wrap .footer-menu li a:hover {
    opacity: 1;
}

ul#hs-social-menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    color: var(--title-color);
}

ul#hs-social-menu li a span.hs-social-icon {
    display: flex;
}

ul#hs-social-menu li a span.hs-social-icon svg {
    width: 1.4em;
    height: 1.4em;
    color: var(--icon-color);
}

/* main-footer - End */

/* Copyright - Start */
.hs-copyright {
    background: var(--bg-color);
    color: var(--title-color);
    padding: 2em 0;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.hs-copyright .hs-copyright__wrap {
    display: flex;
    width: 100%;
    justify-content: var(--justify);
    align-items: center;
    gap: 1em;
}

@media (max-width: 767px) {
    .hs-copyright .hs-copyright__wrap {
        flex-direction: column;
        text-align: center;
    }
}

/* Copyright - End */

/** FOOTER - End **/