@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #0B5941);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #107f5e);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #14a378);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #49e9b9);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #0B5941);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #107f5e);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #14a378);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #49e9b9);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #464646);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #575757);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #6a6a6a);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #a2a2a2);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, minimal);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 10px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Manrope);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Manrope);
  --heading-ratio: var(--draft-heading-ratio, 1.75);
  --heading-weight: var(--draft-heading-weight, 700);
  --collection_count: var(--draft-collection_count, 16);
  --search_count: var(--draft-search_count, 16);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* ==========================================================================
   fgostorg.ru — Visual Modernization CSS
   Deployed: 2026-02-14
   Purpose: Modern, professional look without touching Liquid templates
   ========================================================================== */
/* --- A. COLOR PALETTE & GLOBAL TRANSITIONS --- */
/* line 8, custom_user.css */
:root {
  --accent: #1b8a3d;
  --accent-hover: #15722f;
  --accent-light: #e8f5ec;
  --dark-bg: #1a1a2e;
  --dark-bg-lighter: #22223a;
  --text-main: #2d3436;
  --text-muted: #7f8c8d;
  --border-light: #e8ecef;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: 0.25s ease; }

/* line 25, custom_user.css */
a, button, input, select, textarea,
.product-preview, .product-preview__img-1, .product-preview__img-2,
.button--checkout, .button-link, .ai-button,
.pagination-link, .pagination-span,
.header__control-btn, .header__show-menu-btn,
.breadcrumb-link, .subcollection-list__item-title,
.widget-type_system_widget_v4_button_on_top_1 > div,
.widget-type_system_widget_v4_infinity_products_button_1 > div {
  transition-property: color, background-color, border-color, box-shadow, transform, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease; }

/* --- B. TYPOGRAPHY --- */
/* line 39, custom_user.css */
h1, h2, h3, h4 {
  color: var(--text-main); }

/* --- C. HEADER IMPROVEMENTS --- */
/* Top navigation panel */
/* line 46, custom_user.css */
.header__area-top-panel {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3436 100%) !important;
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.02em; }

/* line 53, custom_user.css */
.header__area-top-panel .header__menu-link {
  color: rgba(255, 255, 255, 0.85) !important; }

