/*!
Theme Name: longshot
Theme URI: http://underscores.me/
Author: Oleg Spark
Author URI: http://underscores.me/
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: longshot
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.

longshot 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:
----------------------------------------------------------------
/* Ultra Light */

@font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-UltraLight.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
  }
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-UltraLightItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
  }
  
  /* Thin */
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-Thin.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
  }
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-ThinItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
  }
  
  /* Light */
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
  }
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
  }
  
  /* Regular */
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-RegularItalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
  }
  
  /* Medium */
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
  }
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
  }
  
  /* Semibold */
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
  }
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-SemiboldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
  }
  
  /* Bold */
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
  }
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
  }
  
  /* Black */
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
  }
  @font-face {
	font-family: 'Noi Grotesk';
	src: url('/wp-content/themes/longshot/assets/fonts/noi-grotesk/NoiGroteskTrial-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
  }


/*--------------------------------------------------------------
# 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;
	margin-top: 240px;
}

/**
 * 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: 0;
}

/**
 * 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: #12100C;
	font-family: 'Noi Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.2;
}

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: #fff;
}

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: inherit;
	text-decoration: none;
}

/* a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
} */

a:focus {
	outline: 0;
}

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: 120px;
}

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

.main-navigation li {
	position: relative;
}
.main-navigation #primary-menu > li{
	padding-right: 18px;
}

.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 0 1.5em;
	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: 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;
}

