/** Shopify CDN: Minification failed

Line 254:0 Unexpected "<"
Line 301:0 Unexpected "<"

**/


.imgbg{
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
  background: url('//sideffect.eu/cdn/shop/files/thise.jpg?v=1755874503');
  background-size: cover;
  background-position: center center;
}
.imgbg:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgb(0 0 0 / 24%);
    z-index: -2;
}



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


.product-info__description-pc, .product-info__description-pc > *,  .product-table th, .product-table td,.product-block-content {
   line-height: 1.4;
   font-size: 12px;
}
@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.6;
    font-size: 13px;
    
}

}
.pageloader-logo-text {
  color: #000000;
}
.shopify-payment-button__button--unbranded {
  color: #ffffff !important;
  border: 1px solid #ffffff !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: #ffffff;
}

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: #ffffff;
}
.product-table th, .product-table td {
    border-bottom: 1px solid #ffffff;
}

.button{
  color: #000000;
  background: #ffffff;
}
.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__img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-image-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list__product-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    height: 98%;
}

@media screen and (max-width: 768px) {
    .product-list__product-img {
        height: inherit !important;
    }
}



.product-list__product-block {
  width: calc(33.333% - 16px);
}


.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;
}
} */


/* === MOBILE LAYOUT ADJUSTMENTS === */
@media screen and (max-width: 768px) {
  
    .product-list__product-block {
      width: 50%;
    }
    .product-list__product-price {
      font-size: 12px;
    }
  
}

/* === IMAGE CONTAINER === */
.product-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  min-height: 1px;
}

/* === LOADER === */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid #ccc;
  border-top: 3px solid black;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  z-index: 10;
  display: none;
}
.product-list__product-block.loading .loader {
  display: block;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* === HOVER LOGIC === */
.product-hover-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.product-hover-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.primary-image {
  opacity: 1;
  z-index: 2;
}

.secondary-image {
  opacity: 0;
  z-index: 1;
}

.product-hover-wrapper:hover .primary-image {
  opacity: 0;
}

.product-hover-wrapper:hover .secondary-image {
  opacity: 1;
  z-index: 3;
}

.product-hover-wrapper:hover .primary-image {
  opacity: 0;
}
.product-hover-wrapper:hover .secondary-image {
  opacity: 1;
  z-index: 3;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* horizontal + vertical space between products */
}


.intro__password-link {
  display: inline-block !important;
  position: relative;
  z-index: 20;
  color: #000; /* or #fff if your background is dark */
}
<style id="menu-white-only-when-open">
  /* Many Shopify themes add a class like js-drawer-open to <html>/<body> when the menu opens.
     We also support our own fallback class .nav-open (added by the JS below). */

  /* Drawer background flips to white ONLY when open */
  html.js-drawer-open .menu-drawer,
  body.js-drawer-open .menu-drawer,
  body.nav-open .menu-drawer {
    background:#fff !important;
  }

  /* Text/links inside the drawer become black ONLY when open */
  html.js-drawer-open .menu-drawer a,
  html.js-drawer-open .menu-drawer .menu-item a,
  html.js-drawer-open .menu-drawer .header-logo-text,
  html.js-drawer-open .menu-drawer button,
  body.js-drawer-open .menu-drawer a,
  body.js-drawer-open .menu-drawer .menu-item a,
  body.js-drawer-open .menu-drawer .header-logo-text,
  body.js-drawer-open .menu-drawer button,
  body.nav-open .menu-drawer a,
  body.nav-open .menu-drawer .menu-item a,
  body.nav-open .menu-drawer .header-logo-text,
  body.nav-open .menu-drawer button {
    color:#000 !important;
  }

  /* Icons INSIDE the drawer only */
  html.js-drawer-open .menu-drawer svg *,
  body.js-drawer-open .menu-drawer svg *,
  body.nav-open .menu-drawer svg * {
    stroke:#000 !important;
    fill:#000 !important;
  }

  /* Optional: if your theme uses different classnames for the drawer, add them here */
  /* e.g., .mobile-nav, .nav-drawer */
  html.js-drawer-open .mobile-nav,
  body.js-drawer-open .mobile-nav,
  body.nav-open .mobile-nav {
    background:#fff !important;
  }
  html.js-drawer-open .mobile-nav a,
  body.js-drawer-open .mobile-nav a,
  body.nav-open .mobile-nav a {
    color:#000 !important;
  }
</style>



