.elementor-7567 .elementor-element.elementor-element-45df7e56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7567 .elementor-element.elementor-element-45df7e56:not(.elementor-motion-effects-element-type-background), .elementor-7567 .elementor-element.elementor-element-45df7e56 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-7567 .elementor-element.elementor-element-b37c806{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7567 .elementor-element.elementor-element-b37c806:not(.elementor-motion-effects-element-type-background), .elementor-7567 .elementor-element.elementor-element-b37c806 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-7567 .elementor-element.elementor-element-3f865ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7567 .elementor-element.elementor-element-85776cc.elementor-wc-products  ul.products{grid-column-gap:0px;grid-row-gap:8px;}.elementor-7567 .elementor-element.elementor-element-85776cc.elementor-wc-products .attachment-woocommerce_thumbnail{margin-bottom:38px;}.elementor-7567 .elementor-element.elementor-element-85776cc.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-7567 .elementor-element.elementor-element-431c6367{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7567 .elementor-element.elementor-element-431c6367:not(.elementor-motion-effects-element-type-background), .elementor-7567 .elementor-element.elementor-element-431c6367 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-7567 .elementor-element.elementor-element-85776cc.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-7567 .elementor-element.elementor-element-85776cc.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-32c6a40 *//* ===========================
   RESET
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Inter, Arial, sans-serif;
}

/* ===========================
   HEADER
=========================== */

.header{
    width:100%;
    position:sticky;
    top:0;
    z-index:9999;
}

/* ===========================
   ANNOUNCEMENT BAR
=========================== */

.announcement-bar{

    background:#17a333;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

    padding:12px 20px;

    font-size:14px;

    font-weight:600;
}

/* ===========================
   NAVBAR
=========================== */

.navbar{

    background:#000;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:18px 50px;

    border-bottom:1px solid rgba(255,255,255,.08);
}

/* ===========================
   LOGO
=========================== */

.logo img{
    height:65px;
    width:auto;
    display:block;
}

/* ===========================
   MENU
=========================== */

.nav-menu{

    display:flex;

    align-items:center;

    gap:35px;
}

.nav-menu a{

    color:#fff;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    position:relative;

    transition:.3s;
}

/* Hover Underline */

.nav-menu a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#f4c400;

    transition:.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after{

    width:100%;
}

.nav-menu a:hover{
    color:#f4c400;
}

/* ===========================
   ICONS
=========================== */

.header-icons{

    display:flex;

    align-items:center;

    gap:12px;
}

.icon-btn{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#111;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    font-size:18px;

    transition:.3s;
}

.icon-btn:hover{

    background:#f4c400;

    color:#000;

    transform:translateY(-2px);
}

/* ===========================
   CART
=========================== */

.cart-btn{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#f4c400;

    color:#000;

    text-decoration:none;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

    font-size:20px;

    transition:.3s;
}

.cart-btn:hover{

    transform:scale(1.08);
}

.cart-count{

    position:absolute;

    top:-5px;

    right:-5px;

    width:20px;

    height:20px;

    border-radius:50%;

    background:#22c55e;

    color:#fff;

    font-size:10px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:1200px){

    .nav-menu{
        gap:20px;
    }

    .nav-menu a{
        font-size:13px;
    }
}

@media(max-width:992px){

    .navbar{
        flex-direction:column;
        gap:20px;
        padding:20px;
    }

    .nav-menu{
        flex-wrap:wrap;
        justify-content:center;
    }
}

@media(max-width:768px){

    .announcement-bar{
        flex-direction:column;
        gap:5px;
        text-align:center;
        font-size:12px;
    }

    .logo img{
        height:55px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c88586 *//* ==========================
   FOOTER
========================== */

.footer{

    background:#000;

    color:#fff;

    padding:60px 40px 20px;
}

/* ==========================
   GRID
========================== */

.footer-container{

    max-width:1500px;

    margin:auto;

    display:grid;

    grid-template-columns:
    1.5fr
    1fr
    1fr
    1fr
    1fr
    1fr;

    gap:40px;
}

/* ==========================
   LOGO
========================== */

.footer-logo{

    max-width:150px;

    margin-bottom:15px;
}

.footer-about p{

    color:#cfcfcf;

    font-size:14px;

    line-height:1.7;

    margin-bottom:20px;
}

/* ==========================
   HEADINGS
========================== */

.footer-column h4{

    color:#fff;

    font-size:14px;

    font-weight:700;

    margin-bottom:18px;

    text-transform:uppercase;
}

/* ==========================
   LINKS
========================== */

.footer-column ul{

    list-style:none;
}

.footer-column ul li{

    margin-bottom:10px;

    color:#bdbdbd;

    font-size:13px;
}

.footer-column ul li a{

    color:#bdbdbd;

    text-decoration:none;

    transition:.3s;
}

.footer-column ul li a:hover{

    color:#f4c400;

    padding-left:4px;
}

/* ==========================
   SOCIAL
========================== */

.social-icons{

    display:flex;

    gap:12px;
}

.social-icons a{

    width:36px;

    height:36px;

    border-radius:50%;

    background:#111;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    transition:.3s;
}

.social-icons a:hover{

    background:#f4c400;

    color:#000;
}

/* ==========================
   BOTTOM
========================== */

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.1);

    margin-top:35px;

    padding-top:20px;

    display:flex;

    justify-content:space-between;

    align-items:center;
}

.footer-bottom p{

    font-size:13px;

    color:#aaa;
}

.payment-icons{

    display:flex;

    gap:10px;

    font-size:24px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1200px){

    .footer-container{

        grid-template-columns:
        repeat(3,1fr);
    }
}

@media(max-width:768px){

    .footer-container{

        grid-template-columns:1fr;
    }

    .footer-bottom{

        flex-direction:column;

        gap:15px;

        text-align:center;
    }
}/* End custom CSS */