/* ============================================
   GLOBAL TYPOGRAPHY
   ============================================ */
*,
*::before,
*::after{
    box-sizing:border-box;
}

html{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-rendering:optimizeLegibility;
}

 

h1,h2,h3,h4,h5,h6{
    font-family:'Golos Text', sans-serif;
    font-weight:700;
    letter-spacing:-0.01em;
    margin:0;
}

input,
textarea,
select,
button{
    font-family:inherit;
}

a{
    color:inherit;
    text-decoration:none;
    transition:color .2s ease;
}

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

 
.fw-400{font-weight:400}
.fw-500{font-weight:500}
.fw-600{font-weight:600}
.fw-700{font-weight:700}
.fw-800{font-weight:800}
.fw-900{font-weight:900}
/* === RESET === */
*,*::before,*::after{box-sizing:border-box}
 

a{color:inherit;text-decoration:none}
ul{list-style:none;margin:0;padding:0}
img{max-width:100%;display:block}
button{font-family:inherit;cursor:pointer;border:0;background:none}
 
:root{
    --theme-green:#4DA235;
}
/* === HEADER TOP === */
.header-top{ 
box-sizing: border-box; 
padding: 14px 24px;
gap: 24px; 
background: #050505;
border: 4px solid #131313;
border-radius: 14px 14px 0px 0px; 
}
.header-top__inner{display:flex;justify-content:flex-end;}
.top-menu{display:flex;gap:clamp(0.9375rem, 0.5rem + 1.6667vw, 2rem);}
.top-menu a{color:#fff;font-size:14px;transition:color .2s}
.top-menu a:hover{color:var(--theme-green)}

/* === HEADER MAIN === */ 
.header-main__inner{display:flex;align-items:center;gap:20px;  justify-content: space-between;}
.header-logo img{height:48px;width:auto}
.page__header {
	padding-top: 163px;
}
.btn-menu{
    display:flex;align-items:center;gap:10px;
    background:#3C3C3C;color:#fff;
    padding:20px 24px;border-radius:10px;font-weight:500;font-size:16px;
}
.btn-menu__icon{display:grid;grid-template-columns:repeat(2,8px);grid-gap:3px}
.btn-menu__icon span{width:8px;height:8px;background:#fff;border-radius:1px}
.header-search {
	flex: 1;
	display: flex;
	background: transparent;
	border-radius: 10px;
	align-items: center;
	height: 50px;
	padding: 0;
}
.header-search input {
	flex: 1;
	border: 0;
	background: #fff;
	padding: 10px 0;
	font-size: 14px;
	outline: none;
	height: 100%;
	padding-left: 24px;
	border-radius: 10px 0 0 10px;
}
.header-search button{background:#363636; height: 100%; border-radius: 0 10px 10px 0;padding:10px 14px;color:#fff;display:flex;align-items:center;justify-content:center}

.header-phone{display:flex;align-items:center;gap:10px}
.header-phone__icon{width:24px;height:24px;border-radius:0;border:none;display:flex;align-items:center;justify-content:center}
.header-phone__text{display:flex;flex-direction:column;padding-right: 10px;}
.header-phone__text strong{font-size:18px;font-weight:600;color: #fff;}
.header-phone__text small{font-size:12px;color:#FFFFFF;font-weight:500;}
.header-right-wrap,
.header-search-wrap {
	display: flex;
	gap: 14px;
}
.btn-quote{
    display:inline-flex;align-items:center;gap:8px;
    background:var(--theme-green);color:#fff; 
    border-radius:14px;transition:background .2s;
}
.btn-quote { 
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.4px;
    padding:14px 24px;
}
.btn-quote:hover{background:#16a34a}
.header-search-wrap {
	flex: 1;
    max-width: 600px;
      align-items: center;
}
/* === DROPDOWN MENU === */
/* ==========================================================
   DROPDOWN MENU - Slide down animation
========================================================== */

.dropdown-menu { 
    display: block;               
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0 solid transparent; 
    background: #3C3C3C; 
    visibility: hidden;
    pointer-events: none;
    border-radius: 0 0 16px 16px;
    transition:
        max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.3s ease,
        visibility 0s linear 0.45s;
}

.dropdown-menu.is-open {
	max-height: 600px;
	opacity: 1;
	transform: translateY(0px);
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 4px solid #131313;
	visibility: visible;
	pointer-events: auto;
	transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease 0.05s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease, visibility 0s linear 0s;
	color: #fff;
}
.main-menu{display:flex;gap :32px;flex-wrap:wrap}
.main-menu a{font-weight:500;padding:10px 0;display:block;transition:color .2s}
.main-menu a:hover{color:var(--theme-green)}

/* === HERO / BREADCRUMBS === */
.page-hero{background:#262626;color:#fff;padding:213px 0 50px;border-radius: 0 0 16px 16px;}
.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:14px;color:#9ca3af;margin-bottom:24px}
.breadcrumbs a{display:inline-flex;align-items:center; }
.breadcrumbs .sep{color:#4b5563}
.page-title{font-size:42px;font-weight:700;margin:0}
.breadcrumb-item--home svg {
	display: block;
	width: 24px;
	height: 24px;
}
/* === BRANDS GRID === */
.brands-section{padding:40px 0 80px;margin-top:-40px}
.brands-section .container > div,.brands-section .brands-grid{
    background:#fff;border-radius:16px;padding:40px;
    box-shadow:0 4px 20px rgba(0,0,0,.04);
}
.brands-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
    }

.brand-card{
    background:#F9F9F9; 
    border-radius:14px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    transition:all .25s ease;
    text-decoration:none;
    color:inherit;
      aspect-ratio: 16/14;
}
.brand-card:hover{
    border-color:var(--theme-green);
    transform:translateY(-4px);
	background:#EDFFE8; 
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.brand-card__logo{
      height: 50%;
    display:flex;
    align-items:center;
    justify-content:center;  
    padding: 16px 24px;
    flex: 1;
}
.brand-card__logo img{ 
    width:auto;
    object-fit:contain;
      height: 100%;
    
}
.brand-card__logo img {
    transition: filter 0.3s ease;
}
 
@media (hover: hover) {
    .brand-card__logo img {
         filter: grayscale(100%) opacity(0.7);
    }

    .brand-card:hover .brand-card__logo img {
        filter: grayscale(0%) opacity(1);
    }
}
.brand-card__footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 20px;  
}
.brand-card__name{
    font-weight:600;
    font-size:16px;
    color:#1a1a1a;
}
.brand-card__arrow{
    width:32px;
    height:32px; 
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1a1a1a;
    transition:all .2s ease;
}
.brand-card:hover .brand-card__arrow{  
    transform:rotate(-45deg);
}
.brand-card:hover .brand-card__name {
	color:#4DA235;
}
/* === FOOTER === */
.site-footer{
    background:#0d0d0d;
    color:#fff;
    padding:60px 0 24px;
}
.footer-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1.5fr;
    gap:60px;
    padding-bottom:40px;
    border-bottom:1px solid #1f1f1f;
}
.footer-logo img{
    height:56px; 
}
.footer-title{
    font-size:16px;
    font-weight:700;
    color:#fff;
    margin:0 0 20px;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.footer-menu li{margin-bottom:12px}
.footer-menu a{
    color:#9ca3af;
    font-size:14px;
    transition:color .2s;
}
.footer-menu a:hover{color:var(--theme-green)}

.contact-list li{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
}
.contact-icon{
    width:42px;
    height:42px; 
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.contact-list a,
.contact-list span:not(.contact-icon){
    display:flex;
    flex-direction:column;
    color:#fff;
}
.contact-list strong{
    font-size:15px;
    font-weight:600;
    color:#fff;
}
.contact-list small{
    font-size:12px;
    color:#9ca3af;
    margin-top:2px;
}
.contact-list a:hover strong{color:var(--theme-green)}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:24px;
    flex-wrap:wrap;
    gap:16px;
}
.footer-copy{
    color:#9ca3af;
    font-size:13px;
}
.footer-policy{
    display:flex;
    gap:24px;
}
.footer-policy a{
    color:#9ca3af;
    font-size:13px;
    transition:color .2s;
}
.footer-policy a:hover{color:var(--theme-green)}
.footer-dev{
    color:#9ca3af;
    font-size:12px;
    letter-spacing:1px;
}
.footer-dev strong{
    color:#fff;
    margin-left:6px;
}
.product-card__media {
position:relative;
}
.product-card__media::before,
.product-gallery__main .product-gallery__main-item::before{
	content:'';
	position:absolute;
	z-index:99;
	background:url('/wp-content/uploads/2026/04/logo.webp')center center no-repeat;
	width:80%;
	height:80%;
	opacity:0.5;
	background-size:contain;
}
.product-gallery__main .product-gallery__main-item::before {
	width:60%;
	height:60%;
}
/* === RESPONSIVE === */
@media (max-width: 1200px){
    .brands-grid{grid-template-columns:repeat(3,1fr)}
    .footer-grid{grid-template-columns:1fr 1fr;gap:40px}
}

@media (max-width: 992px){
    .header-main__inner{flex-wrap:wrap;gap:14px}
    .header-search{order:5;flex-basis:100%;margin-top:10px}
    .page-title{font-size:32px}
}

@media (max-width: 768px){
    .container{padding:0 20px}
    /*.header-top{display:none}*/
    .brands-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .brands-section .container > div,
    .brands-section .brands-grid{padding:20px}
    .footer-grid{grid-template-columns:1fr;gap:32px}
    .footer-bottom{justify-content:center;text-align:center;flex-direction:column}
    .header-phone__text{display:none}
    .btn-quote span{display:none}
    .page-hero{padding:180px 0 40px}
    .page-title{font-size:26px}
    .page-hero__title {
	font-size: 24px;
}
}

@media (max-width: 480px){
    .brands-grid{grid-template-columns:1fr}
    .top-menu{gap:10px}
    .top-menu a{font-size:12px}
}
@media(max-width:416px) {
	.header-top{ 
	padding: 14px;
}
}
@media(max-width:374px) {
	.header-top{ 
	padding: 14px 8px;
}
}
/* ============================================
   HOME HERO
   ============================================ */
.home-hero{
    background:#0d0d0d; 
    background-size:cover;
    background-position:center;
    padding:32px 0 48px;
    position:relative;
    background-attachment:fixed;
}
 
.home-hero .container{position:relative;z-index:1}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:24px;
    margin-top:24px;
}

.hero-left{
    background:var(--secondary-color);
    border-radius:16px; 
    color:#fff;
    backdrop-filter:blur(8px);
    display:flex;
    flex-direction:column;
    gap: 0px;
}
.hero-left__inner{
    padding:36px;
}
.hero-left__title{ 
    line-height:1.15;
    font-weight:700;
    margin:0;
    color:#fff;   
    font-size: 42px;  
    margin-bottom: 10px; 
}
.hero-left__text{
    color:#d1d5db;
    font-size:18px;
    margin:0;
    max-width:420px;
}
.hero-left__list{
    display:flex;
    font-size:16px;
    flex-direction:column;
    gap:12px;
    margin:8px 0 0;
}
.hero-left__list li{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    font-size:16px;
}
.hero-left__list .dot{
    width:18px;height:18px;
    background:var(--theme-green);
    border-radius:50%;
    display:inline-flex;
    align-items:center;justify-content:center;
    flex-shrink:0;
}

/* Зелёный блок поиска внутри hero-left */
.hero-search{
    background:var(--theme-green);
    border-radius:0 0 16px 16px;
    padding:32px 40px;
    margin-top:auto;
}
.hero-search__title{
    color:#fff;
    font-size:32px;
    font-weight:600;
    margin:0 0 12px;
      line-height: 1.2;
}
.parts-search-form{
    display:flex;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    padding:0px;
    height: 54px;
}
.parts-search-form input{
    flex:1;
    border:0;
    padding:12px 14px;
    background:transparent;
    outline:none;
    font-size:14px;
}
.parts-search-form button {
	background: #363636;
	color: #fff;
	border-radius: 0 10px 10px 0;
	padding: 0 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Правый баннер */
.hero-right{
    background:#1a1a1a center/cover no-repeat;
    border-radius:16px;
    padding:0px;
    position:relative;
    min-height:480px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    overflow:hidden;
}
.hero-right::before{
    content:'';
    position:absolute;inset:0;
    background:linear-gradient(90deg,rgba(0,0,0,.6) 30%,rgba(0,0,0,0) 70%);
}
.hero-right__inner {
	position: relative;
	z-index: 2;
	max-width: 400px;
	width: 100%;
	height: 275px;
	display: flex;
	flex-direction: column;
	justify-content: center;  align-items: flex-start;
}
.hero-right__title{
    color:#fff;
    font-size:48px;
    font-weight:700;
    line-height:1.05;
    margin:0px;
}
.btn-buy-now{
    display:inline-block;
    background:var(--theme-green);
    color:#fff;
    font-weight:500;
    font-size:32px;  
	line-height:1em;
    transition:background .2s;  
    padding: 18px 80px;
    gap: 10px; 
    background: linear-gradient(180deg, #97D952 0%, #30602B 100%), #4DA235;
    border-radius: 10px; 
    text-transform: uppercase;
    width: auto;
}
.btn-buy-now:hover{background:#16a34a}

.hero-right__dots{
    position:absolute;
    bottom:24px;left:50%;
    transform:translateX(-50%);
    display:flex;gap:8px;
    z-index:2;
}
.hero-right__dots span{
    width:10px;height:10px;
    background:transparent;
    border-radius:50%;
}
 

/* ============================================
   BRANDS BLOCK (Shop by brands)
   ============================================ */
.brands-block{
    padding:60px 0 40px;
    background:#f4f5f7;
}
.brands-card{
    background:#fff;
    border-radius:20px;
    padding:48px;
    box-shadow:0 4px 24px rgba(0,0,0,.04);
}
.brands-card__head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:32px;
    flex-wrap:wrap;
    gap:16px;
}
.brands-card__title{
    font-size:28px;
    font-weight:700;
    margin:0;
}
.all-brands-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border:1px solid #e5e7eb;
    background:#fff;
    padding:12px 22px;
    border-radius:10px;
    font-weight:600;
    font-size:14px;
    color:#1a1a1a;
    transition:all .2s;
}
.all-brands-btn:hover{
    border-color:var(--theme-green);
    color:var(--theme-green);
}

 

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section{
    background:#f4f5f7;
    padding:60px 0;
}
.section-head{
    text-align:center;
    margin-bottom:40px;
}
.section-title{
    font-size:32px;
    font-weight:700;
    margin:0 0 12px;
}
.section-sub{
    color:#191919;
    font-size:16px;
    margin:0;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1.4fr;
    padding: 0 70px;
    gap:30px;
    align-items:stretch;
}
.about-image {
	border-radius: 0;
	overflow: hidden;
	padding: 32px;
}
.about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    min-height:380px;
    border-radius: 16px;
}
.about-content{
    background:#fff;
    border-radius:16px;
    padding:48px; 
}
.about-tag,
.why-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--theme-green);
    font-weight:600;
    font-size:18px;
    margin-bottom:14px;
}
.about-title{
    font-size:32px;
    font-weight:600;
    margin:0 0 18px;
}
.about-content p{ 
    font-size:16px;
    line-height:1.6;
    margin:0 0 14px;
}
.btn-green{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:var(--theme-green);
    color:#fff;
    padding:12px 22px;
    border-radius:10px;
    font-weight:600;
    font-size:18px;
    margin-top:14px;
    transition:background .2s;
}
.btn-green:hover{background:#16a34a;color:#fff}

/* ============================================
   WHY CHOOSE SECTION
   ============================================ */
.why-section{
    background:#f4f5f7;
    padding:30px 0 80px;
}
.why-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr;
    gap:30px;
    padding: 0 70px;
    align-items:stretch;
}
.why-content{
    background:#fff;
    border-radius:16px;
    padding:48px; 
}
.why-title{
    font-size:32px;
    font-weight:700;
    margin:0 0 16px;
    line-height:1.3;
}
.why-content p{ 
    line-height:1.6;
    margin:0 0 20px;
}
.why-list{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin:0 0 24px;
}
.why-list li{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:500; 
}
.why-list .check{
    width:20px;height:20px;
    background:var(--theme-green);
    border-radius:50%;
    display:inline-flex;
    align-items:center;justify-content:center;
    flex-shrink:0;
}

.why-image{
    position:relative;
    border-radius:0px;
    overflow:hidden;
    min-height:420px;
      padding: 32px;
}
.why-image img{
    width:100%;height:100%;
    object-fit:cover;
    border-radius: 16px;
}

.floating-icons {
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 30px 20px 20px 20px;
	gap: 0;
	position: absolute;
	width: 98px;
	height: 290px;
	background: #FFFFFF;
	border: 1px solid #4DA235;
	box-shadow: 0px 0px 53px rgba(77, 162, 53, 0.04), 0px 0px 33.6542px rgba(77, 162, 53, 0.0314869), 0px 0px 20.242px rgba(77, 162, 53, 0.0257726), 0px 0px 11.558px rgba(77, 162, 53, 0.0217376), 0px 0px 6.39708px rgba(77, 162, 53, 0.0182624), 0px 0px 3.55394px rgba(77, 162, 53, 0.0142274), 0px 0px 1.82332px rgba(77, 162, 53, 0.00851312);
	border-radius: 12px;
	right: 0px;
}
.floating-icons span {
	width: 58px;
	min-height: 58px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #4DA235;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	color: #1a1a1a;
	margin-top: -7px;
}
.floating-icons span img {
	width: 48px;
	height: auto;
	object-fit: cover;
	border-radius: 0;
}
.floating-icons .text{
    background:#0d0d0d;
    color:#fff;
    font-size:10px;
    letter-spacing:1px;
}
.floating-icons .more{
    background:var(--theme-green);
    color:#fff;
    font-size:10px;
    letter-spacing:1px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px){
    .hero-grid{grid-template-columns:1fr}
    .hero-right{min-height:380px}
    .hero-right__inner{max-width:70%}
    .hero-right__title{font-size:42px}
    .about-grid,
    .why-grid{grid-template-columns:1fr}
    .about-image img{min-height:280px}
    .why-image{min-height:340px}
}

@media (max-width: 768px){ 
    .why-grid,.about-grid{
        padding: 0;
    }
    .hero-left__title{font-size:26px}
    .hero-right{padding: 0px;min-height:300px}
    .hero-right__title{font-size:32px}
    .hero-right__inner{max-width:100%}
    .btn-buy-now{font-size:18px;padding:14px 32px}
    .brands-card{padding:24px}
    .brands-card__title{font-size:22px}
    .about-content,
    .why-content{padding:24px}
    .about-title{font-size:20px}
    .why-title{font-size:20px}
    .section-title{font-size:24px} 
    .about-section { 
        padding: 20px 0;
    }
}

@media (max-width: 480px){
    .hero-left__title{font-size:22px}
    .hero-right__title{font-size:24px}
    .floating-icons{display:none}
}
/* ============================================
   TOAST NOTIFICATIONS
============================================ */
.parts-toast-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.parts-toast {
    min-width: 260px;
    max-width: 360px;
    padding: 14px 18px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateX(120%);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    pointer-events: auto;
}

.parts-toast.is-visible {
    transform: translateX(0);
    opacity: 1;
}

.parts-toast--success { background: var(--theme-green); }
.parts-toast--error   { background: #ef4444; }
.parts-toast--info    { background: #3b82f6; }

/* ============================================
   HERO SLIDER
============================================ */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease;
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: inherit;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.hero-right__dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.hero-right__dots span {
    width: 18px;
    height: 18px; 
    cursor: pointer;
    transition: all .25s ease;
}

.hero-right__dots span.active {
    
    width: 24px;
    border-radius: 4px;
}

/* ============================================
   QUOTE COUNTER
============================================ */
.quote-counter,
.header-quote-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 11px;
    background: #ef4444;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transition: transform .25s ease;
}

.quote-counter:not(.has-items),
.header-quote-count:not(.has-items) {
    background: #94a3b8;
}

.quote-counter.is-pulse,
.header-quote-count.is-pulse {
    transform: scale(1.25);
}

/* ============================================
   QUOTE LIST ITEMS
============================================ */
.quote-item {
    transition: opacity .25s ease;
}

.quote-item.is-removing {
    opacity: 0.5;
    pointer-events: none;
}

.quote-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.quote-qty-plus,
.quote-qty-minus {
    width: 32px;
    height: 36px;
    border: none;
    background: #f8fafc;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.quote-qty-plus:hover,
.quote-qty-minus:hover {
    background: #e2e8f0;
}

.quote-item-qty {
    width: 50px;
    height: 36px;
    border: none;
    text-align: center;
    font-weight: 600;
    -moz-appearance: textfield;
}

.quote-item-qty::-webkit-outer-spin-button,
.quote-item-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ============================================
   FORM ERRORS
============================================ */
.field-error {
    display: block;
    margin-top: 4px;
    color: #ef4444;
    font-size: 12px;
    font-weight: 500;
}

.has-error {
    border-color: #ef4444 !important;
    background: #fef2f2;
}

/* ============================================
   QUOTE SUCCESS / EMPTY
============================================ */
.quote-success {
    text-align: center;
    padding: 60px 20px;
}

.quote-success__icon {
    margin: 0 auto 20px;
}

.quote-success h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.quote-empty {
    text-align: center;
    padding: 60px 20px;
}

.quote-empty p {
    color: #64748b;
    margin-bottom: 20px;
}

/* ============================================
   ADD-TO-QUOTE BUTTON STATES
============================================ */
.add-to-quote-btn.is-loading,
.add-to-request-btn.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

.add-to-quote-btn.is-added,
.add-to-request-btn.is-added {
    background: var(--theme-green);
    color: #fff;
}
/* Skip link */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
}
.skip-link:focus {
    left: 10px;
    top: 10px;
    padding: 10px 16px;
    background: #000;
    color: #fff;
    border-radius: 4px;
}

/* Top bar layout */
 

.header-top__left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-top__info {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 13px;
    text-decoration: none;
}

.header-top__info:hover {
    color: var(--theme-green);
}

/* Quote button counter inside */
.btn-quote {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-quote .quote-counter {
    background: #fff;
    color: #1f4eaa;
    display: none;
}

.btn-quote.has-items .quote-counter {
	background: #ef4444;
	color: #fff;
	position: absolute;
	right: 14px;
	top: 6px;
	font-size: 8px;
	min-width: 18px;
	height: 18px;
}

 
/* ============================================
   BRANDS PAGE
============================================ */
.brands-page {
    padding: 60px 0 80px;
}

/* Page header */
.page-header {
    text-align: center;
    margin-bottom: 40px;
}

.page-header__title {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px;
}

.page-header__subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Search bar */
.brands-search {
    margin: 0 auto 30px;
    max-width: 480px;
}

.brands-search__form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.brands-search__input {
    flex: 1;
    height: 46px;
    padding: 0 16px 0 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    transition: border-color .2s ease;
}

.brands-search__input:focus {
    outline: none;
    border-color: #1f4eaa;
}

.brands-search__btn {
    width: 46px;
    height: 46px;
    border: none;
    background: #1f4eaa;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}

.brands-search__btn:hover {
    background: #163b7e;
}

.brands-search__reset {
    color: #64748b;
    font-size: 13px;
    text-decoration: underline;
}

/* Count */
.brands-page__count {
    text-align: center;
    color: #64748b;
    font-size: 14px;
    margin-bottom: 24px;
}
.page-hero__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px; 
	color: #fff;  line-height: 1;
    font-weight: 500;
	margin-bottom: 16px;

}
.brands-page__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	padding: 70px;
	background: #FFFFFF;
	box-shadow: 0px 12px 60px rgba(0, 0, 0, 0.03), 0px 4.62222px 19.1111px rgba(0, 0, 0, 0.0303704), 0px 0.977778px 4.88889px rgba(0, 0, 0, 0.0196296);
	border-radius: 24px;
	gap: 20px;
}

/* Brand card extra count */
.brand-card__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand-card__count {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 400;
}

/* Empty state */
.brands-page__empty {
    text-align: center;
    padding: 60px 20px;
    background: #f8fafc;
    border-radius: 12px;
    margin: 30px 0;
}

.brands-page__empty p {
    color: #64748b;
    margin-bottom: 20px;
    font-size: 16px;
}

.brands-page__content {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e2e8f0;
    color: #475569;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .brands-page {
        padding: 40px 0 60px;
    }

    .page-header__title {
        font-size: 28px;
    }

    .brands-page__grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 14px;
    }
}
/* Footer about text */
.footer-about {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
    margin: 16px 0 20px;
    max-width: 280px;
}

/* Footer socials */
.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.footer-social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, transform .2s ease;
}

.footer-social:hover {
    background: var(--theme-green);
    transform: translateY(-2px);
}

/* Address contact item */
.contact-icon--address svg {
    color: var(--theme-green);
}

/* Footer dev with link */
.footer-dev a {
    color: inherit;
    text-decoration: none;
}

.footer-dev a:hover strong {
    color: var(--theme-green);
}
/* ============================================
   SHOP ARCHIVE
============================================ */
.shop-archive {
    padding: 30px 0 80px;
}

/* Breadcrumbs */
.breadcrumbs {
    margin-bottom: 20px;
    font-size: 13px;
    color: #64748b;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumb-sep {
    margin: 0px;
    color: #cbd5e1;
}

/* Page header */
.shop-archive__header {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 20px;
    background: #f8fafc;
    border-radius: 12px;
    position: relative;
}

.shop-archive__title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px;
}

.shop-archive__subtitle {
    color: #64748b;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

.shop-archive__brand-logo {
    margin-top: 20px;
}

.shop-archive__brand-logo img {
    max-height: 60px;
    width: auto;
}

/* Layout */
.shop-archive__layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 30px;
    align-items: start;
}

/* Sidebar */
.shop-sidebar {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 20px;
    position: sticky;
    top: 90px;
}

.filter-block {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.filter-block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.filter-block__title {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Search inside filter */
.filter-search {
    position: relative;
    display: flex;
}

.filter-search__input {
    flex: 1;
    height: 38px;
    padding: 0 40px 0 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
}

.filter-search__btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
}

/* Checkbox list */
.filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 240px;
    overflow-y: auto;
}

.filter-list li {
    margin-bottom: 6px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    color: #475569;
    user-select: none;
}

.filter-checkbox input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.filter-checkbox__box {
    width: 18px;
    height: 18px;
    border: 1.5px solid #cbd5e1;
    border-radius: 4px;
    margin-right: 8px;
    flex-shrink: 0;
    position: relative;
    transition: all .15s ease;
}

.filter-checkbox input:checked + .filter-checkbox__box {
     background: var(--theme-green);
  border-color: var(--theme-green);
}

.filter-checkbox input:checked + .filter-checkbox__box::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-checkbox__label small {
    color: #94a3b8;
    margin-left: 4px;
}

.filter-checkbox:hover .filter-checkbox__box {
    border-color: #22c55e;
}

/* Filter actions */
.filter-actions {
    margin-top: 20px;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-link {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #64748b;
    font-size: 13px;
    text-decoration: underline;
}

.btn-link:hover {
    color: #1f4eaa;
}

/* Toolbar */
.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.shop-toolbar .woocommerce-result-count {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.shop-toolbar .woocommerce-ordering {
    margin: 0;
}

.shop-toolbar .woocommerce-ordering select {
    height: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0 12px;
    background: #fff;
    font-size: 14px;
    color: #1f2937;
} 


/* Sale badge */
.shop-content ul.products li.product .onsale {
    background: #ef4444 !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1 !important;
}

/* Pagination */
.shop-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.woocommerce-pagination ul.page-numbers {
    display: flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none !important;
}

.woocommerce-pagination ul.page-numbers li {
    border: none !important;
    margin: 0 !important;
}

.woocommerce-pagination ul.page-numbers a,
.woocommerce-pagination ul.page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

 
/* Empty state */
.shop-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: #f8fafc;
    border-radius: 12px;
}

.shop-empty h2 {
    font-size: 22px;
    color: #1f2937;
    margin: 0 0 10px;
}

.shop-empty p {
    color: #64748b;
    margin-bottom: 20px;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .shop-archive__layout {
        grid-template-columns: 240px 1fr;
        gap: 20px;
    }

    .shop-content ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .shop-archive__layout {
        grid-template-columns: 1fr;
    }

    .shop-sidebar {
        position: static;
        margin-bottom: 20px;
    }

    /* Mobile filter toggle */
    .shop-sidebar.is-collapsed .shop-filters {
        display: none;
    }

    .shop-toolbar {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
        background: transparent;
        border: none;
        padding: 0;
    }

    .shop-content ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }


}

@media (max-width: 480px) {
    .shop-content ul.products {
        grid-template-columns: 1fr;
    }
}
/* Custom product card */
.product-card {
    display: flex;
    flex-direction: column;
}

.product-card__image-link {
    display: block;
    position: relative;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fafc;
    aspect-ratio: 1 / 1;
}

.product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 12px;
}

