/** Shopify CDN: Minification failed

Line 275:0 Expected "}" to go with "{"

**/
top, h1, h2, h3, h4, h5, h6, a, input, textarea, button{
    font-family: "Outfit", sans-serif;
  text-decoration: none;
}
.cart-popup-content h3,.cart-popup-content input {
  color: black
}
*{
  max-width: 100vw;
  height: auto
}


.product-container{
  margin-bottom: 0
}

.header-logo img {
    /* margin: 20px; */
    width: 12vw;
}
.header-logo {
     margin: 0px; 

}


.product-container{
      padding: 35vh 20px 0;
  align-content: center;
  height: auto;
  justify-content: center

}

.cart-popup {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: auto;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;

}
.product-details-container{
      transform: scale(.8) translateY(-100px);

}
  .color-swatch {
    display: block;
    width: auto;
    height: auto;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
  }

.color-selector {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    gap: 10px;
}
@media (max-width:700px){
  .header-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0px;
    width: calc(100vw - 40px);
    justify-content: space-around;
    align-items: center;
    transform: scale(.9)
}
  .header-logo-link img{
    transform: scale(.8)
    
  }

  
.header-logo img {
    /* margin: 20px; */
    width: 30vw;
}


  
  .product-image-container {
    flex: 1 1 50%;
    min-width: 300px;
    margin: auto;
}

  .contact-section {
    background-color: #000000;
    color: #ffffff;
    padding: 30vh 20px 0;
    min-height: 70vh;
    display: flex
;
    align-items: center;
    justify-content: center;
}


  .header-nav-list{
        align-items: center;
  }
}

.product-image-container {

    max-width: 40vw;
    display: flex
;
    height: auto;
  justify-content: center
}


.fade-in {
  opacity: 0;
  transform: scale(0.95);
  animation: fadeIn 0.6s ease-out forwards;
  animation-delay: 2s; /* optional: wait 2s before fading in */
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}


* {


@media (max-height: 850px) {
    .contact-section {
        background-color: #000;
        color: #fff;
        padding: 30vh 20px 0;
        min-height: 70vh;
        display: flex
;
        align-items: center;
        justify-content: center;
    }
}


@media (max-height: 750px) {
    .contact-section {
        background-color: #000;
        color: #fff;
        padding: 30vh 20px 0;
        min-height: 100vh;
        display: flex
;
        align-items: center;
        justify-content: center;
    }
}


@media screen and (max-width: 768px) {
    .product-container {
        flex-direction: column;
        height: auto;
    }

  .product-details-container {
    transform: scale(1) translateY(0);
}
  .product-image{
    width: 90vw;
  }
}



@media (max-width: 768px) {
    .product-grid-container {
        height: 100vh;
        padding: 35vh 0 10vh;
    }
}

  /* Mobile styles - 2 cards per row */
@media screen and (max-width: 768px) {
  .product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
  }
  
  .product-card {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
  .header-section {
    padding: 0
  }
  
  .product-title {
    font-size: 0.9rem;
    margin: 0.75rem;
    margin-bottom: 0.4rem;
  }
  
  .product-price {
    font-size: 1rem;
    margin: 0 0.75rem 0.75rem 0.75rem;
  }
  
  .pagination {
    padding: 1.5rem 1rem;
  }
}

/* Extra small mobile devices */
@media screen and (max-width: 480px) {
  .product-grid {
    gap: 0.75rem;
    padding: 0.75rem;
  }
  
  .product-card {
    flex: 0 0 calc(50% - 0.375rem);
    max-width: calc(50% - 0.375rem);
  }
  
  .product-title {
    font-size: 0.85rem;
    margin: 0.6rem;
    margin-bottom: 0.3rem;
  }
  
  .product-price {
    font-size: 0.95rem;
    margin: 0 0.6rem 0.6rem 0.6rem;
  }
}

  @media screen and (max-width: 768px) {
        .product-image {
            width: 50vw;
            height: 20vh;
        }
    .product-grid {

    transform: translateY(-50px);
}
 
        .product-grid {
            transform: translateY(-70px) scale(.8);
        }
    }
  

