/* FONTS */

body, input, textarea, button, select {
    font-size: 1.25em;
    font-family: "Avenir Next",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #004d49;
    line-height: 1.5;
}


rte {
    color: #004d49;
    margin-bottom: 35px;
}

.h3 {
    color: #004d49;
    margin-bottom: 35px;
}

.product-single__description {
    font-size: 0.95em; 
    font-family: "Avenir Next",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #3d4246;
    line-height: 1.5;
}

.product-single__description {
  
    margin-top: 10px;
}

hr {
    margin: 25px 0;
    border: 0;
    border-bottom: 1px solid #e8e9eb;
}

.btn--secondary-accent {
    background-color: white;
    color: #044c28;
    border-color: none;
}

.btn--secondary-accent:not([disabled]):hover, .btn--secondary-accent:focus {
    background-color: white;
    color: #51d4ac;
    border-color: none;
}

.btn--secondary {
    background-color: transparent;
    color: ##fff;
    border-color: none;
}

.btn--secondary:not([disabled]):hover, .btn--secondary:focus {
    background-color: transparent;
    color: #51d4ac;
    border-color: none;
}
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 15px 25px;
}

/* hero area text custom */

.hero .mega-title {
    color: #004d49;
    text-shadow: none;
  font-weight: 600;
    font-size: 4em;
}

.mega-subtitle p {
    color: #000000; 
    width:55%;
    text-shadow: none;
    line-height:1.4;
    font-size: 0.95em;

}

/* Styling Buttons */

.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {

    padding: 15px 30px;
    background-color: #004d49;
    color: #fff;
    border-color: none;
}

.btn:not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    color: #fff;
    background-color: #009a92;
    border-color: none;
}



.site-header__cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.4rem;
    top: 0.2rem;
    font-weight: bold;
    background-color: #004d49;
    color: #fff;
    border-radius: 50%;
    min-width: 1em;
    height: 1em;
}


.site-footer { 
    margin-top: 150px;
}
  

.trustpilot-widget {
    margin-bottom: 100px;
}