.master-wrapper-content {
  margin-top: -20px !important;
  padding-top: 0 !important;
}

.custom-landing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}

.custom-landing-container>* {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-landing-title {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin: 20px 0;
}
.custom-landing-title.custom-landing-center {
  text-align: center;
  margin-bottom: 40px;
}

.custom-landing-banner {
  display: block;
}

.custom-landing-banner picture {
  margin: 0;
  padding: 0;
}

.custom-landing-banner picture img {
  display: block;
  margin: 0 auto;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: var(--max-height);
}

@media all and (max-width: 768px) {
  .custom-landing-banner picture img {
    max-height: var(--mobile-max-height);
  }
}

.custom-landing-banner.fullwidth {
  width: calc(100vw - 0px);
  margin-right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.custom-landing-banner.fullwidth img {
  -o-object-fit: contain;
     object-fit: contain;
}


.custom-landing-banner-slider-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 10px 0;
}

.custom-landing-banner-slider-mobile.mobile-only{
  display: none;
  border-radius: 8px;
  overflow: hidden;
}

.custom-landing-banner-slider-mobile.mobile-only .owl-controls .owl-prev,
.custom-landing-banner-slider-mobile.mobile-only .owl-controls .owl-next{
  position: absolute;
}

.custom-landing-banner-slider-mobile.mobile-only .owl-controls .owl-prev,
.custom-landing-banner-slider-mobile.mobile-only .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  background: rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  font-size: 0;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-landing-banner-slider-mobile.mobile-only .owl-controls .owl-prev:before,
.custom-landing-banner-slider-mobile.mobile-only .owl-controls .owl-next:before {
  font: 12px pacific;
  content: "\e80e";
  color: #000;
  font-weight: 600;
}

.custom-landing-banner-slider-mobile.mobile-only .owl-controls .owl-next {
  left: auto;
  right: 20px;
}


.custom-landing-banner-slider-mobile.mobile-only .owl-controls .owl-next:before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-landing-banner-slider-mobile.mobile-only img{
  border-radius: 0;
}

@media all and (max-width: 768px) {
  .custom-landing-banner-slider-mobile {
    display: none;
  }

  .custom-landing-banner-slider-mobile.mobile-only{
    display: block;
  }
}


.custom-landing-banner-slider-mobile a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 7px;
  overflow: hidden;
}

