body {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
}

.tech-text { font-family: 'IBM Plex Mono', monospace; }
.steco-hero-bg-text {
    font-size: 15vw;
    line-height: .8;
    font-weight: 900;
    color: rgba(17, 17, 17, 0.03);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
    letter-spacing: -0.05em;
}

html.dark .steco-hero-bg-text {
    color: rgba(250, 250, 250, 0.03);
}

.btn-primary {
    background-color: #7C3AED;
    color: white;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    color: white;
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(124, 58, 237, 0.3), 0 4px 6px -2px rgba(124, 58, 237, 0.15);
}

.btn-outline-primary {
    background-color: transparent;
    color: #7C3AED;
    border: 1px solid #7C3AED;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.btn-outline-primary:hover {
    background-color: #7C3AED;
    color: white;
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(124, 58, 237, 0.3), 0 4px 6px -2px rgba(124, 58, 237, 0.15);
}

#searchInput { width: 0; opacity: 0; transition: width 0.3s ease, opacity 0.3s ease, padding 0.3s ease; }
#searchInput.active { width: 200px; opacity: 1; padding: 0.5rem 1rem; }

/* Hero image crossfade */
.hero-image-wrapper { position: relative; }
.hero-image-wrapper img {
    transition: opacity 2s ease-in-out;
}

.hero-image-wrapper img.hero-img-hidden {
    opacity: 0;
}

.hero-image-wrapper img.hero-img-visible {
    opacity: 1;
}

.hero-image-wrapper img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Nav transition for scroll */
nav.nav-dark {
    background: rgba(17, 17, 17, 0.85) !important;
    border-bottom-color: rgba(255,255,255,0.1) !important;
}

nav.nav-dark a, nav.nav-dark button, nav.nav-dark i, nav.nav-dark .menu-item {
    color: #FAFAFA !important;
}

nav.nav-dark .btn-primary {
    color: white !important;
}

h1,h2,h3,h4,h5,h6 {
    color: #000;
}

.submenu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-item:hover > .submenu {
    display: block;
    opacity: 1;
}

.s-checkbox__element {
    border-color: #7C3AED;
}

.s-checkbox input:checked+.s-checkbox__element {
    background: #7C3AED;
    border-color: #7C3AED;
}

.page h1,
.wrap .s-right h1 {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 2rem !important;
}
.page h2,
.wrap .s-right h2 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    font-weight: 700 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}
.page h3,
.wrap .s-right h3 {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
    font-weight: 500 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}
.page p,
.wrap .s-right p {
    margin-bottom: 1rem !important;
    color: #374151 !important;
    line-height: 1.625 !important;
}

.product-item.h-hidden {
    display: none;
}

.h-hidden-show .product-item.h-hidden {
    display: flex;
}



/* Переделки стилей темы */
a:hover {
    color: #7C3AED;
}

.wrap:not(.product) {
    display: flex;
}

.s-left {
    width: 270px;
    margin-bottom: 80px;
}

.s-right {
    margin-left: 30px;
    flex: 1;
}

.c-products {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sorting__sort-list:hover a,
.sorting__sort-list_active a {
    color: #7C3AED;
}

.m-bars__icon,
.m-bars__icon:after,
.m-bars__icon:before {
    height: 2px;
}

.m-bars__icon:after,
.m-bars__icon:before {
    transition: all .3s ease-out;
}

nav:not(.nav-dark) .m-bars__icon,
nav:not(.nav-dark) .m-bars__icon:after,
nav:not(.nav-dark) .m-bars__icon:before {
    background: #4b5563;
}

nav:not(.nav-dark) .m-bars_sel .m-bars__icon {
    background: none;
}

.m-cMenu {
    top: 81px;
}

.page tr:nth-child(odd) {
    background: #f9f5ff;
}

.page ul li:before {
    background: #7C3AED;
}

.p-left {
    padding-left: 30px;
}

.tab__name:before {
    background: #7C3AED;
}

.button,
.wa-actions-wrapper .wa-button,
.wa-dialog-footer .wa-button,
.wa-submit-button,
.wa-variant-actions .wa-button,
input[type=button],
input[type=submit] {
    background-color: #7C3AED;
    color: white;
    border-radius: 0.5rem;
    padding: 0.625rem 1.5rem;
    font-weight: 600;
    height: auto;
    line-height: 1.25rem;
}

.button:hover,
.wa-actions-wrapper .wa-button:hover,
.wa-dialog-footer .wa-button:hover,
.wa-submit-button:hover,
.wa-variant-actions .wa-button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #7C3AED;
    color: white;
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(124, 58, 237, 0.3), 0 4px 6px -2px rgba(124, 58, 237, 0.15);
}

.owl-theme-nav-2 .owl-next span,
.owl-theme-nav-2 .owl-prev span {
    color: #7C3AED;
    opacity: .8;
}

.owl-theme-nav-2 .owl-next span:hover,
.owl-theme-nav-2 .owl-prev span:hover {
    color: #7C3AED;
    opacity: 1;
}

.f-finds__list {
    border-color: #7C3AED;
}

@media screen and (max-width: 980px) {
    .s-right {
        margin-left: 0;
    }

    .p-left {
        padding-left: 0;
    }
}
