/*!
Theme Name: shoco
Theme URI: http://underscores.me/
Author: razzner
Author URI: https://kochuk.com.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shoco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

shoco is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@font-face {
    font-family: 'Adobe Handwriting Tiffany';
    src: url('fonts/AdobeHandwriting-Tiffany.woff2') format('woff2'),
         url('fonts/AdobeHandwriting-Tiffany.woff') format('woff'); /* Додайте інші формати за необхідності */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('fonts/Geologica-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'DD_02';
    src: url('fonts/DailyDoseFontRegular.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/dinpro_condensedregular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/dinpro_condensedmedium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/dinpro_condensedbold.woff2') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.woff?asl2yf') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}




/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: "DIN Pro", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: url('https://p1.kochuk.com.ua/wp-content/uploads/2025/10/background-1921-min.jpg');
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #513729;
}

/*a:visited {
	color: #513729;
}

a:hover,
a:focus,
a:active {
	color: #513729;
}

a:focus {
	outline: thin dotted;
}*/

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Site theme styles
--------------------------------------------- */

.container {
	max-width: 1440px;
	margin: 0 auto;

	padding: 0 2em;
}


.search-field {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	z-index: 11;
	opacity: 100%;
	background: rgba(141, 141, 141, 0.48);
	padding: 2rem;
	width: 100%;
	height: 100vh;

	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;

	overflow-y: scroll;
}

