/*
! tailwindcss v3.3.3 | 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.
*/

html {
  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: Gotham Pro, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

html {
  font-family: "Gotham Pro", sans-serif;
}

input {
  outline: none;
}

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

input[type="number"] {
  -moz-appearance: textfield;
  outline: none;
  background: none;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1495px;
}

a {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.material-icons {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hidden {
  visibility: hidden;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body {
  background-image: url('../img/background.png');
}

.header-bg {
  background-image: url('../img/bg-top.png');
}

.top-header {
  background-color: rgb(255 255 255 / 0.5);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .top-header {
    visibility: hidden;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .catalog-menu .top-header {
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .toast .top-header {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .top-header {
    display: none;
  }
}

.top-header .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .top-header .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.top-header .header-menu {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
  gap: 0.5rem;
}

.top-header .header-menu li {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.top-header .header-menu li:hover {
  transition-duration: 500ms;
}

.top-header .header-menu li a {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.top-header .header-menu li a:hover {
  text-decoration-line: underline;
}

.fixed-top {
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.phones {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.phones > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (max-width: 767px) {
  .phones {
    justify-content: center;
  }
}

.phones a {
  border-bottom-width: 2px;
  border-color: transparent;
  font-size: 1.5rem;
  line-height: 2rem;
}

.phones a:hover {
  border-color: inherit;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  .phones a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 767px) {
  .phones a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.phones .material-icons {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .logo {
    justify-content: center;
  }
}

@media (max-width: 639px) {
  .logo {
    margin-left: 0px;
  }
}

.top-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  row-gap: 2rem;
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .top-menu {
    padding: 1.5rem;
  }
}

@media (max-width: 639px) {
  .top-menu {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.cli-menu {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .cli-menu {
    display: none;
  }
}

.cli-menu .material-icons {
  font-size: 1.875rem;
  line-height: 2.25rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cli-menu .material-icons:hover {
  --tw-text-opacity: 1;
  color: rgb(181 148 91 / var(--tw-text-opacity));
}

.cli-menu .cart {
  position: relative;
}

.cli-menu .lang-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cli-menu .count {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -0.25rem;
  margin-right: -0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shopping-cart {
  top: 100%;
  overflow: hidden;
  padding: 2rem;
}

.footer-blocks .shopping-cart .cart-products h5 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.footer-blocks .shopping-cart .cart-products p {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(233 223 205 / var(--tw-text-opacity));
}

.footer-blocks .shopping-cart .cart-products ul {
  margin-bottom: 1.5rem;
}

.footer-blocks .shopping-cart .cart-products ul li {
  margin-bottom: 0.75rem;
}

.shopping-cart .cart-products {
  margin-bottom: 1.5rem;
  display: block;
}

.shopping-cart .cart-products img {
  border-width: 2px;
}

.shopping-cart .cart-products .products-col .cart-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.shopping-cart .cart-products .products-col {
  margin-bottom: 1.5rem;
}

.shopping-cart .cart-products .products-col .cart-product {
  position: relative;
  z-index: 10;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.25rem;
}

.shopping-cart .cart-products .products-col .cart-product .delete-button {
  position: absolute;
  right: 0px;
  top: 0px;
}

.shopping-cart .cart-products .products-col .cart-product .cart-pd-img {
  min-width: 5.5rem;
}

.shopping-cart .cart-products .products-col .cart-product .cart-pd-img img {
  max-width: 75px;
  vertical-align: top;
}

.shopping-cart .cart-products .products-col .cart-product .cart-pd-info {
  font-size: 0.875rem;
}

.shopping-cart .cart-products .products-col .cart-product .cart-pd-info .cart-pd-calc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.shopping-cart .cart-products .products-col .cart-product .cart-pd-info .cart-pd-calc .cart-pd-col {
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.shopping-cart .cart-products .products-col .cart-product .cart-pd-info .cart-pd-calc .cart-pd-col .material-icons {
  font-size: 1rem;
  line-height: 1.5rem;
}

.shopping-cart .cart-products .products-col .cart-product .cart-pd-info .cart-pd-calc .cart-pd-col input {
  width: 0.5rem;
}

.shopping-cart .cart-footer {
  position: relative;
  padding-top: 1.5rem;
}

.shopping-cart .cart-footer::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.shopping-cart .cart-footer .sumtotal {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.3px;
}

.shopping-cart .cart-footer .checkout {
  display: flex;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  line-height: 2rem;
}

.shopping-cart .cart-footer .checkout:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.catalog-menu {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 223 205 / var(--tw-bg-opacity));
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.catalog-menu .hidden {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.burger {
  display: none;
  align-content: flex-end;
  justify-content: center;
  justify-items: center;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(233 223 205 / var(--tw-bg-opacity));
}

@media (max-width: 767px) {
  .burger {
    display: flex;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

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

.burger .menu {
  float: left;
}

.burger .cart-icon-button {
  float: right;
}

.burger .cart-icon-button .count {
  position: absolute;
  right: 0.75rem;
  margin-top: -0.25rem;
  margin-right: -0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.burger .cart-icon-button .material-icons {
  font-size: 1.875rem;
  line-height: 2.25rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.burger .cart-icon-button .material-icons:hover {
  --tw-text-opacity: 1;
  color: rgb(181 148 91 / var(--tw-text-opacity));
}

.main-menu {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .main-menu {
    display: grid;
  }
}

.main-menu li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.main-menu li a {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.35rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.main-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .main-menu li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.main-menu li a span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1023px) {
  .main-menu li a span {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-menu li a span img {
  width: 2rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.main-menu li a .li-name {
  border-bottom-width: 2px;
  border-color: transparent;
}

.main-menu li a .li-name::first-letter {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.main-menu li a .li-name:hover {
  border-color: inherit;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.main-contant {
  padding-top: 4rem;
  padding-bottom: 9rem;
}

@media (max-width: 767px) {
  .main-contant {
    padding-top: 0px;
  }

  .hslider {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.home-slider {
  margin: 1rem;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

@media (max-width: 767px) {
  .home-slider {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    border-radius: 0px;
    border-width: 0px;
  }
}

.home-slider img {
  width: 100%;
  border-radius: 0.5rem;
}

@media (max-width: 767px) {
  .home-slider img {
    border-radius: 0px;
  }
}

.title-page {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.cat-catalog {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (max-width: 1279px) {
  .cat-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .cat-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cat-catalog {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.product-col {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
}

.product-col .pb {
  align-self: stretch;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-col .pb:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.product-col .pd-img img {
  height: auto;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-size: contain;
}

.product-col .pb-data {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-col .pb {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.product-col .pb .pd-description .name {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.product-col .pb .pd-description .name::first-letter {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.product-col .pb .pd-description .name a {
  border-bottom-width: 2px;
  border-color: transparent;
}

.product-col .pb .pd-description .name a:hover {
  border-color: inherit;
}

.product-col .pb .pd-description .productinfo {
  margin-bottom: 1rem;
}

.product-col .pb .pd-description {
  margin-bottom: 2rem;
}

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

.pd-calc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pd-calc .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.pd-calc .quantity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pd-calc .quantity .material-icons {
  line-height: 2.5rem;
}

.pd-calc .number {
  width: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.pd-calc .add-to-cart {
  margin-left: 0.25rem;
  height: 2.5rem;
  width: 2.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  text-align: center;
  line-height: 2rem;
}

.pd-calc .add-to-cart:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pd-calc .add-to-cart .material-icons {
  line-height: 2rem;
}

.productinfo {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.to-category {
  border-radius: 0.5rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 223 205 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.mcategory {
  margin-bottom: 4rem;
  display: grid;
}

.mcategory .title-page h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.in-category {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-pd {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767px) {
  .single-pd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.single-product-data {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .single-product-data {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.pd-data {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .pd-data {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.image-preview-container {
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 2px;
}

.single-product-description {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .single-product-description {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.single-product-description h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.single-pd-calc {
  display: grid;
  grid-auto-flow: dense;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.single-pd-calc .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.single-pd-calc .to-cart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.single-pd-calc .quantity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-pd-calc .quantity .material-icons {
  line-height: 2.5rem;
}

.single-pd-calc .number {
  width: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.single-pd-calc .add-to-cart {
  margin-left: 0.25rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: space-between;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  line-height: 2rem;
}

.single-pd-calc .add-to-cart:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-pd-calc .add-to-cart .material-icons {
  line-height: 2rem;
}

.spi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.spi h5 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.spi-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

.spi-in span {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.footer {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(29 34 40 / var(--tw-bg-opacity));
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.footer-bg {
  background-image: url('../img/bg-footer.png');
}

.footer-blocks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

@media (max-width: 1279px) {
  .footer-blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .footer-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .footer-blocks {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .footer-blocks {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.footer-blocks .block-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block-logo .footer-text {
  display: flex;
  align-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-blocks .block h5 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.footer-blocks .block p {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(233 223 205 / var(--tw-text-opacity));
}

.footer-blocks .block ul {
  margin-bottom: 1.5rem;
}

.footer-blocks .block ul li {
  margin-bottom: 0.75rem;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.footer-menu  ul li a {
  --tw-text-opacity: 1;
  color: rgb(233 223 205 / var(--tw-text-opacity));
}

.footer-menu ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(233 223 205 / var(--tw-text-opacity));
}

.footer-info__address, .footer-info__phone {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
}

.footer-info .material-icons {
  --tw-text-opacity: 1;
  color: rgb(181 148 91 / var(--tw-text-opacity));
}

.sesame-close-side {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.75);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.leftm-side-hide {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  width: 18rem;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 231 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.leftm-side-menu {
  display: grid;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.leftm-side-menu li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.leftm-side-menu li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.35rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.leftm-side-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .leftm-side-menu li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.leftm-side-menu li a span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1023px) {
  .leftm-side-menu li a span {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.leftm-side-menu li a span img {
  width: 2rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.leftm-side-menu li a .li-name {
  border-bottom-width: 2px;
  border-color: transparent;
}

.leftm-side-menu li a .li-name::first-letter {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.leftm-side-menu li a .li-name:hover {
  border-color: inherit;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.open {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rightm-side-hide {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  width: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 231 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.side-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(181 148 91 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 223 205 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.side-header .material-icons {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.chechout {
  position: relative;
  display: grid;
  height: 100%;
  width: 100%;
  overflow-x: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 241 / var(--tw-bg-opacity));
  --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 (max-width: 639px) {
  .chechout {
    border-radius: 0.5rem;
  }
}

.chechout .table {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

:is(.dark .chechout .table) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.chechout .checkout-product {
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.chechout .checkout-product:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

:is(.dark .chechout .checkout-product) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.chechout__header {
  --tw-bg-opacity: 1;
  background-color: rgb(233 223 205 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

:is(.dark .chechout__header) {
  --tw-bg-opacity: 1;
  background-color: rgb(233 223 205 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.checkout-cart-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1rem;
}

.checkout-cart-total h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.checkout-cart-total span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.sidebar {
  display: flex;
  flex-direction: column;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(233 223 205 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding: 1rem;
}

.sidebar .cart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.sidebar input {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.sidebar .comment {
  max-height: 7rem;
  min-height: 112px;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(233 223 205 / var(--tw-border-opacity));
}

@media (max-width: 1023px) {
  .sidebar .comment {
    width: 100%;
  }
}

.sidebar .checkout {
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  line-height: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .checkout:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.errorpage {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.errorpage h1 {
  font-size: 4.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.errorpage h1::first-letter {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .errorpage h1 {
    padding-top: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.errorpage h2 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .errorpage h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.errorpage .to-home {
  margin-top: 4rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .errorpage .to-home {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.about p {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about h1 {
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.about h2 {
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.toast {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  max-width: 20rem;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  --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);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.toast .hidden {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.toast-icon {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(233 223 205 / var(--tw-bg-opacity));
}

.toast-text {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.me-3 {
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-auto {
  margin-left: auto;
}

.ms-3 {
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.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 {
  resize: both;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-normal {
  justify-content: normal;
}

.justify-center {
  justify-content: center;
}

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

.gap-2 {
  gap: 0.5rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :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));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[\#e9dfcd\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 223 205 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

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

.bg-\[url\(\.\.\/assets\/bg-footer\.png\)\] {
  background-image: url(../assets/bg-footer.png);
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-16 {
  padding: 4rem;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-left {
  text-align: left;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

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

.font-semibold {
  font-weight: 600;
}

.text-\[\#b5945b\] {
  --tw-text-opacity: 1;
  color: rgb(181 148 91 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.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-lg {
  --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);
}

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

.blur {
  --tw-blur: blur(8px);
  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);
}

.filter {
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro-BoldItalic.eot');

  src: local('./fonts/Gotham Pro Bold Italic'), local('./fonts/GothamPro-BoldItalic'),
        url('./fonts/GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro-BoldItalic.woff') format('woff'),
        url('./fonts/GothamPro-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro-Italic.eot');

  src: local('./fonts/Gotham Pro Italic'), local('./fonts/GothamPro-Italic'),
        url('./fonts/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro-Italic.woff') format('woff'),
        url('./fonts/GothamPro-Italic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro-Medium.eot');

  src: local('./fonts/Gotham Pro Medium'), local('./fonts/GothamPro-Medium'),
        url('./fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro-Medium.woff') format('woff'),
        url('./fonts/GothamPro-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro-BlackItalic.eot');

  src: local('./fonts/Gotham Pro Black Italic'), local('./fonts/GothamPro-BlackItalic'),
        url('./fonts/GothamPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro-BlackItalic.woff') format('woff'),
        url('./fonts/GothamPro-BlackItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro-Bold.eot');

  src: local('./fonts/Gotham Pro Bold'), local('./fonts/GothamPro-Bold'),
        url('./fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro-Bold.woff') format('woff'),
        url('./fonts/GothamPro-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Narrow';

  src: url('./fonts/GothamProNarrow-Bold.eot');

  src: local('./fonts/Gotham Pro Narrow Bold'), local('./fonts/GothamProNarrow-Bold'),
        url('./fonts/GothamProNarrow-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamProNarrow-Bold.woff') format('woff'),
        url('./fonts/GothamProNarrow-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Narrow';

  src: url('./fonts/GothamProNarrow-Medium.eot');

  src: local('./fonts/Gotham Pro Narrow Medium'), local('./fonts/GothamProNarrow-Medium'),
        url('./fonts/GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamProNarrow-Medium.woff') format('woff'),
        url('./fonts/GothamProNarrow-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro-LightItalic.eot');

  src: local('./fonts/Gotham Pro Light Italic'), local('./fonts/GothamPro-LightItalic'),
        url('./fonts/GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro-LightItalic.woff') format('woff'),
        url('./fonts/GothamPro-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro-Light.eot');

  src: local('./fonts/Gotham Pro Light'), local('./fonts/GothamPro-Light'),
        url('./fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro-Light.woff') format('woff'),
        url('./fonts/GothamPro-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro-Black.eot');

  src: local('./fonts/Gotham Pro Black'), local('./fonts/GothamPro-Black'),
        url('./fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro-Black.woff') format('woff'),
        url('./fonts/GothamPro-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro.eot');

  src: local('./fonts/Gotham Pro'), local('./fonts/GothamPro'),
        url('./fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro.woff') format('woff'),
        url('./fonts/GothamPro.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';

  src: url('./fonts/GothamPro-MediumItalic.eot');

  src: local('./fonts/Gotham Pro Medium Italic'), local('./fonts/GothamPro-MediumItalic'),
        url('./fonts/GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamPro-MediumItalic.woff') format('woff'),
        url('./fonts/GothamPro-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

.rotate_active {
  transform: rotate(360deg);
}

.leftm-side-hide {
  transform: translate3d(-100%, 0, 0);
  left: auto;
}

.rightm-side-hide {
  transform: translate3d(100%, 0, 0);
  left: auto;
}

.open {
  transform: none;
}

/* ----------------------------------------
        Preloader
    ---------------------------------------- */

.mad-preloader-circle,
    .mad-preloader {
  position: fixed;
  width: 260vw;
  height: 260vw;
  margin-left: -130vw;
  margin-top: -130vw;
  background-color: #fff;
  z-index: 50;
  border-radius: 50%;
  transition-property: transform;
  transition-delay: 0ms;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-preloader-circle {
  transition-timing-function: linear;
}

.mad-preloader {
  left: 50%;
  top: 50%;
}

.mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
  transform: scale3d(0, 0, 0);
}

.mad-preloader-circle--appearing {
  transform: scale3d(1, 1, 1);
}

.menu {
  --s: 24px;
  /* control the size */
  --c: #374151;
  /* the color */
  height: var(--s);
  aspect-ratio: 1;
  border: none;
  text-shadow: text-gray-800 0 0 1px;
  font-size: var(--s);
  background: none;
  padding: 0;
  border-inline: calc(var(--s)/2) solid #0000;
  box-sizing: content-box;
  --_g1: linear-gradient(var(--c) 20%, #0000 0 80%, var(--c) 0) no-repeat content-box border-box;
  --_g2: radial-gradient(circle closest-side at 50% 12.5%, var(--c) 95%, #0000) repeat-y content-box border-box;
  background:
            var(--_g2) left var(--_p, 0px) top,
            var(--_g1) left calc(var(--s)/10 + var(--_p, 0px)) top,
            var(--_g2) right var(--_p, 0px) top,
            var(--_g1) right calc(var(--s)/10 + var(--_p, 0px)) top;
  background-size:
            20% 80%,
            40% 100%;
  position: relative;
  -webkit-clip-path: inset(0 25%);
          clip-path: inset(0 25%);
  -webkit-mask: linear-gradient(90deg, #0000, #000 25% 75%, #0000);
  cursor: pointer;
  transition:
            background-position .3s var(--_s, .3s),
            -webkit-clip-path 0s var(--_s, .6s);
  transition:
            background-position .3s var(--_s, .3s),
            clip-path 0s var(--_s, .6s);
  transition:
            background-position .3s var(--_s, .3s),
            clip-path 0s var(--_s, .6s),
            -webkit-clip-path 0s var(--_s, .6s);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.menu:before,
    .menu:after {
  content: "";
  position: absolute;
  border-radius: var(--s);
  inset: 40% 0;
  background: var(--c);
  transition: transform .3s calc(.3s - var(--_s, .3s));
}

.menu:checked {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  --_p: calc(-1*var(--s));
  --_s: 0s;
}

.menu:checked:before {
  transform: rotate(45deg);
}

.menu:checked:after {
  transform: rotate(-45deg);
}

.menu:focus-visible {
  -webkit-clip-path: none;
          clip-path: none;
  -webkit-mask: none;
  border: none;
  outline: 2px solid var(--c);
  outline-offset: 5px;
}

@media (max-width: 767px) {
  .md\:hidden {
    visibility: hidden;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .catalog-menu .md\:hidden {
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .toast .md\:hidden {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.first-letter\:bg-red-600::first-letter {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

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

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

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

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

.focus\:ring-2: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(2px + 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\:ring-4: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(4px + 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\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.peer:checked ~ .peer-checked\:border-\[\#b5945b\] {
  --tw-border-opacity: 1;
  border-color: rgb(181 148 91 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:bg-\[\#e9dfcd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 223 205 / var(--tw-bg-opacity));
}

:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-green-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-green-200) {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

:is(.dark .dark\:placeholder-gray-400)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

:is(.dark .dark\:hover\:border-gray-600:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:hover\:bg-gray-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:focus\:border-blue-500:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

:is(.dark .dark\:focus\:ring-blue-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-gray-700:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
}

@media (max-width: 1023px) {
  .lg\:grid {
    display: grid;
  }
}

@media (max-width: 767px) {
  .md\:hidden {
    display: none;
  }

  .md\:w-16 {
    width: 4rem;
  }
}
    
    
    