/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_wellplaid_core/cartridge/client/default/scss/desktop/pages/home/home.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Kurdis Wide Black";
  src: url("../../fonts/kurdisNew/KurdisFamily-WideBlack.woff2") format("woff2"), url("../../fonts/kurdisNew/KurdisFamily-WideBlack.woff") format("woff"), url("../../fonts/kurdisNew/KurdisFamily-WideBlack.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Kurdis Wide ExtraBold";
  src: url("../../fonts/kurdisNew/KurdisFamily-WideExtraBold.woff2") format("woff2"), url("../../fonts/kurdisNew/KurdisFamily-WideExtraBold.woff") format("woff"), url("../../fonts/kurdisNew/KurdisFamily-WideExtraBold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Kurdis Test Wide Bold";
  src: url("../../fonts/kurdisNew/KurdisVariableFamilyTest-WideBold.woff2") format("woff2"), url("../../fonts/kurdisNew/KurdisVariableFamilyTest-WideBold.woff") format("woff"), url("../../fonts/kurdisNew/KurdisVariableFamilyTest-WideBold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.main-banner-item .action-container {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-banner-item .action-container .banner-text {
  color: #fff;
  font-size: 39px;
}
.main-banner-item .action-container .banner-text:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.main-banner-item .action-container .banner-text {
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
  margin-bottom: 10px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.product-arrival-list h2:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.product-arrival-list h2 {
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 12px;
  color: #000;
}
.product-arrival-list h2:lang(ar) {
  font-family: "Beni Bold";
}
.product-arrival-list h2:lang(ar):lang(ar) {
  font-family: "fedra_arabic_display_arheavy";
}
.product-arrival-list .product-list-carousel.swiper {
  margin: 0 auto;
}
.product-arrival-list .product-list-carousel .swiper-slide {
  /* Center slide text vertically */
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 261px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.product-arrival-list .product-list-carousel .swiper-slide:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.product-arrival-list .new-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.product-arrival-list .new-product-list .swiper-slide {
  width: auto;
  margin-bottom: 16px;
}

.header-product-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.header-product-all h2 {
  margin: 0;
}

.explore-all-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 24px;
}
.explore-all-products a {
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 4.95563px 24.77816px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4.95563px 24.77816px 0px rgba(0, 0, 0, 0.05);
  padding: 18px 10px;
  width: 184px;
  text-align: center;
  color: #4F4F4F;
  font-size: 14px;
  letter-spacing: -0.3px;
}
.explore-all-products a:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.explore-all-products a {
  font-family: "Galano Grotesque SemiBold";
  font-weight: 400;
}
.explore-all-products a:lang(ar) {
  width: 200px;
}

.product-tile {
  position: relative;
}
.product-tile img {
  border-radius: 48px;
  border: 1px solid rgba(217, 217, 217, 0.5);
}
.product-tile .tile-body {
  text-align: center;
  font-size: 16px;
}
.product-tile .tile-image {
  background-color: #fff;
  border: none;
  height: auto;
  block-size: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-tile .image-container {
  position: relative;
}
.product-tile .product-block .soldout-badge {
  border-radius: 0px 33px 33px 0px;
  background: #000;
  position: absolute;
  bottom: 15%;
  left: 0;
  height: 47px;
  padding: 8px 20px;
  color: #fff;
  font-size: 21px;
  display: block;
  min-width: 123px;
}
.product-tile .product-block .soldout-badge:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.product-tile .product-block .soldout-badge {
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
}
.product-tile .product-block .soldout-badge:lang(ar) {
  padding: 3px 20px;
}
.product-tile .product-desc {
  padding-left: 2px;
  font-size: 21px;
  display: block;
}
.product-tile .product-desc:lang(ar) {
  font-family: "bcn_arabic_roundedregular";
}
.product-tile .product-desc {
  font-family: "Galano Grotesque";
}
.product-tile .product-desc.product-name {
  margin-top: 10px;
  color: #000;
  line-height: 29px;
  letter-spacing: -0.372px;
}
.product-tile .product-desc.product-name:lang(ar) {
  font-family: "bcn_arabic_roundedmedium";
}
.product-tile .product-desc.product-name {
  font-family: "Galano Grotesque Medium";
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.product-tile .product-desc.product-name:lang(ar) {
  line-height: 36px;
}
.product-tile .product-desc.price {
  line-height: 22px;
  color: #000;
  letter-spacing: -0.124px;
}
.product-tile .product-desc.price:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.product-tile .product-desc.price {
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
}
.product-tile .product-desc.price .default-sale-container.sale {
  color: #4200FF;
  display: inline-block;
}
.product-tile .product-desc.price .default-sale-container.sale del {
  color: #838383;
}
.product-tile .product-desc.price .default-sale-container.sale del:lang(ar) {
  font-family: "bcn_arabic_roundedmedium";
}
.product-tile .product-desc.price .default-sale-container.sale del {
  font-family: "Galano Grotesque Medium";
  font-weight: 400;
}
.product-tile .sales-percent-off {
  display: block;
  line-height: 23px;
  font-size: 14px;
}
.product-tile .sales-percent-off:lang(ar) {
  font-family: "bcn_arabic_roundedmedium";
}
.product-tile .sales-percent-off {
  font-family: "Galano Grotesque Medium";
  font-weight: 400;
}
.product-tile .product-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-tile .product-swatches .swatches-round {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: auto 0;
  border: 0.5px solid #D9D9D9;
}
.product-tile .product-swatches .swatches-more:lang(ar) {
  font-family: "bcn_arabic_roundedregular";
}
.product-tile .product-swatches .swatches-more {
  font-family: "Galano Grotesque";
  line-height: 20px;
  font-size: 10px;
  color: #ff0000;
  margin: auto 0;
  background-color: rgba(0, 168, 227, 0.1);
  padding: 2px 5px;
  height: 16px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.middle-banner {
  margin-top: 50px;
  width: 100%;
}

.bottom-desktop-banner {
  margin-top: 50px;
  width: 100%;
}

.home-categories .mainContainer {
  position: relative;
  padding-top: 0;
}
.home-categories h2:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.home-categories h2 {
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
  font-size: 25px;
  margin: 0 0 12px 0;
  color: #000;
}
.home-categories h2:lang(ar) {
  font-family: "Beni Bold";
}
.home-categories h2:lang(ar):lang(ar) {
  font-family: "fedra_arabic_display_arheavy";
}
.home-categories .category-above-container {
  padding: 0 45px;
  overflow: hidden;
}
.home-categories .category-list .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
}
.home-categories .category-list .swiper-slide .category-name {
  border-radius: 38px;
  background-color: #FFF;
  border: 1px solid #e0e0e0;
  padding: 48px 20px;
  color: #000;
  font-size: 21px;
}
.home-categories .category-list .swiper-slide .category-name:lang(ar) {
  padding: 48px 20px 25px;
}
.home-categories .category-list .swiper-slide .category-name:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.home-categories .category-list .swiper-slide .category-name {
  font-family: "Galano Grotesque SemiBold";
  font-weight: 400;
}
.home-categories .category-list .swiper-slide .category-name:hover {
  color: white;
  background: #000;
}
.home-categories .category-list .swiper-slide.active .category-name {
  color: white;
  background: #000;
}
.home-categories .category-list .swiper-slide img {
  position: absolute;
  height: 165px;
  top: 0;
  right: 8%;
}
.home-categories .category-list .swiper-slide.themeCategory {
  padding: 0;
  -ms-flex-item-align: end;
      align-self: end;
}
.home-categories .category-list .swiper-slide.themeCategory .category-name {
  overflow: hidden;
  position: relative;
}
.home-categories .category-list .swiper-slide.themeCategory .category-name img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-categories .category-list .swiper-slide.onlyImage img {
  width: 100%;
  max-height: 100%;
  right: 0;
  left: 0;
}
.home-categories .category-list .swiper-slide.onlyImage .category-name {
  position: relative;
  overflow: hidden;
}
.home-categories .swiper-button-prev, .home-categories .swiper-button-next {
  width: 36px;
  height: 168px;
  top: 38%;
  background: white;
}
.home-categories .swiper-button-prev::after, .home-categories .swiper-button-next::after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.1' cx='17.9999' cy='18' r='18' fill='%2300A8E3'/%3E%3Cpath d='M17.29 18L20.83 14.46C21.0163 14.2726 21.1208 14.0192 21.1208 13.755C21.1208 13.4908 21.0163 13.2374 20.83 13.05C20.737 12.9563 20.6264 12.8819 20.5046 12.8311C20.3827 12.7803 20.252 12.7542 20.12 12.7542C19.988 12.7542 19.8573 12.7803 19.7354 12.8311C19.6136 12.8819 19.503 12.9563 19.41 13.05L15.17 17.29C15.0763 17.383 15.0019 17.4936 14.9511 17.6154C14.9003 17.7373 14.8742 17.868 14.8742 18C14.8742 18.132 14.9003 18.2627 14.9511 18.3846C15.0019 18.5064 15.0763 18.617 15.17 18.71L19.41 23C19.5034 23.0927 19.6143 23.166 19.7361 23.2158C19.8579 23.2655 19.9884 23.2908 20.12 23.29C20.2516 23.2908 20.3821 23.2655 20.5039 23.2158C20.6257 23.166 20.7366 23.0927 20.83 23C21.0163 22.8126 21.1208 22.5592 21.1208 22.295C21.1208 22.0308 21.0163 21.7774 20.83 21.59L17.29 18Z' fill='%232C52A4'/%3E%3C/svg%3E%0A");
}
.home-categories .swiper-button-prev:lang(ar)::after, .home-categories .swiper-button-next:lang(ar)::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.home-categories .swiper-button-prev {
  left: 0;
}
.home-categories .swiper-button-next {
  right: 0;
}
.home-categories .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-categories .swiper-button-next:lang(ar)::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.sub-category-container {
  margin-top: 30px;
}

.sub-category-wrapper {
  margin-bottom: 16px;
}
.sub-category-wrapper .subcategory {
  background-color: #EBEDEC;
  padding: 15px 20px;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 15.5px;
  letter-spacing: -0.452px;
}
.sub-category-wrapper .subcategory:lang(ar) {
  font-family: "bcn_arabic_roundedmedium";
}
.sub-category-wrapper .subcategory {
  font-family: "Galano Grotesque Medium";
  font-weight: 400;
  border-radius: 100px;
  width: auto;
  text-align: center;
}
.sub-category-wrapper .subcategory .subcategory-item {
  width: 90%;
  display: block;
  margin: auto 20px;
  position: relative;
  height: 100%;
  padding-top: 20px;
}
.sub-category-wrapper .subcategory .subcat-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  background-size: contain;
  border-radius: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px 0;
}
.sub-category-wrapper .subcategory .subcat-img {
  display: block;
  height: 100%;
  width: 60%;
}
.sub-category-wrapper .subcategory .subcat-img img {
  display: block;
  position: absolute;
  height: 105px;
  top: 0;
  left: 15px;
}
.sub-category-wrapper .subcategory .subcat-name {
  margin: auto 0;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.sub-category-wrapper .subcategory .subcat-name:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.sub-category-wrapper .subcategory .subcat-name {
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
  width: 100%;
  text-align: left;
}

.landing-page {
  overflow: hidden;
}
.landing-page .home-main-banner .mainContainer {
  padding-top: 0;
}
.landing-page .product-arrival-list {
  padding-bottom: 16px;
  margin-top: 30px;
}
.landing-page .breadcrumb {
  margin-top: 20px;
}

.home-page-desktop {
  overflow: hidden;
}
.home-page-desktop .product-arrival-list {
  margin-top: 30px;
}
.home-page-desktop .home-main-banner {
  margin-top: 20px;
}
.home-page-desktop .home-main-banner .main-banner-carousel {
  position: relative;
}
.home-page-desktop .home-main-banner .main-banner-carousel .swiper-pagination {
  position: static;
}
.home-page-desktop .home-categories {
  margin-top: 5px;
}

.collection-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.bottom-banner a {
  position: relative;
  display: block;
}
.bottom-banner a .text-block {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.bottom-banner a .text-block .explore-text {
  color: #fff;
  font-size: 20px;
}
.bottom-banner a .text-block .explore-text:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.bottom-banner a .text-block .explore-text {
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.403px;
  width: 250px;
  display: block;
}
.bottom-banner a .text-block .explore-button {
  width: 102px;
  height: 34px;
  border-radius: 26px;
  background: linear-gradient(167deg, #FFE600 23.88%, #FFB800 120.05%);
  color: #000;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.3px;
}
.bottom-banner a .text-block .explore-button:lang(ar) {
  font-family: "bcn_arabic_roundedbold";
}
.bottom-banner a .text-block .explore-button {
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.bottom-banner img {
  border-radius: 18px;
  width: 100%;
}

/*# sourceMappingURL=home.css.map*/