.search-field .header_search_input {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto 3rem auto;
	margin-top: 100px;
	margin-bottom: 0;
	color: var(--111721, #111721);
	padding: 10px 20px;
	background: #FFF;

	position: relative;
}

.search-field .header_search_result {
	display: flex;
	flex-direction: column;
	row-gap: 20px;

	overflow-y: hidden;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;

	background: #fff;
	padding: 20px;
}

.search-results-container {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.search-field .header_search_result .header_search_result_item {
	display: flex;
	flex-direction: row;
	text-decoration: none;
	align-items: center;

	gap: 10px;
}

.search-field .header_search_result .header_search_result_item div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;

	gap: 10px;
}

.search-field .header_search_result .header_search_result_item .search_img_parent img {
	width: 100%;
	min-width: 150px;
/*	width: 150px;*/
	height: 150px;
	object-fit: cover;
}


.search-field .header_search_result .header_search_result_item .header_search_result_title {
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	color: #1D1D1B;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;

	margin: 0;
}

.search-field .header_search_result .search_item_content a {
	text-decoration: none;
}

.search-field .header_search_result .header_search_result_item span { 
	color: #D5BA8D;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%; /* 29.4px */
}

.search-field .header_search_result .header_search_result_item .shoco-btn {
	padding: 15px 20px;
}

.search-field .header_search_result .header_search_result_item .shoco-btn span {
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.search-field .header_search_result .header_search_result_item .shoco-btn:hover span {
	color: #9ECFCA;
}

.search-field input[type=search] {
  width: 100%;
  border: none;
  border-radius: 0px;
  color: var(--111721, #111721);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
  outline: none;
  padding-left: 10px;
}

.search-field input[type=search]::-webkit-input-placeholder {
  color: #C4C4C4;
}

.search-field input[type=search]:-ms-input-placeholder {
  color: #C4C4C4;
}

.search-field input[type=search]::-ms-input-placeholder {
  color: #C4C4C4;
}

.search-field input[type=search]::placeholder {
  color: #C4C4C4;
}

.search-field svg.search-close {
  margin-right: 1em;
  cursor: pointer;
  position: absolute;
  right: 0;

}

.search-field svg.search-icon-input {
	margin-right: 1em;
}

.search-results-title {
	font-family: Adobe Handwriting Tiffany;
	color: #FFF;
	font-size: 19px;
	line-height: 100%;
	color: rgba(204, 204, 204, 1);
}

.header_search_result .nothing_found {
	color: rgba(204, 204, 204, 1);
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 110%; /* 49px */
	text-transform: uppercase;
}

@media (max-width: 575.98px) {
	.search-field {
		padding: 0;
	}

  .search-field .header_search_result .header_search_result_item .search_img_parent {
  }

  .search-results-container {
  	grid-template-columns: 1fr 1fr;

  	margin-bottom: 130px;
  }

  .search-field .header_search_result .header_search_result_item {
  	flex-basis: 45%;
    flex-direction: column;
  }

  .search-field .header_search_input {
  	margin-top: 0;
  }

  .search-field svg.search-close {
  	margin-right: 1em;
  }

  .search-field .header_search_result .header_search_result_item div {
  	width: 100%;
  	justify-content: space-between;
  }

  .search-field .header_search_result .header_search_result_item .header_search_result_title {
	font-size: 12px;
	}

	.search-field .header_search_result .header_search_result_item span { 
		font-size: 12px;
	}

	.search-field .header_search_result .header_search_result_item .shoco-btn {
		font-size: 11px;
		padding: 10px 15px;
	}

	.search-field .header_search_result .header_search_result_item .shoco-btn span {
		font-size: 11px;
	}
}


#masthead {
	display: flex;
	flex-wrap: wrap;
	padding: 32px 0;
	gap: 32px;
}

.header_top_row {
	display: flex;
	flex-basis: 100%;
	justify-content: space-between;
}

.h-block-1 {
	display: flex;
    align-items: center;
    flex: 0 1 50%;
}

.h-block-2 {
	display: flex;
    align-items: center;
    gap: 45px;
    flex: 0 1 50%;
}

.h-block-3 {
	display: grid;
	grid-template-columns: minmax(170px, 1fr) minmax(60px, 1fr) minmax(60px, 1fr) minmax(250px, 1fr);
	gap: 40px;

	flex: 0 1 calc(50% - 40px);
}

.h-block-3 .socials-list {
	align-items: center;
}

.h-block-4 {
	display: none;
	align-items: center;
	justify-content: flex-end;

	flex: 0 1 100%;
}

.h-i-links-list {
	display: flex;
	align-items: center;
	gap: 45px;
}

.mobile-chats-btn {
	display: none;
}

.h-icon-text {
	display: flex;
	align-items: center;
	column-gap: 5px;

	text-decoration: none;
}

.h-icon-text svg {
	height: 12px;
}

.h-icon-text span {
	text-transform: uppercase;
	text-decoration: none;
	color: #1D1D1B;
	font-size: 12px;
	font-weight: 400;
}

.btn-circle {
	text-transform: uppercase;
	text-decoration: none;
	color: #1D1D1B;
	font-size: 12px;
	font-weight: 400;

	position: relative;
	z-index: 0;  /* 10	*/
}

.btn-circle:before {
	content: "";
	position: absolute;
	left: -3px;
	top: 5px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #9ECFCA;
	border-radius: 50%;
	z-index: -1;
}

.text-transform-none {
	text-transform: none !important;
}


/* Головний контейнер */
.phone-list {
    position: relative;
    display: flex;
}

/* Кнопка-тригер, яка виглядає як текст */
.phone-list__trigger {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    
    background: none;
    border: none;
    outline: unset;
    cursor: pointer;
    
    color: #FFFFFF; /* Колір тексту */
    font-size: 20px; /* Розмір з макету (приблизно) */
    font-weight: 400; /* Тонкий шрифт */
}

/* Стрілка SVG */
.phone-list__arrow {
    width: 20px; /* Налаштуйте розмір */
    height: auto;
    color: #FFFFFF; /* Колір стрілки */
    transition: transform 0.3s ease;
}

/* Стан "відкрито": стрілка перевертається */
.phone-list__trigger[aria-expanded="true"] .phone-list__arrow {
    transform: rotate(180deg);
}

/* Список, що випадає */
.phone-list__dropdown {
    position: absolute;
    top: 70%; /* Трохи нижче кнопки */
    left: 0;
    width: 100%;
    
    background: transparent; /* Колір фону списку */    
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    overflow: hidden;
}

/* Схований стан (для JS) */
.phone-list__dropdown[hidden] {
    display: none;
}

/* Елементи списку */
.phone-list__dropdown li a {
    display: block;
    padding: 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    white-space: nowrap;
}



.lang-switcher {
	display: flex;
	align-items: center;

	column-gap: 5px;
}

.lang-switcher a, .lang-switcher span {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;

}

.lang-switcher .current-language {
	color: #E30613;
}


.header-logo .h-logo-desk {
	display: block;
}

.header-logo .h-logo-mob {
	display: none;
}

.header-cart-btn {
	position: relative;
	display: flex;
	align-items: center;
}

.header-cart-btn span {
	position: absolute;
    top: 0;
    left: 14px;
    top: -10px;
    padding: 4px 7px;
    background: #9ECFCA;
    border-radius: 50%;
    font-size: 8px;
    color: #fff;
}


.h-icon-list {
	display: flex;
	align-items: center;
	gap: 20px;
}


.account-btn {
	display: none;
}

.favorites-btn {
	display: none;
}

.sidebar-menu-btn {
	display: none;
	background: transparent;
	border-radius: 2px;
}

.sidebar-menu-btn svg {
	width: 24px;
	object-fit: contain;
}

.header_nav_row, .header_nav_row div {
	display: flex;
	flex-wrap: wrap;
	flex: 0 1 100%;
}

.header_nav_row div.mobile-nav-btns {
	display: none;
}

.header_nav_row ul {
	display: flex;
	gap: 24px;
	flex: 0 1 100%;

	list-style: none;
	padding: 0;
	margin: 0;
}

.header_nav_row li a {
	position: relative;
}

.header_nav_row a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;

	transition: color 200ms ease-in;
}

.header_nav_row a:hover {
	color: #E30613;
}

.sidenav {
	display: none;
}

.socials-list {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 24px;
}

.socials-list-item {
	display: flex;
	align-items: center;
}

.socials-list-item img,
.socials-list-item svg {
	height: 24px;
	width: 24px;
}


@media (max-width: 767px) {

	.container {
		padding: 10px 15px;
	}

	.search-container .container {
		padding: 0;
	}

	#masthead {
		padding: 36px 0;
	}

	.header_top_row {
		column-gap: 15px;
		row-gap: 0;

		display: grid;
		grid-template-columns: 1fr 1fr;
	}


	.header-logo .h-logo-desk {
		display: none;
	}

	.header-logo .h-logo-mob {
		display: block;
	}

	.header-logo .h-logo-mob {
		width: 100%;
		height: 26px;
	}

	.h-block-1 {
		order: 1;
	}

	.h-block-2 {
		order: 3;
	}

	.h-block-2 .h-i-links-list {
		display: none;
	}

	.h-search-block {
		display: none;
/*		flex: 1 1 100%;
		padding-bottom: 5px;
		border-bottom: 1px solid #F6F6F6;*/
	}

	.h-icon-text {
		width: 100%;
	}

	.h-search-block span {
		color: #B4B4B4;

	}

	.h-block-3 {
		display: none;
		order: 4;
	}

	.h-block-3 .delivery-btn {
		display: none;
	}

	.h-block-4 {
		display: flex;
		flex: 0 1 calc(80% - 0px);
		justify-content: flex-end;
        order: 2;
	}

	.mobile-chats-btn {
		display: block;
	}

	.header_nav_row {
		display: none;
	}

	.sidebar-menu-btn {
		display: block;
	}


	.menu-container {
		overflow-x: auto;
		white-space: nowrap;
		scroll-behavior: smooth;
		flex: 1;
	}

	.menu-container div::-webkit-scrollbar {
		display: none;
	}

	#primary-menu {
		display: flex;
		gap: 20px;

		overflow-y: clip;
	}


	.header_nav_row div.mobile-nav-btns {
		display: flex;
		flex: 1 1 100%;
		justify-content: space-between;
	}

	.menu-nav-button {
		display: block;
		background-color: unset;
		color: #fff;
		border: none;
		padding: 10px 0;
		cursor: pointer;
	}


	.sidenav {
		display: block;
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 2; /* Зробіть z-index вище, ніж у оверлея */
		top: 0;
		right: 0;
		background-color: #1D1D1B;
		overflow-x: hidden;
		transition: 250ms;
	}

	.overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.5); /* Колір і прозорість оверлея */
	  z-index: 1; /* Оверлей буде позаду сайдбару */
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity 0.5s;
	}


	/* Додаємо класи для показу оверлею і відкритого сайдбару */
	.sidenav.open {
	  width: 290px;

	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;

	  padding-top: 15px;
		padding-left: 25px;
	  	padding-right: 15px;
	  	padding-bottom: 17px;
	}

	.overlay.visible {
	  opacity: 1;
	  visibility: visible;
	}

	.sidenav .closebtn {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 36px;

		color: #fff;
	}

	.sub-menu-container {
	    display: none;
	}

	.sidenav .breadcrumb {
		text-align: right;
		font-size: 18px;
		text-transform: uppercase;

	}

	.mobile-nav div ul {
		display: flex;
		flex-direction: column;
		row-gap: 10px;

		list-style: none;
		padding: 0;
		margin: 0;
	}

	.mobile-nav ul li {
	  position: relative;
	}

	.mobile-nav ul li a {
	  text-align: left;
	  text-decoration: none;
	  text-transform: uppercase;
	  font-size: 16px;
	  font-weight: 700;
	  color: #fff;
	  display: block;
	  cursor: pointer;
	  transition: 0.2s;
	}


	.mobile-nav ul li.menu-item-has-children > a::after {
		content: "<";
		position: absolute;
		left: 0;
	}

	.mobile-nav .sub-menu {
		display: none;
		padding-left: 15px;
	}

	.sidenav-top {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.sidenav-top-controls {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.sidenav-top-controls .logo {
		display: block;
	}


	.sidenav-bottom {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}


	.sidenav-bottom-links {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.sidenav-bottom-links .delivery-btn {
		font-size: 16px;

		text-transform: capitalize;
	}

	.sidenav-bottom-links .dd-style-btn {
		padding: 16px 26px 15px 16px;
		font-size: 16px;
		width: 180px;
	}

	.sidenav .locations-list-item {
		gap: 12px;
	}

	.sidenav .ll-item-name a:first-child,
	.sidenav .ll-item-name a:last-child {
		font-size: 16px;
	}

	.sidenav .delivery-btn {
		display: block;
	}

	.sidenav .lang-switcher {
		justify-content: flex-start;
	}

	.sidenav .socials-list {
		margin-top: 10px;
	}
}



footer {
	padding: 60px 0;
}

footer .container {
	display: grid;
	grid-template-columns: minmax(165px, 1fr) minmax(400px, 1fr) minmax(400px, 1fr);
	gap: 160px;
}

.f-block-1 {
	display: flex;
	flex-direction: column;

	row-gap: 40px;
}

.f-block-2 {
	display: flex;
	flex-direction: column;

	row-gap: 20px;
}

.f-block-3 {
	display: flex;
	flex-direction: column;
}

.f-block-1 .f-logo a {
	display: flex;
}

.f-block-1 .f-logo svg,
.f-block-1 .f-logo img {
	width: 164px;
	height: auto;
	object-fit: contain;
}

.f-block-title {
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	color: #9ECFCA;

	margin-bottom: 2em;
}

footer .socials-list {
	flex-direction: row;
	align-items: flex-start;
	gap: 24px;
}

footer .socials-list img,
footer .socials-list svg {
	width: 24px;
	height: 24px;
}

footer .f-visamc img {
	max-width: 164px;
	object-fit: contain;
}

.f-info-menu ul {
	padding: 0;
	margin: 0;

	list-style: none;

	display: flex;
	flex-direction: column;
	gap: 20px;
}

.f-info-menu ul li a {
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;

	color: #fff;

	transition: color 200ms ease-in;
}

.f-info-menu ul li a:hover {
	color: #E30613;
}

.f-copyright {
	font-size: 12px;
	text-transform: uppercase;

	color: #1D1D1B;
}

.f-block-1 .f-copyright {
	padding-bottom: 7px;
}

.locations-list {
	display: flex;
	flex-direction: column;
}

.locations-list-inner-content {
	display: flex;
	flex-wrap: wrap;

	row-gap: 32px;
}

.locations-list-item {
	display: flex;
	gap: 15px;

	flex: 1 1 100%;
}

.ll-item-ico svg {
	width: 18px;
	height: 24px;
}

.ll-item-content {
	display: flex;
    column-gap: 30px;
    flex: 1 1 60%;
}

.ll-item-name {
	display: flex;
	flex-direction: column;

	row-gap: 8px;

	flex-basis: 53%;
}

.ll-item-name a {
	text-decoration: none;

	font-size: 20px;
	font-weight: 400;
	line-height: 100%;

	color: #fff;

	transition: color 200ms ease-in;
}

.locations-list-item:hover .ll-item-name a,
.locations-list-item:hover .ll-item-time {
	color: #E30613;
}

.locations-list-item:hover .ll-item-ico svg path {
	fill: #E30613;
}

.ll-item-time {
	display: flex;

	flex-basis: 47%;
	justify-content: flex-end;

	font-size: 20px;
	font-weight: 400;
	line-height: 100%;

	color: #fff;
	transition: color 200ms ease-in;
}

.f-main-menu ul {
	padding: 0;
	margin: 0;

	list-style: none;

	display: flex;
	flex-direction: column;

	row-gap: 15px;
}

.f-main-menu ul li a {
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;

	color: #1D1D1B;
}

.f-main-menu .delivery-btn {
	display: flex;
	margin-top: 15px;

	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;

	color: #1D1D1B;
}



.logos-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.logos-title {
	display: none;
	flex-basis: 15%;
	align-items: center;

	font-family: Geologica;
	font-weight: 200;
	font-size: 12px;
	text-transform: uppercase;
}

.logos-title span {
	margin-left: 5px;
	font-weight: 500;
}

.logos-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	gap: 25px;
	width: 100%;
}

.logos-item {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
}

.logos-list .logos-item:nth-of-type(1) img {
	max-width: 90px;
	width: 100%;
}

.logos-item img {
	width: auto;
	max-height: 33px;

	object-fit: contain;
}

.delivery-btn {
	font-family: DIN Pro;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;

	color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;
}

.dd-style-btn {
	font-family: DD_02, DIN Pro, sans-serif;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 17px 14px 17px 25px;
	background: url(https://p1.kochuk.com.ua/wp-content/uploads/2025/10/group-33-1.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;

	color: #fff;
}

.dd-btn {
	display: flex;
	align-items: center;
	column-gap: 8px;
    padding: 12px 24px;
    text-decoration: none;

    font-size: 20px;
    font-weight: 400;

    width: fit-content;

    transition: all 200ms ease-in;

    line-height: 130%;
    border: unset;
    outline: unset;
    border-radius: 0;

    cursor: pointer;
}

.shoco-btn {
	display: flex;
	align-items: center;
	column-gap: 8px;
    padding: 12px 24px;
    text-decoration: none;

    font-size: 20px;
    font-weight: 400;

    width: fit-content;

    transition: all 200ms ease-in;

    line-height: 130%;
    border: unset;
    outline: unset;
    border-radius: 0;

    cursor: pointer;
}

.btn-style-1 {
	background-color: #E30613;
    color: #fff;

    border: 1px solid #E30613;
}

.btn-style-1:hover {
	background: #F5F5F5;
	color: #E30613;

	border-color: #E30613;
}

.btn-style-1:hover svg path {
	stroke: #1D1D1B;
}

.btn-style-2 {
	background-color: #1D1D1B;
    color: #fff;

    border: 1px solid #1D1D1B;
}

.btn-style-2:hover {
	background: #fff;
	border: 1px solid #1D1D1B;
	color: #1D1D1B;
}

.btn-style-2:hover svg path {
	stroke: #1D1D1B;
}


.shoco-btn.add_to_cart_button {
	text-transform: lowercase;
}

.shoco-btn:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e900";
    color: #fff;
}

.shoco-btn:hover::before {
	color: #E30613;
}

.shoco-btn svg {
	display: none;
}

.shoco-btn .added-mark {
	display: none;
}

.shoco-btn.added:before {
	content: "\e901";
    color: #fff;
}

.shoco-btn.added:hover::before {
    color: #E30613;
} 

.xoo-wsc-container {
	padding: 40px 0;
}

.xoo-wsc-header {
	padding: 0 80px 16px 50px;

	border-bottom: 1px solid #1D1D1B1A;
}

.xoo-wsc-header .xoo-wsch-close svg {
	width: 10px;
	height: 10px;
}

.xoo-wsc-img-col a {
	display: flex;
}


.xoo-wsc-ft-amt-total {
	border: unset;
	padding: 0;
}

.xoo-wsc-ft-amt-label, .xoo-wsc-ft-amt-value {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;

	color: #1D1D1B;
}

.xoo-wsc-ft-totals .xoo-wsc-ft-amt-label, .xoo-wsc-ft-totals .xoo-wsc-ft-amt-value, .xoo-wsc-ft-totals .xoo-wsc-ft-amt-value bdi {
	font-size: 16px;
    font-weight: 700;

    color: #1D1D1B;
}

a.xoo-wsc-ft-btn {
	background: transparent;
	color: #E30613;
	border: 1px solid #E30613;

	font-size: 20px;
	font-weight: 400;
	text-transform: lowercase;
    text-decoration: none;
    padding: 12px;

    transition: background 200ms ease-in;
}

a.xoo-wsc-ft-btn:hover {
	background: #f1c5c8;
}

.custom-xoo-return-to-shop {
	background: #E30613;
	color: #fff;

	font-size: 20px !important;
	font-weight: 400;
	text-transform: lowercase;
    border: unset;
    text-decoration: none;
    padding: 12px;
}


.xoo-wsc-footer {
	padding: 0;

	padding: 40px 80px 32px 56px;

	border-top: 1px solid #1D1D1B1A;
}

.xoo-wsch-top {
	justify-content: space-between;
	align-items: center;

	position: relative;
}

.xoo-wsc-products {
	padding: 40px 80px 32px 56px;
}

.xoo-wsc-product {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 16px;

	padding: 16px 0;
	border-top: 1px solid #1D1D1B1A;
}

.xoo-wsc-sm-info {
	flex-direction: column;
	gap: 8px;
}

.product-cart-item-info {
	max-width: 75%;

	display: flex;
	flex-direction: column;
}

.product-cart-item-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xoo-wsc-smr-ptotal, .xoo-wsc-smr-ptotal bdi {
	font-size: 14px;
	font-weight: 500;

	color: #1D1D1B;
	text-transform: uppercase;
}

.xoo-wsc-img-col {
	width: 100%;
	height: 100%;

}

.xoo-wsc-sum-col {
	width: 100%;

	position: relative;
}

span.xoo-wsc-smr-del {
	position: absolute;
	width: 10px;
	height: 10px;

	display: flex;
	align-items: center;
	justify-content: center;

	top: 0;
	right: 0;
}

span.xoo-wsch-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	color: #1D1D1B;
	text-transform: uppercase;
	margin: 0;
}