.product-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0 !important;
    transition: transform .3s ease;
}

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

      
/* Quote toast */
.quote-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #1f2937;
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 500;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
    max-width: 320px;
}

.quote-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.quote-toast::before {
    content: '✓ ';
    color: #22c55e;
    font-weight: 700;
    margin-right: 4px;
}

/* Counter in header */
.quote-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #22c55e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 9px;
    margin-left: 6px;
}

.quote-count.is-empty {
    background: #94a3b8;
}
 
/* ===== Gallery ===== */
.product-single__gallery {
    position: relative;
}

.product-single .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
}

.product-single .woocommerce-product-gallery__image {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.product-single .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-single .flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding: 0 !important;
}

.product-single .flex-control-thumbs li {
    width: calc(20% - 7px) !important;
    margin: 0 !important;
}

.product-single .flex-control-thumbs img {
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    transition: border-color .2s ease;
    cursor: pointer;
}

.product-single .flex-control-thumbs img.flex-active,
.product-single .flex-control-thumbs img:hover {
    border-color: #1f4eaa;
}

  
.woocommerce-tabs {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    overflow-x: auto;
}

.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs::after {
    display: none !important;
}

.woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.woocommerce-tabs ul.tabs li::before,
.woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 16px 24px !important;
    color: #64748b !important;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all .2s ease;
    text-shadow: none !important;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
    color: #1f4eaa !important;
    border-bottom-color: #1f4eaa;
    background: #fff;
}

