
/* ============================== */
/* GLOBAL */
/* ============================== */
@media (max-width: 768px) {
    .cms-page-view #maincontent {
        padding-left: 30px;
        padding-right: 30px
    }

}
@media (max-width: 639px) {

    /* Search icon  on mobile */
    .block-search .label{
        margin-top: 18px;
    }
}
/* ============================== */
/* BODY CONTENT */
/* ============================== */
#maincontent {
    padding-bottom: 85px;

}

/* ============================== */
/* PROMOTION HEADER BAR */
/* ============================== */
.promotion-wrapper {
    background: #343434;
    font-size: 14px;
}

/* ============================== */
/* NAVIGATION */
/* ============================== */
.nav-sections {
    background: #30574E;
}

/* ============================== */
/* FOOTER */
/* ============================== */
.page-wrapper .page-footer {
    background: #30574E;
}
footer .socials-block {
    float: unset;
    margin-top: 10px;
    text-align: left;
    display: flex;
}
footer .socials-block > a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: none;
}

/* ============================== */
/* CONTACT US PAGE */
/* ============================== */
.contact-index-index #contact-form {
    margin: 0 auto;
}

/* ============================== */
/* HOMEPAGE */
/* ============================== */
#maincontent {
    padding-bottom: 0;
}

/* ============================== */
/* HOMEPAGE SLIDER */
/* ============================== */
.slider-text-block {
    display: block;
    margin: 0;
    padding: 0;
}

