@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 1vw;
}

body {
  margin: 0;
  font-family: "Heebo", sans-serif;
}

a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: inherit;
}

.injection {
  position: relative;
  padding-top: 50%;
}
.injection img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.hidden-content {
  display: none;
}

.abstract {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .mobile {
    display: initial;
  }
}

.overlay-header.active {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6196078431);
  height: 100%;
  width: 100%;
  z-index: 9;
  transition: 0.2s all ease;
}

.now_sold {
  position: absolute;
  top: 3rem;
  left: 0;
  font-size: 0.8rem;
  font-weight: 600;
  background: #FEDCD2;
  padding: 0.4rem;
  color: black;
}

.english {
  font-family: "ReadexPro", sans-serif;
}

.hero-slider {
  overflow: hidden;
  border-radius: 10px;
}
.hero-slider .swiper-slide .hero-slider-item {
  background-repeat: no-repeat;
  height: 27em;
  background-size: cover;
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .hero-slider .swiper-slide .hero-slider-item {
    height: 17em;
  }
}
.hero-slider .swiper-slide .hero-slider-item .banners-image {
  border-radius: 14px;
}
@media (max-width: 1023px) {
  .hero-slider .swiper-slide .hero-slider-item .banners-image {
    border-radius: 0;
    width: 100%;
  }
}
.hero-slider .mobile {
  display: none;
}
@media (max-width: 1023px) {
  .hero-slider .mobile {
    display: initial;
  }
}

.more-info {
  position: absolute;
  top: 78%;
  left: 35%;
  background: #FEDCD2;
  color: #000000 !important;
  padding: 0.6rem 2rem;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .more-info {
    padding: 2rem 4rem;
  }
}

.container-brand {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3.5rem;
}
@media (max-width: 1023px) {
  .container-brand {
    display: block;
  }
}
.container-brand .brand-content-wrapper {
  border-radius: 12px;
  background-color: #FEDCD2;
}
@media (max-width: 1023px) {
  .container-brand .brand-content-wrapper {
    width: 60%;
    margin: 6rem 3rem;
  }
}
.container-brand .brand-content {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  height: 22rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .container-brand .brand-content {
    height: 52rem;
  }
}
.container-brand .brand-content:hover .content-overlay {
  opacity: 1;
  background-color: rgba(254, 220, 210, 0.9411764706);
}
.container-brand .brand-content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.container-brand .brand-content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 1023px) {
  .container-brand .brand-content .content-overlay {
    opacity: 0;
  }
}
.container-brand .brand-content .content-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-brand .brand-content .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1023px) {
  .container-brand .brand-content .content-details {
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container-brand .brand-content .content-details p {
  color: #000;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .container-brand .brand-content .content-details p {
    font-size: 4rem;
  }
}
.container-brand .brand-content .fadeIn-top {
  top: 20%;
}
@media (max-width: 1023px) {
  .container-brand .brand-content .fadeIn-top {
    top: 50%;
  }
}
.container-brand .content-brand {
  text-align: center;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .container-brand .content-brand {
    padding: 3rem 0;
    height: 12rem;
  }
}
.container-brand .content-brand img {
  width: 33%;
}
@media (max-width: 1023px) {
  .container-brand .content-brand img {
    padding: 0;
    width: 42%;
  }
}
.container-brand .content-brand h3 {
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .container-brand .content-brand h3 {
    font-size: 4rem;
  }
}

.proshop-static-banners .static-banners__wrapper {
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .proshop-static-banners .static-banners__wrapper {
    justify-content: center;
    gap: 6rem;
  }
}
.proshop-static-banners .static-banners__wrapper-item {
  margin: initial;
  width: initial;
}
.proshop-static-banners .static-banners__wrapper-item img {
  height: 36em !important;
  width: 36em;
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .proshop-static-banners .static-banners__wrapper-item img {
    height: 18em !important;
    width: 18em;
  }
}

.red a {
  color: #821b1c !important;
  font-weight: 600 !important;
}

@media (min-width: 1024px) {
  .static-banners__wrapper .mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .static-banners__wrapper .desktop {
    display: none;
  }
}
.static-banners__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.static-banners__wrapper-item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 32%;
}
@media (max-width: 1023px) {
  .static-banners__wrapper-item {
    width: 100%;
  }
}
.static-banners__wrapper-item p {
  padding: 0 1em;
}
@media (max-width: 1023px) {
  .static-banners__wrapper-item p {
    text-align: right;
    padding: 0 4rem;
  }
}
.static-banners__wrapper-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .static-banners__wrapper-item img {
    height: auto !important;
    width: 100%;
  }
}

.menu-image img {
  width: 10%;
  position: absolute;
  right: 0;
}
@media (max-width: 1023px) {
  .menu-image img {
    width: 5% !important;
    right: 1.4em;
  }
}

