/*!
Theme Name: nail
Theme URI: http://underscores.me/
Author: Ekaterina Yun
Author URI: http://underscores.me/
Description: nail shop
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: nail
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.

nail 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.
 */
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

html,
body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  inline-size: 100%;
  block-size: 100%;
  font-size: 16px;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button {
  font-family: inherit;
  color: inherit;
}

input {
  caret-color: currentColor;
}

input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

a[href]:focus-visible,
button:focus-visible {
  outline: var(--outline-width, 2px) solid var(--outline-color, currentColor);
  outline-offset: 2px;
}

a {
  color: inherit;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

button {
  font-size: inherit;
  background: none;
}

button:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

ol,
ol li,
ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h3,
h2,
h1 {
  font-size: inherit;
  font-weight: 400;
}

address {
  font-style: normal;
}

svg {
  fill: currentColor;
  stroke: currentColor;
  transition-property: fill, stroke;
  transition-duration: 0.3s;
}

dialog {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  inline-size: 100%;
  max-inline-size: none;
  block-size: 100%;
  max-block-size: none;
  padding: 20px;
  background: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow: auto;
}

dialog[open] {
  opacity: 1;
  visibility: visible;
}

/* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
   */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

/* Offset direction
   */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
   * connect elements.
   */

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
   */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
   * Giving the connect element a border radius causes issues with using transform: scale
   */

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
   */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
   */

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
   */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
   *
   */

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
   *
   */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
   *
   */

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
   *
   */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
   *
   */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* ===============================
  =            Choices            =
  =============================== */

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}

.choices[data-type*="select-one"]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
  position: relative;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 13px;
}

[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */

.ibg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.ibg:not(.product__image) img, .ibg iframe, .product-card__image.ibg img {
  position: absolute;
  inset: 0;
  z-index: -2;
  inline-size: 100%;
  block-size: 100%;
  width: auto;
  left: 0;
}

 .product-card__image.ibg img {
  width: auto;
  left: 13%;
}

.visually-hidden {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
  border: none;
  outline: none;
  outline-offset: 0;
}

.title {
  -webkit-margin-after: var(--title-mb);
  margin-block-end: var(--title-mb);
  font-family: "Tenor Sans", sans-serif;
  font-size: var(--title-fz);
  text-transform: uppercase;
  color: var(--title-color);
  --title-mb: 30px;
}

.title--h1 {
  --title-fz: 58px;
}

.title--h2 {
  --title-fz: 34px;
}

.title--h3 {
  --title-fz: 28px;
}

.title--h4 {
  --title-fz: 20px;
}

.title--h5 {
  --title-fz: 16px;
  --title-color: #0f0e0e;
}

.title--h6 {
  --title-fz: 14px;
}

.title--black {
  --title-color: #000000;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  inline-size: 100%;
  max-inline-size: var(--button-wmax);
  min-block-size: var(--button-hmin);
  padding-block: 5px;
  padding-inline: var(--button-pi);
  font-family: "Tenor Sans", sans-serif;
  font-size: var(--button-fz);
  text-transform: uppercase;
  text-align: center;
  color: var(--button-color);
  background-color: var(--button-bgc, #f0d9d9);
  border-radius: 4px;
  opacity: var(--button-opacity);
  transition-property: color, background-color, opacity;
  transition-duration: 0.3s;
}

.fivepost-button-map {
  font-size: 12px;
  padding: 9px 13px;
  margin-top: 3px;
}
.placing-radio__text .woocommerce-Price-amount.amount bdi {
  font-size: 18px;
  color: #c4907d;
}
@media (max-width: 479px) {
  .fivepost-button-map {
    font-size: 11px;
  }
  .placing-radio__text .woocommerce-Price-amount.amount bdi {
    font-size: 15px;
    color: #c4907d;
  }
}

.button:disabled {
  --button-opacity: 0.5;
}

.products-list {
  display: grid;
  gap: 30px;
}

.product-card {
  display: flex;
  flex-direction: column;
  block-size: 100%;
  border-radius: 8px;
  border: 0.5px solid rgba(130, 130, 130, 0.7);
}

.product-card__image {
  aspect-ratio: 253/190;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .product-card {
    overflow: hidden;
  }
  .product-card__image.ibg img {
    width: 100%;
    left: 0;
    object-fit: cover;
  }
  .product-card__image {
    aspect-ratio: 1;
    border-radius: 0;
  }
}

.product-card__inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 10px;
  flex: 1 1 auto;
  padding-block: 20px 30px;
  padding-inline: 15px;
  overflow: hidden;
}

.product-card__title {
  flex: 1 1 auto;
  font-size: 16px;
}

@media (max-width: 480px) {
  .product-card__inner {
    row-gap: 8px;
    padding-block: 17px 20px;
    padding-inline: 12px;
  }
  .product-card__title {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 380px) {
  .product-card__inner {
    padding-block: 13px 15px;
    padding-inline: 12px;
  }
  .product-card__title {
    font-size: 14px;
  }
}

.product-card__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.3s;
  line-break: anywhere;
}

.product-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  inline-size: 100%;
}
@media (max-width: 768px) {
  .product-card__footer {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.product-card__form {
  --counter-border: rgba(130, 130, 130, 0.7);
  flex: 0 0 auto;
}

.product-card__button {
  --button-hmin: 35px;
  --button-pi: 10px;
  flex: 1 1 max-content;
  --button-fz: 10px;
}

.counter {
  --outline-width: 1px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-inline: 15px;
  font-size: 18px;
  color: var(--counter-color);
  border-radius: 4px;
  border: 0.5px solid var(--counter-border, currentColor);
  height: 35px;
  width: 48%;
}

.counter label {
  flex: 0 0 auto;
  align-self: stretch;
  inline-size: 12px;
}

.counter__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  inline-size: 11px;
  text-align: center;
  transition-property: color;
  transition-duration: 0.3s;
}

.counter__output {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  block-size: 100%;
  text-align: center;
  width: 10px;
}

@media (max-width: 768px) {
  .product-card__form.counter {
    width: 100%;
  }
  .product-card__form .counter__button {
    width: 30%;
  }
  .no-stock-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-family: "Tenor Sans", sans-serif;
    font-size: 12px;
    color: black;
    background-color: #ededed;
    border-radius: 4px;
    white-space: nowrap;
  }
  .product-card .product-card__form.counter, .no-stock-btn {
    margin-top: 8px;
  }
}
@media (max-width: 380px) {
  .product-card__form .counter__output {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .product-card__button, .no-stock-btn {
    font-size: 11px;
  }
}

input:focus ~ .counter__output {
  outline: 1px solid;
  outline-offset: 2px;
}

.breadcrumbs {
  -webkit-padding-before: 50px;
  padding-block-start: 50px;
  -webkit-padding-after: 20px;
  padding-block-end: 20px;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.breadcrumbs__list span a {
  color: #9C9C9C;
}

.breadcrumbs__list span:last-child a {
  color: #2F2F2F;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.breadcrumbs-link {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.breadcrumbs-link[href] {
  transition-property: color;
  transition-duration: 0.3s;
}

.breadcrumbs-link__icon {
  flex: 0 0 auto;
  font-size: 0;
}

html {
  scroll-padding-block-start: var(--header-height);
}

body {
  font-family: "Onest", sans-serif;
  line-height: 1.1875;
  color: #2f2f2f;
  font-size: 18px;
}

.scroll-lock body {
  overflow: hidden;
}

.container {
  display: block;
  max-inline-size: 1140px;
  margin-inline: auto;
  padding-inline: 20px;
}

.breadcrumbs__container.container {
  padding: 0 20px;
}
.woocommerce-checkout .breadcrumbs__container.container {
  padding: 0;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-block-size: 100%;
  overflow: hidden;
}

.header {
  block-size: var(--header-height);
}

.header__wrapper {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 50;
}

.header-top {
  background-color: #ffffff;
}

.header-top__inner {
  display: grid;
  grid-template-columns: 1fr 75px 1fr;
  align-items: center;
  row-gap: 15px;
  transition-property: row-gap, padding-block;
  transition-duration: 0.3s;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-padding-before: 30px;
  padding-block-start: 30px;
  -webkit-padding-after: 35px;
  padding-block-end: 35px;
}

.scrolled .header-top__inner {
  row-gap: 10px;
  padding-block: 10px;
}

.scrolled:not(.search-show) .header-top__inner {
  row-gap: 0;
}

.header-top__burger {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 0;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.burger-open-button {
  position: relative;
  inline-size: 28px;
  aspect-ratio: 1/1;
}

.burger-open-button__line {
  position: absolute;
  inset-block-start: var(--line-top);
  inset-block-end: var(--line-bottom);
  inset-inline-start: var(--line-left, 50%);
  inline-size: var(--line-width, 22px);
  block-size: 2px;
  background-color: var(--line-color, currentColor);
  border-radius: 2px;
  -webkit-transform: var(--line-transform);
  transform: var(--line-transform);
  transition-property: inset, inline-size, background-color, -webkit-transform;
  transition-property: inset, inline-size, background-color, transform;
  transition-property: inset, inline-size, background-color, transform,
    -webkit-transform;
  transition-duration: 0.3s;
}

.burger-open-button__line--top {
  --line-top: 6px;
  --line-transform: translateX(-50%);
}

.burger-open-button__line--center {
  --line-top: 50%;
  --line-transform: translate(-50%, -50%);
}

.burger-open-button__line--bottom {
  --line-bottom: 6px;
  --line-transform: translateX(-50%);
}

.header-logo {
  font-size: 0;
}

.header-logo__image {
  display: block;
  aspect-ratio: 111/44;
}

.header-logo__image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.header-form__inner {
  position: relative;
}

.header-form__inner input {
  inline-size: 100%;
  block-size: 38px;
  padding-inline: 20px 48px;
  font-weight: 300;
  font-size: 16px;
  background-color: #f6f6f6;
  -webkit-border-after: 1px solid;
  border-block-end: 1px solid;
  transition-property: border-block-end-color;
  transition-duration: 0.3s;
}

.header-form__inner input:focus {
  border-block-end-color: #c4907d;
}

.header-form__inner input::-webkit-search-cancel-button {
  display: none;
}

.header-form__button {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 20px;
  z-index: 1;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-icons {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 0;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.header-icons__item {
  flex: 0 0 auto;
}

.header-icons__item[data-count] {
  position: relative;
}

.header-tabbar__link[data-count]::after, .header-icons__item[data-count]::after {
  content: attr(data-count);
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-inline-size: 20px;
  block-size: 20px;
  padding-inline: 5px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  background-color: #f0d9d9;
  border-radius: 50%;
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
  pointer-events: none;
}
.header-tabbar__link {
  position: relative;
}
.header-tabbar__link[data-count]::after {
  font-size: 9px;
  color: white;
  background-color: #c4907d;
  min-inline-size: 18px;
  block-size: 18px;
  transform: translate(12%, -22%);
}

.header-icons__link svg {
  inline-size: 32px;
  block-size: 32px;
}

.search-show .search-button svg {
  fill: #c4907d;
}

.header-nav__wrapper--catalog {
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  transition-duration: 0.3s;
}

.header-nav__wrapper--catalog.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header-nav__wrapper--catalog-inner {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 1;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  background-color: #ffffff;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  transition-duration: 0.3s;
}

.header-nav__wrapper--catalog-inner:not(.active) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.header-nav__block {
  position: relative;
}

.header-nav__top {
  position: -webkit-sticky;
  position: sticky;
  inset-block-start: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-block: 20px 10px;
  background-color: #ffffff;
  -webkit-border-after: 1px solid #9c9c9c;
  border-block-end: 1px solid #9c9c9c;
}

.header-nav__title {
  font-family: "Tenor Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}

.header-nav__link {
  font-family: "Tenor Sans", sans-serif;
  font-size: 13px;
  text-align: start;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 0.3s;
}

.header-nav__back {
  flex: 0 0 auto;
  font-size: 0;
}

.burger-close-button {
  position: relative;
  flex: 0 0 auto;
  inline-size: 20px;
  aspect-ratio: 1/1;
  font-size: 0;
}

.burger-close-button__line {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  inline-size: 71.875%;
  block-size: 1px;
  background-color: #000000;
  border-radius: 2px;
  transition-property: background-color;
  transition-duration: 0.3s;
}

.burger-close-button__line--top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.burger-close-button__line--bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.category-button {
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: end;
}

.category-button.active {
  color: #c4907d;
}

.category-button__icon {
  flex: 0 0 auto;
  font-size: 0;
}

.header-sublist {
  -webkit-padding-before: 20px;
  padding-block-start: 20px;
}

.header-sublist__item:not(:last-child) {
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}

.header-sublist__link {
  font-weight: 300;
  font-size: 16px;
  transition-property: color;
  transition-duration: 0.3s;
}

.header-contacts {
  position: -webkit-sticky;
  position: sticky;
  inset-block-end: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  row-gap: 15px;
  flex: 1 1 auto;
  padding-block: 60px calc(40px + var(--tabbar-height, 0px));
  background-color: #ffffff;
  -webkit-border-before: 1px solid #9c9c9c;
  border-block-start: 1px solid #9c9c9c;
}

.header-contacts:not(.filter-form__contacts) {
  margin-inline: 20px;
}

.header-contacts:not(.filter-form__contacts)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin-inline: -20px;
  background-color: #ffffff;
}

.header-contacts__item:not(:last-child) {
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}

.header-contacts__link {
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
  color: #000000;
  transition-property: color;
  transition-duration: 0.3s;
}

.header-contacts__button {
  --button-hmin: 40px;
  --button-pi: 40px;
  --button-fz: 12px;
}

.header-socials {
  display: flex;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: 0;
}

.header-socials__item {
  flex: 0 0 auto;
}

.header-socials__link svg {
  fill: #c4907d;
}

.header-catalog {
  position: fixed;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 150;
  inline-size: 100%;
  max-inline-size: 375px;
  -webkit-padding-after: calc(30px + var(--tabbar-height, 0px));
  padding-block-end: calc(30px + var(--tabbar-height, 0px));
  padding-inline: 20px;
  background-color: #ffffff;
  box-shadow: 5px 0 30px 0 rgba(156, 156, 156, 0.25);
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  transition-duration: 0.3s;
  overflow: auto;
}

.header-catalog:not(.show) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.header-catalog__header {
  position: -webkit-sticky;
  position: sticky;
  inset-block-start: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
  padding-block: 30px 10px;
  background-color: #ffffff;
  -webkit-border-after: 1px solid #d9d9d9;
  border-block-end: 1px solid #d9d9d9;
}

.header-catalog__back {
  flex: 0 0 auto;
  font-size: 0;
}

.header-catalog__title {
  font-family: "Tenor Sans", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.header-catalog__close {
  position: relative;
  flex: 0 0 auto;
  inline-size: 20px;
  aspect-ratio: 1/1;
  font-size: 0;
}

.header-catalog__close::before,
.header-catalog__close::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  inline-size: 71.875%;
  block-size: 1px;
  background-color: #000000;
  border-radius: 2px;
  transition-property: background-color;
  transition-duration: 0.3s;
}

.header-catalog__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-catalog__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-catalog__item:not(:last-child) {
  -webkit-border-after: 1px solid #d9d9d9;
  border-block-end: 1px solid #d9d9d9;
}

.header-catalog__sublist {
  position: fixed;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 150;
  inline-size: 100%;
  max-inline-size: 375px;
  -webkit-padding-after: calc(30px + var(--tabbar-height, 0px));
  padding-block-end: calc(30px + var(--tabbar-height, 0px));
  padding-inline: 20px;
  background-color: #ffffff;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  transition-duration: 0.3s;
  overflow: auto;
}

.header-catalog.show .header-catalog__sublist:not(.show) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.catalog-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  inline-size: 100%;
  min-block-size: 44px;
  padding-block: 5px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
  line-height: 1.1875;
  text-transform: uppercase;
  text-align: start;
  color: #000000;
  transition-property: color;
  transition-duration: 0.3s;
}

.catalog-link__arrow {
  flex: 0 0 auto;
  font-size: 0;
}

.catalog-link__arrow svg {
  stroke: #ffffff;
}

.header-tabbar {
  position: fixed;
  inset-block-end: 0;
  inset-inline: 0;
  z-index: 200;
  display: flex;
  justify-content: space-around;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-block: 10px 20px;
  background-color: #ffffff;
  box-shadow: 5px 2px 7px 0 rgba(0, 0, 0, 0.25);
}

.header-tabbar__item {
  padding-inline: 5px;
}

.tabbar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.15px;
  text-align: center;
  color: #99a2ad;
  transition-property: color;
  transition-duration: 0.3s;
}

.tabbar-link.active {
  color: #c4907d;
}

.tabbar-link--current {
  color: #c4907d;
}

.up {
  --outline-color: #2f2f2f;
  position: fixed;
  inset-block-end: calc(20px + var(--tabbar-height, 0px));
  inset-inline-end: calc(20px + var(--scrollbar-width, 0px));
  z-index: 5;
  inline-size: 38px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  background-color: var(--up-background-color, #c4907d);
  border-radius: 5px;
  transition-property: color, background-color, opacity, visibility;
  transition-duration: 0.3s;
}

.up svg {
  stroke: #ffffff;
  fill: #ffffff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

html:not(.scrolled) .up {
  opacity: 0;
  visibility: hidden;
}

.main {
  flex: 1 1 auto;
}

.footer {
  background-color: #fef9f6;
}

.footer-top {
  -webkit-border-after: 1px solid;
  border-block-end: 1px solid;
  -webkit-padding-before: 45px;
  padding-block-start: 45px;
  -webkit-padding-after: 30px;
  padding-block-end: 30px;
}

.footer-top__inner {
  display: grid;
  row-gap: 40px;
  -webkit-column-gap: 125px;
  -moz-column-gap: 125px;
  column-gap: 125px;
  column-gap: 125px;
}

.footer-top__image {
  inline-size: 111px;
  aspect-ratio: 111/44;
  font-size: 0;
  mix-blend-mode: multiply;
}

.footer-top__image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-top__caption {
  font-weight: 300;
  font-size: 16px;
}

.footer-top__button {
  --button-hmin: 35px;
  --button-pi: 10px;
  --button-fz: 10px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: 0;
}

.footer-socials__item {
  flex: 0 0 auto;
}

.footer-socials__link svg {
  inline-size: 32px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  row-gap: 40px;
  -webkit-column-gap: 84px;
  -moz-column-gap: 84px;
  column-gap: 84px;
}

.footer-links__title {
  --title-mb: 20px;
}

.footer-links__title::after {
  content: "";
  display: block;
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
  max-inline-size: var(--line-wmax);
  block-size: 1px;
  background-color: currentColor;
}

.footer-nav__item:not(:last-child) {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}

.footer-nav__link {
  font-weight: 300;
  transition-property: color;
  transition-duration: 0.3s;
  font-size: 20px;
}

.footer-nav__link--nowrap {
  white-space: nowrap;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  row-gap: 15px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-padding-before: 30px;
  padding-block-start: 30px;
  -webkit-padding-after: calc(
    var(--up-gap, 0px) + var(--pb) + var(--tabbar-height, 0px)
  );
  padding-block-end: calc(
    var(--up-gap, 0px) + var(--pb) + var(--tabbar-height, 0px)
  );
  font-weight: 300;
  font-size: 16px;
  --pb: 45px;
}

.footer-bottom__link {
  text-decoration: underline;
  transition-property: color;
  transition-duration: 0.3s;
}
.privacy-policy-link {
  text-decoration: underline;
}

.hero {
  background-color: #fef9f6;
}

.hero__inner {
  display: grid;
  grid-template-columns: max((100vw - 1100px) / 2, 20px) auto 1fr;
  align-items: center;
}

.hero__inner::before {
  content: "";
}

.hero__main {
  padding-block: 20px;
}

.hero__title {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
  white-space: nowrap;
}

.hero__text {
  max-inline-size: 577px;
  font-size: 20px;
}

.hero__button {
  --button-wmax: 300px;
  --button-hmin: 59px;
  --button-fz: 16px;
  -webkit-margin-before: 55px;
  margin-block-start: 55px;
}

.hero__image {
  align-self: stretch;
  min-inline-size: 641px;
  min-block-size: 656px;
}

.hero__image img {
  -o-object-position: 0 50%;
  object-position: 0 50%;
}

.marquee {
  display: flex;
  align-items: center;
  -webkit-column-gap: var(--column-gap);
  -moz-column-gap: var(--column-gap);
  column-gap: var(--column-gap);
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  --column-gap: 80px;
  -webkit-padding-before: 35px;
  padding-block-start: 35px;
  -webkit-padding-after: 50px;
  padding-block-end: 50px;
  border-bottom: 2px solid #DDDDDD;
}

.marquee__inner {
  display: flex;
  align-items: center;
  -webkit-column-gap: var(--column-gap);
  -moz-column-gap: var(--column-gap);
  column-gap: var(--column-gap);
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - var(--column-gap)));
    transform: translateX(calc(-100% - var(--column-gap)));
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - var(--column-gap)));
    transform: translateX(calc(-100% - var(--column-gap)));
  }
}

