/* ==========================================
   ZenSkyyy × EasyDonate
   BLACK / WHITE — Clean Minimal Theme
   ========================================== */

/* ---------- GLOBAL ---------- */

html,
body {
    background: #050505 !important;
    color: #f5f5f5 !important;
}

body {
    font-family: Inter, Arial, sans-serif !important;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

::selection {
    background: #fff !important;
    color: #000 !important;
}

/* ---------- REMOVE DEFAULT COLORED BACKGROUNDS ---------- */

main,
section,
.container,
.content,
.page,
.shop,
.store,
[class*="content"],
[class*="page"] {
    background-color: transparent !important;
}

/* ---------- TEXT ---------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label {
    color: #f5f5f5 !important;
}

.text-muted,
.text-secondary,
small {
    color: #888 !important;
}

/* ---------- LINKS ---------- */

a {
    color: #ddd !important;
    text-decoration: none !important;
}

a:hover {
    color: #fff !important;
}

/* ---------- HEADER ---------- */

header,
nav,
.navbar {
    background: #050505 !important;
    border-bottom: 1px solid #202020 !important;
    box-shadow: none !important;
}

/* ---------- HERO / BANNER ---------- */

.hero,
.banner,
.shop-banner,
.cover,
[class*="banner"],
[class*="hero"] {
    border-radius: 0 0 18px 18px !important;
    overflow: hidden !important;
}

/* затемнение баннера, но не уничтожает картинку */
.hero::after,
.banner::after,
.shop-banner::after {
    background: linear-gradient(
        90deg,
        rgba(0,0,0,.35),
        rgba(0,0,0,.05),
        rgba(0,0,0,.25)
    ) !important;
}

/* ---------- CATEGORY BAR ---------- */

.category,
.categories,
.category-list,
[class*="category"] {
    background: #0b0b0b !important;
    color: #fff !important;
    border-color: #222 !important;
}

/* Активная категория */
.category.active,
.category.selected,
.category button.active,
[class*="category"] .active {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

/* убираем фиолетовые кнопки */
button,
.btn,
.button {
    box-shadow: none !important;
}

/* ---------- PRODUCTS ---------- */

.card,
.product,
.product-card,
.product-item,
.shop-item,
[class*="product"] {
    background: #0d0d0d !important;
    color: #fff !important;

    border: 1px solid #242424 !important;
    border-radius: 10px !important;

    box-shadow: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.card:hover,
.product:hover,
.product-card:hover,
.product-item:hover,
.shop-item:hover {
    background: #141414 !important;
    border-color: #444 !important;
    transform: translateY(-2px);
}

/* ---------- PRODUCT IMAGE ---------- */

.product img,
.product-card img,
.product-item img,
.shop-item img {
    border-radius: 7px !important;
}

/* ---------- PRICE ---------- */

.price,
.product-price,
[class*="price"] {
    color: #fff !important;
    font-weight: 700 !important;
}

/* ---------- BUY BUTTON ---------- */

.product button,
.product-card button,
.product-item button,
.shop-item button {
    background: #fff !important;
    color: #000 !important;

    border: 1px solid #fff !important;
    border-radius: 7px !important;

    font-weight: 600 !important;
}

.product button:hover,
.product-card button:hover,
.product-item button:hover,
.shop-item button:hover {
    background: #dcdcdc !important;
    color: #000 !important;
}

/* ---------- SEARCH ---------- */

input,
textarea,
select {
    background: #0c0c0c !important;
    color: #fff !important;

    border: 1px solid #282828 !important;
    border-radius: 8px !important;
}

input::placeholder,
textarea::placeholder {
    color: #666 !important;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #666 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ---------- CART ---------- */

/* убираем фиолетовый цвет корзины */
.cart,
.cart-button,
.cart-icon,
[class*="cart"],
[class*="basket"] {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

/* ---------- BADGES ---------- */

.badge,
.tag,
.label {
    background: #181818 !important;
    color: #ddd !important;

    border: 1px solid #303030 !important;
    border-radius: 999px !important;
}

/* ---------- MODALS ---------- */

.modal,
.modal-content,
.popup,
.dropdown-menu {
    background: #0c0c0c !important;
    color: #fff !important;
    border: 1px solid #292929 !important;
    box-shadow: 0 20px 60px rgba(0,0,0,.5) !important;
}

/* ---------- DIVIDERS ---------- */

hr {
    border: 0 !important;
    border-top: 1px solid #222 !important;
}

/* ---------- SCROLLBAR ---------- */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background: #292929;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* ---------- MOBILE ---------- */

@media (max-width: 768px) {

    body {
        font-size: 14px !important;
    }

    .card,
    .product,
    .product-card,
    .product-item {
        border-radius: 8px !important;
    }

    .hero,
    .banner,
    .shop-banner {
        border-radius: 0 0 12px 12px !important;
    }
}


/* ==========================================
   ZENSKYYY — ПЕРЕЙТИ К ТОВАРАМ + ОТСТУП
   ========================================== */

/* Кнопка/ссылка "Перейти к товарам" — если она
   уже есть в шаблоне, она автоматически станет
   аккуратной чёрно-белой кнопкой. */
a[href*="product"],
a[href*="products"],
a[href*="товар"],
a[href*="shop"],
a[href*="store"],
.go-to-products,
.to-products,
.products-button,
.shop-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;

    background: #fff !important;
    color: #000 !important;

    border: 1px solid #fff !important;
    border-radius: 8px !important;

    padding: 11px 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;

    transition: all .2s ease !important;
}

a[href*="product"]:hover,
a[href*="products"]:hover,
a[href*="товар"]:hover,
a[href*="shop"]:hover,
a[href*="store"]:hover,
.go-to-products:hover,
.to-products:hover,
.products-button:hover,
.shop-button:hover {
    background: #dcdcdc !important;
    color: #000 !important;
    transform: translateY(-1px);
}

/* Стрелка справа */
a[href*="product"]::after,
a[href*="products"]::after,
.go-to-products::after,
.to-products::after,
.products-button::after,
.shop-button::after {
    content: "→";
    font-size: 18px;
    line-height: 1;
}

/* ---------- ОПУСКАЕМ БЛОК ТОВАРОВ НИЖЕ ---------- */

/* Основные возможные контейнеры товаров */
.products,
.products-list,
.product-list,
.product-grid,
.shop-products,
.products-container,
.items,
.items-grid,
[class*="products"],
[class*="product-list"],
[class*="product-grid"] {
    margin-top: 70px !important;
}

/* Если шаблон использует блок категорий перед товарами */
.category,
.categories,
.category-list {
    margin-bottom: 25px !important;
}

/* Сами карточки не растягиваем по высоте */
.product-card,
.product-item,
.shop-item {
    min-height: 0 !important;
}

/* ---------- БОЛЬШЕ ВОЗДУХА ПОД БАННЕРОМ ---------- */

.hero,
.banner,
.shop-banner,
.cover {
    margin-bottom: 25px !important;
}

/* ---------- МОБИЛЬНАЯ ВЕРСИЯ ---------- */

@media (max-width: 768px) {
    .products,
    .products-list,
    .product-list,
    .product-grid,
    .shop-products,
    .products-container,
    .items,
    .items-grid,
    [class*="products"],
    [class*="product-list"],
    [class*="product-grid"] {
        margin-top: 45px !important;
    }

    a[href*="product"],
    a[href*="products"],
    a[href*="товар"],
    a[href*="shop"],
    a[href*="store"],
    .go-to-products,
    .to-products,
    .products-button,
    .shop-button {
        padding: 10px 16px !important;
    }
}


/* ==========================================
   ZENSKYYY — CUSTOM BLACK & WHITE PALETTE
   Overrides EasyDonate preset colors
   ========================================== */

:root {
    --zenskyyy-main: #050505;
    --zenskyyy-secondary: #0d0d0d;
    --zenskyyy-white: #ffffff;
    --zenskyyy-gray: #888888;
    --zenskyyy-border: #242424;
}

/* Force the custom palette over the template */
html,
body {
    background: #050505 !important;
    color: #ffffff !important;
}

/* Main page / sections */
main,
section,
.container,
.content,
.page,
.shop,
.store,
.wrapper {
    background-color: #050505 !important;
}

/* Header / navigation */
header,
nav,
.navbar {
    background: #050505 !important;
    color: #ffffff !important;
    border-color: #242424 !important;
}

/* Cards and product areas */
.card,
.product,
.product-card,
.product-item,
.shop-item {
    background: #0d0d0d !important;
    color: #ffffff !important;
    border-color: #242424 !important;
}

/* All common buttons — remove preset blue/purple/etc. */
button,
.btn,
.button,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.primary-button,
.secondary-button {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
}

/* Button hover */
button:hover,
.btn:hover,
.button:hover,
.btn-primary:hover,
.btn-secondary:hover,
.primary-button:hover,
.secondary-button:hover {
    background: #dcdcdc !important;
    color: #000000 !important;
    border-color: #dcdcdc !important;
}

/* Active tabs / categories */
.category.active,
.category.selected,
.category button.active,
[class*="category"] .active,
.nav-link.active,
.tab.active,
.active {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

/* Inputs */
input,
textarea,
select {
    background: #0d0d0d !important;
    color: #ffffff !important;
    border-color: #242424 !important;
}

/* Links */
a {
    color: #ffffff !important;
}

a:hover {
    color: #cccccc !important;
}

/* Prices */
.price,
.product-price,
[class*="price"] {
    color: #ffffff !important;
}

/* Cart / basket */
.cart,
.cart-button,
.cart-icon,
.basket,
[class*="cart"],
[class*="basket"] {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

/* Badges */
.badge,
.tag,
.label {
    background: #181818 !important;
    color: #ffffff !important;
    border-color: #303030 !important;
}

/* Modals / dropdowns */
.modal,
.modal-content,
.popup,
.dropdown-menu {
    background: #0d0d0d !important;
    color: #ffffff !important;
    border-color: #242424 !important;
}

/* Remove common colored shadows/glows */
button,
.btn,
.button,
.card,
.product,
.product-card,
.product-item,
.shop-item,
.cart,
.cart-button {
    box-shadow: none !important;
}

/* Scrollbar */
::-webkit-scrollbar-track {
    background: #050505 !important;
}

::-webkit-scrollbar-thumb {
    background: #242424 !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #555555 !important;
}


/* ==========================================
   FINAL FIX — REMOVE REMAINING RED COLOR
   ========================================== */

/* Force every common page/root wrapper to pure black */
html,
body,
#app,
#root,
.app,
.page-wrapper,
.site-wrapper,
.layout,
.main-wrapper,
.shop-wrapper,
.store-wrapper,
.theme-wrapper {
    background: #050505 !important;
    background-color: #050505 !important;
    background-image: none !important;
}

/* Remove red background from sections/wrappers */
main,
section,
article,
aside,
.container,
.content,
.page,
.shop,
.store,
.wrapper,
[class*="wrapper"],
[class*="layout"],
[class*="background"],
[class*="section"] {
    background-color: #050505 !important;
}

/* Remove template red pseudo-elements / decorative overlays */
body::before,
body::after,
main::before,
main::after,
section::before,
section::after,
.page::before,
.page::after,
.shop::before,
.shop::after,
.store::before,
.store::after {
    background: #050505 !important;
    background-color: #050505 !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Keep the actual hero image intact */
.hero,
.banner,
.shop-banner,
.cover {
    background-color: transparent !important;
}

/* Make decorative wave/background elements monochrome */
[class*="wave"],
[class*="decoration"],
[class*="decor"],
[class*="background"] {
    background-color: #050505 !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Remove red-colored borders/glows */
* {
    box-shadow: none !important;
}

/* Re-add only the subtle borders we actually want */
.card,
.product,
.product-card,
.product-item,
.shop-item {
    border: 1px solid #242424 !important;
}

header,
nav,
.navbar {
    border-bottom: 1px solid #242424 !important;
}

/* Pure black outside the central banner */
html {
    background: #050505 !important;
}
