/* wa-theme.css — тема, сгенерированная для восстановленного сайта (deepseek/deepseek-v4-pro, попытка 0). */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background: #f4f6f9;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #1976d2;
  text-decoration: none;
}

a:hover {
  color: #0d47a1;
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  color: #222;
  margin-top: 0;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container,
.wrapper-container,
.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* header */
.site-header,
.header-mobile,
.header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  background-image: none !important;
}

.top-header,
.header-panel,
.customer-area,
.wrapper-top-cart {
  background-image: none !important;
  background-color: transparent !important;
}

.header-text,
.header-panel {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header h1,
.site-header h1 {
  margin: 0;
  font-size: 1.8rem;
  color: #1976d2;
}

.header h1 a,
.site-header h1 a {
  color: inherit;
  text-decoration: none;
}

/* navigation */
nav,
.nav-bar,
.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

nav ul,
.menu,
.nav,
.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
}

nav ul li,
.menu li,
.nav li {
  position: relative;
}

nav ul li a,
.menu li a,
.nav li a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  background-image: none !important;
}

nav ul li a:hover,
.menu li a:hover,
.nav li a:hover {
  color: #1976d2;
  background-color: #f0f0f0;
  text-decoration: none;
}

/* hidden dropdowns */
nav ul ul,
.menu ul,
.nav ul ul,
.site-nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  min-width: 200px;
  background-image: none !important;
}

nav ul li:hover > ul,
.menu li:hover > ul,
.nav li:hover > ul {
  display: block;
}

nav ul ul li,
.menu ul li,
.nav ul li li {
  display: block;
  width: 100%;
}

nav ul ul li a,
.menu ul li a,
.nav ul li ul li a {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
}

nav ul ul li a:hover,
.menu ul li a:hover,
.nav ul li ul li a:hover {
  background-color: #e8e8e8;
}

/* third level */
nav ul ul ul,
.menu ul ul,
.nav ul ul ul {
  left: 100%;
  top: 0;
}

/* product cards */
.grid-item-border,
.product-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 0 15px;
  margin-bottom: 20px;
  overflow: hidden;
  background-image: none !important;
}

.product-top {
  padding: 10px;
  position: relative;
  background-image: none !important;
}

.product-image {
  text-align: center;
  background-image: none !important;
}

.product-image img,
.product-grid-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.product-des {
  font-size: 0.9em;
  color: #666;
  padding: 5px 10px;
}

.product-bottom {
  padding: 0 10px 10px;
  background-image: none !important;
}

.product-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 5px 0;
}

.product-title a {
  color: #333;
  text-decoration: none;
}

.product-title a:hover {
  color: #1976d2;
}

.price-box {
  font-weight: 700;
  color: #2e7d32;
  font-size: 1.1rem;
}

.regular-product span,
.regular-product em {
  font-style: normal;
}

/* buttons & forms */
.btn,
button,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  padding: 10px 20px;
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  line-height: 1.4;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #1565c0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  font: inherit;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #1976d2;
  outline: none;
  box-shadow: 0 0 3px rgba(25, 118, 210, 0.3);
}

label {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.table-wrap,
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table td,
table th {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

table th {
  background: #f5f5f5;
}

/* footer */
.site-footer {
  background: #263238;
  color: #ccc;
  padding: 30px 0;
  background-image: none !important;
  font-size: 0.95rem;
}

.site-footer .container {
  max-width: 1140px;
  margin: 0 auto;
}

.footer-top .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer .newsletter,
.footer .footer-social {
  flex: 1;
  min-width: 250px;
}

.footer .block-title h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.footer a {
  color: #90a4ae;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.newsletter input[type="email"] {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #546e7a;
  background: #37474f;
  color: #fff;
}

.newsletter .btn {
  background: #1976d2;
  border: none;
}

/* aboutus */
.aboutus-home {
  padding: 50px 0;
  text-align: center;
  background: #fff;
  background-image: none !important;
}

.aboutus-home h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* misc */
.wow.fadeIn {
  animation: none;
}

.img-left-center {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.no_crop_image {
  background-image: none !important;
}

.grid-item,
.grid-item-border,
.product-item,
.no_crop_image,
.product-image,
.img-left-center,
.header,
.footer,
.top-header,
.site-header,
.header-mobile,
.wrapper-top-cart,
.gf-menu-device-wrapper,
.site-footer .footer-top,
.newsletter,
.footer-social {
  background-image: none !important;
}

/* dropdown (my account etc.) */
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  min-width: 180px;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* responsive */
@media (max-width: 768px) {
  nav ul,
  .menu,
  .nav {
    flex-direction: column;
    width: 100%;
  }

  nav ul li,
  .menu li,
  .nav li {
    display: block;
    width: 100%;
  }

  nav ul li a,
  .menu li a,
  .nav li a {
    border-bottom: 1px solid #eee;
  }

  nav ul ul,
  .menu ul,
  .nav ul ul {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    background: #f9f9f9;
    padding-left: 15px;
  }

  nav ul li:hover > ul,
  .menu li:hover > ul,
  .nav li:hover > ul {
    display: block;
  }

  .container,
  .wrapper-container {
    max-width: 100%;
    padding: 0 10px;
  }

  .grid-item-border,
  .product-item {
    margin-bottom: 15px;
  }

  table {
    display: block;
    overflow-x: auto;
  }

  .footer .row {
    flex-direction: column;
  }

  .header-text,
  .header-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}