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

baking 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

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

/*--------------------------------------------------------------
# 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.
 */

/* 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: #6b584e;
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

blockquote {
  margin: 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;
}

p {
  margin: 0;
  color: #6b584e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

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

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

.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;
  padding: 8px 20px;
  border-radius: 1600px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);

  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  transition: all 0.3s ease;
}

.main-navigation a:hover {
  background: #c78460;
}

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

@media screen and (min-width: 50em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    gap: 16px;
  }
}

.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;
}

.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;
}

.entry-header,
.entry-footer,
#secondary,
.site-title,
.site-description {
  display: none;
}

.container {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.home-hero {
  padding: 212px 0 184px 0;
  background: url("/wp-content/uploads/2026/08/hero.webp") lightgray 50% / cover no-repeat;
  position: relative;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.4) 28%,
    rgba(0, 0, 0, 0.34) 72%,
    rgba(0, 0, 0, 0) 90%
  );
  pointer-events: none;
}

.home-hero > * {
  position: relative;
  z-index: 1;
}

.site-header {
  position: absolute;
  top: 12px;
  width: 100%;
  z-index: 999;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#primary-menu .current-menu-item > a,
#primary-menu .current_page_item > a,
#primary-menu .current-menu-ancestor > a {
  background: #c78460;
}

.acc-link {
  padding: 12px 24px;
  border-radius: 1600px;
  background: #fff;
  color: #866452;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  transition: all 0.3s ease;
}

.acc-link:hover {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: #fff;
}

.custom-logo-link {
  display: flex;
}

.home-hero {
  overflow: hidden;
}

.home-hero .wrapper {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.home-hero__statistics {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
}

.home-hero__statistics-grid {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 25%;
}

.hero-stat__number {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 100% */
  letter-spacing: -0.7px;
}

.hero-stat__description {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.5px; /* 150% */
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-family: "Geist", sans-serif;
}

h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 121.429% */
  letter-spacing: -0.64px;
}

h2 span {
  font-family: "Instrument Serif";
  font-style: italic;
}

.home-hero .info {
  min-width: 630px;
}

.home-hero .bage {
  color: #a07d67;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px; /* 150% */
  letter-spacing: 1.95px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero_title {
  color: #fff;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 82px; /* 100% */
  letter-spacing: -0.64px;
}

.hero_accent {
  color: #fff;
  font-family: "Instrument Serif";
  font-size: 82px;
  font-style: italic;
  font-weight: 400;
  line-height: 82px; /* 100% */
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}

.home-hero .text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  max-width: 440px;
  margin-bottom: 44px;
}

.home_hero_link {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 8px 8px 8px 20px;
  gap: 8px;
  border-radius: 1600px;
  background: #fff;

  color: #866452;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  transition: all 0.3s ease;
}

.home_hero_link:hover {
  color: #fff;
  background: #c78460;
}

/* hero-slider  */

.hero-slider {
  width: 100%;
  overflow: hidden;
}

.hero-slider__track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: hero-slider-scroll 28s linear infinite;
}

.hero-slider__slide {
  flex: 0 0 184px;
  height: 228px;
  overflow: hidden;
  border-radius: 250px;
}

.hero-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes hero-slider-scroll {
  from {
    transform: translateX(0);
  }

  to {
    /* Рівно половина треку: після перших 4 слайдів починається їхня копія */
    transform: translateX(calc(-50% - 8px));
  }
}

@media (max-width: 768px) {
  .hero-slider__slide {
    flex-basis: 190px;
    height: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider__track {
    animation: none;
  }
}

.hero-slider {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 100%);
}

.home-about {
  padding: 120px 0;
  background: #f9f6f3;
}