.marquee__image {
  aspect-ratio: var(--width) / 120;
  block-size: 40px;
}

.marquee__image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100% !important;
}

.sections {
  -webkit-padding-before: 80px;
  padding-block-start: 80px;
  -webkit-padding-after: 50px;
  padding-block-end: 50px;
}

.sections__title {
  --title-mb: 40px;
}

.sections__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  row-gap: 25px;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
}

.sections__link {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  -webkit-padding-after: 5px;
  padding-block-end: 5px;
  padding-inline: 10px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-border-after: 1px solid;
  border-block-end: 1px solid;
  transition-property: color;
  transition-duration: 0.3s;
  -webkit-margin-before: 65px;
  margin-block-start: 65px;
}

.section-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-weight: 300;
  text-align: center;
  transition-property: color;
  transition-duration: 0.3s;
  font-size: 28px;
}

.section-link__image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  inline-size: 148px;
}

.section-link__image img {
  left: 0;
}

.new-products {
  -webkit-padding-before: 30px;
  padding-block-start: 30px;
  -webkit-padding-after: 100px;
  padding-block-end: 100px;
}

.new-products__title {
  --title-mb: 40px;
}

.catalog {
  -webkit-padding-before: 30px;
  padding-block-start: 30px;
  -webkit-padding-after: 100px;
  padding-block-end: 100px;
}

.catalog__inner {
  display: grid;
  align-items: start;
  gap: 30px;
}

.filter-form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-padding-after: 15px;
  padding-block-end: 15px;
  -webkit-border-after: 1px solid #9c9c9c;
  border-block-end: 1px solid #9c9c9c;
}

.filter-form__close {
  position: relative;
  flex: 0 0 auto;
  inline-size: 32px;
  aspect-ratio: 1/1;
  font-size: 0;
}

.filter-form__close::before,
.filter-form__close::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  inline-size: 23px;
  block-size: 1px;
  border-radius: 2px;
  background-color: #000000;
  transition-property: background-color;
  transition-duration: 0.3s;
}

.filter-form__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.filter-form__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.filter-spoilers__item {
  padding-block: 20px;
}

.filter-spoilers__item:not(:last-child) {
  -webkit-border-after: 1px solid #9c9c9c;
  border-block-end: 1px solid #9c9c9c;
}

.filter-spoilers__item[disabled] {
  display: none;
}

.filter-spoilers__item--stock .filter-spoilers__region:not([hidden]) {
  display: block;
}

.price_filter {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 33px;
}
.price_filter .rub_notice {
  position: absolute;
  left: 11px;
  top: 11px;
  font-size: 10px;
  color: #787878;
}
.price_filter .to_rub {
  left: calc(53% + 11px);
}
.woof_price_filter_txt {
  width: 47% !important;
  padding: 27px 20px 8px 10px;
  border: 1px solid #c4907d;
  border-radius: 4px;
  font-size: 16px;
} 

.fieldset-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  inline-size: 100%;
  font-size: 18px;
  text-align: start;
  transition-property: color;
  transition-duration: 0.3s;
}

.fieldset-button__icon {
  flex: 0 0 auto;
  font-size: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
}

.spoiler-active .fieldset-button__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fieldset-button__icon svg {
  stroke: #ffffff;
}

.fieldset-inner {
  display: block;
  -webkit-padding-before: 20px;
  padding-block-start: 20px;
}

.fieldset-inner__item {
  position: relative;
  display: block;
}

.fieldset-inner__item input:focus-visible ~ label {
  outline: 2px solid;
  outline-offset: 2px;
}

.fieldset-inner__item label {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
}

.fieldset-inner__item:not(:last-child, .fieldset-inner__item--hide-menu) {
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}

.fieldset-inner__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  font-size: 0;
  inline-size: 24px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid #c4907d;
  transition-property: background-color;
  transition-duration: 0.3s;
}

.fieldset-inner__icon svg,
input:not(:checked) ~ label [data-stock="no"] .fieldset-inner__icon svg {
  stroke: #ffffff;
}

input:not(:checked) ~ label .fieldset-inner__icon svg {
  stroke: rgba(255, 255, 255, 0);
}

input:checked
  ~ label
  .fieldset-inner__icon:not(
    .fieldset-inner__icon--round,
    .fieldset-inner__item--hide-menu .fieldset-inner__icon,
    [data-stock="no"] .fieldset-inner__icon
  ) {
  background-color: #c4907d;
}

input:not(:checked) ~ label [data-stock="no"] .fieldset-inner__icon {
  background-color: #c4907d;
}