.mobile-menu-wrapper {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-menu-trigger {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .mobile-menu-trigger .lines {
    position: relative;
  }
  .mobile-menu-trigger .lines > div {
    width: 5rem;
    height: 2px;
    background-color: black;
  }
  .mobile-menu-trigger .lines > div + div {
    margin-top: 5px;
  }
  .mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: transform 0.4s linear;
    z-index: 9999999;
    height: 100vh;
    overflow-y: scroll;
  }
  .mobile-menu-wrapper.active {
    transform: scale(1);
  }
  .mobile-menu-wrapper ul {
    padding: 12rem 10rem 0;
  }
  .mobile-menu-wrapper ul li {
    margin: 0 0 1rem;
    font-size: 4rem;
    font-weight: 600;
    list-style: none;
    padding: 0 0 3rem;
    text-align: right;
  }
  .mobile-menu-wrapper ul li a {
    text-decoration: none;
    color: black;
    font-weight: 400;
  }
  .mobile-menu-wrapper ul li:last-child img {
    width: 100%;
    max-width: 100%;
  }
  .mobile-menu-wrapper ul .current-menu-item a {
    color: #FEDCD2;
  }
  .mobile-menu-wrapper ul.sub-menu {
    padding: 3rem;
  }
  .mobile-menu-wrapper ul.sub-menu li {
    padding: 0;
  }
  .mobile-menu-wrapper .mobile-menu-trigger {
    color: black;
    position: absolute;
    right: 9rem;
    top: -1rem;
    font-size: 10rem;
    font-weight: 300;
  }
  .menu-item {
    list-style: none;
  }
  .menu-item a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .menu-item:last-child {
    border: none;
  }
  .menu-item-has-children a::after {
    content: "+";
    display: inline-block;
    float: left;
  }
  .menu-item-has-children a.active::after {
    content: "-";
  }
  .menu-item-has-children .sub-menu a:after {
    display: none;
  }
  .sub-menu {
    display: none;
  }
}
@media (min-width: 1024px) {
  .img-less {
    transition: all 0.5s ease;
  }
  .img-less .elementor-image {
    transition: all 0.5s ease;
  }
  .img-less .elementor-image img {
    width: 50% !important;
    top: 1rem !important;
    right: 4rem !important;
    transition: all 0.5s ease;
  }
}
@media (min-width: 1024px) {
  .woocommerce #customer_login {
    flex-direction: initial;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .woocommerce #customer_login input {
    line-height: 9rem;
  }
}
.woocommerce #customer_login .col-1 {
  margin-left: 2rem;
}
.woocommerce .woocommerce-tabs h2.yikes-custom-woo-tab-title {
  display: none;
}
.woocommerce .woocommerce-tabs iframe {
  height: 35rem;
}
@media (max-width: 1023px) {
  .woocommerce .woocommerce-tabs iframe {
    height: 55rem;
  }
}
.woocommerce div.product p.stock,
.woocommerce span.onsale {
  font-family: "Heebo", sans-serif;
}
.woocommerce span.onsale,
.woocommerce a.button.alt,
.woocommerce button.button {
  background-color: #FEDCD2;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #FEDCD2;
  color: white;
}
.woocommerce button.button {
  color: #ffffff;
}
.woocommerce .coupon {
  display: none;
}
.woocommerce a.button {
  background-color: #FEDCD2;
  color: white;
}
.woocommerce a.button:hover {
  background-color: #000000;
  color: #ffffff;
}
.woocommerce a.remove {
  color: #FEDCD2 !important;
}
.woocommerce a.remove:hover {
  background: #FEDCD2 !important;
}
.woocommerce ul.products.columns-4 {
  grid-column-gap: 3rem !important;
  grid-row-gap: 3rem !important;
}
@media (max-width: 1023px) {
  .woocommerce ul.products.columns-4 {
    grid-row-gap: 7rem !important;
  }
}
.woocommerce ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 0 0 0.6rem 0 !important;
  border-radius: 10px;
}
.woocommerce ul.products li.product .add_to_cart_button {
  margin-top: auto;
}
.woocommerce ul.products li.product span.onsale {
  right: 0;
  left: auto;
  top: 0.5em;
  border-radius: 5px !important;
  max-height: 2em;
  min-height: 2em;
  width: 7em;
  height: 1.8em;
  line-height: 2em;
  background: #f20707 !important;
}
@media (max-width: 1023px) {
  .woocommerce ul.products li.product span.onsale {
    font-size: 3rem;
  }
}
.woocommerce ul.products li.product .yith-wcqv-button,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .add_to_cart_button {
  opacity: 1;
  transition: 0.4s ease;
  z-index: 9;
  padding: 0.4rem 1rem;
  margin: 0 1rem;
  border: 1px solid black;
  border-radius: 17px;
  font-weight: 400 !important;
  background: white;
  color: black;
}
@media (max-width: 1023px) {
  .woocommerce ul.products li.product .yith-wcqv-button,
  .woocommerce ul.products li.product .product_type_simple,
  .woocommerce ul.products li.product .add_to_cart_button {
    opacity: 1;
    padding: 1.8rem;
    margin-top: 3rem;
  }
}
.woocommerce ul.products li.product .yith-wcqv-button {
  opacity: 0;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1023px) {
  .woocommerce ul.products li.product .yith-wcqv-button {
    display: none;
  }
}
.woocommerce ul.products li.product .yith-wcqv-button:hover,
.woocommerce ul.products li.product .product_type_simple:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
  background-color: black !important;
  color: white !important;
}
.woocommerce ul.products li.product .yith-wcqv-button {
  margin-top: 0.2rem;
}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist {
  opacity: 0;
  transition: 0.2s all ease;
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist {
    opacity: 1;
  }
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0px 5px 27px 0px rgba(129, 129, 129, 0.3215686275);
  transition: 0.2s all ease;
  z-index: 1;
}
@media (min-width: 1024px) {
  .woocommerce ul.products li.product:hover .yith-wcqv-button,
  .woocommerce ul.products li.product:hover .product_type_simple,
  .woocommerce ul.products li.product:hover .product_type_variable {
    opacity: 1;
    transition: 0.4s ease;
  }
  .woocommerce ul.products li.product:hover .yith-wcwl-add-to-wishlist {
    opacity: 1;
  }
}
.woocommerce button.button.alt {
  background-color: #FEDCD2 !important;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  font-family: "Heebo";
  height: 2.2rem;
}
@media (max-width: 1023px) {
  .woocommerce .quantity .qty {
    width: 5.631em;
    height: 10rem;
  }
}
.woocommerce .woocommerce-checkout-details {
  display: flex;
}
@media (max-width: 1023px) {
  .woocommerce .woocommerce-checkout-details {
    flex-direction: column;
  }
}
.woocommerce .col2-set {
  display: flex;
  flex-direction: column;
  width: 70%;
}
@media (max-width: 1023px) {
  .woocommerce .col2-set {
    width: 100%;
  }
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: 90%;
}
@media (max-width: 1023px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    width: 100%;
  }
}
.woocommerce .form-row input.input-text {
  border: 1px solid #d4d4d4;
  padding: 0.5rem;
  font-family: "Heebo";
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 0.5rem;
  border: 1px solid #cecece;
  font-family: "Heebo";
}
.woocommerce .woocommerce-message {
  border-top-color: #821b1c;
  margin: 2rem 16rem;
}
.woocommerce .woocommerce-variation-price {
  padding-bottom: 1rem;
}
.woocommerce .variations select {
  border: 1px solid #e2e2e2;
  padding: 0.5rem 1rem;
  min-width: 40% !important;
}
.woocommerce .variations tr {
  display: flex;
  flex-direction: column;
}
.woocommerce div.product span.price {
  color: black;
  font-weight: 700;
}
.woocommerce div.product p.price {
  color: black;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  border: none;
  border-top: 1px solid rgba(196, 196, 196, 0.7215686275);
  background-color: #fff;
}
@media (max-width: 1023px) {
  .woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
    padding: 3rem 1rem !important;
  }
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  cursor: pointer;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:after {
  content: "+" !important;
  box-shadow: none !important;
  position: absolute !important;
  left: 1rem;
  top: 0.8rem;
}
@media (max-width: 1023px) {
  .woocommerce div.product .woocommerce-tabs ul.wc-tabs li:after {
    top: 2.8rem;
  }
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
  font-weight: 400;
  padding: 1rem 0.4rem !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border-top: none !important;
}
.woocommerce .added_to_cart.wc-forward {
  display: none !important;
}