.home-about__grid {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.home-about__content {
  max-width: 628px;
}

.section__badge {
  display: flex;
  padding: 8px 16px 8px 30px;
  align-items: center;
  border-radius: 1600px;
  background: #fff;
  width: fit-content;

  color: #301100;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  text-transform: uppercase;
  position: relative;
  margin-bottom: 16px;
}

.section__badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #301100;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.section-title {
  color: #301100;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 121.429% */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}

.section-title span {
  color: #866452;
  font-family: "Instrument Serif";
  font-style: italic;
}

.home-about__title {
  display: flex;
  flex-direction: column;
}

.home-about__text p {
  color: #6b584e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.home-about__statistics {
  margin-top: 48px;
  display: flex;
  padding: 16px 40px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;

  border-radius: 16px;
  background: #fff;
}

.home-about__stat {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.home-about__stat .num {
  color: #301100;
  text-align: center;
  font-family: "Instrument Serif";
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 38px; /* 100% */
  letter-spacing: -0.64px;
  margin-bottom: 12px;
}

.home-about__stat span {
  color: #6b584e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 150% */
}

.home-about__stat:first-child::before,
.home-about__stat:nth-child(2):before {
  content: "";
  width: 2px;
  height: 95px;
  align-self: stretch;
  border-left: 1px dashed rgba(134, 100, 82, 0.2);
  position: absolute;
  right: -50px;
  top: 0;
}

.products-slider {
  --gap: 24px;

  overflow: hidden;
}

.products-slider__track {
  display: flex;
  gap: var(--gap);
  width: 100%;
  transition: transform 0.45s ease;
  padding-bottom: 48px;
}

.product-card {
  flex: 0 0 calc((100% - (var(--gap) * 2)) / 3);
}

.products-slider__controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 48px;
  border-top: 1px dashed rgba(134, 100, 82, 0.62);
}

.button-wrapper {
  display: flex;
  gap: 24px;
}

.products-slider__arrow {
  justify-content: center;
  align-items: center;
  border-radius: 56px;
  padding: 0;
  border: none;

  background: transparent;
  cursor: pointer;
}

.products-slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

@media (max-width: 768px) {
  .products-slider {
    --gap: 16px;
  }

  .product-card {
    flex-basis: 100%;
  }
}

.product-card__image img {
  width: 100%;
}

.product-card__image {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.product-card__category {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 6px 12px 6px 30px;

  border-radius: 8px;
  background: #fff;
  color: #301100;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}

.product-card__category::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bb5016;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.product-card__price {
  position: absolute;
  right: 20px;
  bottom: 20px;

  display: flex;
  padding: 6px 12px;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  color: #301100;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}

.product-card__title {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #301100;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px; /* 120% */
  letter-spacing: -0.64px;
}

.product-card__description {
  color: #6b584e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  margin-bottom: 20px;
}

.product-card__link {
  color: #866452;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  border-bottom: 1px solid #866452;
}

.home-products {
  padding: 120px 0;
}

.home-products__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}

.products-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.products__bage {
  background: #f9f6f3;
}

.home-products .text {
  max-width: 620px;
}

.home-products__all-link {
  padding: 8px 8px 8px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 1600px;
  background: #866452;
  border: 1px solid #866452;

  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  transition: all 0.3s ease;
}

.home-products__all-link:hover {
  background: #fff;
  color: #866452;
}

.advantages {
  padding: 120px 0;
  background: #f9f6f3;
}

.advantages__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}

.advantages__title {
  margin-bottom: 0;
}

.advantages__grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.advantages__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  border-radius: 1600px;
  background: #fff;
  padding: 16px 16px 42px 16px;
}

.advantages__image {
  display: flex;
}

.advantages__image img {
  width: 270px;
  height: 340px;
  border-radius: 1600px;
  object-fit: cover;
}

.advantages__item-title {
  color: #301100;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.2px; /* 130% */
  letter-spacing: -0.64px;
}

.advantages__item-text {
  max-width: 220px;
  color: #866452;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
}

.newsletter {
  padding: 120px 0;
  background: #f9f6f3;
}

.newsletter__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 16px;

  background-image:
    linear-gradient(rgba(45, 39, 37, 0.7), rgba(45, 39, 37, 0.7)),
    url("/wp-content/uploads/2026/08/home-news-bg.webp");

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #7a6e6a;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter__title {
  color: #fff;
  margin-bottom: 20px;
}

.newsletter__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  max-width: 480px;
  margin-bottom: 24px;
}

