.store-container {
  margin: 0px auto !important;
  max-width: 1280px;
}

.store-breadcrumb {
  color: #575756 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.store-title {
  color: #ee4d2d;
  font-size: 32px;
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
  line-height: 1;
}

.store-filters {
  display: flex;
  margin-top: 17.5px;
  align-items: center;
  justify-content: space-between;
}

.store-filter {
  gap: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-filter img {
  object-fit: contain;
}

.store-filter span {
  color: #ee4d2d;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

#store-timer {
  gap: 5px;
  width: fit-content;
  color: #fff;
  /* color: #800000; */
  margin: 0 auto;
  display: flex;
  padding: 5px 12.5px;
  text-align: center;
  margin-top: 15px;
  line-height: 1;
  font-weight: 500;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  background-color: #000000;
  /* background-color: #ffbfbf; */
}

#store-timer span {
  color: #ee4d2d;
  /* color: #ff0000; */
  line-height: 1;
  font-weight: 700;
  margin-bottom: -1.5px;
}

.store-products {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  align-items: stretch;
  justify-content: center;
}

.store-product {
  width: 100%;
  cursor: pointer;
  border: 1px solid #ddd;
  display: flex;
  padding: 10px 20px 15px 20px;
  position: relative;
  max-width: 295px !important;
  background: #fff;
  transition: border 0.25s;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
}

.store-product:hover {
  border: 1px solid #aaa;
}

.store-product-off-tag {
  top: 10px;
  left: 10px;
  color: #fff;
  /* color: #ff6600; */
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  padding: 5px 7.5px;
  position: absolute;
  font-size: 14px;
  background: #ee4e2e;
  /* background: rgb(255, 242, 60); */
  font-weight: 700;
  align-items: center;
  border-radius: 5px;
  justify-content: flex-start;
}

.store-product-out-of-stock {
  top: 25%;
  left: 0px;
  width: 100%;
  margin: 0 auto !important;
  position: absolute;
  text-align: center;
}

.store-product-out-of-stock span {
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  font-weight: 700;
  border-radius: 20px;
  background-color: #f63;
}

.store-product-like-button {
  top: 10px;
  right: 12.5px;
  height: 50px;
  position: absolute;
  object-fit: contain;
}

.store-product-image {
  width: 100%;
  object-fit: contain;
}

.store-product-brand {
  color: #ee4d2d !important;
  font-size: 12px !important;
  margin-top: 5px;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.store-product-stars-container {
  display: flex;
  align-items: center;
  white-space: nowrap !important;
  justify-content: start;
}

.store-product-stars {
  width: min-content !important;
  display: block;
  overflow: hidden;
}

.store-product-stars::before {
  width: fit-content;
  color: #ffc240;
  height: 20px;
  z-index: 2;
  display: block;
  content: "\e605""\e605""\e605""\e605""\e605";
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: hvn-icons;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}

.store-product-rating {
  color: #ffc240;
  font-size: 14px;
  font-weight: 600;
  margin-left: 2.5px !important;
}

.store-product-name {
  width: 100%;
  color: #212121 !important;
  height: 42px;
  display: block;
  overflow: hidden;
  font-size: 16px !important;
  text-align: left;
  margin-top: 2.5px;
  font-weight: 400 !important;
  line-height: 22px;
}

.store-product-price-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7.5px;
  align-items: center;
  justify-content: start;
}

.store-product-regular-price {
  color: #636363 !important;
  font-size: 18px !important;
  line-height: 1;
  font-weight: 400 !important;
  margin-right: 5px;
  margin-bottom: 2.5px;
  text-decoration: line-through;
}

.store-product-sale-price {
  color: #ee4d2d !important;
  display: flex;
  font-size: 20px !important;
  line-height: 1;
  font-weight: 800 !important;
  align-items: center;
  margin-bottom: 2.5px;
  justify-content: center;
}

.store-product-sale-price-off {
  color: #fff;
  display: flex;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  border-radius: 4px;
  text-decoration: none !important;
  background-color: #000;
}