.fieldset-inner__item--hide-menu .fieldset-inner__icon {
  display: flex;
  justify-content: start;
  align-items: center;
  inline-size: 42px;
  aspect-ratio: 42/22;
  padding-inline: 3px;
  border-radius: 22px;
}

.fieldset-inner__item--hide-menu .fieldset-inner__icon::before {
  content: "";
  inline-size: 0;
  font-size: 0;
  transition-property: inline-size;
  transition-duration: 0.3s;
}

input:checked
  ~ .filter-spoilers__region
  .fieldset-inner__item--hide-menu
  .fieldset-inner__icon::before {
  inline-size: 100%;
}

.fieldset-inner__item--hide-menu .fieldset-inner__icon::after {
  content: "";
  flex: 0 0 auto;
  inline-size: 16px;
  aspect-ratio: 1/1;
  font-size: 0;
  background-color: #c4907d;
  border-radius: 50%;
  transition-property: margin-inline;
  transition-duration: 0.3s;
}

.fieldset-inner__icon--round {
  border-radius: 50%;
}

.fieldset-inner__icon--round::after {
  content: "";
  flex: 0 0 auto;
  inline-size: 66.6666666667%;
  aspect-ratio: 1/1;
  font-size: 0;
  background-color: #c4907d;
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.3s;
}

input:not(:checked) ~ label .fieldset-inner__icon--round::after {
  background-color: rgba(196, 144, 125, 0);
}

.fieldset-inner__text {
  font-size: 16px;
  transition-property: color;
  transition-duration: 0.3s;
}

.fieldset-inner__item--hide-menu .fieldset-inner__text {
  font-weight: 500;
  font-size: 18px;
}

.fieldset-inner__subcategories {
  padding-block: 15px 5px;
}

.fieldset-inner__subcategories[disabled] {
  display: none;
}

.fieldset-inner__label {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
}

.fieldset-inner__item--hide-menu .fieldset-inner__label {
  justify-content: space-between;
}

.filter-spoilers__item--stock
  input:focus-visible:checked
  ~ .filter-spoilers__region
  .fieldset-inner__label[data-stock="yes"] {
  outline: 2px solid;
  outline-offset: 2px;
}

.filter-spoilers__item--stock
  input:focus-visible:not(:checked)
  ~ .filter-spoilers__region
  .fieldset-inner__label[data-stock="no"] {
  outline: 2px solid;
  outline-offset: 2px;
}

.fieldset-inner__ui-slider {
  margin-block: 7px 21px;
}

.fieldset-inner__ui-slider.noUi-target.noUi-horizontal {
  block-size: 2px;
  background-color: #d9d9d9;
  box-shadow: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.fieldset-inner__ui-slider.noUi-target.noUi-horizontal.noUi-state-drag {
  cursor: grabbing;
}

.fieldset-inner__ui-slider.noUi-target.noUi-horizontal
  .noUi-base
  .noUi-connects {
  border-radius: 0;
}

.fieldset-inner__ui-slider.noUi-target.noUi-horizontal
  .noUi-base
  .noUi-connects
  .noUi-connect {
  background-color: #c4907d;
}

.fieldset-inner__ui-slider.noUi-target.noUi-horizontal
  .noUi-base
  .noUi-origin
  .noUi-handle {
  inset-inline-end: -7.5px;
  inline-size: 15px;
  block-size: 15px;
  background-color: #c4907d;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  cursor: grab;
}

.fieldset-inner__ui-slider.noUi-target.noUi-horizontal
  .noUi-base
  .noUi-origin
  .noUi-handle::before,
.fieldset-inner__ui-slider.noUi-target.noUi-horizontal
  .noUi-base
  .noUi-origin
  .noUi-handle::after {
  display: none;
}

.fieldset-numbers {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.fieldset-numbers__label {
  display: block;
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
  font-size: 12px;
  color: #727272;
}

.fieldset-numbers__value {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #2f2f2f;
}

input:focus ~ .fieldset-numbers__value {
  outline: 2px solid;
  outline-offset: 2px;
}

.catalog-products {
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.catalog-products__header {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  row-gap: 10px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
}

.catalog-sort {
  display: flex;
  align-items: start;
  -webkit-column-gap: 1ch;
  -moz-column-gap: 1ch;
  column-gap: 1ch;
}
.catalog-sort__label {
  line-height: 1.5;
}

.catalog-sort .choices {
  font-size: inherit;
}

.catalog-sort .choices::after {
  display: none;
}

.catalog-sort .choices.is-open .choices__list--single .choices__item::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-sort .choices__inner {
  min-block-size: auto;
  font-size: inherit;
  padding: 0 !important;
  background: none;
  border: none;
  border-radius: 0;
}

.catalog-sort .choices__list--single {
  padding: 0;
}

.catalog-sort .choices__list--single .choices__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  transition-property: color;
  transition-duration: 0.3s;
}

.catalog-sort .choices__list--single .choices__item::after {
  content: "";
  flex: 0 0 auto;
  inline-size: 24px;
  aspect-ratio: 1/1;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23C4907D' stroke='%23fff' stroke-width='.5' d='m12.5 14.63 6.54-6.46a.56.56 0 0 1 .62-.12.56.56 0 0 1 .3.31.58.58 0 0 1-.13.62l-6.94 6.86a.56.56 0 0 1-.78 0L5.17 8.98a.57.57 0 0 1-.13-.62.57.57 0 0 1 .3-.31.55.55 0 0 1 .62.12l6.54 6.46Z'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  position: relative;
}
}

.catalog-sort .choices__list--dropdown {
  box-shadow: 5px 0 30px 0 rgba(156, 156, 156, 0.25);
  border: none;
  border-radius: 4px;
  word-break: unset;
}

.catalog-sort .choices__item--choice {
  display: flex;
  align-items: center;
  min-block-size: 34px;
  padding-block: 5px !important;
  padding-inline: 10px !important;
  font-size: inherit;
  background: none;
}

.catalog-sort .choices__item--choice:last-child {
  margin-bottom: 10px;
}

.catalog-sort .choices__item--choice::after {
  display: none;
}

.catalog-sort .choices__item--choice.is-selected {
  display: none;
}

.filter-button {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  flex: 1 1 auto;
  min-block-size: 34px;
  padding-block: 5px;
  padding-inline: 12px 33px;
  border: 1px solid #c4907d;
  border-radius: 4px;
  transition-property: color;
  transition-duration: 0.3s;
}

.filter-button__icon {
  flex: 0 0 auto;
  font-size: 0;
}

.filter-button__icon svg {
  fill: #c4907d;
  stroke: #ffffff;
}

.product__inner {
  display: grid;
  align-items: start;
  gap: 30px;
}


#imgt .swiper-slide {
  aspect-ratio: 1;
}
.product__image.ibg img {
  width: 100%;
  height: auto;
}

.product__main {
  display: grid;
}

.product-header__title {
  --title-mb: 10px;
}

.product-header__row {
  display: flex;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.product-header__text {
  display: flex;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  line-height: 1;
  color: #9c9c9c;
  font-size: 18px;
}

.product-header__text--green::before,
.product-header__text--red::before {
  content: "";
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  font-size: 0;
  border-radius: 50%;
  background-color: var(--status-bgc);
  inline-size: 12px;
}
.card-stock {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 10px;
  color: grey;
  line-height: 1;
}
.card-stock::before {
  content: "";
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  font-size: 0;
  border-radius: 50%;
  background-color: #00d67c;
  inline-size: 8px;
}
.card-stock.out-of-stock::before {
  background-color: #e20000;
}

@media (min-width: 769px) {
  .card-stock::before {
    inline-size: 9px;
  }
}

.product-header__text--green {
  --status-bgc: #00d67c;
}

.product-header__text--red {
  --status-bgc: #d60040;
}

.product-about__row {
  display: flex;
  align-items: start;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.product-about__row:not(:last-child) {
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
}
.product-description__inner {
  font-size: 16.5px;
  line-height: 1.3;
}
.product-description__inner p {
  margin: 9px 0;
}
.product-description__inner p:first-child {
  margin: 0 0 9px 0;
}
.product-description__inner p:last-child {
  margin: 9px 0 0 0;
}
.product-description__button {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  font-size: 16px;
  text-decoration: underline;
  color: #c4907d;
  transition-property: color;
  transition-duration: 0.3s;
}

.product-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 122px;
  grid-template-areas: "sum sum sum" "button button counter" "radio radio radio";
  row-gap: 23px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.product-form__item {
  grid-area: counter;
}

.product-form__item--radio {
  grid-area: radio;
}

.product-form__caption {
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
  font-size: 12px;
  color: #9c9c9c;
}

.product-form__button {
  --button-hmin: 35px;
  --button-pi: 10px;
  --button-fz: 10px;
  grid-area: button;
}

.product-form__sum {
  display: flex;
  align-items: baseline;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  grid-area: sum;
  font-family: "Tenor Sans", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.product-form__sum span {
  font-size: 20px;
}

.product-radios {
  position: relative;
}

.product-radios__text {
  display: flex;
  align-items: center;
  min-block-size: 35px;
  padding-block: 5px;
  padding-inline: 15px;
  font-size: 18px;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
}

input:checked ~ .product-radios__text {
  pointer-events: none;
}

.radio-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  inline-size: 100%;
  min-block-size: 35px;
  padding-block: 5px;
  padding-inline: 15px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid;
  transition-property: color;
  transition-duration: 0.3s;
}

.radio-button__icon {
  flex: 0 0 auto;
  font-size: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
}

.show .radio-button__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.like-products {
  -webkit-padding-before: 60px;
  padding-block-start: 60px;
  -webkit-padding-after: 100px;
  padding-block-end: 100px;
}

.like-products__title {
  --title-mb: 40px;
}

.cart {
  -webkit-padding-after: 100px;
  padding-block-end: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-end;
}
.cart__container {
  width: 100%;
}

.cart-form__list {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}

.cart-form__item {
  -webkit-border-after: 1px solid #9c9c9c;
  border-block-end: 1px solid #9c9c9c;
  padding-block: 30px;
}

.cart-form__button {
  --button-pi: 40px;
  margin-inline: auto;
  --button-hmin: 45px;
  --button-fz: 14px;
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
}

.cart-card {
  display: grid;
  grid-template-columns: var(--image-width) 1fr;
  row-gap: 20px;
  --image-width: 145px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.cart-card__image {
  aspect-ratio: 145/160;
}

.cart-card__image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-card__inner {
  align-items: start;
  -webkit-column-gap: 86px;
  -moz-column-gap: 86px;
  column-gap: 0;
}

.cart-card__title {
  --title-mb: 10px;
}

.cart-card__title a {
  transition-property: color;
  transition-duration: 0.3s;
  color: #000;
}

.cart-card__code {
  color: #9c9c9c;
  font-size: 16px;
}

.cart-card__count {
  display: flex;
  align-items: start;
  row-gap: 10px;
  -webkit-column-gap: 86px;
  -moz-column-gap: 86px;
  column-gap: 30px;
  width: 60%;
}

.cart-card__counter {
  flex: 0 1 auto;
  flex-basis: 166px;
}

.cart-card__remove {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  inline-size: 29px;
}
.woocommerce-checkout .cart-card__remove {
  position: absolute;
  top: -2px;
  right: 0;
  inline-size: 20px;
}

.cart-card__remove::before,
.cart-card__remove::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  inline-size: 100%;
  block-size: 1px;
  background-color: #c4907d;
  border-radius: 2px;
  transition-property: background-color;
  transition-duration: 0.3s;
}

.cart-card__remove::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.cart-card__remove::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sum {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 28px;
}

.sum__value {
  display: inline-flex;
  align-items: baseline;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.sum__value span {
  font-size: 28px;
}

.sale-products {
  -webkit-padding-before: 20px;
  padding-block-start: 20px;
  -webkit-padding-after: 100px;
  padding-block-end: 100px;
}

.sale-products__list {
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
}

.categories {
  display: flex;
  align-items: center;
  gap: 20px;
}

.categories__item {
  flex: 0 0 auto;
}

.categories__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-block-size: 34px;
  padding-block: 5px;
  padding-inline: 30px;
  font-family: "Inter", sans-serif;
  line-height: 1.2222222222;
  border-radius: 100px;
}

.categories__link[href] {
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
}

.categories__link:not(.categories__link--current) {
  font-weight: 300;
  color: #000000;
  border: 1px solid #c4907d;
}

.categories__link--current {
  font-family: "Aclonica", sans-serif;
  line-height: 1.1111111111;
  background-color: #f0d9d9;
}

.placing {
  display: grid;
}

.placing__main {
  -webkit-padding-end: clamp(20px, (100vw - 1100px) / 2 + 18px, 188px);
  padding-inline-end: clamp(20px, (100vw - 1100px) / 2 + 18px, 188px);
}
@media (max-width: 768px) {
  .placing__main {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }
}

.placing-form {
  max-inline-size: 723px;
  -webkit-padding-after: 30px;
  padding-block-end: 30px;
  -webkit-padding-before: 30px;
  padding-block-start: 30px;
}

.placing-form__item:not(:first-child) {
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
}

.placing-form__item[disabled] {
  display: none;
}

.placing-form__item > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.placing-form__title {
  --title-mb: 40px;
}
.placing-form__title.visually-hidden-tab svg {
  position: relative;
  height: 20px;
  margin: 0 0 -3px 5px;
}

.placing-form__inputs {
  display: grid;
  row-gap: 15px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.placing-form__input input {
  inline-size: 100%;
  block-size: 46px;
  padding-inline: 15px;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 4px;
  transition-property: border-color;
  transition-duration: 0.3s;
}

.placing-form__input input:focus {
  border-color: #c4907d;
}

.placing-form__input input::-webkit-input-placeholder {
  color: #727272;
}

.placing-form__input input::-moz-placeholder {
  color: #727272;
}

.placing-form__input input::placeholder {
  color: #727272;
}

.placing-form__label {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
  font-size: 12px;
  color: #727272;
}

.placing-form__select {
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
  font-size: 16px;
  color: #000000;
}

.placing-form__select .choices {
  font-size: inherit;
}

.placing-form__select .choices::after {
  display: none;
}

.placing-form__select
  .choices.is-open
  .choices__list--single
  .choices__item::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.placing-form__select .choices__inner {
  min-block-size: auto;
  font-size: inherit;
  padding: 0 !important;
  background: none;
  border: none;
  border-radius: 0;
}

.placing-form__select .choices__list--single {
  padding: 0;
}

.placing-form__select .choices__list--single .choices__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  min-block-size: 46px;
  padding-block: 5px;
  padding-inline: 15px;
  border: 1px solid #000000;
  border-radius: 4px;
  transition-property: color;
  transition-duration: 0.3s;
}

.placing-form__select .choices__list--single .choices__item::after {
  content: "";
  flex: 0 0 auto;
  inline-size: 20px;
  aspect-ratio: 1/1;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' stroke='%23fff' stroke-width='.5' d='m12.5 14.63 6.54-6.46a.56.56 0 0 1 .62-.12.56.56 0 0 1 .3.31.58.58 0 0 1-.13.62l-6.94 6.86a.56.56 0 0 1-.78 0L5.17 8.98a.57.57 0 0 1-.13-.62.57.57 0 0 1 .3-.31.55.55 0 0 1 .62.12l6.54 6.46Z'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
}

.placing-form__select .choices__list--dropdown {
  word-break: unset;
  border: none;
  border-radius: 4px;
}

.placing-form__select .choices__list--dropdown .choices__placeholder {
  display: none;
}

.placing-form__select .choices__item--choice {
  display: flex;
  align-items: center;
  min-block-size: 46px;
  padding-block: 5px !important;
  padding-inline: 15px !important;
  font-size: inherit;
  background: none;
  border: 1px solid rgba(130, 130, 130, 0.7);
}

.placing-form__select .choices__item--choice::after {
  display: none;
}

.placing-form__select .choices__item--choice.is-selected {
  display: none;
}

#shipping_method {
  margin-top: 0 !important;
}
.placing-form__row {
  margin-block-end: 30px;
}
.placing-form__row li {
  margin-bottom: 15px;
}
.placing-form__row li.disabled {
  color: #c1c1c1;
  pointer-events: none;
}

.placing-form__subform[disabled] {
  display: none;
}

.placing-form__column > *:not(:last-child) {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}

.placing-radio__label {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 16px !important;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
}

input:checked ~ .placing-radio__label[data-message] {
  position: relative;
}

input:checked ~ .placing-radio__label[data-message]::after {
  content: attr(data-message);
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 32px;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  max-inline-size: 100%;
  font-family: "Onest", sans-serif;
  font-size: 9px;
  color: #00874e;
  pointer-events: none;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
}

input:focus-visible ~ .placing-radio__label {
  outline: 2px solid #c4907d;
  outline-offset: 2px;
}

.placing-radio__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  inline-size: 22px;
  aspect-ratio: 1/1;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #c4907d;
}
.placing-form__row li.disabled .placing-radio__icon {
  border: 1px solid #adadad;
}