.newsletter-form__row {
  display: flex;
  justify-content: center;
  position: relative;
}

.newsletter-form__row .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
}

.newsletter-form__row br {
  display: none;
}

.newsletter-form__row p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.newsletter__form input.wpcf7-email {
  display: flex;
  height: 48px;
  min-height: 48px;
  padding: 16px 12px 14px 16px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  outline: none;

  border-radius: 1600px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(48, 17, 0, 0.2);
  backdrop-filter: blur(12px);

  color: #fff;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.newsletter__form input.wpcf7-email::placeholder {
  color: #fff;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.newsletter__form input.wpcf7-submit {
  display: flex;
  padding: 14px 24px;
  flex-direction: column;
  align-items: center;
  border-radius: 1600px;
  background: #fff;

  color: #866452;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter__form input.wpcf7-submit:hover {
  color: #fff;
  background: #866452;
}

.newsletter__form .wpcf7-form-control-wrap {
  position: relative;
}

.newsletter__form .wpcf7-form-control-wrap span {
  position: absolute;
  bottom: -24px;
  left: 14px;
}

.newsletter__form .wpcf7-response-output {
  color: #fff;
}

/* testimonials */

.testimonials {
  padding: 100px 0;
}

.testimonials__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials .section__badge {
  background: #f9f6f3;
}

.testimonials .section-title {
  margin-bottom: 20px;
}

.testimonials__description {
  color: #6b584e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.testimonials__line {
  height: 1px;
  margin: 48px 0;
  border-top: 1px dashed rgba(134, 100, 82, 0.62);
}

.testimonials-slider {
  position: relative;
}

.testimonials-slider__viewport {
  overflow: hidden;
}

.testimonials-slider__track {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-slide {
  display: flex;
  min-width: 100%;
  align-items: center;
  gap: 48px;
}

.testimonial-slide__image {
  display: flex;
  width: 300px;
  overflow: hidden;
  border-radius: 16px;
}

.testimonial-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-slide__quote {
  max-width: 700px;
  color: #6b584e;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 157.143% */
  margin: 0;
  margin-bottom: 30px;
}

.testimonial-slide__name {
  color: #301100;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.64px;
  margin-bottom: 4px;
}

.testimonial-slide__role {
  color: #6b584e;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 150% */
}

.testimonials-slider__controls {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
}

.testimonials-slider__button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.testimonials-slider__button:hover {
  opacity: 1;
}

.site-footer {
  padding: 80px 0;
  background: #1a1410;
  color: #fff;
}

.site-footer__grid {
  display: flex;
  justify-content: space-between;
}

.site-footer__brand {
  max-width: 378px;
}

.site-footer .custom-logo-link {
  margin-bottom: 24px;
}

.site-footer__description {
  color: #fff;
  margin-bottom: 86px;
}

.site-footer__copyright {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 150% */
  opacity: 0.8;
}

.site-footer__title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 24px;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer ul li a {
  opacity: 0.8;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.3s ease;
}

.site-footer ul li a:hover {
  opacity: 1;
}

.site-footer__address {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  opacity: 0.8;
  margin-bottom: 24px;
}

.site-footer__contact a {
  display: flex;
  font-family: "Geist", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  opacity: 0.8;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.site-footer__contact a:hover {
  opacity: 1;
}

.footer-column-wrapper {
  display: flex;
  justify-content: space-between;
  min-width: 360px;
  gap: 80px;
}

.about-page .hero,
.contacts-page .hero {
  padding: 224px 0 164px 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.4) 28%,
      rgba(0, 0, 0, 0.34) 72%,
      rgba(0, 0, 0, 0) 90%
    ),
    url("/wp-content/uploads/2026/08/about-bg.webp");

  background-color: #301100;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts-page .hero {
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.4) 28%,
      rgba(0, 0, 0, 0.34) 72%,
      rgba(0, 0, 0, 0) 90%
    ),
    url("/wp-content/uploads/2026/08/contacts-bg.png");
}