.store-product-installments,
.store-product-installments-interest-free {
  color: #212121 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.store-product-installments span {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
}

.store-product-claim-discount {
  width: 100%;
  color: #fff;
  height: 40px;
  display: flex;
  padding: 0px 10px;
  font-size: 16px;
  transition: all 0.25s;
  box-sizing: border-box;
  min-height: 40px !important;
  max-height: 40px !important;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
  font-weight: 800;
  align-items: center;
  border-radius: 5px;
  text-decoration: none;
  justify-content: center;
  background-color: #ee4d2d;
}

.store-product-claim-discount:hover {
  background-color: #a1331d;
}

.store-product-claim-discount.disabled {
  pointer-events: none !important;
  background-color: rgba(0, 0, 0, 0.35) !important;
}

@media (max-width: 668px) {
  .store-products {
    gap: 15px;
  }
}

@media (max-width: 658px) {
  .store-product {
    width: calc(50% - 7.5px);
  }
}

@media (max-width: 568px) {
  .store-product {
    padding: 10px 15px 12.5px 15px;
  }

  .store-product-installments-interest-free {
    display: none !important;
  }
}

@media (max-width: 528px) {
  .store-container {
    padding: 0px 10px !important;
  }

  .store-products {
    gap: 10px;
  }

  .store-product {
    width: calc(50% - 5px);
    margin-bottom: 2.5px;
  }
}

@media (max-width: 468px) {
  .store-product {
    border: none;
    padding: 10px 5px 0px 5px;
  }

  .store-product:hover {
    border: none !important;
  }

  .store-product-off-tag {
    left: 5px;
  }

  .store-product-out-of-stock span {
    font-size: 15px !important;
  }

  .store-product-like-button {
    right: 7.5px;
  }
}

@media (max-width: 428px) {
  .store-product {
    padding: 10px 2.5px 0px 2.5px;
  }

  .store-product-out-of-stock span {
    font-size: 14px !important;
  }

  .store-product-price-container {
    align-items: start;
    flex-direction: column;
  }

  .store-product-regular-price {
    font-size: 16px !important;
  }

  .store-product-sale-price {
    font-size: 22px !important;
  }

  .store-product-claim-discount {
    font-size: 15px;
  }
}

@media (max-width: 368px) {
  .store-product {
    padding: 10px 0px 0px 0px;
  }

  .store-product-out-of-stock span {
    font-size: 13px !important;
  }

  .store-product-installments,
  .store-product-installments-interest-free {
    font-size: 13px !important;
  }

  .store-product-claim-discount {
    height: 36px !important;
    padding: 0px 6px !important;
    font-size: 14px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }

  .store-product-stars::before {
    height: 17.5px;
    font-size: 17.5px;
    line-height: 17.5px;
  }

  .store-product-rating {
    font-size: 13.5px;
    margin-top: -1px !important;
  }
}

@media (max-width: 338px) {
  .store-title {
    font-size: 30px !important;
  }

  #store-timer {
    font-size: 15px !important;
  }

  .store-product-out-of-stock span {
    font-size: 12px !important;
  }
}

@media (max-width: 328px) {
  .store-container {
    padding: 0px 7.5px !important;
  }

  .store-products {
    gap: 7.5px;
  }

  .store-product {
    width: calc(50% - 3.75px);
  }
}

#maincontent {
  position: relative !important;
}

#external-footer-container {
  left: 0px !important;
  position: absolute !important;
}

.new-timer {
  width: 100%;
  height: 36px;
  background-image: url("assets/bg-ofertas.png");
  object-fit: cover;
}

.contador-container {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 5px;
}

.contador-box {
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 2px 6px;
  border-radius: 4px;
  min-width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: monospace, Arial, sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contador-separador {
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin: 0 -1px;
}

/* Ajustar a largura no mobile */
@media (max-width: 576px) {
  .contador-box {
    font-size: 14px;
    min-width: 24px;
    padding: 2px 4px;
  }
}