.xoo-wsc-container .xoo-wsc-body dl.variation {
  display: flex;
  flex-wrap: wrap;
}
.xoo-wsc-container .xoo-wsc-body dl.variation dt {
  width: 40%;
}
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-sum-col {
  padding: 0 15px;
}
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-pname a {
  color: #000;
}
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-sm-sales {
  display: none;
}
.xoo-wsc-container .xoo-wsc-body .yith-wcbm-badge {
  display: none;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a {
  background-color: #FEDCD2;
  color: #000;
  padding: 1rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .xoo-wsc-container .xoo-wsc-basket {
    display: none !important;
  }
}

#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
  padding: 3rem;
}
#yith-quick-view-modal #yith-quick-view-content div.summary {
  text-align: right;
}
#yith-quick-view-modal #yith-quick-view-content .product_meta {
  display: none;
}
#yith-quick-view-modal #yith-quick-view-content .button {
  color: #000000;
}
#yith-quick-view-modal #yith-quick-view-close {
  color: #ffffff;
  background: black;
  opacity: 1;
}

.elementor-menu-cart__main {
  width: 30rem !important;
}

.elementor-menu-cart__toggle .elementor-button:hover {
  background-color: transparent !important;
}

#sb_instagram .sbi_follow_btn a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 90%) !important;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25) !important;
}
.sbi-screenreader {
  display: none !important;
}

@media (max-width: 1023px) {
  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon {
    font-size: 5rem;
  }
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button span.separator {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .fa.fa-heart-o:before {
  color: #FEDCD2;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .fa-heart:before {
  color: #FEDCD2;
}

.wishlist_table .wishlist-items-wrapper .product-add-to-cart a.button {
  width: 100% !important;
}

.yith-wcbm-badge-text div {
  font-size: 1rem !important;
}
@media (max-width: 1023px) {
  .yith-wcbm-badge-text div {
    font-size: 3rem !important;
  }
}

.woo-variation-swatches.rtl table.variations td.label {
  text-align: right !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  box-shadow: 0 0 0 3px #FEDCD2 !important;
}

#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
  display: none;
}
#customer_login .u-column1 .login-subtitle,
#customer_login .u-column1 .register-subtitle,
#customer_login .u-column2 .login-subtitle,
#customer_login .u-column2 .register-subtitle {
  margin: 1rem 0 0 0;
}
#customer_login .u-column1 .login-description,
#customer_login .u-column1 .register-description,
#customer_login .u-column2 .login-description,
#customer_login .u-column2 .register-description {
  margin: 0 0 1rem 0;
}

.woocommerce-terms-and-conditions-link {
  font-weight: 700 !important;
}

#step-payment .checkout-step-heading .step-title {
  display: none !important;
}

.page-id-2891 iframe {
  height: 40rem;
  width: 100%;
}

