/*** START - Alter Ly 2026-02-13 ***/

/** Start - Showcase Product **/
.showcase-product_buy.showcase-product-buy_whats {
  margin-top: 7px;
}

.showcase-model-list .showcase-product .card-footer {
  min-height: initial;
}

.showcase-prices {
  height: auto;
}

.showcase-product .card-footer {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: calc(32px + (30px + ((30px + 20px) + (30px + 6px))));
}

.showcase-product_buy svg {
  fill: #ffffff;
  height: 16px;
  margin-right: 6px;
  width: 16px;
}

.showcase-product_buy {
  align-items: center;
  background-color: #045369;
  border-radius: 4px;
  color: #ffffff;
  display: flex !important;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  line-height: 15px;
  margin-top: 20px;
  min-height: 0;
  opacity: 1;
  padding: 2px 16px;
  position: static;
  text-transform: initial;
  width: 100%;
}

.showcase-product_buy.showcase-product-buy_whats {
  background-color: #0bb3df;
}

.showcase-product_buy.showcase-product-buy_whats:focus,
.showcase-product_buy.showcase-product-buy_whats:hover {
  background-color: #0893b8;
}

.showcase-product_buy:focus,
.showcase-product_buy:hover {
  background-color: #033a49;
  color: #ffffff;
}

/** End - Showcase Product **/

/** Start - Showcase Product List **/
.showcase-model-list .showcase-product_buy {
  display: none !important;
}

/** End - Showcase Product List **/

/** Start - Search List **/
.showcase-search.showcase-search_list .showcase-product .card-footer {
  justify-content: initial;
  min-height: initial;
}

/** End - Search List **/

/** Start - Product **/
.product-btn svg {
  margin-right: 6px;
  max-height: 18px;
  max-width: 18px;
}

.product-btn {
  align-items: center;
  border-radius: 6px;
  display: flex;
  float: left;
  justify-content: center;
  padding: 8px 16px;
  width: 100%;
}

.product-btn.product-btn_buy {
  background-color: #045369;
  border-radius: 6px;
  color: #ffffff;
  fill: #ffffff;
}

.product-btn.product-btn_buy.product-btn-buy_whats {
  background-color: #0bb3df;
}

.product-btn.product-btn_buy.product-btn-buy_whats:focus,
.product-btn.product-btn_buy.product-btn-buy_whats:hover {
  background-color: #0893b8;
}

.product-btn.product-btn_buy:focus,
.product-btn.product-btn_buy:hover {
  background-color: #033a49;
  color: #ffffff;
}

.product-btn.product-btn_shipping {
  background-color: #fff;
  color: #0bb3df;
  float: left;
  font-size: 13px;
  margin-bottom: 30px;
}

.product-btn.product-btn_shipping:focus,
.product-btn.product-btn_shipping:hover {
  background-color: #fafafa;
  color: #0bb3df;
  opacity: 1;
}

.product-buy .product-btn:last-of-type {
  margin-top: 10px;
}

.product-btn-buy_whats__custom {
  margin-top: 10px;
}

.search-desktop .btn {
  background-color: transparent;
  bottom: 1px;
  box-shadow: none !important;
  fill: #000;
  height: 18px;
  left: auto;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 32px;
  top: 1px;
  width: 18px;
  z-index: 2
}

.search-desktop .btn:focus,
.search-desktop .btn:hover {
  fill: #000
}

.header-link svg {
  fill: #0bb3df
}

/** End - Product **/
/*** END - Alter Ly 2026-02-13 ***/