/*
Theme Name: DBTYSP Factory
Theme URI: https://dbtysp.com
Author: DBTYSP
Description: Visual factory website theme with editable homepage and product catalog controls.
Version: 1.0.0
*/
@import url('visual.css');
@import url('overrides.css?v=20260722-2');
/* Product center: three-column square image catalog */
.product-center-page .product-center-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 34px 28px !important;
  align-items: start;
}
.product-center-page .product-center-grid .product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 0;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}
.product-center-page .product-center-grid .product-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  object-fit: contain;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}
.product-center-page .product-center-grid .number,
.product-center-page .product-center-grid h3,
.product-center-page .product-center-grid p,
.product-center-page .product-center-grid .arrow {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 900px) {
  .product-center-page .product-center-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  .product-center-page .product-center-grid {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
}\n/* Mobile menu must stay above hero images */\n@media (max-width:800px){.site-header{position:relative!important;z-index:99999!important;isolation:isolate}.mobile-menu{position:relative!important;z-index:100000!important}.mobile-menu-panel{position:absolute!important;z-index:100001!important;opacity:1!important;background:#fff!important;color:#111!important;isolation:isolate}.mobile-menu-products[open] .mobile-product-dropdown{position:relative!important;z-index:100002!important;background:#f7f7f7!important}}\n