.hero-slider__wrapper {
  width: 100%;
  height: 36rem;
}
@media (max-width: 1023px) {
  .hero-slider__wrapper {
    height: 96rem;
  }
}
@media (max-width: 1023px) {
  .hero-slider__container {
    height: 100%;
  }
}
.hero-slider__slider {
  width: 100% !important; /* full width */
  height: 36rem !important; /* height of carousel */
}
@media (max-width: 1023px) {
  .hero-slider__slider {
    height: 100% !important;
  }
}
.hero-slider__slider-item {
  width: 100% !important; /* full width */
  height: 100%;
}
.hero-slider__slider-item-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.hero-slider__slider-item-wrapper a {
  padding: 0.4em 2rem;
  background: #FEDCD2;
  color: #000000 !important;
  font-weight: 600;
  position: absolute;
  bottom: 5em;
  left: 35%;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .hero-slider__slider-item-wrapper a {
    bottom: 1em;
    font-size: 3rem;
    padding: 2rem 4rem;
  }
}
.hero-slider__slider {
  /* big previous & next buttons */
}
.hero-slider__slider .flickity-prev-next-button {
  width: 2rem;
  height: 2rem;
  box-shadow: none;
  border-radius: 50%;
  padding: 0;
}
@media (max-width: 1023px) {
  .hero-slider__slider .flickity-prev-next-button {
    width: 6rem;
    height: 6rem;
  }
}
.hero-slider__slider {
  /* icon color */
}
.hero-slider__slider .flickity-button-icon {
  fill: #fff;
}
.hero-slider__slider {
  /* hide disabled button */
}
.hero-slider__slider .flickity-button:disabled {
  display: none;
}
.hero-slider__slider .flickity-page-dots {
  display: none;
}
.hero-slider__slider .flickity-viewport {
  height: 100% !important;
}

.camp1-slider .products .flickity-slider li,
.camp2-slider .products .flickity-slider li {
  width: 23% !important;
  margin: 0 1em !important;
}
@media (max-width: 1023px) {
  .camp1-slider .products .flickity-slider li,
  .camp2-slider .products .flickity-slider li {
    width: 48% !important;
  }
}
.camp1-slider .flickity-prev-next-button,
.camp2-slider .flickity-prev-next-button {
  width: 1em;
  height: 1em;
  background-color: transparent !important;
  border-radius: 48% !important;
  color: black !important;
}

.homepage-slider1 ul.products.columns-4,
.homepage-slider2 ul.products.columns-4 {
  grid-template-columns: unset;
}
.homepage-slider1 .products .flickity-slider li,
.homepage-slider2 .products .flickity-slider li {
  width: 19.8% !important;
  margin: 2rem 0rem !important;
}
@media (max-width: 1023px) {
  .homepage-slider1 .products .flickity-slider li,
  .homepage-slider2 .products .flickity-slider li {
    width: 65% !important;
    margin: 2rem 6rem !important;
  }
}
.homepage-slider1 .flickity-prev-next-button,
.homepage-slider2 .flickity-prev-next-button {
  width: 1em;
  height: 1em;
  background-color: transparent !important;
  border-radius: 50% !important;
  color: black !important;
}

.homepage-slider1 .flickity-prev-next-button.next,
.camp1-slider .flickity-prev-next-button.next,
.camp2-slider .flickity-prev-next-button.next {
  left: -2em !important;
}
@media (max-width: 1023px) {
  .homepage-slider1 .flickity-prev-next-button.next,
  .camp1-slider .flickity-prev-next-button.next,
  .camp2-slider .flickity-prev-next-button.next {
    left: -1em !important;
  }
}
.homepage-slider1 .flickity-prev-next-button.previous,
.camp1-slider .flickity-prev-next-button.previous,
.camp2-slider .flickity-prev-next-button.previous {
  right: -2em !important;
}
@media (max-width: 1023px) {
  .homepage-slider1 .flickity-prev-next-button.previous,
  .camp1-slider .flickity-prev-next-button.previous,
  .camp2-slider .flickity-prev-next-button.previous {
    right: -1em !important;
  }
}

.homepage-slider2 .flickity-prev-next-button.next {
  right: -2em !important;
}
@media (max-width: 1023px) {
  .homepage-slider2 .flickity-prev-next-button.next {
    right: -1em !important;
  }
}
.homepage-slider2 .flickity-prev-next-button.previous {
  left: -2em !important;
}
@media (max-width: 1023px) {
  .homepage-slider2 .flickity-prev-next-button.previous {
    left: -1em !important;
  }
}

.role-customer .product_cat-pc-bronze-contour30ml .price div,
.role-customer .product_cat-pc-shimmer-30ml .price div,
.role-customer .product_cat-pc-brilliant-glow-30ml .price div,
.role-customer .product_cat-pc-fdn-matte-30ml .price div,
.role-customer .product_cat-pc-fdn-matte-airpod .price div,
.role-customer .product_cat-pc-blush-30ml .price div,
.role-customer .product_cat-silk-sphere-makeup-base .price div,
.role-customer .product_cat-sb-makeup-base .price div,
.role-customer .product_cat-sb-blush .price div,
.role-customer .product_cat-sb-contour .price div,
.role-customer .product_cat-sb-shimmer .price div,
.role-customer .product_cat-pc-brilliant-glow-primer-airpod .price div,
.role-customer .product_cat-pc-pc-bronze-contour-airpod .price div,
.role-customer .product_cat-pc-pc-highlighter-airpod .price div,
.role-customer .product_cat-pc-airpod-blush .price div {
  display: none;
}
.role-customer .product_cat-pc-bronze-contour30ml .rolec .elementor-shortcode div,
.role-customer .product_cat-pc-shimmer-30ml .rolec .elementor-shortcode div,
.role-customer .product_cat-pc-brilliant-glow-30ml .rolec .elementor-shortcode div,
.role-customer .product_cat-pc-fdn-matte-30ml .rolec .elementor-shortcode div,
.role-customer .product_cat-pc-fdn-matte-airpod .rolec .elementor-shortcode div,
.role-customer .product_cat-pc-blush-30ml .rolec .elementor-shortcode div,
.role-customer .product_cat-silk-sphere-makeup-base .rolec .elementor-shortcode div,
.role-customer .product_cat-sb-makeup-base .rolec .elementor-shortcode div,
.role-customer .product_cat-sb-blush .rolec .elementor-shortcode div,
.role-customer .product_cat-sb-contour .rolec .elementor-shortcode div,
.role-customer .product_cat-sb-shimmer .rolec .elementor-shortcode div,
.role-customer .product_cat-pc-brilliant-glow-primer-airpod .rolec .elementor-shortcode div,
.role-customer .product_cat-pc-pc-bronze-contour-airpod .rolec .elementor-shortcode div,
.role-customer .product_cat-pc-pc-highlighter-airpod .rolec .elementor-shortcode div,
.role-customer .product_cat-pc-airpod-blush .rolec .elementor-shortcode div {
  display: none;
}