/* line 57, custom_user.css */
.header__area-top-panel .header__menu-link:hover {
  color: #fff !important; }

/* line 61, custom_user.css */
.header__area-top-panel a {
  color: rgba(255, 255, 255, 0.85) !important; }

/* line 65, custom_user.css */
.header__area-top-panel a:hover {
  color: #fff !important; }

/* Sticky header */
/* line 70, custom_user.css */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: var(--shadow-sm); }

/* Search field — pill shape */
/* line 79, custom_user.css */
.header__search-field {
  border-radius: 24px !important;
  border: 2px solid var(--border-light) !important;
  padding: 8px 18px !important;
  font-size: 14px;
  background: #f8f9fa !important; }

/* line 87, custom_user.css */
.header__search-field:focus {
  border-color: var(--accent) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(27, 138, 61, 0.12) !important;
  outline: none; }

/* line 94, custom_user.css */
.header__search-btn {
  border-radius: 0 24px 24px 0 !important; }

/* Header icons hover */
/* line 99, custom_user.css */
.header__control-btn:hover {
  color: var(--accent) !important; }

/* line 103, custom_user.css */
.header__control-btn:hover svg,
.header__control-btn:hover .header__control-text {
  color: var(--accent) !important; }

/* Menu button */
/* line 109, custom_user.css */
.header__show-menu-btn {
  border-radius: var(--radius-sm) !important; }

/* line 113, custom_user.css */
.header__show-menu-btn:hover {
  background: var(--accent-light) !important; }

/* --- D. PRODUCT CARDS (Collection pages) --- */
/* line 119, custom_user.css */
.product-preview {
  border-radius: var(--radius) !important;
  border: 1px solid var(--border-light) !important;
  overflow: hidden;
  background: #fff; }

/* line 126, custom_user.css */
.product-preview:hover {
  box-shadow: var(--shadow-md) !important;
  border-color: rgba(27, 138, 61, 0.2) !important;
  transform: translateY(-3px); }

/* Product image zoom on hover */
/* line 133, custom_user.css */
.product-preview__photo {
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0; }

/* line 138, custom_user.css */
.product-preview:hover .product-preview__img-1,
.product-preview:hover .product-preview__img-2 {
  transform: scale(1.04); }

/* line 143, custom_user.css */
.product-preview__img-1,
.product-preview__img-2 {
  transition: transform 0.4s ease !important; }

/* Product title */
/* line 149, custom_user.css */
.product-preview__title {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
  color: var(--text-main) !important; }

/* line 161, custom_user.css */
.product-preview__title a {
  color: var(--text-main) !important; }

/* line 165, custom_user.css */
.product-preview__title a:hover {
  color: var(--accent) !important; }

/* SKU */
/* line 170, custom_user.css */
.product-preview__sku {
  font-size: 11px !important;
  color: var(--text-muted) !important;
  letter-spacing: 0.03em; }

/* Price */
/* line 177, custom_user.css */
.product-preview__price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--accent) !important; }

/* Add to cart button */
/* line 184, custom_user.css */
.product-preview .button--checkout,
.product-preview .product-preview__detail-btn {
  width: 100% !important;
  border-radius: var(--radius-sm) !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  font-size: 13px !important; }

/* line 193, custom_user.css */
.product-preview .button--checkout:hover,
.product-preview .product-preview__detail-btn:hover {
  background: var(--accent-hover) !important;
  transform: none;
  box-shadow: 0 4px 12px rgba(27, 138, 61, 0.25) !important; }

/* Compare button on card */
/* line 201, custom_user.css */
.product-preview__detail-select-btn:hover {
  color: var(--accent) !important; }

/* --- E. SECTION TITLES (Homepage & collection) --- */
/* Section titles with accent left border */
/* line 208, custom_user.css */
.special-products__title,
.callback__title,
.contacts_title,
.reviews__title {
  font-weight: 700 !important;
  font-size: 24px !important;
  color: var(--text-main) !important;
  padding-left: 16px !important;
  border-left: 4px solid var(--accent) !important;
  margin-bottom: 20px !important; }

/* Page title (H1) */
/* line 221, custom_user.css */
h1.title,
.title[class] {
  font-weight: 700 !important;
  color: var(--text-main) !important; }

/* --- F. BREADCRUMBS --- */
/* line 229, custom_user.css */
.breadcrumb {
  font-size: 13px !important;
  color: var(--text-muted) !important;
  padding: 12px 0 !important; }

/* line 235, custom_user.css */
.breadcrumb-link {
  color: var(--text-muted) !important; }

/* line 239, custom_user.css */
.breadcrumb-link:hover {
  color: var(--accent) !important; }

/* --- G. PAGINATION --- */
/* line 245, custom_user.css */
.pagination-items {
  display: flex;
  gap: 6px;
  align-items: center; }

/* line 251, custom_user.css */
.pagination-span,
.pagination-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: var(--radius-sm) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border: 1px solid var(--border-light) !important;
  color: var(--text-main) !important;
  background: #fff !important; }

/* line 266, custom_user.css */
.pagination-span {
  background: var(--accent) !important;
  color: #fff !important;
  border-color: var(--accent) !important; }

/* line 272, custom_user.css */
.pagination-link:hover {
  background: var(--accent-light) !important;
  border-color: var(--accent) !important;
  color: var(--accent) !important; }

/* line 278, custom_user.css */
.pagination-next a,
.pagination-next button {
  border-radius: var(--radius-sm) !important; }

/* --- H. FOOTER REDESIGN --- */
/* line 285, custom_user.css */
.footer-wrap {
  background: var(--dark-bg) !important;
  color: rgba(255, 255, 255, 0.85) !important; }

/* line 290, custom_user.css */
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; }

/* line 294, custom_user.css */
.footer__area-menu a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px; }

