.elementor-578 .elementor-element.elementor-element-a2385cd{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-553c9b3 *//* ========================================
   EMERE SHOP TERMS PAGE
======================================== */

.emere-shop-hero{
    padding:120px 20px 90px;
    background:#fafbfd;
    border-bottom:1px solid #edf1f5;
}

.emere-shop-container{
    max-width:1280px;
    margin:auto;
}

.emere-shop-badge{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;
    border-radius:999px;
    background:#fff;
    border:1px solid #e5e7eb;
    color:#D6A354;
    font-size:13px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.emere-shop-hero h1{
    margin:24px 0;
    font-size:clamp(48px,5vw,76px);
    line-height:1.05;
    font-weight:800;
    color:#111315;
    letter-spacing:-.03em;
}

.emere-shop-hero p{
    max-width:760px;
    color:#667085;
    font-size:19px;
    line-height:1.8;
}

.emere-shop-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:55px;
}

.emere-shop-info-card{
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:24px;
    padding:32px;
    box-shadow:0 12px 40px rgba(15,23,42,.05);
}

.emere-shop-info-card strong{
    display:block;
    margin-bottom:10px;
    color:#111315;
    font-size:14px;
    font-weight:700;
}

.emere-shop-info-card span{
    color:#667085;
    font-size:16px;
}

/* ========================================
   CONTENT
======================================== */

.emere-shop-content{
    padding:100px 20px 120px;
    background:#ffffff;
}

.emere-shop-intro{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

.emere-shop-intro h2{
    margin-bottom:20px;
    font-size:42px;
    color:#111315;
    font-weight:800;
}

.emere-shop-intro p{
    color:#667085;
    font-size:18px;
    line-height:1.9;
}

/* ========================================
   ACCORDION
======================================== */

.emere-shop-accordion{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.emere-shop-accordion details{
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(15,23,42,.04);
    transition:.3s ease;
}

.emere-shop-accordion details[open]{
    border-color:rgba(214,163,84,.35);
}

.emere-shop-accordion summary{
    position:relative;
    padding:28px 70px 28px 30px;
    cursor:pointer;
    list-style:none;
    font-size:22px;
    font-weight:700;
    color:#111315;
}

.emere-shop-accordion summary::-webkit-details-marker{
    display:none;
}

.emere-shop-accordion summary::after{
    content:"+";
    position:absolute;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    border-radius:50%;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:500;
}

.emere-shop-accordion details[open] summary::after{
    content:"−";
    color:#D6A354;
}

.emere-shop-body{
    padding:0 30px 35px;
}

.emere-shop-body p{
    color:#667085;
    line-height:1.9;
    font-size:16px;
}

.emere-shop-body ul{
    margin:0;
    padding-left:20px;
}

.emere-shop-body li{
    color:#667085;
    line-height:1.9;
    margin-bottom:10px;
}

/* ========================================
   RETURN POLICY BOX
======================================== */

.emere-highlight-box{
    padding:30px;
    border-radius:20px;
    background:#fffaf1;
    border:1px solid rgba(214,163,84,.25);
    margin-bottom:30px;
}

.emere-highlight-box h3{
    margin:0 0 10px;
    color:#111315;
    font-size:24px;
}

.emere-highlight-box p{
    margin:0;
}

/* ========================================
   CONTACT CARD
======================================== */

.emere-contact-card{
    position:relative;
    margin-top:80px;
    padding:60px;
    background:#ffffff;
    border:1px solid #e7ebf0;
    border-radius:32px;
    overflow:hidden;
    box-shadow:
        0 10px 30px rgba(15,23,42,.04),
        0 30px 80px rgba(15,23,42,.06);
}

.emere-contact-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#D6A354;
}

.emere-contact-card h3{
    margin:0;
    font-size:clamp(36px,4vw,54px);
    line-height:1.1;
    font-weight:800;
    color:#111315;
}

.emere-contact-card p{
    max-width:720px;
    margin:18px 0 0;
    color:#667085;
    font-size:18px;
    line-height:1.8;
}

.emere-contact-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
    margin-top:50px;
    padding-top:40px;
    border-top:1px solid #eef2f6;
}

.emere-contact-grid > div{
    position:relative;
}

.emere-contact-grid > div:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-16px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:70px;
    background:#edf1f5;
}

.emere-contact-grid span{
    display:block;
    margin-bottom:12px;
    color:#98A2AE;
    font-size:13px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.emere-contact-grid strong{
    display:block;
    color:#111315;
    font-size:24px;
    font-weight:700;
    line-height:1.5;
}

.emere-contact-grid > div:hover strong{
    color:#D6A354;
}

/* ========================================
   RESPONSIVE
======================================== */

@media(max-width:1024px){

    .emere-shop-info{
        grid-template-columns:1fr;
    }

    .emere-contact-grid{
        grid-template-columns:1fr;
    }

    .emere-contact-grid > div:not(:last-child)::after{
        display:none;
    }

    .emere-contact-grid > div{
        padding-bottom:25px;
        border-bottom:1px solid #eef2f6;
    }

    .emere-contact-grid > div:last-child{
        border-bottom:none;
        padding-bottom:0;
    }
}

@media(max-width:767px){

    .emere-shop-hero{
        padding:90px 20px 70px;
    }

    .emere-shop-content{
        padding:70px 20px 90px;
    }

    .emere-shop-hero h1{
        font-size:42px;
    }

    .emere-shop-intro h2{
        font-size:32px;
    }

    .emere-shop-info-card{
        padding:24px;
    }

    .emere-shop-accordion summary{
        padding:22px 60px 22px 22px;
        font-size:18px;
    }

    .emere-shop-body{
        padding:0 22px 25px;
    }

    .emere-contact-card{
        padding:35px 25px;
        border-radius:24px;
    }

    .emere-contact-card h3{
        font-size:36px;
    }

    .emere-contact-grid strong{
        font-size:20px;
    }
}/* End custom CSS */