.about-page .hero_badge,
.contacts-page .hero_badge {
  color: #f9f6f3;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px; /* 150% */
  letter-spacing: 1.95px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero .section-title {
  color: #fff;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 82px; /* 100% */
  letter-spacing: -0.64px;
  margin-bottom: 0;
}

.hero .section-title span {
  color: #fff;
}

.about-page .home-about__image {
  max-height: 584px;
  max-width: 520px;
  overflow: hidden;
  position: relative;

  border-radius: 16px;
}

.about-page .home-about__image img {
  border-radius: 16px;
  /* max-height: 584px;
  width: fit-content;
  object-fit: cover;
  object-position: top; */
}

.home-about__subscription {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 99;
  border-radius: 12px;
  padding: 10px;
  background: #1a1410;
  margin-right: 16px;
}

.home-about__subscription p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.home-about__subscription p.name {
  margin-top: 10px;
  font-weight: 300;
  color: #c78460;
}

.about-page .home-about__content {
  max-width: 628px;
}

.author__title {
  color: #301100;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.2px; /* 130% */
  letter-spacing: -0.64px;
  margin-bottom: 12px;
}

.mb-32 {
  margin-bottom: 32px;
}

.about-page .home-about__grid {
  align-items: center;
}

.journey {
  padding: 120px 0;
}
.journey .container {
  max-width: 1002px;
}

.journey__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.journey .section__badge {
  background: #f9f6f3;
}

.journey .section-title {
  margin-bottom: 60px;
}

.journey__statistics {
  display: flex;
  justify-content: space-between;
}

.journey__stat {
  max-width: 240px;
  text-align: center;
}

.journey__number {
  color: #c78460;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 67.2px; /* 120% */
  letter-spacing: -0.64px;
  margin-bottom: 32px;
}

.journey__stat-title {
  color: #301100;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px; /* 120% */
  margin-bottom: 12px;
}

.journey__stat-title span {
  color: #866452;
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
}

.journey__stat-description {
  color: #6b584e;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 150% */
}

.about-page .newsletter__inner {
  background-image:
    linear-gradient(rgba(45, 39, 37, 0.7), rgba(45, 39, 37, 0.7)),
    url("/wp-content/uploads/2026/08/newsletter-bg.png");
}

.about-page .newsletter__text {
  max-width: 520px;
}

.woocommerce-breadcrumb {
  display: none;
}

.hero-products {
  padding: 224px 0 164px 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.4) 28%,
      rgba(0, 0, 0, 0.34) 72%,
      rgba(0, 0, 0, 0) 90%
    ),
    url("/wp-content/uploads/2026/08/hero-prod-bg.webp");
  background-color: #301100;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-products .shop_badge {
  color: #f9f6f3;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px; /* 150% */
  letter-spacing: 1.95px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.shop__title {
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 82px; /* 100% */
  letter-spacing: -0.64px;
  color: #fff;
  margin-bottom: 0;
}

.shop__title span {
  color: #fff;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.shop-page .shop-page__products {
  padding: 120px 0;
}

.woocommerce ul.products {
  margin: 0;
  padding: 0;
  list-style: none outside;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 100%;
  margin: 0;
}

.woocommerce ul.products::before {
  content: none;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
}

.shop-page .newsletter__inner {
  background-image:
    linear-gradient(rgba(45, 39, 37, 0.7), rgba(45, 39, 37, 0.7)),
    url("/wp-content/uploads/2026/08/prod-news-bg.webp");
}

.contact-section {
  padding: 120px 0;
}

.contact-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}

.contact-section .section__badge {
  background: #f9f6f3;
}

.contact-section .section-title {
  margin-bottom: 20px;
}

