@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Anton&family=Baskervville:ital,wght@0,400..700;1,400..700&family=LXGW+Marker+Gothic&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Truculenta:opsz,wght@12..72,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  background: #fff;
  color: #111;
}

/* LIVE BAR */
.live-bar {
  background: #3f2bbf;
  color: #fff;
  padding: 12px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: nutito;
  font-weight: 4500;
}
.live-bar span {
 font-family: ubuntu;
}
.live-dot {
  color: #4cff4c;
  font-weight: bold;
}

.live-bar button {
  margin-left: auto;
  background: #fff;
  color: #3f2bbf;
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
}




  

/* PAGE */
.product-page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 16px;
}
@media (min-width: 900px) {
  .product-page {
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    padding: 40px;
  }



}


/* GALLERY */
.gallery {
  flex-direction: column;
}

.thumbs {
  flex-direction: row;
  overflow-x: auto;
  padding-bottom: 8px;
  gap: 12000%;
  margin-top: -20px;
}
@media (max-width: 768px) {
.thumbs {
  margin-top: 0px;
}


  
}
.thumbs img {
  min-width: 64px;
  height: 64px;
  border-radius: 6px;
  margin: 3px;
  border: 1px solid #a9a6a6a3;
  cursor: pointer;
}

.main-image {
  position: relative;
  flex: 1;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  display: flex;
  max-height: 1000px;
  justify-content: center;
  align-items: center;
}

.main-image img {
  max-width: 70%;
  border-radius: 20px;
}

.in-cart {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #c91d1d;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 12px;
}

/* INFO */
.info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.title {
  font-size: 30px;
  font-family: Lato;
  font-weight: bold;
}



/* SELLER */
.seller {
  display: flex;
  gap: 12px;
  align-items: center;
}

.seller-logo {
  width: 42px;
  height: 42px;
  background: #eee;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
}

/* PRICE */
.price-box {
  font-size: 26px;
  font-family: ubuntu;
}
.price-box2 {
  font-size: 26px;
  font-family: ubuntu;
  justify-content: center;
  text-align: left;
  margin-top: -14px;
  line-height: 1.4;
}
.price-current {
  font-size: 30px;
  color: #000000;
  font-family: ubuntu;
}

.price-old {
  text-decoration: line-through;
  color: #777;
  font-size: 20px;
}
.price-box2 strong{
  color: #777;
  font-size: 20px;
  font-weight: 300;
  font-family: ubuntu;
}
.price-off {
  color: #c91d1d;
  font-size: 20px;
  margin-left: -2px;
}

/* OPTIONS */
.size-select,
.quantity input {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 200px;
}

/* BUTTONS */
.btn {
  padding: 14px;
  border-radius: 30px;
  border: 1px solid #3f5efb;
  cursor: pointer;
  font-size: 15px;
}

.buy {
  background: #3f5efb;
  color: #fff;
}

.cart {
  background: #fff;
  color: #3f5efb;
}

.watch {
  background: #fff;
  border-color: #ccc;
}

/* ABOUT */
.about {
  max-width: 1300px;
  margin: 40px auto;
  padding: 0 40px;
}
.about h2 {
    font-family: ubuntu;
    font-weight: bold;
    font-size: 26px;
  margin-bottom: 14px;
}
.specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.specs div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.seller-rating {
  font-size: 13px;
  color: #1a7f37;
}

.trend {
  background: #f7f7f7;
  padding: 8px;
  font-size: 19px;
  font-family: ubuntu;
  color: #5f5f5f;
  text-align: center;
}



.stock {
  font-size: 13px;
  color: #555;
  margin-left: 10px;
}



.shipping-box {
  font-family: nutito;
  
  padding: 2px 3px;
  background: #f8f8f8;
  border-radius: 10px;
  font-size: 16px;
  font-family: nutito;
}

.shipping-box p {
  margin: 4px 0;
}

.ship-cost {
  color: #1a7f37;
  font-weight: 600;
}
.free-ship {
  color: #1a7f37;
  font-weight: bold;
}


.specs {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.specs div {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.specs span {
  color: #666;
  font-size: 19px;
}

.specs strong {
  color: #111;
  font-weight: 500;
}

.estimate {
  font-size: 13px;
  color: #6b7280;
  margin-top: 6px;
}

/* FOOTER */
.footer-content {
  background: #f5f5f5;
  padding: 5px 10px;
  margin-top: 60px;
  text-align: center;
} 

.specs {
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .specs {
    grid-template-columns: repeat(2, 1fr);
  }


}

body {
  overflow-x: hidden;
}