﻿/* =========================================
   RESET
========================================= */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
	font-family: "Roboto Condensed", sans-serif!important;
}
body{margin:0px!important;padding:0px!important;}
.zo-header,
.zo-header * {
    box-sizing: border-box;
}
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active){background:#5B0715!important;color:#fff!impportant;}
.zo-header {
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
}

.zo-header a {
    text-decoration: none;
}
.zo-hana-banner {
    width: 100%;
    background: #FFDE9F;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
	min-height:300px;
}

.zo-hana-image {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

.zo-hana-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

/* =========================================
   DESKTOP TOP BAR
========================================= */


.zo-contact-area {
    width: 100%;
    background: #FFDE9F;
    padding: 30px 20px 40px;
}

.zo-contact-wrap {
    max-width: 970px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}


/* CONTACT INFO */

.zo-contact-info h2,
.zo-contact-form h2 {
    margin: 0 0 25px;
    color: #5B0715;
    font-size: 30px;
    font-weight: 500;
}

.zo-contact-info p {
    margin: 0 0 18px;
    font-size: 16px;
    color: #333;
}

.zo-contact-info a {
    color: #720000;
    text-decoration: none;
}

.zo-contact-info a:hover {
    text-decoration: none;
}

.zo-contact-form {
    width: 82%;
    max-width: 500px;
    min-width: 0;
}

.zo-contact-form .wpforms-container,
.zo-contact-form .wpforms-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.zo-contact-form .wpforms-field {
    max-width: 100%;
    box-sizing: border-box;
}

.zo-contact-form input,
.zo-contact-form textarea,
.zo-contact-form select {
    max-width: 100% !important;
    box-sizing: border-box !important;
}




/* MOBILE */

@media (max-width: 700px) {

    .zo-contact-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .zo-contact-info h2,
    .zo-contact-form h2 {
        font-size: 28px;
    }

}

.zo-topbar {
    width: 100%;
    height: 65px;
    background: #CAA14F;
}

.zo-topbar-inner {
    width: 100%;
    max-width: 1295px;
    height: 65px;
    margin: 0 auto;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-section {
    width: 100%;
    padding: 50px 20px;
    background: #FFDE9F;
}

.contact-container {
    max-width: 950px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 70px;
}

.contact-info h2,
.contact-form-box h2 {
    margin: 0 0 25px;

    color: #5B0715;

    font-size: 30px;
    font-weight: 400;
}
.selected{color: #5B0715!important;
    font-weight: 500!important;}
.contact-info p {
    margin: 0 0 18px;

    color: #444;

    font-size: 16px;
}

.contact-info a {
    color: #5B0715;
    text-decoration: underline;
}

.contact-form-box {
    width: 100%;
}


/* Mobile */

@media (max-width: 700px) {

    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}

/* CONTACT */

.zo-contact {
    padding-top: 10px;
}

.zo-contact-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.zo-contact-item {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #111;

    font-size: 16px;
    font-weight: 300;

    white-space: nowrap;

    transition: all 0.2s ease;
}

.zo-contact-item i {
    color: #5B0715;
    font-size: 15px;
}

.zo-contact-item:hover {
    color: #5B0715;
}


/* TAGLINE */

.zo-desktop-tagline {
    margin-top: 8px;

    color: #111;

    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
}


/* SOCIAL */

.zo-social {
    display: flex;
    align-items: center;

    gap: 20px;

    padding-top: 13px;
    padding-right: 3px;
}

.zo-social a {
    color: #000;
    font-size: 15px;

    transition: opacity 0.2s ease;
}

.zo-social a:hover {
    opacity: 0.6;
}


/* =========================================
   MAIN NAVBAR
========================================= */

.zo-navbar {
    width: 100%;
    height: 94px;

    background: #FFDE9F;
}

.zo-navbar-inner {
    width: 100%;
    max-width: 1295px;
    height: 94px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================
   LOGO
========================================= */

.zo-logo {
    width: 430px;

    display: flex;
    align-items: center;
}

.zo-logo img {
    width: 255px;
    max-width: 100%;
    height: auto;

    display: block;
}


/* =========================================
   DESKTOP MENU
========================================= */

.zo-menu {
    display: flex;
    align-items: center;

    gap: 36px;

    height: 100%;
}

.zo-menu a {
    color: #111;

    font-size: 19px;
    font-weight: 300;

    white-space: nowrap;

    transition: color 0.2s ease;
}

.zo-menu a:hover {
    color: #5B0715;
}

.zo-menu a.active {
    color: #5B0715;
    font-weight: 500;
}


/* =========================================
   MOBILE ELEMENTS
========================================= */

.zo-mobile-toggle,
.zo-mobile-call,
.zo-mobile-tagline {
    display: none;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .zo-topbar-inner,
    .zo-navbar-inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .zo-logo {
        width: 330px;
    }

    .zo-logo img {
        width: 225px;
    }

    .zo-menu {
        gap: 22px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 850px) {

    /* -------------------------
       Hide desktop top bar
    ------------------------- */

    .zo-topbar {
        display: none;
    }


    /* -------------------------
       Mobile Navbar
    ------------------------- */

    .zo-navbar {
        height: auto;
        min-height: 0;

        background: #FFDE9F;
    }

    .zo-navbar-inner {
        width: 100%;
        height: auto;

        margin: 0;
        padding: 13px 18px 16px;

        display: grid;

        grid-template-columns: 1fr auto;

        align-items: start;

        position: relative;
    }


    /* -------------------------
       Mobile Logo
    ------------------------- */

    .zo-logo {
        width: auto;

        display: flex;
        align-items: flex-start;
    }

    .zo-logo img {
        width: 255px;
        max-width: 100%;
        height: auto;
    }


    /* -------------------------
       Hamburger
    ------------------------- */

    .zo-mobile-toggle {
    display: flex;

    width: 62px;
    height: 46px;

    margin-top: 17px;

    padding: 0;

    border: none;
    border-radius: 0;

    background: transparent;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 6px;

    cursor: pointer;

    -webkit-appearance: none;
    appearance: none;
}

.zo-mobile-toggle span {
    width: 25px;
    height: 2px;

    display: block;

    background: #806D4C;

    transition: all 0.25s ease;
}




    /* -------------------------
       Hamburger active
    ------------------------- */

    .zo-mobile-toggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .zo-mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .zo-mobile-toggle.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


    /* -------------------------
       Mobile Menu
    ------------------------- */

    .zo-menu {
        display: none;

        grid-column: 1 / -1;

        width: 100%;

        height: auto;

        padding: 12px 0 0;

        flex-direction: column;
        align-items: flex-start;

        gap: 0;
    }

    .zo-menu.show {
        display: flex;
    }

    .zo-menu a {
        width: 100%;

        padding: 10px 0;

        color: #111;

        font-size: 16px;
        font-weight: 300;

        line-height: 1.25;
    }

    .zo-menu a.active {
        color: #5B0715;
        font-weight: 500;
    }


    /* -------------------------
       Mobile Call Button
    ------------------------- */

    .zo-mobile-call {
        display: flex;

        grid-column: 1 / -1;

        width: 390px;
        max-width: 88%;

        height: 45px;

        margin: 21px auto 0;

        align-items: center;
        justify-content: center;

        border-radius: 25px;

        background: #8B0000;

        color: #fff;

        font-size: 18px;
        font-weight: 400;

        line-height: 1;

        transition: background 0.2s ease;
    }

    .zo-mobile-call:hover {
        background: #720000;
        color: #fff;
    }


    /* -------------------------
       Mobile Tagline
    ------------------------- */

    .zo-mobile-tagline {
        display: block;

        grid-column: 1 / -1;

        width: 100%;
        max-width: 500px;

        margin: 20px auto 0;

        text-align: center;

        color: #333;

        font-size: 16px;
        font-weight: 300;

        line-height: 1.45;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 600px) {

    .zo-navbar-inner {
        padding-left: 14px;
        padding-right: 14px;
    }

    .zo-logo img {
        width: 255px;
    }

    .zo-mobile-toggle {
        width: 62px;
        height: 46px;
    }

    .zo-mobile-call {
        width: 390px;
        max-width: 88%;
    }

    .zo-mobile-tagline {
        font-size: 16px;
        padding: 0 12px;
    }

}


/* =========================================
   VERY SMALL PHONE
========================================= */

@media (max-width: 400px) {

    .zo-logo img {
        width: 225px;
    }

    .zo-mobile-toggle {
        width: 56px;
        height: 44px;

        margin-top: 14px;
    }

    .zo-mobile-call {
        max-width: 92%;

        font-size: 17px;
    }

    .zo-mobile-tagline {
        font-size: 15px;
    }

}

/* =========================================================
   SLIDER CONTAINER
========================================================= */

.zo-hero-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

/* =========================================================
   ZO PRODUCTS SECTION
========================================================= */

.zo-products {

    width: 100%;

    padding: 30px 0 45px;

    background: #FFDE9F;

    font-family: "Roboto Condensed", sans-serif;

}


/* =========================================================
   CONTAINER
========================================================= */

.zo-products-container {

    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

    padding: 0 15px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 35px;

    text-align: center;

}


/* =========================================================
   PRODUCT
========================================================= */

.zo-product {

    width: 100%;

    text-align: center;

}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.zo-product-image {

    width: 300px;
    height: 300px;

    max-width: 100%;

    margin: 0 auto 10px;

    overflow: hidden;

    border-radius: 50%;

    background: #fff;
}

.zo-product-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

}


/* =========================================================
   PRODUCT TITLE
========================================================= */

.zo-product h3 {

    margin: 8px 0 8px;

    color: #8B0000;

    font-family: "Roboto Condensed", sans-serif;

    font-size: 23px;

    line-height: 1.2;

    font-weight: 300;

    text-align: center;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.zo-product-description {

    max-width: 300px;

    margin: 0 auto;

    color: #666;

    font-size: 16px;

    line-height: 1.4;

    font-weight: 300;

    text-align: center;

}

.zo-product-description strong {

    display: block;

    margin-bottom: 5px;

    color: #777;

    font-size: 16px;

    font-weight: 300;

}

.zo-product-description p {

    margin: 0;

    color: #666;

    font-size: 16px;

    line-height: 1.4;

    font-weight: 300;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .zo-products-container {

        grid-template-columns:
            repeat(2, 1fr);

        max-width: 800px;

        gap: 45px 30px;

    }

    .zo-product-image {

        width: 280px;
        height: 280px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .zo-products {

        padding: 25px 15px 40px;

    }

    .zo-products-container {

        grid-template-columns: 1fr;

        gap: 45px;

        padding: 0;

    }

    .zo-product-image {

        width: 280px;
        height: 280px;

    }

    .zo-product h3 {

        font-size: 22px;

    }

    .zo-product-description {

        max-width: 340px;

    }

}

/* =========================================================
   ZO ABOUT BANNER
========================================================= */

.zo-about-banner {

    width: 100%;

    min-height: 420px;

    position: relative;

    background-image: url("../images/bg-background.webp");

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    display: flex;

    align-items: center;

    overflow: hidden;
}


/* =========================================================
   CONTENT
========================================================= */

.zo-about-content {

    width: 50%;

    max-width: 650px;

    padding-left: 8%;

    padding-right: 40px;

    text-align: left;
}


/* =========================================================
   TITLE
========================================================= */

.zo-about-content h2 {

    margin: 0 0 18px;

    color: #5B0715;

    font-family: "Roboto Condensed", sans-serif;

    font-size: 42px;

    line-height: 1.15;

    font-weight: 300;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.zo-about-content p {

    max-width: 500px;

    margin: 0 0 25px;

    color: #555;

    font-family: "Roboto Condensed", sans-serif;

    font-size: 18px;

    line-height: 1.55;

    font-weight: 300;
}


/* =========================================================
   BUTTON
========================================================= */

.zo-about-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 120px;

    height: 42px;

    padding: 0 22px;

    background: #8B0000;

    color: #fff !important;

    border-radius: 2px;

    text-decoration: none !important;

    font-family: "Roboto Condensed", sans-serif;

    font-size: 14px;

    font-weight: 400;

    transition: 0.25s ease;
}

.zo-about-button:hover {

    background: #650000;

    color: #fff !important;

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .zo-about-banner {

        min-height: 380px;

    }

    .zo-about-content {

        width: 55%;

        padding-left: 6%;

    }

    .zo-about-content h2 {

        font-size: 36px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 850px) {

    .zo-about-banner {

        min-height: 500px;

        background-position: center center;

        align-items: flex-start;

    }

    .zo-about-content {

        width: 100%;

        max-width: 500px;

        padding: 55px 25px 0;

        text-align: center;

        margin: 0 auto;

    }

    .zo-about-content h2 {

        font-size: 32px;

    }

    .zo-about-content p {

        margin-left: auto;

        margin-right: auto;

        font-size: 17px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 600px) {

    .zo-about-banner {

        min-height: 460px;

        background-position: center center;

    }

    .zo-about-content {

        padding: 40px 20px 0;

    }

    .zo-about-content h2 {

        font-size: 29px;

    }

    .zo-about-content p {

        font-size: 16px;

        line-height: 1.5;

    }

}

/* =========================================================
   SMALL PHONE
========================================================= */

@media (max-width: 400px) {

    .zo-product-image {

        width: 250px;
        height: 250px;

    }

    .zo-product h3 {

        font-size: 21px;

    }

    .zo-product-description,
    .zo-product-description p,
    .zo-product-description strong {

        font-size: 15px;

    }

}


/* =========================================
   OBAGI BANNER
========================================= */

.obagi-banner {
    width: 100%;
    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #FFDE9F;
}

.obagi-banner img {
    width: 100%;
    height: auto;

    display: block;

    margin: 0;
    padding: 0;

    object-fit: contain;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 850px) {

    .obagi-banner img {
        width: 100%;
        height: auto;
    }

}
/* =========================================================
   SLIDES
========================================================= */

.zo-hero-slide {
    width: 100%;
    height: 700px;

    position: relative;
    display: none;

    overflow: hidden;
}

.zo-hero-slide.active {
    display: block;
    animation: zoFade 0.8s ease;
}


/* =========================================================
   BANNER IMAGE
========================================================= */

.zo-hero-slide > img {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;
}


/* =========================================================
   DARK OVERLAY
========================================================= */

.zo-hero-overlay {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.30);

    z-index: 1;
}


/* =========================================================
   TEXT CONTENT
========================================================= */

.zo-hero-content {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 90%;
    max-width: 900px;

    text-align: center;

    color: #fff;

    z-index: 2;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.zo-hero-title {
    margin: 0 auto;

    max-width: 850px;

    color: #fff;

    font-family: "Roboto Condensed", sans-serif;

    font-size: 58px;
    line-height: 1.08;

    font-weight: 300;

    letter-spacing: 0;

    text-shadow:
        0 2px 5px rgba(0,0,0,0.45);
}


/* =========================================================
   SUB TITLE
========================================================= */

.zo-hero-subtitle {
    margin: 25px 0 28px;

    color: #fff;

    font-family: "Roboto Condensed", sans-serif;

    font-size: 21px;
    line-height: 1.4;

    font-weight: 300;

    text-shadow:
        0 2px 4px rgba(0,0,0,0.45);
}


/* =========================================================
   OUR PRODUCTS BUTTON
========================================================= */

.zo-hero-button {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 105px;
    height: 42px;

    padding: 0 20px;

    background: #8B0000;

    color: #fff !important;

    border: none;
    border-radius: 2px;

    font-family: "Roboto Condensed", sans-serif;

    font-size: 13px;
    font-weight: 400;

    text-decoration: none !important;

    transition: all 0.25s ease;
}

.zo-hero-button:hover {

    background: #650000;

    color: #fff !important;

    transform: translateY(-2px);
}


/* =========================================================
   LEFT / RIGHT ARROWS
========================================================= */

.zo-hero-prev,
.zo-hero-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 50px;
    height: 70px;

    padding: 0;

    border: none;

    background: transparent;

    color: #fff;

    cursor: pointer;

    z-index: 5;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 20px;

    opacity: 0.85;

    transition: all 0.25s ease;
}

.zo-hero-prev {
    left: 8px;
}

.zo-hero-next {
    right: 8px;
}

.zo-hero-prev:hover,
.zo-hero-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.15);
}


/* =========================================================
   DOTS
========================================================= */

.zo-hero-dots {

    position: absolute;

    left: 50%;
    bottom: 14px;

    transform: translateX(-50%);

    z-index: 6;

    display: flex;

    align-items: center;

    gap: 7px;
}

.zo-hero-dot {

    width: 8px;
    height: 8px;

    padding: 0;

    border: 1px solid rgba(255,255,255,0.9);

    border-radius: 50%;

    background: transparent;

    cursor: pointer;

    transition: all 0.25s ease;
}

.zo-hero-dot.active {

    width: 9px;
    height: 9px;

    background: #fff;

    border-color: #fff;
}


/* =========================================================
   FADE ANIMATION
========================================================= */

@keyframes zoFade {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .zo-hero-slide {
        height: 500px;
    }

    .zo-hero-title {
        font-size: 48px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 850px) {

    .zo-hero-slide {
        height: 430px;
    }

    .zo-hero-content {
        width: 85%;
    }

    .zo-hero-title {
        font-size: 38px;
        line-height: 1.12;
    }

    .zo-hero-subtitle {
        font-size: 18px;
        margin-top: 18px;
        margin-bottom: 23px;
    }

    .zo-hero-button {
        height: 40px;
        min-width: 105px;
        font-size: 13px;
    }

    .zo-hero-prev,
    .zo-hero-next {
        width: 35px;
        height: 50px;
        font-size: 16px;
    }

    .zo-hero-prev {
        left: 2px;
    }

    .zo-hero-next {
        right: 2px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 600px) {

    .zo-hero-slide {
        height: 320px;
    }

    .zo-hero-content {
        width: 82%;
    }

    .zo-hero-title {
        font-size: 30px;
        line-height: 1.12;
    }

    .zo-hero-subtitle {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 18px;
    }

    .zo-hero-button {
        height: 38px;
        min-width: 100px;
        padding: 0 17px;
        font-size: 12px;
    }

    .zo-hero-overlay {
        background: rgba(0, 0, 0, 0.34);
    }

    .zo-hero-dots {
        bottom: 9px;
    }

}


/* =========================================================
   VERY SMALL PHONE
========================================================= */

@media (max-width: 400px) {

    .zo-hero-slide {
        height: 300px;
    }

    .zo-hero-title {
        font-size: 27px;
    }

    .zo-hero-subtitle {
        font-size: 15px;
    }

}

/* =========================================================
   ZO AGELOCK USA FOOTER
========================================================= */

.zo-footer {

    width: 100%;

    font-family: "Roboto Condensed", sans-serif;

}


/* =========================================================
   FOOTER MAIN
========================================================= */

.zo-footer-main {

    width: 100%;

    background: #CAA14F;

    padding: 48px 0 25px;

}


/* =========================================================
   FOOTER CONTAINER
========================================================= */

.zo-footer-container {

    width: 100%;

    max-width: 1295px;

    margin: 0 auto;

    padding: 0;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 24px;

}


/* =========================================================
   FOOTER COLUMN
========================================================= */

.zo-footer-column {

    padding: 0 10px;

}


/* =========================================================
   TITLE
========================================================= */

.zo-footer-column h3 {

    margin: 0;

    padding: 0;

    color: #111;

    font-family: "Roboto Condensed", sans-serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 300;

}


/* =========================================================
   LINE
========================================================= */

.zo-footer-line {

    width: 100%;

    height: 1px;

    margin: 18px 0 17px;

    background: rgba(91, 7, 21, 0.25);

}


/* =========================================================
   CONTACT
========================================================= */

.zo-footer-contact {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 13px;

    color: #5B0715;

    font-size: 16px;

    font-weight: 300;

    text-decoration: none;

    transition: color 0.2s ease;
}

.zo-footer-contact i {

    width: 16px;

    color: #5B0715;

    font-size: 15px;

}

.zo-footer-contact:hover {

    color: #8B0000;

}


/* =========================================================
   FOOTER MENU
========================================================= */

.zo-footer-menu {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 0;

}


.zo-footer-menu a {

    display: block;

    padding: 0 0 13px;

    color: #5B0715;

    font-size: 16px;

    font-weight: 300;

    text-decoration: none;

    transition: color 0.2s ease;

}

.zo-footer-menu a:hover {

    color: #8B0000;

}


/* =========================================================
   SOCIAL
========================================================= */

.zo-footer-social {

    display: flex;

    align-items: center;

    gap: 14px;

}


/* =========================================================
   SOCIAL BUTTON
========================================================= */

.zo-footer-social a {

    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f5f5f5;

    color: #CAA14F;

    font-size: 21px;

    text-decoration: none;

    transition: all 0.25s ease;

}


/* FACEBOOK */

.zo-social-facebook:hover {

    background: #5B0715;

    color: #fff;

}


/* INSTAGRAM */

.zo-social-instagram:hover {

    background: #5B0715;

    color: #fff;

}


/* =========================================================
   COPYRIGHT
========================================================= */

.zo-footer-bottom {

    width: 100%;

    height: 65px;

    background: #000;

    display: flex;

    align-items: center;

    justify-content: center;

}


.zo-footer-bottom p {

    margin: 0;

    padding: 0;

    color: #fff;

    font-size: 13px;

    font-weight: 300;

    text-align: center;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .zo-footer-container {

        padding: 0 25px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .zo-footer-main {

        padding: 40px 20px 30px;

    }


    .zo-footer-container {

        grid-template-columns: 1fr;

        gap: 35px;

        padding: 0;

    }


    .zo-footer-column {

        padding: 0;

    }


    .zo-footer-column h3 {

        font-size: 27px;

    }


    .zo-footer-line {

        margin: 14px 0 15px;

    }


    .zo-footer-contact {

        font-size: 16px;

    }


    .zo-footer-bottom {

        height: 60px;

        padding: 0 15px;

    }


    .zo-footer-bottom p {

        font-size: 12px;

    }

}


/* =========================================
   TREATMENT GUIDE
========================================= */

.zo-page-title {

    width: 100%;
    height: 195px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("../images/bg-page.webp");

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    overflow: hidden;
}


/* TITLE */

.zo-page-title h1 {

    margin: 0;

    color: #5B0715;

    font-family: "Roboto Condensed", sans-serif;

    font-size: 46px;

    line-height: 1.2;

    font-weight: 300;

    text-align: center;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .zo-page-title {
        height: 180px;
    }

    .zo-page-title h1 {
        font-size: 42px;
    }

}





/* =========================================
   MOBILE
========================================= */

@media (max-width: 850px) {

    .zo-page-title {

        height: 150px;

        background-position: center center;

    }

    .zo-page-title h1 {

        font-size: 36px;

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 600px) {

    .zo-page-title {

        height: 130px;

    }

    .zo-page-title h1 {

        font-size: 30px;

    }

}


/* =========================================================
   ZO TREATMENT GUIDE
========================================================= */

.zo-treatment-guide {

    width: 100%;

    background: #FFDE9F;

    padding: 65px 20px 80px;

    font-family: "Roboto Condensed", sans-serif;

}


.zo-treatment-container {

    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

}


/* =========================================================
   COLLECTION
========================================================= */

.zo-collection {

    margin-bottom: 75px;

}


/* =========================================================
   COLLECTION TITLE
========================================================= */

.zo-collection-title {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 35px;

    padding-bottom: 16px;

    border-bottom: 1px solid rgba(91, 7, 21, 0.25);

}


.zo-collection-title span {

    color: #8B0000;

    font-size: 22px;

    font-weight: 400;

}


.zo-collection-title h2 {

    margin: 0;

    color: #5B0715;

    font-size: 30px;

    line-height: 1.25;

    font-weight: 300;

}


/* =========================================================
   PRODUCT GRID
========================================================= */

.zo-product-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 45px 30px;

}


/* =========================================================
   PRODUCT CARD
========================================================= */

.zo-treatment-card {

    background: rgba(255,255,255,0.35);

    border: 1px solid rgba(91,7,21,0.10);

    transition: all 0.3s ease;

}


.zo-treatment-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 10px 25px rgba(91,7,21,0.10);

}


/* =========================================================
   IMAGE
========================================================= */

.zo-treatment-image {

    width: 100%;

    height: 330px;

    overflow: hidden;

    background: #f5f5f5;

}


.zo-treatment-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform 0.5s ease;

}


.zo-treatment-card:hover
.zo-treatment-image img {

    transform: scale(1.03);

}


/* =========================================================
   CONTENT
========================================================= */

.zo-treatment-content {

    padding: 22px 22px 25px;

    text-align: center;

}


.zo-treatment-content h3 {

    margin: 0 0 12px;

    color: #5B0715;

    font-size: 21px;

    line-height: 1.25;

    font-weight: 400;

}


.zo-treatment-content p {

    margin: 0;

    color: #555;

    font-size: 16px;

    line-height: 1.55;

    font-weight: 300;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .zo-product-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 35px 25px;

    }


    .zo-treatment-image {

        height: 320px;

    }


    .zo-collection-title h2 {

        font-size: 27px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .zo-treatment-guide {

        padding: 45px 15px 60px;

    }


    .zo-product-grid {

        grid-template-columns: 1fr;

        gap: 30px;

    }


    .zo-collection {

        margin-bottom: 55px;

    }


    .zo-collection-title {

        align-items: flex-start;

        gap: 12px;

        margin-bottom: 25px;

    }


    .zo-collection-title span {

        font-size: 18px;

    }


    .zo-collection-title h2 {

        font-size: 24px;

    }


    .zo-treatment-image {

        height: auto;

        aspect-ratio: 1 / 1;

    }


    .zo-treatment-content {

        padding: 20px 18px 23px;

    }


    .zo-treatment-content h3 {

        font-size: 20px;

    }


    .zo-treatment-content p {

        font-size: 15px;

    }

}