.postid-671 .rolec .elementor-shortcode div,
.postid-678 .rolec .elementor-shortcode div,
.postid-681 .rolec .elementor-shortcode div {
  display: none;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
  background: #2BA8B7 !important;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger {
  background: #2BA8B7 !important;
}
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
  padding: 5rem 5rem 10rem 16rem !important;
  max-width: 100% !important;
}
.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark {
  font-size: 0.5rem;
  margin-top: 1px;
}

.header-brand {
  margin-left: 2rem;
}
.header-brand .top-level-link .jet-menu-item-wrapper .jet-menu-title {
  font-family: "Heebo";
  font-weight: 600;
  font-size: 1.6rem;
}
.header-brand img {
  width: 9rem;
}
@media (max-width: 1023px) {
  .header-brand img {
    width: 100%;
  }
}
.header-brand .jet-sub-menu .jet-menu-item-wrapper {
  justify-content: center;
}
.header-brand .jet-sub-menu .jet-menu-item-wrapper .jet-menu-title {
  color: black;
  font-weight: 600;
  font-family: "ReadexPro";
  font-size: 1rem;
}
.header-brand .jet-sub-menu .jet-menu-item-wrapper .jet-menu-title img {
  padding: 0rem 1rem;
}
.header-brand ul.jet-mobile-menu__items .jet-mobile-menu__item a {
  width: 32rem;
  height: 11rem;
}
.header-brand ul.jet-mobile-menu__items .jet-mobile-menu__item a img {
  width: 100%;
  height: 15rem !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.gift-cards_form .ywgc-predefined-amount-button {
  padding: 0.6rem 1rem !important;
  background: white !important;
  cursor: pointer !important;
}
@media (max-width: 1023px) {
  .gift-cards_form .ywgc-predefined-amount-button {
    padding: 1.6rem 5rem !important;
    font-size: 4rem;
  }
}
.gift-cards_form .ywgc-predefined-amount-button.selected_button {
  background-color: #000000 !important;
  color: white !important;
}
.gift-cards_form .ywgc_delivery_info_title {
  display: none;
}
.gift-cards_form .gift-card-content-editor {
  display: flex;
  flex-direction: column;
}
.gift-cards_form .gift-card-content-editor .ywgc-postdated,
.gift-cards_form .gift-card-content-editor .ywgc-recipient-name,
.gift-cards_form .gift-card-content-editor .ywgc-recipient-email,
.gift-cards_form .gift-card-content-editor .ywgc-sender-name,
.gift-cards_form .gift-card-content-editor .ywgc-message {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.gift-cards_form .gift-card-content-editor .ywgc-postdated input, .gift-cards_form .gift-card-content-editor .ywgc-postdated textarea,
.gift-cards_form .gift-card-content-editor .ywgc-recipient-name input,
.gift-cards_form .gift-card-content-editor .ywgc-recipient-name textarea,
.gift-cards_form .gift-card-content-editor .ywgc-recipient-email input,
.gift-cards_form .gift-card-content-editor .ywgc-recipient-email textarea,
.gift-cards_form .gift-card-content-editor .ywgc-sender-name input,
.gift-cards_form .gift-card-content-editor .ywgc-sender-name textarea,
.gift-cards_form .gift-card-content-editor .ywgc-message input,
.gift-cards_form .gift-card-content-editor .ywgc-message textarea {
  border: 1px solid #C1C1C1;
  width: 100%;
  max-width: 100%;
  padding: 7.5px 10px !important;
  color: #5a5a5a;
  margin-bottom: 6px;
  font-family: "Heebo";
}
.gift-cards_form .gift-card-content-editor .ywgc-single-recipient {
  display: flex;
  justify-content: space-between;
}
.gift-cards_form .gift-card-content-editor .ywgc-single-recipient .ywgc-recipient-name,
.gift-cards_form .gift-card-content-editor .ywgc-single-recipient .ywgc-recipient-email {
  width: 49%;
}
.gift-cards_form .gift-card-content-editor .ywgc-postdated {
  order: 1;
}
.gift-cards_form .gift-card-content-editor h5 {
  margin: 1rem 0 !important;
}
@media (max-width: 1023px) {
  .gift-cards_form .gift-card-content-editor label {
    font-size: 3rem;
  }
}
.gift-cards_form .gift_card_template_button {
  width: 100%;
}
.gift-cards_form .gift_card_template_button button {
  width: 100%;
}

.flickity-page-dots .dot {
  width: 0.8rem !important;
  height: 0.8rem !important;
}
@media (max-width: 1023px) {
  .flickity-page-dots .dot {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
}
.flickity-page-dots .dot.is-selected {
  background: #FEDCD2;
}

.testimonials-flex {
  overflow: hidden;
}
.testimonials-flex .testimonial-wrapper {
  width: 100%;
  margin: 0 1rem 3rem;
  position: relative;
  padding: 1em 1em 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 20px 20px;
  height: 100%;
}
.testimonials-flex .testimonial-wrapper img.test-svg {
  width: 20%;
  margin: 0 auto;
}
.testimonials-flex .testimonial-wrapper .test-img-name {
  margin-top: auto;
  padding-top: 1em;
}
.testimonials-flex .testimonial-wrapper .test-img-name .test-name {
  color: #000000;
  font-weight: 700;
}
.testimonials-flex .testimonial-wrapper .test-img-name img.test-img {
  border-radius: 50%;
  background: #efecec;
  height: 4rem;
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .testimonials-flex .testimonial-wrapper .test-img-name img.test-img {
    height: 22rem;
    width: 22rem;
  }
}
.testimonials-flex .testimonial-wrapper .test-quote {
  padding-top: 1em;
  text-align: center;
  color: black;
  font-weight: 300;
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .testimonials-flex .testimonial-wrapper .test-quote {
    font-size: 4rem;
  }
}

.swiper-pagination-bullets {
  width: 100%;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.2rem;
}
@media (max-width: 1023px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 4rem;
    height: 4rem;
    margin: 0 0.6rem;
  }
}

.cwginstock-subscribe-form .panel-heading {
  background-color: #FEDCD2 !important;
}
.cwginstock-subscribe-form .panel-heading h4 {
  color: black;
  margin: 0;
}
.cwginstock-subscribe-form .panel-body .form-group {
  display: flex;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .cwginstock-subscribe-form .panel-body .form-group {
    flex-direction: column;
  }
}
.cwginstock-subscribe-form .panel-body .form-group input {
  margin-bottom: 0.4rem;
  padding: 0.4rem;
  border-radius: 9px;
  border: 1px solid black;
}
@media (max-width: 1023px) {
  .cwginstock-subscribe-form .panel-body .form-group input {
    padding: 3.4rem;
    text-align: right !important;
  }
}
.cwginstock-subscribe-form .panel-body .cwg_iagree_checkbox {
  font-size: 0.8rem;
  margin: 0rem 0 0.8rem;
}
@media (max-width: 1023px) {
  .cwginstock-subscribe-form .panel-body .cwg_iagree_checkbox {
    font-size: 4rem;
    margin: 0 0 4rem;
  }
}
.cwginstock-subscribe-form .panel-body input[type=submit] {
  background: #FEDCD2;
  color: black;
  font-family: "Heebo";
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s all ease;
}
@media (max-width: 1023px) {
  .cwginstock-subscribe-form .panel-body input[type=submit] {
    text-align: center !important;
  }
}

#coupon-toggle {
  display: none;
}
#coupon-toggle button {
  all: unset;
  text-decoration: underline;
  cursor: pointer;
  color: #ed0000;
  font-weight: bold;
}
#coupon-toggle img {
  width: 5%;
}
#coupon-toggle .toggled {
  display: flex;
}

