<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product_preview{
    padding-top: 55px;
    padding-bottom: 85px;
}
.product_preview .left{
    width: 56.3%;
}
.product_preview .left .tools{
    width: 9.1%;
    min-width: 9.1%;
    max-height: 530px;
}
.product_preview .left .tools span{
    width: 100%;
    height: 10px;
    display: block;
    cursor: pointer;
    background: url('../img/select.svg') no-repeat center/65% 65%;
}
.product_preview .left .tools span.left_btn{
    transform: rotate(180deg);
    margin-bottom: 16px;
}
.product_preview .left .preview_con{
    width: 90.8%;
    padding-left: 48px;
}
.product_preview .right{
    width: 43.7%;
    padding-left: 75px;
    padding-top: 10px;
}
.product_preview .right .cat{
    color: var(--theme_color);
}
.product_preview .right .cat:hover{
    filter: brightness(130%);
}
.product_preview .right h1{
    margin-top: 10px;
    font-size: 40px;
    margin-bottom: 15px;
}
.product_preview .right .variations tr{
    display: flex;
    flex-flow: wrap;
    margin-bottom: 20px;
}
.product_preview .right .variations tr th, .product_preview .right .variations tr td{
    width: 100%;
    text-align: left;
    background-color: transparent;
}
.product_preview .right .variations td{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 0;
    gap: 9px;
}
a.reset_variations{
    order: 9;
}
.product_preview .right .variations td span{
    padding: 4px 20px;
    border: 1px solid #888888;
    font-size: 18px;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
}
.product_preview .right .variations td .selected span{
    background-color: var(--theme_color);
    color: white;
    border-color: var(--theme_color);
}
.product_preview .right .variations td label[data-name="attribute_pa_color"] span{
    overflow: hidden;
    width: 58px;
    padding: 4px;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transition: all 0.3s;
}
.product_preview .right .variations td label[data-name="attribute_pa_color"].selected span{
    border-color: var(--theme_color);
    background-color: transparent;
}
.product_preview .right .variations td label[data-name="attribute_pa_color"] span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.product_preview .right .variations tr th{
    font-size: 18px;
    font-weight: 400;
    color: #353535;
    display: block;
    margin-bottom: 12px;
}
.product_preview .right .select_value{
    color: var(--theme_color);
}
form.variations_form{
    padding-top: 1rem;
    margin-top: 10px;
    border-top: 1px solid #dbdbdb;
}
.swiper_product_control{
    max-height: 100%;
    height: 477px;
    overflow: hidden;
    margin-bottom: 16px;
}
.swiper_product_control li{
    aspect-ratio: 1/1;
    opacity: 0.75;
    transition: all 0.3s;
    cursor: pointer;
}
.swiper_product_control li.active{
    opacity: 1;
}
.swiper_product_control li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.swiper_product_preview{
    overflow: hidden;
}
.swiper_product_preview li a:after{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
    background: url('../img/biger.svg') no-repeat center/contain;
    filter: contrast(0) brightness(100);
}
.swiper_product_preview li{
    aspect-ratio: 842/889;
}
.swiper_product_preview li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product_preview .right p.price, .product_preview .right p.price ins{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-decoration: unset;
    font-weight: 500;
    color: var(--theme_color);
}
.product_preview .right .variation_select{
    /* padding-top: 1rem;
    margin-top: 10px;
    border-top: 1px solid #dbdbdb; */
}
.product_preview .right .variation_select&gt;div{
    margin-bottom: 20px;
}
.product_preview .right .variation_select strong{
    font-size: 18px;
    font-weight: 400;
    color: #353535;
    display: block;
    margin-bottom: 12px;
}
.product_preview .right .variation_select strong span{
    color: var(--theme_color);
}
.product_preview .right .variation_select ul{
    display:flex;
    flex-flow: wrap;
    gap: 9px;
}
.product_preview .right .variation_select div:not(.pa_color) li{
    padding: 4px 20px;
    border: 1px solid #888888;
    font-size: 18px;
    transition: all 0.3s;
    cursor: pointer;
}
.product_preview .right .variation_select div:not(.pa_color) li.active{
    background-color: var(--theme_color);
    border-color: var(--theme_color);
    color: white;
}
.product_preview .right .pa_color ul{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 0;
}
.product_preview .right .pa_color ul li{
    overflow: hidden;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 50%;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: all 0.3s;
}
.product_preview .right .pa_color ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_preview .right .pa_color ul li.active{
    border: 1px solid var(--theme_color);
}
.product_preview .right table{
    border-collapse: collapse;
    width: 100%;
    position: relative;
}

