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

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.left-0 {
    left: 0px;
}

.right-\[-29\%\] {
    right: -29%;
}

.right-\[26\%\] {
    right: 26%;
}

.top-0 {
    top: 0px;
}

.top-\[-12\%\] {
    top: -12%;
}

.top-\[-152\%\] {
    top: -152%;
}

.z-10 {
    z-index: 10;
}

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

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-\[118px\] {
    margin-bottom: 118px;
}

.mb-\[132px\] {
    margin-bottom: 132px;
}

.mb-\[150px\] {
    margin-bottom: 150px;
}

.mb-\[160px\] {
    margin-bottom: 160px;
}

.mb-\[210px\] {
    margin-bottom: 210px;
}

.mb-\[30px\] {
    margin-bottom: 30px;
}

.mb-\[32px\] {
    margin-bottom: 32px;
}

.mb-\[40px\] {
    margin-bottom: 40px;
}

.mb-\[45px\] {
    margin-bottom: 45px;
}

.mb-\[50px\] {
    margin-bottom: 50px;
}

.mb-\[90px\] {
    margin-bottom: 90px;
}

.mb-\[98px\] {
    margin-bottom: 98px;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-\[26px\] {
    margin-left: 26px;
}

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

.mr-\[121px\] {
    margin-right: 121px;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-\[20px\] {
    margin-top: 20px;
}

.mt-\[34\.5px\] {
    margin-top: 34.5px;
}

.mt-\[34px\] {
    margin-top: 34px;
}

.mt-\[40px\] {
    margin-top: 40px;
}

.mt-\[64\.5px\] {
    margin-top: 64.5px;
}

.mt-\[90px\] {
    margin-top: 90px;
}

.mt-auto {
    margin-top: auto;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-\[30px\] {
    margin-top: 30px;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-\[156px\] {
    height: 156px;
}

.h-\[20px\] {
    height: 20px;
}

.h-\[24px\] {
    height: 24px;
}

.h-\[280px\] {
    height: 280px;
}

.h-\[30px\] {
    height: 30px;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.w-\[20px\] {
    width: 20px;
}

.w-\[24px\] {
    width: 24px;
}

.w-\[30px\] {
    width: 30px;
}

.w-\[506px\] {
    width: 506px;
}

.w-\[98\%\] {
    width: 98%;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-\[90\%\] {
    width: 90%;
}

.w-\[89\%\] {
    width: 89%;
}

.w-\[88\%\] {
    width: 88%;
}

.w-\[95\%\] {
    width: 95%;
}

.w-\[672px\] {
    width: 672px;
}

.max-w-\[810px\] {
    max-width: 810px;
}

.cursor-pointer {
    cursor: pointer;
}

.list-disc {
    list-style-type: disc;
}

.list-none {
    list-style-type: none;
}

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

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

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

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

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

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[14px\] {
    gap: 14px;
}

.gap-\[18px\] {
    gap: 18px;
}

.gap-\[21px\] {
    gap: 21px;
}

.gap-\[30px\] {
    gap: 30px;
}

.gap-\[32px\] {
    gap: 32px;
}

.gap-\[40px\] {
    gap: 40px;
}

.gap-\[56px\] {
    gap: 56px;
}

.gap-\[86\.75px\] {
    gap: 86.75px;
}

.gap-\[16px\] {
    gap: 16px;
}

.rounded-\[22\.5px\] {
    border-radius: 22.5px;
}

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

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

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.border-b {
    border-bottom-width: 1px;
}

.border-\[var\(--main-color\)\] {
    border-color: var(--main-color);
}

.bg-\[\#000000BF\] {
    background-color: #000000bf;
}

.bg-\[\#1D2225\] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 34 37 / var(--tw-bg-opacity, 1));
}

.bg-\[\#74635B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(116 99 91 / var(--tw-bg-opacity, 1));
}

.bg-\[\#85695E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(133 105 94 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E4DCB9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(228 220 185 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[var\(--main-color\)\] {
    background-color: var(--main-color);
}

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

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.px-\[108px\] {
    padding-left: 108px;
    padding-right: 108px;
}

.px-\[21px\] {
    padding-left: 21px;
    padding-right: 21px;
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
}

.px-\[29px\] {
    padding-left: 29px;
    padding-right: 29px;
}

.px-\[31px\] {
    padding-left: 31px;
    padding-right: 31px;
}

.px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
}

.px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
}

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

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-\[10\.5px\] {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
}

.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-\[21\.5px\] {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
}

.py-\[26px\] {
    padding-top: 26px;
    padding-bottom: 26px;
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-\[75px\] {
    padding-top: 75px;
    padding-bottom: 75px;
}

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

.pb-\[189px\] {
    padding-bottom: 189px;
}

.pb-\[335px\] {
    padding-bottom: 335px;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-\[175px\] {
    padding-top: 175px;
}

.pt-\[32px\] {
    padding-top: 32px;
}

.pt-\[40px\] {
    padding-top: 40px;
}

.pb-\[319px\] {
    padding-bottom: 319px;
}

.pt-\[191px\] {
    padding-top: 191px;
}

.pt-\[181px\] {
    padding-top: 181px;
}

.pb-\[309px\] {
    padding-bottom: 309px;
}

.pb-\[290px\] {
    padding-bottom: 290px;
}

.pt-\[171px\] {
    padding-top: 171px;
}

.pb-\[280px\] {
    padding-bottom: 280px;
}

.pt-\[161px\] {
    padding-top: 161px;
}

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

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

.text-\[20px\] {
    font-size: 20px;
}

.text-\[21px\] {
    font-size: 21px;
}

.text-\[22px\] {
    font-size: 22px;
}

.text-\[30px\] {
    font-size: 30px;
}

.text-\[32px\] {
    font-size: 32px;
}

.text-\[42px\] {
    font-size: 42px;
}

.text-\[50px\] {
    font-size: 50px;
}

.text-\[60px\] {
    font-size: 60px;
}

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

.text-\[220px\] {
    font-size: 220px;
}

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

.font-light {
    font-weight: 300;
}

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

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

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

.uppercase {
    text-transform: uppercase;
}

.leading-\[121\%\] {
    line-height: 121%;
}

.leading-\[144\.4\%\] {
    line-height: 144.4%;
}

.leading-\[150\%\] {
    line-height: 150%;
}

.leading-\[170\%\] {
    line-height: 170%;
}

.leading-\[26px\] {
    line-height: 26px;
}

.leading-\[200\%\] {
    line-height: 200%;
}

.text-\[\#000000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#201C1D\] {
    --tw-text-opacity: 1;
    color: rgb(32 28 29 / var(--tw-text-opacity, 1));
}

.text-\[\#333333\] {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#74635B\] {
    --tw-text-opacity: 1;
    color: rgb(116 99 91 / var(--tw-text-opacity, 1));
}

.text-\[\#8F8F8F\] {
    --tw-text-opacity: 1;
    color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}

.text-\[\#B08B66\] {
    --tw-text-opacity: 1;
    color: rgb(176 139 102 / var(--tw-text-opacity, 1));
}

.text-\[\#F0F0F0\] {
    --tw-text-opacity: 1;
    color: rgb(240 240 240 / var(--tw-text-opacity, 1));
}

.text-\[\#F1EEEA\] {
    --tw-text-opacity: 1;
    color: rgb(241 238 234 / var(--tw-text-opacity, 1));
}

.text-\[\#F9F7F3\] {
    --tw-text-opacity: 1;
    color: rgb(249 247 243 / var(--tw-text-opacity, 1));
}

.text-\[\#FBFBFB\] {
    --tw-text-opacity: 1;
    color: rgb(251 251 251 / var(--tw-text-opacity, 1));
}

.text-\[\#FEFBF8\] {
    --tw-text-opacity: 1;
    color: rgb(254 251 248 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFFBF\] {
    color: #ffffffbf;
}

.text-\[var\(--main-color\)\] {
    color: var(--main-color);
}

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

.line-through {
    text-decoration-line: line-through;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --main-color: #005bbc;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz\,wght.ttf');
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-VariableFont_wght.ttf');
}

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

.my-container {
    max-width: 1272px;
    padding-inline: 1rem;
    margin-inline: auto;
}

.inter {
    font-family: 'Inter';
}

.letter-2 {
    letter-spacing: 0.02em;
}

.letter-3 {
    letter-spacing: 0.03em;
}

.unbounded {
    font-family: 'Unbounded';
}

.swiper {
    width: 100%;
}

.first_swiper .swiper-slide img,
.mySwiper .swiper-slide img {
    border-radius: 8px;
    border: 1px solid #005bbc;
    width: 100%;
}

.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 15%;
}

.swiper .swiper-pagination-bullet {
    background: #f0f0f0b2;
    opacity: 70%;
    width: 10px;
    height: 10px;
}

.swiper .swiper-pagination-bullet-active {
    background: #f0f0f0;
    opacity: 100%;
    width: 14px;
    height: 14px;
}

.section_1-shadow {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.feedback-hidden {
    display: none;
}

.show_text-faq {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.show_text-faq.active {
    max-height: 500px;
    margin-top: 15px;
}

.button_burger-menu {
    cursor: pointer;
}

.fon-black {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.363);
    z-index: 50;
}

.home-product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

.feedback .swiper {
    display: none;
}

.feedback .swiper.swiper-cards {
    overflow: hidden;
}

.about_us-video {
    position: absolute;
    inset: 0;
    background: #000000bf;
    z-index: 2;
}

.minus {
    display: none;
}

#faq {
    scroll-margin-top: 80px;
}

.wc-block-mini-cart__button {
    opacity: 0;
    position: absolute;
    right: -11%;
    top: 5%;
    z-index: 2;
}

/* single-product woocommerce */

.woocommerce div.product div.images img {
    border-radius: 8px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
    margin-right: 12px;
    margin-top: 12px;
}

.product_title {
    font-family: 'Unbounded', sans-serif;
    font-size: 32px;
    line-height: 150%;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.stock,
.posted_in,
.woocommerce-error,
.woocommerce-message {
    display: none;
}

.product_in_stock {
    padding: 23px 15px;
    border-radius: 8px;
    border: 1px solid var(--main-color);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #333333;
    height: fit-content;
	display: block;
}

.product_out_of_stock {
    padding: 23px 15px;
    border-radius: 8px;
    border: 1px solid red;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #333333;
    height: fit-content;
	display: block;
}

.price {
    display: flex;
    flex-direction: column-reverse;
}

.price del {
    font-family: 'Unbounded', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #868686;
}

.price ins {
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--main-color);
    text-decoration: none;
}

.woocommerce-product-details__short-description ul {
    list-style-type: disc;
    margin-left: 25px;
}

.single_variation_wrap .price {
    display: none;
}

.variations {
    margin-top: 25px;
}

.cfvsw-swatches-option {
    border-radius: 100% !important;
    padding: 0;
    border: 0;
    width: 24px;
    height: 24px;
}

.cfvsw-swatches-container {
    align-items: center;
}

.cfvsw-selected-swatch {
    width: 30px;
    height: 30px;
}

.reset_variations {
    display: none !important;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 25px;
}

.single_product-button {
    padding: 21px 59px;
    background-color: var(--main-color);
    border-radius: 8px;
    align-items: center;
    color: #f9f7f3;
    height: fit-content;
}

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

.quantity-wrapper > div {
    display: flex;
    padding: 20px 25px;
    border: 1px solid var(--main-color);
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 30px;
}

.quantity-wrapper {
    display: flex;
    gap: 10px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    line-height: 0;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: column;
}

.single_variation_wrap > div {
    display: flex;
    flex-direction: column;
}

.cart {
    display: flex;
    gap: 5px;
}

.woocommerce .quantity .qty {
    background-color: #ffffff00;
}

.single_product-sending p {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 170%;
    font-size: 14px;
    color: #333333;
}

.single_product-sending p span {
    color: var(--main-color);
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
}

.single_product-block span {
    margin-top: 15px;
    font-size: 14px;
}

.single_product-block p {
    line-height: 150%;
    font-weight: 300;
    color: #000000;
    padding-inline: 30px;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}

.single_product-block {
    display: grid;
    gap: 24px;
    width: 100%;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr 1fr;
}

.single_product-block > div {
    padding: 20px;
    background: #fbfbfb;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 182px;
}

.product_meta {
    display: none;
}

.price > .woocommerce-Price-amount bdi {
    font-weight: 600;
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    color: var(--main-color);
}

.top-sellers {
    background-color: #74635b;
    color: #f0f0f0;
    padding: 8px 12px;
    border-radius: 8px;
    position: absolute;
    z-index: 2;
    left: 1%;
    margin-top: 1rem;
}

.js-discount-badge {
    background-color: var(--main-color);
    color: #f0f0f0;
    padding: 8px 12px;
    border-radius: 8px;
    position: absolute;
    z-index: 2;
    left: 1%;
    margin-top: 4rem;
}

.discount_1 {
    color: #f0f0f0;
    padding: 8px 12px;
    border-radius: 8px;
    width: fit-content;
    background-color: #74635b;
}

.discount_2 {
    color: #f0f0f0;
    padding: 8px 12px;
    border-radius: 8px;
    width: fit-content;
    background-color: var(--main-color);
}

.home-product .price del {
    font-size: 14px;
}

.home-product .price ins {
    font-size: 21px;
}

.adaptation-single-product .price del {
    font-size: 14px;
}

.adaptation-single-product .price ins {
    font-size: 21px;
}

.adaptation-single-product {
    padding-inline: 80px;
    position: relative;
}

.swiper-button-next-custom {
    position: absolute;
    left: 0%;
    top: 44%;
}

.swiper-button-prev-custom {
    position: absolute;
    right: 0%;
    top: 44%;
}

.swiper-single_product .price > .woocommerce-Price-amount bdi {
    font-size: 21px;
}

.wc-block-components-product-details__1,
.wc-block-components-sale-badge {
    display: none;
}

.wc-block-components-product-name {
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wc-block-formatted-money-amount {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Unbounded', sans-serif;
}

.wc-block-mini-cart__empty-cart-wrapper .has-text-align-center .wc-block-components-button__text {
    display: none !important;
}

.wc-block-cart-item__product .price ins {
    font-size: 14px;
}

.wc-block-cart-item__product .price del {
    font-size: 10px;
}

.wc-block-components-product-price__value {
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    color: #333333;
}

.wc-block-components-quantity-selector {
    border-color: var(--main-color);
    border-radius: 8px;
}

.wp-block-woocommerce-mini-cart-title-items-counter-block,
.wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,
.wc-block-components-totals-item__description {
    display: none !important;
}

.wc-block-cart-item__remove-link {
    display: flex;
    align-items: center;
}

.wc-block-cart-items__row {
    border-bottom: 1px solid #005bbc;
}

.wc-block-cart-items__row:last-child {
    border-bottom: unset;
}

.wc-block-cart-item__remove-link > svg {
    display: none;
}

.wc-block-cart-item__remove-link::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../img/trash-mini.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.wc-block-components-button__text {
    width: 100%;
    background-color: var(--main-color);
    border-radius: 8px;
    color: #f9f7f3;
    padding: 22px;
}

.active-swatches > div:nth-child(1) {
    width: 30px;
    height: 30px;
}

.more-link {
    display: block;
}
:where(pre) {
    overflow-x: auto;
}

.myCheckoutFormGrid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 24px;
    padding-bottom: 72px;
}

.myCheckoutForm h3 {
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.pad_content {
    padding-top: 30px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 150px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: transparent;
    border-radius: 0px;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: unset;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: unset;
}

.sticky {
    position: sticky;
    top: 25px;
}

.woocommerce-billing-fields__field-wrapper {
    margin-top: 32px;
}

.woocommerce-billing-fields__field-wrapper input {
    background-color: transparent !important;
    border-radius: 12px !important;
    border: 1px solid #343333 !important;
    padding: 16px;
}

.woocommerce ul#shipping_method {
    margin: 10px 0px 0px 0px;
}

.woocommerce ul#shipping_method li input,
.myPaymentList li input {
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px 12px 0px 0px;
    vertical-align: middle;
    accent-color: cadetblue;
}

.woocommerce ul#shipping_method li,
.myPaymentList li {
    margin: 0px 0px 20px 0px;
    border-radius: 12px;
    padding: 16px;
    transition: 0.3s;
}

.woocommerce ul#shipping_method li:hover,
.myPaymentList li:hover {
    background-color: #fff;
}
.woocommerce ul#shipping_method li label,
.myPaymentList li label {
    display: block;
    cursor: pointer;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-checkout main > h1 {
    display: none;
}

.sumProducts {
    display: flex;
    flex-direction: column;
}

.wc_payment_methods {
    display: none;
}

.sumItem {
    display: flex;
    gap: 8px;
}

.check_title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #333333;
    margin-top: 34px;
}

.checkout-breadcrumbs {
    margin-top: 33px;
}

.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.required_field {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 24px;
    font-size: 16px;
    color: #343333b2;
}

.woocommerce-input-wrapper > input {
    padding: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #333333 !important;
}

.checkout .woocommerce-input-wrapper input::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 24px;
    font-size: 16px;
    color: #34333366;
}

.checkout-posta {
    display: flex;
    gap: 12px;
    align-items: center;
}

.checkout-posta input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.checkout-posta input,
.checkout-privacy input {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid var(--main-color);
    position: relative;
}

.checkout-privacy a {
    text-decoration: underline;
}

.woocommerce ul#shipping_method li input,
.myPaymentList li input {
    accent-color: var(--main-color);
}

.payment_method_lastivka_liqpay > label {
    display: flex !important;
    gap: 12px;
    align-items: center;
}

.woocommerce ul#shipping_method li,
.myPaymentList li {
    display: flex;
    align-items: center;
}

.sum {
    padding: 16px 24px;
    border: 1px solid var(--main-color);
    border-radius: 8px;
    width: 450px;
}

.sumTitle {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--main-color);
}

.checkout-all_price {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.checkout-all_price p {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.03em;
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
}

.checkout-all_price span {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #303030;
}

.place-order {
    margin-top: 18px !important;
}

.place-order button {
    width: 100%;
    background-color: var(--main-color) !important;
    color: #ffffff !important;
    padding: 16px 0 !important;
    border-radius: 8px !important;
}

.product-name {
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #303030;
}

.product-price bdi {
    color: var(--main-color);
    font-family: 'Unbounded', sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 600;
}

.product-price {
    margin-top: 12px;
}

.product-quantity {
    display: flex;
    gap: 21px;
    padding: 3px 20px;
    border: 1px solid var(--main-color);
    border-radius: 8px;
    width: fit-content;
}

.product-color {
    display: flex;
    gap: 5px;
    align-items: center;
}

.product-color > div {
    width: 16px;
    height: 16px;
}

.checkout-privacy {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.checkout-privacy > div.active {
    text-decoration-color: red;
    text-decoration-line: spelling-error;
}

.checkout-posta input:checked::after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-breadcrumbs {
    margin-top: 32px;
    margin-bottom: 34px;
}

.product-line {
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.error-product {
    padding: 12px 0;
    height: 40px;
    color: red;
}

.qty-minus,
.qty-plus {
    height: 17px;
    width: 10px;
}

.wc-block-components-product-details__value.active {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    display: block;
}

.wc-block-components-product-details__name {
    position: relative;
}

.wc-block-components-product-details__name::before {
    content: '';
    position: absolute;
    background: var(--color);
    height: 14px;
    width: 14px;
    border-radius: 100%;
    left: 118%;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap {
    gap: 9px;
}

.error-cart_mini {
    margin-top: 10px;
    color: red;
}

.wpgs-nav .slick-slide {
    border: unset !important;
}

/* .attachment-shop_single {
    height: 570px !important;
    object-fit: cover;
} */

/* .wpgs_image {
    height: 570px !important;
    object-fit: cover;
} */

.wpgs-for .slick-arrow {
    top: 94% !important;
}

.flaticon-back:before {
    content: '' !important;
    background-image: url(../../img/product_swiper-left.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    display: block;
    margin-left: 10px;
}

.flaticon-right-arrow:before {
    content: '' !important;
    background-image: url(../../img/product_swiper-right.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
}

.product_img {
    height: 390px !important;
    object-fit: cover;
}

.slick-slide {
    opacity: 0.7;
}

.slick-current {
    opacity: 1;
}

.cfvsw-tooltip {
    display: none !important;
}

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

.product-thumbnail img {
    height: 170px;
    width: 170px;
    border-radius: 12px;
}

.cart-item > div:nth-child(2) {
    width: min-content;
}

.product_img_swiper {
    height: 338px;
}

.draggable {
    border-radius: 8px;
}

.cfvsw-swatches-option:not(.cfvsw-label-option, .cfvsw-image-option) .cfvsw-swatch-inner {
    border: unset !important;
}

.cfvsw-swatches-option {
    background: unset;
}

.footer-left{
	width: 25%;
}

.contact-tel{
	color: var(--main-color);
}

.contact-stars{
	top: -49%;
}

.about-us video{
	height: 509px;
	object-fit: cover;
}

.about-us{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.woocommerce-variation-price{
	display: none;
}

:root :where(.wp-element-button, .wp-block-button__link){
	background-color: unset;
	padding-top: unset;
    padding-right: unset;
    padding-bottom: unset;
    padding-left: unset;
}

.cfvsw-swatches-blur-disable::before {
        background-color: black;
    content: '';
    width: 35px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    left: unset;
    color: black;
}

.single_product-button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.out-stock{
	position: relative;
}

.out-stock::after {
	position: absolute;
	content: '';
	width: 35px;
	height: 2px;
	background: black;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

#homeProduct .price > .woocommerce-Price-amount bdi{
	font-size: 21px;
}

.title_faq svg{
	height: 26px;
    max-width: 26px;
    width: 100%;
}

.mini-cart-gifts-notices {
    margin: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mini-cart-gift-notice {
    padding: 14px 18px;
    border: 2px solid #b7d96a;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}


@media (max-width: 1250px) {
    .swiper-slide_swatches {
        gap: 5px !important;
    }
    .home-product {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .single_product-block {
        grid-template-columns: 1fr 1fr;
    }

    .single_product-block svg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .feedback .swiper {
        display: block;
    }

    .contact svg {
        width: 70px;
    }

    .top-sellers {
        top: 0%;
    }

    .js-discount-badge {
        top: 0%;
    }
    .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: 25%;
    }
	
	.contact{
		text-align: center;
	}
	
	.contact > div{
		justify-content: center;
	}
}

@media (max-width: 600px) {
    .home-product {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .section_1-shadow {
        box-shadow: unset;
    }

    .section_1-shadow svg {
        width: 25px;
        height: 20px;
    }

    .section_1-shadow p,
    .section_1-shadow span {
        line-height: 145%;
    }

    .burger_menu {
        width: 300px;
    }

    .adaptation-single-product {
        padding-inline: 20px;
    }

    .swiper-button-next-custom {
        position: absolute;
        left: -5%;
    }

    .swiper-button-prev-custom {
        position: absolute;
        right: -5%;
    }

    .single_product-block {
        grid-template-columns: 1fr;
    }

    .checkout-all_price div:nth-child(2) p {
        font-size: 14px;
    }
	
	.contact > p{
		font-size: 20px !important;
	}
}

@media (max-width: 1150px) {
    .customPc\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .customPc\:mb-\[50px\] {
        margin-bottom: 50px;
    }

    .customPc\:mb-\[70px\] {
        margin-bottom: 70px;
    }

    .customPc\:block {
        display: block;
    }

    .customPc\:flex {
        display: flex;
    }

    .customPc\:hidden {
        display: none;
    }

    .customPc\:h-full {
        height: 100%;
    }

    .customPc\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customPc\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

    .customPc\:gap-5 {
        gap: 1.25rem;
    }

    .customPc\:gap-8 {
        gap: 2rem;
    }

    .customPc\:pb-\[100px\] {
        padding-bottom: 100px;
    }

    .customPc\:pb-\[180px\] {
        padding-bottom: 180px;
    }

    .customPc\:pt-\[100px\] {
        padding-top: 100px;
    }

    .customPc\:text-\[40px\] {
        font-size: 40px;
    }

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

    .burger_menu {
        flex-direction: column-reverse;
        position: fixed;
        background: #ebe8e4;
        right: 0%;
        top: 0%;
        z-index: 100;
        height: 100%;
        justify-content: space-between;
        transform: translateX(100%);
        transition: 0.3s;
        width: 400px;
    }

    .burger_menu.active {
        transform: translateX(0);
    }

    .burger_menu {
        overflow-y: scroll;
        padding: 20px;
    }

    .fon-black.active {
        display: block;
    }

    .about_us img {
        display: none;
    }

    .wc-block-mini-cart__button {
        right: 42%;
        top: -4%;
    }
}

@media (max-width: 1024px) {
    .lgM\:gap-5 {
        gap: 1.25rem;
    }

    .lgM\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .myCheckoutFormGrid {
        grid-template-columns: 1fr;
    }

    .sum {
        width: 100%;
    }

    .sumItem img {
        height: 123px;
        object-fit: contain;
    }
}

@media (max-width: 950px) {
    .customTablet\:mb-\[150px\] {
        margin-bottom: 150px;
    }

    .customTablet\:grid {
        display: grid;
    }

    .customTablet\:h-\[470px\] {
        height: 470px;
    }

    .customTablet\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customTablet\:gap-3 {
        gap: 0.75rem;
    }
	
	.footer-left{
		width: 74%;
	}
}

@media (max-width: 768px) {
    .mdM\:mb-\[100px\] {
        margin-bottom: 100px;
    }

    .mdM\:mb-\[60px\] {
        margin-bottom: 60px;
    }

    .mdM\:ml-0 {
        margin-left: 0px;
    }

    .mdM\:mr-0 {
        margin-right: 0px;
    }

    .mdM\:mt-0 {
        margin-top: 0px;
    }

    .mdM\:flex {
        display: flex;
    }

    .mdM\:hidden {
        display: none;
    }

    .mdM\:h-auto {
        height: auto;
    }

    .mdM\:w-full {
        width: 100%;
    }

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

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

    .mdM\:flex-col-reverse {
        flex-direction: column-reverse;
    }

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

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

    .mdM\:gap-4 {
        gap: 1rem;
    }

    .mdM\:gap-\[10px\] {
        gap: 10px;
    }

    .mdM\:gap-\[15px\] {
        gap: 15px;
    }

    .mdM\:p-3 {
        padding: 0.75rem;
    }

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

    .mdM\:text-\[16px\] {
        font-size: 16px;
    }

    .mdM\:text-\[20px\] {
        font-size: 20px;
    }

    .mdM\:text-\[50px\] {
        font-size: 50px;
    }

    .mdM\:text-\[180px\] {
        font-size: 180px;
    }
}

@media (max-width: 640px) {
    .smM\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

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

    .smM\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .smM\:text-\[40px\] {
        font-size: 40px;
    }

    .questions {
        flex-direction: column;
        margin-inline: 1rem;
        align-items: center;
        padding: 20px 10px;
    }

    .burger_menu {
        width: 350px;
    }
}

@media (max-width: 550px) {
    .mobile\:mb-\[50px\] {
        margin-bottom: 50px;
    }

    .mobile\:flex {
        display: flex;
    }

    .mobile\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

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

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

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

    .mobile\:gap-2 {
        gap: 0.5rem;
    }

    .mobile\:gap-3 {
        gap: 0.75rem;
    }

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

    .mobile\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .mobile\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

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

    .mobile\:text-start {
        text-align: start;
    }

    .mobile\:text-\[10px\] {
        font-size: 10px;
    }

    .mobile\:text-\[12px\] {
        font-size: 12px;
    }

    .mobile\:text-\[32px\] {
        font-size: 32px;
    }

    .mobile\:text-\[36px\] {
        font-size: 36px;
    }

    .mobile\:text-\[38px\] {
        font-size: 38px;
    }

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

    .mobile\:text-\[160px\] {
        font-size: 160px;
    }

    .mobile\:text-\[140px\] {
        font-size: 140px;
    }

    .mobile\:text-\[130px\] {
        font-size: 130px;
    }

    .mobile\:text-\[120px\] {
        font-size: 120px;
    }
	
	.footer-left{
		align-items: center;
		width: 88%;
	}
	
	.about-us video {
		height: 409px;
		object-fit: cover;
	}
}

@media (max-width: 415px) {
    .checkout-all_price div:nth-child(2) p {
        font-size: 12px;
    }
}

@media (max-width: 390px) {
    .smMobile\:h-auto {
        height: auto;
    }

    .smMobile\:text-\[30px\] {
        font-size: 30px;
    }
}

.min-h-\[30px\] {
    min-height: 30px;
}