.placing-radio__icon::after {
  content: "";
  flex: 0 0 auto;
  inline-size: 16px;
  aspect-ratio: 1/1;
  font-size: 0;
  background-color: rgba(196, 144, 125, 0);
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.3s;
}

input:checked ~ .placing-radio__label .placing-radio__icon::after {
  background-color: #c4907d;
}

.pickup_addresses {
  display: none;
  margin-bottom: 18px;
}
input:checked ~ .pickup_addresses {
  display: block;
}
.pickup_addresses label {
  display: block;
  margin: 12px 0 12px 32px;
  position: relative;
  font-size: 14px;
  padding-left: 27px;
  cursor: pointer;
}
.pickup_addresses input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.pickup_addresses .checkradio {
  position: absolute;
  top: -1px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1px solid #c4907d;
}
input:checked ~ .checkradio {
  background-color: #c4907d;
}
.pickup_addresses .checkradio::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}
input:checked ~ .checkradio:after {
  display: block;
}

.placing-aside {
  -webkit-padding-after: 30px;
  padding-block-end: 30px;
}

.placing-cart__item {
  padding-block: 20px;
  -webkit-border-after: 1px solid #9c9c9c;
  border-block-end: 1px solid #9c9c9c;
}

.placing-cart__promo {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}

.placing-cart__sum {
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
  margin-top: 20px;
}

.placing-cart__button {
  --button-wmax: 428px;
  --button-hmin: 45px;
  --button-pi: 29px;
  --button-fz: 14px;
  margin-inline: auto;
}

.placing-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 20px;
}

.placing-card__image {
  aspect-ratio: 96/100;
}

.placing-card__image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.placing-card__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  align-items: start;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.placing-card__title {
  --title-mb: 10px;
  padding-right: 7px;
}

.placing-card__title a {
  transition-property: color;
  transition-duration: 0.3s;
}

.placing-card__code {
  font-size: 12px;
  color: #9c9c9c;
}

.placing-card__count {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 10px;
  grid-column: 1/-1;
  order: 1;
}

.placing-card__price {
  order: 1;
}

.placing-card__remove {
  position: relative;
  flex: 0 0 auto;
  inline-size: 17px;
  aspect-ratio: 1/1;
}

.placing-card__remove::before,
.placing-card__remove::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  inline-size: 100%;
  block-size: 1px;
  background-color: #c4907d;
  border-radius: 2px;
  transition-property: background-color;
  transition-duration: 0.3s;
}

.placing-card__remove::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.placing-card__remove::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.placing-sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}

.placing-sum__value {
  display: inline-flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.placing-sum__value--baseline {
  align-items: baseline;
}

.placing-sum__value span {
  font-size: 14px;
}

.placing-promo {
  padding-block: 25px;
  -webkit-border-after: 1px solid #9c9c9c;
  border-block-end: 1px solid #9c9c9c;
}

.placing-promo__label {
  display: inline-block;
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
  font-size: 12px;
  color: #727272;
}

.placing-promo__row {
  display: grid;
  row-gap: 20px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.placing-promo__row input {
  inline-size: 100%;
  block-size: 46px;
  padding-inline: 15px;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 4px;
  transition-property: border-color;
  transition-duration: 0.3s;
}

.placing-promo__row input:focus {
  border-color: #c4907d;
}

.placing-promo__row input::-webkit-input-placeholder {
  color: #727272;
}

.placing-promo__row input::-moz-placeholder {
  color: #727272;
}

.placing-promo__row input::placeholder {
  color: #727272;
}

.placing-promo__button {
  --button-hmin: 46px;
  --button-pi: 29px;
  --button-fz: 10px;
}

section.page {
  padding-block: 30px 40px;
  line-height: 1.34;
}

.simple-page h2, .simple-page h3, .simple-page h4, .simple-page h5 {
  font-weight: 500;
}
.simple-page h2 {
  font-size: 28px;
  margin: 33px 0 18px;
}
.simple-page h3 {
  font-size: 24px;
  margin: 28px 0 15px;
}
.simple-page h4 {
  font-size: 21px;
  margin: 23px 0 12px;
}
.simple-page h5 {
  font-size: 18px;
  margin: 18px 0 9px;
}
.simple-page ul {
  padding-left: 20px;
}
.simple-page li {
  list-style: disc;
  margin-bottom: 12px;
}
.simple-page p {
  margin-bottom: 12px;
}

.shipping {
  -webkit-padding-before: 30px;
  padding-block-start: 30px;
  -webkit-padding-after: 100px;
  padding-block-end: 100px;
}

.shipping__item:not(:last-child) {
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}

.shipping__title {
  --title-mb: 20px;
  font-size: 28px;
}

.shipping__texts {
  display: grid;
  gap: 30px;
}

.shipping__texts h3 {
  font-weight: 500;
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
  font-size: 18px;
}

.shipping__texts p {
  color: #000000;
}

.shipping__texts ul {
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
  list-style: disc;
  color: #000000;
}

.shipping__texts ul li {
  list-style: disc;
}

.address__map {
  aspect-ratio: 1/1;
  width: 100%;
  position: absolute;
  left: 0;
  overflow: visible !important;
}
.address__map img {
  width: 100%;
  left: 0;
  position: relative;
  block-size: auto;
  left: -20px !important;
}
@media (min-width: 1140px) {
  .address__map {
    width: 100vw;
  }
  .address__map img {
    left: calc(100% - (100% + ((100% - 1100px) / 2))) !important;
  }
}

.address__block {
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
}

.address__inner {
  display: grid;
  align-items: center;
  row-gap: 20px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  font-weight: 500;
}

.address__link {
  text-decoration: underline;
  white-space: nowrap;
  transition-property: color;
  transition-duration: 0.3s;
}

.address-socials {
  display: flex;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: 0;
}

.address-socials__item {
  flex: 0 0 auto;
}

.requisites {
  -webkit-padding-before: 40px;
  padding-block-start: 40px;
  -webkit-padding-after: 100px;
  padding-block-end: 100px;
}

section.requisites {
    padding-top: 50%;
}

.requisites__title {
  --title-mb: 20px;
}

.requisites-list__item {
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  padding-block: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.requisites-list__caption {
  font-weight: 500;
}

.requisites-list__text {
  font-weight: 300;
  font-size: 20px;
}

.dialog {
  color: #000000;
}

.dialog::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}

.dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}

.dialog__inner {
  position: relative;
  inline-size: 100%;
  max-inline-size: 528px;
  margin: auto;
  background-color: #ffffff;
  -webkit-padding-before: 90px;
  padding-block-start: 90px;
  -webkit-padding-after: 80px;
  padding-block-end: 80px;
  padding-inline: 55px;
}

.dialog__close {
  position: absolute;
  z-index: 1;
  inline-size: 20px;
  aspect-ratio: 1/1;
  inset-block-start: 40px;
  inset-inline-end: 40px;
}

.dialog__close::before,
.dialog__close::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline: 0;
  block-size: 2px;
  background-color: #c4c4c4;
  transition-property: background-color;
  transition-duration: 0.3s;
}

.dialog__close::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.dialog__close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.dialog__header {
  text-align: center;
  -webkit-margin-after: 45px;
  margin-block-end: 45px;
}

.dialog__title {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
}

.dialog__caption {
  font-size: 18px;
}

.dialog-form__input {
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}

.dialog-form__input input {
  inline-size: 100%;
  block-size: 54px;
  font-size: 16px;
  color: #000000;
  -webkit-border-after: 1px solid #000000;
  border-block-end: 1px solid #000000;
  transition-property: border-block-end-color;
  transition-duration: 0.3s;
}

.dialog-form__input input:focus {
  border-block-end-color: #c4907d;
}

.dialog-form__input input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.dialog-form__input input::-moz-placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.dialog-form__input input::placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.dialog-form__checkbox {
  -webkit-margin-before: 36px;
  margin-block-start: 36px;
  -webkit-margin-after: 66px;
  margin-block-end: 66px;
}

.dialog-form__button {
  --outline-color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
  min-block-size: 50px;
  margin-inline: auto;
  padding-block: 5px;
  padding-inline: 31px;
  font-family: "Tenor Sans", sans-serif;
  line-height: 1.1875;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #c4907d;
  border-radius: 4px;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  font-size: 16px;
}

.dialog-checkbox__label {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  transition-property: color;
  transition-duration: 0.3s;
  cursor: pointer;
  font-size: 14px;
}

input:focus-visible ~ .dialog-checkbox__label {
  outline: 2px solid #c4907d;
  outline-offset: 2px;
}

.dialog-checkbox__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  inline-size: 20px;
  aspect-ratio: 1/1;
  border: 1px solid;
}

.dialog-checkbox__icon svg {
  transition-property: opacity;
  transition-duration: 0.3s;
}