/* line 299, custom_user.css */
.footer__area-menu a:hover {
  color: #fff !important; }

/* line 303, custom_user.css */
.footer__area-contacts {
  color: rgba(255, 255, 255, 0.85) !important; }

/* line 307, custom_user.css */
.footer__area-contacts .contacts_title,
.footer__area-contacts .footer__phone-value a {
  color: #fff !important; }

/* line 312, custom_user.css */
.footer__area-contacts a {
  color: rgba(255, 255, 255, 0.8) !important; }

/* line 316, custom_user.css */
.footer__area-contacts a:hover {
  color: var(--accent-light) !important; }

/* line 320, custom_user.css */
.footer__area-contacts .contacts_info {
  color: rgba(255, 255, 255, 0.7) !important; }

/* line 324, custom_user.css */
.footer_copyright {
  color: rgba(255, 255, 255, 0.5) !important;
  text-align: center !important;
  font-size: 12px !important;
  padding: 16px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important; }

/* line 332, custom_user.css */
.footer__logo img {
  filter: brightness(0) invert(1); }

/* --- I. BUTTONS GLOBAL --- */
/* line 338, custom_user.css */
.button--checkout,
.button.button--checkout {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  border-radius: var(--radius-sm) !important;
  font-weight: 600 !important; }

/* line 346, custom_user.css */
.button--checkout:hover {
  background: var(--accent-hover) !important;
  border-color: var(--accent-hover) !important;
  box-shadow: 0 4px 12px rgba(27, 138, 61, 0.25) !important; }

/* --- J. FORM CONTROLS --- */
/* line 354, custom_user.css */
.form-control {
  border-radius: var(--radius-sm) !important;
  border: 2px solid var(--border-light) !important;
  font-size: 14px !important;
  padding: 10px 14px !important; }

/* line 361, custom_user.css */
.form-control:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px rgba(27, 138, 61, 0.1) !important;
  outline: none; }

/* Feedback form submit button */
/* line 368, custom_user.css */
.form-control + .button,
.reviews-form .button {
  border-radius: var(--radius-sm) !important; }

/* --- K. AI TOOLS SECTION --- */
/* line 375, custom_user.css */
.ai-tools-section {
  background: linear-gradient(135deg, #f8f9fa 0%, var(--accent-light) 100%) !important;
  border-radius: var(--radius) !important;
  padding: 24px !important;
  margin: 24px 0 !important;
  border: 1px solid rgba(27, 138, 61, 0.1) !important; }

/* line 383, custom_user.css */
.ai-tools-title {
  font-weight: 600 !important;
  color: var(--text-main) !important;
  margin-bottom: 16px !important; }

/* line 389, custom_user.css */
.ai-button {
  border-radius: var(--radius-sm) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important; }

/* line 396, custom_user.css */
.ai-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--shadow-sm) !important; }

/* --- L. CONTACTS / "FIND US" SECTION --- */
/* line 403, custom_user.css */
.contacts_title {
  font-weight: 700 !important;
  color: var(--text-main) !important; }

/* line 408, custom_user.css */
.contacts_info {
  line-height: 1.7 !important; }

/* --- M. COLLECTION SORT --- */
/* line 414, custom_user.css */
.collection-sort select,
.collection-order select {
  border-radius: var(--radius-sm) !important;
  border: 2px solid var(--border-light) !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  appearance: auto; }

/* line 423, custom_user.css */
.collection-sort select:focus,
.collection-order select:focus {
  border-color: var(--accent) !important;
  outline: none; }

/* --- N. "SHOW MORE" BUTTON --- */
/* line 431, custom_user.css */
.widget-type_system_widget_v4_infinity_products_button_1 > div {
  border-radius: var(--radius-sm) !important;
  font-weight: 600 !important;
  border: 2px solid var(--accent) !important;
  color: var(--accent) !important;
  background: #fff !important;
  padding: 10px 28px !important;
  cursor: pointer; }

/* line 441, custom_user.css */
.widget-type_system_widget_v4_infinity_products_button_1 > div:hover {
  background: var(--accent) !important;
  color: #fff !important; }

/* --- O. PRODUCT PAGE SPECIFICS --- */
/* Product price on detail page */
/* line 449, custom_user.css */
.product-info .product-preview__price,
.product-form .product-preview__price {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: var(--text-main) !important; }

/* Buy in 1 click */
/* line 457, custom_user.css */
.product-form .button-link {
  border: 2px solid var(--accent) !important;
  color: var(--accent) !important;
  border-radius: var(--radius-sm) !important;
  font-weight: 600 !important; }

/* line 464, custom_user.css */
.product-form .button-link:hover {
  background: var(--accent-light) !important; }

/* Product description */
/* line 469, custom_user.css */
.product-description {
  line-height: 1.7 !important;
  color: var(--text-main) !important; }

/* line 474, custom_user.css */
.product-description h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 24px 0 12px !important;
  color: var(--text-main) !important; }

/* line 481, custom_user.css */
.product-description h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  margin: 20px 0 10px !important;
  color: var(--text-main) !important; }

/* line 488, custom_user.css */
.product-description ul {
  padding-left: 20px !important; }

/* line 492, custom_user.css */
.product-description li {
  margin-bottom: 6px !important;
  line-height: 1.6 !important; }