.global-coupons {
  display: none;
  background: whitesmoke;
  padding: 0.6rem 1rem 1.2rem;
  width: 50%;
}
@media (max-width: 1023px) {
  .global-coupons {
    padding: 2rem 3rem 4rem;
    width: 80%;
  }
}
.global-coupons-item:not(:last-child) {
  margin-bottom: 0.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2392156863);
  padding-bottom: 0.8rem;
}
@media (max-width: 1023px) {
  .global-coupons-item:not(:last-child) {
    margin-bottom: 2.6rem;
    padding-bottom: 3.8rem;
  }
}
.global-coupons-item--wrapper > p {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .global-coupons-item--wrapper > p {
    font-size: 4rem;
  }
}
.global-coupons-item--wrapper-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
}
.global-coupons-item--wrapper-inner .dashed {
  text-align: center;
  background: #fff;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 0.2rem 0.6rem;
  margin: 0;
}
@media (max-width: 1023px) {
  .global-coupons-item--wrapper-inner .dashed {
    padding: 0.8rem 3rem;
    font-size: 4rem;
  }
}
.global-coupons-item--wrapper-inner a {
  background: #f66c68 !important;
  color: #fff !important;
  padding: 0.2rem 0.6rem;
  border-radius: 22px;
  font-size: 0.8rem;
}
@media (max-width: 1023px) {
  .global-coupons-item--wrapper-inner a {
    padding: 0.6rem 2rem;
    font-size: 4rem;
  }
}

.global-coupons.pro-coupons {
  background: rgba(0, 0, 0, 0.8588235294);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
}
.global-coupons.pro-coupons .global-coupons-item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.page-id-5873 .learndash-wrap {
  width: 600px;
  margin: 4rem auto;
}
.page-id-5873 .learndash-wrap #learndash_registerform {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-id-5873 .learndash-wrap #learndash_registerform .learndash-registration-field {
  width: 48%;
  margin: 0;
}
.page-id-5873 .learndash-wrap #learndash_registerform p {
  width: 48%;
  margin: 0;
}
.page-id-5873 .learndash-wrap #learndash_registerform input[type=text],
.page-id-5873 .learndash-wrap #learndash_registerform input[type=password] {
  border: 1px solid #c3c3c3 !important;
  border-radius: 12px !important;
  font-size: 1.4rem !important;
}
.page-id-5873 .learndash-wrap #learndash_registerform #wp-submit {
  background: #f66c68;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
.page-id-5873 .learndash-wrap #learndash_registerform #wp-submit:hover {
  background: #000000;
}
.page-id-5873 .learndash-wrap #learndash_registerform #nsl-custom-login-form-2 {
  width: 48%;
}

.coupon-st10 th {
  visibility: hidden;
}