span.xoo-wsch-close {
	position: absolute;
	right: 0;
	top: 8px;

	width: 10px;
	height: 10px;
	display: flex;
}

.xoo-wsc-sum-col {
	justify-content: space-between;
	padding: 0;
}


span.xoo-wsc-pname, span.xoo-wsc-pname a {
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	color: #1D1D1B;
	text-transform: uppercase;
	text-decoration: none;
}

.xoo-wsc-pprice, .xoo-wsc-body span.amount, .xoo-wsc-sm-info .variation, .xoo-wsc-product dl.variation dt {
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	color: #202124B2;
}

.xoo-wsc-product dl.variation, .xoo-wsc-product dl.variation p {
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	color: #202124B2;
}

.xoo-wsc-qty-box {
	display: grid;
	grid-template-columns: 16px 22px 16px;

	/*padding: 0;*/
	margin: 0;

	width: auto;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
	border: unset;
}

.xoo-wsc-sm-info .wapf-pricing-hint {
	opacity: 1;
}

span.xoo-wsc-ecl {
	padding: 0;
}

span.xoo-wsc-chng {
	border: 1px solid #1D1D1B;

	padding: 4px;

	width: 16px;
	height: 16px;
	min-width: unset;
}


span.xoo-wsc-chng svg {
	width: 8px;
	height: 8px;
}

