<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* +-+-+-+-+-+ start explore +-+-+-+-+-+ */
.explore {
    width:100%;
    min-height:100vh;
    background-color:rgba(0,0,0,0.9);
    position:absolute;
    top:0;
    left:0;
    z-index:1100;
}
/* =-=-=-=-= start close =-=-=-=-= */
.explore .close {
    width:100%;
    padding:10px 0;
}
.explore .close i{
    float:left;
    font-size:30px;
    color:#7f7f7f;
    cursor:pointer;
    margin-left:20px;
}
.explore .close i:hover {
    color:#b90004;
    transition:all 0.8s;
}
/* =-=-=-=-=   end close =-=-=-=-= */
/* =-=-=-=-= start heading =-=-=-=-= */
.explore .container .heading {
    padding:5px 0;
    width:100%;
}
.explore .container .heading h2 {
    width:100%;
    text-align:center;
    font-size:40px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:bolder;
    color:#bda882 !important;
    font-family: "Source Sans Pro", sans-serif;
}
.explore .container .heading .main-p {
    width:100%;
    font-family:16px;
    letter-spacing:2px;
    text-align:center;
    padding:10px 0;
    color:#bda882;
    font-family: "Source Sans Pro", sans-serif;
}
.explore .container .heading hr {
    width:60%;
    background-color:#bda882;
    border-color:#bda882;
    margin:0 auto;
}
/* =-=-=-=-=   end heading =-=-=-=-= */
/* =-=-=-=-= start main-type =-=-=-=-= */
.explore .container .main-type {
    width:100%;
    padding:20px 0;
}
.explore .container .main-type .main {
    display:inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    width:40%;
    padding-bottom:30%;
    /*margin-right:5%;
    margin-bottom:2%;*/
    cursor:pointer;
    margin-bottom:5px;
}
.explore .container .main-type .main img {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    cursor:pointer;
    border-radius: 20px;
    z-index:2;
}
.explore .container .main-type .main .dark {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:3;
    border-radius: 20px;
}
.explore .container .main-type .main p {
    position:absolute;
    z-index:4;
    width:50%;
    font-size:18px;
    text-transform:uppercase;
    text-align:center;
    border:2px solid #f5f5f5;
    padding:10px 10px;
    border-radius:10px;
    color:#bda882;
    background-color:#f5f5f5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-family: "Source Sans Pro", sans-serif;
}
.explore .container .main-type .main p span {
    display:block;
    font-size:24px;
    margin-top:10px;
}
/* =-=-=-=-=   end main-type =-=-=-=-= */
/* =-=-=-=-= start hdf-type =-=-=-=-= */
.explore .container .hdf-type {
    width:100%;
    display:none;
}
.explore .container .hdf-type .back-btn {
    width:10%;
    margin: 0 auto;
    text-align:center;
    font-size:16px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
    padding:10px 20px;
    border:2px solid #bda882;
    cursor:pointer;
    font-family: "Source Sans Pro", sans-serif;
    margin-top:20px;
}
.explore .container .hdf-type .back-btn:hover {
    background-color:#bda882;
    color:#f5f5f5;
    transition:all 0.8s;
}
.explore .container .hdf-type .eight {
    float:left;
    width:50%;
    /* padding:50px 0; */
    margin-bottom:10px;
}
.explore .container .hdf-type .twelve {
    margin-bottom:10px;
    float:left;
    /* padding:50px 0; */
    width:50%;
}
.explore .container .hdf-type .eight p,
.explore .container .hdf-type .twelve p{
    font-size:30px;
    text-align: center;
    padding:20px 0;
    background-color:rgba(255,255,255,0.3);
    font-family: "Source Sans Pro", sans-serif;
    margin:0 auto;
    cursor:pointer;
    color:#bda882;
    border:2px solid #bda882;
}
.explore .container .hdf-type .eight p {
    border-right-width:1px;
}
.explore .container .hdf-type .etwelveight p {
    border-left-width:1px;
}
.explore .container .hdf-type .eight p:hover {
    color:#bda882;
    background-color:#f5f5f5;
    transition:all 0.8s;
}
.explore .container .hdf-type .twelve p:hover {
    color:#f5f5f5;
    background-color:transparent;
    transition:all 0.8s;
}
/* =-=-=-=-=   end hdf-type =-=-=-=-= */
/* =-=-=-=-= start natural-type =-=-=-=-= */
.explore .container .natural-type {
    width:100%;
    padding:20px 0;
    display:none;
}
.explore .container .natural-type .back-btn {
    width:10%;
    margin: 0 auto;
    text-align:center;
    font-size:16px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
    padding:10px 20px;
    border:2px solid #bda882;
    cursor:pointer;
    font-family: "Source Sans Pro", sans-serif;
}
.explore .container .natural-type .back-btn:hover {
    background-color:#bda882;
    color:#f5f5f5;
    transition:all 0.8s;
}
.explore .container .natural-type .main {
    display:inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    width:30%;
    padding-bottom:30%;
    /*margin-right:5%;
    margin-bottom:2%;*/
    cursor:pointer;
    margin-bottom:5px;
}
.explore .container .natural-type .main img {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    cursor:pointer;
    border-radius: 20px;
    z-index:2;
}
.explore .container .natural-type .main .dark {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:3;
    border-radius: 20px;
}
.explore .container .natural-type .main p {
    position:absolute;
    z-index:4;
    width:50%;
    font-size:18px;
    text-transform:uppercase;
    text-align:center;
    border:2px solid #f5f5f5;
    padding:10px 10px;
    border-radius:10px;
    color:#bda882;
    background-color:#f5f5f5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-family: "Source Sans Pro", sans-serif;
}
.explore .container .natural-type .main p span {
    display:block;
    margin-top:10px;
}
/* =-=-=-=-=   end natural-type =-=-=-=-= */
/* =-=-=-=-= start product =-=-=-=-= */
.explore .container .product {
    width:100%;
    padding:20px 0;
    display:none;
}
.explore .container .product .back-btn {
    width:10%;
    margin: 10px auto 0 auto;
    text-align:center;
    font-size:16px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
    padding:10px 20px;
    border:2px solid #bda882;
    cursor:pointer;
    font-family: "Source Sans Pro", sans-serif;
}
.explore .container .product .back-btn:hover {
    background-color:#bda882;
    color:#f5f5f5;
    transition:all 0.8s;
}
.explore .container .product .type {
    display:inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    width:18%;
    padding-bottom:18%;
    margin-bottom:5px;
    overflow:hidden;
}
.explore .container .product .type .front {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index:2;
}
.explore .container .product .type .back {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index:1;
}
.explore .container .product .type p {
    position:absolute;
    z-index:4;
    width:50%;
    font-size:18px;
    text-transform:uppercase;
    text-align:center;
    padding:5px 5px;
    border-bottom-right-radius:10px;
    color:#f5f5f5;
    font-weight:bolder;
    background-color:rgba(0,0,0,0.5);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    right:0;
    bottom:0;
    font-family: "Source Sans Pro", sans-serif;
}
/* =-=-=-=-=   end product =-=-=-=-= */