.contact-section__description {
  max-width: 560px;
  text-align: center;
  color: #6b584e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.contact-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact-details {
  border-radius: 16px;
  background: #f9f6f3;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}

.contact-details__item {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: #fff;
  width: 100%;
  min-height: 120px;
}

.contact-details__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-details__label {
  color: #866452;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 150% */
  text-transform: uppercase;
}

.contact-details__text strong,
.contact-details__text a {
  color: #301100;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.contact-section__form {
  border-radius: 16px;
  background: #f9f6f3;
  padding: 40px 40px 10px 40px;
  max-width: 630px;
}

.contact-form__row {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.contact-form__row .contact-form__field input {
  width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  display: flex;
  height: 52px;
  min-height: 52px;
  padding: 17px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #f0ebe7;
  background: #fff;
  outline: none;
  color: #6b584e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-form textarea {
  display: flex;
  height: 122px;
  padding: 11px 16px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #f0ebe7;
  background: #fff;
  outline: none;

  color: #6b584e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
  color: #6b584e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border: 1px solid #866452;
}

.contact-form input[type="submit"] {
  width: 100%;
  display: flex;
  padding: 12px 15px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 1600px;
  background: #866452;
  border: 1px solid #866452;
  box-shadow: 0 2px 15px 0 rgba(134, 100, 82, 0.4);

  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form input[type="submit"]:hover {
  background: #fff;
  color: #866452;
}

.single-product .site-header,
.woocommerce-cart .site-header,
.woocommerce-checkout .site-header,
.woocommerce-account .site-header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #1a1410;
  padding-top: 12px;
  padding-bottom: 12px;
}

.single-product .woocommerce-breadcrumb {
  display: block;
}

/* single-product-page */

.single-product__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  padding: 40px 0 120px;
}

.single-product__image {
  overflow: hidden;
  border-radius: 16px;
}

.single-product__image img {
  display: block;
  width: 100%;
  height: -webkit-fill-available;
  border-radius: 16px;
  object-fit: cover;
}

.single-product__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 60px;
}

.single-product__breadcrumbs a {
  color: inherit;
  text-decoration: none;

  color: #6b584e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.single-product__breadcrumb-current {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #ede8e3;

  color: #6b584e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.single-product__wrapper {
  margin-top: -80px;
}

.single-product__title {
  color: #301100;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 121.429% */
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}

.single-product__price {
  color: #866452;
  font-family: "Instrument Serif";
  font-size: 56px;
  font-style: italic;
  font-weight: 400;
  line-height: 68px; /* 121.429% */
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.single-product__cart {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quantity-control__button {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  background: #eee9e5;
  color: #624537;
  padding: 0;
  cursor: pointer;
}

.quantity-control__input[type="number"] {
  display: flex;
  width: 100px;
  height: 45px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #f0ebe7;
  background: #fff;
  outline: none;

  appearance: textfield;
}

.quantity-control__input::-webkit-inner-spin-button,
.quantity-control__input::-webkit-outer-spin-button {
  appearance: none;
}

.single-product__add-to-cart,
.button.wc-forward,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button--full-width,
.woocommerce-form-login__submit,
.woocommerce-Button,
.woocommerce-Address a,
.woocommerce-address-fields .button {
  display: flex !important;
  padding: 12px 15px !important;
  justify-content: center !important;
  align-items: flex-start !important;
  flex: 1 0 0 !important;

  border-radius: 1600px !important;
  background: #866452 !important;
  /* box-shadow: 0 2px 15px 0 rgba(134, 100, 82, 0.4); */

  color: #fff !important;
  text-align: center !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 19px !important; /* 150% */

  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.button.wc-forward,
.woocommerce-form-login__submit {
  padding: 12px 32px !important;
}

.single-product__add-to-cart:hover,
.button.wc-forward:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button--full-width:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-Button:hover,
.woocommerce-Address a:hover,
.woocommerce-address-fields .button:hover {
  box-shadow: 0 2px 15px 0 rgba(134, 100, 82, 0.4) !important;
}

.single-product__short-description,
.single-product__description {
  color: #79675d;
  font-size: 14px;
  line-height: 1.55;
}

.single-product__description {
  margin-top: 24px;
}

.single-product__description h2,
.single-product__description h3 {
  color: #301100;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.2px; /* 130% */
  letter-spacing: -0.64px;
  margin-bottom: 12px;
  margin-top: 32px;
}

.single-product__description ul {
  margin: 0;

  padding-left: 20px;
}

.single-product__description ul li {
  color: #6b584e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.related-products__head .section-title {
  margin-bottom: 0;
}

.related-products {
  background: #f9f6f3;
}

.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main {
  max-width: 1012px;
  margin: 0 auto;
  padding: 0 16px;
  min-height: calc(100vh - 448px);
}

.woocommerce-cart .site-main article,
.woocommerce-account .site-main article,
.woocommerce-checkout .site-main article {
  padding: 60px 0;
}

.woocommerce-cart .entry-content {
  margin: 0;
}

.wc-block-cart {
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-navigation {
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #f5f5f7;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce-MyAccount-navigation ul a {
  color: #301100;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.64px;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul .is-active a {
  opacity: 0.5;
}

.woocommerce-MyAccount-navigation ul a:hover {
  opacity: 0.5;
}

.woocommerce-Address h2,
.woocommerce-MyAccount-content h2,
#customer_login h2 {
  font-size: 40px;
  line-height: 48px;
}

.woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 20px !important;
}

.woocommerce-form__label-for-checkbox {
  margin-top: 6px;
}

/* policy-page */

.policy-page__hero {
  padding: 140px 0;
  color: #fff;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.4) 28%,
      rgba(0, 0, 0, 0.34) 72%,
      rgba(0, 0, 0, 0) 90%
    ),
    var(--policy-hero-image) center / cover no-repeat,
    #301100;
}

.policy-page__title {
  color: #fff;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 82px; /* 100% */
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}

.policy-page__updated {
  color: #f9f6f3;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px; /* 150% */
  letter-spacing: 1.95px;
  text-transform: uppercase;
}

.policy-page__body {
  padding: 60px 0 80px;
}

.policy-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 354px;
  gap: 80px;
  align-items: start;
}

