/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2025 | 10:23:43 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2025 | 13:33:43 */



.nectar-blocks-taxonomy-grid {
  display: grid;
  gap: 20px;
}

.nectar-blocks-taxonomy-grid > * {
  height: 100%;
}

.nectar-blocks-taxonomy-grid__item__inner {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nectar-blocks-taxonomy-grid__item__inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}



body.woocommerce.archive .products li.product {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  padding: 20px;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
body.woocommerce.archive .products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}



/* Mountain on top of the logo */
._custom-logo-mountains {
  background-image: url('/wp-content/uploads/2025/05/summit-logo-1-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; 
background-position: 8px center; 
}

@media (min-width: 1025px) {
  /* Moving the search box down so it's aligned with the header bar */
  #search-outer .container {
      padding-top: 40px;
  }

  #search-outer .close-wrap {
      top: 30px;
      position: absolute;
      right: 30px;
      z-index: 10000;
  }

  /* Aligning the translation-language-flag */
  img.wpml-ls-flag {
    padding-top: 5px;
  }
}