input:not(:checked) ~ .dialog-checkbox__label .dialog-checkbox__icon svg {
  opacity: 0;
}

.wc_payment_method.payment_method_tinkoff label span img {
  display: none;
}

.placing-card__counter .product-quantity {
  font-size: 28px;
    font-weight: 400;
    letter-spacing: 8px;
    width: 37px;
    display: inline-block;
}

.woocommerce-Price-amount.amount bdi {
  font-size: 28px;
  font-weight: 400;
}
form.cart .woocommerce-Price-amount.amount bdi {
  margin-left:15px;
}

.sum__value .woocommerce-Price-amount.amount bdi {
  font-size: 28px;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 14px;
}

.placing__cart .place-order .placing-form__input {
  margin-bottom: 20px;
}


.placing-form__input input:checked {
    border-color: #C4907D;
    background-color: #C4907D;
}

.woocommerce-pagination .page-numbers {
  display: flex;
    justify-content: space-evenly;
    width: 50%;
    margin: 20px auto 0;
}

.woocommerce-pagination .page-numbers .page-numbers.current {
  color: #c4907d;
}

.variations tr {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.variations tr th label {
  color: #9C9C9C;
  font-size: 12px;
  font-weight: 400;
}

.variations tr th {
  margin-bottom: 5px;
}

.variations tr td select {
  padding: 6.5px 16px;
  border-radius: 4px;
  border: 0.5px solid #a7a7a7;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px; 
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMTQuNjMyOEwxOS4wNDE1IDguMTY2MDlDMTkuMDk0MiA4LjExMjg1IDE5LjE1NjggOC4wNzA3NiAxOS4yMjU2IDguMDQyMjVDMTkuMjk0NCA4LjAxMzc1IDE5LjM2ODIgNy45OTkzOSAxOS40NDI1IDguMDAwMDJDMTkuNTE2OCA4LjAwMDY1IDE5LjU5MDMgOC4wMTYyNCAxOS42NTg3IDguMDQ1OTFDMTkuNzI3IDguMDc1NTcgMTkuNzg4OSA4LjExODcxIDE5Ljg0MDcgOC4xNzI4NEMxOS44OTI2IDguMjI2OTYgMTkuOTMzMyA4LjI5MDk5IDE5Ljk2MDcgOC4zNjEyMkMxOS45ODggOC40MzE0NiAyMC4wMDEzIDguNTA2NDkgMTkuOTk5OSA4LjU4MkMxOS45OTg1IDguNjU3NSAxOS45ODIzIDguNzMxOTcgMTkuOTUyNCA4LjgwMTA5QzE5LjkyMjUgOC44NzAyMiAxOS44Nzk0IDguOTMyNjMgMTkuODI1NSA4Ljk4NDcxTDEyLjg5MiAxNS44MzgyQzEyLjc4NzEgMTUuOTQyIDEyLjY0NjQgMTYgMTIuNSAxNkMxMi4zNTM2IDE2IDEyLjIxMjkgMTUuOTQyIDEyLjEwOCAxNS44MzgyTDUuMTc0NDcgOC45ODQ3MUM1LjEyMDY0IDguOTMyNjMgNS4wNzc1MiA4Ljg3MDIyIDUuMDQ3NTkgOC44MDEwOUM1LjAxNzY2IDguNzMxOTcgNS4wMDE1MiA4LjY1NzUgNS4wMDAxIDguNTgyQzQuOTk4NjkgOC41MDY0OSA1LjAxMjAyIDguNDMxNDYgNS4wMzkzNCA4LjM2MTIyQzUuMDY2NjYgOC4yOTA5OSA1LjEwNzQyIDguMjI2OTYgNS4xNTkyNiA4LjE3Mjg0QzUuMjExMSA4LjExODcxIDUuMjcyOTkgOC4wNzU1NyA1LjM0MTM0IDguMDQ1OTFDNS40MDk3IDguMDE2MjQgNS40ODMxNyA4LjAwMDY1IDUuNTU3NSA4LjAwMDAyQzUuNjMxODQgNy45OTkzOSA1LjcwNTU1IDguMDEzNzUgNS43NzQzOSA4LjA0MjI1QzUuODQzMjIgOC4wNzA3NiA1LjkwNTgxIDguMTEyODUgNS45NTg1MiA4LjE2NjA5TDEyLjUgMTQuNjMyOFoiIGZpbGw9IiMyRjJGMkYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC41Ii8+Cjwvc3ZnPgo=) no-repeat 95% center / 25px 25px;
  cursor: pointer;
}

.variations tr td select option {
  border: 1px solid;
}

.added_to_cart {
  display: none;
}
.product-card__form .loader {
  position: absolute;
  left: calc(50% - 13px);
  top: 4px;
  width: 26px;
  height: 26px;
  --b: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #C4907D) content-box;
  -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}
@keyframes l4 {to{transform: rotate(1turn)}}
.product-card__form .checked:before {
  content: '\2713';
  display: inline-block;
  color: #00d644;
  font-size: 23px;
}
.counter_wrapper.loading .loader {
  display: block !important;
}
.counter_wrapper.loading .product-card__form {
  color: #d4d4d4;
  border-color: #d4d4d4;
}
.counter_wrapper.loading .button {
  background-color: #def0d9;
}
.product-card__form .checked {
  font-size: 1em;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: calc(50% - 13px);
  top: 4px;
  background: #fff;
  z-index: 3;
  transition: .35s;
}
.product-card__form .checked:before {
  content: '\2713';
  display: inline-block;
  color: #00d644;
  font-size: 23px;
}

.product__container .cart .single_add_to_cart_button {
  width: 65%;
  padding: 12px 0;
  margin-top: 23px;
  font-size: 10px;
  font-weight: 400;
}

.product__container .cart .product-card__form {
  width: 166px;
}

.variations_form.cart .stock-msg {
  display: none;
}

.value .reset_variations {
  display: none !important;
}
.single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
}
.single_variation {
  order: 5;
}
.single_variation_wrap .woocommerce-variation-add-to-cart > label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #9C9C9C;
}

.ibg .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  position: relative;
  width: 100%;
    height: 100%;
  display: flex;
    flex-direction: column;
}

a.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
}

.ibg .flex-viewport {
    height: 80%;
}

ol.flex-control-nav.flex-control-thumbs {
    height: 15%;
}

ol.flex-control-nav.flex-control-thumbs img {
  position: relative;
}

.swiper.swiper-thumbs {
    margin-top: 10px;
}

.woocommerce-variation .woocommerce-variation-price {
    margin-top: 20px;
}

