/* LG CSS Library v0.5.4 */

/* Joinchat Move Up 28px */
.joinchat--chatbox .joinchat__box,
.joinchat--chatbox .joinchat__button,
.joinchat--right .joinchat__button {
    transform: translateY(-28px);
}

/* FormCraft Rounded Form Styling */
#main .formcraft-css a {
    visibility: hidden;
}

#footer .formcraft-css a {
    visibility: hidden;
}

#body .formcraft-css a {
    visibility: hidden;
}

#header .formcraft-css a {
    visibility: hidden;
}

.ng-not-empty div .submit-button {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.ng-not-empty .field-cover input[type=text] {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}

.formcraft-css .form-cover form {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.textarea-cover div textarea {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}

.dropdown-cover div select {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}

.checkbox-cover div label {
    font-weight: 400;
    font-size: 12px !important;
    transform: translateX(0px) translateY(0px);
}

.checkbox-cover div input[type=checkbox] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* PRODUCT CATEGORY SIDEBAR */
/* =========================================================
   PRODUCT CATEGORY SIDEBAR
   ========================================================= */

#shop-sidebar {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}


/* HEADING */

#shop-sidebar .wp-block-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #94f74a;
    color: #222;
}


/* MAIN LIST */

#shop-sidebar .wc-block-product-categories-list {
    margin: 0;
    padding: 0;
}


/* MAIN CATEGORY ITEM */

#shop-sidebar
.wc-block-product-categories-list--depth-0
> .wc-block-product-categories-list-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    margin: 0 0 4px 0;
    padding: 0;

    border-radius: 8px;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


/* MAIN CATEGORY LINK */

#shop-sidebar
.wc-block-product-categories-list--depth-0
> .wc-block-product-categories-list-item
> a {
    flex: 1;
    display: flex;
    align-items: center;

    padding: 9px 8px;

    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;

    border-radius: 8px;

    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}


/* GREEN ARROW */

#shop-sidebar
.wc-block-product-categories-list-item
> a::before {
    content: "›";

    margin-right: 8px;

    font-size: 20px;
    font-weight: 700;
    line-height: 1;

    color: #94f74a;

    transition: transform 0.2s ease;
}


/* PRODUCT COUNT */

#shop-sidebar
.wc-block-product-categories-list-item-count {
    flex: 0 0 auto;

    margin-right: 6px;
    padding: 3px 8px;

    border-radius: 20px;

    background: #f1f1f1;

    color: #777;

    font-size: 12px;
    font-weight: 600;

    text-align: center;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}


/* =========================================================
   SUB CATEGORIES
   ========================================================= */

/* Place nested categories underneath parent */

#shop-sidebar
.wc-block-product-categories-list--depth-1 {
    flex: 0 0 100%;
    width: 100%;

    margin: 2px 0 6px 0;
    padding: 0 0 0 22px;

    border-left: 0;
}


/* SUB CATEGORY ROW */

#shop-sidebar
.wc-block-product-categories-list--depth-1
> .wc-block-product-categories-list-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    width: 100%;

    margin: 0;
    padding: 0;

    border-radius: 6px;
}


/* SUB CATEGORY LINK */