.container{
	width: 1240px;
	max-width: 100%;
	padding: 0 20px ;
	margin: 0 auto;
}
header{
	margin-top: 50px;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	top: 0;
	transition: .5s;
}
header.header-fixed{
	margin-top: 5px;
}
.header-wrap{
	padding: 10px 40px;
	border-radius: 50px;
	background: rgba(18, 16, 12, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(35px);
	-webkit-backdrop-filter: blur(35px);
	display: flex;
	justify-content: space-between;
	gap: 35px;
	align-items: center;
}

.site-branding img{
	height: 38px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.main-navigation a{
	font-size: 12px;
	color: #12100C;
	text-transform: uppercase;
	font-weight: 400;
}
.main-navigation ul {
	align-items: center;
	gap: 16px;
}
.hero-section{
	margin: 0 10px;
	border-radius: 20px;
	background-size: cover;
}
.hero-wrap{
	color: #fff;
	min-height: 750px;
	margin-top: 10px;
}

.hero-wrap h1{
	font-size: 44px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	margin-top: 110px;
}

.hero-wrap p{
	font-size: 20px;
	text-align: center;
}
.btn-1{
	background-color: #F8F3ED;
	font-size: 14px;
	color: #12100C;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 40px;
	border-radius: 50px;
	display: inline-block;
}
.btn-1:hover,
.btn-22:hover{
	opacity: .7;
}
.hero-wrap{
	padding: 220px 0;
}
.btn-wrap{
	text-align: center;
}
.border20 img{
	border-radius: 20px;
}

.woocommerce-order-received .section-fastorder{
display: none;
}

@media (max-width: 768px){
	.hide-mobile{
		display: none;
	}
}
@media (min-width: 769px){
	.hide-desktop{
		display: none;
	}
}
.mini-cart-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.cart-count {
	position: absolute;
	top: -6px;
	right: -6px;
	background: red;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	display: inline-block;
}

/* Контейнер */
.mini-cart-popup {
	position: fixed;
	top: 0;
	right: -100%;
	width: 400px;
	height: 100%;
	background: #f8f4f0;
	box-shadow: -2px 0 10px rgba(0,0,0,0.1);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	transition: right 0.3s ease;
	overflow-y: auto;
}

/* Активное состояние */
.mini-cart-popup._open {
	right: 0;
}

/* Шапка */
.mini-cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	font-weight: 400;
	color: #4C2720;
	text-transform: uppercase;
}

.mini-cart-clear {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.mini-cart-close {
	font-size: 23px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	color: #4C2720;
	font-weight: 200;
}

/* Товари */
.mini-cart-items {
	padding: 20px;
	flex-grow: 1;
}

.mini-cart-item {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E7DFD8;
	padding-bottom: 20px;
}
.mini-cart-item:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.mini-cart-thumb img {
	width: 80px;
	height: auto;
	object-fit: contain;
}

.mini-cart-details {
	flex-grow: 1;
}

.mini-cart-title {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.mini-cart-price {
	color: #4c272066;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.mini-cart-qty {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mini-cart-qty button {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: none;
	background: #FFFDFB;
	color: #12100C;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 16px;
	font-weight: 100;
}

.mini-cart-remove {
	color: #4c272033;
	text-decoration: none;
	font-size: 18px;
	font-weight: 200;
}

/* Підвал */
.mini-cart-footer {
	padding: 20px;
}

.mini-cart-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
}

.mini-cart-row.total {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
}

.mini-cart-checkout-btn {
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	background: #12100C;
	color: #F8F3ED;
	padding: 16px;
	margin-top: 10px;
	text-decoration: none;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 400;
}

.mini-cart-icon.has-items svg path{
	fill: #4C2720;
}
.mini-cart-icon .cart-count{
	display: none;
}
.mini-cart-icon.has-items .cart-count{
	background: #4C2720;
	display: inline-block;
}

.site-menu{
	flex: 1 1 395px;
}

.site-branding{
	flex: 1 1 300px;
	text-align: center;
}

.header-shop-col{
	flex: 1 1 300px;
}

#mini-cart-wrapper{
	text-align: right;
}

.mini-cart-clear{
	font-size: 10px;
	color: #4C2720;
	font-weight: 400;
	opacity: .3;
	text-transform: uppercase;
}

.mini-cart-header-wrapper{
	display: flex;
	align-items: end;
	gap: 20px;
}

.mini-cart-items-wrapper{
	border:1px solid #E7DFD8;
	padding: 12px;
}

.mini-cart-bottom{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 20px;
	align-items: center;
	text-align: center;
}

.mini-cart-icon.shake {
	animation: shake 0.3s ease;
}
@keyframes shake {
	0% { transform: translateX(0); }
	25% { transform: translateX(-4px); }
	50% { transform: translateX(4px); }
	75% { transform: translateX(-4px); }
	100% { transform: translateX(0); }
}


.menu-item-has-children::after{
	content: url('/wp-content/uploads/2025/07/ar1.svg');
	position: absolute;
	right: 0;
	top: -3px;
}

.menu-item-has-children:hover:after{
	content: url('/wp-content/uploads/2025/07/ar2.svg');
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
	flex-direction: column;
	z-index: 9;
	box-shadow: none;
	padding-top: 30px;
	    background-color: #f8f3ed;
    padding: 23px 0 0;
	    gap: 9px;
}
.main-navigation ul ul{
	box-shadow: none;
}



.shop-page-title{
	font-size: 44px;
	font-weight: 500;
	color: #4C2720;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
	line-height: 1;
}

.shop-bg-img-section{
	margin-bottom: 60px;
}

.shop-bg-img-section img{
	display: block;
	height: 300px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	border-radius: 20px;
}

.shop-page{
	margin-top: 240px;
}

footer{
	margin-top: 130px;
	padding: 100px 0;
	background: #12100C;
	color: #fff;
}

.product-hover-buttons .added_to_cart,
.single-product-grid .added_to_cart{
	display: none!important;
}

.tab-buttons {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
	justify-content: center;
}
.tab-button {
	padding: 16px 40px !important;
	background: transparent;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
}
.tab-button.active {
	background: #000;
	color: #fff;
}

.tabs-wrapper .tab-content {
	display: none;
}
.tabs-wrapper .tab-content.active {
	display: block;
}

.shop-categories {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}
.shop-categories .category-filter {
	padding: 8px 16px;
	border: 1px solid #4C2720;
	background: transparent;
	cursor: pointer;
	transition: background 0.2s;
	border-radius: 50px;
	color: #4C2720;
	padding: 16px 40px;
	text-transform: uppercase;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
	margin-top: 40px;
}

.product-card {
	position: relative;
	transition: box-shadow 0.3s ease;
}

.product-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}
.product-title {
	font-size: 20px;
	margin: 0;
	margin-top: 16px;
	text-align: center;
	font-weight: 500;
}
.product-excerpt {
	font-size: 14px;
	font-weight: 300;
	color: #80645E;
	margin: 8px 0;
	text-align: center;
}
.product-price {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}

