/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal !important;
  border: 0;
}

/* Make screen reader text visible when focused (for keyboard users) */
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  background: #f1f1f1;
  color: #21759b;
  padding: 15px 23px 14px;
  z-index: 100000;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.image-box {
  margin-top: 18px;
}

.sale-card h2 {
  top: 8px;
}

.discount-badge {
  background: #9A9482;
  box-shadow: 5px 5px 15px 0px #00000040;
  position: absolute;
  width: 100px;
  top: auto;
  bottom: 95px;
  left: -22px;
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  padding: 20px 15px;
  text-align: center;
  text-transform: capitalize;
}

.discount-badge span {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 22px;
}

.image-box {
  text-align: center;
}

.image-box a.btn-shop {
  margin: 10px 0px;
  background: #384143;
  color: #fff;
  padding: 10px 20px;
}

.categories-main {
  display: flex;
  text-align: center;
  gap: 20px;
}

.image-box img {
  background: linear-gradient(-151.78deg, #E2DFD6 0.76%, #C2BEAF 99.08%);
}

.categories-box img {
  width: 100%;
}

.categories-column h4 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #272727;
}

.sale-card {
  background: linear-gradient(-284.8deg, #C3BEAF -3.41%, #E2DFD6 101.12%);
  border-radius: 20px;
}

.categories-column {
  text-align: center;
}

.hero-left {
  background: linear-gradient(-284.8deg, #C1BCAD -3.41%, #E3E0D7 101.12%);
}

.categories-column button.btn-bag {
  width: auto;
  margin-top: 30px !important;
}

.categories-column {
  margin: 40px 0px;
}

.categories-box {
  width: 16.6%;
}

.categories-box h4 {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #272727;
  margin-top: 20px;
}

.stroke-text-slider {
  bottom: 31%;
}

.wlsingle-categorie-img img {
  border-radius: 50% !important;
  height: 250px !important;
  object-fit: cover;
  width: 100%;
}

.theme-videos-block .elementor-widget-wl-category-list {
  width: 100% !important;
}

.sale-box {
  left: -20px;
  position: absolute !important;
  width: 100px !important;
  bottom: 22%;
  z-index: 2 !important;
  padding: 5px 10px !important;
  box-shadow: 5px 5px 15px 0px #00000040;
  top: auto;
}

.banner-image img {
  width: 100%;
  height: 405px !important;
  position: relative;
  z-index: 1;
}

.sale-box-right .sale-tag {
  position: absolute;
  top: 27px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (min-width : 320px) and (max-width : 767px) {
  .sale-box {
    left: 0px;
  }

  .categories-main {
    display: grid;
    grid-template-columns: auto auto;
  }

  .categories-box {
    width: 100%;
  }
}

@media screen and (min-width : 992px) and (max-width : 1200px) {
  .slider-image img {
    height: 400px !important;
  }

  .banner-column {
    min-height: 400px !important;
  }

  .banner-image h2 {
    font-size: 16px !important;
  }
}