h1{
  text-align: center;
  color: purple;
}
h2{
  color: rgb(0, 0, 0);
}
.card{
  box-shadow: 10px 10px 20px 5px rgba(0,0,0,0.3);
  display: inline-block;
  padding: 20px;  
  text-align: center;
}
.quantity1{
  border-radius: 10px;
  width: 20px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border: none;
  background-color: rgb(0, 0, 0);
  color:white;
}

a {
    padding: 10px 20px;
    display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  
  
  

    color: #000000;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
    text-align: center;
    width: fit-content;
    justify-self: center;
}

a:hover {
    text-decoration: underline blue;
    font-size: larger;
    transition: 0.4s;
}
img{
  width: 155px;
}
button{
  border-radius: 10px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border: none;
  background-color: rgb(0, 0, 0);
  color:white;
}
.badge {
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  margin-left: 6px;
  display: none;
}
.l{
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #000000;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
    text-align: center;
    width: fit-content;
    justify-self: center;
}
.nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 2px solid #eee;
  background-color: plum;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
}
.nav-bar:hover .active {
  transform: scale(16px);
}

.nav-bar .active {
  transform: scale(120px);
}
.l {
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* Active link styling */
.l.active {
  text-decoration: underline blue;
  text-underline-offset: 6px;
  font-size: 24px; /* make it big */
}

/* Hover effect: shrink SHOP when hovering other links */
.l:hover ~ .shop-link.active {
  font-size: 16px;
  text-decoration: underline black;
}
.l:hover ~ .cart-link.active{
  font-size: 16px;
  text-decoration: underline black;
}
.l:hover ~ .checkout-link.active{
  font-size: 16px;
  text-decoration: underline black;
}
.header{
  background-color: white;
  text-align: center;
}
.header img{
  justify-items: center;
  width: 400px;

}
.hh {
  font-family: Vladimir script, cursive;
  font-size: 100px;
   margin-left: 300px;
}
.hhh{
  font-size: 70px;
 margin-left: 300px;
}
.something{
  padding: 2px;
  
  background: linear-gradient(135deg, lavender, violet);
}
.img ~ .hhh{
  display: inline-block;
}
.circle img{
  display: block;
  border-radius: 100%;
}
.something {
  display: flex;
  align-items: center;
  justify-content: center;

}
.something h3{
  text-align: right;
  padding-left: 260px;
}
.something h4{
  padding-left: 200px;
}
.hero-right h4 {
  max-width: 100%;
  height: auto;
}
table{
  padding-right: 200px;
  margin-right: 500px;
}

  .sn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #ff6ec4, #7873f5); /* gradient button */
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.wm{
  font-size: 7px;
  color: #000000;
  font-family:  cascadia code, cursive;
}
.body{
  background: linear-gradient(135deg, #7873f5, #ff6ec4);
}
.image-container {
      position: relative; /* allows absolute positioning inside */
      display: inline-block;
    }

    .image-container img {
      display: block;
      width: 100%; /* adjust size */
      height: 20%;
      border: #000000;
    }

    .image-container button {
      position: absolute;
      bottom: 140px;   /* distance from bottom */
      left: 30%;      /* center horizontally */
      transform: translateX(-50%);
      padding: 10px 20px;
      background-color: #c847ff;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .image-container button:hover {
      background-color: #7100b3;
    }
.top-images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.left-img {
  width: 45%;
  height: auto;
}

#friday-sale-wheel {
  width: 45%;
  text-align: center;
  right: 0;
  margin-left: auto;
  position: relative;
  top: 100px;
  top: 100%;
}

.sale-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: red;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spin 20s linear infinite;
  margin: 0 auto 20px auto;
}

.wheel-bg {
  width: 120%;
  height: 400px;
  background: linear-gradient(135deg, #f0f0f0, #ddd);
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  perspective: 1000px;   /* ✅ 3D depth */
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.wheel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotateWheel 12s linear infinite;
}



@keyframes rotateWheel {
  from { transform: rotateX(0deg); }
  to   { transform: rotateX(360deg); }
}

.product {
  position: absolute;
  width: 80%;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  text-align: center;
  backface-visibility: hidden;   /* ✅ prevents flipping invisibility */
  opacity: 0.9;                  /* ✅ keeps them visible even at angles */
}


.product img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.product .original-price {
  font-size: 12px;
  color: #888;
  text-decoration: line-through;
}

.product .sale-price {
  font-size: 18px;
  color: red;
  font-weight: bold;
}
body{
  background-color: #f3e5f4;
}
@media (max-width: 768px) {
  .wheel-bg {
    height: 300px; 
  }
  
  .product {
    width: 90%;
    transform: none; /* Center products, no 3D rotation on mobile */
  }

  .wheel {
    animation: none; /* Disable automatic rotation on mobile */
  }
}