/** Shopify CDN: Minification failed

Line 37:0 All "@import" rules must come first

**/
/* ==========================================================
   COLOUR PALETTE
========================================================== */

:root{

--emm-primary:#B31217;
--emm-primary-hover:#8E0F13;

--emm-heading:#181818;

--emm-text:#4F4F4F;

--emm-bg:#FCFBF9;

--emm-card:#FFFFFF;

--emm-border:#ECE7E3;

--emm-shadow:
0 12px 30px rgba(0,0,0,.07);

}


/* ==========================================================
   SECTION
========================================================== */



@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&display=swap');


.emm-divider{
height:1px;
background:var(--emm-border);
margin:0 0 70px;
}

.emm-features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:28px;
margin-top:30px;
}

.emm-feature-card{
    background:#fff;
    border:1px solid var(--emm-border);
    border-radius:22px;
    padding:40px 30px;
    text-align:center;
    transition:.3s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.emm-feature-card:hover{
transform:translateY(-10px);
box-shadow:0 22px 45px rgba(0,0,0,.12);
}

.emm-feature-icon{
display:flex;
justify-content:center;
align-items:center;
margin:0 0 22px;
color:var(--emm-primary);
}

.emm-feature-icon svg{
width:46px;
height:46px;
stroke:currentColor;
stroke-width:1.6;
fill:none;
stroke-linecap:round;
stroke-linejoin:round;
}

.emm-feature-card h3{
font-family:'Playfair Display', serif;
font-size:26px;
font-weight:700;
margin:0 0 14px;
color:var(--emm-heading);
min-height:72px;
display:flex;
align-items:flex-end;
justify-content:center;
}

.emm-feature-card p{
font-size:17px;
line-height:1.75;
color:#555;
margin:0;
}

@media (max-width:768px){
.emm-features-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media (max-width:640px){
.emm-features-grid{
grid-template-columns:1fr;
}
}

.emm-features-header{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.emm-features-eyebrow{
    color:#b31217;
    font-size:.85rem;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:16px;
}

.emm-features-title{
    font-size:2.6rem;
    font-weight:700;
    line-height:1.2;
    color:#181818;
    margin:0 0 18px;
}

.emm-features-copy{
    max-width:650px;
    margin:0 auto;
    font-size:1.08rem;
    line-height:1.8;
    color:#555;
}

@media screen and (max-width: 749px) {

  .emm-features-title{

      font-size: 2.6rem;

      line-height: 1.1;

      letter-spacing: 0;

  }

}