<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.product-box {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.1s ease 0s;
  padding: 15px !important; }
  .product-box:hover {
    border-radius: 3px;
    text-decoration: none; }
  .product-box .load-img {
    width: 100%; }
  .product-box .load-img {
    transition: all 350ms ease-out 0s; }
  .product-box:hover .load-img {
    transform: scale(1.03); }

.product-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  border-bottom: 1px solid #EDEDED;
  display: block; }

.product-info {
  position: relative;
  font-size: 13px;
  color: #000;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateY(0px);
  letter-spacing: 2px; }
  .product-info .product-name {
    font-weight: normal;
    color: #333; }

.product-box:hover .product-info {
  border-bottom: 2px solid #999; }

.product-fabrics {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .product-fabrics li {
    flex: 1 1 50%;
    font-size: 14px;
    margin-bottom: 4px;
    border-right: 1px solid #ccc; }
    .product-fabrics li:last-child {
      border-right: none; }

.product-fabrics {
  background-color: #fff;
  opacity: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  text-align: center; }

.product-box:hover .product-fabrics {
  opacity: 1;
  transition: transform 0.2s ease-out 0s;
  z-index: 11; }

.overlay {
  display: block; }

.product-img::before {
  background-color: #9F0000;
  bottom: -100%;
  height: 100%;
  content: attr(data-title);
  text-align: center;
  padding-top: 106px;
  color: #fff;
  font-size: 14px;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background-image: url("../../images/zoom.png");
  background-repeat: no-repeat;
  background-position: center top; }

.product-img::after {
  background-color: #9F0000;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 9; }

.product-box:hover .product-img::before {
  bottom: -40%;
  opacity: 0.8;
  z-index: 9; }

.product-box:hover .product-img::after {
  top: -60%;
  opacity: 0.8;
  z-index: 9; }

.product-bg {
  /*background: url(../../images/product-bg.jpg);*/
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto auto;
  min-height: 320px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 991px) {
    .product-bg {
      background: url(../../images/mob-product-bg.jpg);
      background-attachment: fixed;
      min-height: 150px;
      background-size: 100% !important; } }

.abt-txt {
  background: #fff;
  margin: auto;
  padding: 5px 50px;
  line-height: 30px;
  text-align: justify; }
  @media (max-width: 767px) {
    .abt-txt {
      width: 90%; } }
  .abt-txt p {
    color: #666; }

.prod-ttl {
  font-size: 20px;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 35px 20px 10px 20px; }
</pre></body></html>