@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-top-\[10px\]{
  top: -10px;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[14px\]{
  left: 14px;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-4{
  top: 1rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[49\]{
  z-index: 49;
}
.z-\[6\]{
  z-index: 6;
}
.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-\[59px\]{
  margin-bottom: 59px;
}
.mb-auto{
  margin-bottom: auto;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[13px\]{
  margin-right: 13px;
}
.mr-\[17px\]{
  margin-right: 17px;
}
.mr-\[5px\]{
  margin-right: 5px;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[17px\]{
  height: 17px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[210px\]{
  height: 210px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[313px\]{
  height: 313px;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[54px\]{
  height: 54px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[156px\]{
  max-height: 156px;
}
.max-h-\[210px\]{
  max-height: 210px;
}
.min-h-\[170px\]{
  min-height: 170px;
}
.min-h-\[53px\]{
  min-height: 53px;
}
.w-12{
  width: 3rem;
}
.w-20{
  width: 5rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[239px\]{
  width: 239px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[48px\]{
  width: 48px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[238\.5px\]{
  min-width: 238.5px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[260px\]{
  min-width: 260px;
}
.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-\[156px\]{
  max-width: 156px;
}
.max-w-\[330px\]{
  max-width: 330px;
}
.max-w-\[352px\]{
  max-width: 352px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-y-\[12px\]{
  row-gap: 12px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.border{
  border-width: 1px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-\[\#C6CACF\]{
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
}
.border-\[\#F1F2F3\]{
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.bg-\[\#E4F5D7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 215 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1F2F3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEF2E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE7CF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 207 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#0783DB\]{
  --tw-gradient-from: #0783DB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 131 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0783DB\]\/60{
  --tw-gradient-from: rgb(7 131 219 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 131 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5E018F\]{
  --tw-gradient-from: #5E018F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 1 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5E018F\]\/60{
  --tw-gradient-from: rgb(94 1 143 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 1 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#D21937\]{
  --tw-gradient-from: #D21937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(210 25 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ED7523\]{
  --tw-gradient-from: #ED7523 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 117 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#67028C\]{
  --tw-gradient-to: #67028C var(--tw-gradient-to-position);
}
.to-\[\#67028C\]\/60{
  --tw-gradient-to: rgb(103 2 140 / 0.6) var(--tw-gradient-to-position);
}
.to-\[\#B70E2F\]{
  --tw-gradient-to: #B70E2F var(--tw-gradient-to-position);
}
.to-\[\#B70E2F\]\/60{
  --tw-gradient-to: rgb(183 14 47 / 0.6) var(--tw-gradient-to-position);
}
.to-\[\#BB0F33\]{
  --tw-gradient-to: #BB0F33 var(--tw-gradient-to-position);
}
.to-\[\#F58621\]{
  --tw-gradient-to: #F58621 var(--tw-gradient-to-position);
}
.fill-\[\#ED7523\]{
  fill: #ED7523;
}
.stroke-\[\#ED7523\]{
  stroke: #ED7523;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[12px\]{
  padding: 12px;
}
.p-\[5px\]{
  padding: 5px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[56px\]{
  padding-left: 56px;
  padding-right: 56px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-\[12px\]{
  padding-top: 12px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[15\.12px\]{
  line-height: 15.12px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[17\.64px\]{
  line-height: 17.64px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[20\.16px\]{
  line-height: 20.16px;
}
.leading-\[22\.68px\]{
  line-height: 22.68px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#000F17\]{
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.text-\[\#13151A\]{
  --tw-text-opacity: 1;
  color: rgb(19 21 26 / var(--tw-text-opacity, 1));
}
.text-\[\#707A87\]{
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.text-\[\#A9AFB7\]{
  --tw-text-opacity: 1;
  color: rgb(169 175 183 / var(--tw-text-opacity, 1));
}
.text-\[\#BB0F33\]{
  --tw-text-opacity: 1;
  color: rgb(187 15 51 / var(--tw-text-opacity, 1));
}
.text-\[\#ED7523\]{
  --tw-text-opacity: 1;
  color: rgb(237 117 35 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.decoration-dashed{
  text-decoration-style: dashed;
}
.opacity-0{
  opacity: 0;
}
.opacity-\[100\%\]{
  opacity: 100%;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_12px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "TTHoves";
  src: url("../assets/fonts/TTHoves-DemiBold.eot");
  src: local("TT Hoves DemiBold"), local("TTHoves-DemiBold"), url("../assets/fonts/TTHoves-DemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/TTHoves-DemiBold.woff2") format("woff2"), url("../assets/fonts/TTHoves-DemiBold.woff") format("woff"), url("../assets/fonts/TTHoves-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TTHoves";
  src: url("../assets/fonts/TTHoves-Regular.eot");
  src: local("TT Hoves Regular"), local("TTHoves-Regular"), url("../assets/fonts/TTHoves-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/TTHoves-Regular.woff2") format("woff2"), url("../assets/fonts/TTHoves-Regular.woff") format("woff"), url("../assets/fonts/TTHoves-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  --bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--bg-opacity, 1));
  font-family: TTHoves;
}

main {
  min-height: 15rem;
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  main {
    min-height: 25rem;
  }
}
@media screen and (min-width: 1050px) {
  main {
    min-height: 35rem;
  }
}
@media screen and (min-width: 1439px) {
  main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --bg-opacity: 1;
  background-color: rgb(241, 242, 243, var(--bg-opacity, 1));
  margin-top: auto;
  padding: 1rem;
  padding-bottom: 76px;
}

section {
  padding-left: 1rem;
  padding-right: 1rem;
}

.d-none {
  display: none !important;
}

.swiper,
.swiper-wrapper {
  overflow-y: visible !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--primary {
  --primary-radius: 30px;
  border-radius: var(--primary-radius);
  min-width: var(--primary-min-width);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #ED7523 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 117 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #BB0F33 var(--tw-gradient-to-position);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn--primary:hover{
  --tw-gradient-from: #BB0F33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 15 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
}
@media screen and (max-width: 660px) {
  .btn--primary {
    --primary-min-width: 100%;
  }
}
.btn--primary .btn__left-icon,
.btn--primary .btn__right-icon{
  height: 20px;
  width: 21px;
  fill: #fff;
  transition: all 0.3s ease;
}
.btn--secondary {
  --secondary-btn-min-width: unset;
  --secondary-btn-min-height: 48px;
  min-width: var(--secondary-btn-min-width);
  min-height: var(--secondary-btn-min-height);
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(241, 242, 243, var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(0, 15, 23, var(--tw-text-opacity, 1));
}

.top-chat {
  z-index: 49;
}

.parent-container {
  background-color: #fff;
  position: relative;
  transform: translateY(0);
}

.blocks {
  transform: translateY(0);
  transform: translate3d(0, 0, 0);
  will-change: transform, top;
}

.gradient {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.hidden-gradient {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.search-collapse {
  max-height: 0;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}

.search-expand {
  max-height: 100px;
  padding-top: 9px;
  padding-bottom: 9px;
}

#mobile-menu {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper {
  width: 100%;
  overflow: visible;
}

.swiper-wrapper {
  overflow-y: visible;
}

.h1-title {
  font-size: clamp(24px, 2vw, 30px);
  line-height: clamp(30.24px, 2.5vw, 37.8px);
}

.title-form {
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
  margin-bottom: 24px;
}

.h1-1-title {
  font-size: clamp(18px, 2vw, 30px);
  line-height: clamp(26px, 2.5vw, 37.8px);
}

.heading {
  font-size: var(--heading-size);
  line-height: 130%;
  font-weight: 600;
  color: #111213;
}
.heading-title {
  --heading-size: 30px;
}
.heading-subtitle {
  --heading-size: 25px;
}
.heading-block-title {
  --heading-size: 22px;
}
.heading-block-subtitle {
  --heading-size: 20px;
}
.heading-caption {
  --heading-size: 18px;
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
  width: auto;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: auto;
  height: auto;
}

.gradient-button {
  position: relative;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: normal;
  border: none;
  border-radius: 16px;
  background: transparent;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #bb0f33, #ed7523);
}

.gradient-button:hover {
  color: white;
  background: linear-gradient(to right, #bb0f33, #ed7523);
}

.gradient-button:focus {
  color: white;
  background: linear-gradient(to right, #bb0f33, #ed7523);
}

.gradient-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(to right, #bb0f33, #ed7523);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.gradient-text {
  font-size: 14px;
  line-height: 17.64px;
  font-weight: 400;
  background: linear-gradient(to right, #5d0096, #bb0f33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}

.gradient-bg {
  background-image: linear-gradient(to right, #bb0f33, #ed7523);
}

.gradient-text:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #5d0096;
}

.gradient-text-5 {
  font-size: 14px;
  line-height: 17.64px;
  font-weight: 400;
  background: linear-gradient(to right, #004986, #ed7523);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}

.gradient-text-5:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #004986;
}

.gradient-text-3 {
  font-size: 14px;
  line-height: 17.64px;
  font-weight: 400;
  background: linear-gradient(to right, #bb0f33, #ed7523);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}

.gradient-text-3:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #bb0f33;
}

.gradient-text-4 {
  font-size: 14px;
  line-height: 17.64px;
  font-weight: 400;
  background: linear-gradient(to right, #0099e2, #5d0096);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}

.gradient-text-4:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #5d0096;
}

.underline-line {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.underline-line:focus, .underline-line:hover {
  text-decoration-style: dashed;
}

.underline-dashed {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration-line: underline;
  text-decoration-style: dashed;
}
.underline-dashed:focus, .underline-dashed:hover {
  text-decoration-style: solid;
}

.text-error {
  padding-top: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  color: #bb0f33;
}
.text-success {
  padding-top: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  color: #7acb37;
}

.show-more-btn {
  --show-more-fs: 14px;
  font-size: var(--show-more-fs);
  font-weight: 400;
}

.show-more-text button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0, 73, 134, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-style: dashed;
}
.show-more-text button:hover {
  text-decoration-style: solid;
}

@media (min-width: 1439px) {
  .container_1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.ease-in {
  transition: all 0.3s ease-in-out;
}

.load-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.load-content.loaded {
  opacity: 1;
}
.load-content.product-detail-page{
  min-height: 100vh;
  padding-bottom: 1rem;
}
@media (min-width: 1439px) {
  .load-content.product-detail-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: var(--overlay-z-index);
}
.overlay--show {
  pointer-events: auto;
  opacity: 1;
}

.menu-container:hover .overlay,
.menu-container:hover .menu {
  display: block;
}

.pagination-item {
  position: relative;
  width: 40px;
  height: 4px;
  border-radius: 8px;
  cursor: pointer;
  background-color: white;
  opacity: 0.5;
}
.pagination-item::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

.active-btn {
  background-color: #ccebf9;
  border: none;
  font-weight: 600;
}

.active-btn-color{
  --tw-border-opacity: 1;
  border-color: rgb(0 153 226 / var(--tw-border-opacity, 1));
}

.rounded-\[8px\] {
  border-radius: 8px;
}

body.modal--open,
body.filter--open {
  overflow: hidden !important;
}

.hidden {
  display: none !important;
}

.show {
  display: flex !important;
}

html::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 4px;
}

html::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background: #e9e9e9;
  border-radius: 4px;
}

html::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 4px;
  width: 4px;
}

sup {
  top: unset;
  line-height: 100%;
}

/* Скрыть скроллбар по умолчанию */
.scroll-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
}

/* Стили для блоков категорий */
.category-block:nth-child(3n+1) {
  background-image: linear-gradient(to right, rgba(175, 218, 255, 0.6), rgba(231, 191, 255, 0.6));
}

.category-block:nth-child(3n+2) {
  background-image: linear-gradient(to right, #fbe8eb, #fef3e9);
}

.category-block:nth-child(3n) {
  background-image: linear-gradient(to right, #efe6f4, #f8e7eb);
}

/* Особые случаи */
.category-block:nth-child(8) {
  background-image: linear-gradient(to right, rgba(255, 222, 0, 0.2), rgba(237, 117, 35, 0.2));
}

.category-block:nth-child(9) {
  background-image: linear-gradient(to right, rgba(122, 203, 55, 0.2), rgba(255, 222, 0, 0.2));
}

div.chk:has(input:checked) {
  border-color: #a8a8a8;
}

div.chk:has(input:checked) svg {
  opacity: 1;
}

.basket-active-tovar {
  background-color: #ccebf9;
}

.thumbnail-swiper {
  max-height: 302px !important;
}

.thumbnail-swiper2 {
  max-height: 302px !important;
}

.modal-thumbnail-swiper {
  max-width: 410px !important;
  height: 64px !important;
}

@media (min-width: 1200px) {
  .thumbnail-swiper {
    max-height: 302px !important;
  }
}
@media (min-width: 660px) and (max-width: 1200px) {
  .thumbnail-swiper {
    max-height: 530px !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .thumbnail-swiper {
    max-height: 178px !important;
  }
}
@media (min-width: 481px) and (max-width: 660px) {
  .thumbnail-swiper {
    max-height: 220px !important;
  }
}
.thumbnail-swiper .swiper-slide {
  cursor: pointer;
}

.thumbnail-swiper .swiper-slide-active-tovar {
  border-color: #0099e2 !important;
}

.thumbnail-swiper2 .swiper-slide-thumb-active2 {
  border-color: #f1f2f3 !important;
}

/* Стили для кнопок навигации */
.swiper-button-prev-custom-9,
.swiper-button-next-custom-9 {
  cursor: pointer;
}

.swiper-pagination-custom-12 .swiper-pagination-bullet-active {
  background-color: #ed7523;
  width: 16px !important;
  margin: 0 !important;
  border-radius: 9999px; /* круглая форма */
}

.swiper-slide-active-tovar {
  border-color: #0099e2 !important;
}

.swiper-slide-active-tovar2 {
  border-color: #f1f2f3 !important;
}

.swiper-slide-active-tovar-modal > div {
  border-color: #0099e2 !important;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.sticky-header {
  position: sticky;
  top: 0px;
  z-index: 48;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  scrollbar-width: none;
}

/* НАЧАЛО - СТИЛИ ДЛЯ РЕАДАКТОРА УНИВЕРСАЛЬНОЙ СТРАНИЦЫ */
.content_for_editor .big-image{
  height: 75vh;
  max-height: 605px;
  min-height: 207px;
  border-radius: 1rem;
}
.content_for_editor .big-image img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .content_for_editor .big-image {
    height: 40vh;
  }
}
@media (min-width: 1050px) {
  .content_for_editor .big-image {
    margin-bottom: 40px;
  }
}
.content_for_editor .small-image{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 35vh;
  max-height: 320px;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.content_for_editor .content_for_editor .cnt p:last-child {
  margin-bottom: 0;
}

.content_for_editor .lead{
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(19 21 26 / var(--tw-text-opacity, 1));
}

.content_for_editor ul{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(19 21 26 / var(--tw-text-opacity, 1));
}

.content_for_editor ol {
  line-height: 2;
  list-style-type: none;
  padding-left: 0;
  counter-reset: my-counter;
}

.content_for_editor ol li {
  counter-increment: my-counter;
  padding-left: 32px;
  position: relative;
  margin-bottom: 16px;
}

.content_for_editor ol li::before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  width: 31px;
  text-align: right;
  padding-right: 16px;
  font-weight: 400;
  font-size: 16px;
}

.content_for_editor ul li{
  display: flex;
  align-items: flex-start;
}

.content_for_editor .v2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.content_for_editor ul li svg{
  margin-right: 1rem;
  margin-top: 11px;
  margin-bottom: 9px;
  margin-left: 0px;
  flex-shrink: 0;
}

.content_for_editor h2 {
  color: #13151a;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.3;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 24px;
}

.content_for_editor h3 {
  color: #13151a;
  font-size: clamp(22px, 2vw, 25px);
  line-height: 1.3;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 24px;
}

.content_for_editor h4 {
  color: #13151a;
  font-size: clamp(20px, 2vw, 22px);
  line-height: 1.3;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 20px;
}

.content_for_editor h5 {
  color: #13151a;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.3;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 16px;
}

.content_for_editor h6 {
  color: #13151a;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.4;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 16px;
}

.content_for_editor p{
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(19 21 26 / var(--tw-text-opacity, 1));
}

.content_for_editor p a{
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 153 226 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.content_for_editor p a:hover{
  --tw-text-opacity: 1;
  color: rgb(47 132 172 / var(--tw-text-opacity, 1));
}

/* КОНЕЦ - СТИЛИ ДЛЯ РЕАДАКТОРА УНИВЕРСАЛЬНОЙ СТРАНИЦЫ */
.active-day{
  border-radius: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(153 214 243 / var(--tw-bg-opacity, 1));
}

.calendar-days{
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.calendar-days:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}

.calendar-days.empty {
  visibility: hidden;
}

.border-colored-c{
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(93 0 150 / var(--tw-border-opacity, 1));
}

.btn-option {
  width: 100%;
  display: flex;
  cursor: pointer;
}
.btn-option input {
  display: none;
}
.btn-option input:checked + .btn-option__wrap {
  background-color: #fef2e6;
  border: 2px solid #ed7523;
}
.btn-option input:checked + .btn-option__wrap.content-order{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-option__wrap {
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 16px;
  border: 2px solid #e0e0e0;
  background-color: white;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.btn-option__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.btn-option__content p:nth-of-type(1){
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.btn-option__content p:nth-of-type(2){
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(45 49 54 / var(--tw-text-opacity, 1));
}

.active-btn-backet {
  background-color: #fef2e6;
  color: #ed7523;
}
.active-btn-backet:hover {
  background-color: #fce3ca;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.simplebar-scrollbar:before {
  background-color: #707a87;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.simplebar-content {
  padding: 8px !important;
}

.simplebar-track.simplebar-vertical {
  width: 8px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.hovered-search-item{
  overflow: hidden;
}

.hovered-search-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 249 / var(--tw-bg-opacity, 1));
}

.dropdown-toggle--active{
  cursor: pointer;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Меню РОУТЕР */
.mini-router {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  font-family: sans-serif;
}

.mini-router__toggle {
  width: 36px;
  height: 36px;
  background: rgb(255, 107, 21);
  color: #fff;
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 18px;
  transition: background 0.3s ease;
}

.mini-router__toggle:hover {
  background: rgb(240, 145, 90);
}

.mini-router__menu {
  list-style: none;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* Новое — скролл и ограничения */
  max-height: 50vh;
  overflow-y: auto;
  min-width: 210px;
  scrollbar-width: thin;
}

/* Красивый скролл для Chrome */
.mini-router__menu::-webkit-scrollbar {
  width: 6px;
}

.mini-router__menu::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 8px;
}

.mini-router__menu::-webkit-scrollbar-track {
  background: #fff;
}

.mini-router.show .mini-router__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.mini-router__menu li a {
  display: block;
  text-decoration: none;
  color: inherit;
  background: none;
  padding: 10px 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  font-family: inherit;
}

.mini-router__menu li a:hover {
  background: #f2f2f2;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .mini-router {
    right: 10px;
  }
  .mini-router__toggle {
    border-radius: 8px;
  }
  .mini-router__menu {
    top: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px;
    transform: translateY(10px);
    /* Новое — чуть меньше высота и ширина на мобилке */
    max-height: 60vh;
    min-width: 160px;
  }
  .mini-router.show .mini-router__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
/* КОНЕЦ РОУТЕР */
.tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-bottom-width: 3px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.tab-btn sup {
  font-weight: 400;
}

.tab-btn:hover:not(.active-tab) {
  border-color: #B697CA;
}

.active-tab {
  border-color: #5D0096;
}

.btn-inactive {
  pointer-events: none;
  opacity: 0.5;
}

.capcha {
  height: 74px;
  max-width: 302px;
}
.capcha img {
  width: 100%;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (min-width: 1536px) {
  .footer__container {
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
  }
}
@media not all and (min-width: 975px) {
  .footer__container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__brand {
  display: flex;
  flex-direction: column;
}
.footer__logo {
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    padding-bottom: 1rem;
  }
}
.footer__logo img {
  --footer-logo-width: 193px;
  --footer-logo-height: 48px;
  width: var(--footer-logo-width);
  height: var(--footer-logo-height);
  min-width: var(--footer-logo-width);
  min-height: var(--footer-logo-height);
  max-width: var(--footer-logo-width);
  max-height: var(--footer-logo-height);
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__phone-icon {
  --footer-phone-icon-width: 16px;
  --footer-phone-icon-height: 17px;
  width: var(--footer-phone-icon-width);
  height: var(--footer-phone-icon-height);
  min-width: var(--footer-phone-icon-width);
  min-height: var(--footer-phone-icon-height);
  max-width: var(--footer-phone-icon-width);
  max-height: var(--footer-phone-icon-height);
}
.footer__phone-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22.68px;
  --text-opacity: 1;
  color: rgb(45, 49, 54, var(--text-opacity, 1));
}
.footer__phone-link:hover, .footer__phone-link:focus {
  text-decoration: underline;
}
.footer__address {
  margin-top: 0.375rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --text-opacity: 1;
  color: rgb(141, 149, 159, var(--text-opacity, 1));
}
.footer__menu {
  display: flex;
  flex-direction: column;
}
.footer__dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: default;
}
.footer__dropdown-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 20.16px;
  --text-opacity: 1;
  color: rgb(45, 49, 54, var(--text-opacity, 1));
}
.footer__dropdown-icon {
  height: 10px;
  width: 16px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media screen and (min-width: 640px) {
  .footer__dropdown-icon {
    display: none;
  }
}
.footer__dropdown-icon.rotate {
  transform: rotate(180deg);
}
.footer__menu-list {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: -6px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .footer__menu-list {
    display: block;
  }
}
.footer__menu-link {
  font-size: 0.875rem;
  line-height: 1.45rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(141, 149, 159, var(--tw-text-opacity, 1));
}
.footer__menu-link:hover, .footer__menu-link:focus {
  text-decoration: underline;
}
.footer__subscribe {
  position: relative;
}
.footer__form {
  --min-width: 100%;
  --max-width: 100%;
  display: flex;
  height: auto;
  min-width: var(--min-width);
  max-width: var(--max-width);
  flex-direction: column;
  gap: 10px;
  border-radius: 1rem;
  --bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--bg-opacity, 1));
  padding: 1rem;
}
@media (min-width: 640px) {
  .footer__form {
    width: 100%;
    --max-width: 650px;
  }
}
.footer__form a {
  color: rgb(255, 107, 21);
}
.footer__form-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  --text-opacity: 1;
  color: rgb(45, 49, 54, var(--text-opacity, 1));
}
.footer__form-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.footer__form-group{
  display: flex;
  width: 100%;
  gap: 10px;
}
.footer__form-input{
  width: 70%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__form-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.footer__form-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.footer__form-input:focus{
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.footer__form-button{
  border-radius: 30px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #ED7523 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 117 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #BB0F33 var(--tw-gradient-to-position);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer__form-button:hover {
  background: linear-gradient(to bottom, #BB0F33, #ED7523);
}
.footer__form-agreement{
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__checkbox-container{
  position: relative;
}
.footer__checkbox{
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
}
.footer__checkbox:checked + .footer__checkbox-label .footer__checkbox-icon {
  opacity: 1;
}
.footer__checkbox-label{
  position: relative;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.footer__checkbox-label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.footer__checkbox-icon{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  margin: auto;
  height: 11px;
  width: 10px;
  --tw-text-opacity: 1;
  color: rgb(237 117 35 / var(--tw-text-opacity, 1));
  opacity: 0;
}
.footer__agreement-text{
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.12px;
  --tw-text-opacity: 1;
  color: rgb(45 49 54 / var(--tw-text-opacity, 1));
}
.footer__confirmation{
  position: absolute;
  inset: 0px;
  display: flex;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  display: none;
}
.category-list__item.footer__confirmation {
  display: none;
}
.category__show-more .show-more-btn.footer__confirmation {
  display: none;
}
.footer__confirmation-content{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 1.5rem;
}
.footer__confirmation-title{
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  --tw-text-opacity: 1;
  color: rgb(45 49 54 / var(--tw-text-opacity, 1));
}
.footer__confirmation-message{
  margin-bottom: auto;
  text-wrap: pretty;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(45 49 54 / var(--tw-text-opacity, 1));
}
.footer__confirmation-email{
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0 31 45 / var(--tw-text-opacity, 1));
}
.footer__confirmation-email:hover, .footer__confirmation-email:focus{
  text-decoration-line: underline;
}
.footer__social-divider{
  display: flex;
  align-items: center;
}
.footer__divider-line{
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
}
.footer__divider-line:first-child{
  margin-right: 1.5rem;
}
.footer__divider-line:last-child{
  margin-left: 1.5rem;
}
.footer__social-links{
  display: flex;
  gap: 1rem;
}
.footer__social-link:hover {
  transform: scale(1.1);
}
.footer__social-icon{
  height: 28px;
  width: 29px;
}
.footer__social-icon--tg{
  width: 28px;
}
.footer__bottom{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px){
  .footer__bottom{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1500px){
  .footer__bottom{
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
  }
}
@media (min-width: 1536px){
  .footer__bottom{
    flex-wrap: nowrap;
  }
}
.footer__copyright{
  max-width: 488px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.12px;
  --tw-text-opacity: 1;
  color: rgb(141 149 159 / var(--tw-text-opacity, 1));
}
.footer__payments{
  display: flex;
}
.footer__payment-method{
  display: flex;
  height: 40px;
  width: 70px;
  align-items: center;
  justify-content: center;
}
.footer__payment-method:hover {
  transform: scale(1.1);
}
.footer__payment-icon{
  height: 16px;
}
.footer__payment-icon--mir{
  width: 50px;
}
.footer__payment-icon--visa{
  width: 56px;
}
.footer__payment-icon--mastercard{
  height: 30px;
  width: 48px;
}
.footer__payment-icon--yandex{
  height: 30px;
  width: 32px;
}
.footer__legal-links{
  display: flex;
  gap: 1rem;
  font-size: 12px;
  line-height: 15.12px;
  --tw-text-opacity: 1;
  color: rgb(141 149 159 / var(--tw-text-opacity, 1));
}
.footer__legal-link:hover, .footer__legal-link:focus{
  text-decoration-line: underline;
}
.footer__developer{
  font-size: 12px;
  line-height: 15.12px;
  --tw-text-opacity: 1;
  color: rgb(141 149 159 / var(--tw-text-opacity, 1));
}
.footer__developer-link:hover, .footer__developer-link:focus{
  text-decoration-line: underline;
}

.header {
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 99;
}
@media (max-width: 768px) {
  .header {
    top: 0;
    background: #fff;
  }
}
.header__wrapper{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1500px){
  .header__wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
  }
}
.header__wrapper {
  padding: 1rem;
}
.header__middle{
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.header__middle--search {
  flex-wrap: wrap;
  gap: 1rem;
}
.header__middle--search .header__search {
  display: block;
}
.header__logo {
  display: flex;
  gap: 11px;
}
.header__logo-left{
  height: 48px;
  width: 48px;
}
.header__logo-right{
  height: 48px;
  width: auto;
}
@media (max-width: 900px) and (min-width: 768px) {
  .header__logo-right {
    display: none;
  }
}
.header__main{
  position: relative;
  display: flex;
  flex: 1 1 0%;
  gap: 1rem;
  align-items: center;
  z-index: 100;
}
@media (max-width: 768px) {
  .header__main {
    justify-content: end;
  }
}
.header__search{
  position: relative;
  height: auto;
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .header__search {
    display: none;
  }
}
.header__search-wrapper{
  display: flex;
  gap: 10px;
}
.header__search-wrapper input[type=search]{
  width: 100%;
  flex: 1 1 0%;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.header__search-wrapper input[type=search]::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.header__search-wrapper input[type=search]::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.header__search-wrapper input[type=search]:focus{
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.header__search-wrapper button svg{
  height: 20px;
  width: 20px;
}
.header__user-links{
  display: flex;
  height: 48px;
  width: 300px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__user-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 4px 20px 0px hsla(0, 0%, 0%, 0.15);
    background: #fff;
    height: auto;
  }
}
.header__user-links .header__user-link{
  width: 100%;
}
.header__user-links .header__user-link--mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .header__user-links .header__user-link--mobile-only {
    display: block;
  }
}
.header__user-links .header__user-link--desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .header__user-links .header__user-link--desktop-only {
    display: none;
  }
}
.header__user-links .header__user-link a{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
}
.header__user-links .header__user-link a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 252 / var(--tw-bg-opacity, 1));
}
.header__user-links .header__user-link a:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 249 / var(--tw-bg-opacity, 1));
}
@media (max-width: 768px) {
  .header__user-links .header__user-link a {
    padding: 0.75rem;
  }
}
.header__user-links .header__user-link a svg{
  height: 20px;
  width: 20px;
}
.header__user-links .header__user-link a.active{
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 249 / var(--tw-bg-opacity, 1));
}
.header__user-links .header__user-link a .header__user-link-title{
  font-size: 12px;
  font-weight: 400;
  line-height: 15.12px;
}
.header__user-links .header__user-link a .header__notification{
  position: absolute;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-image: linear-gradient(to right, #bb0f33, #ed7523);
  right: 20%;
  top: 0%;
}
@media (max-width: 768px) {
  .header__user-links .header__user-link a .header__notification {
    right: 30%;
    top: 12%;
  }
}
.header__user-links .header__user-link a .header__notification:empty {
  display: none;
}
.header__nav{
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__selected-nav{
  height: -moz-fit-content;
  height: fit-content;
  min-height: 34px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header__selected-nav_link{
  border-radius: 16px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 17.64px;
}
.header__selected-nav_link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header__selected-nav_link:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header__selected-nav--brands{
  --tw-text-opacity: 1;
  color: rgb(93 0 150 / var(--tw-text-opacity, 1));
}
.header__selected-nav--stocks{
  --tw-text-opacity: 1;
  color: rgb(237 117 35 / var(--tw-text-opacity, 1));
}
.header__main-nav{
  height: -moz-fit-content;
  height: fit-content;
  flex: 1 1 0%;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.header__main-nav::-webkit-scrollbar {
  display: none;
}
.header__main-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__main-nav a{
  border-radius: 16px;
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.header__main-nav a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header__main-nav a:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header__mobile{
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  .header__mobile {
    display: none;
  }
}
.header__search-btn svg{
  height: 20px;
  width: 20px;
}
.header__burger-btn svg{
  height: 22px;
  width: 22px;
}
.header__close-btn {
  display: none;
}
.header__close-btn svg{
  height: 18px;
  width: 18px;
}
.header .btn.header__catalog-btn {
  --primary-radius: 16px;
}
@media (max-width: 768px) {
  .header .btn.header__catalog-btn {
    display: none;
  }
}
.header .btn.header__catalog-btn .btn__right-icon {
  width: 12px;
}
.header--fixed {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.0784313725);
  width: 100%;
  background: #fff;
}
.header--fixed .burger-menu,
.header--fixed .header__nav,
.header--fixed .header__logo-right,
.header--fixed .header__user-link-title {
  display: none;
}
.header--fixed .header__user-links {
  width: -moz-fit-content;
  width: fit-content;
}
.header--fixed .header__user-links .header__user-link {
  height: 36px;
}
.header--fixed .header__catalog-btn {
  padding: 8px 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.header--fixed .header__search {
  padding: 9px 12px;
  height: -moz-fit-content;
  height: fit-content;
}
.header--fixed .header__middle {
  gap: 1rem;
}
.header--fixed .header__notification {
  left: 50%;
}
@media screen and (min-width: 1050px) {
  .header--fixed ~ .calculator-hidden {
    top: 78px;
  }
}
.header__burger-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 90;
  padding: 80px 0 60px 0;
}
.header__burger-menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  gap: 0;
}

body.catalog-opened .header__search-btn {
  display: none;
}

.section-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.section-header__title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.section-header__title h2 {
  font-weight: 600;
  font-size: clamp(24px, 2vw, 30px);
  letter-spacing: -0.01em;
  color: #000f17;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .section-header__title h2 {
    font-size: 1.5rem;
  }
}
.section-header__title a {
  font-size: 14px;
  line-height: 126%;
  font-weight: 400;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
  color: #000f17;
  height: -moz-fit-content;
  height: fit-content;
}
.section-header__title a:hover {
  text-decoration: underline;
}
.section-header__tabs{
  display: flex;
  gap: 0.5rem;
}
.section-header__tabs .section-header__tab {
  padding: 4px 8px;
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
  color: #000f17;
  position: relative;
}
.section-header__tabs .section-header__tab::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 16px;
  background: #000f17;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.section-header__tabs .section-header__tab--active, .section-header__tabs .section-header__tab:hover{
  cursor: pointer;
  border-radius: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: #000f17;
  background-clip: border-box !important;
  color: #fff !important;
}
.section-header__tabs .section-header__tab--active::before, .section-header__tabs .section-header__tab:hover::before {
  display: none;
}

.main-slider {
  min-height: var(--main-slider-height);
  max-height: var(--main-slider-height);
  height: var(--main-slider-height);
  width: 100%;
  position: relative;
  display: flex;
}
@media (min-width: 1050px) {
  .main-slider {
    min-width: 0px;
  }
}
@media screen and (min-width: 640px) {
  .main-slider {
    --main-slider-height: 490px;
  }
}
@media screen and (min-width: 768px) {
  .main-slider {
    --main-slider-height: 510px;
  }
}
@media screen and (min-width: 1050px) {
  .main-slider {
    --main-slider-height: 578px;
  }
}
.main-slider button {
  z-index: 40;
  position: absolute;
  bottom: 1rem;
  background-color: white;
  border-radius: 9999px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  padding: 0.5rem;
}
.main-slider button:first-of-type {
  left: 1rem;
}
.main-slider button:last-of-type {
  right: 1rem;
}
.main-slider button:last-of-type svg {
  transform: rotate(180deg);
}
.main-slider button:hover {
  background-color: #e5e7eb;
}
.main-slider button.swiper-button-disabled {
  pointer-events: auto;
}
@media (min-width: 660px) {
  .main-slider button {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
@media (min-width: 1050px) {
  .main-slider button:first-of-type {
    left: -15px;
  }
  .main-slider button:last-of-type {
    right: -15px;
  }
}
.main-slider button svg {
  width: 16px;
  height: 16px;
}
.main-slider__slider {
  overflow: hidden;
  border-radius: 1rem;
}
.main-slider__slider .swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
}
.main-slider__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.main-slider__bullets {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  z-index: 49;
}
.main-slider__bullets span {
  background: #fff;
  min-width: 4px;
  width: 100%;
  max-width: 40px;
  border-radius: 4px;
  height: 4px;
}

.stories-card{
  display: flex !important;
  cursor: pointer !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  height: 160px;
  width: 120px;
  flex-shrink: 0;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.stories-card:hover .stories-card__avatar{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: transparent;
}
.stories-card__avatar{
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 9999px;
  padding: 3px;
  border-width: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.stories-card--blue .stories-card__avatar{
  --tw-border-opacity: 1;
  border-color: rgb(15 125 197 / var(--tw-border-opacity, 1));
}
.stories-card--orange .stories-card__avatar{
  --tw-border-opacity: 1;
  border-color: rgb(237 117 35 / var(--tw-border-opacity, 1));
}
.stories-card--red .stories-card__avatar{
  --tw-border-opacity: 1;
  border-color: rgb(222 62 48 / var(--tw-border-opacity, 1));
}
.stories-card--yellow .stories-card__avatar{
  --tw-border-opacity: 1;
  border-color: rgb(254 203 47 / var(--tw-border-opacity, 1));
}
.stories-card--purple .stories-card__avatar{
  --tw-border-opacity: 1;
  border-color: rgb(148 76 192 / var(--tw-border-opacity, 1));
}
.stories-card__image{
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories-card__title{
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sales-card{
  display: flex;
  min-width: 250px;
  max-width: 330px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  max-height: 313px;
}
.sales-card:hover {
  box-shadow: 0px 15px 30px 0px hsla(0, 0%, 0%, 0.1);
}
.sales-card:hover__image {
  scale: 1.05;
}
.sales-card__image-container{
  position: relative;
  height: 210px;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.sales-card__timer{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: flex;
  gap: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.sales-card__timer-item{
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.sales-card__timer-value{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 20.16px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.sales-card__timer-label{
  font-size: 12px;
  font-weight: 400;
  line-height: 15.12px;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.sales-card__timer-separator{
  z-index: 30;
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 20.16px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.sales-card__image{
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 10;
  max-height: 210px;
  max-width: 330px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.sales-card__content{
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.sales-card__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sales-card__info{
  display: flex;
  justify-content: space-between;
}
.sales-card__date{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.sales-card__date-icon{
  height: 17px;
  width: 16px;
}
.sales-card__date-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.sales-card__badge{
  text-wrap: nowrap;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.12px;
}

.promo {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .promo:hover {
    box-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}
@media (max-width: 768px) {
  .promo {
    margin-top: 0;
  }
}
.promo img {
  width: 100%;
  height: auto;
}

.popular-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.popular-card__image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.popular-card:hover .popular-card__image-wrapper, .popular-card:focus .popular-card__image-wrapper {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.popular-card--large {
  min-height: 280px;
  padding: 0;
  border-radius: 1rem;
  width: 100%;
  flex: none;
}
@media screen and (min-width: 768px) {
  .popular-card--large {
    padding: 1.625rem 1rem;
  }
}
.popular-card--large .popular-card__image-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.popular-card--large .popular-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular-card--small {
  min-height: 140px;
  gap: 0.5rem;
  flex: 1 0;
}
.popular-card--small .popular-card__image {
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular-card__content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .popular-card__content {
    gap: 0.2rem;
  }
}
.popular-card__title {
  color: #332C00;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  white-space: nowrap;
}
.popular-card__count {
  color: #707A87;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
}

.partner-card{
  display: flex;
  height: 150px;
  width: 190px;
  align-items: center;
  justify-content: center;
}

@media not all and (min-width: 1050px){
  .partner-card{
    height: 100px;
    width: 150px;
  }
}

.partner-card {
  background: #fff;
}
.partner-card__image{
  max-height: 150px;
  max-width: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media not all and (min-width: 1050px){
  .partner-card__image{
    max-height: 100px;
    max-width: 150px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}
.breadcrumbs-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.025rem;
  color: #707A87;
  flex-shrink: 0;
}
.breadcrumbs-item:not(:last-child)::after {
  content: "/";
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  color: #707A87;
  flex-shrink: 0;
  display: inline-flex;
  text-decoration: none;
}
.breadcrumbs-item:hover, .breadcrumbs-item:focus {
  text-decoration: underline;
  color: #333333;
}

body.catalog-opened {
  overflow: hidden;
}
@media (max-width: 768px) {
  body.catalog-opened {
    overflow: auto;
  }
}
body.catalog-opened .catalog-menu {
  display: flex;
}
body.catalog-opened .header__close-btn {
  display: flex;
}
body.catalog-opened .header__search-btn {
  display: none;
}
body.catalog-opened .header__burger-btn {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
body.catalog-opened header::after {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background: rgba(0, 12, 35, 0.3);
  z-index: 99;
}
@media (max-width: 768px) {
  body.catalog-opened header::after {
    display: none;
  }
}
body.catalog-opened .header__catalog-btn .btn__right-icon {
  transform: rotate(180deg);
}
body.catalog-opened .header__logo,
body.catalog-opened .header__user-links,
body.catalog-opened .header__top,
body.catalog-opened .header__nav {
  position: relative;
  z-index: -5;
  pointer-events: none;
}
@media (max-width: 768px) {
  body.catalog-opened .header__logo,
  body.catalog-opened .header__user-links,
  body.catalog-opened .header__top,
  body.catalog-opened .header__nav {
    z-index: 0;
    pointer-events: all;
  }
  body.catalog-opened .header__user-links {
    position: fixed;
  }
}

.catalog-menu {
  position: fixed;
  left: 50%;
  max-height: 85vh;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: calc(100% - 2rem);
  width: 100%;
  padding: 1.5rem;
  z-index: 1000;
  display: none;
}
@media (min-width: 1440px) {
  .catalog-menu .modal {
    max-width: 1440px;
  }
}
@media (min-width: 1200px) {
  .catalog-menu {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .catalog-menu {
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
  }
}
.catalog-menu::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  left: 19rem;
}
.catalog-menu__wrapper {
  display: flex;
  height: 100%;
  max-height: 100%;
}
.catalog-menu__tabs {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.catalog-menu__tabs-column {
  width: 25%;
  min-width: 310px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  padding-right: 1rem;
}
.catalog-menu__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
.catalog-menu__categories {
  -moz-column-count: 2;
       column-count: 2;
  gap: 1rem;
}
.catalog-menu__categories .category-card {
  margin-bottom: 1rem;
}
.catalog-menu__categories .category-card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .catalog-menu__categories {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.catalog-menu__promo {
  --max-width: 323px;
  max-width: var(--max-width);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .catalog-menu__promo {
    --max-width: 270px;
  }
}
.catalog-menu__content-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}
.catalog-menu__content-column::-webkit-scrollbar {
  width: 0;
}
.catalog-menu__content-column h2 {
  font-weight: 600;
  white-space: nowrap;
  font-size: 140%;
  letter-spacing: -0.01em;
  color: #000F17;
}
.catalog-menu__show-more {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: auto;
}
.catalog-menu__show-more-btn {
  display: flex;
  padding: 0.5rem 1rem;
  height: 50px;
  border-radius: 2rem;
  background: #F1F2F3;
  align-items: center;
  justify-content: center;
}
.catalog-menu__show-more-text {
  background: linear-gradient(90deg, #5d0096, #bb0f33);
  -webkit-background-clip: text;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
.catalog-menu__back {
  width: 16px;
  height: 16px;
  display: none;
}

@media (max-width: 768px) {
  .catalog-menu {
    max-width: none;
    max-height: none;
    width: 100vw;
    top: 0;
    left: 0;
    transform: none;
    padding: 80px 0 60px 0;
    z-index: 50;
  }
  .catalog-menu::before {
    display: none;
  }
  .catalog-menu__wrapper {
    width: 100%;
  }
  .catalog-menu__tabs-column {
    width: 100%;
    padding: 0;
  }
  .catalog-menu__content-column {
    padding: 0;
    width: 100%;
    gap: 0;
  }
  .catalog-menu__show-more, .catalog-menu__promo {
    display: none;
  }
  .catalog-menu h2 {
    padding: 1rem;
    display: flex;
    gap: 1rem;
    border-bottom: solid 1px #D8E8F3;
    word-wrap: normal;
    text-wrap: wrap;
  }
  .catalog-menu h2 span {
    width: 100%;
  }
  .catalog-menu__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .catalog-menu__categories {
    -moz-column-count: 1;
         column-count: 1;
  }
  .catalog-menu__categories .category-card {
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0 !important;
    height: -moz-fit-content;
    height: fit-content;
  }
  .catalog-menu__categories .category-card__heading {
    padding: 1rem;
    border-bottom: solid 1px #D8E8F3;
    font-weight: 600;
  }
  .catalog-menu__categories .category-card__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: transparent;
  }
  .catalog-menu__categories .category-card__list a {
    padding: 1rem;
    border-bottom: solid 1px #D8E8F3;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .catalog-menu__categories .category-card__heading {
    font-size: 1.125rem;
  }
  .catalog-menu__back {
    display: flex;
    align-self: center;
  }
}
body:has(.header--fixed) .catalog-menu::before {
  left: 8rem;
}

.category-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  gap: 1rem;
  width: 100%;
  background: #F1F2F3;
}
.category-card:hover, .category-card:focus {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  transform: scale(1.02);
}
@media screen and (max-width: 660px) {
  .category-card {
    min-height: 104px;
    padding: 1rem;
  }
  .category-card--hidden {
    display: none;
  }
}
.category-card--blue-violet {
  background: linear-gradient(90deg, rgba(175, 218, 255, 0.6), rgba(231, 191, 255, 0.6));
}
.category-card--red-orange {
  background: linear-gradient(90deg, rgb(251, 232, 235), rgb(254, 243, 233));
}
.category-card--violet-red {
  background: linear-gradient(90deg, rgb(239, 230, 244), rgb(248, 231, 235));
}
.category-card--orange-yellow {
  background: linear-gradient(90deg, rgb(255, 222, 0), rgb(237, 117, 35));
}
.category-card--yellow-green {
  background: linear-gradient(90deg, rgb(255, 222, 0), rgb(122, 203, 55));
}
.category-card__heading {
  position: relative;
  color: rgb(0, 15, 23);
  line-height: 120%;
  font-weight: 600;
  font-size: 1.125rem;
  width: -moz-fit-content;
  width: fit-content;
}
.category-card__heading:hover, .category-card__heading:focus {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .category-card__heading {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .category-card__heading {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 400px) {
  .category-card__heading {
    font-size: 0.75rem;
  }
}
.category-card__arrow {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  display: none;
}
@media (max-width: 768px) {
  .category-card__arrow {
    display: flex;
  }
}
.category-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.category-card__list-item {
  list-style: none;
}
.category-card__link {
  font-size: 14px;
  line-height: 100%;
  color: rgb(0, 15, 23);
}
.category-card__link:hover {
  text-decoration: underline;
}
.category-card .show-more-btn {
  font-size: 14px;
  line-height: 100%;
  color: rgb(0, 15, 23);
}
@media screen and (max-width: 660px) {
  .category-card .show-more-btn {
    display: none;
  }
}
.category-card__img {
  position: absolute;
  bottom: 10px;
  right: -2px;
}
.category-card__img img {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  height: auto;
}
@media screen and (max-width: 660px) {
  .category-card__img {
    display: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}

.catalog-menu-tab {
  display: grid;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  grid-template-columns: auto 1fr auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .catalog-menu-tab {
    padding: 0.5rem;
    gap: 0.5rem;
  }
}
.catalog-menu-tab svg, .catalog-menu-tab img {
  width: var(--icon-size);
  height: var(--icon-size);
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  max-width: var(--icon-size);
  max-height: var(--icon-size);
}
.catalog-menu-tab__icon {
  --icon-size: 40px;
}
@media screen and (max-width: 1200px) {
  .catalog-menu-tab__icon {
    --icon-size: 30px;
  }
}
.catalog-menu-tab__arrow {
  --icon-size: 20px;
}
@media screen and (max-width: 1200px) {
  .catalog-menu-tab__arrow {
    --icon-size: 18px;
  }
}
.catalog-menu-tab__name {
  width: 100%;
}
@media (max-width: 768px) {
  .catalog-menu-tab {
    grid-template-columns: 1fr auto;
    padding: 1rem;
    border-bottom: solid 1px #D8E8F3;
    border-radius: 0;
  }
  .catalog-menu-tab__icon {
    display: none;
  }
}

.search-suggestions{
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  margin-top: 0.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
  display: none;
}
.search-suggestions__item{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  overflow: hidden;
}
.search-suggestions__item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 249 / var(--tw-bg-opacity, 1));
}
div:has(input[type=search]:not(:-moz-placeholder)) .search-suggestions {
  display: flex;
  flex-direction: column;
}
div:has(input[type=search]:not(:placeholder-shown)) .search-suggestions {
  display: flex;
  flex-direction: column;
}

.navbar-dropdowns{
  display: flex;
  flex-direction: column;
}
.navbar-dropdown{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.filter-checkboxes{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem;
}
.filter-checkboxes-wrap{
  display: flex;
  max-height: 500px;
  flex-direction: column;
  gap: 1rem;
  overflow: auto;
}
.filter-checkboxes-item{
  display: flex;
  align-items: center;
}
.filter-checkboxes-label{
  display: flex;
  cursor: pointer;
  align-items: center;
}
.filter-checkboxes-label .filter-checkbox-input:checked {
  border-color: #a8a8a8;
}
.filter-checkboxes-label .filter-checkbox-input:checked + .filter-checkbox-icon {
  opacity: 1;
}
.filter-title{
  font-weight: 600;
  line-height: 22.68px;
}
.filter-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 48px;
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter-input:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(137 138 139 / var(--tw-border-opacity, 1));
}
.filter-input:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(137 138 139 / var(--tw-border-opacity, 1));
}
.filter-checkbox{
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .filter-checkbox{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .filter-checkbox{
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
}
.filter-checkbox-input{
  display: none;
}
.category-list__item.filter-checkbox-input {
  display: none;
}
.category__show-more .show-more-btn.filter-checkbox-input {
  display: none;
}
.filter-checkbox-icon {
  --size: 10px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  --tw-text-opacity: 1;
  color: rgb(237 117 35 / var(--tw-text-opacity, 1));
  opacity: 0;
}
.filter-checkbox-product{
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-checkbox-count{
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(169 175 183 / var(--tw-text-opacity, 1));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-checkbox-gradient {
  display: none;
  pointer-events: none;
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 80px;
  width: 70%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.filter-colors{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem;
}
.filter-colors-wrap{
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
.filter-color-item {
  --size: 42px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease-in;
}
.filter-color-item:hover {
  transform: scale(1.1);
}
.filter-color-item.color--yellow {
  background-color: #FFDE00;
  border-color: #F1F2F3;
}
.filter-color-item.color--yellow:hover {
  border-color: #FFDE00;
  box-shadow: 0px 0px 12px rgba(255, 222, 0, 0.4);
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.filter-color-item.color--orange {
  background-color: #ED7523;
  border-color: transparent;
}
.filter-color-item.color--orange:hover {
  border-color: #ED7523;
  box-shadow: 0px 0px 12px rgba(237, 117, 35, 0.4);
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.filter-color-item.color--blue {
  background-color: #0099E2;
  border-color: transparent;
}
.filter-color-item.color--blue:hover {
  border-color: #0099E2;
  box-shadow: 0px 0px 12px rgba(0, 153, 226, 0.4);
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.filter-color-item.color--gray {
  background-color: #C6CACF;
  border-color: #F1F2F3;
}
.filter-color-item.color--gray:hover {
  border-color: #C6CACF;
  box-shadow: 0px 0px 12px rgba(198, 202, 207, 0.4);
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.filter-color-item.color--black {
  background-color: #000F17;
  border-color: transparent;
}
.filter-color-item.color--black:hover {
  border-color: #000F17;
  box-shadow: 0px 0px 12px rgba(0, 15, 23, 0.4);
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.filter-color-item.color--white {
  background-color: #FFFFFF;
  border-color: #F1F2F3;
}
.filter-color-item.color--white:hover {
  border-color: #C6CACF;
  box-shadow: 0px 0px 12px rgba(198, 202, 207, 0.4);
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.filter-color-item:focus-visible, .filter-color-item:checked {
  border-color: rgb(0, 153, 226);
}
.filter-color-item:focus-visible.color--blue, .filter-color-item:checked.color--blue {
  border-color: rgb(0, 0, 0);
}
@media screen and (max-width: 1050px) {
  .filter-color-item:hover {
    border-color: inherit !important;
    box-shadow: none !important;
    transform: none !important;
  }
}
.filter-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22.68px;
}

.filter-checked{
  display: flex;
  gap: 10px;
  overflow: auto;
  scrollbar-width: 4px;
}
.filter-checked::-webkit-scrollbar, .filter-checked::-webkit-scrollbar-thumb {
  display: none;
  width: 0;
}
.filter-tag{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 252 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 7px;
  padding-bottom: 7px;
}
.filter-tag-text {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.filter-remove-btn{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.filter-remove-btn:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.filters__mobile{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.filters__mobile-header {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.filters__mobile-header p{
  font-size: 30px;
  font-weight: 600;
  line-height: 37.8px;
}
.filters__mobile-header .filters__mobile--close{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.filter-list--mobile {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1480px) {
  .filter-list--mobile {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1050px) {
  .filter-list--mobile {
    flex-direction: column;
  }
}
.filter-list--mobile.is-mobile {
  position: fixed;
  inset: 0;
  padding: 1rem;
  background: #ffffff;
  overflow: hidden auto;
  z-index: 9999;
}
.filter-list--mobile.is-mobile .filters__mobile-header {
  display: flex;
}
@media screen and (max-width: 1050px) {
  .filter-list--mobile.is-desktop {
    display: flex;
  }
}
.filter-list .filters__mobile-header {
  display: flex;
}
@media screen and (min-width: 1050px) {
  .filter-list .filters__mobile-header {
    display: none;
  }
}
.filter-list__drops{
  display: flex;
  width: 100%;
  gap: 1rem;
}
@media screen and (max-width: 1050px) {
  .filter-list__drops{
    flex-direction: column;
  }
}
.filter-list__actions{
  display: flex;
  max-width: 100%;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
.filter-list__item {
  --filter-dropddown-item-width: 100%;
  position: relative;
  width: var(--filter-dropddown-item-width);
  max-width: var(--filter-dropddown-item-width);
  display: inline-block;
}
@media screen and (min-width: 1480px) {
  .filter-list__item {
    --filter-dropddown-item-width: 229px;
    min-width: var(--filter-dropddown-item-width);
  }
}
.filter-list__item-btn {
  min-height: 48px;
  padding: 0.6rem 1rem;
  border: 1px solid transparent;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  position: relative;
}
@media screen and (max-width: 768px) {
  .sort .filter-list__item-btn {
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .sort .filter-list__item-btn {
    width: 100%;
    order: 1;
  }
}
.shops__wrap .filter-list__item-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.filter-list__item-btn:focus-within{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.filter-list__item-btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter-list__item-btn:focus-visible{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.filter-list__item-btn > span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
}
.filter-list__item-btn > svg {
  transition: all 0.3s ease-in-out;
}
.filter-list__item-dropdown {
  width: 100%;
  position: absolute;
  z-index: 10;
  margin-top: 0px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter-list__item-option{
  cursor: pointer;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.filter-list__item-option:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.filter-list__item .dropdown-btn {
  background-color: rgb(241, 242, 243);
  border-color: transparent;
}
.filter-list__item .dropdown-btn:focus-within {
  border-color: rgb(198, 202, 207);
  background-color: #ffffff;
}
.filter-list__search {
  min-width: 200px;
  min-height: 48px;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.filter-list__search:focus-within{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.filter-list__search:focus-visible{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media screen and (min-width: 660px) {
  .filter-list__search {
    min-width: 260px;
  }
}
.filter-list__search-input{
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.filter-list__search-input::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.filter-list__search-input::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.filter-list__search-input:focus{
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.filter-list__search-btn{
  cursor: pointer;
}
.filter-list__show-result {
  --primary-radius: 30px;
  min-width: 98px;
  justify-content: center;
  font-size: 14px;
}
.filter-list-content{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 0.5rem;
}
.filter-list__date{
  position: relative;
  min-width: 50%;
}
.filter-list__date-btn{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.filter-list__date-btn:focus-within{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.filter-list__date-btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter-list__date-btn:focus-visible{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.filter-list__datetext{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
}
.filter_mobile--search{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
}
@media screen and (min-width: 1050px) {
  .filter_mobile--search {
    display: none;
  }
}

.filters {
  width: var(--filter-width);
  min-width: var(--filter-width);
  max-width: var(--filter-width);
  display: none;
  flex-direction: column;
  gap: 1rem;
}
.filters-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.filters.is-desktop {
  --filter-width: 310px;
}
.filters.is-mobile {
  --filter-width: 100%;
  position: fixed;
  inset: 0;
  padding: 1rem;
  background: #ffffff;
  overflow: hidden auto;
  z-index: 9999;
}
.filters.is-mobile .filters__mobile-header {
  display: flex;
}
.filters.is-mobile .navbar-dropdowns {
  display: none;
}
.filters .filters__mobile-header {
  display: flex;
}
@media screen and (min-width: 1050px) {
  .filters {
    display: flex;
  }
  .filters .filters__mobile-header {
    display: none;
  }
}
@media screen and (max-width: 1049.98px) {
  .filters .navbar-dropdowns {
    display: none;
  }
}

.filter-btns {
  --mw: 100%;
  max-width: var(--mw);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  padding-top: 2rem;
}
@media (min-width: 660px) {
  .filter-btns {
    --mw: 310px;
  }
}
.filter-btn__apply {
  --primary-radius: 30px;
  --filter-btn-min-height: 48px;
  width: 100%;
  min-height: var(--filter-btn-min-height);
  text-align: center;
  justify-content: center;
}
.filter-btn__reset {
  background: linear-gradient(90deg, #5d0096, #bb0f33);
  cursor: pointer;
  -webkit-background-clip: text;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}

.price-range{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem;
}
.price-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22.68px;
}
.price-inputs{
  display: flex;
  height: 48px;
  gap: 0.5rem;
}
.price__input-container{
  position: relative;
  width: 50%;
}
.price__input-container span{
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(198 202 207 / var(--tw-text-opacity, 1));
}
.price__input-container span:nth-of-type(1){
  left: 1rem;
}
.price__input-container span:nth-of-type(2){
  right: 1rem;
}
.price-input{
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.price-input:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(137 138 139 / var(--tw-border-opacity, 1));
}
.price-input:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(137 138 139 / var(--tw-border-opacity, 1));
}
.price-label{
  position: absolute;
  left: 1rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(198 202 207 / var(--tw-text-opacity, 1));
}
.price-label.min-label, .price-label.max-label{
  --tw-text-opacity: 1;
  color: rgb(198 202 207 / var(--tw-text-opacity, 1));
}
.price-currency{
  position: absolute;
  right: 1rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(198 202 207 / var(--tw-text-opacity, 1));
}
.price-slider{
  position: relative;
  margin-top: 1rem;
  height: 3px;
  width: 100%;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.price-slider .min-range, .price-slider .max-range{
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.price-slider .min-thumb, .price-slider .max-thumb {
  top: 50%;
  position: absolute;
  height: 20px;
  width: 20px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.price-slider .min-thumb {
  left: 0%;
}
.price-slider .max-thumb {
  left: 100%;
}

.range-bar {
  left: 0%;
  right: 0%;
  position: absolute;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 35 / var(--tw-bg-opacity, 1));
}
.range-thumb{
  position: absolute;
  height: 20px;
  width: 20px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.range-thumb.min-thumb, .range-thumb.max-thumb{
  height: 20px;
  width: 20px;
}

.avaibility{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
}
.avaibility-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22.68px;
}
.avaibility-toggle {
  --toggle-width: 50px;
  --toggle-height: 24px;
  width: var(--toggle-width);
  height: var(--toggle-height);
  min-width: var(--toggle-width);
  min-height: var(--toggle-height);
  max-width: var(--toggle-width);
  max-height: var(--toggle-height);
  position: relative;
  display: flex;
  cursor: pointer;
}
.avaibility-toggle-input{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.avaibility-toggle-input:checked ~ .avaibility-toggle-background {
  background-color: rgb(249, 115, 22);
}
.avaibility-toggle-input:checked + .avaibility-toggle-background + .avaibility-toggle-thumb {
  transform: translate(28px, -50%);
}
.avaibility-toggle-background {
  width: var(--toggle-width);
  height: var(--toggle-height);
  min-width: var(--toggle-width);
  min-height: var(--toggle-height);
  max-width: var(--toggle-width);
  max-height: var(--toggle-height);
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.avaibility-toggle-thumb {
  --circle-size-thumb: 20px;
  top: 50%;
  left: 0;
  transform: translate(2px, -50%);
  height: var(--circle-size-thumb);
  width: var(--circle-size-thumb);
  max-width: var(--circle-size-thumb);
  min-width: var(--circle-size-thumb);
  max-height: var(--circle-size-thumb);
  min-height: var(--circle-size-thumb);
  position: absolute;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.product-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  height: auto;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.product-card--gray {
  background-color: #F1F2F3;
}
.product-card--gray:hover {
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.04);
}
.product-card:hover .product-card__action-btn {
  display: flex;
}
.product-card:hover .product-card__action-btn:hover svg {
  fill: white;
}
.product-card:hover .product-card__cart-btn {
  display: flex;
}
.product-card:hover .product-card__cart-btn:hover svg {
  stroke: white;
}
.product-card__top-actions {
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.product-card__quick-actions {
  display: flex;
  gap: 0.5rem;
}
.product-card__action-btn {
  display: flex;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background-color: #FEF2E6;
  transition: background-color 300ms;
  padding: 5px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .product-card__action-btn {
    display: none;
  }
}
.product-card__action-btn:hover {
  background-color: #ED7523;
}
.product-card__action-btn:hover svg {
  fill: white;
}
.product-card__action-btn--compare svg, .product-card__action-btn--favorite svg {
  fill: #ED7523;
  transition: fill 300ms;
}
.product-card__action-btn.is-comparison, .product-card__action-btn.is-followed {
  display: flex;
  background-color: #ED7523;
  color: #FEF2E6;
}
.product-card__action-btn.is-comparison svg, .product-card__action-btn.is-followed svg {
  fill: #ffffff;
}
.product-card__action-icon {
  width: 20px;
  height: 20px;
}
.product-card__bonus-badge {
  background-color: #FEF2E6;
  padding: 0.125rem 0.25rem;
  height: 30px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.product-card__bonus-text {
  color: #ED7523;
}
.product-card__bonus-icon {
  width: 12px;
  height: 12px;
}
.product-card__image-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product-card__image {
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-in;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (min-width: 1024px) {
  .product-card:hover .product-card__image {
    transform: scale(1.25);
  }
}
.product-card__image-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 320px;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.product-card__badges {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 10;
}
.product-card__badge {
  opacity: 60%;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  border-radius: 1rem;
  padding: 0.125rem 0.25rem;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .product-card:hover .product-card__badge {
    opacity: 100%;
  }
}
.product-card__badge--new {
  background: linear-gradient(to right, #D21937, #F58621);
}
.product-card__badge--hit {
  background: linear-gradient(to right, #0783DB, #67028C);
}
.product-card__badge--sale {
  background: linear-gradient(to right, #5E018F, #B70E2F);
}
.product-card__cart-btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: var(--product-card-btn-x);
  height: var(--product-card-btn-y);
  min-width: var(--product-card-btn-x);
  min-height: var(--product-card-btn-y);
  max-width: var(--product-card-btn-x);
  max-height: var(--product-card-btn-y);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: #FEF2E6;
  transition: background-color 300ms;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-card__cart-btn.in-cart {
  display: flex;
  background-color: #ED7523;
  color: #FEF2E6;
}
.product-card__cart-btn.in-cart svg {
  stroke: #ffffff;
}
.product-card__cart-btn--in-stock {
  --product-card-btn-x: 48px;
  --product-card-btn-y: 48px;
  border-radius: 50%;
}
.product-card__cart-btn--out-stock {
  --product-card-btn-x: 100px;
  --product-card-btn-y: 44px;
  color: #ED7523;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  border-radius: 30px;
}
.product-card__cart-btn:hover {
  background-color: #ED7523;
  color: #FEF2E6;
}
.product-card__cart-btn:hover svg {
  stroke: white;
}
@media (min-width: 1024px) {
  .product-card__cart-btn {
    display: none;
  }
  .product-card:hover .product-card__cart-btn {
    display: flex;
  }
}
.product-card__cart-icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #ED7523;
  transition: stroke 300ms;
}
.product-card__content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  gap: 0.5rem;
}
.product-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-card__code {
  color: #A9AFB7;
  font-size: 0.75rem;
  line-height: 1.26;
  font-weight: 400;
}
.product-card__pricing {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-card__price {
  font-size: 1.4rem;
  color: #000F17;
  font-weight: 600;
  line-height: 1.19;
  white-space: nowrap;
}
.product-card__old-price {
  text-decoration: line-through;
  color: #A9AFB7;
  font-size: 0.875rem;
  line-height: 1.26;
  font-weight: 400;
}
.product-card__discount {
  color: #BB0F33;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.26;
}
.product-card__title {
  color: #000F17;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-card__title:hover {
  text-decoration: underline;
}
.product-card__title--isMobile {
  display: none;
}
.product-card__details {
  display: none;
}

.product_card-big{
  display: flex;
  width: 100%;
  gap: 0.25rem;
}
@media screen and (max-width: 1050px) {
  .product_card-big {
    flex-direction: column;
  }
}
.product_card-img_wrap{
  position: relative;
  display: flex;
  height: 230px;
  min-width: 200px;
  flex-direction: column;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.product_card-img{
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
}
.product_card-img_link{
  position: absolute;
  inset: 0px;
  z-index: 2;
}
.product_card-img img{
  pointer-events: none;
  position: absolute;
  top: 27px;
  z-index: 5;
  height: auto;
  width: 176px;
}
.product_card-info{
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1rem;
}
@media screen and (max-width: 1050px) {
  .product_card-info{
    width: 100%;
  }
}
.product_card-info_list{
  font-size: 12px;
  font-weight: 400;
  line-height: 15.12px;
}
.product_card-info_item{
  display: flex;
  width: 100%;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}
.product_card-info_item:nth-of-type(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.product_card-info_item:nth-of-type(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.product_card-info_item p{
  width: 50%;
}
.product_card-link{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 17.64px;
}
.product_card-link:hover{
  text-decoration-line: underline;
}
.product_card-buy{
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
}
@media screen and (max-width: 1050px) {
  .product_card-buy{
    justify-content: space-between;
  }
}
.product_card-buy_btn {
  --size: 48px;
  --product-buy-pading: 12px;
  width: var(--size);
  max-width: var(--size);
  min-width: var(--size);
  height: var(--size);
  max-height: var(--size);
  min-height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 230 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.product_card-buy_btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 35 / var(--tw-bg-opacity, 1));
}
.product_card-buy_btn svg {
  --size: 1.5rem;
  stroke: #ED7523;
}
.product_card-buy_btn:hover svg, .product_card-buy_btn:focus svg {
  stroke: #fff;
}
.product_card-price{
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1050px) {
  .product_card-price{
    gap: 0.75rem;
  }
}
.product_card-price_wrap{
  display: flex;
  gap: 0.5rem;
}
.product_card-price_wrap p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 17.64px;
}
.product_card-price_old{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(169 175 183 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}
.product_card-price_dicsount{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(187 15 51 / var(--tw-text-opacity, 1));
}
.product_card-price_current{
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 22.68px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
  white-space: nowrap;
}
@media screen and (max-width: 1050px) {
  .product_card-price_current{
    margin-top: 0px;
    margin-right: 0px;
    order: -1;
  }
}

.products-container {
  gap: 2rem;
}
@media screen and (min-width: 660px) {
  .products-container {
    gap: 1rem;
  }
}
.products-container .product-card--tile-view:hover, .products-container .product-card--tile-view:focus {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-drop-shadow);
}
@media screen and (max-width: 660px) {
  .products-container .product-card--tile-view {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-drop-shadow);
  }
}

.pagination {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 767.98px) {
  .pagination {
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0;
  }
}
.pagination-btns {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .pagination-btns {
    width: 100%;
  }
}
.pagination-btn {
  width: 2.5rem;
  height: 3rem;
  flex: 0 0 2.5rem;
  padding: 1rem 0.6rem;
  border-width: 1px;
  border-radius: 8px;
  border-color: rgb(241, 242, 243);
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.pagination-btn:hover {
  background-color: rgb(230, 245, 252);
}
.pagination-btn--num {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
}
.pagination-btn--num.active-btn {
  background-color: #ccebf9;
  border: none;
  font-weight: 600;
}
.pagination-btn--prev, .pagination-btn--many {
  opacity: 0.5;
  pointer-events: none;
}
.pagination-btn--end svg, .pagination-btn--next svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .pagination-btn {
    width: 2rem;
    height: 2.3rem;
    flex: 0 0 2rem;
    padding: 0.5rem;
    font-size: 0.75rem;
  }
}
.pagination-pages {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
}

.dropdown{
  position: relative;
}
.dropdown--static-height.is-open .dropdown-content {
  --max-height-dropdown-open: 250px;
  max-height: var(--max-height-dropdown-open);
  overflow-y: auto;
}
.dropdown-header{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem;
}
.dropdown-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22.68px;
}
.dropdown-icon{
  height: 1rem;
  width: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.dropdown-content{
  max-height: 0px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  margin-bottom: 0.75rem;
}
.dropdown-content__item {
  --margin: 0.89rem;
  margin-top: var(--margin);
  margin-bottom: var(--margin);
  margin-left: 1rem;
  width: 100%;
}
.dropdown-content__item.mark--checked .dropdown-content__link {
  text-decoration: underline;
  pointer-events: none;
  cursor: default;
}
.dropdown-content__link {
  cursor: pointer;
}
.dropdown-content__link:hover, .dropdown-content__link:focus {
  text-decoration: underline;
}
.dropdown-btn {
  --dropdown-btn-min-width: 170px;
  min-width: var(--dropdown-btn-min-width);
  min-height: 48px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.dropdown-btn:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(137 138 139 / var(--tw-border-opacity, 1));
}
.dropdown-btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown-btn:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(137 138 139 / var(--tw-border-opacity, 1));
}
.dropdown-btn {
  padding: 10px 16px;
}
.dropdown-selected{
  margin-right: 14px;
}
.dropdown-arrow{
  height: 1rem;
  width: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  cursor: pointer;
}
.dropdown-menu {
  --dropdown-menu-max-height: 0;
  max-height: var(--dropdown-menu-max-height);
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 49;
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: all 0.3s ease-in-out;
}
.dropdown-menu--open {
  opacity: 1;
  --dropdown-menu-max-height: 250px;
}
.dropdown-item{
  cursor: pointer;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dropdown-item:hover{
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246, var(--tw-bg-opacity, 1));
}
.dropdown-item--selected {
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246, var(--tw-bg-opacity, 1));
}
.dropdown-input__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.dropdown-input {
  --form-input-height: 48px;
  min-height: var(--form-input-height);
  max-height: var(--form-input-height);
  width: 100%;
  resize: none;
  overflow-y: auto;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241, 242, 243, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241, 242, 243, var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
}
.dropdown-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(198, 202, 207, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dropdown-month{
  display: flex;
  align-items: center;
}
.dropdown-month .dropdown-label {
  margin-right: 17px;
}
.dropdown-year{
  display: flex;
  align-items: center;
}
.dropdown-year .dropdown-label {
  margin-right: 5px;
}
.dropdown-days {
  padding: 7px 7px 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
}
.dropdown-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.dropdown-arrow__wrap{
  margin-bottom: 0.375rem;
  display: flex;
  height: 1rem;
  width: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dropdown-arrow--next svg {
  transform: rotate(180deg);
}
.dropdown-next-month{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 0.5rem;
}
.dropdown-next-month-title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.dropdown-next-month-week{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
}
.dropdown-today__wrap{
  margin-top: 0.5rem;
  padding: 0.5rem;
}
.dropdown-today__btn{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 7px;
  padding-bottom: 7px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.dropdown-today__btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}

.date--picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  padding: 20px 13.5px 8px;
  --tw-border-opacity: 1;
  border-color: rgb(198, 202, 207, var(--tw-border-opacity, 1));
}

.pagination-pages {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 110%;
}
.pagination-pages__dropdown {
  position: relative;
}
.pagination-pages__btn {
  width: 100%;
  min-width: 67px;
  padding: 1rem;
  border-width: 1px;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  border-color: rgb(198, 202, 207);
  outline: none;
  transition: all 0.3s ease;
}
.pagination-pages__btn:focus-within {
  border-color: rgb(137, 138, 139);
}
.pagination-pages__btn:focus-visible {
  border-color: rgb(137, 138, 139);
}
.pagination-pages__btn:focus {
  border-color: rgb(137, 138, 139);
}
.pagination-pages__btn-icon {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .pagination-pages__btn {
    padding: 0.5rem;
    border-radius: 0.7rem;
  }
}
.pagination-pages--selected {
  margin-right: 14px;
}
.pagination-pages__hidden {
  position: absolute;
  width: 100%;
  margin-top: 0.5rem;
  border-width: 1px;
  border-color: rgb(229, 231, 235);
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  z-index: 49;
}
.pagination-pages__select {
  display: flex;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  text-align: center;
  cursor: pointer;
}
.pagination-pages__select:hover {
  background-color: rgb(243, 244, 246);
}

.product-description-seo{
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product-description-seo__header{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
  font-size: clamp(18px, 2vw, 30px);
  line-height: clamp(26px, 2.5vw, 37.8px);
}
.product-description-seo__text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 18px;
}
@media not all and (min-width: 768px){
  .product-description-seo__text{
    line-height: 28px;
  }
}

.quantity-calculator{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  background-color: transparent;
  width: 100%;
  justify-content: space-between;
  padding: 15px;
  background-color: #ffffff;
}
.quantity-btn {
  --size: 16px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.quantity-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.quantity-btn:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.quantity-btn {
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  max-width: var(--size);
  min-height: var(--size);
  max-height: var(--size);
}
.quantity-btn > svg {
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  max-width: var(--size);
  min-height: var(--size);
  max-height: var(--size);
}
.quantity-value {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.quantity-value__input {
  color: rgb(0, 0, 0);
  width: 25px;
  text-align: center;
}
.quantity-value__units {
  color: rgb(112, 122, 135);
}
.quantity-basket {
  --primary-min-width: auto;
  text-wrap: nowrap;
  font-weight: 600;
}
.quantity-basket.in-cart {
  background: #FEF2E6;
  color: #ED7523;
}

.calculator-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.calculator--flying_full {
  gap: 1rem;
}
.calculator--flying_full .quantity-btn {
  --size: 14px;
}
.calculator--flying_full .quantity-calculator {
  padding: 1rem;
}
@media screen and (min-width: 660px) {
  .calculator--flying_full .quantity-calculator {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.calculator--flying_full .calculator-bonus, .calculator--flying_full .calculator-price {
  display: none;
}
@media screen and (min-width: 1050px) {
  .calculator--flying_full .calculator-bonus, .calculator--flying_full .calculator-price {
    display: flex;
  }
}
.calculator--static{
  justify-content: flex-end;
}
.calculator--static .quantity-btn {
  --size: 14px;
}
.calculator-hidden {
  --fly-container-bot: 55px;
  position: fixed;
  bottom: var(--fly-container-bot);
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
  z-index: 48;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .calculator-hidden {
    --fly-container-bot: 0;
  }
}
@media screen and (min-width: 1050px) {
  .calculator-hidden {
    --fly-container-bot: unset;
    top: 0;
  }
}
.calculator-hidden__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1500px) {
  .calculator-hidden__container {
    width: 1440px;
  }
}
@media screen and (min-width: 1050px) {
  .calculator-hidden__container {
    padding: 1rem 1.5rem;
    justify-content: space-between;
  }
}
.calculator-hidden__product {
  display: none;
}
@media screen and (min-width: 1050px) {
  .calculator-hidden__product {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
.calculator-hidden__img {
  --size: 48px;
  width: var(--size);
  min-width: var(--size);
  max-width: var(--size);
  height: var(--size);
  max-height: var(--size);
  min-height: var(--size);
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}
.calculator-hidden__img > *{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.calculator-hidden__name{
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.calculator-bonus{
  display: flex;
  height: 30px;
  align-items: center;
  gap: 0.125rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 230 / var(--tw-bg-opacity, 1));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.calculator-bonus__text{
  text-wrap: nowrap;
  --tw-text-opacity: 1;
  color: rgb(237 117 35 / var(--tw-text-opacity, 1));
}
.calculator-bonus__icon{
  height: 12px;
  width: 12px;
}
.calculator-price{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.calculator-price__value-current{
  margin-right: 0.5rem;
  text-wrap: nowrap;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 22.68px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.calculator-price__value-old{
  text-wrap: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(169 175 183 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}
.calculator-price__wrap{
  display: flex;
  gap: 0.5rem;
}
.calculator-price__discount{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(187 15 51 / var(--tw-text-opacity, 1));
}

.tabs-aside {
  --tabs-min-width: 100%;
  position: relative;
  min-width: var(--tabs-min-width);
}
@media screen and (min-width: 1050px) {
  .tabs-aside {
    --tabs-min-width: 260px;
    min-width: 260px;
  }
}
.tabs-aside__nav {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  scrollbar-width: none;
  white-space: nowrap;
  overflow-x: auto;
}
@media screen and (min-width: 1050px) {
  .tabs-aside__nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tabs-aside__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.tabs-aside__item-content {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
  gap: 0.2rem;
}
.tabs-aside__link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  line-height: 25.2px;
  font-weight: 400;
  font-size: 20px;
  background-color: rgb(255, 255, 255);
  outline: none;
  transition: all 0.2s ease;
}
.tabs-aside__link svg {
  --tabs-aside-icon-size: 20px;
  width: var(--tabs-aside-icon-size);
  min-width: var(--tabs-aside-icon-size);
  max-width: var(--tabs-aside-icon-size);
  height: var(--tabs-aside-icon-size);
  min-height: var(--tabs-aside-icon-size);
  max-height: var(--tabs-aside-icon-size);
  fill: #000F17;
}
@media screen and (max-width: 1049.9px) {
  .tabs-aside__link--active {
    border-bottom-width: 3px;
    border-color: rgb(93, 0, 150);
    font-weight: 600;
  }
}
@media screen and (min-width: 1050px) {
  .tabs-aside__link {
    min-height: 48px;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    font-size: 16px;
    line-height: 105%;
    word-break: break-word;
    white-space: break-spaces;
  }
  .tabs-aside__link--subsection-active {
    background-color: rgb(230, 245, 252);
  }
  .tabs-aside__link--active {
    font-weight: 600;
    background-color: rgb(204, 235, 249);
  }
  .tabs-aside__link:hover, .tabs-aside__link:focus, .tabs-aside__link:focus-visible {
    background-color: rgb(230, 245, 252);
  }
}
.tabs-aside__count{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1050px) {
  .tabs-aside__count {
    margin-bottom: 0;
  }
}
.tabs-aside__gradient{
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 1.25rem;
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
@media screen and (min-width: 1050px) {
  .tabs-aside__gradient {
    display: none;
  }
}
.tabs-aside__gradient--left{
  left: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.tabs-aside__gradient--right{
  right: 0px;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1450px) {
  .tab-content {
    max-width: calc(100% - 277px);
  }
}
@media screen and (max-width: 1050px) {
  .tab-content {
    max-width: 100%;
  }
}
.tab-content--active {
  display: flex;
}
.tab-content--hidden {
  display: none;
}
.tab-content-wrap {
  --tw-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  border-radius: 1rem;
}
.tab-content-wrap_oveflow {
  overflow-x: auto;
  overflow-y: hidden;
}
.tab-content .page-heading {
  padding: 0;
}

.table{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  width: 100%;
  min-width: 1030px;
}
.table-full {
  --table-max-width: 100%;
  width: 100%;
  max-width: var(--table-max-width);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 1rem;
}
@media not all and (min-width: 1050px){
  .table-full{
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .table-full {
    --table-max-width: 100%;
  }
}
@media screen and (min-width: 1450px) {
  .table-full {
    --table-max-width: 1115px;
  }
}
.table-overflow {
  width: 100%;
  overflow-x: auto;
  padding: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.table-thead__date-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.table-thead__date-btn svg {
  transition: all 0.3s ease;
}
.table-thead__tr{
  text-align: left;
}
.table-thead__th{
  padding-bottom: 1rem;
  padding-right: 1rem;
  min-width: 50px;
}
.table-thead__th:first-of-type{
  padding-left: 1rem;
}
.table-tbody__tr {
  --table-tr-min-height: 74px;
  min-height: var(--table-tr-min-height);
  height: var(--table-tr-min-height);
}
.table-tbody__tr:nth-of-type(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.table-tbody__tr:nth-of-type(even) {
  background-color: #ffffff;
}
.table-tbody__td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
  min-width: 50px;
}
.table-tbody__td:first-of-type{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.table-tbody__td:last-of-type{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.table-tbody__td .order__status{
  text-wrap: nowrap;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}
.table-tbody__td .order__status--waiting{
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 207 / var(--tw-bg-opacity, 1));
}
.table-tbody__td .order__status--paid{
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 215 / var(--tw-bg-opacity, 1));
}
.table-tbody__td .order__status--semipaid {
  background-color: #cee8fe;
}
.table-tbody__td .order__status--canceled{
  --tw-bg-opacity: 1;
  background-color: rgb(247 221 227 / var(--tw-bg-opacity, 1));
}
.table-tbody__td .bonus--decrement{
  font-weight: 600;
}
.table-tbody__td .bonus--increment{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(237 117 35 / var(--tw-text-opacity, 1));
}
.table-order__num {
  text-decoration: underline;
}
.table-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media not all and (min-width: 768px){
  .table-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1050px){
  .table-grid{
    display: none;
  }
}
.table-grid .show-more-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-grid .show-more-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.table-grid .show-more-text-btn {
  --show-more-text-pos: right;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0, 73, 134, var(--tw-text-opacity, 1));
  text-align: var(--show-more-text-pos);
  text-transform: lowercase;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  cursor: pointer;
}
@media screen and (min-width: 1050px) {
  .table-grid .show-more-text-btn {
    --show-more-text-pos: left;
  }
}
.table-grid .show-more-text-btn:hover {
  text-decoration-style: solid;
}
.table-grid--order-history {
  --info-card-height: 428px;
}
@media screen and (min-width: 600px) {
  .table-grid--order-history {
    --info-card-height: 390px;
  }
}
@media screen and (min-width: 1050px) {
  .table-grid--order-history {
    --info-card-height: 412px;
  }
}
.table-grid--bonus {
  --info-card-height: 184px;
}
@media screen and (max-width: 1050px) {
  .table-grid--review .table-grid__item-row:last-of-type .table-grid__item-value {
    max-width: 490px;
  }
}
.table-grid__item {
  min-height: var(--info-card-height);
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 1rem;
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.table-grid__item-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  gap: 15px;
}
.table-grid__item-row:nth-of-type(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.table-grid__item-row:nth-of-type(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.table-grid__item-row.__order_status .order__status--waiting{
  text-wrap: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 207 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}
.table-grid__item-row.__order_status .order__status--paid{
  text-wrap: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 215 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}
.table-grid__item-row.__order_status .order__status--semipaid{
  text-wrap: nowrap;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
  background-color: #cee8fe;
}
.table-grid__item-row.__order_status .order__status--canceled{
  text-wrap: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 221 227 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}
.table-grid__item-row.__address .table-grid__item-key {
  min-width: 20%;
}
.table-grid__item-row.__address .table-grid__item-value{
  text-align: right;
}
.table-grid__item-row.__bonus--decrement .table-grid__item-value {
  font-weight: 700;
}
.table-grid__item-row.__bonus--increment .table-grid__item-value {
  font-weight: 700;
  color: #ED7523;
}
.table-grid__item-row .table-reviews__product {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.table-grid__item-row .table-reviews__product .show-more-text {
  width: calc(100% - 70px);
}
.table-grid__item-row .table-reviews__product .show-more-text-btn {
  margin-left: auto;
}
.table-grid__item-key{
  --tw-text-opacity: 1;
  color: rgb(169 175 183 / var(--tw-text-opacity, 1));
}
.table-grid__item-value{
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.table-grid__wrap{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.table-btns {
  margin-top: auto;
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
.table-btn{
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 9px;
  padding-bottom: 9px;
}
.table-btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 231 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 207 / var(--tw-bg-opacity, 1));
}
.table-btn__text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.table--bonus .table-tbody__tr {
  --table-tr-min-height: 54px;
}
.table-reviews__product {
  --review-max-width: 490px;
  max-width: var(--review-max-width);
  display: flex;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
@media screen and (min-width: 768px) {
  .table-reviews__product {
    --review-max-width: 320px;
  }
}
@media screen and (min-width: 1050px) {
  .table-reviews__product {
    --review-max-width: 420px;
  }
}
.table-reviews__product-img{
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}
.table-reviews__product-img > *{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-reviews__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .table-reviews__text {
    justify-content: flex-end;
  }
}
.table-reviews__text button {
  padding-left: 5px;
}
.table--reviews .table-thead__th {
  min-width: var(--table-reviews-row-width);
}
.table--reviews .table-thead__th:nth-of-type(2) {
  --table-reviews-row-width: 120px;
}
.table--reviews .table-thead__th:nth-of-type(3) {
  --table-reviews-row-width: 430px;
}
.table--reviews .table-thead__th:nth-of-type(4) {
  --table-reviews-row-width: 350px;
}
.table .show-more-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table .show-more-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.table .show-more-text-btn {
  --show-more-text-pos: right;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0, 73, 134, var(--tw-text-opacity, 1));
  text-align: var(--show-more-text-pos);
  text-transform: lowercase;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  cursor: pointer;
}
@media screen and (min-width: 1050px) {
  .table .show-more-text-btn {
    --show-more-text-pos: left;
  }
}
.table .show-more-text-btn:hover {
  text-decoration-style: solid;
}
.table.order-history .show-more-text {
  --width: 200px;
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
}

.review-status--pending {
  min-width: -moz-min-content;
  min-width: min-content;
  text-wrap: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 207 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}
.review-status--paid, .review-status--approved {
  min-width: -moz-min-content;
  min-width: min-content;
  text-wrap: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 215 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}
.review-status--canceled {
  min-width: -moz-min-content;
  min-width: min-content;
  text-wrap: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 221 227 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 22px;
}
.review-options__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-options__btn-icon {
  --options-icon-x: 17px;
  --options-icon-y: 16px;
  width: var(--options-icon-x);
  height: var(--options-icon-y);
  min-width: var(--options-icon-x);
  min-height: var(--options-icon-y);
  max-width: var(--options-icon-x);
  max-height: var(--options-icon-y);
}

.empty-card {
  width: 100%;
  min-height: 350px;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 50px 1rem;
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  border-radius: 1rem;
}
@media screen and (min-width: 1050px) {
  .empty-card {
    padding: 50px 1.5rem;
  }
}
.empty-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-card__icon svg {
  --empty-card-icon-size: 48px;
  width: var(--empty-card-icon-size);
  height: var(--empty-card-icon-size);
  max-width: var(--empty-card-icon-size);
  max-height: var(--empty-card-icon-size);
  min-width: var(--empty-card-icon-size);
  min-height: var(--empty-card-icon-size);
  fill: #000f17;
}
.empty-card__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.empty-card__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.empty-card__btn {
  --primary-radius: 30px;
}

.popup-attention {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgb(254, 242, 230);
}
@media screen and (min-width: 1050px) {
  .popup-attention {
    padding: 1.5rem;
  }
}
.popup-attention_text {
  color: rgb(19, 21, 26);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.popup-balance {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: rgb(255, 255, 255);
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
@media screen and (max-width: 1049.98px) {
  .popup-balance {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .popup-balance {
    padding: 1.5rem;
  }
}
.popup-balance__wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.popup-balance__text {
  font-size: 16px;
  color: rgb(45, 49, 54);
  font-weight: 600;
}
.popup-balance__bonus {
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  margin-left: auto;
  padding: 0.125rem 0.25rem;
  border-radius: 1rem;
  background-color: rgb(254, 242, 230);
}
.popup-balance__bonus-value {
  color: rgb(237, 117, 35);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.popup-balance__link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0, 73, 134, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-style: dashed;
}
.popup-balance__link:hover, .popup-balance__link:focus {
  text-decoration: underline;
}
.popup-manager {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  gap: 12px;
  margin-bottom: 59px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.popup-manager.popup-manager--show {
  opacity: 1;
  pointer-events: auto;
}
.popup-manager.popup-manager--show .manager-card {
  transform: translateY(0);
}
.popup-manager .manager-card {
  border: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(15px);
}
.popup-wrap__manager {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 1049.98px) {
  .popup-wrap__manager {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }
}
.popup-wrap__manager-text {
  color: rgb(112, 122, 135);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.popup-wrap__manager-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-underline-offset: 4px;
}

.entinity-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1050px){
  .entinity-wrap{
    padding: 1.5rem;
  }
}
.entinity-wrap__name{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entinity-wrap__name-info{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.entinity-wrap__info{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  padding: 1rem;
}
.entinity-wrap__info-subtitle{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.entinity-wrap__info-row{
  display: flex;
  gap: 1rem;
}
@media not all and (min-width: 1050px){
  .entinity-wrap__info-row{
    flex-direction: column;
  }
}
.entinity-wrap__info-col{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.entinity-wrap__info-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media not all and (min-width: 768px){
  .entinity-wrap__info-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.entinity-wrap__info-item{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.entinity-wrap__info-content{
  display: flex;
  min-width: 180px;
  flex-direction: column;
  align-items: flex-start;
}
.entinity-wrap__info-key{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.entinity-wrap__info-value{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(45 49 54 / var(--tw-text-opacity, 1));
}
.entinity-wrap__info-files{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px){
  .entinity-wrap__info-files{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1050px){
  .entinity-wrap__info-files{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.entinity-wrap__personal{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
.entinity-wrap__personal-name{
  font-size: 20px;
}
.entinity-wrap__personal-lastName, .entinity-wrap__personal-company{
  font-size: 16px;
}

.file-card{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.file-card:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.file-card__icon{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.file-card__body{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.25rem;
}
.file-card__body-text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 18px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.file-card__body-size{
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.group:hover .file-card__body-size{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.sort-button{
  display: flex;
  height: 38px;
  width: 2.5rem;
  border-radius: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 7px;
  padding-bottom: 7px;
}

.sort-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}

.sort-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.sort-button__selected, .sort-button:focus, .sort-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding: 7px 0.5rem;
}
@media screen and (min-width: 1050px) {
  .sort-button.category-mobile--filter {
    display: none;
  }
}

.sort {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media not all and (min-width: 768px){
  .sort{
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 450px) {
  .sort {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1.5rem 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sort .dropdown {
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .sort .dropdown {
    width: 100%;
    order: 1;
  }
}
.sort .dropdown__btn {
  --dropdown-btn-min-width: 220px;
}

.select-wrap {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.form-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
}
.form-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .form-wrap {
    width: 100%;
  }
}
.form__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form__inner ~ .form__btn {
  margin-top: 0.5rem;
}
.form__inner + .form__btn {
  margin-top: 1.5rem;
}
.auth-section .form__outer, .register-section .form__outer {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 50px 1.5rem;
  border-radius: 1rem;
  --tw-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
@media (min-width: 1050px) {
  .auth-section .form__outer, .register-section .form__outer {
    padding: 1.5rem;
  }
}
.auth-section .form__outer .form, .register-section .form__outer .form {
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .auth-section .form__outer .form, .register-section .form__outer .form {
    --auth-form-x: 460px;
    min-width: var(--auth-form-x);
    max-width: var(--auth-form-x);
  }
}
.register-section .form__outer > * {
  --register-section-width-content: 100%;
  min-width: var(--register-section-width-content);
  max-width: var(--register-section-width-content);
}
@media screen and (min-width: 768px) {
  .register-section .form__outer > * {
    --register-section-width-content: 460px;
  }
}
.form__btn {
  --primary-min-width: 100%;
}
.form-row {
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form-row {
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .form-row {
    flex-direction: column;
  }
}
.form-item {
  width: 100%;
  border-radius: 1rem;
}
.form-item .form-input {
  --form-input-height: 48px;
  min-height: var(--form-input-height);
  max-height: var(--form-input-height);
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
}
.form-item .form-textarea {
  min-height: 170px;
  padding: 1rem 2.5rem 1rem 1.5rem;
}
.form-item--textarea .form-field__btn {
  top: 14px;
  transform: unset;
}
.form-item__wrap {
  position: relative;
}
.form-item__wrap .dropdown-arrow {
  position: absolute;
  right: 14px;
  top: 15px;
}
.form-textarea, .form-input{
  width: 100%;
  resize: none;
  overflow-y: auto;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.form-textarea:focus, .form-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-textarea::-moz-placeholder, .form-input::-moz-placeholder {
  color: rgb(112, 122, 135);
}
.form-textarea::placeholder, .form-input::placeholder {
  color: rgb(112, 122, 135);
}
.form-textarea--focused, .form-input--focused {
  --tw-border-opacity: 1;
  border-color: rgb(198, 202, 207, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-textarea--error, .form-input--error {
  border-color: rgb(255, 0, 0);
}
.form-label--hidden{
  position: absolute;
  left: 14px;
  top: -10px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(19 21 26 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.peer:focus ~ .form-label--hidden{
  opacity: 1;
}
.form-label--hidden {
  pointer-events: none;
}
.form-field__btn{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.form-checkbox .checkbox-icon {
  --size: 14px;
}
.form-submit {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .form-submit {
    width: 100%;
  }
}
.form-submit__btn {
  --primary-radius: 30px;
  --primary-min-width: 108px;
  justify-content: center;
}
.form-banner{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 30px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #5D0096 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 0 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
  padding: 1.5rem;
}
@media (min-width: 1050px){
  .form-banner{
    justify-content: center;
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
.form-banner__wrap{
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media not all and (min-width: 1050px){
  .form-banner__wrap{
    flex-direction: column;
  }
}
@media (min-width: 1050px){
  .form-banner__wrap{
    gap: 50px;
  }
}
.form-banner__title{
  z-index: 10;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: clamp(24px, 2vw, 30px);
  line-height: clamp(30.24px, 2.5vw, 37.8px);
}
.form-banner .form{
  display: flex;
  height: auto;
  max-width: 457px;
  flex-direction: column;
  gap: 10px;
}
@media not all and (min-width: 640px){
  .form-banner .form{
    width: 100%;
  }
}
.form-banner__fileds{
  display: flex;
  width: 100%;
  gap: 10px;
}
.form-banner picture {
  pointer-events: none;
}
.form-banner__img--desktop{
  position: absolute;
  inset: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 660px){
  .form-banner__img--desktop{
    display: none;
  }
}
.form-banner__img--mobile{
  position: absolute;
  inset: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 660px){
  .form-banner__img--mobile{
    display: none;
  }
}
.form-banner__checkbox .checkbox-text {
  color: #ffffff;
  font-size: 12px;
}
.form-banner__checkbox .checkbox-text a {
  color: #ffffff;
}
.form-banner__checkbox .checkbox-icon {
  --size: 14px;
}
.form-banner .form-submit__btn {
  --primary-min-width: 124px;
}
.form-capcha__wrap {
  margin-right: auto;
}
.form__tabs {
  display: flex;
  gap: 0;
  flex-direction: row;
  padding-bottom: 1.5rem;
}
.form__tabs .btn-option {
  flex: 50%;
}
.form__tabs .btn-option:nth-of-type(1) .btn-option__wrap {
  border-radius: 16px 0 0 16px;
}
.form__tabs .btn-option:nth-of-type(2) .btn-option__wrap {
  border-radius: 0 16px 16px 0;
}
.form__tabs .btn-option__wrap {
  min-height: 34px;
  padding: 0.5rem 1rem;
}
.form__tabs .btn-option__content p {
  font-weight: 400;
  text-align: center;
}
.form__block .form {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.form__block .form-step--show {
  display: flex;
}
.form__block-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form__block-row {
    flex-direction: row;
  }
}
.form__progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f1f2f3;
  width: 100%;
  height: 4px;
  border-radius: 100px;
}
.form__progress::-webkit-progress-bar {
  background-color: #f1f2f3;
}
.form__progress::-webkit-progress-value {
  background-color: #ed7523;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form__progress--fulled::-webkit-progress-value {
  border-radius: 5px;
}
.form__steps {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
}
.form__steps-title {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000f17;
}
.form .capcha{
  margin-top: 6px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox-wrap {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
}
.checkbox-input {
  display: none;
}
.checkbox-input:checked {
  border-color: #a8a8a8;
}
.checkbox-input:checked + .checkbox-icon {
  opacity: 1;
}
.checkbox-icon {
  --size: 10px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  --tw-text-opacity: 1;
  color: rgb(237, 117, 35, var(--tw-text-opacity, 1));
  opacity: 0;
}
.checkbox-text {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(51, 51, 51, var(--tw-text-opacity, 1));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-text a {
  color: rgb(255, 107, 21);
  text-decoration-line: underline;
  text-decoration-style: dashed;
}
.checkbox-text a:hover, .checkbox-text a:focus {
  text-decoration-style: solid;
}
.checkbox-count {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(169, 175, 183, var(--tw-text-opacity, 1));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.basket {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1229.98px) {
  .basket {
    flex-direction: column;
  }
}
.basket .page-heading {
  padding-left: 0;
  padding-right: 0;
}
.basket-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.basket-product__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.basket-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.basket-list .basket-card {
  --basket-height: 145px;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(241, 242, 243);
  padding: 1.5rem;
}
@media screen and (min-width: 1230px) {
  .basket .fly-sidebar {
    --fly-sidebar-my: 25px;
    --fly-sidebar-maw-width: 430px;
  }
}

.basket-card {
  position: relative;
  min-height: var(--basket-height);
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
}

@media not all and (min-width: 768px){
  .basket-card{
    flex-direction: column;
    gap: 0.5rem;
  }
}
.basket-card.basket-active-tovar {
  --basket-height: 177px;
}
.basket-card.basket-active-tovar .basket-card__quick-actions {
  display: flex;
}
.basket-card.basket-active-tovar .basket-card__quick-actions > * {
  display: flex;
}
.basket-card__actions{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
}
@media not all and (min-width: 768px){
  .basket-card__actions{
    width: 100%;
  }
}
.basket-card__price{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media not all and (min-width: 768px){
  .basket-card__price{
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.basket-card .basket-card__quick-actions {
  --basket-product-pos: unset;
  --basket-product-x: unset;
  --basket-product-y: unset;
  --basket-display: flex;
  position: var(--basket-product-pos);
  right: var(--basket-product-x);
  bottom: var(--basket-product-y);
  display: var(--basket-display);
}
@media screen and (min-width: 768px) {
  .basket-card .basket-card__quick-actions {
    --basket-product-pos: absolute;
    --basket-product-x: 1.5rem;
    --basket-product-y: 1.5rem;
    --basket-display: none;
  }
}
.basket-card__card-count {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.basket-card__card-count p {
  color: #333;
}
.basket-card__card-count span {
  color: #707a87;
}
@media screen and (min-width: 768px) {
  .basket-card__card-count {
    padding: 1rem 3rem;
  }
}
.basket-card__info {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.basket-card__info-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
.basket-card__info-code {
  color: #A9AFB7;
  font-size: 0.75rem;
  line-height: 1.26;
  font-weight: 400;
}
.basket-card__info-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.basket-card__info-title {
  color: #000F17;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 400;
}
.basket-card__info-title:hover {
  text-decoration: underline;
}
.basket-card__image {
  --basket-img-size: 5rem;
  width: var(--basket-img-size);
  min-width: var(--basket-img-size);
  max-width: var(--basket-img-size);
  height: var(--basket-img-size);
  min-height: var(--basket-img-size);
  max-height: var(--basket-img-size);
  padding: 0.5rem;
  background-color: #ffffff;
  border: 1px solid rgb(198, 202, 207);
  border-radius: 10px;
}
.basket-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.basket-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.basket-card__badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.25rem;
  border-radius: 1rem;
  color: white;
  opacity: 60%;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 600;
}
.basket-card__badge--sale {
  background: linear-gradient(to right, #5E018F, #B70E2F);
}
.basket-card__badge--hit {
  background: linear-gradient(to right, #0783DB, #67028C);
}
.basket-card__cart-price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.basket-card__quick-actions {
  display: flex;
  gap: 0.5rem;
}
.basket-card__action-btn {
  display: flex;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background-color: #FEF2E6;
  transition: background-color 300ms;
  padding: 5px;
  cursor: pointer;
}
.basket-card__action-btn svg {
  width: 20px;
  height: 20px;
  fill: #ED7523;
  transition: fill 300ms;
}
.basket-card__action-btn:hover {
  background-color: #ED7523;
}
.basket-card__action-btn:hover svg {
  fill: #ffffff;
}
.basket-card .calculator-price {
  gap: 0.5rem;
}
.basket-card .calculator-price__value-current {
  font-size: 18px;
  margin-right: unset;
  margin-left: auto;
}
.basket-card .calculator-bonus {
  height: 22px;
  margin-left: auto;
}
.basket-card .calculator-bonus__text {
  font-size: 14px;
  line-height: 1.25rem;
}

.fly-sidebar {
  --fly-sidebar-maw-width: 100%;
  max-width: var(--fly-sidebar-maw-width);
  margin-top: var(--fly-sidebar-my);
  display: flex;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 768px){
  .fly-sidebar{
    max-width: 100%;
  }
}
@media screen and (min-width: 1230px) {
  .fly-sidebar {
    position: sticky;
    top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .fly-sidebar__content:nth-of-type(2) {
    order: -1;
  }
}
.fly-sidebar__content .btn-option__wrap {
  min-height: unset;
  padding: 0.5rem 0 0;
  border: unset;
  background-color: unset;
  border-radius: 0;
}
.fly-sidebar__info-list{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fly-sidebar__info-item__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.fly-sidebar__info-item__wrap p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
}
.fly-sidebar__info-item__wrap .fly-sidebar__discount-amount, .fly-sidebar__info-item__wrap .fly-sidebar__promo-amount, .fly-sidebar__info-item__wrap .fly-sidebar__gift-card-amount {
  color: rgb(187, 15, 51);
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .fly-sidebar__info-item:last-child {
    padding-top: 0.5rem;
  }
}
.fly-sidebar__icon-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fly-sidebar__icon-wrap p {
  font-weight: 600;
}
.fly-sidebar__status {
  padding: 2px 0.5rem;
  border-radius: 0.5rem;
  text-wrap: nowrap;
  line-height: 22px;
  background-color: var(--order-status-bg);
}
.fly-sidebar--payment .fly-sidebar__status {
  --order-status-bg: rgb(228 245 215);
}
.fly-sidebar--in-process .fly-sidebar__status {
  --order-status-bg: #cee8fe;
}
.fly-sidebar--waiting-pay .fly-sidebar__status {
  --order-status-bg: rgb(255 231 207);
}
.fly-sidebar--canceled .fly-sidebar__status {
  --order-status-bg: rgb(247 221 227);
}
.fly-sidebar--grand-total {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(241, 242, 243);
  padding: 1rem 0;
}
.fly-sidebar--grand-total p{
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.fly-sidebar__form-input {
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.fly-sidebar__form-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.fly-sidebar__form-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.fly-sidebar__form-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.fly-sidebar__form-submit {
  --fly-submit-btn-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.fly-sidebar__form-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}
.fly-sidebar__form-submit {
  height: -moz-fit-content;
  height: fit-content;
  min-height: var(--fly-submit-btn-height);
  max-height: var(--fly-submit-btn-height);
}
.fly-sidebar__form .form{
  display: flex;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 375px) {
  .fly-sidebar__form .form {
    flex-direction: column;
  }
}
.fly-sidebar__bonus-repl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fly-sidebar__bonus-repl > p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
}
.fly-sidebar__bonus-repl_count{
  display: flex;
  height: 30px;
  align-items: center;
  gap: 0.125rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 230 / var(--tw-bg-opacity, 1));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.fly-sidebar__bonus-repl_count p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(237 117 35 / var(--tw-text-opacity, 1));
}
.fly-sidebar__bonus-repl_icon {
  --size: 12px;
  width: var(--size);
  min-width: var(--size);
  max-width: var(--size);
  height: var(--size);
  min-height: var(--size);
  max-height: var(--size);
}
.fly-sidebar__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fly-sidebar__actions .checkbox-label {
  align-items: flex-start;
}
.fly-sidebar__actions-wrap {
  --primary-radius: 30px;
  --primary-min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .fly-sidebar__actions-wrap {
    position: fixed;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--primary-min-width);
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: #ffffff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0px -20px 30px 0 hsla(0, 0%, 0%, 0.1);
    z-index: 90;
  }
}
.fly-sidebar__btn-apply {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .fly-sidebar__btn-apply {
    justify-content: center;
  }
  .fly-sidebar__btn-apply .fly-sidebar__grand-total-amount {
    display: none;
  }
}
.fly-sidebar__btn-order {
  justify-content: center;
}
.fly-sidebar__return-catalog {
  align-self: center;
}
@media screen and (max-width: 767.98px) {
  .fly-sidebar__return-catalog {
    display: none;
  }
}
.fly-sidebar__change {
  font-size: 12px;
  line-height: 183%;
  color: #707a87;
  transition: all 0.3s ease;
}
.fly-sidebar__change:hover {
  color: #000000;
}

.add-article__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.add-article__form-field {
  min-width: 200px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-width: 1px;
  border-radius: 1rem;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(241, 242, 243, var(--tw-bg-opacity, 1));
}
.add-article__form-field:focus-within {
  border-color: #ED7523;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
}
.add-article__form-input {
  width: 100%;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0, 15, 23, var(--tw-text-opacity, 1));
}
.add-article__form-input:focus-visible {
  outline: none;
}
.add-article__form-search {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .out-stock-modal .modal-header {
    --modal-header-padding: 2rem 1.8rem 0rem;
  }
}
.out-stock-modal .modal-title {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .out-stock-modal .modal-body {
    --modal-body-padding: 0.5rem 1.8rem 2rem;
  }
}
.out-stock-modal .out-stock__wrap > p {
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
}
.out-stock-modal .form-item {
  margin-top: 1.5rem;
}
.out-stock-modal .checkbox-label {
  margin-top: 1rem;
}
.out-stock-modal .checkbox-icon {
  --size: 14px;
}
.out-stock-modal .capcha {
  margin-top: 1rem;
}

#addCompany .form__btn {
  --primary-min-width: 100%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #addCompany .form__btn {
    --primary-min-width: 109px;
  }
}

.social-resources__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: unset !important;
  gap: 1rem;
}
.social-resources__link {
  --res-link-size: 38px;
  width: var(--res-link-size);
  height: var(--res-link-size);
  min-width: var(--res-link-size);
  min-height: var(--res-link-size);
  max-width: var(--res-link-size);
  max-height: var(--res-link-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(254, 242, 230);
  transition: all 0.3s ease;
}
.social-resources__link:hover, .social-resources__link:focus {
  background-color: rgb(237, 117, 35);
}
.social-resources__link:hover .social-resources__link-icon path, .social-resources__link:focus .social-resources__link-icon path {
  fill: #ffffff;
  stroke: #ffffff;
}
.social-resources__link-icon path {
  fill: #ED7523;
  transition: all 0.3s ease;
}

.advert-item{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
  overflow: hidden;
}
.content-text {
  --universal-text-size: 16px;
  --universal-text-line-height: 200%;
  font-size: var(--universal-text-size);
  line-height: var(--universal-text-line-height);
  color: #13151a;
}
.content-text--lead {
  --universal-text-size: 20px;
  --universal-text-line-height: 150%;
}
.content-text a {
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0099e2;
}
.content-text a:hover, .content-text a:focus {
  text-decoration-line: underline;
  text-decoration-style: dashed;
}

blockquote{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  height: auto;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 30px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(175 218 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 218 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(231 191 255 / 0.6) var(--tw-gradient-to-position);
  padding: 1.5rem;
}
@media (max-width: 1049px) {
  blockquote {
    flex-direction: column;
  }
}
blockquote img{
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
blockquote .quote-footer{
  margin-top: 0.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
blockquote .quote-footer cite{
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
blockquote .quote-footer span{
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
blockquote .quote-content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion-wrap{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  height: auto;
  flex-direction: column;
  gap: 1rem;
}
.accordion-item{
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.accordion-item--active .accordion-button__icon {
  transform: rotate(45deg);
}
.accordion-button{
  display: flex;
}
.accordion-button button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.accordion-button__icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.accordion-content {
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.accordion-content .content-text {
  --universal-text-size: 14px;
}
.accordion-content > *:first-child {
  margin-top: 1.5rem;
}
.accordion-content ul > li > svg {
  margin-top: 0 !important;
  align-self: center !important;
}
.accordion-small-image {
  --accordion-small-img-height: 320px;
  height: var(--accordion-small-img-height);
  min-height: var(--accordion-small-img-height);
  max-height: var(--accordion-small-img-height);
  border-radius: 1rem;
  overflow: hidden;
}
.accordion-small-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.files-wrap{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.files-wrap .files-grid {
  margin: 0;
}
.files-grid{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px){
  .files-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1050px){
  .files-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.comparison-slider__link {
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  line-height: 17.64px;
  font-size: 0.875rem;
  color: rgb(0, 15, 23);
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.comparison-slider__link--active {
  background-color: #ffffff;
}

.excel-upload .form {
  flex-direction: column;
}
.excel-upload .excel-file {
  --ipload-file-wrap-x: 100%;
  flex-direction: column;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  border: 1px solid #f1f2f3;
  border-radius: 1rem;
}
.excel-upload .excel-file__doc {
  --upload-file-size: 24px;
}
@media screen and (max-width: 660px) {
  .excel-upload .excel-file__doc {
    display: none;
  }
}
.excel-download .modal-close {
  top: 50%;
  transform: translateY(-50%);
}
.excel-download .form {
  justify-content: space-between;
  padding-right: 50px;
}
.excel-download .excel-file {
  --ipload-file-wrap-x: unset;
  justify-content: flex-start;
}
.excel-download .excel-file p {
  color: #f1f2f3;
}
.excel-download .excel-file span {
  color: #c6cacf;
}
.excel-download .excel-file__doc {
  --upload-file-size: 40px;
}
@media screen and (max-width: 660px) {
  .excel-download .excel-file__doc {
    display: none;
  }
}
.excel .form {
  display: flex;
  gap: 1rem;
}
.excel-form__field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.excel-form__field--error {
  display: none;
}
.excel-form__field-error {
  color: #ff0000;
}
.excel-form__field.error-show {
  display: flex;
}
.excel-form__label {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  padding: 1rem;
  border: 1px dashed #c6cacf;
  border-radius: 1rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}
.excel-form__label > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.3rem;
  pointer-events: none;
}
.excel-form__label-error {
  display: none;
}
.excel-form__label--dnd {
  justify-content: center;
  background-color: #f1f2f3;
}
.excel-form__label--dnd > div {
  align-items: center;
}
.excel-form__label--dnd .excel-form__choose {
  display: none;
}
.excel-form__label p {
  word-break: break-word;
}
.excel-form__label span {
  color: #707a87;
}
@media screen and (max-width: 660px) {
  .excel-form__label {
    align-items: center;
  }
}
.excel-form__choose {
  --secondary-btn-min-width: 95px;
}
.excel-form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  opacity: 0;
}
.excel-form__icon {
  --upload-file-icon-size: 40px;
  width: var(--upload-file-icon-size);
  min-width: var(--upload-file-icon-size);
  max-width: var(--upload-file-icon-size);
  height: var(--upload-file-icon-size);
  min-height: var(--upload-file-icon-size);
  max-height: var(--upload-file-icon-size);
}
.excel-files {
  padding-bottom: 0.5rem;
  overflow: auto hidden;
}
.excel-files__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.excel-files__item {
  flex: 32%;
}
.excel-file {
  position: relative;
  max-width: var(--ipload-file-wrap-x);
  min-width: var(--ipload-file-wrap-x);
  display: flex;
  gap: 0.5rem;
}
.excel-file__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.excel-file__doc {
  width: var(--upload-file-size);
  min-width: var(--upload-file-size);
  max-width: var(--upload-file-size);
  height: var(--upload-file-size);
  min-height: var(--upload-file-size);
  max-height: var(--upload-file-size);
}
.excel-file__delete {
  --upload-file-delete-btn-size: 16px;
  width: var(--upload-file-delete-btn-size);
  min-width: var(--upload-file-delete-btn-size);
  max-width: var(--upload-file-delete-btn-size);
  height: var(--upload-file-delete-btn-size);
  min-height: var(--upload-file-delete-btn-size);
  max-height: var(--upload-file-delete-btn-size);
}
.excel-file__delete-icon {
  width: var(--upload-file-delete-btn-size);
  min-width: var(--upload-file-delete-btn-size);
  max-width: var(--upload-file-delete-btn-size);
  height: var(--upload-file-delete-btn-size);
  min-height: var(--upload-file-delete-btn-size);
  max-height: var(--upload-file-delete-btn-size);
  fill: #bb0f33;
}
.excel-file__info > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: left;
}
.excel-file p {
  word-break: break-word;
}
.excel-file span {
  color: #707a87;
}
.excel-file__download {
  --secondary-btn-min-width: 91px;
  --secondary-btn-min-height: 32px;
  align-self: center;
  padding: 0.5rem;
}

.notification {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.notification-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.notification-item:first-child {
  padding-right: 25px;
}
.notification-item__icon svg {
  --notification-icon-size: 40px;
  width: var(--notification-icon-size);
  min-width: var(--notification-icon-size);
  max-width: var(--notification-icon-size);
  height: var(--notification-icon-size);
  min-height: var(--notification-icon-size);
  max-height: var(--notification-icon-size);
}
@media screen and (max-width: 660px) {
  .notification-item__icon {
    display: none;
    pointer-events: none;
  }
}
.notification-item__info > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: left;
}
.notification-item__info p {
  color: #f1f2f3;
}
.notification-item__info span {
  color: #c6cacf;
}
.notification-item__link {
  --secondary-btn-min-width: 91px;
  --secondary-btn-min-height: 32px;
  align-self: center;
  margin-left: auto;
  padding: 0.4rem 0.5rem;
}
.notification-item .form-input {
  --form-input-height: 32px;
}
.notification-warn {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}
.notification-warn__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #fef2e6;
}
@media screen and (max-width: 1023.98px) {
  .notification-warn__item {
    align-items: flex-start;
    padding: 1rem;
  }
}
.notification-warn__text {
  max-width: 988px;
  font-size: 14px;
  line-height: 115%;
  color: #000f17;
}
.notification-warn__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.shops__card-wrap{
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.shops__card-wrap:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shops__card-wrap img{
  height: 180px;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.shops__card-content{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}
.shops__card-content_item{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.shops__card-content_inner{
  display: flex;
  flex-direction: column;
}
.shops__card-content h3{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 22px;
}
.shops__card-content span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.shops__card-content p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.shops__card-content a{
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.shops__card-content a:hover{
  text-decoration-line: underline;
}
.shops__card-content a:focus{
  text-decoration-line: underline;
}
.shops__card-find_map {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  color: #000f17;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-offset: 6px;
}
.shops__card-find_map:focus, .shops__card-find_map:hover {
  text-decoration-style: solid;
}

.tooltip {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
.tooltip__wrap {
  position: relative;
  width: 100%;
}
.tooltip__container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.tooltip__container span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(141 149 159 / var(--tw-text-opacity, 1));
}
.tooltip__button{
  position: relative;
  z-index: 10;
}
.tooltip__button svg {
  border-radius: 50%;
  transition: all 0.3s;
}
.tooltip__button:hover svg:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 252 / var(--tw-bg-opacity, 1));
}
.tooltip__content{
  position: absolute;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-wrap: break-word;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1050px){
  .tooltip__content{
    padding: 0.5rem;
  }
}
.tooltip__content {
  top: 3rem;
  right: -150px;
  width: 100%;
  max-width: 240px;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .tooltip__content {
    top: 2rem;
    right: -9rem;
  }
}
.tooltip__content--show {
  opacity: 1;
  pointer-events: auto;
}

.manager-card {
  min-height: 169px;
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid #f1f2f3;
  border-radius: 1rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.manager-card:hover {
  border-color: transparent;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.manager-card__avatar {
  --manager-card-avatar-size: 80px;
  width: var(--manager-card-avatar-size);
  min-width: var(--manager-card-avatar-size);
  max-width: var(--manager-card-avatar-size);
  height: var(--manager-card-avatar-size);
  min-height: var(--manager-card-avatar-size);
  max-height: var(--manager-card-avatar-size);
}
.manager-card__wrap{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.manager-card__title{
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.manager-card__position{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.manager-card__phone{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.manager-card__phone:hover{
  text-decoration-line: underline;
}
.manager-card__phone:focus{
  text-decoration-line: underline;
}
.manager-card__email {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0, 31, 45, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.manager-card__email:hover {
  text-decoration-style: dashed;
}

.auth-section .form__inner > p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.auth__reset-password-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  color: rgb(0, 73, 134);
  text-underline-offset: 3px;
}

@media screen and (min-width: 1050px) {
  .register-modal .modal-dark__wrap {
    overflow-y: unset;
  }
}
@media screen and (max-width: 767.98px) {
  .register-modal .modal-dark__wrap {
    --modal-dark-width: 100%;
    background-color: #fff;
  }
  .register-modal .modal-dark__overflow {
    height: 100%;
  }
  .register-modal .modal-dark__overflow-wrap {
    height: 100%;
    border-radius: 0;
    background-color: transparent;
  }
}

.reset-password__send-btn {
  --primary-min-width: 100%;
  margin-top: 1.5rem;
}

.cookie {
  --cookie-bottom: 0.5rem;
  position: fixed;
  bottom: var(--cookie-bottom);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1005;
  max-width: 1408px;
  width: calc(100% - 1rem);
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), -2px 8px 19px 0 rgba(0, 0, 0, 0.1), -8px 33px 34px 0 rgba(0, 0, 0, 0.09), -17px 74px 46px 0 rgba(0, 0, 0, 0.05), -30px 132px 54px 0 rgba(0, 0, 0, 0.01), -47px 207px 59px 0 rgba(0, 0, 0, 0);
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.cookie--hidden {
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.cookie__wrap {
  max-width: 952px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
}
.cookie__content {
  max-width: 691px;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #000f17;
}
.cookie__content a {
  color: #ed7523;
  word-break: keep-all;
  white-space: nowrap;
}
.cookie__btn {
  --secondary-btn-min-width: 100%;
}
@media screen and (min-width: 600px) {
  .cookie__wrap {
    flex-direction: unset;
  }
  .cookie__btn {
    --secondary-btn-min-width: 101px;
  }
}
@media screen and (min-width: 768px) {
  .cookie {
    --cookie-bottom: 1.5rem;
    width: calc(100% - 2rem);
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1050px) {
  .hero {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .hero .product-card {
    display: none;
  }
}
.hero__col {
  --width: 100%;
  height: 100%;
  width: var(--width);
  min-width: var(--width);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1050px) {
  .hero__col {
    --width: 318px;
    justify-content: space-between;
    transform: translateY(-1rem);
  }
  .hero__col .product-card__content {
    min-height: 141px;
  }
}

.popular-categories {
  justify-content: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1440px) {
  .popular-categories {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.popular-categories__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .popular-categories__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1100px) {
  .popular-categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.popular-categories__col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.1rem;
}
@media (max-width: 768px) {
  .popular-categories__col {
    gap: 1rem;
  }
  .popular-categories__col .popular-card--large:first-child {
    min-height: 280px;
    padding: 1.7rem 1.2rem;
  }
  .popular-categories__col .popular-card:not(:first-child) {
    min-height: unset;
  }
  .popular-categories__col .popular-card:not(:first-child) .popular-card__image-wrapper {
    max-height: 140px;
  }
  .popular-categories__col .popular-card:not(:first-child) .popular-card__image {
    -o-object-position: top;
       object-position: top;
  }
  .popular-categories__col:first-child .popular-card--small .popular-card__content {
    order: -1;
  }
  .popular-categories__col:first-child .popular-card--small .popular-card__image {
    order: 1;
  }
}
.popular-categories__col:nth-child(3) .popular-card--small {
  width: calc(50% - 0.5rem);
}
@media (max-width: 768px) {
  .popular-categories__col:nth-child(3) .popular-card--large {
    min-height: 140px;
  }
  .popular-categories__col:nth-child(3) .popular-card--large .popular-card__image-wrapper {
    max-height: 140px;
  }
  .popular-categories__col:nth-child(2) .popular-card--large {
    min-height: 140px;
    gap: 0.5rem;
    flex: 1 0;
    padding: 0;
    border-radius: 0;
  }
  .popular-categories__col:nth-child(2) .popular-card--large .popular-card__image {
    transition: all 0.3s ease-in-out;
    border-radius: 1rem;
    position: relative;
  }
  .popular-categories__col:nth-child(2) .popular-card--small:first-child {
    flex: none;
    width: 100%;
  }
  .popular-categories__col:nth-child(2) .popular-card:first-child {
    order: 2;
    min-height: 140px;
    padding: 1.7rem 1.2rem;
  }
  .popular-categories__col:nth-child(2) .popular-card:first-child .popular-card__image-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .popular-categories__col:nth-child(2) .popular-card:nth-child(2) {
    order: 0;
  }
  .popular-categories__col:nth-child(2) .popular-card:nth-child(3) {
    order: 1;
  }
  .popular-categories__col:nth-child(2) .popular-card:nth-child(3) .popular-card__image-wrapper {
    position: static;
  }
}
@media (min-width: 1100px) {
  .popular-categories__col {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .popular-categories__col:last-of-type {
    grid-column: span 2;
  }
}
@media (min-width: 1100px) {
  .popular-categories__col:last-of-type {
    grid-column: span 1;
  }
}

.actions{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  margin-bottom: 59px;
  display: flex;
  gap: 12px;
  z-index: 49;
}
.actions__manager-modal{
  display: flex;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media not all and (min-width: 1050px){
  .actions__manager-modal{
    gap: 0.5rem;
  }
}
.actions__manager-avatar{
  height: 80px;
  width: 80px;
  padding-bottom: 1.5rem;
}
@media not all and (min-width: 1050px){
  .actions__manager-avatar{
    height: 50px;
    width: 50px;
    padding-bottom: 1rem;
  }
}
.actions__manager-info{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.actions__manager-name{
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.actions__manager-position{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}
.actions__manager-phone{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.actions__phone-icon{
  height: 12px;
  width: 12px;
}
.actions__phone-link{
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.actions__phone-link:hover, .actions__phone-link:focus{
  text-decoration-line: underline;
}
.actions__manager-email{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0 31 45 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.actions__manager-email:hover, .actions__manager-email:focus{
  text-decoration-style: dashed;
}
.actions__buttons{
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.actions__button{
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}
.category-list__item.actions__button {
  display: none;
}
.category__show-more .show-more-btn.actions__button {
  display: none;
}
.actions__button:hover, .actions__button:focus-within {
  transform: scale(1.1);
}
.actions__button--top-up{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.actions__button--chat{
  display: flex;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #ED7523 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 117 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #BB0F33 var(--tw-gradient-to-position);
  padding: 0.75rem;
}
.actions__button--chat:hover, .actions__button--chat:focus-within {
  transform: scale(1.15);
}
.actions__button--manager{
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.actions__button--show{
  display: flex;
}
.actions__button-icon{
  height: 19px;
  width: 13px;
}
.actions__button-icon--chat{
  height: 24px;
  width: 24px;
}

.stories{
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1050px){
  .stories{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.stories__slider {
  padding: 0.25rem 0 !important;
}
.stories button{
  position: absolute;
  top: 33.333333%;
  z-index: 40;
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.stories button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1050px){
  .stories button{
    top: 33.333333%;
    --tw-translate-y: 5px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.stories button svg{
  height: 16px;
  width: 16px;
}
.stories button:first-of-type{
  left: 0.5rem;
}
.stories button:last-of-type{
  right: 0.5rem;
}
.stories button:last-of-type svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

.sales{
  position: relative;
}
.sales .section-header__title h2{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #004986 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 73 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.sales .section-header__title a {
  background: linear-gradient(to right, #004986, #ED7523);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sales .section-header__title a:hover {
  text-decoration-color: #004986;
}
.sales .section-header__tabs .section-header__tab{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #004986 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 73 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.sales .section-header__tabs .section-header__tab::before{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #004986 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 73 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
}
.sales button{
  position: absolute;
  top: 50%;
  z-index: 40;
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}
.sales button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.sales button svg{
  height: 16px;
  width: 16px;
}
.sales button:first-of-type{
  left: 0.5rem;
}
.sales button:last-of-type{
  right: 0.5rem;
}
.sales button:last-of-type svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

.section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  gap: 1rem;
}
@media (min-width: 1440px) {
  .section {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}

.section--blue-violet, .section--violet-red, .section--red-orange, .section--violet-orange{
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
}
.section--blue-violet .section-header__title h2, .section--violet-red .section-header__title h2, .section--red-orange .section-header__title h2, .section--violet-orange .section-header__title h2{
  -webkit-background-clip: text;
          background-clip: text;
  text-transform: uppercase;
  color: transparent;
}
.section--blue-violet .section-header__title a, .section--violet-red .section-header__title a, .section--red-orange .section-header__title a, .section--violet-orange .section-header__title a {
  transition: all 0s;
}
.section--blue-violet .section-header__title a:hover, .section--violet-red .section-header__title a:hover, .section--red-orange .section-header__title a:hover, .section--violet-orange .section-header__title a:hover {
  text-decoration: underline;
}
.section--blue-violet .section-header__tabs .section-header__tab, .section--violet-red .section-header__tabs .section-header__tab, .section--red-orange .section-header__tabs .section-header__tab, .section--violet-orange .section-header__tabs .section-header__tab{
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.section--blue-violet .section-header__tabs .section-header__tab::before, .section--violet-red .section-header__tabs .section-header__tab::before, .section--red-orange .section-header__tabs .section-header__tab::before, .section--violet-orange .section-header__tabs .section-header__tab::before {
  content: "";
  position: absolute;
}
.section--blue-violet{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #E0F0FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 240 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F0E8FF var(--tw-gradient-to-position);
}
.section--blue-violet .section-header__title h2{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0099E2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 153 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5D0096 var(--tw-gradient-to-position);
}
.section--blue-violet .section-header__title a {
  background: linear-gradient(to right, #0099E2, #5D0096);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section--blue-violet .section-header__title a:hover {
  text-decoration-color: #0099E2;
}
.section--blue-violet .section-header__tabs .section-header__tab{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0099E2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 153 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5D0096 var(--tw-gradient-to-position);
}
.section--blue-violet .section-header__tabs .section-header__tab::before{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0099E2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 153 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5D0096 var(--tw-gradient-to-position);
}
.section--blue-violet .swiper::before {
  background: linear-gradient(90deg, #E0F0FF 22.5%, rgba(228, 238, 255, 0) 83.33%);
}
.section--blue-violet .swiper::after {
  background: linear-gradient(-90deg, #F0E8FF 22.5%, rgba(239, 232, 255, 0) 83.33%);
}
.section--violet-red{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F5E7EE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 231 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F5E7EE var(--tw-gradient-to-position);
}
.section--violet-red .section-header__title h2{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #5D0096 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 0 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #BB0F33 var(--tw-gradient-to-position);
}
.section--violet-red .section-header__title a {
  background: linear-gradient(to right, #5D0096, #BB0F33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section--violet-red .section-header__title a:hover {
  text-decoration-color: #5D0096;
}
.section--violet-red .section-header__tabs .section-header__tab{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #5D0096 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 0 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #BB0F33 var(--tw-gradient-to-position);
}
.section--violet-red .section-header__tabs .section-header__tab::before{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #5D0096 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 0 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #BB0F33 var(--tw-gradient-to-position);
}
.section--violet-red .swiper::before {
  background: linear-gradient(90deg, #F5E7EE 22.5%, rgba(246, 231, 237, 0) 83.33%);
}
.section--violet-red .swiper::after {
  background: linear-gradient(-90deg, #F5E7EE 22.5%, rgba(246, 231, 237, 0) 83.33%);
}
.section--violet-orange{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 25%;
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
  --tw-gradient-to-position: 100%;
}
.section--violet-orange .section-header__title h2 {
  background-image: linear-gradient(90deg, #bb0f33 0%, #ed7523 100%);
}
.section--red-orange{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FDF0EA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 240 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FDF0EA var(--tw-gradient-to-position);
}
.section--red-orange .section-header__title h2{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #BB0F33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 15 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
}
.section--red-orange .section-header__title a {
  background: linear-gradient(to right, #BB0F33, #ED7523);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section--red-orange .section-header__title a:hover {
  text-decoration-color: #BB0F33;
}
.section--red-orange .section-header__tabs .section-header__tab{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #BB0F33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 15 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
}
.section--red-orange .section-header__tabs .section-header__tab::before{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #BB0F33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 15 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
}
.section--red-orange .swiper::before {
  background: linear-gradient(90deg, #FDF0EA 22.5%, rgba(253, 240, 234, 0) 83.33%);
}
.section--red-orange .swiper::after {
  background: linear-gradient(-90deg, #FDF0EA 22.5%, rgba(253, 240, 234, 0) 83.33%);
}
.section--white{
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background: #fff;
}
.section--white .swiper::before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 22.5%, rgba(255, 255, 255, 0) 83.33%);
}
.section--white .swiper::after {
  background: linear-gradient(-90deg, rgb(255, 255, 255) 22.5%, rgba(255, 255, 255, 0) 83.33%);
}
@media (max-width: 768px) {
  .section .swiper::before, .section .swiper::after {
    content: "";
    width: 9%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 5;
    top: 0;
  }
  .section .swiper::before {
    left: -4px;
  }
  .section .swiper::after {
    right: -4px;
  }
}

.sticky-sections {
  display: flex;
  flex-direction: column;
}
.sticky-sections .section {
  padding-bottom: 4rem;
  position: sticky;
}
.sticky-sections .section:not(:first-of-type) {
  margin-top: -24px;
}
.sticky-sections .section:first-of-type {
  top: 0;
}
.sticky-sections__product-card .product-card:hover, .sticky-sections__product-card .product-card:focus {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-drop-shadow);
}

.partners{
  position: relative;
  margin-bottom: -2px;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.partners button{
  position: absolute;
  top: 50%;
  z-index: 40;
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}
.partners button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1050px){
  .partners button{
    top: 50%;
    --tw-translate-y: 5px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.partners button svg{
  height: 16px;
  width: 16px;
}
.partners button:first-of-type{
  left: 0.5rem;
}
.partners button:last-of-type{
  right: 0.5rem;
}
.partners button:last-of-type svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.partners .swiper::before, .partners .swiper::after {
  content: "";
  width: 9%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 5;
  top: 0;
}
.partners .swiper::before {
  left: -4px;
}
.partners .swiper::after {
  right: -4px;
}
.partners .swiper::before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 22.5%, rgba(255, 255, 255, 0) 83.33%);
}
.partners .swiper::after {
  background: linear-gradient(-90deg, rgb(255, 255, 255) 22.5%, rgba(255, 255, 255, 0) 83.33%);
}

.page-heading {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.2rem 1rem 1rem;
}
@media screen and (min-width: 1050px) {
  .page-heading {
    padding: 0.2rem 1.5rem 1rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-heading:not(.page-heading--subtitle) {
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
    padding: 0.1rem 1.5rem 1rem;
  }
}
.page-heading--subtitle {
  width: 100%;
  padding: 0;
  align-items: flex-start;
}
@media screen and (min-width: 1536px) {
  .page-heading--subtitle {
    margin-left: unset;
    margin-right: unset;
    width: 100%;
  }
}
.page-heading--column {
  flex-direction: column;
  gap: 0.5rem;
}
.page-heading__count {
  top: 0.5rem;
  font-size: 14px;
  color: #a9afb7;
}
@media screen and (max-width: 767.98px) {
  .page-heading__count {
    top: unset;
  }
}
.page-heading__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .page-heading__header {
    gap: 0.5rem;
  }
}
.page-heading h1 {
  color: rgb(0, 15, 23);
  font-weight: 600;
  font-size: clamp(24px, 2vw, 30px);
}
.page-heading h2 {
  color: rgb(0, 15, 23);
  font-weight: 600;
  font-size: clamp(24px, 2vw, 30px);
}
.page-heading__number {
  color: rgb(169, 175, 183);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.page-heading__tag {
  --tw-gradient-from: rgb(0 153 226 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 153 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(187 15 51 / 0.6) var(--tw-gradient-to-position);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 4px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  font-size: 10px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-heading__tools {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-heading__tools {
    justify-content: space-between;
    width: 100%;
  }
}
.page-heading__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .page-heading__info {
    flex-direction: column;
  }
}
.page-heading__info-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-heading__info-wrapper {
    gap: 0.25rem;
  }
}
.page-heading__info-tag {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.25rem 0.6rem;
}
.page-heading__info-tag p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.page-heading__info-tag--outline {
  border-width: 1px;
  border-color: rgb(241, 242, 243);
}
.page-heading__info-tag--outline p {
  color: rgb(112, 122, 135);
}
.page-heading__info-tag--filled {
  background-color: rgb(254, 242, 230);
}
.page-heading__info-tag--filled p {
  color: rgb(237, 117, 35);
}
.page-heading__basket-tools {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}
.page-heading__basket-tool {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-heading__basket-tool svg {
  width: 20px;
  height: 20px;
}
.page-heading__back {
  align-self: flex-start;
}
.page-heading__back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #707a87;
  transition: all 0.3s ease;
}
.page-heading__back-btn:hover {
  color: #000000;
}
.page-heading__back-btn:hover .page-heading__back-icon {
  transform: translateX(-3px);
}
.page-heading__back-btn:hover .page-heading__back-icon path {
  fill: #000000;
}
.page-heading__back-icon {
  --back-arrow-x: 16px;
  --back-arrow-y: 17px;
  transition: all 0.3s ease;
}
.page-heading__back-icon path {
  transition: all 0.3s ease;
}

.products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.products-heading{
  display: flex;
  width: 100%;
  align-items: center;
}
@media not all and (min-width: 768px){
  .products-heading{
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media not all and (min-width: 660px){
  .products-heading{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px){
  .products-heading{
    justify-content: space-between;
  }
}
@media screen and (min-width: 1050px) {
  .products-heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .products-heading {
    margin-left: auto;
    margin-right: auto;
  }
}
.products-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 660px) {
  .products-description {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }
}
.products-description__text{
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media not all and (min-width: 768px){
  .products-description__text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
  }
}
.products-description__text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.products-description a{
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 73 134 / var(--tw-text-opacity, 1));
}
.products-brand {
  max-width: 160px;
  width: 100%;
}
.products-brand__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-container{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  gap: 1rem;
}
@media not all and (min-width: 660px){
  .products-container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 660px){
  .products-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1050px){
  .products-container{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  .products-container{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.products-container.show--list{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.products-container.show--list .product-card {
  flex-direction: column;
  background-color: transparent;
  gap: 0;
}
@media (min-width: 768px) {
  .products-container.show--list .product-card {
    flex-direction: row;
  }
}
.products-container.show--list .product-card:hover {
  filter: none;
}
.products-container.show--list .product-card .product-card__image-container {
  border: 1px solid #F1F2F3;
  min-width: 200px;
  height: 230px;
  border-radius: 1rem;
}
.products-container.show--list .product-card .product-card__quick-actions {
  display: flex;
}
.products-container.show--list .product-card .product-card__image {
  width: 176px;
  height: auto;
  position: absolute;
  top: 27px;
  z-index: 5;
  pointer-events: none;
}
.products-container.show--list .product-card .product-card__badges {
  opacity: 1;
}
.products-container.show--list .product-card .product-card__content {
  width: 100%;
  flex-direction: column;
  padding: 1rem;
}
@media (min-width: 768px) {
  .products-container.show--list .product-card .product-card__content {
    flex-direction: row;
  }
}
.products-container.show--list .product-card .product-card__info {
  order: 1;
}
@media (min-width: 768px) {
  .products-container.show--list .product-card .product-card__info {
    max-width: 211px;
  }
}
.products-container.show--list .product-card .product-card__price {
  width: 100%;
}
.products-container.show--list .product-card .product-card__details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.26;
  width: 100%;
}
.products-container.show--list .product-card .product-card__spec-row {
  width: 100%;
  display: flex;
  gap: 1rem;
  padding: 0.5rem;
}
.products-container.show--list .product-card .product-card__spec-row:nth-child(odd) {
  background-color: #F1F2F3;
  border-radius: 0.5rem;
}
.products-container.show--list .product-card .product-card__spec-row:nth-child(even) {
  background-color: white;
  border-radius: 0.5rem;
}
.products-container.show--list .product-card .product-card__spec-name {
  width: 50%;
}
.products-container.show--list .product-card .product-card__spec-value {
  width: 50%;
}
.products-container.show--list .product-card .product-card__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.products-container.show--list .product-card .product-card__title {
  order: -1;
}
.products-container.show--list .product-card .product-card__title--isMobile {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .products .page-heading__count {
    display: none;
  }
}

.product-item {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(466px, 1fr) 36% 26%;
  grid-template-rows: auto auto;
  grid-template-areas: "col1 col2 col3" "col1 col2 col3";
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 1%;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 1440px) {
  .product-item {
    grid-template-columns: minmax(466px, 1fr) minmax(307px, 1fr) minmax(350px, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .product-item {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .product-item {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.product-item .page-heading {
  padding: 0;
}
@media screen and (min-width: 1050px) {
  .product-item .product-item__cart {
    position: sticky;
    top: 175px;
  }
}
.product-item__info {
  grid-area: col2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .product-item__info {
    order: -1;
    max-width: 550px;
  }
}
@media screen and (max-width: 767.98px) {
  .product-item__info {
    max-width: 100%;
  }
}
.product-item__info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.product-item__info-actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.product-item__name {
  font-weight: 600;
  color: rgb(0, 15, 23);
}
.product-item__slider {
  grid-area: col1;
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 1050px) {
  .product-item__slider {
    gap: 2rem;
  }
}
.product-item__slider-main{
  display: flex;
  height: auto;
  min-height: 273px;
  min-width: 273px;
  max-width: 380px;
  border-radius: 10px;
}
@media not all and (min-width: 1130px){
  .product-item__slider-main{
    max-width: 580px;
  }
}
@media (min-width: 1130px){
  .product-item__slider-main{
    min-width: 380px;
  }
}
@media screen and (max-width: 1200px) {
  .product-item__slider-main {
    max-width: 800px;
    width: 100%;
  }
}
.product-item__slider-main-img{
  position: relative;
  z-index: 50;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .product-item__slider-main-img {
    max-height: 610px;
  }
}
.product-item__slider-main-img img{
  height: 100%;
  width: 100%;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-item__slider-thumbnail, .product-item__slider-thumbnail-wrap {
  --thumbnail-slider-product-width: 54px;
  --thumbnail-slider-product-height: 302px;
  width: var(--thumbnail-slider-product-width);
  min-width: var(--thumbnail-slider-product-width);
  max-width: var(--thumbnail-slider-product-width);
  min-height: var(--thumbnail-slider-product-height);
  scrollbar-width: none;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}
.product-item__slider-thumbnail > :not([hidden]) ~ :not([hidden]), .product-item__slider-thumbnail-wrap > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
@media screen and (min-width: 661px) and (max-width: 1200px) {
  .product-item__slider-thumbnail, .product-item__slider-thumbnail-wrap {
    --thumbnail-slider-product-width: 120px;
  }
}
@media screen and (max-width: 659.98px) {
  .product-item__slider-thumbnail, .product-item__slider-thumbnail-wrap {
    --thumbnail-slider-product-height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .product-item__slider-thumbnail, .product-item__slider-thumbnail-wrap {
    --thumbnail-slider-product-height: 180px;
  }
}
.product-item__slider-thumbnail .thumbnail-swiper, .product-item__slider-thumbnail-wrap .thumbnail-swiper {
  scrollbar-width: none;
  overflow: hidden !important;
}
.product-item__slider-thumbnail .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 3px;
  border-color: transparent;
}
.product-item__slider-thumbnail .swiper-slide img{
  height: 100%;
  width: 100%;
  border-radius: 9px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item__slider-thumbnail.not-enough-images .product-item__slider-btn {
  display: none;
  pointer-events: none;
}
.product-item__slider-thumbnail.not-enough-images .thumbnail-swiper, .product-item__slider-thumbnail.not-enough-images .swiper-wrapper {
  overflow: visible !important;
}
.product-item__slider-thumbnail.not-enough-images .swiper-wrapper {
  flex-direction: column;
}
.product-item__slider-thumbnail.not-enough-images .swiper-slide {
  --non-enougth-images-slide-height: 54px;
  max-height: var(--non-enougth-images-slide-height);
  min-height: var(--non-enougth-images-slide-height);
}
@media screen and (min-width: 661px) and (max-width: 1200px) {
  .product-item__slider-thumbnail.not-enough-images .swiper-slide {
    --non-enougth-images-slide-height: 120px;
  }
}
.product-item__slider-btn{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.product-item__slider-btn.swiper-button-prev-custom-20, .product-item__slider-btn.swiper-button-next-custom-20{
  min-height: 32px;
}
@media not all and (min-width: 1130px){
  .product-item__slider-btn.swiper-button-prev-custom-20, .product-item__slider-btn.swiper-button-next-custom-20{
    height: auto;
  }
}
@media not all and (min-width: 660px){
  .product-item__slider-btn.swiper-button-prev-custom-20, .product-item__slider-btn.swiper-button-next-custom-20{
    height: 32px;
  }
}
.product-item__slider-btn.swiper-button-next-custom-20 svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.product-item__description {
  grid-area: col2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .product-item__description {
    flex: 44%;
  }
}
.product-item__description-link {
  display: flex;
}
.product-item__description-link img{
  height: auto;
  width: 90px;
}
.product-item__description-img{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-item__description-code{
  font-size: 12px;
  font-weight: 400;
  line-height: 15.12px;
  --tw-text-opacity: 1;
  color: rgb(169 175 183 / var(--tw-text-opacity, 1));
}
.product-item__description-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.product-item__cart {
  --product-cart-max-width: 100%;
  grid-area: col3;
  max-width: var(--product-cart-max-width);
  min-width: var(--product-cart-max-width);
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media not all and (min-width: 1250px){
  .product-item__cart{
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  .product-item__cart {
    margin-left: auto;
  }
}
@media screen and (min-width: 660px) {
  .product-item__cart {
    --product-cart-max-width: 360px;
  }
}
.product-item__cart-wrap{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1050px){
  .product-item__cart-wrap{
    padding: 1.5rem;
  }
}
.product-item__cart-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-item__cart-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
}
.product-item__delivery{
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.product-item__actions {
  width: 100%;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-item__actions .product-card__badges {
  position: static;
  flex-direction: unset;
  align-items: center;
}
.product-item__actions .product-card__badge {
  opacity: 1;
  white-space: nowrap;
}
.product-item__actions-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-item__actions-wrap:nth-child(2) {
  margin-left: auto;
}
.product-item__actions-wrap > form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.product-item__actions-btn {
  --size: 30px;
  width: var(--size);
  max-width: var(--size);
  min-width: var(--size);
  height: var(--size);
  max-height: var(--size);
  min-height: var(--size);
  cursor: pointer;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 230 / var(--tw-bg-opacity, 1));
  padding: 5px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.product-item__actions-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 35 / var(--tw-bg-opacity, 1));
}
.product-item__actions-btn svg {
  --size: 20px;
}
.product-item__actions-btn:hover svg {
  fill: #fff;
}
.product-item__actions-icon {
  min-width: var(--size);
  max-width: var(--size);
  min-height: var(--size);
  max-height: var(--size);
  width: var(--size);
  height: var(--size);
  fill: #ed7523;
  transition: all 0.3s ease-in-out;
}
.product-item__actions-bonus{
  display: flex;
  height: 30px;
  align-items: center;
  gap: 0.125rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 230 / var(--tw-bg-opacity, 1));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.product-item__actions-bonus p{
  --tw-text-opacity: 1;
  color: rgb(237 117 35 / var(--tw-text-opacity, 1));
}
.product-item__actions-bonus svg {
  --size: 12px;
}

.product-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media not all and (min-width: 768px){
  .product-actions{
    border-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.product-actions__checkbox{
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}
div.product-actions__checkbox:has(input:checked) {
  border-color: #a8a8a8;
}
div.product-actions__checkbox:has(input:checked) svg {
  opacity: 1;
}
.product-actions__btns{
  display: flex;
  gap: 0.5rem;
}
.product-actions__btn {
  --product-content-btn-none: none;
  --product-btn-size: 20px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(254, 242, 230, var(--tw-bg-opacity, 1));
  padding: 0.25rem 0.5rem;
  transition: all 0.3s ease;
}
.product-actions__btn:hover {
  background-color: rgb(237, 117, 35);
}
.product-actions__btn:hover .product-actions__btn-icon {
  fill: #ffffff;
}
.product-actions__btn:hover span {
  color: #ffffff;
}
.product-actions__btn-icon {
  width: var(--product-btn-size);
  min-width: var(--product-btn-size);
  max-width: var(--product-btn-size);
  height: var(--product-btn-size);
  max-height: var(--product-btn-size);
  min-height: var(--product-btn-size);
  fill: #ED7523;
  transition: all 0.3s ease;
}
.product-actions__btn span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(237, 117, 35, var(--tw-text-opacity, 1));
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .product-actions__btn span {
    display: var(--product-content-btn-none);
  }
}
@media screen and (min-width: 768px) {
  .product-actions__btn--excel svg:nth-of-type(2) {
    display: var(--product-content-btn-none);
  }
}
@media screen and (max-width: 767.98px) {
  .product-actions__btn--excel svg:nth-of-type(1) {
    display: var(--product-content-btn-none);
  }
}
.product-actions__btn--delete {
  background-color: transparent;
}
.product-actions__btn--delete .product-actions__btn-icon {
  fill: #BB0F33;
}
.product-actions__btn--delete span {
  color: rgb(187, 15, 51);
}

.basket-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .basket-actions {
    border-radius: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241, 242, 243, var(--tw-border-opacity, 1));
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.basket-actions__checkbox {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.basket-actions__btns {
  display: flex;
  gap: 0.5rem;
}
.basket-actions__btn {
  --basket-content-btn-none: none;
  --basket-btn-size: 20px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(254, 242, 230, var(--tw-bg-opacity, 1));
  padding: 0.25rem 0.5rem;
  transition: all 0.3s ease;
}
.basket-actions__btn-icon {
  width: var(--basket-btn-size);
  min-width: var(--basket-btn-size);
  max-width: var(--basket-btn-size);
  height: var(--basket-btn-size);
  max-height: var(--basket-btn-size);
  min-height: var(--basket-btn-size);
  fill: #ED7523;
  transition: all 0.3s ease;
}
.basket-actions__btn span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(237, 117, 35, var(--tw-text-opacity, 1));
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .basket-actions__btn span {
    display: var(--basket-content-btn-none);
  }
}
@media screen and (min-width: 768px) {
  .basket-actions__btn--excel svg:nth-of-type(2) {
    display: var(--basket-content-btn-none);
  }
}
@media screen and (max-width: 767.98px) {
  .basket-actions__btn--excel svg:nth-of-type(1) {
    display: var(--basket-content-btn-none);
  }
}
.basket-actions__btn--delete {
  background-color: transparent;
}
.basket-actions__btn--delete svg {
  fill: #BB0F33;
}
.basket-actions__btn--delete span {
  color: rgb(187, 15, 51);
}
.basket-actions__btn:hover, .basket-actions__btn:focus {
  background-color: rgb(237, 117, 35);
}
.basket-actions__btn:hover .basket-actions__btn-icon, .basket-actions__btn:focus .basket-actions__btn-icon {
  fill: #ffffff;
}
.basket-actions__btn:hover span, .basket-actions__btn:focus span {
  color: #ffffff;
}

.category {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1536px) {
  .category {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 1440px;
  }
}
.category-cols {
  gap: 1rem;
  -moz-columns: 2;
  columns: 2;
}
.category-cols .category-card {
  margin-top: 1rem;
  width: 100%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}
.category-cols .category-card:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 660px) {
  .category-cols .category-card__list {
    display: none;
  }
}
.category-cols .category__title {
  z-index: 1;
}
@media screen and ((min-width: 1050px)) {
  .category-cols {
    -moz-columns: 3;
    columns: 3;
  }
}
.category-list {
  position: relative;
  margin-right: 5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  z-index: 1;
}
@media screen and (max-width: 660px) {
  .category-list {
    display: none;
  }
}
.category-list__item.hidden {
  display: none;
}
.category-list__link {
  --text-opacity: 1;
  color: rgb(0, 15, 23, var(--text-opacity, 1));
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.35rem;
}
.category-list__link:hover, .category-list__link:focus {
  text-decoration: underline;
}
.category__show-more {
  text-align: center;
  margin-top: 1.5rem;
}
.category__show-more .show-more-btn {
  width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2.5rem;
  --bg-opacity: 1;
  background-color: rgb(241, 242, 243, var(--bg-opacity, 1));
  border-radius: 30px;
}
.category__show-more .show-more-btn.hidden {
  display: none;
}
@media screen and (min-width: 660px) {
  .category__show-more {
    display: none;
  }
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.category-grid .category-card {
  --min-height: 92px;
  --category-block-flex: 40% 1 1;
  min-height: var(--min-height);
  flex: var(--category-block-flex);
}
.category-grid .category-card_text{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 20.16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 660px){
  .category-grid .category-card_text{
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .category-grid .category-card {
    --min-height: 134px;
    --category-block-flex: 32% 1 1;
  }
}
@media screen and (min-width: 1050px) {
  .category-grid .category-card {
    --min-height: 174px;
    --category-block-flex: 24% 1 1;
  }
}

.subcategory {
  width: 100%;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1536px) {
  .subcategory {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.product__modal-header {
  --product-modal-pad: 24px 10px;
  padding: var(--product-modal-pad);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .product__modal-header {
    --product-modal-pad: 30px;
  }
}
.product__modal-title{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
  font-size: clamp(24px, 2vw, 30px);
  line-height: clamp(30.24px, 2.5vw, 37.8px);
}
.product__modal-close-icon{
  height: 32px;
  width: 24px;
}
.product__modal-body {
  --product-modal-pad: 24px 10px;
  display: flex;
  flex-direction: column;
  padding: var(--product-modal-pad);
}
@media screen and (min-width: 768px) {
  .product__modal-body {
    --product-modal-pad: 30px;
  }
}
.product__modal-body .modal-main-swiper .swiper-slide img{
  height: auto;
  max-height: 408px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__modal-slider {
  --product-slider-width: 100%;
  --product-slider-height: 100%;
  max-width: var(--product-slider-width);
  width: var(--product-slider-width);
  max-height: var(--product-slider-height);
  height: var(--product-slider-height);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1050px) {
  .product__modal-slider {
    --product-slider-width: 900px;
    --product-slider-height: 400px;
  }
}
.product__modal-slider_nav {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .product__modal-slider_nav {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -moz-fit-content;
  }
}
.product__modal-slider_nav.not-enough-images .product__modal-arrows {
  display: none;
}
.product__modal-slider_nav.not-enough-images .swiper {
  overflow: visible;
}
.product__modal-slider_nav.not-enough-images .swiper-wrapper {
  gap: 1rem;
  justify-content: center;
}
.product__modal-slider_nav.not-enough-images .swiper-slide {
  --product-thumb-slider-width: 64px;
  --product-thumb-slider-height: 64px;
  min-width: var(--product-thumb-slider-width);
  min-height: var(--product-thumb-slider-height);
  max-width: var(--product-thumb-slider-width);
  max-height: var(--product-thumb-slider-height);
}
.product__modal-pagination{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__modal-pagination_counter{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.product__modal-arrows {
  --product-arrows-size: 32px;
  --product-arrows-border: 100%;
  --product-arrows-bg: #ffffff;
  --product-arrows-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  --product-arrows-pad: 4px;
  height: var(--product-arrows-size);
  min-height: var(--product-arrows-size);
  max-height: var(--product-arrows-size);
  width: var(--product-arrows-size);
  min-width: var(--product-arrows-size);
  max-width: var(--product-arrows-size);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: var(--product-arrows-pad);
  border-radius: var(--product-arrows-border);
  background-color: var(--product-arrows-bg);
  box-shadow: var(--product-arrows-shadow);
}
.product__modal-arrows::before {
  --product-arrows-pseudo-size: 16px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--product-arrows-pseudo-size);
  height: var(--product-arrows-pseudo-size);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.937 1.82875C11.5839 2.34626 11.6888 3.2902 11.1713 3.9371L7.92094 8.00007L11.1713 12.063C11.6888 12.7099 11.5839 13.6538 10.937 14.1714C10.2902 14.6889 9.34621 14.584 8.8287 13.9371L4.8287 8.93712C4.39043 8.38929 4.39043 7.61086 4.82869 7.06303L8.8287 2.06302C9.34621 1.41612 10.2901 1.31124 10.937 1.82875Z' fill='%23000F17' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .product__modal-arrows {
    --product-arrows-size: 64px;
    --product-arrows-border: 8px;
    --product-arrows-bg: #f1f2f3;
    --product-arrows-shadow: none;
    --product-arrows-pad: 8px 0px;
  }
  .product__modal-arrows::before {
    display: none;
  }
}
.product__modal-arrows_icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .product__modal-arrows_icon{
    height: 24px;
    width: 24px;
    display: flex;
  }
}
.product__modal-arrows.modal-swiper-button-next-custom .product__modal-arrows_icon, .product__modal-arrows.modal-swiper-button-next-custom::before{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.product__modal-thumbnail{
  display: flex;
  width: 100%;
}
.product__modal-thumbnail .swiper-slide {
  display: flex;
  display: -webkit-flex;
}
.product__modal-thumbnail_img {
  --product-thumb-slider-width: 64px;
  --product-thumb-slider-height: 64px;
  min-width: var(--product-thumb-slider-width);
  min-height: var(--product-thumb-slider-height);
  max-width: var(--product-thumb-slider-width);
  max-height: var(--product-thumb-slider-height);
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 3px;
  border-color: transparent;
}
.product__modal-thumbnail_img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 375px) {
  .product__modal-thumbnail_img {
    --product-thumb-slider-width: 40px;
    --product-thumb-slider-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .product__modal-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .product__modal-arrows.modal-swiper-button-next-custom {
    right: 0;
  }
  .product__modal-arrows.modal-swiper-button-prev-custom {
    left: 0;
  }
}
.tabs{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
@media not all and (min-width: 1250px){
  .tabs{
    padding-top: 0px;
  }
}
@media (min-width: 1050px){
  .tabs{
    padding: 1.5rem;
  }
}
.tabs-btns {
  position: relative;
}
.tabs-btns__overflow{
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs-btns__overflow::-webkit-scrollbar {
  display: none;
}
.tabs-btns__overflow {
  scrollbar-width: none;
}
@media (min-width: 768px){
  .tabs-btns__overflow{
    gap: 1rem;
  }
}
@media (min-width: 1050px){
  .tabs-btns__overflow{
    gap: 2rem;
  }
}
.tabs-btn{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tabs-btn span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 18px;
}
.tabs-gradient{
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.tabs-gradient--left{
  left: 0px;
  width: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
@media not all and (min-width: 768px){
  .tabs-gradient--left{
    width: 2.5rem;
  }
}
.tabs-gradient--right{
  right: 0px;
  width: 2.5rem;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.tabs-item{
  display: flex;
  max-width: 1000px;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tabs-item--description{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.tabs-item__characteristics{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tabs-item__characteristics:nth-of-type(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}
.tabs-item__characteristics:nth-of-type(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tabs-item__characteristics-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.tabs-item__form{
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
@media (min-width: 1050px){
  .tabs-item__form{
    margin-bottom: 1.5rem;
  }
}
.tabs-item__form > .form{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.tabs-item__form-title{
  font-size: 20px;
  font-weight: 600;
}
.tabs-item__form .form-textarea, .tabs-item__form .form-input {
  border-color: rgb(198, 202, 207);
  background-color: #ffffff;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: all 0.3s ease;
}
.tabs-item__form .form-textarea:hover, .tabs-item__form .form-textarea:focus, .tabs-item__form .form-input:hover, .tabs-item__form .form-input:focus {
  border-color: rgb(237, 117, 35);
}
.tabs-item__form-submit{
  width: 108px;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #ED7523 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 117 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #BB0F33 var(--tw-gradient-to-position);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tabs-item__form-submit:hover{
  --tw-gradient-from: #BB0F33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 15 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
}
.tabs-item__review{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tabs-item__review:not(:last-of-type)::after {
  content: "";
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(218 226 236 / var(--tw-border-opacity, 1));
  pointer-events: none;
}
.tabs-item__review-item{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.tabs-item__review-title{
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.tabs-item__review-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.tabs-item__review-btn {
  display: flex;
  padding: 0.5rem 1rem;
  height: 50px;
  border-radius: 2rem;
  background: #F1F2F3;
  align-items: center;
  justify-content: center;
  width: 120px;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.tabs-item__review-btn span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.account {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1230px) {
  .account {
    flex-direction: column;
  }
}
@media screen and (min-width: 1050px) {
  .account {
    gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.account-container {
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1049.98px) {
  .account-container {
    flex-direction: column;
  }
}
.account-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
@media screen and (min-width: 1050px) {
  .account-form {
    padding: 1.5rem;
  }
}
.account-order {
  display: flex;
  gap: 1rem;
}
.account-order__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.account-order .fly-sidebar {
  --fly-sidebar-maw-width: 430px;
}
@media screen and (max-width: 1023.98px) {
  .account-order {
    flex-direction: column;
  }
  .account-order .fly-sidebar {
    --fly-sidebar-maw-width: 100%;
    order: -1;
  }
}
.account-order__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.account-order__content-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #f1f2f3;
  background-color: #ffffff;
}
.account-order__content-text p:not(:last-child) {
  padding-bottom: 0.5rem;
}
.account-order__content-text a {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-offset: 2px;
  color: #004986;
}
.account-order__content-text a:hover, .account-order__content-text a:focus {
  text-decoration-style: solid;
}
.account-order__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 1rem;
}

.entinity-wrap--user .entinity-wrap__info:last-of-type {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1050px) {
  .entinity-wrap--user .entinity-wrap__info:last-of-type {
    margin-bottom: 0;
  }
}

.entinity-wrap--legal .entinity-wrap__info:last-of-type {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1050px) {
  .entinity-wrap--legal .entinity-wrap__info:last-of-type {
    margin-bottom: 0;
  }
}
.entinity-wrap__add-btn {
  width: -moz-fit-content;
  width: fit-content;
  --secondary-btn-min-width: fit-content;
}

.diadoc {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 102px;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
@media screen and (min-width: 1050px) {
  .diadoc {
    gap: 35px;
    padding: 1.5rem;
  }
}
.diadoc-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  z-index: 2;
}
.diadoc-subtitle__text {
  color: rgb(0, 204, 174);
}
.diadoc-btn {
  --primary-radius: 30px;
}
.diadoc-img {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 143px;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 1050px) {
  .diadoc-img {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

.order-wrap{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

@media not all and (min-width: 1230px){
  .order-wrap{
    flex-direction: column;
  }
}

@media (min-width: 1050px){
  .order-wrap{
    gap: 1.5rem;
  }
}

.order-wrap {
  padding-top: 1rem;
}
@media screen and (min-width: 1230px) {
  .order-wrap .fly-sidebar {
    --fly-sidebar-maw-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .order-wrap .fly-sidebar {
    order: -1;
  }
}
.order-wrap__content{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.order-wrap__content .form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.order-wrap__item {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1rem;
}
@media (min-width: 1050px){
  .order-wrap__item{
    padding: 1.5rem;
  }
}
.order-wrap__item {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.order-wrap__item-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-wrap__completed-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px solid #f1f2f3;
  border-radius: 1rem;
  background-color: #ffffff;
}
.order-wrap__completed-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #2d3136;
}
.order-wrap__completed-text a {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-offset: 2px;
  color: #004986;
}
.order-wrap__completed-text a:hover, .order-wrap__completed-text a:focus {
  text-decoration-style: solid;
}
.order-wrap__completed-text p:not(:last-child) {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1050px) {
  .order .order-wrap__item:nth-of-type(4), .order .order-wrap__item:nth-of-type(6) {
    padding-bottom: 75px;
  }
}
.order .order-wrap__item:nth-of-type(6) > .order-form__wrap:nth-child(2) {
  gap: 0;
  flex-direction: row;
}
.order .order-wrap__item:nth-of-type(6) .btn-option__wrap {
  min-height: 34px;
  padding: 0.5rem 1rem;
}
.order .order-wrap__item:nth-of-type(6) .btn-option:nth-of-type(1) .btn-option__wrap {
  border-radius: 16px 0 0 16px;
}
.order .order-wrap__item:nth-of-type(6) .btn-option:nth-of-type(2) .btn-option__wrap {
  border-radius: 0 16px 16px 0;
}
.order .order-wrap__item:nth-of-type(6) .btn-option__content {
  align-items: center;
}
.order .order-wrap__item:nth-of-type(6) .btn-option__content p {
  font-weight: 400;
  text-align: center;
}
.order .order-wrap__item:nth-of-type(8) .order-wrap__item-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.order .order-wrap__item:nth-of-type(8) .form-item {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .order .order-wrap__item:nth-of-type(8) .form-item {
    width: 100%;
  }
}
.order-subtitle{
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.order-list{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
@media (min-width: 1050px){
  .order-list{
    gap: 1rem;
    padding: 1.5rem;
  }
}
.order-list .basket-card {
  --basket-height: 99px;
}
@media screen and (max-width: 767.98px) {
  .order-list {
    gap: 1.5rem;
  }
  .order-item .basket-card__card-count {
    padding: 0;
  }
  .order-item .basket-card__price {
    align-items: flex-start;
  }
}
.order-forms {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.order-tabs__btns{
  display: flex;
  width: 100%;
  gap: 1rem;
}
@media not all and (min-width: 768px){
  .order-tabs__btns{
    flex-direction: column;
  }
}
.order-form__wrap{
  display: flex;
  width: 100%;
  gap: 1rem;
}
@media not all and (min-width: 768px){
  .order-form__wrap{
    flex-direction: column;
  }
}
.order-form__wrap--half > * {
  flex: 50%;
}
.order-form__wrap--third > * {
  flex: 33%;
}
.order-form__wrap--primary-wide > :first-of-type {
  flex: 100%;
}
.order-form__wrap--sm {
  display: flex;
  gap: 1rem;
}
.order-form__wrap--col {
  flex-direction: column;
}
.order-bonus__count{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.order__apply-bonus {
  --order-apply-bonus-btn-x: 88px;
  --order-apply-bonus-btn-x: 46;
  min-height: var(--order-apply-bonus-btn-y);
  min-width: var(--order-apply-bonus-btn-x);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 30px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  text-align: center;
  color: #ed7523;
  background-color: #fef2e6;
}

.shares{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1050px){
  .shares{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.shares-form__wrap{
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media not all and (min-width: 570px){
  .shares-form__wrap{
    flex-direction: column;
    align-items: flex-start;
  }
}
.shares-form__wrap .dropdown-btn {
  --dropdown-btn-min-width: 250px;
}
.shares-form__wrap .avaibility-title {
  font-weight: 400;
  font-size: 14px;
}
.shares-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media not all and (min-width: 570px){
  .shares-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .shares-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1050px){
  .shares-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.shares .pagination {
  padding: 0;
}
.shares .sales-card {
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 570px) {
  .shares .sales-card {
    min-width: 250px;
    max-width: 330px;
  }
}
.shares .sales-card__image {
  min-width: 100%;
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 570px) {
  .shares .sales-card__image {
    min-width: 250px;
    max-width: 330px;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.brands__grid{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .brands__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1050px){
  .brands__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.brands__card{
  display: flex;
  height: 20vh;
  max-height: 174px;
  min-height: 135px;
  width: 100%;
  min-width: 163.5px;
  max-width: 336px;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 230 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.brands__card:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.brands__card-img{
  height: auto;
  width: 20vw;
  min-width: 104px;
  max-width: 160px;
}

.error-page{
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.error-page__wrap {
  --error-wrap-mt: 194px;
  --error-wrap-mb: 244px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: var(--error-wrap-mt);
  margin-bottom: var(--error-wrap-mb);
}
@media screen and (min-width: 660px) {
  .error-page__wrap {
    --error-wrap-mt: 86px;
    --error-wrap-mb: 263px;
  }
}
.error-page__icon {
  --error-icon-x: 200px;
  --error-icon-y: 120px;
  width: 100%;
  max-width: var(--error-icon-x);
  height: var(--error-icon-y);
}
@media screen and (min-width: 660px) {
  .error-page__icon {
    --error-icon-x: 285px;
    --error-icon-y: 150px;
  }
}
.error-page__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.error-page__title{
  font-weight: 600;
  font-size: clamp(24px, 2vw, 30px);
  line-height: clamp(30.24px, 2.5vw, 37.8px);
}
.error-page__actions{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.error-page__home {
  --primary-min-width: 113px;
  --primary-radius: 30px;
  justify-content: center;
}
.error-page__back{
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.error-page__back:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.universal-wrap{
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 2.5rem;
}

@media not all and (min-width: 768px){
  .universal-wrap{
    gap: 0px;
  }
}

@media (min-width: 1385px){
  .universal-wrap{
    gap: 5rem;
  }
}

.universal-wrap {
  padding-top: 1.5rem;
}
.universal-wrap__list > ul {
  gap: 1rem;
}
.universal-wrap__list > ul > li {
  font-size: 16px;
}
.universal-wrap__list > ul > li > svg {
  align-self: flex-start;
  margin-top: 10px;
}
.universal-wrap__list > ul > li ul {
  display: flex;
  flex-direction: column;
}
.universal-wrap__list > ul > li ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  line-height: 200%;
  color: #13151a;
}
.universal-wrap__list > ul > li ul li svg {
  width: var(--universal-item-icon-size);
  height: var(--universal-item-icon-size);
  min-width: var(--universal-item-icon-size);
  min-height: var(--universal-item-icon-size);
  max-width: var(--universal-item-icon-size);
  max-height: var(--universal-item-icon-size);
  align-self: flex-start;
  margin-top: 0.7rem;
}
.universal-sidebar {
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 310px;
  height: fit-content;
  height: -moz-fit-content;
  max-height: 100vh;
  display: none;
  padding-bottom: 150px;
  overflow: hidden auto;
}
.universal-sidebar__overflow {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
@media screen and (min-width: 1230px) {
  .universal-sidebar {
    display: flex;
  }
}
.universal-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.universal-content > img{
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .universal-content > img {
    height: 40vh;
  }
}
@media (max-width: 660px) {
  .universal-content > img {
    height: 20vh;
  }
}
@media (min-width: 1050px) {
  .universal-content > img {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1230px) {
  .universal-content .promo {
    display: none;
  }
}
.universal-content .social-resources {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1230px) {
  .universal-content .social-resources {
    display: none;
  }
}
.universal-content > p {
  --universal-text-size: 16px;
  --universal-text-line-height: 200%;
  font-size: var(--universal-text-size);
  line-height: var(--universal-text-line-height);
  color: #13151a;
}
.universal-content > p:first-of-type {
  --universal-text-size: 20px;
  --universal-text-line-height: 150%;
}
.universal-content ul {
  display: flex;
  flex-direction: column;
}
.universal-content ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  line-height: 200%;
  color: #13151a;
}
.universal-content ul > li > svg {
  --universal-item-icon-size: 8px;
  width: var(--universal-item-icon-size);
  height: var(--universal-item-icon-size);
  min-width: var(--universal-item-icon-size);
  min-height: var(--universal-item-icon-size);
  max-width: var(--universal-item-icon-size);
  max-height: var(--universal-item-icon-size);
  align-self: flex-start;
  margin-top: 0.7rem;
}
.universal-content ul > li:not(:has(svg)) {
  counter-increment: universal-counter;
}
.universal-content ul > li:not(:has(svg)) p {
  display: flex;
  gap: 1rem;
}
.universal-content ul > li:not(:has(svg)) p::before {
  content: counter(universal-counter) ". ";
}
@media screen and (min-width: 1230px) {
  .universal-content .advert-item {
    display: none;
  }
}
.universal-content h2, .universal-content h3, .universal-content h4, .universal-content h5, .universal-content h6 {
  font-size: var(--heading-size);
  line-height: 130%;
  font-weight: 600;
  color: #111213;
}
.universal-content h2 {
  --heading-size: 30px;
}
.universal-content h3 {
  --heading-size: 25px;
}
.universal-content h4 {
  --heading-size: 22px;
}
.universal-content h5 {
  --heading-size: 20px;
}
.universal-content h6 {
  --heading-size: 18px;
}
.universal-text {
  --universal-text-size: 16px;
  --universal-text-line-height: 200%;
  font-size: var(--universal-text-size);
  line-height: var(--universal-text-line-height);
  color: #13151a;
}
.universal-text--lead {
  --universal-text-size: 20px;
  --universal-text-line-height: 150%;
}
.universal-form {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: 30px;
  background-color: transparent;
  overflow: hidden;
}
.universal-form:not(:has(.universal-form__img)){
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 222 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 222 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(237 117 35 / 0.2) var(--tw-gradient-to-position);
}
.universal-form .form-textarea:focus, .universal-form .form-input:focus {
  border-color: rgb(255, 107, 21);
  background-color: #ffffff;
}
.universal-form:has(svg) .form {
  z-index: 3;
}
.universal-form--row .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.universal-form--row .form-heading {
  padding-bottom: 0;
}
.universal-form--row .form-wrap {
  align-self: center;
}
.universal-form--row .form-row {
  display: none;
}
.universal-form--sb .form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .universal-form--sb .form {
    flex-direction: column;
  }
}
.universal-form--sb .form-heading {
  padding-bottom: 0;
  margin-right: auto;
}
.universal-form--sb .form-wrap {
  align-self: center;
}
@media screen and (max-width: 767.98px) {
  .universal-form--sb .form-wrap {
    align-self: unset;
    width: 100%;
  }
}
.universal-form--sb .form-submit {
  justify-content: flex-end;
}
.universal-form--sb-submit .form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.universal-form--sb-submit .form-submit {
  align-self: flex-start;
  margin-left: auto;
}
.universal-form .form {
  z-index: 3;
}
.universal-form__img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
}
.universal-form__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .universal-form .form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.universal .table-full {
  display: flex;
}
.universal .table-full .table {
  min-width: 1030px;
}
@media screen and (min-width: 1230px) {
  .universal .table-full .table {
    min-width: unset;
  }
}

.comparison__product-actions {
  display: flex;
  margin-bottom: 1rem;
}
.comparison__product-actions .product-actions__checkbox {
  margin-right: unset;
}
.comparison__product-actions .product-actions {
  padding: 0;
  border: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 660px) {
  .comparison__product-actions .product-actions {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
}
.comparison__product-actions .product-actions__btn span {
  display: flex;
}
.comparison__product-actions .avaibility-title {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 659.98px) {
  .comparison__product-actions .avaibility-toggle {
    order: -1;
  }
}
.comparison__main-slider--mobile {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1050px) {
  .comparison__main-slider--mobile {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .comparison__main-slider--mobile .product-card__image-container {
    height: 195px;
  }
  .comparison__main-slider--mobile .product-card__content {
    padding: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .comparison__main-slider--mobile .product-card__image-container {
    height: 140px;
  }
  .comparison__main-slider--mobile .product-card__content {
    padding: 1rem 0;
  }
}
.comparison__main-slider--desktop {
  position: relative;
  display: none;
}
@media screen and (min-width: 1050px) {
  .comparison__main-slider--desktop {
    display: flex;
  }
}
.comparison__main-slider-add-product{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.comparison__main-slider-add-product-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comparison__main-slider-add-product-btn p {
  --primary-min-width: 48px;
  width: var(--primary-min-width);
  max-width: var(--primary-min-width);
  height: var(--primary-min-width);
  max-height: var(--primary-min-width);
  min-height: var(--primary-min-width);
  padding: 0.7rem;
  font-size: 32px;
  line-height: 100%;
}
.comparison__main-slider-add-product-btn span{
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(237 117 35 / var(--tw-text-opacity, 1));
}
.comparison__main-slider-add-product-btn:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.comparison-slider-mobile-btns {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.comparison-slider-mobile-btns .comparison-slider__btn {
  position: static;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  transform: translateY(0) scale(1);
}
.comparison-slider-mobile-btns .comparison-slider__btn svg {
  display: flex !important;
}
.comparison-slider-mobile-btns .comparison-slider__btn:hover {
  transform: translateY(0) scale(1.1);
}
.comparison-slider-mobile-btns .swiper-pagination {
  position: static;
  inset: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.comparison__characteristic {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.comparison__characteristic-block {
  transition: all 0.4s ease-in;
}
.comparison__characteristic-slider {
  position: relative;
}
@media screen and (min-width: 1050px) {
  .comparison__characteristic-slider:nth-of-type(even) {
    background-color: #ffffff;
  }
  .comparison__characteristic-slider:nth-of-type(odd) {
    background-color: #f1f2f3;
    border-radius: 1rem;
  }
  .comparison__characteristic-slider .swiper {
    overflow: hidden !important;
  }
}
.comparison__characteristic-slider .swiper-slide.swiper-slide-active .comparison__characteristic-item {
  justify-content: flex-end;
}
@media screen and (min-width: 1050px) {
  .comparison__characteristic-slider .swiper-slide:first-of-type .comparison__characteristic-item {
    border-radius: 1rem 0 0 1rem;
  }
  .comparison__characteristic-slider .swiper-slide:last-of-type .comparison__characteristic-item {
    border-radius: 0 1rem 1rem 0;
  }
}
.comparison__characteristic-item {
  width: 100%;
  min-height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 0 1rem 1rem;
  border-top: 1px solid #f1f2f3;
}
@media screen and (min-width: 1050px) {
  .comparison__characteristic-item {
    border-top: unset;
    padding: 1rem;
  }
}
.comparison__characteristic-btn {
  gap: 0.5rem;
}
.comparison__characteristic-btn svg {
  transition: all 0.2s ease;
}
.comparison__add-product {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1050px) {
  .comparison__add-product {
    display: none;
  }
}
.comparison__add-btn {
  --primary-min-width: 100%;
  max-width: var(--primary-min-width);
}
@media screen and (min-width: 660px) {
  .comparison__add-btn {
    --primary-min-width: 360px;
  }
}
.comparison__gradient{
  position: absolute;
  top: 0px;
  height: 2.5rem;
  width: 5rem;
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.comparison__gradient--left{
  left: 0px;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.comparison__gradient--right{
  right: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.comparison--characters-hidden {
  display: none;
}

.favorites-wrap {
  width: 100%;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.favorites-products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.favorites-products .products-container {
  padding-left: 0;
  padding-right: 0;
}

.comparison-slider {
  --comparison-slider-padding: 0 1rem;
  position: relative;
  padding: var(--comparison-slider-padding);
}
@media screen and (min-width: 1050px) {
  .comparison-slider {
    --comparison-slider-padding: 0 1.5rem;
  }
}
.comparison-slider__btn{
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  top: 50%;
  transform: translateY(-50%) scale(1);
  padding: 1rem;
  transition: all 0.3s ease;
}
.comparison-slider__btn:hover {
  transform: translateY(-50%) scale(1.1);
}
.comparison-slider__btn--prev {
  left: 0.5rem;
}
.comparison-slider__btn--prev svg {
  transform: rotate(180deg);
}
.comparison-slider__btn--next {
  right: 0.5rem;
}
@media screen and (min-width: 1050px) {
  .comparison-slider__btn {
    padding: 0.5rem;
  }
  .comparison-slider__btn--prev {
    left: 0rem;
  }
  .comparison-slider__btn--next {
    right: 0rem;
  }
  .comparison-slider__btn svg:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 1049.98px) {
  .comparison-slider__btn svg:nth-of-type(1) {
    display: none;
  }
}
.comparison-slider--hidden {
  opacity: 0;
  pointer-events: none;
}
.comparison-slider__list{
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.comparison-slider__list::-webkit-scrollbar {
  display: none;
}
.comparison-slider__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media not all and (min-width: 768px){
  .comparison-slider__list{
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.shops__wrap{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.shops__wrap .dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
.shops__wrap .dropdown-btn {
  --dropdown-btn-min-width: 250px;
}
.shops__map{
  height: 50vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
}
@media (min-width: 768px){
  .shops__map{
    height: 40vh;
  }
}
.shops__map > *{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shops__grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media not all and (min-width: 570px){
  .shops__grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .shops__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1050px){
  .shops__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.shops__grid {
  padding-top: 1rem;
}

.furniture > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1050px) {
  .furniture > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.furniture__banner {
  margin-top: 1rem;
}
@media screen and (min-width: 1050px) {
  .furniture__banner {
    margin-top: 1.5rem;
  }
}
.furniture__banner-wrap{
  position: relative;
  height: 30vh;
  max-height: 590px;
  min-height: 485px;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.furniture__banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.furniture__banner-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(30 21 20 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(30 21 20 / 0) var(--tw-gradient-to-position);
}
@media (min-width: 1050px){
  .furniture__banner-bg{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
}
.furniture__banner-content{
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 32px;
  padding-bottom: 41px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .furniture__banner-content{
    gap: 0.5rem;
  }
}
@media (min-width: 975px){
  .furniture__banner-content{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 46px;
    padding-bottom: 46px;
  }
}
.furniture__banner-title{
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px){
  .furniture__banner-title{
    font-size: 64px;
  }
}
.furniture__banner-text{
  max-width: 350px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  .furniture__banner-text{
    font-size: 20px;
  }
}
.furniture__banner-btn {
  --primary-min-width: 100%;
  align-self: flex-start;
  margin-top: auto;
}
@media (min-width: 660px) {
  .furniture__banner-btn {
    --primary-min-width: 146px;
  }
}
.furniture__description-text {
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  color: rgb(19, 21, 26);
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
@media (min-width: 768px) {
  .furniture__description-text {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (min-width: 1050px) {
  .furniture__description-text {
    padding-top: 1.5rem;
  }
}
.furniture__description-text p:not(:last-child) {
  padding-bottom: 1rem;
}
.furniture__projects-wrap {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media not all and (min-width: 1050px){
  .furniture__projects-wrap{
    margin-top: 1rem;
  }
}
@media (min-width: 1050px){
  .furniture__projects-wrap{
    gap: 1rem;
  }
}
.furniture__projects-subtitle{
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.furniture__projects-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px){
  .furniture__projects-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1050px){
  .furniture__projects-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.furniture__projects-grid_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.furniture__projects-grid_item img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: all 0.3s ease;
}
.furniture__projects-grid_item img:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transform: scale(1.05);
}
@media screen and (max-width: 767.98px) {
  .furniture__projects-grid_item img {
    max-height: 228px;
  }
  .furniture__projects-grid_item img:hover {
    transform: scale(1.02);
  }
}
@media screen and (min-width: 768px) {
  .furniture__projects-grid_item:nth-of-type(odd) img:nth-of-type(odd) {
    min-height: 224px;
    max-height: 224px;
  }
  .furniture__projects-grid_item:nth-of-type(even) img:nth-of-type(even) {
    min-height: 224px;
    max-height: 224px;
  }
}
.furniture__form {
  padding-top: 1rem;
}
.furniture__form-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  padding: 1.5rem;
  border-radius: 30px;
  background-color: transparent;
  overflow: hidden;
}
.furniture__form-wrap:not(:has(.furniture__form-img)) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 222 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 222 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(237 117 35 / 0.2) var(--tw-gradient-to-position);
}
.furniture__form .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  z-index: 3;
}
.furniture__form .form-heading {
  padding-bottom: 0;
}
.furniture__form .form-wrap {
  align-self: center;
}
.furniture__form .form-row {
  display: none;
}
.furniture__form .form-description {
  font-size: 14px;
}
.furniture__form .form-submit__btn {
  --primary-min-width: 100%;
}
@media screen and (min-width: 660px) {
  .furniture__form .form-submit__btn {
    --primary-min-width: 146px;
  }
}
@media screen and (max-width: 767.98px) {
  .furniture__form .form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.furniture__form-img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
}
.furniture__form-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.furniture__form-img_mobile {
  display: block;
}
.furniture__form-img_desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .furniture__form-img_mobile {
    display: none;
  }
  .furniture__form-img_desktop {
    display: block;
  }
}
.furniture__modal-form .form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.furniture__modal-form .form-input {
  --form-input-height: 60px;
}
.furniture__modal-form .form .checkbox-label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.furniture__modal-btn {
  --primary-min-width: 100%;
}
.furniture-slider__modal .modal-header {
  justify-content: space-between;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .furniture-slider__modal .modal-header .furniture-slider__modal-btn {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}
.furniture-slider__modal-btn {
  --primary-min-width: 146px;
  font-weight: 600;
}
@media screen and (max-width: 660px) {
  .furniture-slider__modal-btn {
    --primary-min-width: 100%;
  }
}
.furniture-slider__modal-wrap {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1049.98px) {
  .furniture-slider__modal-wrap {
    flex-direction: column;
  }
}
.furniture-slider__modal-imgs {
  height: 382px;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .furniture-slider__modal-imgs {
    height: 100%;
    flex-direction: column;
  }
}
.furniture-slider__modal-thumbnail {
  --furniture-thumbnail-swiper-x: 61px;
  --furniture-thumbnail-swiper-y: 302px;
  width: var(--furniture-thumbnail-swiper-x);
  min-width: var(--furniture-thumbnail-swiper-x);
  max-width: var(--furniture-thumbnail-swiper-x);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 0.5rem;
}
.furniture-slider__modal-thumbnail .furniture-thumbnail-swiper-wrap {
  overflow: hidden;
}
.furniture-slider__modal-thumbnail .furniture-thumbnail-swiper {
  height: var(--furniture-thumbnail-swiper-y);
  max-height: var(--furniture-thumbnail-swiper-y);
  min-height: var(--furniture-thumbnail-swiper-y);
  scrollbar-width: none;
}
.furniture-slider__modal-thumbnail .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 3px;
  border-color: transparent;
  overflow: hidden;
  cursor: pointer;
}
.furniture-slider__modal-thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .furniture-slider__modal-thumbnail {
    --furniture-thumbnail-swiper-x: 100%;
    --furniture-thumbnail-swiper-y: 60px;
    order: 1;
    flex-direction: unset;
  }
  .furniture-slider__modal-thumbnail .furniture-thumbnail-swiper-wrap {
    margin: 0 auto;
  }
  .furniture-slider__modal-thumbnail .swiper-wrapper {
    max-width: 350px !important;
  }
}
@media screen and (max-width: 600px) {
  .furniture-slider__modal-thumbnail .swiper-wrapper {
    max-width: 282px !important;
  }
}
@media screen and (max-width: 480px) {
  .furniture-slider__modal-thumbnail .swiper-wrapper {
    max-width: 202px !important;
  }
}
@media screen and (max-width: 374px) {
  .furniture-slider__modal-thumbnail .swiper-wrapper {
    max-width: 100% !important;
  }
  .furniture-slider__modal-thumbnail .furniture-slider__modal-arrow {
    display: none;
  }
}
.furniture-slider__modal-main {
  max-width: 448px;
  min-width: 448px;
  height: 382px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .furniture-slider__modal-main {
    max-width: 100%;
    min-width: 100%;
  }
}
.furniture-slider__modal-main_slide-wrap {
  position: relative;
  height: 100%;
  max-height: 382px;
  width: 100%;
  max-width: 448px;
  border-radius: 1rem;
  overflow: hidden;
}
.furniture-slider__modal-main_slide-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .furniture-slider__modal-main_slide-wrap {
    max-width: 100%;
  }
  .furniture-slider__modal-main_slide-wrap .swiper-slide {
    width: 100% !important;
  }
}
.furniture-slider__modal-main_info{
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  gap: 0.5rem;
}
.furniture-slider__modal-main_info > *{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.furniture-slider__modal-arrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #f1f2f3;
}
@media screen and (max-width: 767.98px) {
  .furniture-slider__modal-arrow--prev svg {
    transform: rotate(-90deg);
  }
}
.furniture-slider__modal-arrow--next svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 767.98px) {
  .furniture-slider__modal-arrow--next svg {
    transform: rotate(90deg);
  }
  .furniture-slider__modal-arrow {
    max-width: 50px;
  }
}
.furniture-slider__modal-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 768px){
  .furniture-slider__modal-text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.furniture-slider__modal-accordion {
  height: 382px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden auto;
}
.furniture-slider__modal-accordion .accordion-content {
  gap: 1rem;
}
.furniture-slider__modal-accordion ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.furniture-slider__modal-accordion ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1049.98px) {
  .furniture-slider__modal-accordion {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .furniture-slider__modal-accordion .furniture-slider__modal-btn {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1049.98px) {
  .furniture-slider__modal .modal-dark__wrap {
    --modal-dark-width: 100%;
    top: 0;
    height: 100%;
    overflow-y: auto;
  }
  .furniture-slider__modal .modal-dark__overflow {
    align-items: flex-start;
    overflow-x: hidden;
  }
  .furniture-slider__modal .modal-dark__overflow-wrap {
    min-height: 100vh;
    border-radius: 0;
  }
  .furniture-slider__modal .modal-header {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .furniture-slider__modal .modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.sales-managers__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
.sales-managers__title {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.01em;
  color: #000f17;
}
.sales-managers__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .sales-managers__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1050px) {
  .sales-managers__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1440px) {
  .sales-managers__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.sales-managers .manager-card__phone {
  --manager-card-icon-size: 12px;
}
.sales-managers .manager-card__phone svg {
  width: var(--manager-card-icon-size);
  min-width: var(--manager-card-icon-size);
  max-width: var(--manager-card-icon-size);
  height: var(--manager-card-icon-size);
  min-height: var(--manager-card-icon-size);
  max-height: var(--manager-card-icon-size);
}
.sales-managers .manager-card__phone svg path {
  fill: #707A87;
}
.sales-managers .manager-card__email {
  color: #004986;
}

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

@media not all and (min-width: 1050px){
  .burger-menu{
    display: none;
  }
}
@media (min-width: 769px) {
  .burger-menu__nav{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    line-height: 17.64px;
    --tw-text-opacity: 1;
    color: rgb(112 122 135 / var(--tw-text-opacity, 1));
  }
  .burger-menu__nav > li{
    position: relative;
    z-index: 101;
  }
  .burger-menu__nav > li > a{
    cursor: pointer;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .burger-menu__nav > li > a:hover{
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  }
  .burger-menu__nav > li > a.active ~ ul {
    display: flex;
    flex-direction: column;
  }
  .burger-menu__nav > li ul{
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 10;
    margin-top: 0.5rem;
    min-width: 180px;
    overflow: hidden;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 15 23 / var(--tw-text-opacity, 1));
  display: none;
  }
.category-list__item.burger-menu__nav > li ul {
  display: none;
}
.category__show-more .show-more-btn.burger-menu__nav > li ul {
  display: none;
}
  .burger-menu__nav > li ul {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  }
  .burger-menu__nav > li ul a{
    display: flex;
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .burger-menu__nav > li ul a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(204 235 249 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .burger-menu__nav .burger-menu__dropdown--desktop-only {
    display: none;
  }
}
.burger-menu__city{
  display: flex;
  gap: 0.25rem;
}
.burger-menu__city svg{
  height: 20px;
  width: 20px;
}
.burger-menu__city p{
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.burger-menu__contact{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.burger-menu__contact svg{
  height: 16px;
  width: 16px;
}
.burger-menu__contact span{
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  --tw-text-opacity: 1;
  color: rgb(0 15 23 / var(--tw-text-opacity, 1));
}
.burger-menu__contact:hover, .burger-menu__contact:focus{
  text-decoration-line: underline;
}
.burger-menu__heading {
  display: none;
}
.burger-menu__arrow {
  display: none;
}

@media (max-width: 768px) {
  body.burger-menu-opened {
    overflow: hidden;
  }
  body.burger-menu-opened .header__burger-btn {
    display: none;
  }
  body.burger-menu-opened .header__close-btn {
    display: block;
  }
  body.burger-menu-opened .header__search-btn {
    display: none;
  }
  body.burger-menu-opened .burger-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 90;
    padding: 5rem 0 5rem 0;
    overflow-y: scroll;
    justify-content: flex-start;
  }
  body.burger-menu-opened .burger-menu__city {
    display: flex;
    order: 1;
    margin-top: 1rem;
  }
  body.burger-menu-opened .burger-menu__nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 0;
  }
  body.burger-menu-opened .burger-menu__nav > li {
    width: 100%;
    color: #333333;
  }
  body.burger-menu-opened .burger-menu__contact {
    display: flex;
    order: 2;
    margin-top: 0.5rem;
  }
  body.burger-menu-opened .burger-menu__city, body.burger-menu-opened .burger-menu__contact {
    gap: 0.25rem;
    padding: 0 1rem;
    align-items: center;
  }
  body.burger-menu-opened .burger-menu a:not(.burger-menu__contact) {
    display: flex;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #D8E8F3;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    justify-content: space-between;
  }
  body.burger-menu-opened .burger-menu__dropdown .burger-menu__arrow {
    display: block;
    width: 20px;
    height: 20px;
  }
  body.burger-menu-opened .burger-menu__heading {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    border-bottom: 1px solid #D8E8F3;
  }
  body.burger-menu-opened .burger-menu__heading svg {
    width: 16px;
    height: 16px;
    display: flex;
    align-self: center;
  }
  body.burger-menu-opened .burger-menu__heading span {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
  }
}
.modal {
  position: fixed;
  z-index: var(--modal-z-index);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.modal--show {
  pointer-events: auto;
  opacity: 1;
}
.modal--show .modal-dark__wrap {
  transform: translate(-50%, 0);
}
.modal--show.modal--sm .modal-dark__wrap {
  transform: translate(-50%, -50%);
}
.modal--show.modal--notification {
  background-color: transparent;
  inset: unset;
}
.modal--show.modal--notification .modal-dark__wrap {
  transform: translate(-50%, 10%);
}
.modal--show.modal--notification .modal-dark__overflow-wrap {
  background-color: rgba(22, 24, 27, 0.9);
}
.modal--sm .modal-dark__wrap {
  top: 50%;
  transform: translate(-50%, -10%);
}
@media screen and (min-width: 1050px) {
  .modal--sm .modal-dark__wrap {
    --modal-dark-width: 460px;
  }
}
@media screen and (max-width: 767.98px) {
  .modal--sm .modal-dark__wrap {
    height: 100%;
  }
}
.modal--notification .modal-dark__wrap {
  top: 1rem;
  transform: translate(-50%, 0);
  height: auto;
  overflow: unset;
}
@media screen and (min-width: 1050px) {
  .modal--notification .modal-dark__wrap {
    --modal-dark-width: 450px;
  }
}
@media screen and (max-width: 767.98px) {
  .modal--notification .modal-dark__wrap {
    height: auto;
  }
}
.modal--notification .modal-header {
  padding: 0;
}
.modal--notification .modal-close {
  --modal-close-btn-size: 16px;
  top: 1.5rem;
  right: 1rem;
}
.modal--notification .modal-close__icon path {
  fill: #ffffff;
  stroke: #ffffff;
}
.modal--notification .modal-body {
  padding: 0.8rem 1rem;
}
.modal--notification .modal-dark__overflow {
  border-radius: 0.6rem;
  padding: 0;
}
.modal-wrap{
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.modal-overflow{
  height: 100%;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
.modal-dark__wrap {
  --modal-dark-width: calc(100% - 30px);
  position: fixed;
  top: 20px;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  max-width: var(--modal-dark-width);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  transform: translate(-50%, -40px);
  transition: all 0.3s ease;
}
@media screen and (min-width: 660px) {
  .modal-dark__wrap {
    align-items: center;
  }
}
@media screen and (min-width: 1050px) {
  .modal-dark__wrap {
    --modal-dark-width: 960px;
  }
}
.modal-dark__overflow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}
.modal-dark__overflow-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  --modal-header-padding: 2rem 1rem 1rem;
  padding: var(--modal-header-padding);
}
@media screen and (min-width: 768px) {
  .modal-header {
    --modal-header-padding: 2rem 2rem 1rem ;
  }
}
.modal-body {
  --modal-body-padding: 1rem 1rem 2rem;
  padding: var(--modal-body-padding);
}
@media screen and (min-width: 768px) {
  .modal-body {
    --modal-body-padding: 1rem 1.8rem 2rem;
  }
}
.modal-footer {
  margin-top: auto;
  --modal-footer-padding: 1rem 1rem 2rem;
  padding: var(--modal-footer-padding);
}
@media screen and (min-width: 768px) {
  .modal-footer {
    --modal-footer-padding: 1rem 1.8rem 2rem;
  }
}
.modal-title {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0, 15, 23, var(--tw-text-opacity, 1));
  font-size: clamp(24px, 2vw, 30px);
  line-height: clamp(30.24px, 2.5vw, 37.8px);
}
.modal-close {
  --modal-close-btn-size: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: var(--modal-close-btn-size);
  min-width: var(--modal-close-btn-size);
  max-width: var(--modal-close-btn-size);
  height: var(--modal-close-btn-size);
  min-height: var(--modal-close-btn-size);
  max-height: var(--modal-close-btn-size);
}
.modal-close__icon {
  width: var(--modal-close-btn-size);
  min-width: var(--modal-close-btn-size);
  max-width: var(--modal-close-btn-size);
  height: var(--modal-close-btn-size);
  min-height: var(--modal-close-btn-size);
  max-height: var(--modal-close-btn-size);
}
.modal--share-cart .modal-close {
  top: 10px;
  transform: unset;
}
.modal--share-cart .notification {
  flex-direction: column;
  padding-right: 0;
}
@media screen and (max-width: 659.98px) {
  .modal--share-cart .notification {
    gap: 1rem;
  }
}
.modal--share-cart .notification-item:first-of-type {
  padding-right: 40px;
}
.modal--share-cart .notification-item__link {
  --secondary-btn-min-width: 110px;
}
@media screen and (max-width: 659.98px) {
  .modal--share-cart .notification-item:nth-of-type(2) {
    flex-direction: column;
    gap: 1rem;
  }
  .modal--share-cart .notification-item .notification-item__link {
    --secondary-btn-min-width: 100%;
  }
}

:root {
  --overlay-z-index: 149;
  --modal-z-index: 150;
}

.placeholder\:text-sm::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:font-normal::-moz-placeholder{
  font-weight: 400;
}

.placeholder\:font-normal::placeholder{
  font-weight: 400;
}

.placeholder\:text-\[\#707A87\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#707A87\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 122 135 / var(--tw-text-opacity, 1));
}

.focus-within\:scale-110:focus-within{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus-within\:border:focus-within{
  border-width: 1px;
}

.focus-within\:border-\[\#C6CACF\]:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
}

.focus-within\:bg-white:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#E6F5FC\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ED7523\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 35 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F1F2F3\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#e0e0e0\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:from-\[\#BB0F33\]:hover{
  --tw-gradient-from: #BB0F33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 15 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#ED7523\]:hover{
  --tw-gradient-to: #ED7523 var(--tw-gradient-to-position);
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:decoration-solid:hover{
  text-decoration-style: solid;
}

.focus\:border-none:focus{
  border-style: none;
}

.focus\:border-\[\#C6CACF\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:border:focus-visible{
  border-width: 1px;
}

.focus-visible\:border-\[\#C6CACF\]:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(198 202 207 / var(--tw-border-opacity, 1));
}

.focus-visible\:bg-white:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group\/copy:hover .group-hover\/copy\:fill-white{
  fill: #fff;
}

.group\/fav:hover .group-hover\/fav\:fill-white{
  fill: #fff;
}

.group\/cart:hover .group-hover\/cart\:stroke-white{
  stroke: #fff;
}

.group:hover .group-hover\:drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.peer:focus ~ .peer-focus\:opacity-100{
  opacity: 1;
}

@media not all and (min-width: 1385px){
  .max-sxxl\:flex-col{
    flex-direction: column;
  }
}

@media not all and (min-width: 1050px){
  .max-ddxl\:hidden{
    display: none;
  }
}

@media not all and (min-width: 768px){
  .max-md\:flex{
    display: flex;
  }
  .max-md\:w-full{
    width: 100%;
  }
  .max-md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .max-md\:flex-col{
    flex-direction: column;
  }
  .max-md\:items-end{
    align-items: flex-end;
  }
  .max-md\:items-center{
    align-items: center;
  }
  .max-md\:justify-between{
    justify-content: space-between;
  }
  .max-md\:gap-2{
    gap: 0.5rem;
  }
  .max-md\:p-0{
    padding: 0px;
  }
}

@media not all and (min-width: 462px){
  .max-rssm\:flex-col{
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .lg\:hidden{
    display: none;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:opacity-\[60\%\]{
    opacity: 60%;
  }
  .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .group:hover .lg\:group-hover\:mt-2{
    margin-top: 0.5rem;
  }
  .group:hover .lg\:group-hover\:block{
    display: block;
  }
  .group:hover .lg\:group-hover\:flex{
    display: flex;
  }
  .group:hover .lg\:group-hover\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .lg\:group-hover\:justify-between{
    justify-content: space-between;
  }
  .group:hover .lg\:group-hover\:opacity-\[100\%\]{
    opacity: 100%;
  }
  .group:hover .lg\:group-hover\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

@media (min-width: 1050px){
  .ddxl\:hidden{
    display: none;
  }
  .ddxl\:p-6{
    padding: 1.5rem;
  }
}