<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*--------------------------------------------------------------
## Offer
--------------------------------------------------------------*/
.iwp-offer-slider {
  margin: auto;
  max-width: 1230px;
  position: relative;
}
.iwp-offer-slider:before {
    content: '';
    background: #d60644;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 60%;
    border-radius: 30px;
    -moz-transform: translate(-20%,0px) skew(20deg,0deg);
    -webkit-transform: translate(-20%,0px) skew(20deg,0deg);
    -o-transform: translate(-20%,0px) skew(20deg,0deg);
    -ms-transform: translate(-20%,0px) skew(20deg,0deg);
    transform: translate(-20%,0px) skew(20deg,0deg);
}
.iwp-offer-slider:after {
    content: '';
    background: #d60644;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 70%;
    border-radius: 30px;
}
.gallery-container {
  display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
padding: 68px 50px 58px 0;
}

@media (max-width: 1300px) {
.gallery-container {
    display: none;
}
}

.gallery-container-mob {
  background: #d60644;
  border-radius: 15px;
  padding: 15px;
}
.offer-slider-header-title {
  color: #fff;
  margin: 8px auto 20px auto;
}
.gallery-container-mob h3.product-title {
  height: 36px;
  overflow: hidden;
}
.gallery-container-mob .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 16px !important;
    height: 7px !important;
    border-radius: 4px;
}
.gallery-container-mob .woocommerce-Price-currencySymbol {
  font-size: 11px;
}
.gallery-container-mob .swiper-pagination {
    position: relative;
    bottom: -2px !important;
    padding: 10px 0;
}
.gallery-container .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: grab;
}
.swiper-container.gallery-main {
  position: relative;
    width: 100%;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.offer-slide-main img {
    margin-left: 15px;
    max-width: 194px !important;
    height: auto;
    padding: 24px;
}
.swiper-container.gallery-thumbs {
  position: relative;
    width: 100%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    max-height: 333px;
}
.offer-slider-side {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    max-height: 400px;
}
.gallery-container .offer-slide-side {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    border: 2px solid #EFEFEF;
    background: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 20px 20px 20px 0;
    -moz-border-radius: 20px 20px 20px 0;
    border-radius: 20px 20px 20px 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    max-height: 140px;
    min-height: 140px;
    width: 85%;
}
.gallery-container .offer-slide-side.swiper-slide-thumb-active {
    width: 100%;
}
.gallery-container .swiper-container-vertical&gt;.swiper-wrapper {
    align-items: flex-end;
    padding-top:25px;
}
.offer-slide-side .offer-side-image {
    width: 74px;
    height: 74px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex: 1 1 74px;
    max-width: 74px;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 50%;
}
.offer-slider-header {
  position: absolute;
    z-index: 1;
    top: 24px;
    right: 60px;
    font-size: 15px;
    color: #fff;
}
.offer-slide-side .offer-side-image img {
    max-width: 61%;
    height: auto;
}
.offer-slide-main {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    padding: 25px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.offer-slider-content .products-swiper-button {
    float: right;
    padding: 10px 20px;
    margin-top: 20px;
    padding-right: 44px;
}
.products-swiper-button {
    position: relative;
    background-color: #3ab54a;
    border-radius: 25px 25px 0 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.28px;
    padding: 5px 15px;
    margin-left: 5px;
    flex: 1;
}
#svg_basket {
  width: 18px;
    fill: #fff;
    position: absolute;
    right: 15px;
    top: 9px;
}
.offer-slide-side .offer-side-title {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex: 1 1 62%;
    max-width: 62%;
}
.swiper-slide-thumb-active .offer-side-title {
  flex: 1 1 50%;
  max-width: 50%;
}
.offer-slide-side .offer-side-discount {
    display: none;
}
.offer-slide-side.swiper-slide-thumb-active .offer-side-discount {
    display: block;
    border-radius: 20px;
    background-color: rgba(0,0,0,.12);
    color: #fff;
    padding: 15px 10px 15px 10px;
    text-align: center;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size:14px;
}

.offer-slide-side.swiper-slide-thumb-active {
  background: #d60644;
  border-color: transparent;
}
.offer-slide-side.swiper-slide-thumb-active .offer-side-product-title {
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff;
}
.offer-slide-side .price del .amount {
    display: none;
}
.offer-slide-side.swiper-slide-thumb-active .price ins .amount {
    color: #fff !important;
}

.offer-slider-content ul {
  list-style: disc;
  max-width: 280px;
max-height: 90px;
}
.offer-slider-content ul li {
  padding-bottom: 4px;
  font-size: 12px;
}
.offer-slider-content h3 {
  font-size: 21px;
  font-weight: 600;
}
.offer-slider-price {
  margin-bottom: 15px;
  position: relative;
}
.offer-slider-price span.price del {
  display: block;
}
.offer-slider-price span.price ins .amount {
  font-size: 22px;
    color: #111;
}
.offer-slider-price span.price ins .amount .woocommerce-Price-currencySymbol {
  font-size: 15px;
}
.products-swiper-discount {
    position: absolute;
    bottom: 29px;
    right: 140px;
    color: #fff;
    font-weight: 400;
    background-color: #d60644;
    margin-left: 5px;
    border-radius: 0 10px 10px 10px;
    font-size: 14px;
    margin-right: 10px;
    padding: 3px 10px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:  url(../images/left-arrow-angle.svg) !important;
    background-size: cover;
    width: 16px;
    height: 16px;
    opacity: 0.3;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/right-arrow-angle.svg) !important;
    background-size: cover;
    width: 16px;
    height: 16px;
    opacity: 0.3;
}

.countdown-offer {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    left: 32px;
}
.offer-clock {
  font-size: 13px;
    margin-top: 10px;
}
.offer.woodmart-product-countdown {
  direction: ltr;
}
.gallery-container .swiper-pagination {
    bottom: 15px;
    right: 90px;
}
.gallery-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    opacity: .2;
    margin-left: 10px;
}
.gallery-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 10px;
    height: 10px;
    outline: 0px;
}

.countdown-offer .woodmart-timer&gt;span {
  border-radius: 15px;
  background-color: #f5f5f5;
  margin-left:8px;
  padding:6px;
  min-width:45px;
  min-height:45px;
  font-size: 14px;
}
.countdown-offer .woodmart-timer span.countdown-sec {
  background-color: #d60644;
  color: #fff;
}
.countdown-offer .woodmart-timer span.countdown-sec span {
  color: #fff;
}

.product-grid-item .wd-entities-title {
	min-height: 36px;
	max-height: 36px;
}
.labels-rectangular {
    max-width: 100% !important;
}</pre></body></html>