/** Shopify CDN: Minification failed

Line 120:0 Unexpected "}"

**/


body {
  background: #ffffff;
}
.imgbg{
  display: none;
}



.menu-item a, .right-nav, .right-nav > *, .header-logo-text{
  color: #000000;
}


.product-info__description-pc, .product-info__description-pc > *,  .product-table th, .product-table td,.product-block-content {
   line-height: 1;
   font-size: 13px;
}
@media screen and (max-width: 749px){
  .menu-item a{
    color: #000000;
  }
  .header-menu{
    background: #ffffff;
  }
  .product-info__description-mobile, .product-info__description-mobile > *, .product-table th, .product-table td, .product-block-content  {
    line-height: 1;
    font-size: 13px;
    
}

}
.pageloader-logo-text {
  color: #000000;
}
.shopify-payment-button__button--unbranded {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.product-list__product-name, h1, h2, h3, h4, h5, .copyright__content, .copyright__content > *, .cart__total, .cart__item-remove-link, #collections-listing ul li a, input, textarea, .option-value, a, .pages > *, .number_pages > *, .footer-nav {
  color: #000000;
}

p, .main-page-content, .main-page-content > *, .product-info__description-pc > *, .product-info__description-pc, .product-info__description-mobile, .product-info__description-mobile > *, table, th, tr, .cart__quantity-value{
  color: #000000;
}
.product-table th, .product-table td {
    border-bottom: 1px solid #000000;
}

.button{
  color: #ffffff;
  background: #000000;
}
.input-class{
  color: #000000 !important;
  background: rgba(0,0,0,0) !important;
}


.collection-title{
  display: none;
}




.product-list__product-name{
  display: block;
}
.product-list__product-price{
  display: block;
}






.product-list__product-block {
    width: 33.3%;
}
.product-list__product-img {
  width: 98%;
}
/* @media screen and (max-width: 1200px){
.product-list__product-img {
  max-height: 400px;
}
}
@media screen and (max-width: 1000px){
.product-list__product-img {
  max-height: 350px;
}
} */




@media screen and (max-width: 768px){

.product-list__product-block {
    width: 100%;
}
.product-list__product-img {
  max-height: 100%;
}
.product-list__product-name {
    font-size: 16px;
}

}
}

.splash-logo img {
  max-width: 200px;
  height: auto;
  animation: fadeIn 1.2s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.product-image-container {
  position: relative;
}

.product-price-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8); /* or rgba(0,0,0,0.6) for dark */
  color: #000;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}
#site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white; /* or your theme's background */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* optional */
}