.home-slider-main .slider-image {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.home-slider-main .slider-image.slide-4 .text-block {
    text-align: center!important;
    top: unset;
}
.home-slider-main .text-block {
    position: absolute;
    z-index: 2;
    left: 184px;
    color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
}
.home-slider-main .text-block h2 {
    font-size: 62px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
.home-slider-main .text-block p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
@media (max-width: 1000px) {
    .home-slider-main .text-block {
        left: 115px;
    }
}
@media (max-width: 900px) {
    .home-slider-main .slider-image {
        align-items: flex-end;
    }
    .home-slider-main .text-block {
        right: 0;
        left: 100px;
        margin: 0!important;
        text-align: center;
        padding: 0 60px;
    }
    .home-slider-main .text-block h2 {
        font-size: 32px;
    }
    .home-slider-main .text-block p {
        font-size: 16px;
    }
    .home-slider-main .text-block a {
        align-self: center;
        margin-top: 160px;
    }
}
@media (max-width: 899px) {
    .home-slider-main .text-block {
        display: contents;
        margin: auto !important;
        position: relative;
        order: 1;
        transform: none;
    }
    .home-slider-main .slider-image {
        display: flex;
        flex-wrap: wrap;
    }
    .home-slider-main .slider-image img {
        order:2;
        object-fit: cover;
        object-position: center;
    }
    .home-slider-main .slider-image p {
        display: block;
        margin: auto;
        text-align: center;
        color: white;
        position: absolute;
        text-shadow: 2px 1px 3px rgba(0,0,0,1);
        font-weight: 600;
    }
    .home-slider-main .text-block a {
        order: 3;
        margin: 25px auto;
    }
    .home-slider-main .text-block h2 {
        background: white;
        color: #333;
        margin: 25px auto;
    }
    .home-slider-main .slide-1-main-text {
        position: absolute;
        bottom: 145px;
        right: 10px;
        left: 10px;
    }
    .home-slider-main .slide-1-main-text p {
        font-size: 21px;
        position: unset;
    }
    .home-slider-main .slide-1-main-text p span {
        display: inline;
    }

    .home-slider-main .owlslider-custom-nav,
    .home-slider-main .owlslider-custom-dots{
        display: none;
    }
}

/* ============================== */
/* HOMEPAGE BLOCKS */
/* ============================== */
.block-healthier-life {
    background-color: #1A3C34;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 15px;
}
.block-healthier-life .container-block {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
    align-items: center;
}
.block-healthier-life .left-text {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    max-width: 50%;
}
.block-healthier-life .left-text .small-text {
    font-size: 36px;
}
.block-healthier-life .right-text {
    font-size: 24px;
    line-height: 1.5;
    max-width: 40%;
    position: relative;
}
.block-healthier-life .right-text .spacer-line {
    height: 2px;
    background-color: #FFFFFF;
    margin: 35px 0;
}
@media (max-width: 768px) {
    .block-healthier-life .container-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .block-healthier-life .left-text {
        font-size: 32px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .block-healthier-life .right-text {
        font-size: 18px;
        max-width: 100%;
    }
}

.block-our-story {

    background-color: #FFFFFF;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-our-story .container-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.block-our-story .left-section {
    background-color: #1A3C34;
    color: #FFFFFF;
    padding: 40px 5%;
    flex: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block-our-story .left-section h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding-top: 55px;
}
.block-our-story .left-section h1::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #FFFFFF;
    margin-top: 10px;
}
.block-our-story .left-section a {
    flex: 1;
    padding: 40px 5%;
    display: flex;
    align-items: center;
}
.block-our-story .left-section a:hover {
    color: #ee3333;
    font-weight: bold;
    transition: all 0.2s linear;
}
.block-our-story .middle-section {
    flex: 1;
    padding: 40px;
    display: flex;
    align-items: center;
}
.block-our-story .middle-section p {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}
.block-our-story .right-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-our-story .right-section img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .block-our-story .container-block  {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }
    .block-our-story .left-section {
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }
    .block-our-story .left-section h1 {
        font-size: 32px;
    }
    .block-our-story .left-section h1::after {
        margin: 10px auto;
    }
    .block-our-story .left-section a {
        font-size: 16px;
    }
    .block-our-story .middle-section {
        padding: 50px 0;
        text-align: center;
        width: 100%;
    }
    .block-our-story .middle-section p {
        font-size: 18px;
        padding: 0 35px;
        margin: 0 !important;
    }
    .block-our-story .right-section {
        width: 100%;
    }
    .block-our-story .right-section img {
        max-height: 300px;
    }
}

.block-balance {
    margin: 0;
    background-color: #91aba3cc;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
}
.block-balance .container-block {
    width: 100%;
    position: relative;
    min-height: 400px;
}
.block-balance .background-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.block-balance .text-block {
    background-color: #FFFFFF;
    padding: 40px;
    z-index: 2;
    position: absolute;
    right: 70px;
    top: 57%;
    transform: translateY(-50%);
}
.block-balance .text-block h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
.block-balance .text-block p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.block-balance .text-block a {
    background-color: #1A3C34;
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
}
@media (max-width: 768px) {
    .block-balance {
        padding: 0;
    }
    .block-balance .container-block {
        min-height: unset;
    }
    .block-balance .background-image {
        position: unset;
        object-fit: cover;
        height: 100%;
    }
    .block-balance .text-block {
        width: unset;
        margin: 0;
        padding: 45px;
        text-align: center;
        position: unset;
        transform: unset;
    }
    .block-balance .text-block h2 {
        font-size: 28px;
    }
    .block-balance .text-block p {
        font-size: 16px;
        padding: 15px 25px;
    }
    .block-balance .text-block a {
        align-self: center;
    }
}

/* ============================== */
/* BUTTONS */
/* ============================== */
.action {
    border-radius: 25px!important;
}
.action.primary {
    background-color: #1A3C34;
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none!important;
    border-radius: 25px!important;
    font-size: 13px;
}

/* ============================== */
/* NEWSLETTER */
/* ============================== */
.action.subscribe.primary {
    border-radius: 0!important;
}

/* ============================== */
/* HEADER SEARCH */
/* ============================== */
#search_mini_form button.action.search {
    border-radius: 0!important;
}

/* ============================== */
/* WISHLIST */
/* ============================== */
@media (max-width: 639px) {
    .wishlist-index-index .products-grid .product-item {
       margin-left: 0;
    }
    .wishlist-index-index .products-grid.wishlist .product-item .product-item-info:hover {
        box-shadow: unset !important;
        border: none !important;
        padding: 0 !important;
    }
}
@media (min-width: 640px) {
    .wishlist-index-index .products-grid .product-item {
        width: 31.233%;
    }
}