@keyframes grow {
  0% {
    transform: translate(-50%, -50%) rotatez(17deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotatez(17deg) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) rotatez(17deg) scale(1);
  }
}
.before-after-wrapper {
  position: relative;
  width: 900px;
  height: 600px;
  border: 2px solid white;
  direction: ltr;
}
.before-after-wrapper .ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 900px 100%;
}
.before-after-wrapper .background-img {
  background-image: url("https://proshop.co.il/wp-content/uploads/2023/04/before-final.jpg");
}
.before-after-wrapper .foreground-img {
  background-image: url("https://proshop.co.il/wp-content/uploads/2023/04/after-final.jpg");
  width: 50%;
}
.before-after-wrapper .slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.before-after-wrapper .slider::-moz-range-thumb {
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.before-after-wrapper .slider-ba-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  right: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-wrapper .slider-ba-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.before-after-wrapper .slider-ba-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.brand-circles .swiper-wrapper {
  padding-bottom: 3rem;
}
.brand-circles-container {
  grid-template-columns: repeat(8, 1fr);
  gap: 2rem;
}
@media (max-width: 1023px) {
  .brand-circles-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 6rem 2rem;
    padding: 4rem 6rem 0 14rem;
  }
}
.brand-circles-container .swiper-button-next,
.brand-circles-container .swiper-button-prev {
  background-image: none !important;
}
.brand-circles-container .swiper-button-next:after,
.brand-circles-container .swiper-button-prev:after {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .brand-circles-container .swiper-button-next:after,
  .brand-circles-container .swiper-button-prev:after {
    font-size: 4rem;
  }
}
.brand-circles-container .swiper-button-next {
  top: 3rem !important;
  left: 47% !important;
}
@media (max-width: 1023px) {
  .brand-circles-container .swiper-button-next {
    left: 40% !important;
    top: 5rem !important;
  }
}
.brand-circles-container .swiper-button-prev {
  top: 3rem !important;
  right: 47% !important;
}
@media (max-width: 1023px) {
  .brand-circles-container .swiper-button-prev {
    right: 40% !important;
    top: 5rem !important;
  }
}
.brand-circles-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  transition: 0.2s all ease;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
}
@media (max-width: 1023px) {
  .brand-circles-content {
    padding: 2rem;
  }
}
.brand-circles-content:hover p {
  color: #fcaa92;
}
.brand-circles-content:hover .sonar-wave:before {
  animation: sonar-effect 0.8s ease-in-out 0.15s infinite;
}
.brand-circles-content .image-wrapper {
  position: relative;
}
.brand-circles-content .image-wrapper .sonar-wave::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 95%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #fcaa92;
}
.brand-circles-content .image-wrapper img {
  border: 1px solid #c0c0c0 !important;
  border-radius: 50% !important;
  width: 100%;
  height: 100% !important;
  z-index: 9;
  position: relative;
}
.brand-circles-content p {
  margin: 0;
  color: black;
  transition: 0.2s all ease;
}
@media (max-width: 1023px) {
  .brand-circles-content p {
    font-size: 3vw;
    text-align: center;
  }
}

@keyframes sonar-effect {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.8;
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
  }
  100% {
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
    transform: scale(1.2);
    opacity: 0;
  }
}
.woocommerce-form-login,
.woocommerce-form-register {
  display: flex;
  flex-direction: column;
}
.woocommerce-form-login div,
.woocommerce-form-register div {
  order: -3;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
}
.woocommerce-form-login div .nsl-container-buttons,
.woocommerce-form-register div .nsl-container-buttons {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.woocommerce-form-login div .nsl-container-buttons > p,
.woocommerce-form-register div .nsl-container-buttons > p {
  margin: 0;
}
.woocommerce-form-login .login-header,
.woocommerce-form-register .login-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: -4;
}
.woocommerce-form-login .login-header .login-description,
.woocommerce-form-register .login-header .login-description {
  margin: 0 0 -1rem 0 !important;
}
.woocommerce-form-login .login-text,
.woocommerce-form-register .login-text {
  align-items: flex-start;
  text-align: right;
  order: -2;
}
.woocommerce-form-login p.woocommerce-form-row br,
.woocommerce-form-register p.woocommerce-form-row br {
  display: none;
}
.woocommerce-form-login .woocommerce-form-login__rememberme > br,
.woocommerce-form-register .woocommerce-form-login__rememberme > br {
  display: none;
}

.woocommerce-form-register .register-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  order: -5;
  margin-bottom: -3rem;
}
.woocommerce-form-register div {
  order: -4;
  padding: 0 !important;
}
.woocommerce-form-register div .nsl-container {
  display: none;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  order: 0;
  text-align: right;
}
.woocommerce-form-register .register-alt {
  order: -3;
}