.woocommerce-notices-wrapper a:not(.button) {
  text-decoration: underline;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #7fc6ee !important;
}
.woocommerce-error, .woocommerce-message, .woocommerce-info {
  padding: 13px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.woocommerce-error {
  background-color: #ff8e75 !important;
}
.woocommerce-message {
  background-color: #c3f1dc !important;
}
.woocommerce-notices-wrapper {
  margin-bottom: 25px;
  font-size: 16px;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-notices-wrapper .button {
  inline-size: fit-content;
  padding: 8px 12px;
  text-transform: none;
  font-size: 14px;
  display: inline-block;
}
.woocommerce-error .button:hover {
  background-color: #343434;
}

.search-results .page-title {
  color: #2F2F2F;
  font-size: 18px;
  margin-bottom: 20px;
}

.search-results .entry-header {
  color: #2F2F2F;
  font-family: Tenor Sans;
  font-size: 22px;
  text-transform: uppercase;
  cursor: poiner;
}

.search-results .entry-header:hover {
    color: #c4907d;
}

.search-results .sections__container article {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  border-top: 1px solid #9C9797;
    padding: 10px 0;
}
.search-results .sections__container article a {
  display: block;
}
.search-results .sections__container article a.post-thumbnail {
  width: 200px;
  aspect-ratio: 1;
}

.search-results .sections__container article .entry-header a {
  width: 60%;
  height: 100%;
  margin-left: 15px;

}
.search-results .sections__container article a img {
  width:100%;
  height: 100%;
}

.search-results .nav-previous {
    margin-top: 20px;
  text-align:center;
}

.contacts .contacts__container,
.contacts .address__container,
.requisites .requisites__container {
  padding-inline: 0;
}

.stock.in-stock {
    color: #9C9C9C!important;
}

.cart-card__inner .cart-card__header {
    width: 30%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  margin-bottom: 20px;
}

@media (min-width: 281px) {
  .products-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (max-width: 768px) {
  .products-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 420px) {
  .products-list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 360px) {
  .products-list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

@media (min-width: 321px) {
  .placing-promo__row {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 351px) {
  .header-top__inner {
    grid-template-columns: 1fr 111px 1fr;
  }
}

@media (min-width: 375px) {
  .header-nav__top {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .header-nav__title {
    font-size: 20px;
  }

  .burger-close-button {
    inline-size: 32px;
  }

  .header-catalog__title {
    font-size: 20px;
  }

  .header-catalog__close {
    inline-size: 32px;
  }
}

@media (min-width: 451px) {
  .product-form {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "sum sum" "button counter" "radio radio";
  }
}

@media (min-width: 551px) {
  .placing-form__inputs {
    grid-template-columns: repeat(2, 1fr);
  }

  .placing-form__input--row {
    grid-column: span 2;
  }

  .address__inner {
    grid-template-columns: repeat(2, auto);
  }
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable::after,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

@media (min-width: 701px) {
  .sections__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 769px) {
  .visually-hidden-tab {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    padding: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
    border: none;
    outline: none;
    outline-offset: 0;
  }

  .breadcrumbs__list {
    flex-wrap: wrap;
  }

  .breadcrumbs__item:not(:last-child)::after {
    content: "/";
  }

  .breadcrumbs-link--gray {
    color: #9c9c9c;
  }

  .breadcrumbs-link__icon {
    display: none;
  }

  .header-form__inner input {
    padding-inline: 10px 68px;
    background-color: #ffffff;
  }

  .header-form__button {
    inset-inline-end: 10px;
  }

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

  .product__main {
    gap: 20px;
  }

  .product-header {
    -webkit-padding-after: 20px;
    padding-block-end: 20px;
    -webkit-border-after: 1px solid #9c9797;
    border-block-end: 1px solid #9c9797;
  }

  .product-header__inner {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: 100%;
  }

  .product-header__row {
    justify-content: left;
  }

  .product-about {
    -webkit-padding-after: 20px;
    padding-block-end: 20px;
    -webkit-border-after: 1px solid #9c9797;
    border-block-end: 1px solid #9c9797;
  }

  .product-about__inner {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    min-inline-size: 150px;
  width: 300px;
  }

  .product-about__row {
    justify-content: space-between;
  }
  .product-about__row .product-about__text {
    width: 50%;
    word-break: break-word;
  }

  .product-description {
    -webkit-padding-after: 20px;
    padding-block-end: 20px;
    -webkit-border-after: 1px solid #9c9797;
    border-block-end: 1px solid #9c9797;
  }

  .product-description__button {
    display: none;
  }

  .product-form {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "radio radio counter counter" "button button button sum";
    align-items: center;
  }

  .product-radios__inner {
    position: absolute;
    inset-block-start: 100%;
    inset-inline: 0;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 5px 0 30px 0 rgba(156, 156, 156, 0.25);
    border-radius: 4px;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
  }

  .radio-button:not(.show) ~ .product-radios__inner {
    opacity: 0;
    visibility: hidden;
  }

  .product-radios__text {
    transition-property: background-color;
  }

  input:checked ~ .product-radios__text {
    background-color: rgba(196, 144, 125, 0.25);
  }

  input:focus-visible ~ .product-radios__text {
    background-color: rgba(240, 217, 217, 0.5);
  }

  .cart-form__sum {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }

  .cart-form__button {
    --button-wmax: 346px;
  }

  .sum__label {
    display: none;
  }

  .placing {
    grid-template-columns: max((100vw - 1100px) / 2, 20px) 1.1385826772fr 0.8614173228fr;
  }

  .placing::before {
    content: "";
  }

  .placing__cart {
    background: #ffffff;
    box-shadow: 5px 0 30px 0 rgba(156, 156, 156, 0.25);
  }

  .placing__aside {
    max-inline-size: 547px;
  }

  .placing-form {
    -webkit-padding-after: 100px;
    padding-block-end: 100px;
  }

  .placing-form__title--hide-tab {
    display: none;
  }

  .placing-aside {
    padding: 60px;
  }

  .shipping__item:not(:last-child) {
    -webkit-margin-after: 80px;
    margin-block-end: 80px;
  }

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

  .address__map {
    aspect-ratio: 1442/583;
  }

  .requisites-list__item {
    grid-template-columns: 285px 1fr;
  }
}

@media (hover: hover) and (min-width: 769px) {
  .product-radios__text:hover {
    background-color: rgba(196, 144, 125, 0.5);
  }
}

@media (min-width: 769px) and (hover: hover) {
  input:checked ~ .product-radios__text:hover {
    background-color: #c4907d;
  }
}

@media (min-width: 992px) {
  .fieldset-inner__ui-slider {
    margin-block: 28px 36px;
  }
}

@media (min-width: 993px) {
  .header-top__inner {
    grid-template-columns: 111px 1fr auto;
    grid-template-areas: "logo search icons";
  }

  .header-top__burger {
    display: none;
  }

  .scrolled .burger-open-button {
    display: block;
  }

  .nav-show .burger-open-button {
    --line-color: #c4907d;
  }

  .nav-show .burger-open-button__line--top {
    --line-top: 50%;
    --line-transform: translate(-50%, -50%) rotate(135deg);
  }

  .nav-show .burger-open-button__line--center {
    --line-left: 50%;
    --line-width: 0;
  }

  .nav-show .burger-open-button__line--bottom {
    --line-bottom: 50%;
    --line-transform: translate(-50%, 50%) rotate(-135deg);
  }

  .header-logo {
    grid-area: logo;
  }

  .header-form {
    grid-area: search;
  }

  .header-icons {
    grid-area: icons;
  }

  .header-icons__item--hide-pc {
    display: none;
  }

  .header-nav {
    padding-block: 20px;
    background-color: #f0d9d9;
    transition-property: padding-block;
    transition-duration: 0.3s;
  }

  .scrolled .header-nav {
    padding-block: 10px;
  }

  .header-nav__wrapper--catalog {
    position: fixed;
    inset-block: 0;
    inset-inline-start: 0;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    inline-size: min(87.2%, 327px);
    box-shadow: 5px 0 30px 0 rgba(156, 156, 156, 0.25);
    overflow: auto;
  }

  .header-nav__wrapper:not(.header-nav__wrapper--main) .header-nav__block {
    padding-inline: 20px;
  }

  .header-nav__wrapper--catalog > .header-nav__block {
    flex: 0 0 var(--block-height);
    overflow: hidden;
  }

  .header-nav__top--hide-header {
    display: none;
  }

  .header-nav__list--row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 15px;
  }

  .header-nav__wrapper:not(.header-nav__wrapper--main) .header-nav__list {
    -webkit-padding-before: 26px;
    padding-block-start: 26px;
  }

  .header-nav__wrapper:not(.header-nav__wrapper--main)
    .header-nav__item:not(:last-child) {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }

  .header-nav__item--hide-header {
    display: none;
  }

  .header-nav__wrapper:not(.header-nav__wrapper--main) .header-nav__link {
    font-size: 16px;
    color: #000000;
  }

  .header-nav__back--hide {
    display: none;
  }

  .header-contacts--hide-header {
    display: none;
  }

  .header-tabbar {
    display: none;
  }

  .up {
    inset-block-end: 20px;
  }

  .footer-bottom {
    -webkit-padding-after: calc(var(--up-gap, 0px) + var(--pb));
    padding-block-end: calc(var(--up-gap, 0px) + var(--pb));
  }

  .catalog__inner {
    grid-template-columns: 253px 1fr;
  }

  .filter-form__close {
    display: none;
  }

  .filter-form__contacts {
    display: none;
  }

  .filter-spoilers__item--stock .filter-spoilers__region[hidden] {
    display: block;
  }

  .filter-spoilers__item--stock input:focus-visible ~ .filter-spoilers__region {
    outline: 2px solid;
    outline-offset: 2px;
  }

  .fieldset-button {
    font-weight: 500;
  }

  .filter-spoilers__item--stock .fieldset-button {
    display: none;
  }

  .filter-spoilers__item--stock .fieldset-inner {
    padding: 0;
  }

  .fieldset-inner__item--hide-page {
    display: none;
  }

  .fieldset-inner__icon {
    inline-size: 18px;
  }

  .fieldset-inner__icon svg {
    inline-size: 10px;
    block-size: 10px;
  }

  .fieldset-inner__subcategories .fieldset-inner__icon {
    display: none;
  }

  .fieldset-inner__subcategories .fieldset-inner__text {
    font-size: 12px;
  }

  .fieldset-inner__subcategories input:checked ~ label .fieldset-inner__text {
    color: #c4907d;
  }

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

  .fieldset-numbers label {
    padding: 10px;
    border: 1px solid #c4907d;
    border-radius: 4px;
  }

  .catalog-products {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }

  .catalog-products__header {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }

  .catalog-sort .choices__list--single .choices__item::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%232F2F2F' stroke='%23fff' stroke-width='.5' d='m12.5 14.63 6.54-6.46a.56.56 0 0 1 .62-.12.56.56 0 0 1 .3.31.58.58 0 0 1-.13.62l-6.94 6.86a.56.56 0 0 1-.78 0L5.17 8.98a.57.57 0 0 1-.13-.62.57.57 0 0 1 .3-.31.55.55 0 0 1 .62.12l6.54 6.46Z'/%3E%3C/svg%3E%0A");
  }

  .filter-button {
    display: none;
  }

  .product-form {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "radio counter empty" "button button sum";
  }

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

@media (min-width: 993px) and (hover: hover) {
  .header-nav__wrapper:not(.header-nav__wrapper--main) .header-nav__link:hover {
    color: #c4907d;
  }
}

@media (hover: hover) and (min-width: 993px) {
  .fieldset-inner__subcategories
    input:checked
    ~ label:hover
    .fieldset-inner__text {
    color: #f0d9d9;
  }
}

@media (min-width: 1025px) {
  .footer-top__inner {
    grid-template-columns: 158px 1fr;
  }

  .footer-top__image {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }

  .footer-top__caption {
    -webkit-margin-after: 24px;
    margin-block-end: 24px;
  }

  .footer-top__socials {
    -webkit-margin-before: 100px;
    margin-block-start: 100px;
  }

  .footer-links {
    padding-top: 20px;
  }
}

@media (min-width: 1141px) {
  .header-form {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }

  .footer-links__title:not(.footer-links__title--wide) {
    --line-wmax: 196px;
  }

  .footer-links__title--hide-pc {
    display: none;
  }

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

  .cart-card {
    align-items: start;
  }

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

  .cart-card__counter {
    flex: 0 0 auto;
    inline-size: 166px;
  }
}

@media (max-width: 1220px) {
  .footer-bottom {
    --up-gap: 40px;
  }
}

@media (max-width: 1140px) {
  .title--h1 {
    --title-fz: calc(20px + 38 * (100vw - 375px) / 765);
  }

  .title--h2 {
    --title-fz: calc(20px + 14 * (100vw - 375px) / 765);
  }

  .title--h3 {
    --title-fz: calc(20px + 8 * (100vw - 375px) / 765);
  }

  .title--h4 {
    --title-fz: calc(14px + 6 * (100vw - 375px) / 765);
  }

  .product-card__button {
    --button-fz: calc(12px + -2 * (100vw - 375px) / 765);
  }

  .breadcrumbs {
    -webkit-padding-before: calc(15px + 35 * (100vw - 375px) / 765);
    padding-block-start: calc(15px + 35 * (100vw - 375px) / 765);
  }

  .breadcrumbs {
    -webkit-padding-after: calc(15px + 5 * (100vw - 375px) / 765);
    padding-block-end: calc(15px + 5 * (100vw - 375px) / 765);
  }

  body {
    font-size: calc(16px + 2 * (100vw - 375px) / 765);
  }

  .header-top__inner {
    -webkit-column-gap: calc(15px + 25 * (100vw - 375px) / 765);
    -moz-column-gap: calc(15px + 25 * (100vw - 375px) / 765);
    column-gap: calc(15px + 25 * (100vw - 375px) / 765);
  }

  .header-top__inner {
    -webkit-padding-before: calc(20px + 10 * (100vw - 375px) / 765);
    padding-block-start: calc(20px + 10 * (100vw - 375px) / 765);
  }

  .header-top__inner {
    -webkit-padding-after: calc(15px + 20 * (100vw - 375px) / 765);
    padding-block-end: calc(15px + 20 * (100vw - 375px) / 765);
  }

  .header-top__burger {
    -webkit-column-gap: calc(15px + 5 * (100vw - 375px) / 765);
    -moz-column-gap: calc(15px + 5 * (100vw - 375px) / 765);
    column-gap: calc(15px + 5 * (100vw - 375px) / 765);
  }

  .header-icons {
    -webkit-column-gap: calc(15px + 5 * (100vw - 375px) / 765);
    -moz-column-gap: calc(15px + 5 * (100vw - 375px) / 765);
    column-gap: calc(15px + 5 * (100vw - 375px) / 765);
  }

  .header-icons__link svg {
    inline-size: calc(28px + 4 * (100vw - 375px) / 765);
  }

  .header-icons__link svg {
    block-size: calc(28px + 4 * (100vw - 375px) / 765);
  }

  .footer-top {
    -webkit-padding-before: calc(30px + 15 * (100vw - 375px) / 765);
    padding-block-start: calc(30px + 15 * (100vw - 375px) / 765);
  }

  .footer-top {
    -webkit-padding-after: calc(40px + -10 * (100vw - 375px) / 765);
    padding-block-end: calc(40px + -10 * (100vw - 375px) / 765);
  }

  .footer-top__inner {
    -webkit-column-gap: calc(40px + 85 * (100vw - 375px) / 765);
    -moz-column-gap: calc(40px + 85 * (100vw - 375px) / 765);
    column-gap: calc(40px + 85 * (100vw - 375px) / 765);
  }

  .footer-top__button {
    --button-fz: calc(12px + -2 * (100vw - 375px) / 765);
  }

  .footer-socials__link svg {
    inline-size: calc(28px + 4 * (100vw - 375px) / 765);
  }

  .footer-links {
    -webkit-column-gap: calc(20px + 64 * (100vw - 375px) / 765);
    -moz-column-gap: calc(20px + 64 * (100vw - 375px) / 765);
    column-gap: calc(20px + 64 * (100vw - 375px) / 765);
  }

  .footer-links__title--hide-tab {
    display: none;
  }

  .footer-nav__link {
    font-size: calc(16px + 4 * (100vw - 375px) / 765);
  }

  .footer-bottom {
    --pb: calc(35px + 10 * (100vw - 375px) / 765);
  }

  .hero__text {
    font-size: calc(12px + 8 * (100vw - 375px) / 765);
  }

  .hero__button {
    --button-hmin: calc(40px + 19 * (100vw - 375px) / 765);
  }

  .hero__button {
    --button-fz: calc(12px + 4 * (100vw - 375px) / 765);
  }

  .hero__button {
    -webkit-margin-before: calc(25px + 30 * (100vw - 375px) / 765);
    margin-block-start: calc(25px + 30 * (100vw - 375px) / 765);
  }

  .hero__image {
    min-inline-size: calc(144px + 497 * (100vw - 375px) / 765);
  }

  .hero__image {
    min-block-size: calc(313px + 343 * (100vw - 375px) / 765);
  }

  .marquee {
    --column-gap: calc(30px + 50 * (100vw - 375px) / 765);
  }

  .marquee {
    -webkit-padding-before: calc(20px + 15 * (100vw - 375px) / 765);
    padding-block-start: calc(20px + 15 * (100vw - 375px) / 765);
  }

  .marquee {
    -webkit-padding-after: calc(20px + 30 * (100vw - 375px) / 765);
    padding-block-end: calc(20px + 30 * (100vw - 375px) / 765);
  }

  .marquee__image {
    block-size: calc(18px + 22 * (100vw - 375px) / 765);
  }

  .sections {
    -webkit-padding-before: calc(50px + 30 * (100vw - 375px) / 765);
    padding-block-start: calc(50px + 30 * (100vw - 375px) / 765);
  }

  .sections {
    -webkit-padding-after: calc(25px + 5 * (100vw - 375px) / 765);
    padding-block-end: calc(25px + 5 * (100vw - 375px) / 765);
  }

  .sections__list {
    -webkit-column-gap: calc(15px + 6 * (100vw - 375px) / 765);
    -moz-column-gap: calc(15px + 6 * (100vw - 375px) / 765);
    column-gap: calc(15px + 6 * (100vw - 375px) / 765);
  }

  .sections__link {
    -webkit-margin-before: calc(40px + 25 * (100vw - 375px) / 765);
    margin-block-start: calc(40px + 25 * (100vw - 375px) / 765);
  }

  .section-link {
    font-size: calc(20px + 8 * (100vw - 375px) / 765);
  }

  .section-link__image {
    inline-size: calc(160px + -12 * (100vw - 375px) / 765);
  }

  .new-products {
    -webkit-padding-before: calc(25px + 5 * (100vw - 375px) / 765);
    padding-block-start: calc(25px + 5 * (100vw - 375px) / 765);
  }

  .new-products {
    -webkit-padding-after: calc(80px + 20 * (100vw - 375px) / 765);
    padding-block-end: calc(80px + 20 * (100vw - 375px) / 765);
  }

  .catalog {
    -webkit-padding-before: calc(15px + 15 * (100vw - 375px) / 765);
    padding-block-start: calc(15px + 15 * (100vw - 375px) / 765);
  }

  .catalog {
    -webkit-padding-after: calc(80px + 20 * (100vw - 375px) / 765);
    padding-block-end: calc(80px + 20 * (100vw - 375px) / 765);
  }

  .product-header__text {
    font-size: calc(14px + 4 * (100vw - 375px) / 765);
  }

  .product-header__text--green::before,
  .product-header__text--red::before {
    inline-size: calc(8px + 4 * (100vw - 375px) / 765);
  }

  .product-form {
    row-gap: calc(20px + 3 * (100vw - 375px) / 765);
  }

  .product-form {
    -webkit-column-gap: calc(10px + 5 * (100vw - 375px) / 765);
    -moz-column-gap: calc(10px + 5 * (100vw - 375px) / 765);
    column-gap: calc(10px + 5 * (100vw - 375px) / 765);
  }

  .like-products {
    -webkit-padding-before: calc(25px + 5 * (100vw - 375px) / 765);
    padding-block-start: calc(25px + 5 * (100vw - 375px) / 765);
  }

  .like-products {
    -webkit-padding-after: calc(80px + 20 * (100vw - 375px) / 765);
    padding-block-end: calc(80px + 20 * (100vw - 375px) / 765);
  }

  .cart {
    -webkit-padding-before: calc(0px + 40 * (100vw - 375px) / 765);
    padding-block-start: calc(0px + 40 * (100vw - 375px) / 765);
  }

  .cart {
    -webkit-padding-after: calc(80px + 20 * (100vw - 375px) / 765);
    padding-block-end: calc(80px + 20 * (100vw - 375px) / 765);
  }

  .cart-form__item {
    padding-block: calc(20px + 10 * (100vw - 375px) / 765);
  }

  .cart-form__button {
    --button-hmin: calc(35px + 10 * (100vw - 375px) / 765);
  }

  .cart-form__button {
    --button-fz: calc(10px + 4 * (100vw - 375px) / 765);
  }

  .cart-form__button {
    -webkit-margin-before: calc(35px + 15 * (100vw - 375px) / 765);
    margin-block-start: calc(35px + 15 * (100vw - 375px) / 765);
  }

  .cart-card {
    --image-width: calc(96px + 49 * (100vw - 375px) / 765);
  }

  .cart-card {
    -webkit-column-gap: calc(15px + 15 * (100vw - 375px) / 765);
    -moz-column-gap: calc(15px + 15 * (100vw - 375px) / 765);
    column-gap: calc(15px + 15 * (100vw - 375px) / 765);
  }

  .cart-card__inner {
    -webkit-column-gap: calc(20px + 66 * (100vw - 375px) / 765);
    -moz-column-gap: calc(20px + 66 * (100vw - 375px) / 765);
    column-gap: calc(20px + 66 * (100vw - 375px) / 765);
  }

  .cart-card__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: space-between;
    row-gap: 20px;
  }

  .cart-card__title {
    --title-mb: calc(12px + -2 * (100vw - 375px) / 765);
  }

  .cart-card__code {
    font-size: calc(12px + 4 * (100vw - 375px) / 765);
  }

  .cart-card__count {
    -webkit-column-gap: calc(20px + 66 * (100vw - 375px) / 765);
    -moz-column-gap: calc(20px + 66 * (100vw - 375px) / 765);
    column-gap: calc(20px + 66 * (100vw - 375px) / 765);
  }

  .cart-card__count {
    width: 100%;
    grid-column: 1/-1;
    /*flex-wrap: wrap;*/
    order: 1;
  }

  .cart-card__counter {
    flex-basis: calc(145px + 21 * (100vw - 375px) / 765);
  }

  .cart-card__sum {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }

  .cart-card__remove {
    inline-size: calc(18px + 11 * (100vw - 375px) / 765);
  }

  .sum {
    font-size: calc(22px + 6 * (100vw - 375px) / 765);
  }

  .sum__value span {
    font-size: calc(16px + 4 * (100vw - 375px) / 765);
  }

  .sale-products {
    -webkit-padding-before: calc(15px + 5 * (100vw - 375px) / 765);
    padding-block-start: calc(15px + 5 * (100vw - 375px) / 765);
  }

  .sale-products {
    -webkit-padding-after: calc(80px + 20 * (100vw - 375px) / 765);
    padding-block-end: calc(80px + 20 * (100vw - 375px) / 765);
  }

  .categories {
    gap: calc(10px + 10 * (100vw - 375px) / 765);
  }

  .placing-form {
    -webkit-padding-before: calc(15px + 15 * (100vw - 375px) / 765);
    padding-block-start: calc(15px + 15 * (100vw - 375px) / 765);
  }

  .placing-form__title {
    --title-mb: calc(30px + 10 * (100vw - 375px) / 765);
  }

  .shipping {
    -webkit-padding-before: calc(15px + 15 * (100vw - 375px) / 765);
    padding-block-start: calc(15px + 15 * (100vw - 375px) / 765);
  }

  .shipping {
    -webkit-padding-after: calc(80px + 20 * (100vw - 375px) / 765);
    padding-block-end: calc(80px + 20 * (100vw - 375px) / 765);
  }

  .shipping__texts h3 {
    -webkit-margin-after: calc(10px + 10 * (100vw - 375px) / 765);
    margin-block-end: calc(10px + 10 * (100vw - 375px) / 765);
  }

  .shipping__texts h3 {
    font-size: calc(20px + -2 * (100vw - 375px) / 765);
  }

  .address__inner {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
  }

  .requisites {
    -webkit-padding-after: calc(80px + 20 * (100vw - 375px) / 765);
    padding-block-end: calc(80px + 20 * (100vw - 375px) / 765);
  }

  .requisites-list__text {
    font-size: calc(16px + 4 * (100vw - 375px) / 765);
  }

  .dialog__inner {
    -webkit-padding-before: calc(50px + 40 * (100vw - 375px) / 765);
    padding-block-start: calc(50px + 40 * (100vw - 375px) / 765);
  }

  .dialog__inner {
    -webkit-padding-after: calc(40px + 40 * (100vw - 375px) / 765);
    padding-block-end: calc(40px + 40 * (100vw - 375px) / 765);
  }

  .dialog__inner {
    padding-inline: calc(30px + 25 * (100vw - 375px) / 765);
  }

  .dialog__close {
    inset-block-start: calc(20px + 20 * (100vw - 375px) / 765);
  }

  .dialog__close {
    inset-inline-end: calc(20px + 20 * (100vw - 375px) / 765);
  }

  .dialog__header {
    -webkit-margin-after: calc(20px + 25 * (100vw - 375px) / 765);
    margin-block-end: calc(20px + 25 * (100vw - 375px) / 765);
  }

  .dialog__title {
    font-size: calc(22px + 14 * (100vw - 375px) / 765);
  }

  .dialog__caption {
    font-size: calc(12px + 6 * (100vw - 375px) / 765);
  }

  .dialog-form__checkbox {
    -webkit-margin-after: calc(36px + 30 * (100vw - 375px) / 765);
    margin-block-end: calc(36px + 30 * (100vw - 375px) / 765);
  }

  .dialog-form__button {
    font-size: calc(10px + 6 * (100vw - 375px) / 765);
  }

  .dialog-checkbox__label {
    font-size: calc(12px + 2 * (100vw - 375px) / 765);
  }
}

@media (max-width: 1024px) {
  .footer-top__column {
    display: grid;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .visually-hidden-menu {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    padding: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
    border: none;
    outline: none;
    outline-offset: 0;
  }

  .header-form {
    grid-column: 1/-1;
    order: 1;
    -webkit-padding-before: 20px;
    padding-block-start: 20px;
    -webkit-border-before: 1px solid #d9d9d9;
    border-block-start: 1px solid #d9d9d9;
    transition-property: block-size, border-block-start-width,
      -webkit-padding-before;
    transition-property: block-size, padding-block-start,
      border-block-start-width;
    transition-property: block-size, padding-block-start,
      border-block-start-width, -webkit-padding-before;
    transition-duration: 0.3s;
    overflow: hidden;
  }

  .scrolled:not(.search-show) .header-form {
    block-size: 0;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    border-block-start-width: 0;
  }

  html:not(.scrolled) .header-icons__item--search {
    display: none;
  }

  .header-icons__item--hide-tab {
    display: none;
  }

  .header-nav {
    position: fixed;
    inset-block: 0;
    inset-inline-start: 0;
    z-index: 100;
    inline-size: min(87.2%, 327px);
    background-color: #ffffff;
    box-shadow: 5px 0 30px 0 rgba(156, 156, 156, 0.25);
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    transition-duration: 0.3s;
    overflow: auto;
  }

  html:not(.burger-active) .header-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .header-nav__container {
    block-size: 100%;
    padding: 0;
  }

  .header-nav__wrapper--main {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    min-block-size: 100%;
  }

  .header-nav__wrapper--catalog {
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 1;
    block-size: -webkit-max-content;
    block-size: -moz-max-content;
    block-size: max-content;
  }

  .header-nav__block {
    padding-inline: 20px;
  }

  .header-nav__wrapper--main > .header-nav__block {
    flex: 0 0 var(--block-height);
    overflow: hidden;
  }

  .header-nav__list {
    -webkit-padding-before: 26px;
    padding-block-start: 26px;
  }

  .header-nav__item:not(:last-child) {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }

  .header-nav__link {
    font-size: 16px;
    color: #000000;
  }

  .category-button__icon {
    display: none;
  }

  .filter-form {
    position: fixed;
    inset-block: 0;
    inset-inline-start: 0;
    z-index: 150;
    display: flex;
    flex-direction: column;
    inline-size: min(87.2%, 327px);
    padding-inline: 20px;
    background-color: #ffffff;
    box-shadow: 5px 0 30px 0 rgba(156, 156, 156, 0.25);
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    transition-duration: 0.3s;
    overflow: auto;
  }

  .filter-form:not(.show) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .filter-form__header {
    position: -webkit-sticky;
    position: sticky;
    inset-block-start: 0;
    z-index: 1;
    -webkit-padding-before: 25px;
    padding-block-start: 25px;
    background-color: #ffffff;
  }

  .filter-form__title {
    --title-color: #000000;
  }

  .filter-spoilers__item:first-child {
    -webkit-padding-before: 30px;
    padding-block-start: 30px;
  }

  .filter-spoilers__item:last-child {
    -webkit-padding-after: 30px;
    padding-block-end: 30px;
  }

  .fieldset-button {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
  }

  .fieldset-button__icon svg {
    fill: #2f2f2f;
  }

  .fieldset-inner__item--hide-menu {
    display: none;
  }

  .fieldset-inner__text {
    font-weight: 300;
  }

  .fieldset-numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fieldset-numbers__value {
    font-weight: 300;
  }

  .catalog-products__count {
    display: none;
  }

  .catalog-sort {
    flex: 1 1 auto;
  }

  .catalog-sort .choices {
    flex: 1 1 auto;
  }

  .catalog-sort .choices__list--single .choices__item {
    min-block-size: 34px;
    padding-block: 5px;
    padding-inline: 10px;
    border: 1px solid #c4907d;
    border-radius: 4px;
  }

  .catalog-sort__label {
    display: none;
  }
}

@media (hover: hover) and (max-width: 992px) {
  .fieldset-button:hover svg {
    fill: currentColor;
  }
}

@media (max-width: 769px) {
  .sections__link--hide-mob {
    display: none;
  }
}

@media (max-width: 768px) {
  .visually-hidden-mob {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    padding: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
    border: none;
    outline: none;
    outline-offset: 0;
  }

  .title--h3 {
    --title-color: #000000;
  }

  .products-list__item--hide-mob {
    display: none;
  }

  .counter {
    --counter-color: rgba(0, 0, 0, 0.7);
    --counter-border: #f0d9d9;
  }

  .breadcrumbs__item:not(
      .breadcrumbs__item--prev,
      .breadcrumbs__item--current
    ) {
    display: none;
  }

  .breadcrumbs-link {
    font-family: "Tenor Sans", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
  }

  .breadcrumbs__item--prev .breadcrumbs-link__text {
    display: none;
  }

  .header-form__inner input:focus {
    border-color: #c4907d;
  }

  .header-form__inner input::-webkit-input-placeholder {
    color: #727272;
  }

  .header-form__inner input::-moz-placeholder {
    color: #727272;
  }

  .header-form__inner input::placeholder {
    color: #727272;
  }

  .header-form__inner input {
    border-radius: 76px;
    border: 1px solid rgba(196, 144, 125, 0);
    transition-property: border-color;
  }

  .product__container.container {
    padding-bottom: 80px;
  }

  .backcatalog {
    display: block !important;
    font-family: "Tenor Sans", sans-serif;
    font-size: 23px;
  }
  .single-product .backcatalog {
    padding: 17px 20px;
  }
  .archive  .backcatalog {
    padding: 3px 0 30px;
    text-transform: uppercase;
  }

  .product__header {
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
  }
  .single_variation {
    order: 1;
    width: 100%;
  }
  .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
    margin: 0 0 15px;
  }
  form.cart .woocommerce-Price-amount.amount bdi {
    margin: 0;
  }
  .product__container .cart .single_add_to_cart_button {
    order: 2;
    margin: 0;
  }
  .single_variation_wrap .woocommerce-variation-add-to-cart {
    order: 4;
    width: 41%;
    margin-left: 3% !important;
  }
  .single_variation_wrap .counter {
    height: 36px;
  }
  .product__container .cart .product-card__form {
    width: 100%;
  }
  form.cart:not(.variations_form) .product-card__form {
    margin-left: 3%;
  }
  .single_variation_wrap .woocommerce-variation-add-to-cart > label {
    display: none;
  }

  .product__container form.cart {
    position: relative;
    padding-bottom: 50px;
  }
  .product__container form.cart:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    bottom: 28px;
  }
  .single_variation_wrap table.variations {
    display: none;
  }
  .mobile_variations {
    order: 5;
    display: block !important;
    width: 100%;
    margin-top: 42px;
  }
  .mobile_variations:before {
    content: "";
    display: block;
    position: absolute;
    margin-top: -19px;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
  }
  .mobile_variations label {
    color: #9C9C9C;
    font-size: 12px;
    font-weight: 400;
  }
  #mb_v_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
  }
  #mb_v_list span {
    min-width: 65px;
    padding: 7px 12px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    border: 1px solid;
    border-radius: 3px;
  }
  #mb_v_list .selected {
    color: #c4907d;
  }

  .product__about {
    order: 1;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
  }

  .product__description {
    order: 1;
  }
  .descr_toggler {
    margin-top: 15px;
    color: #c4907d;
    text-decoration: underline;
  }

  .product__form {
    -webkit-margin-after: 25px;
    margin-block-end: 25px;
  }

  .product-description:not(.show) .product-description__inner {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
  }

  .product-description__inner ul {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    list-style: disc;
  }

  .product-description__inner ul li {
    list-style: disc;
  }

  .product-form__item--radio {
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    padding-block: 20px;
    border-block: 1px solid #9c9797;
  }

  .product-form__caption--hide-mob {
    display: none;
  }

  .product-form__counter {
    --counter-border: currentColor;
  }

  .product-radios__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
  }

  .product-radios__text {
    justify-content: center;
    border-radius: 4px;
    border: 1px solid;
  }

  input:checked ~ .product-radios__text {
    color: #c4907d;
  }

  input:focus-visible ~ .product-radios__text {
    outline: 2px solid;
    outline-offset: 2px;
  }

  .radio-button {
    display: none;
  }

  .like-products--hide-mob {
    display: none;
  }

  .cart-card__title {
    --title-color: #000000;
  }

  .cart-card__counter {
    --counter-border: currentColor;
  }

  .placing {
    -webkit-padding-after: 50px;
    padding-block-end: 50px;
    padding-inline: 20px;
  }

  .placing__cart--hide-mob {
  }

  .placing-form__title--hide-mob {
    display: none;
  }

  .shipping__texts p {
    color: #727272;
  }

  .shipping__texts ul {
    color: #727272;
  }

  .requisites-list__text {
    color: #727272;
  }
  .search-results .sections__container article a.post-thumbnail {
    width: 30%;
    min-width: 30%;
  }
}