.single-product-grid .product-title {
	font-size: 44px;
	margin: 0;
	text-align: left;
	font-weight: 500;
	color: #4C2720;
	text-transform: uppercase;
}

.single-product-grid .product-price {
	font-weight: 400;
	font-size: 22px;
	text-align: left;
	color: #4C2720;
}

.product-card:hover .product-image img{
	filter: blur(5px);
}
.product-hover-buttons {
	position: absolute;
		bottom: 16px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		display: flex;
		gap: 7px;
		justify-content: center;
		flex-direction: column;
		width: 225px;
		margin: 0 auto;
		text-align: center;
		transition: 0.3s;
	    z-index: 9;
}
.product-card:hover .product-hover-buttons {
	opacity: 1;
}
.product-hover-buttons .button {
	cursor: pointer;
	transition: background 0.2s;
	border-radius: 50px;
	color: #ffffff;
	padding: 15px;
	background: #12100C;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
}


.product-hover-buttons .button-2{
	cursor: pointer;
	transition: background 0.2s;
	border-radius: 50px;
	color: #12100C;
	padding: 15px;
	background: #F8F3ED;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid;
	text-decoration: none;
}

.product-hover-buttons .button:hover,
.product-hover-buttons .button-2:hover{
	opacity: .8;
}
.loader {
	display: none;
	text-align: center;
	padding: 20px;
	color: #777;
}

.category-filter {
	padding: 8px 16px;
	border-radius: 50px;
	border: 1px solid #4C2720;
	text-decoration: none;
	cursor: pointer;
}
.category-filter.active {
	background: #4C2720;
	color: #fff;
	border-radius: 50px;
}
.category-filter:hover {
	background: #4C2720;
	color: #fff;
	border-radius: 50px;
	transition: background 0.2s;
}

#load-more-products {
	padding: 20px 40px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.2s;
	border: 1px solid #12100C;
	background: transparent;
	color: #12100C;
	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 50px;
}
#load-more-products:hover {
	background: #222;
	color: #fff;
}

.product-image{
	position: relative;
}

.title-section h2{
	font-size: 20px;
	font-weight: 500;
	color: #4C2720;
	margin: 0 0 20px 0;
	text-align: center;
}

.home-category-tabs{
	margin: 120px 0;
}

.section-home-4-col{
	font-size: 20px;
	color: #4C2720;
	font-weight: 500;
}

.section-home-4-col-2 h3{
	font-size: 40px;
	color: #4C2720;
	font-weight: 500;
	margin: 0 0 20px 0;
}

.section-home-4-col-2 p{
	font-size: 18px;
	color: #80645E;
	font-weight: 400;
	margin: 0;
}

.section-home-3-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.section-home-4-col{
	flex: 1 1 300px;
}
.section-home-4-col-2{
	flex: 1 1 555px;
}

.section-img-500{
	margin: 50px 0;
}
.section-img-500 img{
	border-radius: 20px;
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.footer-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-between;
}
.footer-col-2 {
	flex: 1 1 190px;
}

.footer-col-title{
	font-size: 12px;
	text-transform: uppercase;
	color: #F8F3ED;
	font-weight: 400;
	opacity: .5;
}

.footer-col-2-links a{
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;

}