/* =-=-=-=-= start footer =-=-=-=-= */
.explore .footer {
    width:100%;
    padding:20px 0;
}
.explore .footer .container div {
    float:left;
    width:33.333333333333333333333333333333%;
    text-align:center;
}
.explore .footer .container div p {
    color:#bda882;
    font-size:14px;
    letter-spacing:2px;
    font-family: "Source Sans Pro", sans-serif;
}
.explore .footer .container div p span {
    display:block;
    border:none;
    padding:10px 0;
    font-size:10px;
    text-transform: uppercase;
    letter-spacing:4px;
    color:#ff4343;
}
.explore .footer .container div p a {
    color:#ff4343;
}
.explore .footer .container div p i {
    font-size:15px;
    margin-top:-2.5px !important;
}
.explore .footer .container div p a:hover {
    color:#f5f5f5;
    transition:all 0.8s;
}
/* =-=-=-=-=   end footer =-=-=-=-= */
/* +-+-+-+-+-+   end explore +-+-+-+-+-+ */

/* +-+-+-+-+-+ start responsive +-+-+-+-+-+ */
/* =-=-=-=-= start smartphone =-=-=-=-= */
@media (min-width:0px) and (max-width:767px) {
    .explore .close {
        text-align:center;
    }
    .explore .close i{
        float:none;
        margin-right:0px;
    }
    .explore .container .heading h2 {
        font-size:30px;
    }
    .explore .container .heading .main-p {
        font-size:14px;
    }
    .explore .container .heading hr {
    width:80%;
    }
    .explore .container .main-type .main {
    display:block;
    width:100%;
    padding-bottom:100%;
}
.explore .container .natural-type .main {
    display:block;
    width:100%;
    padding-bottom:100%;
}
    .explore .container .product .type {
        display:inline-block;
        width:45%;
        padding-bottom:45%;
        margin-bottom:5px;
    }
    .explore .container .product .back-btn {
        width:70%;
    }
    .explore .container .hdf-type .back-btn {
        width:70%;
    }
    .explore .container .natural-type .back-btn{
        width: 70%;
    }
    .explore .footer .container div {
        float:none;
        width:100%;
    }
}
/* =-=-=-=-=   end smartphone =-=-=-=-= */
/* =-=-=-=-= start smartphone =-=-=-=-= */
@media (min-width:768px) and (max-width:991px) {
    .explore .close {
        text-align:center;
    }
    .explore .close i{
        float:none;
        margin-right:0px;
    }
    .explore .container .heading h2 {
        font-size:30px;
    }
    .explore .container .heading .main-p {
        font-size:14px;
    }
    .explore .container .heading hr {
    width:80%;
    }
    .explore .container .product .back-btn {
        width:30%;
    }
    .explore .container .hdf-type .back-btn {
        width:30%;
    }
    .explore .container .natural-type .back-btn {
        width: 30%;
    }
    .explore .footer .container div {
        float:none;
        width:100%;
    }
}
/* =-=-=-=-=   end smartphone =-=-=-=-= */
/* +-+-+-+-+-+   end responsive +-+-+-+-+-+ */
</pre></body></html>