@media (hover: hover) and (max-width: 768px) {
  .product-radios__text:hover {
    color: #c4907d;
  }
}

@media (max-width: 600px) {
  .cart-card__price {
    order: 1;
  }

  .sum--hide-mob {
    display: none;
  }
}

@media (max-width: 374px) {
  .header-nav__back svg {
    inline-size: 20px;
    block-size: 20px;
  }

  .header-catalog__back svg {
    inline-size: 20px;
    block-size: 20px;
  }
  
 
}
@media (max-width: 550px) {
   .breadcrumbs {
    display: none;
  }
  
  .woocommerce-result-count {
    display: none;
  }
}
@media (max-width: 360px) {
  .catalog-products__header {
    flex-wrap: wrap;
  }
}

@media (max-width: 351px) {
  .placing-card {
    grid-template-columns: 50px 1fr;
  }
}

@media (max-width: 300px) {
  .address__inner {
    font-size: 14px;
  }
}

@media (max-width: 1024px) and (min-width: 375px) {
  .footer-top__column {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "logo socials" "caption button";
  }

  .footer-top__image {
    grid-area: logo;
  }

  .footer-top__caption {
    grid-area: caption;
  }

  .footer-top__button {
    grid-area: button;
  }

  .footer-top__socials {
    grid-area: socials;
  }
}