.woocommerce-tabs .panel {
    padding: 30px !important;
    margin: 0 !important;
}

.woocommerce-tabs .panel h2 {
    font-size: 20px;
    color: #1f2937;
    margin: 0 0 16px;
}

.woocommerce-tabs .panel p {
    color: #475569;
    line-height: 1.7;
}

.woocommerce-tabs .shop_attributes {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-tabs .shop_attributes th {
    background: #f8fafc;
    text-align: left;
    padding: 12px 16px;
    font-weight: 600;
    color: #1f2937;
    border: 1px solid #e2e8f0;
    width: 30%;
}

.woocommerce-tabs .shop_attributes td {
    padding: 12px 16px;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.woocommerce-tabs .shop_attributes p {
    margin: 0;
}

/* ===== Related ===== */
.product-single__related {
    border-top: 1px solid #e2e8f0;
    padding-top: 50px;
}

.product-single__related .section-title {
    font-size: 24px;
    margin: 0 0 24px;
    color: #1f2937;
}

.product-single__related ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .product-single__grid {
        gap: 30px;
    }

    .product-single__related ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .brands-page__grid{
        padding: 40px;
    }
}

 @media (max-width: 768px) {
     .site-main .home-hero {
	padding-top: 163px;
}.hero-search,.hero-left__inner {
	padding: 20px;
}
.hero-slide{
    padding: 20px;
}
    .brands-page__grid{
        padding: 20px;
    }
    .product-single__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-single__title {
        font-size: 22px;
    }

    .product-single__price {
        font-size: 26px;
    }

    .product-single__actions {
        flex-direction: column;
    }

    .product-single__actions .btn-large {
        width: 100%;
        justify-content: center;
    }

    .product-single__features {
        grid-template-columns: 1fr;
    }

    .woocommerce-tabs ul.tabs li a {
        padding: 12px 16px !important;
        font-size: 13px;
    }

    .woocommerce-tabs .panel {
        padding: 20px !important;
    }

    .product-single__related ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .product-single__related ul.products {
        grid-template-columns: 1fr !important;
    }

    .product-single__meta {
        flex-direction: column;
        gap: 8px;
    }
    .hero-search__title{
      font-size: 18px;
    }
   
}

.oem-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.oem-list li {
    background: #f1f5f9;
    color: #1f2937;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
}

/* ============================================
   HERO SLIDER — swipe + progress ring
============================================ */

/* Slider container */
[data-slider] {
    position: relative;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
    touch-action: pan-y;            
}

[data-slider].is-dragging {
    cursor: grabbing;
}

[data-slider] img {
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}

/* Slides */
.hero-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* ============================================
   DOTS with progress ring
============================================ */
[data-slide-target] {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

/* центральная точка */
[data-slide-target]::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    transition: background 0.3s ease, transform 0.3s ease;
    z-index: 1;
}

[data-slide-target].active::before {
    background: #fff;
    transform: scale(1.15);
}

/* SVG ring */
.dot-progress {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);      
    pointer-events: none;
}

.dot-progress__track,
.dot-progress__bar {
    fill: none;
    stroke-width: 2;
    cx: 18;
    cy: 18;
    r: 16;
}
 
.dot-progress__track {
    stroke: rgba(255, 255, 255, 0.25);
    opacity: 0;
    transition: opacity 0.25s ease;
}

[data-slide-target].active .dot-progress__track {
    opacity: 1;
}
 
.dot-progress__bar {
    stroke: #fff;
    stroke-linecap: round;
    stroke-dasharray: 100.53;        
    stroke-dashoffset: 100.53;       
    transition: stroke-dashoffset 0.05s linear;
    opacity: 0;
}

[data-slide-target].active .dot-progress__bar {
    opacity: 1;
}