.product_preview .right table td{
    background-color: #f2f2f2;
    border: 1px solid #ffffff;
    padding: 13px 10px;
    font-size: 14px;
    vertical-align: top;
}
.product_preview .right table tr td:not(:nth-of-type(1)){
    font-family: 'Montserrat', sans-serif;
}
.product_preview .right table tr td p{
    font-weight: 500;
    font-size: 16px;
    color: var(--theme_color);
}
.product_preview .right table tr td p span{
    font-size: 14px;
    opacity: 0.71;
    font-weight: 400;
}
.product_preview .right table tr td i{
    color: #c1272d;
    font-size: 12px;
    font-weight: 500;
}
.qty_container{
    display: flex;
    align-items: center;
}
.qty_container&gt;p{
  color: #353535;
}
.qty_container &gt; .flex{
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    height: 48px;
}
.qty_container &gt; .flex&gt;span{
    display: inline-block;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background: url('../img/qty-minus.svg') no-repeat center/12px;
}
.qty_container &gt; .flex&gt;span.plus{
    background-image: url('../img/qty-plus.svg');
}
.qty_container &gt; .flex &gt; input{
    height: 100%;
    width: 70px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.qty_container p{
    font-size: 18px;
    margin-left: 13px;
}
.advs p{
    font-size: 15px;
    display: flex;
    align-items: center;
}
.advs p:before{
    content: "";
    width: 21px;
    height: 21px;
    background: url('../img/delivery.svg') no-repeat center/contain;
}

.add_cart_container{
    padding-top: 26px;
    margin-top: 1rem;
    border-top: 1px solid #dbdbdb;
}
.add_cart_container .price-infos{
    margin-bottom: 23px;
}
.add_cart_container .price-infos strong{
    font-size: 18px;
}
.add_cart_container .price-infos p{
    font-size: 28px;
    color: var(--theme_color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.add_cart_container .price-infos p span{
    font-size: 14px;
    color: #c1272d;
}
.add_cart_container .btns input[type="submit"]{
    flex: 1;
    background-color: var(--theme_color);
    transition: all 0.3s;
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.add_cart_container .btns input[type="submit"]:hover{
    background-color: #000 ;
}
.add_cart_container .btns span.like_icon{
    width: 52px;
    height: 52px;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
    background: url('../img/heart-empty.svg') no-repeat center/23px;
    background-color: #edeef2;
    transition: all 0.3s;
}

.add_cart_container .btns span.like_icon:hover{
    background-color: var(--theme_color);
    background-image: url('../img/heart-empty-white.svg');
}
.add_cart_container .btns span.like_icon.active{
    background-image: url('../img/heart-full.svg');
}
.add_cart_container .btns&gt;.flex{
    margin-bottom: 13px;
}
.add_cart_container .btns&gt;p{
    padding: 0.8rem;
    text-align: center;
    font-size: 18px;
    background: transparent;
    border: 1px solid #0c1b54;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
}
.add_cart_container .btns&gt;p span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    display: block;
    color: #666;
}
.add_cart_container .btns&gt;p:hover{
    background-color: var(--theme_color);
    color: white;
}
.add_cart_container .btns&gt;p:hover span{
    color: white;
}
.product_preview .right .advs{
    margin-top: 24px;
    display: flex;
    padding-bottom: 17px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dbdbdb;
}
.product_preview .right .advs p{
    font-size: 15px;
    color: #3a3a3a;
}
.product_preview .right .advs p:nth-of-type(2)::before{
  background-image: url('../img/sample.svg');
}
.product_preview .right .advs p + p{
    margin-left: 55px;
}
.product_preview .right .advs p:before{
    margin-right: 10px;
}

.share{
    display: flex;
}
.share a{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #f7f7f7;
    border-radius: 50%;
    text-indent: -9999px;
    position: relative;
    transition: all 0.3s;
}
.share .active a{
    background-color: var(--theme_color);
}
.share li + li{
    margin-left: 7px;
}
.share a:after{
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s;
    transform: translate(-50%,-50%);
    background: url('../img/facebook.svg') no-repeat center/contain;
}
.share .twitter a:after {
    background-image: url('../img/twitter.svg');
}
.share .instagram a:after {
    background-image: url('../img/instagram.svg');
}

.share .pinterest a:after {
    background-image: url('../img/pinterest.svg');
}
.share .active a:after{
    filter: contrast(0) brightness(100);
}
.share-con strong{
   font-size: 18px; 
}

.product_nav .flex{
    padding-top: 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.product_nav a{
    display: inline-block;
    padding-bottom: 16px;
    font-size: 20px;
    color: #282828;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
}
.product_nav .flex{
    justify-content: center;
    gap: 32px;
}
.product_nav .active a{
    font-weight: 600;
    color: var(--theme_color);
    border-color: var(--theme_color);
}
.desc_spec{
    padding-top: 90px;
    padding-bottom: 54px;
}
.desc_spec h2{
    font-size: 40px;
}
.flex_50{
    display: flex;
    gap: 108px;
}
.flex_50 &gt; *{
    width: 50%;
}
.desc_spec h2{
    padding-bottom: 20px;
    margin-bottom: 27px;
    border-bottom: 1px solid #cecdcc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.desc_spec h2.active:after{
    background: url('../img/plus-blue.svg') no-repeat center/contain;
}
.desc_spec h2:after{
    content: "";
    width: 28px;
    height: 28px;
    background: url('../img/minus-blue.svg') no-repeat center/contain;
    display: inline-block;
    transition: all 0.3s;
}

.desc_spec ul li{
    padding-left: 23px;
    position: relative;
    margin-bottom: 40px;
}
.desc_spec ul li:before{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--theme_color);
    position: absolute;
    left: 0;
    top: 11px;
}
.desc_spec ul li strong{
    font-size: 26px;
    display: block;
    margin-bottom: 0.6rem;
    font-family: 'Unna', sans-serif;
    color: #242424;
}
.desc_spec p, .desc_spec ul li{
    line-height: 28px;
    color: #494949;
    font-family: 'Montserrat', sans-serif;
}
.desc_spec table{
    border-collapse: collapse;
    width: 100%;
}
.desc_spec table tr{
    border-bottom: 1px solid #dbdbdb;
}
.desc_spec table tr:last-of-type{
    border:none; 
}
.desc_spec table td{
    font-size: 20px;
    padding: 0.9rem 7px;
}
.desc_spec table tr td:nth-of-type(1){
    opacity: 0.76;
    min-width: 30%;
}
.product_tag{
    padding-bottom: 90px;
}
.product_tag .left{
    width: 50%;
    padding-top: 26px;
    border-top: 1px solid #dbdbdb;
}
.product_tag h2{
    font-size: 26px;
    margin-bottom: 1rem;
}
.product_tag ul li{
    padding: 5px 15px;
    background-color: transparent;
    border: 1px solid #888888;
    display: inline-block;
    margin-right: 11px;
    font-size: 17px;
    transition: all 0.3s;
    color: #494949;
}
.product_tag ul{
    display: flex;
}
.product_tag ul li:hover{
    background-color: var(--theme_color);
    color: white;
    border-color: var(--theme_color);
}


.product_faqs{
    padding: 90px;
    background-color: #f7f8f9;
}
.product_faqs .head h2{
    font-size: 40px;
}
.product_faqs .head{
    margin-bottom: 60px;
}
.product_faqs .main strong{
    font-size: 30px;
    display: block;
    margin-bottom: 50px;
}
.product_faqs .main .left li{
    font-size: 18px;
    margin-bottom: 1.6rem;
    color: #686868;
    cursor: pointer;
}
.product_faqs .main .left li.active{
    font-size: 20px;
    color: var(--theme_color);
}
.product_faqs .main .right li{
    padding-right: 35px;
    border-bottom: 1px solid #cecdcc;
    position: relative;
    
}
.product_faqs .main .right p{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px;
    padding-top: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
.product_faqs .main .right p+div{
    font-size: 17px;
    line-height: 30px;
    color: #494949;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 25px;
    display: none;
}
.product_faqs .main .right li:first-of-type p{
    padding-top: 0;
}
.product_faqs .main .right li:nth-of-type(1):after{
    top: 2px;
}
.product_faqs .main .right li:after{
    content: "";
    width: 17px;
    height: 17px;
    background: url('../img/plus-blue.svg') no-repeat center/contain;
    position: absolute;
    right: 0;
    top: 27px;
    transition: all 0.3s;
}
.product_faqs .main .right li.active:after{
    transform: rotate(135deg);
}
.product_faqs .main .right li.active{
    border-color: var(--theme_color);
}
.product_faqs .main .right li:first-of-type div{
    display: block;
}
.product_faqs .main .right li.active p{
    padding-bottom: 20px;
}
.product_faqs .main .right .button_more{
    margin-top: 60px;
}
.product_faqs .main .right &gt; p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #353535;
}
.product_faqs .main .right &gt; p a{
    color: var(--theme_color);
    text-decoration: underline;
}

#related .head h2{
    font-size: 40px;
}


.product_review {
    padding: 25px 0 140px;
}
  .product_review .main {
    padding-top: 35px;
  }
  .product_review h2{
    font-size: 40px;
  }
  .product_review .left {
    width: 25.56819%;
    min-width: 282px;
  }
  .product_review .left .total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .product_review .left .total .star {
    width: 126px;
    height: 21px;
  }
  .product_review .left .total .star i {
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/star.svg) no-repeat left center;
    background-size: 126px 100%;
  }
  .product_review .left .total span {
    color: #000002;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
  }
  .product_review .left .quantity {
    color: #555555;
    line-height: 20px;
    font-weight: 500;
    margin-top: 1rem;
  }
  .product_review .left .stars li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
  }
  .product_review .left .stars li span {
    display: block;
    font-size: 18px;
    padding-right: 23px;
    color: #000;
    background: url(../img/star-b.svg) no-repeat right / 16px;
    margin: 0 5.778% 0 0;
    font-family: 'Montserrat', sans-serif;
  }
  .product_review .left .stars li .line {
    flex: 1;
    background-color: #ececec;
    height: 1rem;
  }
  .product_review .left .stars li .line i {
    display: block;
    height: 100%;
    background-color: var(--theme_color);
  }
  .product_review .left .stars li strong {
    width: 42px;
    margin-left: 4%;
    color: #555555;
    font-size: 18px;
    font-weight: normal;
    line-height: 1rem;
    font-family: 'Montserrat', sans-serif;
  }
  .product_review .left .write {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 35px;
  }
  .product_review .left .write .blue_btn{
    margin-top: 22px;
    margin-left: 0;
  }
  .product_review .left .write strong {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
  .product_review .left .write p {
    opacity: 0.75;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
  }
  .product_review .left .write .button {
    margin-top: 28px;
    font-size: 20px;
    padding: 1rem;
    width: 100%;
    max-width: 310px;
  }
  .product_review .right {
    flex: 1;
    max-width: 1200px;
  }
  .product_review .right .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .product_review .right .top .quantity {
    font-size: 24px;
    font-weight: 600;
  }
  .product_review .right .top .select_box {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .product_review .right .top .select_box &gt; select {
    border: none;
    border-radius: 4px;
    width: 176px;
    color: var(--title_color);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: url(../img/sanjiao.svg) no-repeat right 14px center / 9px;
    background-color: #f5f5f5;
    padding: 0 40px 0 14px;
    outline: none;
    line-height: 46px;
  }
  .product_review .right .top .select_box .select {
    background-color: #f5f5f5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    line-height: 46px;
    padding-left: 21px;
    cursor: pointer;
  }
  .product_review .right .top .select_box .select select {
    width: 92px;
    color: var(--theme_color);
    font-size: 1rem;
    font-weight: 600;
    background: url(../img/sanjiao.svg) no-repeat right 14px center / 9px;
    line-height: 46px;
    padding: 0 20px 0 10px;
    border: none;
    outline: none;
  }
  .product_review .right ul {
    padding-top: 4px;
    margin-bottom: 62px;
  }
  .product_review .right ul li {
    border-bottom: 1px solid #9b9b9b;
  }
  .product_review .right ul li .user {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 40px;
  }
  .product_review .right ul li .user .img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../img/default-avatar.svg) no-repeat center / cover;
  }
  .product_review .right ul li .user .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .product_review .right ul li .user .name strong {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
  }
  .product_review .right ul li .user .name span {
    color: #757575;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
  }
  .product_review .right ul li .rate {
    margin-top: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  .product_review .right ul li .rate .star {
    width: 106px;
    height: 15px;
  }
  .product_review .right ul li .rate .star i {
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/star2.svg) no-repeat left center;
    background-size: 106px 100%;
  }
  .product_review .right ul li .rate span {
    color: #989898;
  }
  .product_review .right ul li .con {
    padding-bottom: 20px;
  }
  .product_review .right ul li .con strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    display: block;
    margin-top: 18px;
  }
  .product_review .right ul li .con p {
    color: #666666;
    font-size: 18px;
    line-height: 2rem;
    padding: 14px 0 15px;
  }
  .product_review .right ul li .con .pic {
    display: inline-block;
    width: 232px;
    height: 155px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 20px;
  }
  .product_review .right ul li .con .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .product_review .blue_btn{
    padding: 16px 20px;
    background-color: var(--theme_color);
    color: white;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
  }


  
  form ul.image_list li {
    width: 5rem;
    margin-right: 1rem;
    border-radius: 3px;
    position: relative;
  }
  form ul.image_list li img {
    max-width: 100%;
  }
  form ul.image_list li:hover .delete{
    opacity: 1;
  }
  form ul.image_list li .delete{
    width: 100%;
    opacity: 0;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 0.3s;
    background: url('../img/delete.svg') no-repeat center/40%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  form button.upload_image {
    border: 2px dashed #ccc;
    cursor: pointer;
    border-radius: 3px;
    background-color: white;
    width: 5rem;
    height: 5rem;
    font-size: 0.9rem;
    color: #666;
    margin-right: 0.8rem;
  }
  .single_product_reviews .sy-loader{
    margin-top: 2rem;
  }
  .single_product_reviews-list{
    min-height: 10rem;
  }
  .open-review{
    margin-left: 1rem;
  }
  .open-review.button{
    padding: 0.7rem 1.5rem;
    font-size: 15px;
  }
  .modalcomment input[type="submit"]{
    margin-top: 2rem;
    background-color: var(--theme_color) !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 1rem 2.5rem !important;
  }
  .modalcomment input[type="submit"]:disabled{
    background-color: #999 !important;
    color: #666 !important;
  }
  .modalcomment label{
    font-weight: 600;
    display: block;
    margin-bottom: 0.3rem;
    font-size: 17px;
  }

  .single_variation_wrap, .woo_product_data{
    display: none !important;
  }
  .play_video{
    width: 100%;
    aspect-ratio: 1/1;
    background: url() no-repeat center/cover;
    position: relative;
    cursor: pointer;
    margin-bottom: 16px;
  }
  .play_video:after{
    content: "";
    width: 40px;
    height: 40px;
    background: url('../img/play.svg') no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .product_faqs .main .right{
    width: 100%;
  }

  .price-table-range table tbody tr td p{
    white-space: nowrap;
  }
</pre></body></html>