<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product_category {
    display: grid;
    grid-template-columns: 1fr;

}

.product_categorys {
    display: grid;
    grid-template-columns: 4fr 1fr 8fr;
    border: 1px solid #474747;
    padding: 3vw;
    border-radius: 40px;
}

.cat_line {
    width: 1px;
    height: 100%;
    background-color: #474747;
    margin: 0 auto;
}

.line {
    width: 1px;
    height: 100%;
    background-color: #474747;
    margin: 0 auto;
}


.main_list {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
}

.main_list a {
    /*	 height: 45px; */
    padding: 14px 28px;
    margin: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #474747;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-weight: 500;
    text-align: center;
    color: #fff;
}


.choose_size_main .choose_color {}

.choose_size_main .choose_color ul {
    margin: 0;
    padding: 0;
}

.choose_size_main .choose_color ul li {
    width: 20px;
    height: 20px;
    border: 1px solid #474747;
    list-style: none;
    display: inline-block;
    flex-direction: row;
    gap: 20px;
}

.main_list ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.main_list ul li a:hover {
    color: #fff;
}

.main_list ul li a.actives:hover {
    color: #fff;
}

.product_bdr {
    width: 100%;
    height: 1px;
    background: #474747;
    margin-top: 10px;
    margin-bottom: 10px;

}

.product_bdr2 {
    width: 100%;
    height: 1px;
    background: #474747;
    margin-top: 60px;
}

.product_bdr3 {
    width: 1px;
    height: 15vh;
    background: #474747;
    margin: 30px auto;
    /*    margin-top: 60px;*/
}

.choose_size_main {
    /*    position: relative;*/
}

.only_bdr {
    position: relative;
}

.only_bdr::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 78%;
    background: #fff;
    right: -3vw;
    bottom: 2vw;
}

.choose_head {}

.choose_head h6 {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #474747;
    color: #fff;
    font-size: 20px;
    /*    font-family: 'Gilda Display', sans-serif;*/
}

.choose_size_main .choose_size {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    /*    padding: 10px;*/
}

.choose_size_main .choose_size a {

    /*	 height: 52px; */
    padding: 14px 28px;
    margin: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #474747;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
}




.choose_line {
    width: 1px;
    height: 100px;
    background: #474747;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;

}


.main_productbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 120px;
    grid-row-gap: 40px;
    padding-bottom: 40px;

}

.main_productbox a {
    text-decoration: none;
    border-bottom: 1px solid #474747;
}

.main_productbox .product_box {
    /*
        background-image: url(../img/bg.png);
    padding: 1.2rem;
*/


}

.main_productbox .product_box .pro_img {}

.main_productbox .product_box .pro_img img {
    width: 100%;
    margin-bottom: 24px;
    width: 100%;
    /*    aspect-ratio: 3/2;*/
    object-fit: contain;
}

.main_productbox .product_box .pro_deta {
    /*    text-align: center;*/
    padding-bottom: 20px;
}

.main_productbox .product_box .pro_deta h6 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
}

.main_productbox .product_box .pro_deta p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.padding2 {
    padding: 3em 0;
}


.pro_detais {
    padding-top: 80px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.pro_detais .pro_leftbox {}

.pro_detais .pro_leftbox .pro_render {
    position: sticky;
    top: 20px;
}

.pro_detais .pro_leftbox .pro_render img {
    width: 100%;
}


.pro_detais .pro_rightbox {
    display: flex;
    justify-content: space-around;
    /*    align-items: center;*/
    flex-direction: column;
}


.p_product {
    width: 100%;
    /*
    padding-top: 15rem;
    padding-bottom: 60px;
*/
}

.p_product .p_promain {
    display: grid;
    grid-template-columns: 3fr;
    grid-column-gap: 20px;
}

.p_product .p_promains {
    display: grid;
    grid-template-columns: 2fr;
    grid-column-gap: 20px;
    margin-bottom: 3vw;
}

.p_product .p_promains .sticky_sidebar {
    position: sticky;
    top: 100px;
    z-index: 99;
}

.four_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.choose_size_main .choose_size .actives {
    background: #fff;
    color: #000;
}

.f_series_finsh {
    position: relative;
    top: 40px;
    padding-top: 10px;
    text-align: center;
    color: #000;
    display: flex;
    gap: 20px;
    border-top: 2px solid #474747;
}

.f_series_finsh p {
    font-size: 20px;
    position: relative;
    color: #fff;
}

.f_series_finsh p::after {
    content: " | ";
    position: absolute;
    right: -15px;
}

.f_series_finsh p:last-child::after {
    display: none;
}

.product_random {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;

}

.heading.is-header-1-title-1 {
    max-width: 12em;
    margin-right: auto;
    color: #E6E6E6;
    font-size: 4em;
    line-height: 1.1em;
    text-align: left
}

.header-1-flex-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 7.5em;
    grid-row-gap: 2em
}

#darkbox {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8) no-repeat none 50%/contain;
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
}

#darkbox.on {
    opacity: 1;
    visibility: visible;
    height: 90% !important;
    width: 90% !important;
    left: 5% !important;
    top: 5% !important;
}

#darkbox:after {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2em;
    content: "\2A2F";
    color: #fff;
    cursor: pointer;
}




.ot_proname {
    text-align: center;
    margin-bottom: 20px;

}

.cnter {
    justify-content: center;
}

.render_none {
    grid-template-columns: 1fr;
}

.box_width {
    width: 80%;
    margin: 0 auto;
}

@media(max-width:1490px) {
    .header-1-flex-2 {
        grid-column-gap: 4em;
    }
}

@media(max-width:1090px) {
    .pro_detais {
        grid-template-columns: 1fr;
    }

    .product_random {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }

    .header-1-flex-2 {
        display: flex;
        /*        display: block;*/
    }

    .heading.is-header-1-title-1 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .header-1-flex-2 h6 {
        text-align: center;
        margin-bottom: 10px;
    }

    .header-1-flex-2 h6 br {
        display: none;
    }

    .p_product .p_promain {
        grid-template-columns: 1fr;
    }

    .main_list {
        grid-template-columns: 1fr 1fr;
    }

    .choose_head h6 {
        text-align: center;
    }

    .p_rside {
        margin-top: 4vw;
    }


}

@media(max-width:991px) {
    .product_categorys {
        grid-template-columns: 1fr;
    }
}

@media(max-width:790px) {
    .main_productbox {
        grid-template-columns: repeat(2, 1fr);
    }
    .four_grid {
    grid-template-columns: 1fr 1fr !important;
}
}

@media(max-width:590px) {
    .product_random {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .choose_size_main .choose_size {
        grid-template-columns: 1fr 1fr;
    }

    .main_productbox {
        grid-template-columns: 1fr;
    }

    .main_productbox .product_box .pro_img img {
        aspect-ratio: auto;
    }

    .main_productbox .product_box .pro_deta p {
        font-size: 14px;
    }
    .f_series_finsh{
        flex-direction: column;
        gap:10px;
    }
    .f_series_finsh p::after {
        display: none;
    }
/*
    .four_grid {
    grid-template-columns: 1fr !important;
}
*/
}
</pre></body></html>