.footer-col-2-links{
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	gap: 10px;
	margin-top: 20px;
}

.single-product-wrapper {
	margin-top: 240px;
}


.single-product-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.product-left {
	flex: 1 1 300px;
}
.product-left img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.product-right {
	flex: 1 1 300px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product-description {
	border-top: 1px solid #E7DFD8;
	border-bottom: 1px solid #E7DFD8;
	font-weight: 300;
	font-size: 14px;
	color: #80645E;
	padding: 25px 0 5px;
}

.product-description p{
	margin: 0;
	margin-bottom: 20px;
}

.product-description strong{
	font-weight: 500;
	color: #4C2720;
}
form.cart {
	display: flex;
	align-items: center;
	gap: 32px;
}
form.cart .quantity {
	width: auto;
}
form.cart .button {
	font-size: 12px;
	font-weight: 400;
	padding: 16.5px 60px;
	border-radius: 50px;
	background: #12100C;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: 0.2s;
}
form.cart .button:hover {
	opacity: .8;
}

.product-left img{
	border-radius: 20px;
}

.woocommerce-breadcrumb{
	color: #81665f80;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: flex;
		gap: 5px;
		flex-wrap: wrap;
}

.woocommerce-breadcrumb a{
text-decoration: none;
}

.item-cart-qty button{
	width: 47px;
	height: 47px;
	border-radius: 50%;
	border: none;
	background: #FFFDFB;
	color: #12100C;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 30px;
	font-weight: 100;
}
.item-cart-qty button:hover{
opacity: .8;
}
.item-cart-qty{
	display: flex;
	align-items: center;
	gap: 20px;
}

.item-cart-qty .qty-count{
	font-size: 20px;
}

.btn-22{
	padding: 20px 40px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.2s;
	border: 1px solid #12100C;
	background: transparent;
	color: #12100C;
	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 50px;
	text-decoration: none;
	font-weight: 500;
	display: inline-block;
}

.btn-center-wrap{
	text-align: center;
}

.product-tabs-card-col-content h3{
	font-size: 32px;
	margin: 0 0 15px 0;
	font-weight: 500;
	color: #4C2720;
}

.product-tabs-card-col-content p{
	font-size: 16px;
	margin: 0;
	color: #80645E;
	font-weight: 400;
}

.product-tabs-card-col-img img{
	border-radius: 20px;
	display: block;
}

.product-tabs-card-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	align-items: center;
}
@media (min-width: 769px){
	.product-tabs-card-wrap{
	padding: 50px 20px 50px 0;
}
}
.product-tabs-card-col{
	flex: 1 1 300px;
}

.section-product-tabs-card{
	border: 1px solid #E7DFD8;
	border-radius: 20px;
}
.section-product-tabs-card.ptc-reverse .product-tabs-card-wrap{
	flex-direction: row-reverse;
}
.product-tabs-card-col-content{
	padding-left: 80px;
}