/* Reviews section */
/* line 498, custom_user.css */
.reviews__title {
  font-size: 20px !important; }

/* line 502, custom_user.css */
.review-form .button {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  border-radius: var(--radius-sm) !important; }

/* line 508, custom_user.css */
.review-form .button:hover {
  background: var(--accent-hover) !important; }

/* Rating stars */
/* line 513, custom_user.css */
.product__rating-star {
  color: #f39c12 !important; }

/* --- P. SUBCOLLECTION TILES --- */
/* line 519, custom_user.css */
.subcollection-list__item-title {
  font-weight: 600 !important;
  font-size: 13px !important;
  color: var(--text-main) !important; }

/* --- Q. VIEWED PRODUCTS --- */
/* line 527, custom_user.css */
.viewed-product__title {
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 1.4 !important; }

/* line 533, custom_user.css */
.viewed-product__price {
  font-weight: 700 !important;
  color: var(--accent) !important; }

/* --- R. ACCESSIBILITY — FOCUS STATES --- */
/* line 540, custom_user.css */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent) !important;
  outline-offset: 2px !important; }

/* --- S. SCROLL-TO-TOP BUTTON --- */
/* line 551, custom_user.css */
.widget-type_system_widget_v4_button_on_top_1 > div {
  border-radius: 50% !important;
  box-shadow: var(--shadow-md) !important;
  background: var(--accent) !important;
  color: #fff !important; }

/* line 558, custom_user.css */
.widget-type_system_widget_v4_button_on_top_1 > div:hover {
  background: var(--accent-hover) !important;
  box-shadow: var(--shadow-lg) !important; }

/* --- T. SLIDER / BANNER --- */
/* line 565, custom_user.css */
.widget-type_system_widget_v4_page_title_1 h1 {
  font-weight: 700 !important; }

/* --- U. RESPONSIVE TWEAKS --- */
@media (max-width: 768px) {
  /* line 572, custom_user.css */
  .header {
    position: sticky;
    top: 0; }

  /* line 577, custom_user.css */
  .product-preview__title {
    font-size: 13px !important; }

  /* line 581, custom_user.css */
  .special-products__title,
  .callback__title {
    font-size: 20px !important;
    padding-left: 12px !important; }

  /* line 587, custom_user.css */
  .ai-tools-section {
    padding: 16px !important; }

  /* line 591, custom_user.css */
  .ai-button {
    font-size: 12px !important; } }
@media (max-width: 480px) {
  /* line 597, custom_user.css */
  .product-preview__price {
    font-size: 14px !important; }

  /* line 601, custom_user.css */
  .pagination-span,
  .pagination-link {
    min-width: 32px;
    height: 32px;
    font-size: 13px !important; } }
/* === V. PERFORMANCE OPTIMIZATIONS === */
/* CSS Containment for product cards */
/* line 612, custom_user.css */
.product-card, .product-preview {
  contain: layout style paint; }

/* line 613, custom_user.css */
.product-card img, .product-preview img {
  content-visibility: auto;
  contain-intrinsic-size: 300px 300px; }

/* Reduce paint area for footer */
/* line 616, custom_user.css */
.footer-wrap {
  contain: layout style; }

/* Optimize hover animations */
/* line 619, custom_user.css */
.product-preview:hover {
  will-change: transform; }

/* line 620, custom_user.css */
.product-preview:hover .product-preview__img-1,
.product-preview:hover .product-preview__img-2 {
  will-change: transform; }

/* Reduce layout thrashing */
/* line 624, custom_user.css */
.widget-type_system_widget_v4_button_on_top_1 > div {
  contain: layout style paint; }

/* === W. Zero Price Display Fix (SEO) === */
/* Hide misleading '0 руб' price on collection product cards */
/* line 629, custom_user.css */
.product-preview__price-cur.product-preview__price-range,
.product-preview__price-range {
  display: none !important; }

/* Also hide zero price in 'recently viewed' and similar blocks */
/* line 634, custom_user.css */
.viewed-products .product-preview__price-range,
.collection-products .product-preview__price-range {
  display: none !important; }

/* Ensure 'Цена по запросу' is prominent */
/* line 639, custom_user.css */
.product-preview__price-cur:not(.product-preview__price-range) {
  font-weight: 600;
  color: var(--primary-color, #2e7d32); }

/* Hide '0 руб' on product detail page if present */
/* line 644, custom_user.css */
.product__price-cur.product__price-old,
.product__price-cur[data-price="0"] {
  display: none !important; }
