/* header  */
/* white icons */
header .s-cart-summary-total,
header [class='da-tm hidden text-xl md:block ms-1'],
header i::before {
  color: white;
}

header #mainnav.fixed-pinned .s-cart-summary-total,
header #mainnav.fixed-pinned [class='da-tm hidden text-xl md:block ms-1'],
header #mainnav.fixed-pinned i::before {
  color: black;
}

header #mainnav.fixed-pinned img {
  filter: drop-shadow(0px 100px 0 black) !important;
  transform: translateY(-100px) !important;
}

/* footer  */
footer [class='logo-light foo'] {
  filter: drop-shadow(0px 1000px 0 black) !important;
  transform: translateY(-1000px) !important;
}

/* product card */
.s-product-card-image img {
  border-radius: 15px;
}
.s-product-card-content {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 !important;
}

.s-product-card-content .s-product-card-content-main {
  margin-top: 7px;
}

.s-product-card-content
  [class='s-product-card-content-sub justify-center gap-2 '] {
  width: 80%;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  display: flex;
  justify-content: flex-start !important;
}
.s-product-card-content
  [class='s-product-card-content-sub justify-center gap-2 ']
  span {
  font-size: 12px;
}
.s-product-card-content [class='s-product-card-content-footer rounded-none'] {
  width: 20%;
}

.s-product-card-content .s-product-card-content-footer .w-full .s-button-text {
  font-size: 0 !important;
}

/* wish list button */
custom-salla-product-card .s-product-card-wishlist-btn {
  display: none;
}

.s-product-card-content
  .s-product-card-content-footer
  .w-full
  .s-button-element
  i.sicon-cart2 {
  margin-right: 5px;
}

div.m.flaifel {
  margin: 0 !important;
}

.s-product-card-content
  .s-product-card-content-footer
  .w-full
  .s-button-element {
  width: 30px !important;
  border-radius: 10px !important;
}

[class='s-product-card-content'] {
  overflow: visible !important;
}