.elementor-699 .elementor-element.elementor-element-4d1b426 > .elementor-container > .elementor-row{align-items:stretch;}/* Start custom CSS for html, class: .elementor-element-c7ae38a *//* ===========================================
   RESET
=========================================== */

.pp-navbar *,
.pp-mobile-overlay *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

/* ===========================================
   FLOATING NAVBAR
=========================================== */

.pp-navbar{

    position:fixed;

    top:24px;

    left:50%;

    transform:translateX(-50%);

    width:calc(100% - 50px);

    max-width:1250px;

    z-index:99!important;

    transition:.35s ease;

}

.pp-navbar-inner{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:40px;

    padding:8px 28px;

    border-radius:16px;

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.6);

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

/* ===========================================
   SCROLL EFFECT
=========================================== */

.pp-navbar.scrolled{

    top:15px;

}

.pp-navbar.scrolled .pp-navbar-inner{

    padding:0px 24px;

    background:rgba(255,255,255,.90);

    box-shadow:

    0 20px 60px rgba(0,0,0,.12);

}


/*=====================
MINIMOG CART =====================*/
.btn-cart{
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#000;
    margin-left:20px;
}

.btn-cart .icon{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.btn-cart svg{
    width:22px;
    height:22px;
}

.cart-count{
    position:absolute;
    top:-6px;
    right:-8px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#000;
    color:#fff;
    font-size:10px;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}

/* ===========================================
LOGO
=========================================== */

.pp-logo{

display:flex;

align-items:center;

text-decoration:none;

flex-shrink:0;

}

.pp-logo img{

height:42px;

display:block;

}

/* ===========================================
DESKTOP MENU
=========================================== */

.pp-menu{

display:flex;

align-items:center;

gap:36px;


}

.pp-menu a{

position:relative;

font-size:15px;

font-weight:600;

text-decoration:none;

color:#2f3442;

transition:.25s;

}

.pp-menu a:hover{

color:#7c3aed;

}

/* underline animation */

.pp-menu a::after{

content:"";

position:absolute;

left:0;

bottom:-7px;

width:0;

height:2px;

background:#7c3aed;

transition:.25s;

border-radius:10px;

}

.pp-menu a:hover::after{

width:100%;

}

/* ===========================================
RIGHT BUTTON
=========================================== */

.pp-actions{

display:flex;

align-items:center;

gap:15px;

margin-left:20px;

}

.btn-login{

padding:12px 18px;

border-radius:999px;

font-weight:600;

text-decoration:none;

color:#3f3f46;

transition:.25s;

}

.btn-login:hover{

background:#f5f5f5;

}

.btn-register{

display:flex;

align-items:center;

justify-content:center;

padding:13px 24px;

border-radius:999px;

background:linear-gradient(135deg,#7c3aed,#9333ea);

color:white;

font-weight:700;

text-decoration:none;

box-shadow:

0 12px 25px rgba(124,58,237,.25);

transition:.3s;

}

.btn-register:hover{

transform:translateY(-2px);

box-shadow:

0 20px 35px rgba(124,58,237,.35);

}

/* ===========================================
HAMBURGER
=========================================== */

.pp-hamburger{

display:none;

width:48px;

height:48px;

border:none;

background:#ffffff00;

border-radius:16px;

cursor:pointer;

/* box-shadow:

0 10px 25px rgba(0,0,0,.08); */

}

.pp-hamburger span{

display:block;

width:22px;

height:2px;

margin:5px auto;

background:#333;

transition:.3s;

}

/* ===========================================
MOBILE OVERLAY
=========================================== */

.pp-mobile-overlay{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,.35);

display:flex;

justify-content:center;

align-items:flex-start;

padding:10px;

opacity:0;

visibility:hidden;

transition:.35s;

z-index:999;

}

.pp-mobile-overlay.active{

opacity:1;

visibility:visible;

}

/* ===========================================
CARD
=========================================== */

.pp-mobile-card{

width:100%;

max-width:420px;

background:white;

border-radius:30px;

padding:25px;

transform:translateY(-40px);

transition:.35s;

box-shadow:

0 35px 70px rgba(0,0,0,.18);

}

.pp-mobile-overlay.active .pp-mobile-card{

transform:translateY(0);

}

/* ===========================================
HEADER
=========================================== */

.pp-mobile-header{

display:flex;

align-items:center;

justify-content:space-between;

margin-bottom:30px;

}

.pp-mobile-header img{

height:40px;

}

.pp-mobile-header button{

width:42px;

height:42px;

border:none;

border-radius:50%;

background:#f5f5f5;

font-size:20px;

cursor:pointer;

}

/* ===========================================
WELCOME
=========================================== */

.pp-mobile-welcome{

margin-bottom:25px;

}

.pp-mobile-welcome small{

display:block;

color:#999;

margin-bottom:6px;

}

.pp-mobile-welcome h3{

font-size:26px;

line-height:1.3;

}

/* ===========================================
MENU
=========================================== */

.pp-mobile-nav{

display:flex;

flex-direction:column;

gap:8px;

margin-bottom:30px;

}

.pp-mobile-nav a{

display:flex;

justify-content:space-between;

align-items:center;

padding:16px 0;

text-decoration:none;

color:#222;

font-weight:600;

border-bottom:1px solid #ececec;

transition:.25s;

}

.pp-mobile-nav a:hover{

color:#7c3aed;

padding-left:10px;

}

.pp-mobile-nav svg{

width:18px;

height:18px;

stroke:currentColor;

stroke-width:2;

fill:none;

}

/* ===========================================
BOTTOM BUTTON
=========================================== */

.pp-mobile-buttons{

display:flex;

flex-direction:column;

gap:15px;

}

/* ===========================================
RESPONSIVE
=========================================== */

@media(max-width:991px){

.pp-menu{

display:none;

}

.pp-actions{

display:none;

}

.pp-hamburger{

display:block;

}

.pp-navbar{

width:calc(100% - 24px);

top:15px;

}

.pp-navbar-inner{

padding:3px 18px;

}

.pp-logo img{

height:36px;

}

}

@media(max-width:480px){

.pp-mobile-card{

padding:22px;

border-radius:25px;

}

.pp-mobile-welcome h3{

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-4d1b426 */.elementor-location-header{
    height:0;
}

.elementor-location-header .elementor-section{
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
}

body.admin-bar .pp-navbar{
    top:56px;
    z-index: 9999999;
}

#wpadminbar{
    z-index:99999!important;
}

@media(max-width:782px){
    body.admin-bar .pp-navbar{
        top:70px;
    }
}/* End custom CSS */