.video-items .video-feature-item {
  padding-top: 37%;
  position: relative;
  overflow: hidden; /* למנוע גלישת תמונה מחוץ לגבולות */
}
@media (max-width: 1023px) {
  .video-items .video-feature-item {
    min-height: 67vw;
  }
}
.video-items .video-feature-item .video-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  /* שיפורי CSS לכל התמונות בתוך video-preview */
}
.video-items .video-feature-item .video-preview img:not(.icon-play) {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* שיפורי רינדור לאיכות */
  image-rendering: -webkit-optimize-contrast; /* לכרום */
  image-rendering: crisp-edges; /* לפיירפוקס */
  transform: translateZ(0); /* הפעלת האצת חומרה */
  backface-visibility: hidden; /* מניעת טשטוש */
  will-change: transform; /* מבהיר לדפדפן שזה אלמנט דינמי */
  /* מונע ריסייז דיגיטלי של תמונות */
  max-width: none;
  max-height: none;
  border-radius: 10px;
}
.video-items .video-feature-item .video-preview {
  /* סגנון ספציפי לתמונות באיכות גבוהה */
}
.video-items .video-feature-item .video-preview img.high-quality-preview {
  -o-object-position: center;
     object-position: center; /* מרכוז התמונה */
  transition: transform 0.3s ease; /* אנימציה חלקה בהתקרבות */
}
.video-items .video-feature-item .video-preview {
  /* אפקט זום קל בריחוף */
}
.video-items .video-feature-item .video-preview:hover img.high-quality-preview {
  transform: scale(1.05);
}
.video-items .video-feature-item .video-preview .icon-play {
  position: absolute;
  margin: auto auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: auto;
  transition: filter 0.3s ease;
  z-index: 2;
}
@media (max-width: 1023px) {
  .video-items .video-feature-item .video-preview .icon-play {
    width: 15rem;
  }
}
.video-items .video-feature-item .video-preview:hover .icon-play {
  filter: invert(1);
}
.video-items .swiper-wrapper {
  padding-bottom: 4rem;
}
@media (max-width: 1023px) {
  .video-items .swiper-wrapper {
    padding-bottom: 14rem;
  }
}
.video-items .swiper-pagination-bullet-active {
  background: #f9b8a5;
}

/* עיצוב לחלון הווידאו הקבוע (fixed) */
#fixed-video-player {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 20rem;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  border-radius: 8px;
  min-height: 26rem;
  align-items: end;
  z-index: 999999999;
}
@media (max-width: 1023px) {
  #fixed-video-player {
    width: 96%;
    bottom: 0;
    right: 0;
    height: 94%;
  }
}
#fixed-video-player .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #ccc;
  border: none;
  padding: 5px 10px;
  z-index: 9999999999999;
}
#fixed-video-player #fixed-video-content {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1rem;
}
@media (max-width: 1023px) {
  #fixed-video-player #fixed-video-content {
    height: 100%;
  }
}
#fixed-video-player .video-embed {
  position: relative;
  padding-top: 174%;
  width: 100%;
  height: 100%;
  z-index: 0; /* שינוי מ z-index: -1; כדי שהלואדר יהיה נראה */
}
@media (max-width: 1023px) {
  #fixed-video-player .video-embed {
    padding-top: initial;
  }
}
#fixed-video-player .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  #fixed-video-player .video-embed iframe {
    position: relative;
  }
}
#fixed-video-player .video-embed {
  /* עיצוב ללואדר - וידוא שיהיה מעל לאייפריים בזמן טעינה */
}
#fixed-video-player .video-embed.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 5; /* z-index גבוה כדי להיות מעל האייפריים */
}
#fixed-video-player .video-embed.loading .loader {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #FF6347;
  animation: spin 1s ease-in-out infinite;
  z-index: 10; /* z-index גבוה מאוד כדי להיות תמיד מעל */
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
#fixed-video-player .video-embed.loading iframe {
  opacity: 0; /* מסתיר את האייפריים כשבמצב טעינה */
  transition: opacity 0.3s ease;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#fixed-video-player .video-embed {
  /* כשמסירים את מצב loading, האייפריים מקבל אופקיות מלאה */
}
#fixed-video-player .video-embed:not(.loading) iframe {
  opacity: 1;
}
#fixed-video-player {
  /* המשך הסגנון הקיים */
}
#fixed-video-player .product-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}
#fixed-video-player .product-details .product-image-wrapper {
  width: 22%;
}
#fixed-video-player .product-details .product-image-wrapper .yith-wcbm-badge {
  display: none;
}
#fixed-video-player .product-details .product-image-wrapper .product-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#fixed-video-player .product-details .product-content {
  width: 72%;
}
#fixed-video-player .product-details .product-content .product-title {
  margin: 5px 0;
}
#fixed-video-player .product-details .product-content .price-and-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fixed-video-player .product-details .product-content .price-and-cart .add-to-cart {
  border: none;
}
#fixed-video-player .product-details .product-content .price-and-cart .add-to-cart .product {
  margin: 0;
  padding: 0 !important;
  border: none !important;
}
#fixed-video-player .product-details .product-content .price-and-cart .add-to-cart .product del, #fixed-video-player .product-details .product-content .price-and-cart .add-to-cart .product ins, #fixed-video-player .product-details .product-content .price-and-cart .add-to-cart .product bdi {
  display: none;
}
#fixed-video-player .product-details .product-content .price-and-cart .add-to-cart .product a {
  color: #000;
  transition: 0.2s all ease;
}
#fixed-video-player .product-details .product-content .price-and-cart .add-to-cart .product a:hover {
  opacity: 0.8;
  background-color: #FEDCD2;
}
#fixed-video-player .product-details .product-share-buttons {
  width: 100%;
}
#fixed-video-player .product-details .product-share-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#fixed-video-player .product-details .product-share-buttons a {
  margin-right: 10px;
  text-decoration: none;
  color: #0073aa;
}
#fixed-video-player .product-details .product-share-buttons a:hover {
  text-decoration: underline;
}

/* הגדרת מיקום התמונה השנייה (הסתרתה כברירת מחדל) */
ul.products li.product .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 2;
}
ul.products li.product:hover .secondary-image {
  opacity: 1;
}
ul.products li.product:hover img.attachment-woocommerce_thumbnail:not(.secondary-image) {
  opacity: 0;
}
ul.products li.product img.attachment-woocommerce_thumbnail {
  transition: opacity 0.4s ease-in-out;
}/*# sourceMappingURL=style.css.map */