.section-product-tabs-list{
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.product-description:empty {
	display: none;
}
@media (max-width: 768px) {
	.section-product-tabs-buttons-wrap {
	  display: flex;
	  overflow-x: auto;
	  gap: 20px;
	  padding: 0;
	  -webkit-overflow-scrolling: touch;
	  scroll-snap-type: x mandatory;
	}
  
	.section-product-tabs-buttons-wrap span {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 500;
		color: #4C2720;
		opacity: .5;
	}
  
	.section-product-tabs-buttons-wrap span.active {
		padding-bottom: 5px;
		border-bottom: 1px solid #4C2720;
		opacity: 1;
	}
  
	.section-product-tabs-card {
	  display: none;
	}
  
	.section-product-tabs-card.active {
	  display: block;
	}
	.product-tabs-card-col-content h3 {
		display: none;
	}
  }

@media (min-width: 769px){
	.section-product-tabs-buttons{
		display: none;
	}
	.burger-icon{
		display: none;
	}
}
  .product-content-section{
	margin: 100px 0;
  }

  @media (max-width: 768px){
	.product-tabs-card-col-content{
		padding-left: 0;
	}
	.section-product-tabs-card{
		border: 0;
	}
	.section-product-tabs-buttons{
		margin-bottom: 25px;
	}
	.product-tabs-card-col-content p {
		font-size: 14px;
		color: #80645E;
		font-weight: 300;
	}
	.single-product-grid .product-title{
		font-size: 22px;
	}
	.woocommerce-breadcrumb{
		font-size: 12px;
	}
	form.cart {
		gap: 16px;
	}
	.item-cart-qty {
		gap: 16px;
	}
	form.cart .button {
		padding: 16.5px 30px;

	}
	.single-product-wrapper {
		margin-top: 160px;
	}
	.main-navigation{
		display: none;
	}
  }

  .hidesection{
	display: none;
  }

  .checkout-titles-section h1{
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 44px;
	text-transform: uppercase;
	color: #4C2720;
  }

  .checkout-wraps-title h3{
	font-size: 20px;
	font-weight: 500;
	margin: 0;
  }

  .checkout-wraps-title{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
  }

  .checkout-wraps-title span{
	font-size: 14px;
	color: #fff;
	background: #4C2720;
	width: 32px;
	height: 32px;
	display: inline-flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
  }

.checkout-wraps-input input{
	padding: 12px 20px;
	background: transparent;
	border: 1px solid #E7DFD8;
	color: #80645E;
	font-weight: 300;
	outline: 0;
	font-size: 14px;
}

.checkout-wraps-input input::placeholder{
	color: #80645E;
}


.checkout-wraps{
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	justify-content: space-between;
}

.checkout-wraps-col-1{
	flex: 1 1 300px;
}
.checkout-wraps-col-2{
	flex: 1 1 300px;
}

.checkout-wraps-input{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.checkout-wraps-row{
	margin-bottom: 40px;
}

.checkout-titles-section{
	margin-bottom: 50px;
}

/* Скрываем стандартное радио */
.checkout-wraps-input input[type="radio"] {
	display: none;
  }
  
  /* Стилизуем "точку" */
  .checkout-wraps-input .checkmark {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;

	border: 1px solid #E7DFD8;
	position: relative;
	margin-right: 8px;
	vertical-align: middle;
  }
  .checkout-wraps-input input[type="radio"]:checked + .checkmark {
	border: 1px solid #4C2720;
  }
  /* Внутренняя точка, если выбрано */
  .checkout-wraps-input input[type="radio"]:checked + .checkmark::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #4C2720;

	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .checkout-wraps-input label{
	font-size: 14px;
	color: #4C2720;
	font-weight: 300;
	cursor: pointer;
  }

#custom-checkout-form .mini-cart-header-wrapper{
display: none;
  }
#custom-checkout-form .mini-cart-header{
	padding-bottom: 0;
  }

.entry-header{
	display: none!important;
  }

  #custom-checkout-form a.mini-cart-checkout-btn{
	display: none;
  }

  .ordernow{
	background: #12100C;
	color: #F8F3ED;
	padding: 15px 20px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	border-radius: 50px;
	text-transform: uppercase;
	cursor: pointer;
  }
  .ordernow:hover{
opacity: .8;
  }

  .woocommerce[data-shortcode="checkout"]{
	display: none!important;
  } 

  .entry-footer{
	display: none!important;
  }

  #mini-cart-static .mini-cart-details{
	display: flex;
	align-items: center;
  }

  #mini-cart-static .mini-cart-bottom{
	margin-top: 0;
	gap: 30px;
  }

  .checkout-titles-section a{
	font-size: 14px;
	font-weight: 300;
	color: #80645E;
	text-decoration: none;
	display: inline-flex;
	gap: 10px;
	align-items: center;
  }

  .checkout-titles-section{
	display: flex;
	justify-content: space-between;
	align-items: end;
  }

  .home header:not(.header-fixed-home) .main-navigation ul.menu > li > a{
	filter: invert(100%) sepia(41%) saturate(588%) hue-rotate(299deg) brightness(120%) contrast(90%);
  }

  .home header:not(.header-fixed-home) .site-branding img{
	filter: invert(100%) sepia(0%) saturate(226%) hue-rotate(330deg) brightness(112%) contrast(101%);
  }

  .home header:not(.header-fixed-home) .mini-cart-icon svg path {
	fill: #F8F3ED!important;
}

