.header_wrapper {
    position:relative;
    height: 220px;
    min-height: 220px;
    width: 100%;
}
/* дождь поверх хедера, клики не перехватывает */
.logo_rain{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}
.logo_rain canvas{position:absolute;inset:0;width:100%;height:100%}
.logo_txt {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
}
.logo_text {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: 46%;
    pointer-events: none;
}

.footer {
    margin-top: 0 !important;
    padding-bottom: 1rem !important;
}
.footer-box {
    display: none !important;
}
.js-product-skus.md {
    width: 100%;
    font-size: 24px;
    height: 55px;
}
.js-product_gallery-images-main {

}
.Product-grid {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 
    0 1px 2px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 10px 6px;
}
.js-preview-products.products-tile {
    gap: 10px;
}

.cat-tile_name {
    display: none;
}
.container.clearfix {
    text-align:center;
}
.nowrap.price {
    color: rgba(16, 196, 76, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.Product-grid_name {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    transition: 0.2s all;
    height: 100% !important;
}
.Product-grid_name:hover > a {
    color: #005bff;;
}
.Product-grid_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
.bottom_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.rating-ozon {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
@media (max-width: 470px) {
    .rating-ozon {
        margin-right: 0px;
    }
}
.rating-ozon__value {
    font-size: 16px;
    font-weight: 500;
}
.rating-ozon__star {
    display: flex;
}
.rating-ozon__separator {
    display: flex;
    align-items: flex-end;
    margin-left: 5px;
}
.rating-ozon__count {
    color: #99a3ae;
}
.Product-grid_action-icons {
    display: flex;
    gap: 5px;
}

.telegram {
    position: fixed;
    width: 65px;
    height: 65px;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
}

@media (max-width: 470px) {
    .telegram {
        right: 20px;
        bottom: 90px;
        z-index: 1000;
    }
    .Product-grid {
        width: 48% !important;
    }
}





















:root {
	--transDur: 0.3s;
}
html,

input {
	font: 1em/1.5 Fredoka, sans-serif;
}


/* Default */
.theme {
	display: flex;
	align-items: center;
	-webkit-tap-highlight-color: transparent;
}
.theme__fill,
.theme__icon {
	transition: transform var(--transDur) ease-in-out;
}
.theme__fill {
	background-color: var(--bg);
	display: block;
	mix-blend-mode: difference;
	position: fixed;
	inset: 0;
	height: 100%;
	transform: translateX(-100%);
	pointer-events: none;
}
.theme__icon,
.theme__toggle {
	z-index: 1;
}
.theme__icon,
.theme__icon-part {
	position: absolute;
}
.theme__icon {
	display: block;
	top: 0.75em;
	left: 0.75em;
	width: 1.5em;
	height: 1.5em;
}
.theme__icon-part {
	border-radius: 50%;
	box-shadow: 0.4em -0.4em 0 0.5em hsl(0,0%,100%) inset;
	top: calc(50% - 0.5em);
	left: calc(50% - 0.5em);
	width: 1em;
	height: 1em;
	transition:
		box-shadow var(--transDur) ease-in-out,
		opacity var(--transDur) ease-in-out,
		transform var(--transDur) ease-in-out;
	transform: scale(0.5);
}
.theme__icon-part ~ .theme__icon-part {
	background-color: hsl(0,0%,100%);
	border-radius: 0.05em;
	box-shadow: none;
	top: 50%;
	left: calc(50% - 0.05em);
	transform: rotate(0deg) translateY(0.5em);
	transform-origin: 50% 0;
	width: 0.1em;
	height: 0.2em;
}
.theme__icon-part:nth-child(3) {
	transform: rotate(45deg) translateY(0.5em);
}
.theme__icon-part:nth-child(4) {
	transform: rotate(90deg) translateY(0.5em);
}
.theme__icon-part:nth-child(5) {
	transform: rotate(135deg) translateY(0.5em);
}
.theme__icon-part:nth-child(6) {
	transform: rotate(180deg) translateY(0.5em);
}
.theme__icon-part:nth-child(7) {
	transform: rotate(225deg) translateY(0.5em);
}
.theme__icon-part:nth-child(8) {
	transform: rotate(270deg) translateY(0.5em);
}
.theme__icon-part:nth-child(9) {
	transform: rotate(315deg) translateY(0.5em);
}
.theme__label,
.theme__toggle,
.theme__toggle-wrap {
	position: relative;
}
.theme__toggle,
.theme__toggle:before {
	display: block;
}
.theme__toggle {
	background-color: hsl(48,90%,85%);
	border-radius: 25% / 50%;
	box-shadow: 0 0 0 0.125em var(--primaryT);
	padding: 0.25em;
	width: 6em;
	height: 3em;
	-webkit-appearance: none;
	appearance: none;
	transition:
		background-color var(--transDur) ease-in-out,
		box-shadow 0.15s ease-in-out,
		transform var(--transDur) ease-in-out;
}
.theme__toggle:before {
	background-color: hsl(48,90%,55%);
	border-radius: 50%;
	content: "";
	width: 2.5em;
	height: 2.5em;
	transition:
		background-color var(--transDur) ease-in-out,
		transform var(--transDur) ease-in-out;
}
.theme__toggle:focus {
	box-shadow: 0 0 0 0.125em var(--primary);
	outline: transparent;
}

/* Checked */
.theme__toggle:checked {
	background-color: hsl(198,90%,15%);
}
.theme__toggle:checked:before,
.theme__toggle:checked ~ .theme__icon {
	transform: translateX(3em);
}
.theme__toggle:checked:before {
	background-color: hsl(198,90%,55%);
}
.theme__toggle:checked ~ .theme__fill {
	transform: translateX(0);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(1) {
	box-shadow: 0.2em -0.2em 0 0.2em hsl(0,0%,100%) inset;
	transform: scale(1);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part ~ .theme__icon-part {
	opacity: 0;
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(2) {
	transform: rotate(45deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(3) {
	transform: rotate(90deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(4) {
	transform: rotate(135deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(5) {
	transform: rotate(180deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(6) {
	transform: rotate(225deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(7) {
	transform: rotate(270deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(8) {
	transform: rotate(315deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(9) {
	transform: rotate(360deg) translateY(0.8em);
}
.theme__toggle-wrap {
	margin: 0 0.75em;
}

@supports selector(:focus-visible) {
	.theme__toggle:focus {
		box-shadow: 0 0 0 0.125em var(--primaryT);
	}
	.theme__toggle:focus-visible {
		box-shadow: 0 0 0 0.125em var(--primary);
	}
}

.wa-button.s-plus-button.outlined.js-increase:hover, .wa-button.s-minus-button.outlined.js-decrease:hover {
    color: grey;
}

@media (max-width: 470px) {
    .owl-stage {
        width: 1000px;
        gap: 10px;
    }
}


.accordion-item {
    border-bottom: 1px solid #ccc;
}
.accordion-body {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    line-height: 1.4;
}

.accordion-body.open {
    max-height: 600px;
    padding: 12px 0;
}


.accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin: 1em 0 0.5em 0;
}

.accordion-title {
    font-size: 16px;
    pointer-events: none;
    user-select: none;
    font-size: 1.3rem;
    font-weight: 700;
}
.accordion-header.active {
    /* Ваши стили для активного заголовка */
}

.accordion-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    transition: transform .3s ease;
}
.accordion-icon::before {
    content: "";
    position: absolute;
    background-color: #000;
    transition: transform .3s ease;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.accordion-icon::after {
    content: "";
    position: absolute;
    background-color: #000;
    transition: transform .3s ease;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-header.active .accordion-icon::after {
    transform: translateX(-50%) scaleY(0);
}






.category-heder {
    display: flex;
}
.category_block {
    width: 290px;
}
@media (max-width: 470px) {
    .category_block {
        display: none;
    }
}
.category-name {
    font-size: 2rem;
    font-weight: 700;
}
.product_page .product_name {
    font-size: 2.2rem;
    margin-top: 0;
    font-weight: 700;
}



/* ========================================
   SEO текст перед футером - премиум версия
   ======================================== */

.seo-text-section {
    padding: 100px 0 80px;
    background: #fafbfc;
    position: relative;
}

/* Декоративный элемент сверху */
.seo-text-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e0e0e0 20%, #e0e0e0 80%, transparent 100%);
}

.seo-text-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Заголовки с иконками */
.seo-text-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #001a34;
    margin-bottom: 35px;
    margin-top: 70px;
    position: relative;
    padding-left: 55px;
    line-height: 1.3;
}

.seo-text-section h2:first-child {
    margin-top: 0;
}

/* Иконки перед заголовками */
.seo-text-section h2:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    line-height: 1;
}

/* Донат для популярных игр */
.seo-text-section h2:nth-of-type(1):before {
    content: "🎮";
}

/* Подарочные карты для сервисов */
.seo-text-section h2:nth-of-type(2):before {
    content: "💳";
}

/* Почему выбирают CODE TOP */
.seo-text-section h2:nth-of-type(3):before {
    content: "⭐";
}

/* Параграфы */
.seo-text-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 30px;
    max-width: 900px;
}

/* Ссылки */
.seo-text-section a {
    color: #005bff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

.seo-text-section a:hover {
    color: #f1117e;
    border-bottom-color: #f1117e;
}

/* Сетка преимуществ */
.seo-text-section ul {
    list-style: none;
    padding-left: 0;
    margin: 50px 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

/* Карточки преимуществ */
.seo-text-section ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    padding: 25px 25px 25px 75px;
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.seo-text-section ul li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 91, 255, 0.12);
    border-color: #005bff;
}

/* Иконки в карточках */
.seo-text-section ul li:before {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #005bff 0%, #0047cc 100%);
    box-shadow: 0 4px 12px rgba(0, 91, 255, 0.25);
}

/* Разные иконки для каждого пункта */
.seo-text-section ul li:nth-child(1):before {
    content: "⚡";
}

.seo-text-section ul li:nth-child(2):before {
    content: "🔒";
}

.seo-text-section ul li:nth-child(3):before {
    content: "💳";
}

.seo-text-section ul li:nth-child(4):before {
    content: "📧";
}

.seo-text-section ul li:nth-child(5):before {
    content: "🇷🇺";
}

/* Адаптив для планшетов */
@media (max-width: 1024px) {
    .seo-text-section {
        padding: 70px 0 60px;
    }
    
    .seo-text-section h2 {
        font-size: 32px;
        margin-top: 60px;
        padding-left: 50px;
    }
    
    .seo-text-section h2:before {
        font-size: 32px;
    }
    
    .seo-text-section ul {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .seo-text-section {
        padding: 50px 0 40px;
    }
    
    .seo-text-section .container {
        padding: 0 15px;
    }
    
    .seo-text-section h2 {
        font-size: 26px;
        margin-top: 45px;
        margin-bottom: 25px;
        padding-left: 45px;
    }
    
    .seo-text-section h2:before {
        font-size: 28px;
    }
    
    .seo-text-section p {
        font-size: 16px;
        line-height: 1.7;
    }
    
    .seo-text-section ul {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 35px;
    }
    
    .seo-text-section ul li {
        font-size: 15px;
        padding: 20px 20px 20px 65px;
    }
    
    .seo-text-section ul li:before {
        width: 36px;
        height: 36px;
        font-size: 20px;
        left: 15px;
    }
}

/* Dark mode */
:root[data-theme="dark"] .seo-text-section {
    background: #1a1a1a;
}

:root[data-theme="dark"] .seo-text-section:before {
    background: linear-gradient(90deg, transparent 0%, #333 20%, #333 80%, transparent 100%);
}

:root[data-theme="dark"] .seo-text-section h2 {
    color: #ffffff;
}

:root[data-theme="dark"] .seo-text-section p {
    color: #cccccc;
}

:root[data-theme="dark"] .seo-text-section ul li {
    background: #252525;
    color: #e0e0e0;
    border-color: #333;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

:root[data-theme="dark"] .seo-text-section ul li:hover {
    box-shadow: 0 8px 24px rgba(0, 91, 255, 0.3);
    border-color: #005bff;
}

:root[data-theme="dark"] .seo-text-section a {
    color: #4d94ff;
}

:root[data-theme="dark"] .seo-text-section a:hover {
    color: #ff4d9f;
}

.seo-text-section:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 91, 255, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.seo-text-section .container {
    position: relative;
    z-index: 1;
}
