@font-face {
  font-family: 'Pixeboy-z8XGD';
  src: url('pixeboy-font/Pixeboy-z8XGD.ttf');
}

* {
  margin: auto;
  font-family: 'Pixeboy-z8XGD';
}

body {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('https://wallpapercave.com/wp/wp12850254.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  margin: 0;
  padding-top: 225px;
  zoom: 125%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  margin: 0;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 20px;
  line-height: 10px;
  cursor: pointer;
}

.closebtn:hover {
  color: black;
}

.product-details {
  padding: 20px;
  background-color: #292828;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 20px;
  width: 240px;
  margin-right: 20px ;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.product-price {
  color: white;
}

.btn-Link {
  font-family: 'Pixeboy-z8XGD';
  font-size: large;
  width: 150px;
  height: 50px;
  color: white;
  text-transform: uppercase;
  background-color: rgba(255, 166, 0, 0.182);
  border-top: 1px orange;
  padding: 10px;
  border-left: 1px orange;
  border-color: rgba(255, 166, 0, 0.525);
  border-right: 4px solid orangered;
  border-bottom: 6px solid orangered;
  transition: 1s;
  box-shadow: -3px 0 0 0 black, 3px 0 0 0 black, 0 -3px 0 0 black, 0 3px 0 0 black;
  margin-top: 30px;
}

.btn-Link:active {
  background-color: rgb(173, 114, 3);
  transform: translateY(3px);
  width: 148px;
  border-right: 4px orangered;
  border-bottom: 5px solid orangered;
}

.btn-Link:hover {
  background-color: rgba(255, 166, 0, 0.604);
  transition: 1s;
  border-top: 1px rgba(255, 68, 0, 0.612);
  border-left: 1px rgba(255, 68, 0, 0.474);
  border-color: rgba(255, 68, 0, 0.582);
  border-right: 6px solid rgba(255, 68, 0, 0.712);
  border-bottom: 8px solid rgba(255, 68, 0, 0.59);
}

label {
  color: white;
}

section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('https://wallpapercave.com/wp/wp12850254.gif');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  background-color: #000;
  box-shadow: 0 0 50px purple;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  padding: 20px;
  overflow-x: hidden;
  width: 850px;
  margin-top: 125px;

}

.random-products {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  color: white;
  gap: 20px;
}

.random-products a {
  text-decoration: none;
  color: white;
}

.random-product {
  text-align: center;
  width: 120px;
  margin-top: 10px;
  border: solid 1px gray;
  padding: 25px;
  transition: 1s;
  height: 160px;
}

.random-product img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.random-product s {
  font-weight: 200;
  font-size: x-small;
}

.random-product:hover {
  transition: 1s;
  transform: translateY(-10px);
}

hr {
  width: 40%;
}

.imgSmall {
  max-width: 80% !important;
  flex-direction: column;
  display: flex;
  margin-left: 120px;

}

.Quant-Label {
  top: 35px;
}

#resultado {
  color: white;
  margin-top: 20px;
}

#freteInput {
  margin-top: 20px;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-family: 'Pixeboy-z8XGD';
}

h1 {
  margin: 0;
  color: orangered;
  font-size: 28px;
}

main {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
}

.product-images {
  flex-basis: 30%;
  transition: 1s;
  margin-right: 20px;
  width: 500px;
  height: 400px;
  transition: 1s;
}

.product-images img {
  width: 100%;
  margin-bottom: 10px;
}

.product-description {
  margin-top: 0;
  font-size: xx-large;
  font-weight: normal;
  display: grid;
  grid-area: 5;

}

.product-price {
  font-size: 24px;
  margin-top: 20px;
}

.product-form {
  margin-top: 20px;
}

label {
  display: block;
  margin-bottom: 10px;
}

input {
  width: 50px;
  padding: 5px;
  margin-right: 10px;
}

.add-to-cart-button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.add-to-cart-button:hover {
  background-color: #555;
}

.product-reviews {
  flex-basis: 100%;
  margin-top: 20px;
}

.product-reviews h2 {
  font-size: 24px;
  margin-top: 0;
  color: orangered;
}

.product-reviews ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-reviews li {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}

.review-author {
  font-style: italic;
  margin-top: 5px;
}

.imgSmall {
  width: 100px;
  height: 100px;
  filter: grayscale(100%);
  transition: 1s;
  margin-top: 5px;
}

.product-images:hover {
  transform: scale(0.9);
  box-shadow: 0 0 20px orangered, 0 0 20px orangered, 0 0 20px orangered, 0 0 20px orangered;
  transition: 1s;
}

.imgSmall:hover {
  filter: grayscale(0%);
  transition: 1s;
}

.product-description {
  color: orangered;
}

.l2 {
  font-weight: 200;
}

.selected {
  transform: scaleX(-1);
  transition: 1s;
}

.add-to-cart-button {
  background-color: orangered;
}

::-webkit-inner-spin-button {
  filter: opacity(30%);
}

.loader {
  background-color: #f2f2f2;
  display: grid;
  align-items: center;
  justify-content: center;
}

.progress-bar {
  width: 200px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 900px) {
  body {
    padding-top: 100px;
    zoom: 100%;
  }
  section {
    width: 95% !important;
    max-width: 100%;
    margin-top: 20px;
    grid-template-columns: 1fr;
    box-sizing: border-box;
  }
  .product-details {
    width: 100% !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }
  .imgSmall {
    margin-left: 0 !important;
    display: inline-block !important;
  }
  #ImgSmall {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  #Imgbig img {
    max-width: 100% !important;
    height: auto !important;
  }
  .product-images {
    width: 100% !important;
    height: auto !important;
  }
  .product-description {
    position: static !important;
    margin-top: 20px !important;
  }
  .random-products {
    flex-wrap: wrap;
  }
}

/* RESET FOOTER OVERRIDES FROM * { margin: auto } */
.main-footer, .main-footer * {
    margin: unset;
    box-sizing: border-box;
}

.main-footer {
    width: 100vw !important;
    background-color: #0c0c0c !important;
    border-top: 4px solid #ff6b9d !important;
    padding: 40px 20px !important;
    margin-top: 80px !important;
    display: block !important;
}

.footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.footer-main {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 30px !important;
}

.footer-brand, .footer-links, .footer-social {
    flex: 1 1 200px !important;
    margin: 0 !important;
}

.footer-brand img {
    margin-bottom: 15px !important;
}

.footer-links ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-links li {
    margin-bottom: 10px !important;
}

.footer-links a, .footer-social a {
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.7) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.footer-links a:hover, .footer-social a:hover {
    color: #ff6b9d !important;
}

.social-links {
    display: flex !important;
    gap: 15px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.footer-languages {
    text-align: center !important;
    padding: 20px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin: 25px 0 !important;
}

.footer-languages p {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 0 !important;
}

.footer-bottom {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-top: 20px !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.footer-bottom p {
    margin: 0 !important;
}

/* Scroll X lock to prevent mobile scroll-x issue */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}