.store_info {
  background-color: #fff;
}
.container-prices {
  position: relative;
}
.desc_icon {
  color: #00cc6d;
}
.desc_title {
  color: #222;
}
.box_product_variant {
  position: relative;
}
.box_product_variant .product_variant {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.box_product_variant .product_variant:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.box_product_variant .product_variant.best_seller {
  border: 5px solid transparent;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  background-image:
    linear-gradient(#fff, #fff),
    conic-gradient(
      from var(--shimmer-angle),
      #ffd43b 0deg,
      #ffd43b 130deg,
      rgba(255, 252, 180, 0.9) 150deg,
      #fff 170deg,
      rgba(255, 252, 180, 0.9) 190deg,
      #ffd43b 210deg,
      #ffd43b 360deg
    );
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  animation: shimmerBorder 3s linear infinite;
}
.box_product_variant .product_variant.best_seller:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@property --shimmer-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes shimmerBorder {
  to {
    --shimmer-angle: 360deg;
  }
}
.product_variant__best_seller {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffd43b;
  color: #000;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 7px;
  z-index: 10;
  white-space: nowrap;
}
.product_variant .product_variant__thumb {
  height: auto;
  aspect-ratio: 1 / 1;
  /* box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3); */
}
.product_variant .product_variant__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product_variant__price {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 40px 15px 10px 15px;
  border-radius: 10px;
}
.product_variant__price .offer_badge {
  position: absolute;
  top: 0;
  left: 25px;
  background-color: rgb(226, 147, 0);
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 0 0 9px 9px;
}
.product_variant__price .offer_badge img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  object-position: center;
}
.variant__price_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.variant__price_1 .price_old {
  color: #b8bcc0;
  font-size: 1rem;
  font-weight: 400;
}
.variant__price_1 .price_new {
  color: #222;
  font-size: 2.7rem;
  /* font-size: 2.3rem; */
  font-weight: 800;
  white-space: nowrap;
}
.variant__price_1 .price_new small {
  color: #222;
  font-size: 1.7rem;
}
.variant__price_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.variant__price_2 .badge_percent {
  background-color: #b2d65f;
  color: #2b5d09;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  border-radius: 9px;
}
.variant__price_2 .badge_discount {
  position: relative;
  font-size: 0.7rem;
  font-weight: 500;
  color: #417609;
  line-height: 1.1;
  padding-left: 27px;
}
.variant__price_2 .badge_discount i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.variant__price_2 .badge_discount span {
  font-size: 0.9rem;
  font-weight: 700;
}
.variant__price_3 {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.variant__price_3 .badge_installment {
  width: 100%;
  border-top: 1px dashed #d9d9d9;
  color: #7a4b25;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  padding-top: 8px;
}
.product_variant__link .btn-sale {
  background-color: #ffd43b;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 7px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.product_variant__link .btn-sale:hover {
  background-color: #e6c200;
  color: #fff;
  transform: translateY(-2px);
}

/* Testemunhos */
.rating_item {
  position: relative;
  height: 100%;
  padding-bottom: 35px;
}
.rating_img {
  aspect-ratio: 1 / 1;
}
.rating_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rating_time {
  position: absolute;
  bottom: 13px;
  right: 16px;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  color: #b8bcc0;
}

@media screen and (min-width: 520px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
  .product_variant__price {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding: 45px 15px 10px 15px;
  }
}

@media screen and (min-width: 1024px) {
}
