
@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Sentinent Italic';
  src: url('../fonts/Sentient-VariableItalic.ttf') format('truetype');
}



body{
    margin: 0 auto;
}
.main-content{
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
}
.footer-inner{
    max-width: 1300px;
    margin: 0 auto;
}

@media screen and (max-width: 800px){
    .main-content{
        margin-top: 0px;
    }
}













/* Splide styles (mobile) */
.splide__slide img {
    width: 100%;
    border-radius: 0px;
}



#image-grid {
    display: none;
    grid-template-columns: repeat(2, 320px);
    gap: 20px;
    justify-content: center;
    width: 100%;
    height: max-content;
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
#image-grid::-webkit-scrollbar {
    display: none;          /* Chrome, Safari, Edge */
}

#image-grid img {
    width: 100%;
    border-radius: 12px;
}




@media screen and (max-width: 990px){
    .main-content{
        padding: 0px 10%;
    }
    .footer-inner{
        padding: 0px 10%;
    }
    
}
@media screen and (max-width: 700px){
    .main-content{
        padding: 0px 0px;
    }
    .footer-inner{
        padding: 0px 20px;
    }
    .product-info{
        padding: 0px 20px;
    }
    #product-title{
        margin-top: 24px;
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    .shipment{
        font-size: 13px;
    }

}




#product-carousel{
    margin-bottom: 12px;
}

.product-info {
  position: sticky;
  top: 5.5rem; /* distance from top of viewport */
  height: fit-content;
  font-family: "Spectral";
}





.main-content-inner{
    display: block;
    justify-content: center;
    gap: 40px;
}



@media screen and (min-width: 990px) {
    #product-carousel {
    display: none !important;
    }
    #image-grid{
        display: grid;
    }
    #image-grid {
      position: sticky;
      top: 50px;      /* distance from top while sticking */
      height: fit-content;
    }
    .main-content-inner{
        display: flex;
    }
    .main-content{
        padding: 0px 20px;
    }
    .footer-inner{
        padding: 0px 20px;
    }
}

@media screen and (min-width: 1300px) {
    #image-grid{
        grid-template-columns: repeat(2, 400px); 
    }
}

@media screen and (max-width: 1050px) {
    #image-grid{
        grid-template-columns: repeat(2, 290px); 
    }
}














.pricing{
    margin-top: 16px;
    margin-bottom: 20px;
}
.pricing-inner{
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.pricing p{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ff0000;
  }

  .price{
    font-size: 24px;
    font-weight: 600;
    color: #ff0000;
  }
  .price-original{
    color: #696969;
  }
  .discount-label{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #FFDBCE;
    color: #E20000;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 6px;
    width: 90px;
  }
  .regular-price{
    color: #696969;
    font-size: 16px;
    
  }

.details {
    font-size: 0.9em;
    color: #555;
}

.details .colors span {
    display: inline-block;
    background: #eee;
    border-radius: 0px;
    padding: 2px 6px;
    margin-right: 5px;
    font-size: 0.8em;
}


#product-name{
    font-size: 24px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}



#product-description{
    margin: 0;
    margin-top: 2px;
    font-size: 16px;
    color: #000000;
}

#product-long-description{
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}



.shipment{
    margin-top: 16px;
    text-align: left;
    font-weight: 400;
    color: #323232;
    font-family: "Inria Serif";
    line-height: 1.5;
    font-size: 20px;
}
.shipment-time{
    margin-bottom: 30px;
}
.shipment .icon{
    stroke-width: 1.5px;
    color: #555555;
    display: none;
}

#upload-photo{
    margin-top: 2px;
    height: 52px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2c332f;
    color: #fff;
}






















/* Hidden by default */
#modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }
  
  /* Modal box */
  #modal-content {
    background: white;
    border-radius: 20px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  }

.modal-head h2{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}
.modal-head{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #afafaf;
    height: 48px;
}
#close-modal{
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 1rem; /* adjust as needed */
}
.modal-alert{
    background-color: #F06519;
    padding: 8px;
    margin: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.photo-upload{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 3px dashed #D2D2D2;
    margin: 12px 24px 24px;
    border-radius: 8px;
    padding: 48px 0px;
}
.photo-upload .icon{
    width: 96px;
    height: 96px;
    stroke-width: 1px;
    color: #D2D2D2;
}





#available-bg-colors{
        font-weight: 300;
    color: #535353;
    margin-bottom: 40px;
    font-family: "Inria Serif";
    line-height: 1.5;
}
#available-bg-colors-inner{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.bg-color{
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #555555;
}







#product-title{
    font-family: 'Spectral', sans-serif;
    font-weight: 400;
    font-size: 40px;
}
#product-price{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: baseline;
    font-family: "Spectral";
    font-weight: 400;
    gap: 5px;
    color: #848484;
}
#product-price p{
    font-family: "Inria Serif";
    font-weight: 300;
    color: #848484;

}
#product-description{
    font-weight: 300;
    color: #888787;
    margin-bottom: 30px;
    font-family: "Spectral";
    line-height: 1.5;
}
#product-properties{
    font-weight: 300;
    color: #888787;
    margin-bottom: 30px;
    font-family: "Spectral";
    line-height: 1.5;
    font-size: 16px !important;
}

.desc-heading{
    color: #323232;
    font-size: 24px !important;
    font-family: "Spectral";
    font-weight: 400;
    margin-bottom: 16px;
    
}



.more-products-section{
    margin-top: 100px;
    padding: 0px 20px;
}
.more-products-section h2{
    font-family: 'Spectral', sans-serif;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 20px;
}

#productPreviewList{
    padding: 0 !important;
}



.popup-content{
    background-color: #f2f2f2;
    border-radius: 0 !important;
}

.popup-overlay h2{
    font-family: "Spectral";
    font-weight: 400;
}

.popup-overlay p{
    font-family: "Spectral";
    color: #888787;
    margin-top: 12px;
}


#discount-modal{
    
    padding: 12px;
    border-radius: 8px;
    background-color: #E6D2FF;
    color: #000000;
    margin-bottom: 10px;
}

#discount-modal ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;  /* or 'none' to remove numbers entirely */
  margin-top: 4px;
}

#discount-modal li {
  padding-left: 8px;
}

.discount-modal-list-header{
    padding-top: 4px;
}



#rating-container{
    margin-bottom: 20px;
    margin-top: 16px;
}

#show-ratings-btn{
    color: #545454;
}