.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty {
	background: transparent;
	border: unset;
	outline: unset;

	padding: 0;
	margin: 0;

	height: 16px;
	font-size: 14px;
	line-height: 100%;
}


span.xoo-wsc-ft-amt-label {
	font-size: 16px;
	font-weight: 700;

	text-transform: initial;
}

.mobile-fixed-cat-list {
	display: none;
}


@media (max-width: 1280px) {
	.search-field .header_search_result .header_search_result_item .shoco-btn {
		padding: 15px 12px;
	}

	.search-field .header_search_result .header_search_result_item .shoco-btn span {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 24px 0;
	}

	footer .container {
		row-gap: 32px;

		grid-template-columns: 1fr;
	}

	.f-block-1, .f-block-2, .f-block-3 {
		flex: 1 1 100%;
	}

	.f-block-1 {
		row-gap: 40px;
	}

	.f-block-title {
		margin-bottom: 1em;
		font-size: 17px;
	}

	.locations-list-item {
		gap: 12px;
	}

	.locations-list-inner-content {
		row-gap: 15px;
	}

	.ll-item-content {
		flex: 1 1 100%;
		justify-content: space-between;
	}

	.ll-item-name {
		flex-basis: 60%;
	}
/*
	.ll-item-name a:first-child br {
		display: none;
	}*/

	.ll-item-name a:first-child {
		font-size: 16px;
	}
	.ll-item-name a:last-child {
		font-size: 16px;
	}

	.ll-item-time {
		font-size: 16px;

		flex-basis: calc(40% - 30px);
		justify-content: flex-end;
	}

	footer .h-i-links-list {
		align-items: flex-start;
		gap: 40px;
	}

	footer .h-icon-text {
		width: auto;
	}

	.f-main-menu {
		display: none;
	}

	.f-block-3 {
		row-gap: 32px;

	}

	.f-block-3 .f-visamc {
		order: 1;
	}

	.f-block-3 .f-copyright {
		order: 4;
	}

	.f-block-3 .logos-container {
		order: 3;
	}

	.f-block-3 .f-info-menu {
		order: 2;
	}

	.f-info-menu ul {
		gap: 16px;
	}

	.f-info-menu ul li {
		display: flex;
	}

	.f-info-menu ul li a {
		font-size: 16px;
	}

	.logos-container {
	    justify-content: space-between;
	}

	.logos-title {
		font-size: 10px;
	}

	.logos-item img {
		max-height: 28px;
	}

	.logos-list {
		flex-wrap: nowrap;
		flex-basis: calc(100% - 20px);
	}

	.shoco-btn {
		padding: 10px 20px;
	}


	/* Основний блок з категоріями */
	.mobile-fixed-cat-list {
		display: block;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background-color: #1D1D1B1A;
	    display: flex;
	    justify-content: space-around;
	    align-items: center;
	    padding: 0;
	    padding-top: 20px;
	    padding-bottom: 15px;
	    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	    z-index: 1000;
	}

	/* Елементи категорій */
	.mobile-fixed-cat-list .cat-item {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    text-decoration: none;
	    color: #1D1D1B;
	    margin: 0 10px;
	}

	/* Іконки категорій */
	.mobile-fixed-cat-list .icon-wrapper {
	    width: 27px;
	    height: 27px;
	    margin-bottom: 5px; /* Відступ між іконкою та назвою */
	}

	.mobile-fixed-cat-list .icon-wrapper img {
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	}

	/* Назва категорії */
	.mobile-fixed-cat-list .cat-name {
	    font-size: 9px;
	    line-height: 1.2;
	    text-align: center;
	}

	img:is([sizes="auto" i], [sizes^="auto," i]) {
		object-fit: cover;
	}

	.xoo-wsc-container {
		padding-top: 40px;
		padding-bottom: 32px;
	}

	.xoo-wsc-header {
		padding: 0 14px 16px 8px;
	}

	.xoo-wsc-products {
		padding: 23px 16px 16px 8px;
	}

	.xoo-wsc-footer {
		padding: 40px 14px 16px 8px;
	}

	span.xoo-wsc-ecl {
		padding: 0;
	}

}

