/*
Theme Name: space-pc
Theme URI: https://github.com/tailpress/tailpress
Author: Mohamed Dabach
Author URI: https://tailpress.io
Description: A WordPress theme made with TailPress.
Version: 0.1.0
License: MIT
License URI: https://github.com/tailpress/tailpress/blob/master/LICENSE
Text Domain: space_pc
*/
.product-gallery .images {
  width: 100% !important;
}

html {
  margin: 0 !important;
}

.columns-4 {
  columns: unset !important;
}
.container {
  padding-inline: 0 !important;
  padding: 20px;
}
.site-main {
  padding: 0 10px;
}
img.custom-logo {
  max-width: 200px !important;
}
@media (max-width: 768px) {
  .container {
    padding-inline: 0 !important;
    padding: 0 10px;
  }
  img.custom-logo {
    max-width: 150px;
  }
}
.woocommerce-product-gallery__trigger{
  z-index:9!important;
}
#search-overlay.show {
  display: flex !important;
  opacity: 1;
}

#search-overlay.show #search-container {
  transform: translateY(0);
}

.search-result-item {
  transition: background-color 0.2s;
}

.search-result-item:hover {
  background-color: #f3f4f6;
}
@keyframes slide {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.sliding-text {
  animation: slide 20s linear infinite;
}

.sliding-text:hover {
  animation-play-state: paused;
}
