/*  
Theme Name: themevss
Theme URI: http://www.vss-nsk.ru/
Description: Тема для компании Видеоспецсервис
Author: a11igator  
*/

/* Стили для кнопки WooCommerce "В корзину" как в макете */
.themevss-atc--simple .themevss-atc__button,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
  background: #1a4fa0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
}
.themevss-atc--simple .themevss-atc__button:hover,
.themevss-atc--simple .themevss-atc__button:focus,
.themevss-atc--simple .themevss-atc__button:active,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:focus {
  background: #1a4fa0;
  background-color: #1a4fa0;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.themevss-atc--simple.is-in-cart .themevss-atc__button,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.disabled,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:disabled {
  background: #bfc9d1;
  color: #fff;
  cursor: not-allowed;
}

/* --- Sidebar product categories (single product) --- */
.product-card__sidebar.sidebar {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 24px 20px;
  margin-bottom: 32px;
}
.product-card__sidebar .cat-item {
  list-style: none;
  margin-bottom: 12px;
}
.product-card__sidebar .cat-item:last-child {
  margin-bottom: 0;
}
.product-card__sidebar .cat-item > a {
  display: block;
  color: #1a4fa0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.2s;
}
.product-card__sidebar .cat-item > a:hover,
.product-card__sidebar .cat-item > a:focus {
  color: #e86c1a;
  text-decoration: underline;
}