.product-warning-popup-overlay {
    display: none; /* Ховаємо поп-ап по замовчуванню */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 10001; /* Поверх інших елементів */
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-warning-popup-overlay.active {
    display: flex;
    opacity: 1;
}
.product-warning-popup-content {
    background: #fff;
    padding: 30px;
    text-align: center;
    max-width: 500px;
    width: 90%;
}
.product-warning-popup-content p {
    margin: 0 0 10px;
    color: #1D1D1B;
    font-size: 18px;
}
.product-warning-popup-question {
    font-weight: 600;
    margin-bottom: 25px !important;
}
.product-warning-popup-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.product-warning-popup-buttons button {
	background: #1D1D1B1A;
	color: #1D1D1B;
	border-color: #1D1D1B1A;

	transition: all 200ms ease-in;
}

.product-warning-popup-buttons button.product-warning-accept-btn {
	background-color: #9ECFCA;
	color: #fff;
	border: 1px solid #9ECFCA;
}

.product-warning-popup-buttons button.product-warning-accept-btn:hover {
	background-color: #fff;
	color: #9ECFCA;
	border: 1px solid #9ECFCA;
}

.product-warning-popup-buttons .product-warning-decline-btn {
	flex-direction: column;
}

.product-warning-popup-buttons .product-warning-decline-btn span {
	display: block;
	font-size: 11px;

	text-transform: lowercase;
}

@media (max-width: 767px) {
	.product-warning-popup-buttons {
		flex-direction: column;
		align-items: center;

		gap: 10px;
	}

	.product-warning-popup-content p {
		font-size: 14px;

		margin-bottom: 10px;
	}

	.product-warning-popup-buttons button {
		min-width: 200px;

		font-size: 12px;

		justify-content: center;
	}
}
