<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swal2-icon{
    display: none !important;
}
.swal2-title::after{
    background: none !important;
    bottom: 0 !important;
}
.swal2-select{
    font-size: 1rem !important;
    font-weight: inherit !important;
    border: 1px solid #cccccc !important;
}
.swal2-confirm{
    background-color: #6dd0cd !important;
}

#product_content {
    padding: 25px 0;
}

#product_content .wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

#link_nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

#link_nav li {
    font-size: 15px;
    color: #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

#link_nav li a {
    color: #333;
}

#link_nav li + li:before {
    display: inline-block;
    content:'/';
    margin: 0 10px;
}





#product_menu {
    width: 250px;
    padding: 25px;
    border: #eee 1px solid;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#product_menu a{
color: #666666;
}

.product_menu_title, #product_menu h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: black;
}

#product_menu li li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 15px;
    color: #a5a5a5;
}

#product_menu &gt; li {
    margin-bottom: 15px;
}

#product_menu &gt; li &gt; *:last-child {
    margin-bottom: 0;
}





#product_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:flex-start;
    width: calc( 100% - 275px );
}

#product_list li {
    width: 240px;
    margin: 0 10px  1rem 10px;
}

.product_img {
    position: relative;
    width: 240px;
    height: 240px;
    margin-bottom: 15px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    overflow: hidden;
}

.product_img img {
    width: 240px;
    height: 240px;
    margin: auto;
    object-fit: cover;
    object-position: center;
}

.product_option {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product_option .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc( 100% - 50px );
}

.product_option .detail .button_product {
    position: relative;
    top: -50px;
    padding: 0 50px;
    font-size: 16px;
    line-height: 50px;
    background: rgba(255,255,255,.95);
    color: #00d0b0;
    transition: .2s;
    opacity: 0;
    border: 1px solid #00d0b0;
}

.add_area {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    opacity: 0;
    transition: .2s;
}

.add_area_regular {
    width: 100%;
    height: 50px;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    transition: .2s;
}

.add_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 100% - 50px );
    background: #6dd0cd;
    color: #fff;
    cursor: pointer;
}

.add_favorite {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px !important;
    background: #fff;
    cursor: pointer;
}

.add_favorite img {
    width: 35px;
    height: auto!important;
}

#product_list li:hover .product_img {
    background: #f2f2f2;
}

#product_list li:hover .add_area {
    bottom: 0;
    opacity: 1;
}

#product_list li:hover .button_product {
    top: 0;
    opacity: 1;
}

.product_title {
    font-size: 15px;
    line-height: 18px;
    color: #666666;
    padding:0;
}

.price_area {
    font-size: 15px;
    color: #6dd0cd;
}

.price_favorite {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.price_favorite img {
    height: 20px;
    margin-left: 5px;
}






#page_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    padding-left: 275px;
}

#page_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    padding: 10px;
    color: #6dd0cd;
    border: #6dd0cd 1px solid;
    transition: .2s;
}

#page_list li a img {
    width: 35px;
}

#page_list li.active a, #page_list li a:hover {
    background: #6dd0cd;
    color: #fff;
}

#open_product_menu, #close_product_menu {
    display: none;
}







#product_inside {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: calc( 100% - 275px );
    padding: 25px;
}

#product_inside_img {
    width: calc( 50% - 12.5px );
    max-width: 350px;
    margin: auto;
}

#product_img_focus {
    width: 100%;
    margin-bottom: 15px;
}

.item_product_img_focus, .item_product_img_focus img {
    width: auto;
    max-height: 20rem;
    max-width: 350px;
    margin: auto;
}

#product_img_preview {
    width: 100%;

}

.item_product_img_preview img {
    width: 100%;
    height: 50px;
    object-fit: cover;
    object-position: center;
    padding: 0.1rem;
}

#product_inside_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc( 50% - 12.5px );
}

#info_top .title {
    font-size:1.25rem;
    color: black;

}
#info_top .price_area{
    font-size: 18px !important;
}
#info_top .title .price_area .price{
    font-size: 1.125rem !important;
}
.product_section {
    margin-top: 1.25rem;
    font-size: 14px;
    color: #aaa;
}

.product_section .subtitle {
    font-size:1rem;
    color: #666666;
    margin: 0.5rem 0;
}
.product_section  select{
    height: 35px;
    border: #aaa 1px solid;
    color: #aaa;
    padding: 5px;
    min-width: 50px;
}


.size_select {
    display: flex;
    flex-direction: row;
}

.size_select li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border: #aaa 1px solid;
    color: #aaa;
    padding: 5px;
    min-width: 2.5rem;
}

.size_select li + li {
    margin-left: 5px;
    width: 2.5rem;
}


.product_section input {
    height: 35px;
    padding: 0 15px;
    border: #aaa 1px solid;
}



#product_inside_detail {
    width: 100%;
    border: #eee 1px solid;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 1rem 1.5rem;
    margin-top: 2rem;
}

#detail_select {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}

#detail_select li {
    padding: 15px;
    color: #aaa;
    border-bottom: transparent 2px solid;
    cursor: pointer;
}

#detail_select li.active, #detail_select li:hover {
    border-bottom: #333 2px solid;
    color: #333;
}

#detail_content, .detail_content {
    width: 100%;
}

.detail_content {
    display: none;
}

.detail_content:first-child {
    display: block;
}


@media screen and (max-width: 1024px) {

    #link_nav {
        padding-left: 35px;
    }

    #product_menu {
        position: fixed;
        top: 55px;
        left: -100%;
        width: 300px;
        padding-right: 65px;
        height: calc( 100% - 55px );
        background: #f2f2f2;
        transition: .3s;
        z-index: 99999;
        overflow-y: scroll;
    }


    #product_menu.product_open {
        left: 0;
    }

    #open_product_menu, #close_product_menu {
        position: fixed;
        display: block;
    }

    #open_product_menu {
        z-index: 10;
        top: 70px;
        left: 0;
        width: 35px;
        height: 35px;
        background: #000 url('../images/product_open.svg') center no-repeat;
        background-size: cover;
    }

    #close_product_menu {
        top: 70px;
        left: -100%;
        width: 35px;
        height: 35px;
        background: #000 url('../images/product_close.svg') center no-repeat;
        background-size: cover;
        transition: .3s;
    }

    .product_open #close_product_menu {
        right: 0;
        left: calc(300px - 35px );
    }


    #product_list {
        width: 100%;
    }

    #product_inside {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    #product_inside_img {
        width: 100%;
        margin-bottom: 25px;
    }

    #product_inside_info {
        width: 100%;
    }

    #detail_select li {
        padding: 10px;
        font-size: 14px;
    }
    #page_list {
        width: 100%;
        padding: 0;
    }


}

@media screen and (max-width: 768px) {

    .product_option .detail .button_product{
        font-size: 12px;
        padding: 0 20px;
    }

    .add_button{
        font-size: 12px;
    }

}
@media screen and (max-width: 414px) {

    #product_list li {
        width: 150px;
        margin: 0 5px  1rem 5px;
    }


    .product_img {
        position: relative;
        width: 150px;
        height:150px;
        margin-bottom: 15px;
        box-shadow: 0 0 2px rgb(0 0 0 / 25%);
        overflow: hidden;
    }
    .product_img img {
        width: 150px;
        height: 150px;
        margin: auto;
        object-fit: cover;
        object-position: center;
    }

	.add_favorite img{
		width:100% !important;
	}
}</pre></body></html>