@media (max-width: 1140px) {
  .cart-card__inner .cart-card__header {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .sum__value .woocommerce-Price-amount.amount bdi {
    font-size: 24px;
  }
  .cart-card__title a {
    word-break: break-all;
  }
  .cart-card__inner {
    column-gap: calc(15px + 66*(100vw - 375px) / 765);
  }
  .search-results .sections__container article .entry-title {
    font-size: 16px;
  }
}
@media (max-width: 400px) and (min-width: 375px) {
  .footer-socials {
    justify-content: space-between;
  }
}

@media (min-width: 1141px) {
  .cart-card__count {
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  .cart-card__count {
    justify-content: space-between;
  }
}

@media (min-width: 769px) and (max-width: 1140px) {
  .placing-form {
    -webkit-padding-after: calc(80px + 20 * (100vw - 375px) / 765);
    padding-block-end: calc(80px + 20 * (100vw - 375px) / 765);
  }

  .placing-aside {
    padding: calc(20px + 40 * (100vw - 768px) / 372);
  }

  .shipping__item:not(:last-child) {
    -webkit-margin-after: calc(30px + 50 * (100vw - 375px) / 765);
    margin-block-end: calc(30px + 50 * (100vw - 375px) / 765);
  }
}

@media (min-width: 993px), (max-width: 768px) {
  .placing-card {
    grid-template-columns: 96px 1fr;
  }

  .placing-card__count {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .placing-sum {
    font-size: 22px;
  }

  .placing-sum__value span {
    font-size: 16px;
  }
}

@media (min-width: 993px), (min-width: 375px) and (max-width: 768px) {
  .placing-card__counter {
    flex: 0 1 145px;
  }
}

@media (max-width: 1140px) and (min-width: 551px) {
  .address__inner {
    margin-inline: auto;
  }
}

@media (hover: hover) {
  a[href]:hover,
  button:hover {
    outline: none;
  }

  .button:not(:disabled):hover {
    --button-color: #ffffff;
    --button-bgc: #c4907d;
  }

  .product-card__title a:hover {
    color: #c4907d;
  }

  .counter__button:hover {
    color: #c4907d;
  }

  .breadcrumbs-link[href]:hover {
    color: #c4907d;
  }

  .burger-open-button:hover {
    --line-color: #c4907d;
  }

  .header-form__button:hover svg {
    fill: #c4907d;
  }

  .header-icons__link:hover svg {
    fill: #c4907d;
    stroke: #c4907d;
  }

  .header-nav__link:hover {
    color: #c4907d;
  }

  .header-nav__back:hover svg {
    fill: #c4907d;
  }

  .burger-close-button:hover .burger-close-button__line {
    background-color: #c4907d;
  }

  .header-sublist__link:hover {
    color: #c4907d;
  }

  .header-contacts__link:hover {
    color: #c4907d;
  }

  .header-socials__link:hover svg {
    fill: #f0d9d9;
  }

  .header-catalog__back:hover svg {
    fill: #c4907d;
  }

  .header-catalog__close:hover::before,
  .header-catalog__close:hover::after {
    background-color: #c4907d;
  }

  .catalog-link:hover {
    color: #c4907d;
  }

  .tabbar-link:hover {
    color: #c4907d;
  }

  .tabbar-link.active:hover {
    color: #99a2ad;
  }

  .tabbar-link--current:hover {
    color: #99a2ad;
  }

  .up:hover {
    --up-background-color: #f0d9d9;
  }

  .up:hover svg {
    stroke: currentColor;
    fill: currentColor;
  }

  .footer-socials__link:hover svg {
    fill: #c4907d;
  }

  .footer-nav__link:hover {
    color: #c4907d;
  }

  .footer-bottom__link:hover {
    color: #c4907d;
  }

  .sections__link:hover {
    color: #c4907d;
  }

  .section-link:hover {
    color: #c4907d;
  }

  .filter-form__close:hover::before,
  .filter-form__close:hover::after {
    background-color: #c4907d;
  }

  .fieldset-button:hover {
    color: #c4907d;
  }

  .fieldset-inner__item label:hover .fieldset-inner__text {
    color: #c4907d;
  }

  .catalog-sort .choices__list--single .choices__item:hover {
    color: #c4907d;
  }

  .filter-button:hover {
    color: #c4907d;
  }

  .product-description__button:hover {
    color: #2f2f2f;
  }

  .radio-button:hover {
    color: #c4907d;
  }

  .cart-card__title a:hover {
    color: #c4907d;
  }

  .cart-card__remove:hover::before,
  .cart-card__remove:hover::after {
    background-color: #2f2f2f;
  }

  .categories {
    flex-wrap: wrap;
  }

  .categories__link[href]:hover {
    color: #2f2f2f;
    background-color: #f0d9d9;
    border-color: rgba(196, 144, 125, 0);
  }

  .placing-form__select .choices__list--single .choices__item:hover {
    color: #c4907d;
  }

  .placing-radio__label:hover {
    color: #c4907d;
  }

  .placing-card__title a:hover {
    color: #c4907d;
  }

  .placing-card__remove:hover::before,
  .placing-card__remove:hover::after {
    background-color: #2f2f2f;
  }

  .address__link:hover {
    color: #c4907d;
  }

  .address-socials__link:hover svg {
    fill: #c4907d;
  }

  .dialog__close:hover::before,
  .dialog__close:hover::after {
    background-color: #c4907d;
  }

  .dialog-form__button:hover {
    color: #2f2f2f;
    background-color: #f0d9d9;
  }

  .dialog-checkbox__label:hover {
    color: #c4907d;
  }
}

@media (hover: none) {
  a[href]:active,
  button:active {
    outline: none;
    opacity: 0.5;
  }

  .categories {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.dialog__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.dialog__close {
  right: 15px;
  top: 15px;
}

#added-dialog  .dialog__header {
  margin-block-end: 0px;
}

#added-dialog  .dialog__inner {
  max-inline-size: 560px;
  padding-block-start: 33px;
  padding-block-end: 33px;
  padding-inline: 55px;
}

#added-dialog  .dialog__title {
  font-size: 30px;
}

#delete-dialog .dialog__title {
  color: #2F2F2F;
  font-family: Tenor Sans;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-block-end: 0px;
}

#delete-dialog .dialog__header {
  margin-block-end: 0px;
}

#delete-dialog .dialog__inner {
  padding-block-start: 54px;
  padding-block-end: 54px;
  padding-inline: 20px;
  max-inline-size: 560px;
}

.button--r {
  display: flex;
  width: 208px;
  height: 35px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #F0D9D9;
  color: #2F2F2F;
  font-family: Tenor Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}


#thanks-dialog .dialog__title {
  margin-block-end: 0px;
}

#thanks-dialog .dialog__inner {
  max-inline-size: 800px;
  padding-block-start: 50px;
  padding-block-end: 50px;
}

#thanks-dialog .dialog__number {
  text-align: center;
  padding-bottom: 50px;
}

#thanks-dialog .button {
  margin: 0 auto;
}

.wc-russian-post-choose-delivery-point, button.fivepost-button-map, .wc-edostavka-choose-delivery-point {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400 !important;
  padding: 10px !important;
  border: none !important;
  color: inherit !important;
  text-transform: uppercase;
}
.wc-russian-post-choose-delivery-point:hover, button.fivepost-button-map:hover, .wc-edostavka-choose-delivery-point:hover {
  color: #fff !important;
  background-color: #c4907d !important;
}

.shipping_descr {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #45905e;
}
.placing-form__input input[input_disabled="1"] {
  background: #f2f2f2;
  pointer-events: none;
}
.placing-form__input.input_disabled {
  pointer-events: none;
  opacity: 0.3;
}
.placing-radio__text .highlighted {
  color: #c4907d;
}
.woocommerce-additional-fields {
  margin-top: 15px;
}




@media (max-width:1000px) {
  .contacts .contacts__container, .contacts .address__container, .requisites .requisites__container {
    padding-left:10px;
  }
    
}

@media (max-width:425px) {
  
  .woocommerce-result-count {
  display:none;
}
}

@media (min-width:900px) {
  .product__container .product__main .cart {
  width: 100%;
}
}


.form.cart {
  flex-direction: row !important;
}