/*
Theme Name: OptSanteh Каталог
Theme URI: https://optom-santehnika.ru/
Author: OptSanteh
Author URI: https://optom-santehnika.ru/
Description: Тема WordPress для каталога сантехники оптом
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: optsanteh
Tags: catalog, wholesale, plumbing
*/

/* Импорт базовых стилей из основного проекта */
/* Основные стили подключаются через functions.php */

/* Дополнительные стили для WordPress */
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.bypostauthor {
    display: block;
}

.gallery-caption {
    display: block;
    font-size: 0.9em;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 1em;
} 

/* Карточка товара: отступ под фикс‑шапку */
body.single-product .site-content,
body.single-product main {
  padding-top: 96px;  /* поставьте фактическую высоту шапки */
}
@media (max-width: 991px) {
  body.single-product .site-content,
  body.single-product main { padding-top: 72px; }
}