/*
Theme Name: Manufactory
Theme URI: https://manufactory.axiomthemes.com/
Description: Manufactory is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.9.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: business, construction, corporate, engineering, factory, gas, industrial, industry, machinery, manufacturing, mechanical, oil, plant, power, refinery
Text Domain: manufactory
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

/*# sourceMappingURL=style.css.map */


* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #f4f4f4;
  padding: 40px 20px;
  color: #1a1a1a;
}

/* ===== catalog-page ===== */
.catalog-page {
  max-width: 1340px;
  margin: 0 auto;
  padding: 40px 20px;
}

.catalog-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.catalog-page__count {
  font-size: 14px;
  color: #888;
}

.catalog-page__sort {
  padding: 8px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  color: #444;
  background: #fff!important;
  cursor: pointer;
  outline: none;
}

.catalog-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 28px;
  align-items: start;
}

/* ===== catalog ===== */
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

/* ===== product-card ===== */
.product-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.product-card:hover {
  border-color: #c0392b;
  box-shadow: 0 6px 24px rgba(0,0,0,0.09);
}

.product-card__image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
  flex-shrink: 0;
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.product-card:hover .product-card__image {
  transform: scale(1.05);
}

.product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  background: rgba(255,255,255,0.93);
}

.product-card__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.product-card__badge--in { color: #27ae60; }
.product-card__badge--in .product-card__badge-dot { background: #27ae60; }
.product-card__badge--out { color: #aaa; }
.product-card__badge--out .product-card__badge-dot { background: #ccc; }

.product-card__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

.product-card__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0;
}

.product-card__title a {
  color: inherit;
  text-decoration: none;
}

.product-card__title a:hover { color: #c0392b; }

.product-card__category {
  font-size: 12px;
  color: #aaa;
}

.product-card__btn {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #d8d8d8;
  border-radius: 4px;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #666;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  margin-top: auto;
}

.product-card:hover .product-card__btn {
  background: #c0392b;
  border-color: #c0392b;
  color: #fff;
}

/* ===== catalog-sidebar ===== */
.catalog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 20px;
}

.catalog-sidebar__widget {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}

.catalog-sidebar__widget-header {
  padding: 14px 18px;
  border-bottom: 1px solid #f0f0f0;
}

.catalog-sidebar__widget-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #aaa;
  margin: 0!important;
}

.catalog-sidebar__widget-body {
  padding: 14px 18px;
}

.catalog-sidebar__search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 12px;
  background: #fafafa;
  transition: border-color 0.2s;
}

.catalog-sidebar__search:focus-within {
  border-color: #c0392b;
  background: #fff;
}

.catalog-sidebar__search-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.35;
}

.catalog-sidebar__search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #1a1a1a;
  padding: 10px 0;
  outline: none;
}
.woocommerce .woocommerce-orderin{
  margin: 0!important;
}
.catalog-sidebar__search-input::placeholder { color: #bbb; }

.catalog-sidebar__categories {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0;
  margin: 0;
}

.catalog-sidebar__category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  transition: background 0.15s, color 0.15s;
}

.catalog-sidebar__category-link:hover {
  background: #fff0ee;
  color: #c0392b;
}

.catalog-sidebar__category-link--active {
  background: #fff0ee;
  color: #c0392b;
  font-weight: 500;
}

.catalog-sidebar__category-count {
  font-size: 12px;
  color: #bbb;
  background: #f4f4f4;
  padding: 2px 8px;
  border-radius: 10px;
  min-width: 28px;
  text-align: center;
  flex-shrink: 0;
}

.woocommerce .woocommerce-ordering{
  margin: 0!important;
}

.catalog-sidebar__category-link:hover .catalog-sidebar__category-count,
.catalog-sidebar__category-link--active .catalog-sidebar__category-count {
  background: #fce0dc;
  color: #c0392b;
}

/* ===== Адаптив ===== */
@media (max-width: 860px) {
  .catalog-page__layout {
    grid-template-columns: 1fr;
  }
  .catalog-sidebar {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .catalog-sidebar__widget {
    flex: 1;
    min-width: 240px;
  }
}

@media (max-width: 480px) {
  .catalog__grid { grid-template-columns: 1fr 1fr; }
  .catalog-sidebar { flex-direction: column; }
}

@media (max-width: 340px) {
  .catalog__grid { grid-template-columns: 1fr; }
}

/* ===== product-page ===== */
.product-page {
    max-width: 1340px;
    margin: 0 auto;
    padding: 24px 16px;
}

.product-page__breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
}

.product-page__breadcrumb > a {
    color: #888;
    text-decoration: none;
}

.product-page__breadcrumb > a:hover {
    color: #1a1a1a;
}

.product-page__breadcrumb-sep {
    margin: 0 6px;
}

.product-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
}

/* ===== product-gallery ===== */
.product-gallery__main {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery__main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.2s ease;
}

.product-gallery__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.product-gallery__thumb {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: #f7f7f7;
    flex-shrink: 0;
    transition: border-color 0.15s;
}

.product-gallery__thumb:hover {
    border-color: #e0a09a;
}

.product-gallery__thumb--active {
    border-color: #c0392b;
}

.product-gallery__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== product-summary ===== */
.product-summary {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
    position: sticky;
    top: 20px;
}