/* ============================== */
/* CHECKOUT */
/* ============================== */
.checkout-index-index .minicart-wrapper {
    display: none !important;
}
.checkout-index-index .field-tooltip .label {
    display: none;
}
.checkout-index-index .field-tooltip .field-tooltip-action {
    right: 15px;
    top: 4px;
    position: relative;
}
.checkout-index-index .field-tooltip .field-tooltip-action::before {
    padding: 0 2px;
}
.checkout-index-index .authentication-wrapper {
    display: none;
}
.checkout-index-index #checkoutSteps button {
    border-radius: 0!important;
}
.checkout-index-index #opc-sidebar .items-in-cart .product-image-container {
    width: unset!important;
    height: unset!important;
}
@media (max-width: 767px) {
    .checkout-index-index .field-tooltip .field-tooltip-content{
        right: 6px;
        top: 45px;
    }
}

/* ============================== */
/* CART & MINICART */
/* ============================== */
.cart-container button.action.primary.checkout {
    border-radius: 0!important;
}
button#top-cart-btn-checkout {
    border-radius: 0!important;
}
.minicart-items-wrapper .product-image-container {
    width: unset!important;
}

/* ============================== */
/* CATEGORY PAGE */
/* ============================== */
#layered-filter-block .action.clear.filter-clear {
    position: relative;
    left: 17px;
    top: -11px;
}
#layered-filter-block .filter-current .action.remove:after {
    display: none;
}

/* ============================== */
/* PRODUCT PAGE */
/* ============================== */
.catalog-product-view .review-ratings{
    margin-right: 30px;
}
/* ============================== */
/* OWL SLIDER */
/* ============================== */
.owlslider-custom-nav {
    .owl-prev, .owl-next {
        font-size: 20px;
        background: #1A3C34;
        padding: 5px 13px;
        transition: all .3s ease-in 0s;
        opacity: 0.6;
        color: white;
        border: none;
    }
    .owl-prev:hover, .owl-next:hover {
        background: #1A3C34;
        color: white;
        opacity: 1;
    }

    .owl-prev {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        z-index: 5;
    }
    .owl-next {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        z-index: 5;
    }
}
.owlslider-custom-dots {

    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 5;

    .owl-dot {
        display: block;
        width: 15px;
        height: 15px;
        margin: 5px 7px;
        opacity: 0.5;
        border-radius: 15px;
        background: #869791;
        padding: 0;
        border: none;
    }
    .owl-dot.active {
        opacity: 1;
        background: #1A3C34;
    }
    .owl-dot:hover {
        opacity: 1;
        background: #1A3C34;
    }
}

/* ============================== */
/* ACCORDION - USED ON PRIVACY POLICY */
/* ============================== */
.accordion {
    margin: 20px auto;
}
.accordion-item {
    margin-bottom: 5px;
}
.accordion-item ul {
    margin: 0;
}
.accordion-header {
    background: #f4f4f4;
    padding: 10px 25px 10px 35px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
    min-height: 48px; /* Big tap target for mobile */
}
.accordion-header h3 {
    margin: 0;
}
.accordion-header:hover {
    background: #e0e0e0;
}
.accordion-content {
    display: none;
    padding: 30px 35px 30px 35px;
    border: 2px solid #f4f4f4;
    border-top: none;
}
.accordion-icon {
    transition: transform 0.3s;
    font-size: 30px;
}
.accordion-icon.open {
    transform: rotate(180deg);
}
.accordion .policy-introduction {
    padding: 0 10px 20px 10px;
}
@media (max-width: 1300px) {

    .accordion-header {
        padding: 10px 25px 10px 25px;
    }
    .accordion-header h3 {
        font-size: 16px;
    }
    .accordion-content {
        padding: 20px 25px 20px 25px;
    }
}
