.product_card_desktop .results-base {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  margin: 0 -10px 0 3px;
  width: 100%;
  justify-content: center;
  padding-left: 0px !important;
}
.product_card_desktop .product-base {
  width: 210px;
  text-align: left;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 10px 30px;
}
.product_card_desktop .product-base .product-similarItemCta {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 12px;
  right: 12px;
  top: 207px;
  display: none;
  z-index: 1;
}
.product_card_desktop .product-imageSliderContainer {
  position: relative;
  width: 210px;
  height: 280px;
}

.product_card_desktop .product-productMetaInfo {
  position: relative;
  z-index: 3;
  background: var(--background);
  padding: 0 10px;
  height: 100%;
  padding-top: 12px;
  box-sizing: border-box;
  overflow: hidden;
  color: var(--color);
}
.product_card_desktop .product-sizeDisplayDiv {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 110px;
  background: var(--background);
  visibility: hidden;
  margin-bottom: -140px;
  transition: all 0.2s ease-out;
}
.product_card_desktop .product-brand {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color);
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_card_desktop .product-product {
  color: var(--color);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  display: block;
}
.product_card_desktop .product-price {
  font-size: 14px;
  line-height: 15px;
  color: var(--color);
  white-space: nowrap;
}
.product_card_desktop .product-sizes {
  font-size: 14px;
  color: var(--color);
  line-height: 1;
  display: none;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.product_card_desktop .product-price {
  margin: 10px 0 6px;
  font-weight: 700;
}
.product_card_desktop .product-discountedPrice {
  font-size: 14px;
  font-weight: 700;
  color: var(--color);
}
.product_card_desktop .product-strike {
  text-decoration: line-through;
  color: #7e818c;
  font-weight: 400;
  margin-left: 5px;
  font-size: 12px;
}
.product_card_desktop .product-discountPercentage {
  color: var(--main_color);
  font-weight: 400;
  font-size: 12px;
  margin-left: 5px;
}
.product_card_desktop .product-actions {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 225px;
  background: var(--background);
  width: 100%;
  padding: 16px 10px;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.product_card_desktop .product-actions a {
  text-decoration: none;
  color: var(--color);
}
.product_card_desktop .product-base.product-isActive, .product_card_desktop .product-base:hover {
  box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.07);
}
.product_card_desktop .product-base.product-isActive .product-actions, .product_card_desktop .product-base:hover .product-actions {
  display: -webkit-box;
  display: block;
}
.product_card_desktop .product-wishlist {
  border-radius: 2px;
  border: 1px solid #d4d5d9;
  color: var(--color);
  letter-spacing: 0.3px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.product_card_desktop .sprites-notWishlisted {
  width: 23px;
  height: 20px;
  background-position: -315px -186px;
}
.product_card_desktop .product-wishlistFlex {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.product_card_mobile {
  display: none;
}
.product_card_mobile a {
  text-decoration: none;
}
.product_card_mobile .item {
  border-bottom: 0.5px solid #d4d5d9;
  float: left;
  width: 50%;
  margin: 0;
  overflow: hidden;
}
.product_card_mobile .list {
  list-style: none;
  padding: 0;
  overflow: hidden;
  clear: both;
}
.product_card_mobile .itemBorderRight {
  border-right: 0.5px solid #d4d5d9;
  border-left: 0.5px solid #d4d5d9;
}
.product_card_mobile .ripple-container {
  position: relative;
  overflow: hidden;
}
.product_card_mobile :not(input):not(textarea):not(button) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  user-drag: none;
  -webkit-user-drag: none;
}
.product_card_mobile .searchProduct img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 255px;
}
.product_card_mobile .searchProduct .content-wrap {
  position: relative;
}
.product_card_mobile .text-sm {
  font-size: 12px;
}
.product_card_mobile .searchProduct .price-wrap {
  padding: 8px 0;
}
.product_card_mobile .searchProduct .prod-title {
  padding-left: 8px;
  font-weight: 700;
  color: var(--color);
  line-height: 1.57;
  text-align: left;
  color: var(--color);
  font-size: 13px;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_card_mobile .searchProduct .price-wrap .description {
  opacity: 0.6;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  color: var(--color);
  height: 12px;
}
.product_card_mobile .searchProduct .price-container {
  margin-top: -1px;
  padding-left: 6px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_card_mobile .searchProduct .price-wrap .price {
  font-weight: 700;
  color: var(--color);
  font-size: 13px;
}
.product_card_mobile .searchProduct .price-wrap .price-font {
  font-size: 13px;
}
.product_card_mobile .searchProduct .price-wrap .orig-price {
  opacity: 0.4;
  color: #282c3f;
  text-decoration: line-through;
  font-size: 11px;
}
.product_card_mobile .searchProduct .price-wrap .disc-percent {
  color: var(--main_color);
  font-weight: 700;
  font-size: 11px;
  white-space: nowrap;
}
.product_card_mobile .pdpXceleratorInfoTag, .product_card_mobile .plpXceleratorInfoTag {
  color: var(--main_color);
  font-size: 12px;
  font-weight: 700;
  min-height: 17px;
  text-align: left;
  margin-left: 8px;
}
.product_card_mobile .searchProduct .wishlist-icon-container {
  color: var(--color);
  display: inline-block;
  position: absolute;
  bottom: 43px;
  right: 0;
  top: 2px;
  padding-top: 4px;
  padding-left: 15px;
  height: 38px;
}

@media (max-width: 500px) {
  .product_card_desktop {
    display: none;
  }
  .product_card_mobile {
    display: block;
  }
}
.product_card_desktop2 .results-base {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  margin: 0 -10px 0 3px;
  width: 100%;
  justify-content: center;
  padding-left: 0px !important;
}
.product_card_desktop2 .product-base {
  width: 210px;
  text-align: left;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 10px 30px;
}
.product_card_desktop2 .product-base .product-similarItemCta {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 12px;
  right: 12px;
  top: 207px;
  display: none;
  z-index: 1;
}
.product_card_desktop2 .product-imageSliderContainer {
  position: relative;
  width: 210px;
  height: 280px;
}
.product_card_desktop2 .product-productMetaInfo {
  position: relative;
  z-index: 3;
  background: var(--background);
  padding: 0 10px;
  height: 100%;
  padding-top: 12px;
  box-sizing: border-box;
  overflow: hidden;
  color: var(--color);
}
.product_card_desktop2 .product-actions {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 225px;
  background: var(--background);
  width: 100%;
  padding: 16px 10px;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.product_card_desktop2 .product-actions a {
  text-decoration: none;
  color: var(--color);
}
.product_card_desktop2 .variant_box {
  display: flex;
  overflow: auto hidden;
  margin-top: 10px;
  padding-bottom: 10px;
}
.product_card_desktop2 .variant_box span {
  border: 1px solid var(--color);
  padding: 0px 5px;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}
.product_card_desktop2 .product-sizeDisplayDiv {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 110px;
  background: var(--background);
  visibility: hidden;
  margin-bottom: -140px;
  transition: all 0.2s ease-out;
}
.product_card_desktop2 .product-brand {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color);
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_card_desktop2 .product-product {
  color: var(--color);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  display: block;
}
.product_card_desktop2 .product-price {
  font-size: 14px;
  line-height: 15px;
  color: var(--color);
  white-space: nowrap;
}
.product_card_desktop2 .product-sizes {
  font-size: 14px;
  color: var(--color);
  line-height: 1;
  display: none;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.product_card_desktop2 .product-price {
  margin: 10px 0 6px;
  font-weight: 700;
}
.product_card_desktop2 .product-discountedPrice {
  font-size: 14px;
  font-weight: 700;
  color: var(--color);
}
.product_card_desktop2 .product-strike {
  text-decoration: line-through;
  color: #7e818c;
  font-weight: 400;
  margin-left: 5px;
  font-size: 12px;
}
.product_card_desktop2 .product-discountPercentage {
  color: var(--main_color);
  font-weight: 400;
  font-size: 12px;
  margin-left: 5px;
}
.product_card_desktop2 .height_width {
  height: 280px;
  width: 100%;
}
.product_card_desktop2 .height_width img {
  -o-object-fit: contain;
  object-fit: contain; 
}
.product_card_desktop2 .product-base.product-isActive, .product_card_desktop2 .product-base:hover {
  box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.07);
}
.product_card_desktop2 .product-base.product-isActive .product-actions, .product_card_desktop2 .product-base:hover .product-actions {
  display: -webkit-box;
  display: block;
}
.product_card_desktop2 .product-wishlist {
  border-radius: 2px;
  border: 1px solid #d4d5d9;
  color: var(--color);
  letter-spacing: 0.3px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.product_card_desktop2 .sprites-notWishlisted {
  width: 23px;
  height: 20px;
  background-position: -315px -186px;
}
.product_card_desktop2 .product-wishlistFlex {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.variant_box::-webkit-scrollbar {
  display: none;
}

@media (max-width: 500px) {
  .product_card_desktop2 .product-base {
    width: 178px;
    margin: 2px;
    border: 0.5px solid #ccc;
  }
  .product_card_desktop2 .results-base {
    margin: 0 -10px 0 0px;
  }
  .product_card_desktop2 .product-imageSliderContainer {
    position: relative;
    width: 178px;
    height: 220px;
  }
  .product_card_desktop2 .height_width {
    height: 220px;
  }
  .product_card_desktop2 .product-discountPercentage {
    display: none;
  }
  .product_card_desktop2 .product-actions {
    display: none !important;
  }
}
@media (max-width: 430px) {
  .product_card_desktop2 .product-base {
    width: 188px;
    margin: 2px;
  }
  .product_card_desktop2 .product-imageSliderContainer {
    width: 188px;
  }
  .product_card_desktop2 .height_width {
    height: 220px;
  }
}
@media (max-width: 404px) {
  .product_card_desktop2 .product-base {
    width: 168px;
    margin: 2px;
    border: 0.5px solid #ccc;
  }
  .product_card_desktop2 .product-imageSliderContainer {
    position: relative;
    width: 168px;
    height: 220px;
  }
  .product_card_desktop2 .height_width {
    height: 220px;
  }
  .product_card_desktop2 .product-actions {
    top: 125px;
  }
}
@media (max-width: 365px) {
  .product_card_desktop2 .product-base {
    width: 158px;
  }
  .product_card_desktop2 .product-imageSliderContainer {
    position: relative;
    width: 158px;
    height: 220px;
  }
  .product_card_desktop2 .height_width {
    height: 220px;
  }
}
@media (max-width: 345px) {
  .product_card_desktop2 .product-base {
    width: 138px;
  }
  .product_card_desktop2 .product-imageSliderContainer {
    width: 138px;
    height: 185px;
  }
  .product_card_desktop2 .height_width {
    height: 185px;
  }
}
.whatsspp_icon {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 2px 7px;
  background: #25d366;
  border-radius: 50%;
}
.whatsspp_icon a {
  color: white !important;
}/*# sourceMappingURL=productcard.css.map */