.policy-page__content {
  color: #6d5a50;
  line-height: 1.65;
}

.policy-page__content h2 {
  color: #301100;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.2px; /* 130% */
  letter-spacing: -0.64px;
  margin-bottom: 12px;
}

.policy-page__content p {
  margin: 0 0 48px;
}

.policy-page__sidebar {
  position: sticky;
  top: 40px;
}

.policy-page__toc {
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #f5f5f7;
}

.policy-page__toc ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-page__toc a {
  color: #301100;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.64px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.policy-page__toc a:hover {
  color: #9a715a;
}

.policy-page__content h2 {
  scroll-margin-top: 40px;
}

.site-branding {
  position: relative;
  z-index: 99999;
}

.main-navigation .mobile-acc-link {
  display: none;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.toggled .menu-toggle span:first-child {
  transform: rotate(45deg);
  margin-bottom: -2px;
}

.toggled .menu-toggle span:nth-child(2) {
  display: none;
}

.toggled .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -4px;
}

.toggled .menu-menu-1-container {
  position: absolute;
  left: 0;
  top: -12px;
  width: 100%;
  background: #1a1410;
  height: 100vh;
  padding: 100px 16px 0 16px;
}

body.menu-is-open {
  overflow: hidden;
}

.mobile-name,
.mobile-role {
  display: none;
}

.mobile-copyright {
  display: none;
}

.contact-details address {
  color: #866452;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 150% */
}
.related-products .section__badge {
  background: #fff;
}

.woocommerce-Button.wc-forward.button {
  margin-top: 0 !important;
}