.product-summary__title {
    font-size: 22px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.product-summary__availability {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #27ae60;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-summary__availability-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #27ae60;
    flex-shrink: 0;
}

.product-summary__btn {
    display: block;
    width: 100%;
    padding: 15px 24px;
    background: #c0392b;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s;
}

.product-summary__btn:hover {
    background: #a93226;

}

.product-summary__divider {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 20px 0!important;
}

.product-summary__meta-row {
    display: flex;
    gap: 6px;
    font-size: 14px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.product-summary__meta-label {
    color: #888;
}

.product-summary__meta-value {
    color: #1a1a1a;
}

.product-summary__meta-value a {
    color: #c0392b;
    text-decoration: none;
}

.product-summary__meta-value a:hover {
    text-decoration: underline;
}

.product-summary__note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #888;
    margin-top: 16px;
}

.product-summary__note-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #888;
    flex-shrink: 0;
}

/* Адаптив */
@media (max-width: 768px) {
    .product-page__layout {
        grid-template-columns: 1fr;
    }
    .product-gallery__main {
        height: 280px;
    }
    .product-summary {
        position: static;
    }
}

@media (max-width: 480px) {
    .product-gallery__main {
        height: 220px;
    }
    .product-gallery__thumb {
        width: 64px;
        height: 64px;
    }
    .product-summary__title {
        font-size: 18px;
    }
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #f4f4f4;
  padding: 40px 20px;
  color: #1a1a1a;
}

/* ===== product-tabs ===== */
.product-tabs {
  margin: 0 auto;
  margin-top: 30px;
}

/* --- навигация --- */
.product-tabs__nav {
  display: flex;
  gap: 4px;
  border-bottom: 1.5px solid #e8e8e8;
  flex-wrap: wrap;
}

.product-tabs__tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1.5px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  border-radius: 0;
}

.product-tabs__tab:hover {
  color: #1a1a1a;
}

.product-tabs__tab--active {
  color: #c0392b;
  border-bottom-color: #c0392b;
  font-weight: 500;
}

.product-tabs__tab-icon {
  width: 15px;
  height: 15px;
  opacity: 0.5;
  flex-shrink: 0;
}

.product-tabs__tab--active .product-tabs__tab-icon {
  opacity: 1;
}

.product-tabs__tab-count {
  font-size: 11px;
  background: #f0f0f0;
  padding: 1px 6px;
  border-radius: 10px;
  margin-left: 2px;
  color: #888;
}

/* --- панели --- */
.product-tabs__panels {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-radius: 0 0 12px 12px;
}

.product-tabs__panel {
  display: none;
  padding: 28px 32px;
}

.product-tabs__panel--active {
  display: block;
}

/* ===== product-tabs-desc ===== */
.product-tabs-desc__title {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.product-tabs-desc__text {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.product-tabs-desc__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.product-tabs-desc__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
}

.product-tabs-desc__feature-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0392b;
  flex-shrink: 0;
}

/* ===== product-tabs-reviews ===== */
.product-tabs-reviews__item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.product-tabs-reviews__item:last-child {
  border-bottom: none;
}

.product-tabs-reviews__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  flex-shrink: 0;
}

.product-tabs-reviews__name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 3px;
}

.product-tabs-reviews__date {
  font-size: 12px;
  color: #aaa;
}

.product-tabs-reviews__stars {
  display: flex;
  gap: 2px;
  margin: 6px 0;
}

.product-tabs-reviews__star {
  width: 13px;
  height: 13px;
  fill: #c0392b;
}

.product-tabs-reviews__star--empty {
  fill: #e0e0e0;
}

.product-tabs-reviews__text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-top: 6px;
}

/* ===== product-tabs-files ===== */
.product-tabs-files__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: border-color 0.2s;
}

.product-tabs-files__item:hover {
  border-color: #c0392b;
}

.product-tabs-files__item:last-child {
  margin-bottom: 0;
}

.product-tabs-files__info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-tabs-files__icon {
  width: 36px;
  height: 36px;
  background: #fff0ee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.product-tabs-files__name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.product-tabs-files__meta {
  font-size: 12px;
  color: #aaa;
}

.product-tabs-files__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #c0392b;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}

.product-tabs-files__btn:hover {
  background: #a93226;
  color: #fff;
}

/* ===== product-tabs-faq ===== */
.product-tabs-faq__item {
  border-bottom: 1px solid #f0f0f0;
}

.product-tabs-faq__item:last-child {
  border-bottom: none;
}

.product-tabs-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  gap: 16px;
}

.product-tabs-faq__toggle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #aaa;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  line-height: 1;
}

.product-tabs-faq__item--open .product-tabs-faq__toggle {
  background: #c0392b;
  border-color: #c0392b;
  color: #fff;
}

.product-tabs-faq__answer {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  padding-bottom: 15px;
  display: none;
}

.product-tabs-faq__item--open .product-tabs-faq__answer {
  display: block;
}

/* Галерея со стрелками */
.product-gallery__main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-gallery__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #c0392b;
    color: white;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    padding: 0;
}

.product-gallery__arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.product-gallery__arrow--prev {
    left: 10px;
}

.product-gallery__arrow--next {
    right: 10px;
}

.product-gallery__main-img {
    transition: opacity 0.15s ease;
    width: 100%;
    height: auto;
    display: block;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .product-gallery__arrow {
        width: 32px;
        height: 32px;
    }
    
    .product-gallery__arrow svg {
        width: 18px;
        height: 18px;
    }
}

/* ===== Адаптив ===== */
@media (max-width: 600px) {
  .product-tabs__tab {
    padding: 10px 14px;
    font-size: 13px;
  }

  .product-tabs__panel {
    padding: 20px 18px;
  }

  .product-tabs-files__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.woocommerce img, .woocommerce-page img{
  height: inherit;
}
.product-card__badge--in{
    display: none;
}