.custom-landing-banner-slider-mobile picture img {
  display: block;
  width: 100%;
  max-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-landing-banner-scrolled-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
  overflow: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.custom-landing-banner-scrolled-mobile::-webkit-scrollbar {
  display: none;
}

.custom-landing-banner-scrolled-mobile a {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 80px;
}

.custom-landing-banner-scrolled-mobile picture img {
  display: block;
  height: 70px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.custom-landing-slider {
  position: relative;
  padding: 0 30px;
}

.custom-landing-slider .owl-stage {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.custom-landing-slider .owl-stage .owl-item {
  height: auto;
  float: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.custom-landing-slider a.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}

.custom-landing-slider .custom-landing-slide-picture {
  padding: 10px;
}

.custom-landing-slider .custom-landing-slide-picture img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 190px;
}

.custom-landing-slider .custom-landing-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
}

.custom-landing-slider .custom-landing-footer h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.custom-landing-slider .custom-landing-footer .custom-landing-price {
  text-align: left;
  font-size: 16px;
  color: #006039;
}

.custom-landing-slider .custom-landing-footer .custom-landing-price .stock-ended {
  font-weight: 700;
}

.custom-landing-slider .owl-prev,
.custom-landing-slider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  font-size: 0;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-landing-slider .owl-prev:before,
.custom-landing-slider .owl-next:before {
  font: 12px pacific;
  font-weight: 600;
  content: "\e80e";
  color: #000;
}

.custom-landing-slider .owl-next {
  left: auto;
  right: 0;
}

.custom-landing-slider .owl-next:before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-landing-slider .quick-view-button {
  display: none;
}

.custom-landing-vertical-products {
  width: calc(50% - 10px);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

@media all and (max-width: 992px) {
  .custom-landing-vertical-products {
    width: 100%;
  }
}

.custom-landing-vertical-products .custom-landing-image {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.custom-landing-vertical-products .custom-landing-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 250px;
}

.custom-landing-vertical-products .custom-landing-content {
  padding: 20px 30px 30px;
}

.custom-landing-vertical-products .custom-landing-title {
  margin: 0;
}

.custom-landing-vertical-products .custom-landing-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin: 10px 0 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-landing-vertical-products .custom-landing-description .custom-landing-more {
  margin: 0 auto 0 5%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.custom-landing-vertical-products .custom-landing-description .custom-landing-more:after {
  font: 12px pacific;
  content: "\e80e";
  color: #000;
  font-weight: bold;
}

.custom-landing-vertical-products .custom-landing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 5%;
}

.custom-landing-vertical-products .custom-landing-list .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

@media all and (max-width: 576px) {
  .custom-landing-vertical-products .custom-landing-list .product-item {
    width: 100%;
  }
}

.custom-landing-vertical-products .custom-landing-list .quick-view-button {
  display: none;
}

.custom-landing-vertical-products .custom-landing-list .custom-landing-img {
  width: 100%;
  height: 160px;
  padding: 15px 15px 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.custom-landing-vertical-products .custom-landing-list .custom-landing-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
  margin-top: auto;
}

.custom-landing-vertical-products .custom-landing-list .custom-landing-footer h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.custom-landing-vertical-products .custom-landing-list .custom-landing-footer .custom-landing-price {
  text-align: left;
  font-size: 16px;
  color: #006039;
}

.custom-landing-vertical-products .custom-landing-list .custom-landing-footer .custom-landing-price .stock-ended {
  font-weight: 700;
}

.custom-landing-horizontal-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
  overflow: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.custom-landing-horizontal-filter::-webkit-scrollbar {
  display: none;
}

.custom-landing-horizontal-filter a {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 80px;
}

.custom-landing-horizontal-filter a picture img {
  display: block;
  height: auto;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-landing-horizontal-filter a .cl-title {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 50px;
  color: #000000;
  opacity: 0.7;
}

.custom-landing-horizontal-filter a .cl-subtitle {
  text-align: center;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: -0.05em;
  color: #000000;
  opacity: 0.7;
}

.custom-landing-horizontal-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 10px 0;
  overflow: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.custom-landing-horizontal-option::-webkit-scrollbar {
  display: none;
}

.custom-landing-horizontal-option a {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 auto;
}

.custom-landing-horizontal-option a picture img {
  display: block;
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.custom-landing-horizontal-option a .cl-title {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16x;
  margin: 25px 0 10px;
  color: #000000;
}

.custom-landing-horizontal-option a .cl-subtitle {
  text-align: center;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  color: #000000;
}

/***** BUNDLE GIRD LIST *****/
.bundle-products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 5px;
}

.bundle-products-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.bundle-products-header-btn {
  color: #9c27b0;
  width: 140px;
  min-width: auto;
  white-space: nowrap;
  margin-right: auto;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px inset #9c27b0;
  box-shadow: 0 0 0 1px inset #9c27b0;
}

@media (max-width: 370px) {
  .bundle-products-title {
    width: 100%;
    text-align: center;
  }

  .bundle-products-header-btn {
    width: 100%;
  }
}

.bundle-products-header-btn:hover {
  color: #fff !important;
  margin-right: auto;
  background: #9c27b0 !important;
  -webkit-box-shadow: 0 0 0 1px inset #9c27b0;
  box-shadow: 0 0 0 1px inset #9c27b0;
}

.bundle-products-wrap {
  margin: 20px 0;
}

.bundle-product-list {
  --grid-column-count: 4;
  --grid-layout-gap: 20px;
  --grid-item-min-width: 270px;
  --gap-count: calc(var(
  --grid-column-count) - 1);
  --total-gap-width: calc(var(
  --gap-count) * var(--grid-layout-gap));
  --grid-item-max-width: calc((100% - var(
  --total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item-min-width), var(--grid-item-max-width)), 1fr));
  grid-gap: 20px var(--grid-layout-gap);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.bundle-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  /* overflow: hidden; */
  position: relative;
}

.bundle-product-item:hover {
  -webkit-box-shadow: 0 3px 10px 5px #d8defb;
  box-shadow: 0 3px 10px 5px #d8defb;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.bundle-product-badge {
  color: var(--color-on-alt);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 4px 4px 0 4px;
  background: var(--color-alt);
  position: absolute;
  right: -5px;
  top: 16px;
}

.bundle-product-item:hover .bundle-product-badge {
  pointer-events: none;
}

.bundle-product-badge::after {
  content: '';
  width: 5px;
  height: 6px;
  border-radius: 0 0 4px 0;
  background: -o-linear-gradient(45deg, var(--color-alt), #CC3600);
  background: linear-gradient(45deg, var(--color-alt), #CC3600);
  position: absolute;
  top: 100%;
  right: 0;
}

.bundle-product-fig {
  display: block;
  padding: 0;
  margin: 0;
}

.bundle-product-fig img {
  display: block;
  width: 100%;
  min-height: 180px;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.70;
  border-radius: 4px 4px 0 0;
}

.bundle-product-brand-fig {
  text-align: center;
  padding: 12px;
}

.bundle-product-brand-fig img {
  display: block;
  width: 86px;
  height: 14px;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.bundle-product-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}

.bundle-product-title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.bundle-product-prev-price {
  color: #4d4d4d;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: line-through;
}

.bundle-product-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.bundle-product-discount {
  color: #1E4620;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  padding: 5px 10px;
  background: #edf7ed;
}

.bundle-product-price {
  color: #1E4620;
  font-size: 14px;
  font-weight: 500;
  margin-right: auto;
}

.bundle-product-price span {
  font-weight: 300;
}

.bundle-product-text {
  color: #000;
  text-align: justify;
  font-size: 10px;
  margin: 10px 0;
  /* line clamp */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.bundle-product-more {
  margin-top: auto;
}

/***** LANDING FAQ *****/
.landing-faq-wrap {
  margin-top: 40px;
  background: #fff;
}

.landing-faq-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.landing-faq-item {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.landing-faq-question {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 8px 20px 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.landing-faq-question:hover,
.landing-faq-item.active .landing-faq-question {
  background: rgba(0,0,0,.05); 
}

.landing-faq-question::after {
  content: '\e80d';
  font: bold 14px pacific;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: calc(50% - 6px);
  left: 24px;
}

.landing-faq-item.active .landing-faq-question::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.landing-faq-item:not(.active) .landing-faq-answer {
  display: none;
}

.landing-faq-answer {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}

.landing-faq-more {
  display: inline-block;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.landing-faq-more::after {
  content: '\e80d';
  display: inline-block;
  font: bold 14px pacific;
  margin: 5px;
  vertical-align: middle;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.landing-faq-more.active::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

/********** CONTENT BOX GRID **********/
.content-box-grid {
  --grid-column-count: 5;
  --grid-layout-gap: 13px;
  --grid-item-min-width: 200px;
  --gap-count: calc(var(
  --grid-column-count) - 1);
  --total-gap-width: calc(var(
  --gap-count) * var(--grid-layout-gap));
  --grid-item-max-width: calc((100% - var(
  --total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item-min-width), var(--grid-item-max-width)), 1fr));
  grid-gap: 20px var(--grid-layout-gap);
  margin-top: 32px;
}

.content-box-grid-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  padding: 0 16px 28px;
  margin-top: 25px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(67,97,238,.5);
  box-shadow: 0 0 3px rgba(67,97,238,.5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.content-box-grid-item:hover {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 5px #d8defb;
  box-shadow: 0 3px 10px 5px #d8defb;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.content-box-grid-item img {
  display: block;
  width: 180px;
  height: 180px;
  margin: -31px auto 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.content-box-grid-item:hover img {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.content-box-grid-title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.content-box-grid-text {
  color: #000;
  text-align: justify;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}

/* SWIPER SLIDER */
.custom-landing-swiper {
  display: block;
}

.custom-landing-swiper.fullwidth {
  width: calc(100vw - 0px);
  margin-right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.custom-landing-swiper picture {
  margin: 0;
  padding: 0;
}

.custom-landing-swiper a:not([href]) {
  cursor: default;
}

.custom-landing-swiper picture img {
  display: block;
  padding: 0;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: var(--max-height);
}

.custom-landing-swiper.fullwidth img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media all and (max-width: 768px) {
  .custom-landing-swiper picture img {
    max-height: var(--mobile-max-height);
  }
}

.custom-landing-product-container .item-grid .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}