#shop-sidebar
.wc-block-product-categories-list--depth-1
> .wc-block-product-categories-list-item
> a {
    flex: 1;
    display: flex;
    align-items: center;

    min-width: 0;

    padding: 6px 6px;

    color: #555;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}


/* SMALLER ARROW FOR SUB CATEGORIES */

#shop-sidebar
.wc-block-product-categories-list--depth-1
> .wc-block-product-categories-list-item
> a::before {
    margin-right: 6px;

    font-size: 16px;
}


/* SUB CATEGORY COUNT */

#shop-sidebar
.wc-block-product-categories-list--depth-1
> .wc-block-product-categories-list-item
> .wc-block-product-categories-list-item-count {
    margin-right: 6px;

    padding: 2px 7px;

    font-size: 11px;
}


/* =========================================================
   HOVER
   ========================================================= */

#shop-sidebar
.wc-block-product-categories-list-item:hover {
    background: #f5ffef;
}

#shop-sidebar
.wc-block-product-categories-list--depth-0
> .wc-block-product-categories-list-item:hover
> a {
    color: #222;
}

#shop-sidebar
.wc-block-product-categories-list-item:hover
> a::before {
    transform: translateX(2px);
}

#shop-sidebar
.wc-block-product-categories-list-item:hover
> .wc-block-product-categories-list-item-count {
    background: #94f74a;
    color: #111;
}


/* REMOVE DEFAULT LIST MARKERS */

#shop-sidebar
.wc-block-product-categories-list-item::before {
    display: none !important;
}

/* CART ICON */
/* CART ICON - DESKTOP */

.header-cart-icon {
    width: 70px !important;
    height: 55px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.header-cart-icon .cart-img-icon {
    width: 70px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
}


/* TABLET */

@media (max-width: 849px) {

    .header-cart-icon {
        width: 58px !important;
        height: 48px !important;
    }

    .header-cart-icon .cart-img-icon {
        width: 58px !important;
        height: auto !important;
    }

}









/* MOBILE */

@media (max-width: 549px) {

    .header-cart-icon {
        width: 52px !important;
        height: 44px !important;
    }

    .header-cart-icon .cart-img-icon {
        width: 52px !important;
        height: auto !important;
    }

}

/* Button Glow */
/* Festive Lights - Pulsating Glow Button */
.text-inner .button.primary {
    color: #000 !important;

    box-shadow:
        0 0 8px rgba(153, 204, 0, 0.7),
        0 0 18px rgba(153, 204, 0, 0.45);

    animation: festiveButtonGlow 1.8s ease-in-out infinite;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Force button text black */
.text-inner .button.primary span {
    color: #000 !important;
}


/* Pulsating glow */
@keyframes festiveButtonGlow {

    0%, 100% {
        box-shadow:
            0 0 6px rgba(153, 204, 0, 0.55),
            0 0 12px rgba(153, 204, 0, 0.35),
            0 0 20px rgba(153, 204, 0, 0.15);
    }

    50% {
        box-shadow:
            0 0 10px rgba(153, 204, 0, 1),
            0 0 24px rgba(153, 204, 0, 0.75),
            0 0 42px rgba(153, 204, 0, 0.4);
    }
}


/* Stronger glow on hover */
.text-inner .button.primary:hover {
    color: #000 !important;
    transform: translateY(-2px);

    box-shadow:
        0 0 12px rgba(153, 204, 0, 1),
        0 0 28px rgba(153, 204, 0, 0.85),
        0 0 50px rgba(153, 204, 0, 0.5);

    animation-play-state: paused;
}

/* Keep text black on hover */
.text-inner .button.primary:hover span {
    color: #000 !important;
}

/* Button black text */
/* =========================================================
   HEADER BUTTONS
   Black text + 99px rounding
   ========================================================= */

.header-button .button,
.header-button .button span {
    color: #000 !important;
}

.header-button .button {
    border-radius: 99px !important;
}


/* =========================================================
   GREEN BUTTONS THROUGHOUT WEBSITE
   Excludes Flatsome Text Boxes
   ========================================================= */

.button.primary:not(.text-box .button),
.button.checkout:not(.text-box .button),
.checkout-button:not(.text-box .button),
.single_add_to_cart_button:not(.text-box .button),
button.button:not(.text-box button),
input[type="submit"]:not(.text-box input) {
    color: #000 !important;
    border-radius: 99px !important;
}

.button.primary:not(.text-box .button) span,
.button.checkout:not(.text-box .button) span,
.checkout-button:not(.text-box .button) span,
.single_add_to_cart_button:not(.text-box .button) span {
    color: #000 !important;
}


/* Icons */
.button.primary:not(.text-box .button) i,
.button.checkout:not(.text-box .button) i,
.checkout-button:not(.text-box .button) i,
.single_add_to_cart_button:not(.text-box .button) i {
    color: #000 !important;
}