@media (max-width: 799px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
  }

  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button {
    float: none !important;
    margin-bottom: 20px !important;
  }

  .woocommerce-Button.wc-forward.button {
    margin-top: 20px !important;
  }

  .menu-toggle {
    border: none;
    background: inherit;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;

    position: absolute;
    z-index: 99999;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .main-navigation.toggled .mobile-acc-link {
    display: block;
  }

  .desktop-acc-link {
    display: none;
  }

  #primary-menu .current-menu-item > a,
  #primary-menu .current_page_item > a,
  #primary-menu .current-menu-ancestor > a {
    background: inherit;
  }

  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0;
    border: none;
    background: inherit;
    backdrop-filter: blur(0px);
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-align: left;
  }

  .main-navigation a.mobile-acc-link {
    display: flex;
    max-width: 167.55px;
    padding: 12px 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 1600px;
    background: #fff;

    color: #866452;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }

  .main-navigation a.mobile-acc-link:hover,
  .main-navigation a:hover {
    background: inherit;
  }

  .main-navigation li {
    margin-bottom: 20px;
  }

  .home-hero {
    padding: 180px 0 120px 0;
    background: url(/wp-content/uploads/2026/08/hero.png) lightgray 50% / cover no-repeat;
    position: relative;
  }

  .home-hero .info {
    min-width: auto;
  }

  .hero_title {
    font-size: 56px;
    line-height: 56px;
  }

  .hero_accent {
    font-size: 56px;
    line-height: 56px;
  }

  .home-hero .text {
    margin-bottom: 40px;
  }

  .hero-slider-wrapper {
    display: none;
  }

  .home-hero__statistics .container {
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: hidden;
  }

  .home-hero__statistics-grid {
    display: flex;
    gap: 0;
    width: 100%;
    padding: 20px 0;
    transition: transform 0.55s ease;
  }

  .hero-stat {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 0 24px;
    text-align: center;
  }

  .home-about {
    padding: 60px 0;
    background: #f9f6f3;
  }

  .home-about__grid {
    flex-direction: column;
    gap: 40px;
  }

  .home-about__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .home-about__statistics {
    margin-top: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 16px;
    background: #fff;
  }

  .home-about__stat {
    width: 100%;
  }

  .home-about__stat:first-child::before,
  .home-about__stat:nth-child(2):before {
    content: none;
  }

  .home-about__stat:first-child::after,
  .home-about__stat:nth-child(2)::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(134, 100, 82, 0.2);
    position: absolute;
    left: 0;
    bottom: -16px;
  }

  .home-products {
    padding: 60px 0;
  }

  .home-products__head {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
  }

  .home-products__head > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .home-products__title {
    width: 70%;
    margin-bottom: 20px;
  }

  .product-card__title {
    font-size: 20px;
    line-height: 24px;
  }

  .product-card__description {
    font-size: 14px;
    line-height: 20px;
  }

  .products-slider__track {
    padding-bottom: 30px;
  }

  .products-slider__controls {
    padding-top: 30px;
  }

  .products-slider {
    touch-action: pan-y;
  }

  .advantages {
    padding: 60px 0;
  }

  .advantages__head {
    margin-bottom: 0;
  }

  .advantages__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }

  .advantages__item {
    width: 100%;
    gap: 0px;
    border-radius: 40px;
    padding: 16px;
  }

  .advantages__image img {
    width: 270px;
    height: 160px;
    border-radius: 32px;
    object-fit: cover;
    margin-bottom: 16px;
  }

  .advantages__item-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .advantages__item-text {
    font-size: 12px;
    line-height: 18px;
  }

  .testimonials {
    padding: 60px 0;
  }

  .testimonials__line {
    display: none;
  }

  .testimonials__head {
    margin-bottom: 30px;
  }

  .testimonial-slide {
    flex-direction: column-reverse;
  }

  .testimonial-slide__quote {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
  }

  .testimonial-slide {
    gap: 20px;
  }

  .testimonial-slide__image {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .testimonial-slide__image img {
    width: 65%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 20px;
  }

  .desk-name,
  .desk-role {
    display: none;
  }

  .mobile-name,
  .mobile-role {
    display: block;
  }

  .testimonials-slider__controls {
    position: absolute;
    bottom: 140px;
    width: 90%;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
  }

  .newsletter {
    padding: 60px 0;
  }

  .newsletter__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletter__title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    max-width: 70%;
  }

  .about-page .newsletter__title,
  .shop-page .newsletter__title {
    max-width: 85%;
  }

  .newsletter__form input.wpcf7-email {
    width: 200px;
  }

  .newsletter-form__row p {
    justify-content: space-between;
  }

  .site-footer {
    padding: 20px 0;
  }

  .site-footer__grid {
    flex-direction: column;
    gap: 32px;
  }

  .footer-column-wrapper {
    justify-content: flex-start;
    gap: 80px;
  }

  .site-footer__description {
    margin-bottom: 0;
  }

  .site-footer__title {
    margin-bottom: 20px;
  }

  .site-footer ul {
    gap: 20px;
  }

  .mobile-copyright {
    display: block;
  }

  .desk-copyright {
    display: none;
  }

  .site-footer__address {
    margin-bottom: 20px;
  }

  .site-footer__contact a {
    margin-bottom: 20px;
  }

  .site-footer__contact a.footer-mail {
    margin-bottom: 0;
  }

  .about-page .hero,
  .contacts-page .hero,
  .hero-products {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 320px;
    padding: 80px 0 40px;
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
      url("/wp-content/uploads/2026/08/about-bg.png") -52.56px -210.199px / 270.816% 211.522%
        no-repeat,
      #301100;
  }

  .hero-products {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
      url("/wp-content/uploads/2026/08/hero-prod-bg.png") -52.56px -210.199px / 270.816% 211.522%
        no-repeat,
      #301100;
  }

  .contacts-page .hero {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
      url(/wp-content/uploads/2026/08/contacts-bg.png) -241.56px -6.199px / 263.816% 181.522%
        no-repeat,
      #301100;
    background-size: 220%;
  }

  .about-page .hero_badge,
  .contacts-page .hero_badge {
    margin-bottom: 20px;
  }

  .hero .section-title,
  .shop-page .section-title {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 0;
  }

  .about-page .home-about__grid {
    flex-direction: column-reverse;
  }

  .author__title {
    font-size: 20px;
    line-height: 28px;
  }

  .mb-32 {
    margin-bottom: 16px;
  }

  .about-page .home-about__image {
    max-height: 390px;
  }

  .journey {
    padding: 60px 0;
  }

  .journey .section-title {
    max-width: 70%;
    text-align: center;
    margin-bottom: 30px;
  }

  .journey__statistics {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .journey__number {
    margin-bottom: 16px;
  }

  .hero-products .shop_badge {
    margin-bottom: 20px;
  }

  .shop-page .shop-page__products {
    padding: 60px 0;
  }

  .woocommerce ul.products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .contact-section__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .contact-section {
    padding: 60px 0;
  }

  .contact-section__form {
    padding: 20px;
  }

  .contact-form__row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .contact-details {
    padding: 20px;
  }

  .contact-details__item {
    padding: 12px;
    min-height: auto;
  }

  .policy-page__hero {
    padding: 136px 0 32px;
    color: #fff;

    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
      var(--policy-hero-image) -233.481px -162.922px / 264.523% 173.748% no-repeat,
      #301100;
  }

  .policy-page__title {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 20px;
    width: 90%;
  }

  .policy-page__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .policy-page__sidebar {
    position: relative;
    top: 0;
    width: 100%;
  }

  .policy-page__content h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .policy-page__content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    margin-bottom: 36px;
  }

  .policy-page__toc {
    padding: 20px;
  }

  .single-product__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 0 60px;
  }

  .single-product__wrapper {
    margin-top: 0;
  }

  .single-product__title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .single-product__price {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .single-product__cart {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }

  .quantity-control {
    width: 100%;
    justify-content: center;
  }

  .quantity-control__input[type="number"] {
    width: 70%;
  }

  .single-product__add-to-cart {
    width: 100%;
  }

  .single-product__description p,
  .single-product__description ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .single-product__description h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .related-products__head .section-title {
    width: 100%;
  }

  .woocommerce-cart .site-main article {
    padding: 60px 0;
  }

  .footer-column-wrapper {
    font-size: 14px;
  }

  .single-product__breadcrumbs {
    gap: 10px;
  }
}

@media (min-width: 1700px) {
  .home-hero {
    background-position: center 16%;
  }
}

@media (max-width: 379px) {
  .home-products__all-link {
    font-size: 14px;
  }

  .home-products__all-link svg {
    width: 24px;
  }

  .button-wrapper {
    gap: 16px;
  }

  .footer-column-wrapper {
    min-width: auto;
  }
}

@media (max-width: 525px) {
  .newsletter__title {
    max-width: 60%;
  }
}

@media (max-width: 420px) {
  .newsletter__title {
    max-width: 70%;
  }
}

@media (max-width: 369px) {
  .newsletter__title {
    max-width: 82%;
  }
}