.home .mini-cart-icon.has-items .cart-count {
	background: #F8F3ED;
	display: inline-block;
	color: #4C2720;
}

.home .header-fixed .mini-cart-icon.has-items .cart-count {
	background: #4C2720;
	color: #F8F3ED;
}

.sub-menu {
background: transparent!important;
gap: 0!important;
}
.sub-menu li{
	padding: 10px;
	background-color: #f8f3ed;
}

.entry-content-top{
	margin-top: 240px;
}

.section-home-4-col-2-cafes p{
	font-size: 14px;
}

.cafes-text{
	max-width: 600px;
	color: #4C2720;
}

.cafe-img img{
	border-radius: 12px;
}

.cafe-title{
	font-size: 20px;
	font-weight: 500;
	padding-top: 10px;
}

.cafe-img {
	position: relative;
}

.cafes-wrap{
	margin-top: 40px;
}
.cafes-row{
	display: flex;
	gap: 60px;
}
.icon-adress{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.cafe-time{
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #F8F3ED;
	padding: 8px 11.5px;
	border: 1px solid #4C2720;
	color: #4C2720;
	border-radius: 50px;
}

.section-cafes{
	margin-top: 100px;
}

.section-home-4-col-2 h1 {
	font-size: 44px;
	color: #4C2720;
	font-weight: 500;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.contacts-titles{
	font-size: 14px;
	color: #4C2720;
	opacity: .3;
	text-transform: uppercase;
	padding-bottom: 12px;
}

.contacts-infos{
	font-size: 18px;
	color: #80645E;
}

.section-home-4-col-2-maps iframe{
	border: 0;
	filter: grayscale(1);
	pointer-events: none;
	margin: 20px 0 20px;
}

.section-contacts-title h1{
	font-size: 44px;
	color: #4C2720;
	font-weight: 500;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}

.wpcf7 input,
.wpcf7 textarea{
	padding: 12px 20px;
	background: transparent;
	border: 1px solid #E7DFD8;
	color: #80645E;
	font-weight: 300;
	outline: 0;
	font-size: 14px;
	width: 100%;
	max-height: 100px;
}

.wpcf7{
	margin-top: 40px;
}

.form-row{
	margin-bottom: 12px;
}
.wpcf7-not-valid-tip{
	font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: #ffb900;
	border: none;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.wpcf7 .wpcf7-submit{
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	background: #12100C;
	color: #F8F3ED;
	padding: 16px;
	margin-top: 10px;
	text-decoration: none;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
}

.section-contacts03 .section-home-3-wrap {
	gap: 85px;
}

.section-contacts03 .section-home-4-col-2 {
	flex: 1 1 550px;
}

.wpcf7-spinner{
	display: none!important;
}
.thanks-min-heu{
	min-height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10%;
}
.error-404{
	min-height: 60vh;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10%;
		text-align: center;
		flex-direction: column;
}
.category-filter.active::before {
	content: '';
	background-color: #D29D60;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: baseline;
	margin-bottom: 2px;
	margin-right: 4px;
}
@media (max-width: 768px){
	.shop-categories {
		gap: 8px;
		margin-bottom: 24px;
		overflow-x: scroll;
		margin-right: -20px;
		padding-bottom: 20px;
	}

	.products-grid {
		gap: 24px;
		grid-template-columns: repeat(1, 1fr);
	}
	header{
		margin-top: 20px;
		max-width: 100%;
	}
	.header-wrap{
		padding: 15px 20px;
	}
	.site-branding img {
		height: 28px;
		object-fit: contain;
	}
	 .mini-cart-popup{
		width: 100%;
	} 
	.shop-bg-img-section img {
		height: 235px;
	}
	.shop-page {
		margin-top: 100px;
	}

	.entry-content-top{
		margin-top: 100px;
	}

	.single-product-wrapper {
		margin-top: 100px;
	}
	main {
		display: block;
		margin-top: 100px;
	}

	.shop-page-title {
		font-size: 32px;
		margin-bottom: 16px;
	}
	.shop-categories .category-filter {
		white-space: nowrap;
		font-size: 12px;
		padding: 14px 28px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.product-title {
		font-size: 16px;
		margin-top: 12px;
	}
	.product-price {
		font-size: 16px;
	}
	.section-product-tabs-buttons-wrap span {
		white-space: nowrap;
	}
	.section-product-tabs-buttons-wrap {
		padding-bottom: 20px;
		margin-right: -20px;
	}
	.product-tabs-card-wrap {
		gap: 30px;
	}
	.product-right {
		gap: 8px;
	}
	.single-product-grid .product-title {
		font-size: 22px;
		font-weight: 400;
	}
	.product-description.hide-desktop{
		margin: 40px 0 0;
	}
	.product-content-section {
		margin: 50px 0;
	}
	.product-left.hide-desktop{
		margin-bottom: 8px;
	}
	form.cart .button{
		width: 100%;
		text-align: center;
	}
	footer {
		margin-top: 70px;
		padding: 40px 0;
	}
	.footer-wrap{
		text-align: center;
		gap: 12px;
	}
	.footer-col-2-links a {
		font-size: 14px;
		font-weight: 300;
	}

	.footer-col-2-links-soc{
		display: flex;
		gap: 15px;
		justify-content: center;
		flex-direction: row;
	}
	.link-inst{
		background-image: url('/wp-content/uploads/2025/07/inst.svg');
		background-repeat: no-repeat;
		background-position: center;
		width: 32px;
		height: 32px;
		font-size: 0 !important;
		display: block;
		background-size: contain;
	}
	.link-tiktok{
		background-image: url('/wp-content/uploads/2025/07/tiktok.svg');
		background-repeat: no-repeat;
		background-position: center;
		width: 32px;
		height: 32px;
		font-size: 0 !important;
		display: block;
		background-size: contain;
	}
	.checkout-titles-section a{
		display: none;
	}
	.checkout-titles-section h1{
		font-size: 20px;
	}
	.checkout-titles-section{
		margin-bottom: 10px;
	}
	#mini-cart-static .mini-cart-header,
	#mini-cart-static .mini-cart-items{
		display: none;
	}
	.checkout-wraps {
		gap: 10px;
	}
	#mini-cart-static .mini-cart-footer{
		padding: 0;
	}

	.section-contacts03 .section-home-3-wrap {
		gap: 40px;
	}
	.section-home-4-col-2.section-home-4-col-2-contacts p{
		font-size: 14px;
	}
	.section-contacts-title h1{
		font-size: 28px;
		margin: 0 0 20px 0;
	}
	.hero-section{
		margin: 0;
		border-radius: 0;
		background-position: 14%;
	}
	.hero-wrap {
		padding: 100px 20px;
		min-height: 660px;
		margin-top: 0;
	}
	/* .home header {
		margin-top: 0;

	} */
	.hero-wrap h1{
		font-size: 32px;
		text-align: left;
	}
	.hero-wrap p {
		font-size: 16px;
		text-align: left;
	}
	.btn-wrap {
		text-align: left;
	}
	.btn-1 {
		padding: 16px 48px;

	}
	.burger-icon img{
		display: block;
	}
	.home header:not(.header-fixed-home) .burger-icon img{
		filter: invert(100%) sepia(0%) saturate(226%) hue-rotate(330deg) brightness(112%) contrast(101%);
	}
	.tab-button {
		padding: 16px 28px !important;
	}
	.home-category-tabs {
		margin: 80px 0;
	}
	.section-home-4-col-2 h3 {
		font-size: 32px;

	}
	.section-home-4-col {
		font-size: 16px;
	}
	.section-home-4-col-2 p {
		font-size: 16px;
	}
	.section-img-500 img {
		height: 260px;
	}
	.section-img-500 {
		margin: 32px 0 49px;
	}
	.cafes-text{
		font-size: 20px;
	}
	.cafe-card{
		min-width: 250px;
	}
	.cafeicon-img{
		height: 250px;
		object-fit: cover;
	}
	.icon-adress{
		width: 32px;
		height: 32px;
		right: 10px;
		bottom: 10px;
	}
	.cafe-time{
		font-size: 12px;
		padding: 8px;
		top: 10px;
		right: 10px;
	}
	.cafe-title {
		font-size: 14px;
		font-weight: 300;
		padding-top: 5px;
	}
	.cafes-row{
		overflow-x: scroll;
		gap: 20px;
		padding-bottom: 25px;
	}

	.big-menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background: rgba(0, 0, 0, 0.8); */
		background: rgb(219 204 187);
		z-index: 1000;
		overflow-y: auto;
		opacity: 0;
		transform: scale(0.5);
		transform-origin: center;
		transition: opacity 1s ease, transform 1s ease;
	}
	.big-menu.show {
		background: #12100C;
		background-size: 400% 400%;
		display: block;
		opacity: 1;
		transform: scale(1);
		padding: 30px 15px 50px;
	}
	.burger-close {
		display: block;
		position: absolute;
		right: 15px;
		top: 30px;
		width: 42px;
	}
	.mobileheaderlogo {
		position: absolute;
	}
	.burger-menu-list{
		list-style: none;
		padding: 120px 0 0 0;
		margin: 0;
		color: #F8F3ED;
		display: flex;
		flex-direction: column;
		gap: 32px;
		font-size: 20px;
		font-weight: 400;
	}

	.product-hover-buttons{
		opacity: 1;
		width: auto;
		right: 20px;
		bottom: 20px;
		transform: none;
		height: auto;
		left: unset;
		top: inherit;
	}
	.product-hover-buttons .button-2{
		display: none;
	}
	.product-hover-buttons .button{
		background: url(/wp-content/uploads/2025/07/pls.svg);
		background-repeat: no-repeat;
		font-size: 0;
		width: 46px;
		height: 46px;
	}
	.product-card:hover .product-image img {
		filter: none;
	}
	.product-hover-buttons .button.added{
		background: url(/wp-content/uploads/2025/07/pls2.svg);
	}
	.category-filter.active::before {
		margin-bottom: 1px;
	}
}

.similar-items{
	margin: 100px 0;
}
.similar-items-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
	margin-top: 30px;
}

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


.checkout-delivery .select2-selection.select2-selection--single{
	background: transparent;
	border: 1px solid #E7DFD8;
	color: #80645E;
	font-weight: 300;
	outline: 0;
	font-size: 14px;
	height: 42px;
}
.checkout-delivery .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}
.checkout-delivery.checkout-wraps-input .form-row label{
	padding-bottom: 6px;
	display: block;
	padding-top: 10px;
}
.select2-container.select2-container--open .select2-dropdown--below{
	background: #f9f3ee!important;
}
.select2-container.select2-container--open .select2-dropdown--above{
	background: #f9f3ee!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background: #f9f3ee !important;
}
.checkout-delivery.checkout-wraps-input .form-row label {
	display: block;
}
.checkout-delivery.checkout-wraps-input input {
	width: 100%;
}
.absolute-link{
	    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index: 0;
}

ul.wp-block-list{
	    margin: 0;
    padding-left: 20px;
}