:root {
    --fontMdi: "Material Design Icons";
    --spacing: 24px;
    --spacingPricing: 24px;
    --containerPadding: 80px 64px;
    --modalPadding: 48px;
    --modalBgPadding: 100px;
}
@media (max-width: 1200px) {
    :root {
        --spacingPricing: 16px;
    }
}
@media (max-width: 900px) {
    :root {
        --containerPadding: 44px 32px 32px 32px;
        --modalBgPadding: 60px;
        --spacingPricing: 16px;
    }
}
@media (max-width: 750px) {
    :root {
        --modalBgPadding: 24px;
        --spacing: 18px;
        --spacingPricing: 12px;
    }
}
@media (max-width: 370px) {
    :root {
        --containerPadding: 44px 24px 66px 24px;
        --spacing: 12px;
        --modalBgPadding: 12px;
    }
}
button {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.btn--shell {
    overflow: hidden;
}
.btn.btn--loading,
.loading-component {
    --tw-text-opacity: 0;
    color: transparent;
    pointer-events: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.btn.btn--loading,
.btn.btn--loading span,
.btn.btn--loading svg,
.loading-component,
.loading-component span,
.loading-component svg {
    text-shadow: none !important;
}
.btn.btn--loading span,
.btn.btn--loading svg,
.loading-component span,
.loading-component svg {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.btn.btn--loading:after,
.loading-component:after {
    --spinnerSize: 1.3em;
    -webkit-animation: spinAround 0.5s linear infinite;
    animation: spinAround 0.5s linear infinite;
    border: 3px solid;
    border-color: transparent transparent var(--text) var(--text);
    border-radius: 50%;
    content: "";
    display: block;
    height: var(--spinnerSize);
    left: calc(50% - var(--spinnerSize) / 2);
    position: absolute;
    top: calc(50% - var(--spinnerSize) / 2);
    width: var(--spinnerSize);
    z-index: 3;
}
@-webkit-keyframes spinAround {
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinAround {
    to {
        transform: rotate(1turn);
    }
}
.btn > span {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    font-family: Dinocare, sans-serif !important;
    font-size: 18px !important;
    line-height: 20px;
    text-shadow: 0 4px 0 #00000014;
    text-transform: uppercase !important;
    z-index: 5 !important;
}
.btn {
    --text: #fff;
    align-items: center;
    border-radius: 8px;
    color: var(--text);
    display: inline-flex;
    gap: 0.875rem;
    justify-content: center;
    transition-duration: 0.2s;
}
.btn:hover {
    --tw-brightness: brightness(1.1);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.btn span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}
.btn.btn--transparent:focus,
.btn.btn--transparent:hover {
    --tw-bg-opacity: 1;
    --tw-bg-opacity: 0.05;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn.btn--white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn.btn--orange {
    background: linear-gradient(90deg, #fd912c, #fe992d);
    border-bottom: 8px solid #f18722;
    position: relative;
}
.btn.btn--orange span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--orange.btn--loading:after {
    border-color: transparent transparent #482f05 #482f05;
}
.btn.btn--yellow {
    background: linear-gradient(90deg, #fdd72c, #fedd2d);
    border-bottom: 8px solid #ce8012;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}
.btn.btn--yellow,
.btn.btn--yellow span {
    position: relative;
}
.btn.btn--yellow span {
    z-index: 3;
}
.btn.btn--brown {
    --tw-bg-opacity: 1;
    background-color: rgb(86 77 61 / var(--tw-bg-opacity));
}
.btn.btn--brown span {
    --tw-text-opacity: 1;
    color: rgb(242 176 63 / var(--tw-text-opacity));
}
.btn.btn--blue {
    background: linear-gradient(90deg, #2ca5fd, #2da7fe);
    border-bottom: 8px solid #1b9cf8;
    position: relative;
}
.btn.btn--blue span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--violet {
    --tw-bg-opacity: 1;
    background-color: rgb(189 105 255 / var(--tw-bg-opacity));
}
.btn.btn--violet span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--red {
    background: linear-gradient(90deg, #ef4d3b, #f23e2a);
    border-bottom: 8px solid #e44a3a;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn.btn--semi-transparent {
    --tw-bg-opacity: 1;
    --tw-bg-opacity: 0.1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn.btn--semi-transparent span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--grey {
    --tw-bg-opacity: 1;
    background-color: rgb(54 52 70 / var(--tw-bg-opacity));
    color: #ffffff99;
}
.btn .btn__decor {
    bottom: -7px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
}
.btn .btn__decor,
.btn--change {
    width: 100%;
}
.btn--change {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    white-space: nowrap;
}
@media (max-width: 750px) {
    .btn > span {
        font-size: 16px !important;
    }
    .btn--blue > svg,
    .btn--orange > svg {
        display: none;
    }
}
*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
:after,
:before {
    --tw-content: "";
}
html {
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
body {
    line-height: inherit;
    margin: 0;
}
hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
fieldset {
    margin: 0;
}
fieldset,
legend {
    padding: 0;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}
[role="button"],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    height: auto;
    max-width: 100%;
}
*,
:after,
:before {
    --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-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: rgba(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: ;
}
::-webkit-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-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: rgba(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-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: rgba(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%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.pointer-events-none {
    pointer-events: none;
}
.visible {
    visibility: visible;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
}
.order-first {
    order: -9999;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-8 {
    margin-top: 2rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.w-full {
    width: 100%;
}
.max-w-5xl {
    max-width: 64rem;
}
.max-w-xs {
    max-width: 20rem;
}
.-translate-x-10 {
    --tw-translate-x: -2.5rem;
}
.-translate-x-10,
.translate-x-0 {
    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));
}
.translate-x-0 {
    --tw-translate-x: 0px;
}
.translate-y-10 {
    --tw-translate-y: 2.5rem;
}
.translate-y-0,
.translate-y-10 {
    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));
}
.translate-y-0 {
    --tw-translate-y: 0px;
}
.translate-x-10 {
    --tw-translate-x: 2.5rem;
}
.scale-105,
.translate-x-10 {
    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));
}
.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}
.scale-100,
.scale-95 {
    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));
}
.scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
}
.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;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.gap-4 {
    gap: 1rem;
}
.text-center {
    text-align: center;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.opacity-10 {
    opacity: 0.1;
}
.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-all {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition {
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -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-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.delay-300 {
    transition-delay: 0.3s;
}
.delay-200 {
    transition-delay: 0.2s;
}
.delay-100 {
    transition-delay: 0.1s;
}
.delay-150 {
    transition-delay: 0.15s;
}
.duration-150 {
    transition-duration: 0.15s;
}
.duration-500 {
    transition-duration: 0.5s;
}
.duration-300 {
    transition-duration: 0.3s;
}
.duration-\[200ms\] {
    transition-duration: 0.2s;
}
.duration-\[500ms\] {
    transition-duration: 0.5s;
}
.duration-\[250ms\] {
    transition-duration: 0.25s;
}
.duration-\[300ms\] {
    transition-duration: 0.3s;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.overlay {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#ndzn-app-cloak {
    --tw-bg-opacity: 1;
    background-color: rgb(18 20 22 / var(--tw-bg-opacity));
    pointer-events: none;
    transition-delay: 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#ndzn-app-cloak[x-cloak] {
    opacity: 1 !important;
    visibility: visible !important;
}
input:-internal-autofill-selected {
    --tw-bg-opacity: 1 !important;
    background-color: red !important;
    background-color: rgb(255 105 105 / var(--tw-bg-opacity)) !important;
}
body {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(27 27 33 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: K2D, sans-serif;
    overflow-y: scroll !important;
    padding-right: 0 !important;
    position: relative;
}
img {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
a:hover {
    --tw-brightness: brightness(1.25) !important;
    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) !important;
}
@font-face {
    font-family: Catfiles;
    font-style: normal;
    font-weight: 400;
    src: local(""),
        url(https://fonts.cdnfonts.com/s/112256/Catfiles-zr8wa.woff)
            format("woff");
}
@font-face {
    font-family: Dinocare;
    font-style: normal;
    font-weight: 400;
    src: local(""),
        url(https://fonts.cdnfonts.com/s/113591/DinoCare-BL0BV.woff)
            format("woff");
}
#ndzn-app {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    opacity: 1;
    position: relative;
    visibility: visible;
    z-index: 3;
}
#ndzn-app:before {
    background-attachment: fixed;
    background-image: url(https://static.wildwoodsmp.com/3bep49p.png);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
#ndzn-page {
    margin-bottom: auto;
    position: relative;
    z-index: 3;
}
[x-cloak] {
    display: none !important;
}
#ndzn-app-cloak {
    bottom: 0;
    display: block !important;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 999999;
}
#ndzn-app-cloak[x-cloak] {
    opacity: 1;
    visibility: visible;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 100%;
}
.page-main {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}
.pageTitle {
    margin-bottom: var(--spacing);
}
.pageTitle b,
.pageTitle p,
.pageTitle span,
.pageTitle strong {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.pageTitle b:first-child,
.pageTitle p:first-child,
.pageTitle span:first-child,
.pageTitle strong:first-child {
    margin-top: 0 !important;
}
.pageTitle b:last-child,
.pageTitle p:last-child,
.pageTitle span:last-child,
.pageTitle strong:last-child {
    margin-bottom: 0 !important;
}
.warning {
    --tw-text-opacity: 1;
    background-color: #ff69691a;
    border-radius: 8px;
    color: rgb(255 105 105 / var(--tw-text-opacity));
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    width: 100%;
}
.page-content {
    flex: 1 1 auto;
    padding-bottom: 80px;
    width: 100%;
}
.page-content .panel {
    margin-bottom: var(--spacing);
}
.page-content .panel:last-child {
    margin-bottom: 0 !important;
}
.ndzn-js--dd {
    position: relative;
}
.ndzn-js--dd .ndzn-js--ddMenu {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    --tw-bg-opacity: 1;
    background-color: rgb(161 99 58 / var(--tw-bg-opacity));
    background-image: url(https://static.wildwoodsmp.com/b88LyVU.png);
    background-size: cover;
    border-bottom: 10px solid #885635;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% - 6px);
    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));
    transition-duration: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
    z-index: 5;
}
.ndzn-js--dd .ndzn-js--ddMenu.menu--currency {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ndzn-js--dd .svg--chevron {
    transition-duration: 0.2s;
}
.ndzn-js--dd .menu--logout {
    max-width: 200px;
}
.ndzn-js--dd.open .ndzn-js--ddMenu {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    border-radius: 10px;
    opacity: 1;
    pointer-events: auto;
    top: calc(100% - 3px);
    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));
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    visibility: visible;
}
.ndzn-js--dd.open .svg--chevron {
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nav-item-container.ndzn-js--dd .ndzn-js--ddMenu {
    min-width: 121px;
    top: 100%;
}
.nav-item-container.ndzn-js--dd.open .ndzn-js--ddMenu {
    top: calc(100% + 6px);
}
a {
    transition-duration: 0.2s;
}
hr {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    margin: 3rem 74px;
    opacity: 0.1;
}
.dd__body > :first-child,
.modal__description > :first-child,
.panel__body > :first-child,
.text__body > :first-child,
section > :first-child {
    margin-top: 0 !important;
}
.dd__body > :last-child,
.modal__description > :last-child,
.panel__body > :last-child,
.text__body > :last-child,
section > :last-child {
    margin-bottom: 0 !important;
}
.dd__body ul,
.modal__description ul,
.panel__body ul,
.text__body ul,
section ul {
    margin-bottom: 17px;
}
.dd__body h1,
.modal__description h1,
.panel__body h1,
.text__body h1,
section h1 {
    font-family: Catfiles, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}
.dd__body h2,
.modal__description h2,
.panel__body h2,
.text__body h2,
section h2 {
    font-family: Catfiles, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}
.dd__body h3,
.modal__description h3,
.panel__body h3,
.text__body h3,
section h3 {
    font-family: Catfiles, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0.75rem;
}
.dd__body h4,
.dd__body h5,
.dd__body h6,
.modal__description h4,
.modal__description h5,
.modal__description h6,
.panel__body h4,
.panel__body h5,
.panel__body h6,
.text__body h4,
.text__body h5,
.text__body h6,
section h4,
section h5,
section h6 {
    font-family: Catfiles, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0.75rem;
}
.dd__body li,
.dd__body p,
.modal__description li,
.modal__description p,
.panel__body li,
.panel__body p,
.text__body li,
.text__body p,
section li,
section p {
    color: #ffffffdb;
    display: block;
    font-family: K2D, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.dd__body span,
.modal__description span,
.panel__body span,
.text__body span,
section span {
    color: #ffffffdb;
    font-family: K2D, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.dd__body p,
.modal__description p,
.panel__body p,
.text__body p,
section p {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.dd__body ol,
.dd__body ul,
.modal__description ol,
.modal__description ul,
.panel__body ol,
.panel__body ul,
.text__body ol,
.text__body ul,
section ol,
section ul {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
.dd__body a,
.modal__description a,
.panel__body a,
.text__body a,
section a {
    --tw-text-opacity: 1;
    color: rgb(254 221 45 / var(--tw-text-opacity));
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.dd__body b,
.modal__description b,
.panel__body b,
.text__body b,
section b {
    color: #ffffffdb;
    font-weight: 700;
}
.dd__body small,
.modal__description small,
.panel__body small,
.text__body small,
section small {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
section .heading {
    margin-bottom: 1.25rem;
}
section .heading.heading--with-subheading {
    align-items: flex-start;
}
section .heading.heading--with-subheading i {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    height: 11px;
    margin-bottom: 0.625rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    width: 1px;
}
section .heading.heading--with-subheading h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px !important;
}
section .body {
    margin-top: 1.25rem;
}
#ndzn-notification {
    position: relative;
}
#ndzn-notification:before {
    --tw-bg-opacity: 1;
    --tw-blur: blur(14px);
    -webkit-animation: alertBackground 2s infinite;
    animation: alertBackground 2s infinite;
    background-color: rgb(255 105 105 / var(--tw-bg-opacity));
    bottom: 0;
    content: "";
    display: block;
    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);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
#ndzn-notification .alert.alert--red {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgb(191 48 48 / var(--tw-bg-opacity));
    border-bottom: 4px solid #a32929;
    border-radius: 8px;
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    position: relative;
    z-index: 3;
}
#ndzn-notification .alert.alert--red svg {
    flex: 0 0 16px;
    height: 15px;
    width: 16px;
}
#ndzn-notification .alert.alert--red svg path {
    fill: #fff;
}
#ndzn-notification .alert.alert--red span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}
.input,
input {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(102 102 102 / var(--tw-bg-opacity));
    border-radius: 8px;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    line-height: 24px;
}
.input::-moz-placeholder,
input::-moz-placeholder {
    opacity: 0.5;
}
.input::placeholder,
input::placeholder {
    opacity: 0.5;
}
.input,
input {
    font-size: 14px;
    font-weight: 400;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.input::-moz-placeholder,
input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.input::placeholder,
input::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
button:disabled {
    opacity: 0.6;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.buttons-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing);
}
.mobile {
    display: none !important;
}
.ndzn-sale {
    align-items: center;
    height: 66px;
    justify-content: center;
    width: 100%;
}
.ndzn-sale,
.ndzn-sale span {
    display: flex;
}
.ndzn-sale span {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgb(81 68 0 / var(--tw-text-opacity));
    font-family: Catfiles, sans-serif;
    gap: 0.75rem;
    justify-content: center;
    text-align: center;
}
.ndzn-sale span:before {
    height: 4px;
    width: 78px;
}
.ndzn-sale span:after,
.ndzn-sale span:before {
    background: linear-gradient(90deg, rgba(81, 68, 0, 0), #514400);
    content: "";
}
.ndzn-sale span:after {
    height: 4px;
    transform: rotate(180deg);
    width: 78px;
}
.ndzn-sale span.animated {
    -webkit-animation: heartbeat 8s infinite;
    animation: heartbeat 8s infinite;
    will-change: transform;
}
.ndzn-sale.ndzn-sale--red {
    --tw-bg-opacity: 1;
    background-color: rgb(255 105 105 / var(--tw-bg-opacity));
}
.ndzn-sale.ndzn-sale--blue {
    --tw-bg-opacity: 1;
    background-color: rgb(105 105 255 / var(--tw-bg-opacity));
}
.ndzn-sale.ndzn-sale--green {
    --tw-bg-opacity: 1;
    background-color: rgb(135 255 105 / var(--tw-bg-opacity));
}
.ndzn-sale.ndzn-sale--yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(254 221 45 / var(--tw-bg-opacity));
}
.ndzn-sale.ndzn-sale--orange {
    --tw-bg-opacity: 1;
    background-color: rgb(242 176 63 / var(--tw-bg-opacity));
}
@media (max-width: 900px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: flex !important;
    }
}
@media (max-width: 750px) {
    .dd__body h1,
    .modal__description h1,
    .panel__body h1,
    .text__body h1,
    section h1 {
        font-size: 26px;
    }
    .dd__body h2,
    .modal__description h2,
    .panel__body h2,
    .text__body h2,
    section h2 {
        font-size: 20px;
    }
    .dd__body h3,
    .modal__description h3,
    .panel__body h3,
    .text__body h3,
    section h3 {
        font-size: 18px;
    }
    .dd__body h4,
    .dd__body h5,
    .dd__body h6,
    .modal__description h4,
    .modal__description h5,
    .modal__description h6,
    .panel__body h4,
    .panel__body h5,
    .panel__body h6,
    .text__body h4,
    .text__body h5,
    .text__body h6,
    section h4,
    section h5,
    section h6 {
        font-size: 16px;
    }
    .dd__body li,
    .dd__body p,
    .modal__description li,
    .modal__description p,
    .panel__body li,
    .panel__body p,
    .text__body li,
    .text__body p,
    section li,
    section p {
        font-size: 14px;
        line-height: 22px;
    }
    .dd__body a,
    .dd__body b,
    .modal__description a,
    .modal__description b,
    .panel__body a,
    .panel__body b,
    .text__body a,
    .text__body b,
    section a,
    section b {
        font-size: 14px;
    }
    .dd__body small,
    .modal__description small,
    .panel__body small,
    .text__body small,
    section small {
        font-size: 11px;
    }
}
.tippy-box[data-animation="shift-away"][data-state="hidden"] {
    opacity: 0;
}
.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="top"] {
    transform: translateY(10px);
}
.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="bottom"] {
    transform: translateY(-10px);
}
.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="left"] {
    transform: translateX(10px);
}
.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="right"] {
    transform: translateX(-10px);
}
.toast {
    align-items: center;
    bottom: -19px;
    display: flex;
    justify-content: center;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 949px;
    min-height: 62px;
    opacity: 0;
    padding: 0.75rem 2rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    transform: translateX(8px);
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 9999;
}
.toast.toast--visible {
    bottom: 24px;
    opacity: 1;
}
.toast.toast--visible .toast-icon,
.toast.toast--visible svg {
    display: block !important;
}
.toast.toast--success {
    background-image: url(https://static.wildwoodsmp.com/2ehlT3y.png);
    background-size: cover;
}
.toast.toast--success:before {
    background-image: url(https://static.wildwoodsmp.com/801P8XX.png);
    background-size: cover;
    content: "";
    height: 100%;
    left: -74px;
    position: absolute;
    width: 75px;
}
.toast.toast--success:after {
    background-image: url(https://static.wildwoodsmp.com/MWNC5Wg.png);
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    right: -55px;
    width: 56px;
}
.toast.toast--success .toast-text {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.toast.toast--danger {
    background-image: url(https://static.wildwoodsmp.com/hHOAmlM.png);
    background-size: cover;
}
.toast.toast--danger:before {
    background-image: url(https://static.wildwoodsmp.com/5thTC7C.png);
    background-size: cover;
    content: "";
    height: 100%;
    left: -74px;
    position: absolute;
    width: 75px;
}
.toast.toast--danger:after {
    background-image: url(https://static.wildwoodsmp.com/zG7S223.png);
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    right: -55px;
    width: 56px;
}
.toast .toast-text {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: inline-block;
    font-family: K2D, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 21px;
}
.toast .toast-icon {
    margin-right: 0.75rem;
}
.toast .toast-icon svg {
    fill: #fff;
}
.basket-items .basket-items__inner {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
}
.basket-items .basket-item {
    --tw-bg-opacity: 1;
    background-color: rgb(161 99 58 / var(--tw-bg-opacity));
    background-image: url(https://static.wildwoodsmp.com/b88LyVU.png);
    background-size: cover;
    border-bottom: 10px solid #885635;
    border-radius: 10px;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 2.25rem;
    padding-top: 1rem;
}
.basket-item .basket-item__details {
    align-items: center;
    display: flex;
}
.basket-item .basket-item__options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
.basket-item .option {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    gap: 0.5rem;
}
.basket-item .option .svg--cog {
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
}
.basket-item .option__name,
.basket-item .svg--cog {
    font-weight: 600;
}
.basket-item .details__name,
.basket-item .price__new {
    display: block;
    font-weight: 700;
}
.basket-item .details__image {
    align-items: center;
    display: flex;
    flex: 0 0 124px;
    height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 124px;
}
.basket-item .details__image .no--image {
    filter: grayscale(100%);
    height: auto;
    width: 100%;
}
.basket-item .details__image img {
    border-radius: 0.25rem;
}
.basket-item .details__price {
    align-items: flex-end;
    display: flex;
    gap: 0.5rem;
}
.basket-item .details__qty-parent {
    position: relative;
}
.basket-item .details__qty-parent .menu--qtys {
    --tw-bg-opacity: 1;
    background-color: rgb(67 66 87 / var(--tw-bg-opacity));
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: -23px;
    opacity: 0;
    padding-bottom: 0.375rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 0.375rem;
    position: absolute;
    row-gap: 0.25rem;
    top: 100%;
    transition-duration: 0.2s;
    visibility: hidden;
    width: 90px;
    z-index: 3;
}
.basket-item .details__qty-parent .menu--qtys:before {
    --tw-border-opacity: 1;
    border-bottom-width: 8px;
    border-color: rgb(67 66 87 / var(--tw-border-opacity));
    border-left-color: transparent;
    border-left-width: 8px;
    border-right-color: transparent;
    border-right-width: 8px;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: -7px;
    width: 0;
}
.basket-item .details__qty-parent.--open .menu--qtys {
    opacity: 1;
    top: calc(100% + 10px);
    visibility: visible;
}
.basket-item .details__qty-parent.single {
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.basket-item .details__qty-parent.single span {
    --tw-bg-opacity: 1;
    --tw-bg-opacity: 0.1;
    align-items: center;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    display: flex;
    flex: 0 0 44px;
    font-size: 20px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 32px;
    padding: 0.5rem;
    width: 44px;
}
.basket-item .details__qty-parent .btn--qtyValue {
    --tw-text-opacity: 1;
    border-radius: 0;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 13px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
}
.basket-item .details__qty-parent .btn--qtyValue:focus,
.basket-item .details__qty-parent .btn--qtyValue:hover {
    --tw-bg-opacity: 1;
    --tw-bg-opacity: 0.04;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.basket-item .details__left {
    position: relative;
}
.basket-item .details__left .package__name {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: 12px;
    bottom: 0;
    color: rgb(177 115 71 / var(--tw-text-opacity));
    font-family: Dinocare, sans-serif;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 211px;
    padding-bottom: 3px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.basket-item .details__right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 2rem;
    width: 100%;
}
.basket-item .details__buttons {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    width: 100%;
}
.basket-item .price__new {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}
.basket-item .price__old {
    color: #ffffff66;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.basket-item .btn--grey {
    background-color: #00000014;
    border-radius: 50px;
    box-shadow: inset 0 2px 4px 0 #00000040;
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    position: relative;
}
.basket-item .btn--grey > span {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.basket-item .btn--grey > svg {
    cursor: pointer;
    flex: 0 0 32px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    transition-duration: 0.2s;
}
.basket-item .btn--grey > svg:first-of-type:hover {
    transform: translateY(3px);
}
.basket-item .btn--grey > svg:first-of-type.clicked {
    -webkit-animation: jumpDown 0.3s ease forwards;
    animation: jumpDown 0.3s ease forwards;
}
.basket-item .btn--grey > svg:last-of-type:hover {
    transform: translateY(-3px);
}
.basket-item .btn--grey > svg:last-of-type.clicked {
    -webkit-animation: jumpUp 0.3s ease forwards;
    animation: jumpUp 0.3s ease forwards;
}
.basket-item .btn--grey > span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: K2D, sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    opacity: 0.5;
    text-shadow: 0 0 #000 !important;
}
.basket-item .btn--remove {
    background-color: #00000029;
    border-radius: 50px;
    box-shadow: inset 0 2px 4px 0 #00000040;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
}
.basket-item .btn--remove svg {
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
}
@media (max-width: 750px) {
    .basket-items .basket-item .details__right {
        gap: 0.25rem;
    }
    .basket-items .basket-item .details__price .price__new {
        font-size: 16px;
        line-height: 30px;
    }
    .basket-items .basket-item .details__price .price__old {
        font-size: 12px;
        line-height: 28px;
    }
    .basket-items .basket-item .option {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .basket-items .basket-item {
        padding-bottom: 1.5rem !important;
        padding-left: 0.5rem !important;
        padding-right: 1rem !important;
        padding-top: 1.5rem !important;
    }
    .basket-items .basket-item .details__left .package__name {
        bottom: -6px;
        font-size: 10px;
        line-height: 13px;
        padding-bottom: 3px;
        padding-top: 7px;
    }
    .basket-items .basket-item .details__right {
        padding-left: 10px;
    }
    .basket-items .basket-item .details__image {
        flex: 0 0 89px;
        height: 89px;
        width: 89px;
    }
    .basket-items .basket-item .btn--grey {
        gap: 0.5rem;
    }
}
@media (max-width: 375px) {
    .basket-item .details__buttons {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }
}
#ndzn-header {
    margin-bottom: 30px;
}
.header__top-bar {
    background-color: #ffffff1a;
    margin-bottom: 4rem;
    position: relative;
}
.header__top-bar .container,
.header__top-bar .top-bar__right {
    align-items: center;
    display: flex;
}
.header__top-bar .top-bar__right {
    gap: 2rem;
    margin-left: auto;
}
.header__top-bar .top-bar__btn {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    padding-bottom: 21px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 21px;
}
.header__top-bar .top-bar__btn:not(.top-bar__btn--currency):focus span,
.header__top-bar .top-bar__btn:not(.top-bar__btn--currency):hover span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header__top-bar .top-bar__btn:not(.top-bar__btn--currency):focus svg path,
.header__top-bar .top-bar__btn:not(.top-bar__btn--currency):hover svg path {
    fill-opacity: 1;
    transition-duration: 0.2s;
}
.header__top-bar .top-bar__btn span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition-duration: 0.2s;
}
.header__top-bar .top-bar__btn span,
.header__top-bar .top-bar__btn.top-bar__btn--currency span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header__top-bar .top-bar__btn.top-bar__btn--logout span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 600;
    white-space: nowrap;
}
.header__top-bar .top-bar__btn.top-bar__btn--logout svg {
    flex: 0 0 24px;
}
.header__top-bar .top-bar__btn.top-bar__btn--logout svg path {
    fill-opacity: 1;
}
.header__top-bar .menu {
    font-size: 0;
    padding: 1rem;
}
.header__top-bar .menu--currency {
    --tw-bg-opacity: 1;
    background-color: rgb(86 53 31 / var(--tw-bg-opacity));
    display: grid;
    gap: 0.25rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    left: -66px;
    width: 276px;
}
.header__top-bar .menu--currency a {
    --tw-text-opacity: 1;
    --tw-text-opacity: 0.2;
    border-radius: 4px;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    gap: 0.25rem;
    line-height: 24px;
    padding-bottom: 4px;
    padding-top: 3px;
    text-align: center;
}
.header__top-bar .menu--currency a:focus,
.header__top-bar .menu--currency a:hover {
    --tw-text-opacity: 0.6;
}
.header__top-bar .menu--currency a.active {
    --tw-text-opacity: 1;
    background-color: #ffffff1a;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header__top-bar .menu--languages {
    display: flex;
    flex-direction: column;
    left: -41px;
    padding: 0;
    width: 138px;
}
.header__top-bar .menu--logout .btn {
    align-items: center;
    display: flex;
    font-size: 16px;
    gap: 0.5rem;
    justify-content: center;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    width: 100%;
}
.header__top-bar .menu--logout .btn span {
    font-size: 16px;
    font-weight: 800;
}
.header__middle {
    display: flex;
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.header__middle .header__discord,
.header__middle .header__server {
    cursor: pointer;
    height: auto;
    position: relative;
    width: 221px;
}
.header__middle .header__discord:hover {
    --tw-brightness: brightness(1) !important;
    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) !important;
}
.header__middle .header__logo {
    height: 228px;
    margin-top: -32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 393px;
}
.header__middle .header__discord--text,
.header__middle .header__server--text {
    font-family: Catfiles, sans-serif;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 104px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.header__middle .header__discord--counter,
.header__middle .header__server--counter {
    background-color: #8f290f80;
    border-radius: 50px;
    box-shadow: inset 0 4px 4px 0 #00000040;
    font-size: 14px;
    font-weight: 800;
    left: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    position: absolute;
    right: 50px;
    text-align: center;
    text-transform: uppercase;
    top: 134px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.header__bottom {
    padding-left: 1.5rem;
    padding-right: 2rem;
    position: relative;
}
.header__bottom .header--flower {
    position: absolute;
    z-index: 3;
}
.header__bottom .header--flower-1 {
    height: auto;
    left: 74px;
    top: -16px;
    width: 34px;
}
.header__bottom .header--flower-2 {
    height: auto;
    left: 100px;
    top: -10px;
    width: 55px;
}
.header__bottom .header--flower-3 {
    height: auto;
    left: 251px;
    top: -7px;
    width: 90px;
}
.header__bottom .header--flower-4 {
    height: auto;
    right: 236px;
    top: -7px;
    width: 62px;
}
.header__bottom .header--flower-5 {
    height: auto;
    right: 21px;
    top: 6px;
    width: 30px;
}
.header__bottom .header--flower-6 {
    height: auto;
    right: 21px;
    top: 42px;
    width: 22px;
    z-index: -1;
}
.header__bottom .header--flower-7 {
    height: auto;
    right: 17px;
    top: 93px;
    width: 30px;
}
.header__bottom .header--flower-8 {
    height: auto;
    right: 97px;
    top: 122px;
    width: 66px;
}
.header__bottom .header--flower-9 {
    height: auto;
    right: 239px;
    top: 122px;
    width: 30px;
}
.header__bottom .header--flower-10 {
    height: auto;
    left: 68px;
    top: 105px;
    width: 107px;
}
.header__bottom .header--flower-11 {
    height: auto;
    left: 35px;
    top: 48px;
    width: 30px;
}
.header__bottom--main {
    align-items: center;
    background-image: url(https://static.wildwoodsmp.com/LokQoRx.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    font-family: Catfiles, sans-serif;
    height: 134px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: -23px;
    position: relative;
    width: calc(100% - 186px);
}
.header__bottom--main:after,
.header__bottom--main:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 94px;
}
.header__bottom--main .btn {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.header__bottom--main h3,
.header__bottom--main span,
.header__bottom--main svg {
    filter: drop-shadow(0 2px 0 #00000014);
}
.header__bottom--main:before {
    background-image: url(https://static.wildwoodsmp.com/rYQjc1a.png);
    left: -92px;
}
.header__bottom--main:after {
    background-image: url(https://static.wildwoodsmp.com/rfiKrbo.png);
    right: -92px;
}
.header__bottom--main .header__bottom--left,
.header__bottom--main .header__bottom--right {
    position: relative;
    z-index: 2;
}
.header__bottom--main .header__bottom--left h3,
.header__bottom--main .header__bottom--right h3 {
    --tw-text-opacity: 1;
    color: rgb(134 136 136 / var(--tw-text-opacity));
    font-size: 20px;
    line-height: 25px;
    white-space: nowrap;
}
.header__bottom--main .header__bottom--left path,
.header__bottom--main .header__bottom--right path {
    fill: #868888;
}
.header__bottom--main .header__bottom--left b,
.header__bottom--main .header__bottom--right b {
    --tw-bg-opacity: 1;
    background-color: rgb(134 136 136 / var(--tw-bg-opacity));
    border-radius: 9999px;
    box-shadow: 0 2px 0 0 #00000014;
    font-family: K2D, sans-serif;
    padding-left: 7px;
    padding-right: 7px;
}
.header__bottom--main .header__bottom--left {
    left: -44px;
}
.header__bottom--main .header__bottom--left span {
    --tw-text-opacity: 1;
    color: rgb(134 136 136 / var(--tw-text-opacity));
    opacity: 0.5;
}
.header__bottom--main .header__bottom--right {
    right: -43px;
}
.header__bottom--main .btn {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}
.header__bottom--main .header__cart-offline {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}
.header__bottom--main .btn--user-logged-out {
    padding: 1rem;
}
@media (max-width: 900px) {
    .header__top-bar .top-bar__btn {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .header__top-bar {
        margin-bottom: 38px;
    }
    .header__middle .header__discord,
    .header__middle .header__server {
        display: none;
    }
    .header__middle .header__logo {
        margin-bottom: 53px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0 !important;
    }
    .header__bottom .header--flower-3 {
        left: 190px;
    }
    .header__bottom .header--flower-4 {
        right: 136px;
    }
}
@media (max-width: 700px) {
    .header__top-bar .currency-container.ndzn-js--dd,
    .header__top-bar .top-bar__btn--currency,
    .header__top-bar .top-bar__btn--support {
        display: none !important;
    }
    .header__top-bar .top-bar__right {
        margin-right: auto;
    }
    .header__bottom--main {
        background-size: 450px 100%;
        justify-content: center;
    }
    .header__bottom--main .header__bottom--left {
        display: none;
    }
    .header__bottom--main .header__bottom--right {
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }
}
@media (max-width: 500px) {
    .header__top-bar {
        margin-bottom: 2.75rem;
    }
    .header__top-bar .top-bar__left {
        display: none;
    }
    .header__top-bar .menu--currency {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        right: -69px;
        width: 138px;
    }
    .header__top-bar .top-bar__right {
        margin-right: auto;
    }
    .header__top-bar .top-bar__btn {
        padding-bottom: 14px;
        padding-top: 14px;
    }
    .header__middle {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header__middle .header__logo {
        height: auto !important;
        width: 339px !important;
    }
    .header__bottom {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .header__bottom .header--flower-1 {
        left: 60px;
        top: -16px;
    }
    .header__bottom .header--flower-2 {
        left: 100px;
        top: -10px;
    }
    .header__bottom .header--flower-3 {
        left: 250px;
        top: -7px;
    }
    .header__bottom .header--flower-4 {
        left: 190px;
        right: 0;
        top: -7px;
    }
    .header__bottom .header--flower-5 {
        right: 1px;
        top: 6px;
    }
    .header__bottom .header--flower-6 {
        right: 1px;
        top: 42px;
        z-index: -1;
    }
    .header__bottom .header--flower-7 {
        right: 0;
        top: 93px;
    }
    .header__bottom .header--flower-8 {
        right: 77px;
        top: 122px;
    }
    .header__bottom .header--flower-9 {
        right: 207px;
        top: 122px;
    }
    .header__bottom .header--flower-10 {
        left: 34px;
        top: 105px;
    }
    .header__bottom .header--flower-11 {
        left: 3px;
        top: 48px;
    }
}
@media (max-width: 400px) {
    .header__bottom .header--flower-3,
    .header__bottom .header--flower-4 {
        display: none;
    }
}
@media (max-width: 360px) {
    .header__top-bar .menu--currency {
        left: 0;
        right: 0;
    }
    .header__middle .header__logo {
        width: 100% !important;
    }
}
#ndzn-footer {
    background: linear-gradient(
        180deg,
        rgba(43, 186, 101, 0),
        rgba(43, 186, 101, 0.4)
    );
    margin-top: auto;
    position: relative;
}
#ndzn-footer .container {
    align-items: center;
    display: flex;
    padding-bottom: 52px;
    padding-top: 52px;
}
#ndzn-footer .footer-left {
    align-items: center;
    display: flex;
    gap: 1.5rem;
}
#ndzn-footer .footer__logo {
    height: 60px;
    width: 102px;
}
#ndzn-footer .footer__legal {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 500;
    line-height: 25px;
}
#ndzn-footer .ndzn {
    align-items: center;
    display: flex;
    margin-left: auto;
}
#ndzn-footer #tm {
    align-items: center;
    display: inline-flex;
    gap: 0.5rem;
    opacity: 0.3;
    transition-duration: 0.2s;
}
#ndzn-footer #tm span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 12px;
    font-weight: 600;
}
#ndzn-footer #tm:focus,
#ndzn-footer #tm:hover {
    opacity: 1;
}
div[class*="-tebex-footer-wrapper"] {
    background-color: #2bba6566 !important;
    border-color: #ffffff0a !important;
    border-top: 0 #ffffff0a !important;
    border-style: solid !important;
    height: unset !important;
    min-height: 50px !important;
    padding: 0.5rem 2.5rem !important;
    z-index: unset;
}
div[class*="-tebex-footer-wrapper"] img {
    filter: brightness(3.5);
}
div[class*="-tebex-footer-wrapper"] a {
    opacity: 0.6;
    transition-duration: 0.2s;
}
div[class*="-tebex-footer-wrapper"] a:focus,
div[class*="-tebex-footer-wrapper"] a:hover {
    opacity: 1;
}
div[class*="-tebex-footer-text"] {
    --tw-text-opacity: 0.6 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    margin-top: 0 !important;
    padding-right: 2rem !important;
}
div[class*="-tebex-footer-image"] {
    flex: 0 0 56px !important;
    margin-right: 1.5rem !important;
    padding-right: 0 !important;
    width: 56px !important;
}
div[class*="-tebex-footer-links"] {
    display: flex !important;
    gap: 1rem !important;
    justify-content: center !important;
    margin-top: 0 !important;
}
div[class*="-tebex-footer-links"] > a {
    text-wrap: nowrap;
    --tw-text-opacity: 1 !important;
    --tw-text-opacity: 0.6 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    height: 24px !important;
    line-height: 24px !important;
    margin: 0 !important;
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
    transition-duration: 0.2s;
}
div[class*="-tebex-footer-links"] > a:focus,
div[class*="-tebex-footer-links"] > a:hover {
    --tw-text-opacity: 1 !important;
}
div[class*="-tebex-footer-links"] > a:not(:last-child) {
    margin-right: 0 !important;
}
@media (max-width: 1400px) {
    #ndzn-footer > .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (max-width: 900px) {
    div[class*="-tebex-footer-wrapper"] {
        gap: 0.5rem;
        justify-content: center;
        text-align: center;
    }
    #ndzn-footer > .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (max-width: 600px) {
    #ndzn-footer .container {
        justify-content: center;
        padding-bottom: 44px;
        padding-top: 44px;
    }
    #ndzn-footer .container,
    #ndzn-footer .footer-left {
        flex-direction: column;
    }
    #ndzn-footer .footer-left {
        justify-content: center;
    }
    #ndzn-footer .footer__legal {
        text-align: center;
    }
    #ndzn-footer .ndzn {
        margin-right: auto;
        margin-top: 38px;
    }
    #ndzn-footer .footer__logo {
        height: 80px;
        width: 136px;
    }
    div[class*="-tebex-footer-wrapper"] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    div[class*="-tebex-footer-text"] {
        margin-top: 16px !important;
        padding: 0 !important;
        text-align: center;
    }
    div[class*="-tebex-footer-links"] {
        margin-bottom: 8px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8px !important;
    }
}
@media (max-width: 350px) {
    div[class*="-tebex-footer-links"] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        justify-content: center;
    }
}
.module--recent-payments .recent-payments {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}
.module--recent-payments .module__heading {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 18px;
    position: relative;
}
.module--recent-payments .module__heading h3 {
    left: 22px;
    margin-bottom: 0;
    position: relative;
}
.module--recent-payments .module__heading svg {
    position: absolute;
}
.module--recent-payments .module__heading .ping-static {
    left: 3px;
}
.module--recent-payments ul {
    margin-bottom: 0;
}
.module--recent-payments .userInfo {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgb(49 48 64 / var(--tw-bg-opacity));
    border-radius: 0.25rem;
    display: flex;
    gap: 1.25rem;
    min-width: 220px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
.module--recent-payments .userInfo__avatar {
    border-radius: 0.25rem;
    flex: 0 0 43px;
    height: 43px;
    margin-bottom: 22px;
    margin-top: 22px;
    width: 43px;
}
.module--recent-payments .userInfo__avatar img {
    border-radius: 0.25rem;
    height: 100%;
    width: 100%;
}
.module--recent-payments .userInfo__username {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 600;
    white-space: nowrap;
}
.module--recent-payments .userInfo__payment {
    color: #ffffff99;
    font-weight: 600;
}
.module--recent-payments .ping {
    -webkit-animation: ping 0.8s ease-out infinite backwards;
    animation: ping 0.8s ease-out infinite backwards;
}
@media (max-width: 1200px) {
    .module--recent-payments .recent-payments {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .module--recent-payments .recent-payments {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.page-content--login-page .panel__body {
    padding-top: 22px !important;
}
.panel--login .login-section__top {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 32px;
}
.panel--login .main__login-buttons {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    height: 75px;
    margin-bottom: 34px;
    width: 100%;
}
.panel--login .main__login-buttons .btn {
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.panel--login .main__login-buttons .btn span {
    font-size: 16px !important;
}
.panel--login .main__login-buttons .btn--inactive {
    opacity: 0.4;
}
.panel--login .panel__description {
    opacity: 0.5;
}
.panel--login .login-error-container {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgb(191 48 48 / var(--tw-bg-opacity));
    border-bottom: 4px solid #a32929;
    border-radius: 8px;
    display: flex;
    gap: 0.75rem;
    min-height: 42px;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
}
.panel--login .login-error-container span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: K2D, sans-serif;
    font-size: 16px;
    font-weight: 800;
}
.panel--login .login-error-container path {
    fill: #fff;
}
.panel--login .login-error-container svg {
    flex: 0 0 16px;
}
.panel--login .form-login {
    align-items: center;
    display: flex;
    gap: 1rem;
    height: 75px;
    margin-top: 36px;
    width: 100%;
}
.panel--login .form-login .btn {
    border-radius: 8px;
    height: 100%;
    max-width: 209px;
    overflow: hidden;
    width: 100%;
}
.panel--login .form-login .input-container {
    height: 100%;
    width: 100%;
}
.panel--login .form-login input {
    background: #00000033;
    border-bottom: 8px solid #00000052;
    border-radius: 8px;
    height: 100%;
    width: 100%;
}
#modal-login .panel--login {
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 4rem;
}
@media (max-width: 900px) {
    .panel--login .login-section__top {
        margin-top: 20px !important;
    }
}
@media (max-width: 600px) {
    .panel--login .form-login {
        flex-direction: column;
        height: auto;
        margin-top: 20px !important;
    }
    .panel--login .form-login .btn {
        height: 75px;
        max-width: 100%;
    }
    .panel--login .form-login .input-container {
        height: 75px;
    }
    .panel--login .main__login-buttons {
        gap: 0.75rem;
    }
    .panel--login .main__login-buttons > .btn > span {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    #modal-login .panel--login {
        padding-bottom: 68px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 52px;
    }
}
@-webkit-keyframes heartbeat {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }
    10% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(0.9);
    }
    47% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(0.95);
    }
    83% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(0.93);
    }
    99% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}
@keyframes heartbeat {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }
    10% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(0.9);
    }
    47% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(0.95);
    }
    83% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(0.93);
    }
    99% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}
@-webkit-keyframes ping {
    0% {
        opacity: 0.8;
        transform: scale(0.2);
    }
    80% {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 0;
        transform: scale(2.2);
    }
}
@keyframes ping {
    0% {
        opacity: 0.8;
        transform: scale(0.2);
    }
    80% {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 0;
        transform: scale(2.2);
    }
}
@-webkit-keyframes bgAlert1 {
    0% {
        left: -30px;
    }
    50% {
        left: calc(100% + 30px);
    }
    to {
        left: calc(100% + 30px);
    }
}
@keyframes bgAlert1 {
    0% {
        left: -30px;
    }
    50% {
        left: calc(100% + 30px);
    }
    to {
        left: calc(100% + 30px);
    }
}
@-webkit-keyframes alertBackground {
    0%,
    to {
        height: calc(100% - 12px);
        width: calc(100% - 12px);
    }
    50% {
        height: 100%;
        width: 100%;
    }
}
@keyframes alertBackground {
    0%,
    to {
        height: calc(100% - 12px);
        width: calc(100% - 12px);
    }
    50% {
        height: 100%;
        width: 100%;
    }
}
@-webkit-keyframes jumpUp {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(-8px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes jumpUp {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(-8px);
    }
    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes jumpDown {
    0% {
        transform: translateY(3px);
    }
    50% {
        transform: translateY(8px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes jumpDown {
    0% {
        transform: translateY(3px);
    }
    50% {
        transform: translateY(8px);
    }
    to {
        transform: translateY(0);
    }
}
.panel-container {
    margin: -30px auto 40px;
    max-width: var(--siteWidth);
    padding-bottom: 120px;
    padding-top: 146px;
    transform: scale(var(--siteScale));
    width: 100%;
}
.panel-container .panel {
    width: 100%;
}
.panel-container .panel,
.panel-container .panel .panel-wood__extras {
    position: relative;
}
.panel-container .panel .panel-wood__extras {
    width: 100%;
    z-index: 3;
}
.panel-container .panel .panel--decor {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 0;
    height: calc(100% + 284px);
    pointer-events: none;
    position: absolute;
    top: -146px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.panel-container .panel .panel-wood__sides {
    background-image: url(https://static.wildwoodsmp.com/pyUD8oR.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: var(--siteWidth) 554px;
    height: calc(100% - 724px);
    position: relative;
    top: -1px;
    width: 100%;
    z-index: 2;
}
.panel-container .panel .panel-wood__top {
    background-image: url(https://static.wildwoodsmp.com/6SJghDC.png);
    background-position: top;
    background-size: var(--siteWidth) 375px;
    height: 375px;
}
.panel-container .panel .panel-wood__bottom {
    background-image: url(https://static.wildwoodsmp.com/apGEsEO.png);
    background-position: bottom;
    background-size: var(--siteWidth) 349px;
    height: 349px;
    top: -2px;
}
.panel-container .panel .panel__body {
    --tw-bg-opacity: 1;
    background-color: rgb(86 53 31 / var(--tw-bg-opacity));
    margin-left: 188px;
    margin-right: 188px;
    min-height: 500px;
    padding: var(--containerPadding);
    position: relative;
    width: calc(100% - 376px);
    z-index: 0;
}
.panel__title {
    align-items: center;
    background-image: url(https://static.wildwoodsmp.com/Vwz9kz4.png);
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    min-height: 101px;
    min-width: 200px;
    position: absolute;
    right: 0;
    top: -84px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 3;
}
.panel__title,
.panel__title:after,
.panel__title:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.panel__title:after,
.panel__title:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 63px;
    z-index: -1;
}
.panel__title:before {
    background-image: url(https://static.wildwoodsmp.com/Sd4gl6p.png);
    left: -62px;
}
.panel__title:after {
    background-image: url(https://static.wildwoodsmp.com/Z1YoyoZ.png);
    right: -62px;
}
.panel__title .panel__title-border,
.panel__title .panel__title-text {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #ffeec6 5.59%, #f8d08b 96.29%);
    -webkit-background-clip: text;
    font-family: Catfiles, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    max-width: 600px;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1.25rem;
    text-align: center;
    z-index: 1;
}
.panel__title .panel__title-border {
    position: absolute;
    text-shadow: -2px -2px 0 #bc7134, 2px -2px 0 #bc7134, -2px 2px 0 #bc7134,
        2px 2px 0 #bc7134, -2px 0 0 #bc7134, 2px 0 0 #bc7134, 0 -2px 0 #bc7134,
        0 2px 0 #bc7134;
    z-index: -1;
}
.panel__title--modal {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 77px;
    top: -45px;
}
.panel__title--modal .panel__title-border,
.panel__title--modal .panel__title-text {
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 1324px) {
    .panel-container {
        margin-top: 0 !important;
        max-width: 1324px;
        transform: none !important;
        width: 100%;
    }
    .panel-container .panel > .panel__body {
        margin-left: auto;
        margin-right: auto;
        max-width: 948px;
        width: 100%;
    }
}
@media (max-width: 900px) {
    .panel-container {
        padding-top: 80px !important;
    }
    .panel-container .panel > .panel__body {
        margin-left: auto;
        margin-right: auto;
        max-width: 646px;
        width: 100%;
    }
    .panel-container .panel .panel--decor {
        height: calc(100% + 442px);
        top: -94px;
    }
    .panel-container .panel .panel-wood__sides {
        background-size: 900px 554px;
        height: calc(100% - 724px);
    }
    .panel-container .panel .panel-wood__top {
        background-size: 900px 241px;
        height: 241px;
    }
    .panel-container .panel .panel-wood__bottom {
        background-size: 900px 225px;
        height: 225px;
    }
    .panel__title {
        min-height: 65px;
        top: -54px;
    }
    .panel__title:after,
    .panel__title:before {
        width: 41px;
    }
    .panel__title:before {
        left: -40px;
    }
    .panel__title:after {
        right: -40px;
    }
    .panel__title .panel__title-border,
    .panel__title .panel__title-text {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 0.5rem;
        padding-top: 0.75rem;
    }
    .panel__title--modal {
        top: -38px !important;
    }
    .panel__title--modal .panel__title-border,
    .panel__title--modal .panel__title-text {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 400px) {
    .panel__title {
        max-width: 240px;
        min-width: 0;
        width: calc(100% - 100px);
    }
}
.panel-container--skeleton * {
    pointer-events: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.panel-container--skeleton .image--skeleton {
    background-color: #00000033;
    border-radius: 8px;
    flex: 0 0 168px;
    height: 168px;
    width: 168px;
}
.panel-container--skeleton .package__name--skeleton {
    display: none;
    height: 38px;
}
.panel-container--skeleton .package__price--skeleton {
    height: 38px;
    width: 124px;
}
.panel-container--skeleton .package__buttons--skeleton {
    background-color: #00000033;
    border-radius: 8px;
    height: 75px;
    width: 100%;
}
#ndzn-page section .heading {
    align-items: flex-end;
    display: flex;
}
#ndzn-page section .heading h1 {
    margin-bottom: 0;
    margin-top: 0;
}
#ndzn-page section .heading h2,
#ndzn-page section .heading h3,
#ndzn-page section .heading h4,
#ndzn-page section .heading h5,
#ndzn-page section .heading h6 {
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 0;
}
.dd-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.dd {
    border-radius: 4px;
    overflow: hidden;
}
.dd:not(.dd.open) .dd__heading svg {
    --tw-rotate: 135deg;
    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));
}
.dd:not(.dd.open) .dd__body {
    height: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.dd.open .dd__body {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
}
.dd,
.dd .dd__heading {
    --tw-bg-opacity: 1;
    background-color: rgb(58 58 58 / var(--tw-bg-opacity));
}
.dd .dd__heading {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    position: relative;
    z-index: 2;
}
.dd .dd__heading h6,
.dd .dd__heading svg {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.dd .dd__heading h6 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}
.dd .dd__heading svg {
    margin-left: auto;
    transition-duration: 0.4s;
}
.dd .dd__body {
    border-color: #ffffff0d;
    border-style: solid;
    border-top-width: 1px;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
}
.panel__body-refund {
    display: flex;
    gap: 2rem;
}
.panel__body-refund .home-refund__panel {
    --tw-bg-opacity: 1;
    background-color: rgb(49 48 64 / var(--tw-bg-opacity));
    border-radius: 0.25rem;
    padding: 2rem;
}
.panel__body-refund h3 {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}
.panel__body-refund p {
    margin-bottom: 0 !important;
}
@media (max-width: 900px) {
    .panel__body-refund {
        flex-direction: column;
    }
    .panel__body-refund .home-refund__panel {
        --tw-bg-opacity: 1;
        background-color: rgb(49 48 64 / var(--tw-bg-opacity));
        padding: 2rem;
    }
    .panel__body-refund h3 {
        align-items: center;
        display: flex;
        gap: 0.5rem;
    }
    .panel__body-refund p {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 750px) {
    .ndzn-landing .panel__body {
        padding: 1.5rem;
    }
    .panel__body-refund .home-refund__panel {
        padding: 1rem !important;
    }
}
@media (max-width: 600px) {
    .ndzn-landing .landing-navbar {
        flex-direction: column;
    }
}
.packages-container--images {
    display: grid;
    gap: var(--spacing);
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.packages-container--images .package--images {
    margin-bottom: 0 !important;
}
.category__description {
    color: #ffffffdb;
    display: block;
    margin-bottom: 34px;
    margin-left: auto;
    margin-right: auto;
    max-width: 669px;
    text-align: center;
}
.category__description > :first-child {
    margin-top: 0 !important;
}
.category__description > :last-child {
    margin-bottom: 0 !important;
}
.sale__decor {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.package--images {
    --tw-bg-opacity: 1;
    background-color: rgb(161 99 58 / var(--tw-bg-opacity));
    background-image: url(https://static.wildwoodsmp.com/YMhDrIt.png);
    background-size: cover;
    border-bottom: 10px solid #885635;
    border-radius: 10px;
    height: 393px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.package--images:first-child,
.package--images:nth-child(2),
.package--images:nth-child(3) {
    grid-column: span 2;
}
.package--images:first-child .package__bestValue,
.package--images:nth-child(2) .package__bestValue,
.package--images:nth-child(3) .package__bestValue {
    right: 12px;
    top: 12px;
}
.package--images:nth-child(n + 4) {
    grid-column: span 3;
}
.package--images .package__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: var(--spacing);
}
.package--images .package__image {
    cursor: pointer;
}
.package--images .package__image > img {
    border-radius: 12px;
    cursor: pointer;
    height: 168px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 168px;
}
.package--images .package__expires {
    display: none;
    position: absolute;
}
.package--images .package__discountPercentage {
    left: -2px;
    pointer-events: none;
    position: absolute;
    top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.package--images .package__discountPercentage span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: Catfiles, sans-serif;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 22px;
    transform: rotate(-45deg);
}
.package--images .package__discountPercentage img {
    flex: 0 0 90px;
    height: 90px;
    width: 90px;
}
.package--images .package__bestValue {
    display: flex;
    position: absolute;
    right: 68px;
    top: 26px;
    transform-origin: top left;
    z-index: 3;
}
.package--images .package__bestValue span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: Catfiles, sans-serif;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    text-align: center;
    top: 20px;
}
.package--images .package__bestValue img {
    flex: 0 0 62px;
    height: 62px;
    width: 62px;
}
.package--images .package__info {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.package--images .package__name {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: 12px;
    color: rgb(177 115 71 / var(--tw-text-opacity));
    display: block;
    font-family: Dinocare, sans-serif;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 211px;
    padding-bottom: 3px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 7px;
    position: relative;
    text-align: center;
    top: -24px;
    width: 100%;
}
.package--images .package__price {
    align-items: center;
    background: #00000014;
    border-radius: 50px;
    box-shadow: inset 0 2px 4px 0 #00000040;
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    margin: auto;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    position: relative;
    top: -6px;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.package--images .price-actual {
    font-size: 20px;
    font-weight: 800;
}
.package--images .price-discounted {
    color: #ffffff40;
    font-size: 14px;
    font-weight: 600;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.package--images .package__buttons {
    margin-top: auto;
    width: 100%;
}
.package--images .btn--add {
    background: linear-gradient(90deg, #fdd72c, #fedd2d);
    border-bottom: 8px solid #ce8012;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 17px;
    padding-top: 17px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.package--images .btn--add span {
    position: relative;
    z-index: 3;
}
.package--images .btn__decor {
    bottom: -7px;
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
}
.package--images .btn--remove {
    background: linear-gradient(90deg, #ef4d3b, #f23e2a);
    border-bottom: 8px solid #e44a3a;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 17px;
    padding-top: 17px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.package--images .btn--remove span {
    position: relative;
    z-index: 3;
}
.packages-container--list {
    display: flex;
    flex-direction: column;
}
.package--list {
    --tw-bg-opacity: 1;
    background-color: rgb(161 99 58 / var(--tw-bg-opacity));
    background-image: url(https://static.wildwoodsmp.com/A9CvaWj.png);
    background-size: cover;
    border-bottom: 10px solid #885635;
    border-radius: 10px;
    height: 129px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.package--list .package__inner {
    height: 100%;
    padding: 26px;
    width: 100%;
}
.package--list .package__info {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}
.package--list .package__details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 1rem;
}
.package--list .package__image > img {
    display: none;
}
.package--list .btn {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 19px;
    padding-top: 19px;
    width: 250px;
    z-index: 1;
}
.package--list .btn,
.package--list .btn span {
    position: relative;
}
.package--list .btn span {
    z-index: 3;
}
.package--list .package__bestValue {
    display: none;
}
.package--list .btn--add {
    background: linear-gradient(90deg, #fdd72c, #fedd2d);
    border-bottom: 8px solid #ce8012;
}
.package--list .btn > span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: Dinocare, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 0 4px 0 #00000014;
    text-transform: uppercase;
}
.package--list .btn--remove {
    background: linear-gradient(90deg, #ef4d3b, #f23e2a);
    border-bottom: 8px solid #e44a3a;
}
.package--list .package__expires {
    display: none;
}
.package--list .package__name {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 20px;
    font-weight: 800;
}
.package--list .price-discounted {
    color: #ffffff40;
    font-size: 14px;
    font-weight: 600;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.package--list .package__discountPercentage {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 3;
}
.package--list .package__discountPercentage img {
    flex: 0 0 90px;
    height: 90px;
    transform: scaleX(-1);
    width: 90px;
}
.package--list .package__discountPercentage span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: Catfiles, sans-serif;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 22px;
    transform: rotate(45deg);
}
.package--list .package__price {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}
@media (max-width: 900px) {
    .packages-container--images {
        row-gap: var(--spacing);
    }
    .package--images {
        border-bottom-width: 6px;
        border-radius: 10px;
        height: 100%;
    }
    .package--images .package__image > img {
        height: 118px;
        width: 118px;
    }
    .package--images .package__image {
        top: -4px;
    }
    .package--images .package__name {
        font-size: 12px;
        line-height: 13px;
        max-width: 118px;
        padding-bottom: 6px;
        padding-top: 6px;
    }
    .package--images .package__price {
        top: -12px;
    }
    .package--images .price-actual {
        font-size: 12px;
    }
    .package--images .price-discounted {
        font-size: 8px;
    }
    .package--images .btn--add,
    .package--images .btn--remove {
        border-bottom-width: 2px;
        margin-top: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .package--images .btn--add span,
    .package--images .btn--remove span {
        font-size: 12px !important;
    }
    .package--images .package__bestValue {
        right: 40px;
        top: 26px;
        transform: scale(1) !important;
        z-index: 3;
    }
    .package--images .package__bestValue span {
        font-size: 8px;
        top: 12px;
    }
    .package--images .package__bestValue img {
        flex: 0 0 48px;
        height: 48px;
        width: 48px;
    }
}
@media (max-width: 600px) {
    .package--images:first-child,
    .package--images:nth-child(2),
    .package--images:nth-child(3),
    .package--images:nth-child(n + 4) {
        grid-column: span 6;
    }
    .package--images {
        border-bottom-width: 10px;
        border-radius: 10px;
        height: 100%;
    }
    .package--images .package__image > img {
        height: 168px;
        width: 168px;
    }
    .package--images .package__image {
        top: 0;
    }
    .package--images .package__name {
        font-size: 20px;
        line-height: 22px;
        max-width: 200px;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .package--images .package__price {
        top: -12px;
    }
    .package--images .price-actual {
        font-size: 20px;
    }
    .package--images .price-discounted {
        font-size: 14px;
    }
    .package--images .btn--add,
    .package--images .btn--remove {
        border-bottom-width: 8px;
        margin-top: 0;
        padding-bottom: 17px;
        padding-top: 17px;
    }
    .package--images .btn--add span,
    .package--images .btn--remove span {
        font-size: 16px !important;
    }
    .package--images .package__bestValue {
        display: flex;
        position: absolute;
        right: 48px !important;
        top: 26px !important;
        z-index: 3;
    }
    .package--images .package__bestValue span {
        font-size: 10px;
        line-height: 12px;
        top: 20px;
    }
    .package--images .package__bestValue img {
        flex: 0 0 62px;
        height: 62px;
        width: 62px;
    }
    .package--list {
        height: auto;
    }
    .package--list .package__inner {
        height: 100%;
        padding: 26px;
        width: 100%;
    }
    .package--list .package__info {
        display: flex;
        flex-direction: column;
    }
    .package--list .package__details,
    .package--list .package__info {
        justify-content: center;
    }
    .package--list .package__details {
        gap: 0.25rem;
        padding-bottom: 0.75rem;
        padding-right: 0;
        text-align: center;
    }
    .package--list .btn,
    .package--list .package__buttons {
        max-width: 300px;
        width: 100%;
    }
    .package--list .btn > span {
        font-size: 16px;
        line-height: 18px;
    }
    .package--list .package__price {
        justify-content: center;
    }
}
@media (max-width: 400px) {
    .package--images .package__bestValue {
        display: flex;
        position: absolute;
        right: 20px !important;
        top: 20px !important;
        z-index: 3;
    }
}
.modal-wrap {
    --tw-bg-opacity: 0.7;
    align-items: center;
    background-color: rgb(27 27 33 / var(--tw-bg-opacity));
    bottom: 0;
    display: grid;
    grid-template-columns: minmax(auto, 600px);
    grid-template-rows: auto 0;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    overflow: auto;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.modal.is-slideout .modal-wrap {
    align-items: stretch;
    padding-bottom: 0;
    padding-top: 0;
}
.modal.is-slideout.is-left .modal-wrap {
    justify-content: flex-start;
}
.modal.is-slideout.is-right .modal-wrap {
    justify-content: flex-end;
}
#checkout-overlay:after,
#waiting-overlay:after,
.modal-spinner {
    -webkit-animation: modalSpinner 1s linear infinite;
    animation: modalSpinner 1s linear infinite;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='display:block' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='8' stroke='%23fff' stroke-dasharray='50.26548245743669 50.26548245743669' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    bottom: 0;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    margin: auto;
    opacity: 0.1;
    right: 0;
    top: 0;
    width: 100px;
}
@-webkit-keyframes modalSpinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes modalSpinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
#checkout-overlay,
#waiting-overlay {
    --tw-bg-opacity: 0.7;
    align-items: center;
    background-color: rgb(27 27 33 / var(--tw-bg-opacity));
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#checkout-overlay {
    opacity: 0;
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
}
#checkout-overlay.shown {
    opacity: 1;
    visibility: visible;
}
.modal {
    position: relative;
    z-index: 99999 !important;
}
.modal.is-centered .modal-wrap {
    grid-template-columns: minmax(auto, 834px);
    padding-left: var(--modalBgPadding);
    padding-right: var(--modalBgPadding);
}
.modal.is-centered .modal-wrap .btn.btn--close {
    right: -24px;
    top: -24px;
    z-index: 12;
}
.modal.is-centered .modal-dialogue {
    border: 4px solid #734c32;
    border-radius: 8px;
}
.modal.is-slideout .btn--close {
    top: 1.5rem;
}
.modal.is-slideout.is-right .btn--close {
    right: calc(100% - 24px);
}
.modal.is-slideout.is-left .btn--close {
    left: calc(100% + 24px);
}
.modal.is-slideout .modal-wrap {
    grid-template-columns: minmax(auto, 492px);
}
.modal.is-slideout .modal-dialogue {
    border-left: 4px solid #734c32;
    border-radius: 0;
    height: 100%;
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
}
.modal.is-slideout .modal-body {
    flex: 1 1 auto;
}
.modal-wrap {
    --tw-bg-opacity: 0.95;
    padding-bottom: 116px;
    padding-top: 116px;
}
.modal-dialogue {
    position: relative;
    z-index: 3;
}
.is-slideout .modal-dialogue,
.modal-dialogue {
    --tw-bg-opacity: 1;
    background-color: rgb(86 53 31 / var(--tw-bg-opacity));
}
.btn.btn--close {
    --tw-bg-opacity: 1;
    background: linear-gradient(270deg, #f93636, #890000);
    background-color: rgb(255 105 105 / var(--tw-bg-opacity));
    border-radius: 500px;
    height: 44px;
    overflow: hidden;
    position: absolute;
    width: 44px;
    z-index: 3;
}
.btn.btn--close.btn--decor {
    background: linear-gradient(270deg, #c10000, #ff6b6b);
    border-radius: 500px;
    height: 48px !important;
    pointer-events: none;
    position: absolute;
    transform: translate(2px, -2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 48px !important;
    z-index: -1 !important;
}
.btn.btn--close .btn--close__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn.btn--close .btn--svg {
    fill: #fff;
    height: 19px;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 19px;
}
.btn.btn--close:focus svg,
.btn.btn--close:hover svg {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.copyIp--modal__panel {
    text-align: center;
}
.copyIp--modal__panel h1 {
    text-shadow: 0 4px 0 #00000014;
}
.is-options .panel__title-border,
.is-options .panel__title-text {
    content: "Product Option" !important;
}
@media (max-width: 900px) {
    .modal.is-centered .modal-wrap {
        grid-template-columns: minmax(auto, 978px);
    }
    .modal.is-centered .modal-wrap .btn.btn--close {
        right: 0;
    }
}
@media (max-width: 500px) {
    .modal.is-slideout > .modal-wrap {
        grid-template-columns: minmax(auto, 346px);
    }
    .modal.is-slideout .modal-dialogue {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}
@media (max-width: 400px) {
    .btn.btn--close {
        flex: 0 0 44px;
        height: 44px;
        width: 44px;
        z-index: 99 !important;
    }
    .btn.btn--close.btn--decor {
        z-index: 98 !important;
    }
    .modal.is-slideout .btn--close {
        top: 0.75rem;
    }
    .modal.is-slideout.is-right .btn--close {
        right: calc(100% - 24px);
    }
}
@media (max-width: 360px) {
    .modal.is-slideout.is-right .btn--close {
        right: calc(100% - 44px);
    }
}
#modal-shopping .modal-dialogue {
    position: relative;
}
#modal-shopping .modal-dialogue .modal-body {
    display: flex;
    flex-direction: column;
}
#modal-shopping .modal-dialogue .modal__packageInfo--sticky {
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: -76px;
}
#modal-shopping .modal-dialogue .modal__packageInfo--sticky .packageInfo__info {
    display: flex;
    justify-content: center;
    min-height: 124px !important;
    padding-left: 2.5rem;
    width: 100%;
}
#modal-shopping
    .modal-dialogue
    .modal__packageInfo--sticky
    .packageInfo__info
    .package__image {
    display: none;
}
#modal-shopping
    .modal-dialogue
    .modal__packageInfo--sticky
    .packageInfo__info
    .info__right {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
}
#modal-shopping
    .modal-dialogue
    .modal__packageInfo--sticky
    .packageInfo__info
    .info__price {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0;
}
#modal-shopping
    .modal-dialogue
    .modal__packageInfo--sticky
    .packageInfo__info
    .price__old {
    margin-left: 0;
}
#modal-shopping
    .modal-dialogue
    .modal__packageInfo--sticky
    .packageInfo__info
    .info__buttons {
    margin: 0;
}
.page-main--packagePage {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: -24px;
}
.page-main--packagePage:after {
    display: none;
}
.page-main--packagePage .modal__packageInfo:after {
    display: none !important;
}
.modal__packageInfo,
.page-main--packagePage {
    position: relative;
}
.modal__packageInfo:after,
.page-main--packagePage:after {
    background: linear-gradient(180deg, #56351f, rgba(9, 9, 121, 0));
    bottom: -34px;
    content: "";
    height: 40px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: -1;
}
.modal__packageInfo:before,
.page-main--packagePage:before {
    --tw-bg-opacity: 1;
    background-color: rgb(86 53 31 / var(--tw-bg-opacity));
    content: "";
    height: 50px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: calc(100% + 2px);
    z-index: -1;
}
.modal__packageInfo .package__image,
.page-main--packagePage .package__image {
    cursor: pointer;
    display: flex;
    height: 158px;
    width: 158px;
}
.modal__packageInfo .package__image img,
.page-main--packagePage .package__image img {
    border-radius: 12px;
    height: auto;
    margin-bottom: auto;
    margin-top: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.modal__packageInfo .package__image.image--noImage,
.page-main--packagePage .package__image.image--noImage {
    height: 96px;
}
.modal__packageInfo .package__image.image--noImage > img,
.page-main--packagePage .package__image.image--noImage > img {
    filter: grayscale(100%);
}
.modal__packageInfo .info__name,
.page-main--packagePage .info__name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
.modal__packageInfo .info__price,
.page-main--packagePage .info__price {
    align-items: center;
    display: flex;
}
.modal__packageInfo .price__custom,
.page-main--packagePage .price__custom {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 800;
}
.modal__packageInfo .price__actual,
.page-main--packagePage .price__actual {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
}
.modal__packageInfo .price__old,
.page-main--packagePage .price__old {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 0.375rem;
    opacity: 0.4;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.modal__packageInfo .info__buttons,
.modal__packageInfo .packageInfo__info,
.page-main--packagePage .info__buttons,
.page-main--packagePage .packageInfo__info {
    align-items: center;
    display: flex;
}
.modal__packageInfo .packageInfo__info,
.page-main--packagePage .packageInfo__info {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgb(161 99 58 / var(--tw-bg-opacity));
    background-image: url(https://static.wildwoodsmp.com/b88LyVU.png);
    background-size: cover;
    border-bottom: 10px solid #885635;
    border-radius: 10px;
    display: flex;
    flex: 1 1 auto;
    min-height: 206px;
    padding: 1.5rem;
    width: 100%;
}
.modal__packageInfo .btn--add,
.modal__packageInfo .btn--remove,
.page-main--packagePage .btn--add,
.page-main--packagePage .btn--remove {
    min-height: 67px;
    min-width: 209px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-transform: uppercase;
    white-space: nowrap;
}
.modal__packageInfo .btn--add span,
.modal__packageInfo .btn--remove span,
.page-main--packagePage .btn--add span,
.page-main--packagePage .btn--remove span {
    font-size: 16px;
    font-weight: 900;
    line-height: 23px;
}
.modal__packageInfo .btn--gift,
.page-main--packagePage .btn--gift {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgb(146 95 58 / var(--tw-bg-opacity));
    border-bottom: 8px solid #7c5032;
    border-radius: 8px;
    display: flex;
    flex: 0 0 78px;
    height: 67px;
    justify-content: center;
    width: 78px;
}
.modal__packageInfo .info__right,
.page-main--packagePage .info__right {
    margin-left: 34px;
}
.modal__packageInfo .info__buttons,
.page-main--packagePage .info__buttons {
    gap: 0.75rem;
    margin-top: 32px;
}
.modal__description {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2.5rem;
}
.modal__description li,
.modal__description ol,
.modal__description p,
.modal__description span,
.modal__description ul {
    font-weight: 500 !important;
}
.modal__description a,
.modal__description b,
.modal__description strong {
    font-weight: 700;
}
.modal__description :first-child {
    margin-top: 0 !important;
}
.modal__description :last-child {
    margin-bottom: 0 !important;
}
.gift-parent {
    position: relative;
}
.gift-parent .gift-form {
    --tw-bg-opacity: 1;
    background-color: rgb(146 95 58 / var(--tw-bg-opacity));
    border-bottom: 8px solid #7c5032;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    font-size: 0;
    left: -80px;
    padding: 1.25rem;
    position: absolute;
    transition-duration: 0.2s;
    width: 241px;
    z-index: 3;
}
.gift-parent .gift-form .btn--yellow,
.gift-parent .gift-form .input {
    border-radius: 4px;
    display: block;
    height: 54px;
    text-align: center;
    width: auto;
}
.gift-parent .gift-form .input {
    --tw-bg-opacity: 1;
    background-color: rgb(124 80 50 / var(--tw-bg-opacity));
    color: #ffffff80;
}
.gift-parent .gift-form .btn--yellow {
    border-radius: 8px;
    height: 67px;
    margin-top: 0.375rem;
    width: 100%;
}
.gift-parent.is-closed .gift-form {
    opacity: 0;
    pointer-events: none;
    top: calc(100% + 10px);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
}
.gift-parent.is-open .gift-form {
    opacity: 1;
    pointer-events: auto;
    top: calc(100% + 15px);
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    visibility: visible;
}
@media (max-width: 700px) {
    .modal__packageInfo .packageInfo__info,
    .page-main--packagePage .packageInfo__info {
        flex-direction: column;
        padding-bottom: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.5rem;
        text-align: center;
    }
    .modal__packageInfo .info__buttons,
    .page-main--packagePage .info__buttons {
        margin-top: 1.5rem;
    }
    .modal__packageInfo .info__buttonsContainer,
    .page-main--packagePage .info__buttonsContainer {
        margin-left: 0;
        margin-top: auto;
        padding-left: 0;
    }
    .modal__packageInfo .info__price,
    .page-main--packagePage .info__price {
        justify-content: center;
        margin-bottom: 18px;
    }
    .modal__packageInfo .info__right,
    .page-main--packagePage .info__right {
        margin-left: 0;
    }
    .modal__packageInfo--sticky > .packageInfo__info {
        padding: 1rem !important;
    }
}
@media (max-width: 600px) {
    #modal-shopping
        .modal-dialogue
        .modal__packageInfo--sticky
        > .packageInfo__info
        > .info__right {
        display: flex;
        flex-direction: column;
    }
    #modal-shopping
        .modal-dialogue
        .modal__packageInfo--sticky
        > .packageInfo__info
        > .info__right
        .info__price {
        align-items: center;
        margin-bottom: 12px;
    }
}
@media (max-width: 500px) {
    .modal__packageInfo .btn--add,
    .modal__packageInfo .btn--remove,
    .page-main--packagePage .btn--add,
    .page-main--packagePage .btn--remove {
        min-width: 0 !important;
        width: 100%;
    }
    .modal__packageInfo .info__buttonsContainer,
    .modal__packageInfo .info__buttonsContainer .btn--add,
    .modal__packageInfo .info__buttonsContainer .btn--remove,
    .page-main--packagePage .info__buttonsContainer,
    .page-main--packagePage .info__buttonsContainer .btn--add,
    .page-main--packagePage .info__buttonsContainer .btn--remove {
        width: 100%;
    }
    .modal__packageInfo .info__buttonsContainer .btn--add,
    .modal__packageInfo .info__buttonsContainer .btn--remove,
    .page-main--packagePage .info__buttonsContainer .btn--add,
    .page-main--packagePage .info__buttonsContainer .btn--remove {
        min-width: 0 !important;
    }
    .gift-parent .gift-form {
        left: -160px;
        right: 1rem;
    }
}
@media (max-width: 330px) {
    .buttons__both,
    .info__buttons {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .gift-parent .gift-form {
        left: -80px;
        right: 0;
    }
}
#modal-slideout-cart .modal-body,
#modal-slideout-cart .modal-dialogue,
.checkout-content .modal-body,
.checkout-content .modal-dialogue {
    display: flex;
    flex-direction: column;
}
#modal-slideout-cart .panel--checkout > .panel__body,
.checkout-content .panel--checkout > .panel__body {
    display: flex;
    flex-direction: column;
    min-height: 970px;
}
#modal-slideout-cart .cart-header__top,
.checkout-content .cart-header__top {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    width: 100%;
}
#modal-slideout-cart .cart-header__top .btn--header__top,
.checkout-content .cart-header__top .btn--header__top {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgb(161 99 58 / var(--tw-bg-opacity));
    border-bottom: 6px solid #885635;
    border-radius: 50px;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: flex;
    font-family: Dinocare, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
}
#modal-slideout-cart .cart-header__top .btn--header__top span,
.checkout-content .cart-header__top .btn--header__top span {
    font-size: 16px !important;
    line-height: 16px !important;
    padding-top: 4px !important;
    text-shadow: 0 0 #000 !important;
}
#modal-slideout-cart .cart-header__summary,
.checkout-content .cart-header__summary {
    align-items: flex-start;
    background: linear-gradient(90deg, #fdd72c, #fedd2d);
    border-bottom: 10px solid #e4ac2d;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    overflow: hidden;
    padding-bottom: 2rem;
    padding-top: 1.75rem;
    position: relative;
    text-shadow: 0 4px 0 #00000014;
}
#modal-slideout-cart .cart-header__summary h3,
.checkout-content .cart-header__summary h3 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: Dinocare, sans-serif;
    font-size: 32px;
    line-height: 35px;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 3;
}
#modal-slideout-cart .cart-header__summary .header__summary--items,
.checkout-content .cart-header__summary .header__summary--items {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: K2D, sans-serif;
    font-weight: 700;
    line-height: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 3;
}
#modal-slideout-cart .cart-header__summary .summary--user,
.checkout-content .cart-header__summary .summary--user {
    align-items: center;
    background-color: #00000029;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    gap: 6px;
    margin-top: 18px;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
}
#modal-slideout-cart .cart-header__summary .summary--user span,
.checkout-content .cart-header__summary .summary--user span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: K2D, sans-serif;
    font-weight: 800;
    text-shadow: 0 0 #000 !important;
    z-index: 3;
}
#modal-slideout-cart .cart-header__summary .summary--user svg,
.checkout-content .cart-header__summary .summary--user svg {
    fill: #fff;
    flex: 0 0 20px;
    z-index: 3;
}
#modal-slideout-cart .cart-header__bg1,
.checkout-content .cart-header__bg1 {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
#modal-slideout-cart .cart-header__bg2,
.checkout-content .cart-header__bg2 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}
#modal-slideout-cart .cart-header__bg3,
.checkout-content .cart-header__bg3 {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
}
#modal-slideout-cart .cart-body-top,
.checkout-content .cart-body-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
#modal-slideout-cart .body-top__left,
.checkout-content .body-top__left {
    align-items: center;
    display: flex;
    gap: 10px;
}
#modal-slideout-cart .cart-body,
.checkout-content .cart-body {
    margin-bottom: 2rem;
}
#modal-slideout-cart .menu--currency,
.checkout-content .menu--currency {
    left: -42px;
    margin-top: 14px;
    padding: 0.5rem;
    width: 180px;
}
#modal-slideout-cart .menu--currency a,
.checkout-content .menu--currency a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    margin: 0;
    opacity: 0.6;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
}
#modal-slideout-cart .menu--currency a:hover,
.checkout-content .menu--currency a:hover {
    opacity: 1;
}
#modal-slideout-cart .menu--currency a.active,
.checkout-content .menu--currency a.active {
    font-weight: 800;
    opacity: 1;
}
#modal-slideout-cart .cart-checkout,
.checkout-content .cart-checkout {
    margin-top: auto;
}
#modal-slideout-cart .cart-checkout__total,
.checkout-content .cart-checkout__total {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
#modal-slideout-cart .cart-checkout__total span,
.checkout-content .cart-checkout__total span {
    font-family: Dinocare, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
#modal-slideout-cart .cart-checkout__coins,
.checkout-content .cart-checkout__coins {
    margin-bottom: 0.75rem;
}
#modal-slideout-cart .cart-checkout__coins span,
.checkout-content .cart-checkout__coins span {
    --tw-text-opacity: 1;
    color: rgb(254 221 45 / var(--tw-text-opacity));
}
#modal-slideout-cart .btn--checkout,
.checkout-content .btn--checkout {
    margin-top: 26px;
    width: 100%;
}
#modal-slideout-cart .btn--checkout span,
.checkout-content .btn--checkout span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 800;
    padding-bottom: 22px;
    padding-top: 22px;
    text-transform: uppercase;
}
#modal-slideout-cart .cart-empty,
.checkout-content .cart-empty {
    --tw-bg-opacity: 1;
    background-color: rgb(161 99 58 / var(--tw-bg-opacity));
    background-image: url(https://static.wildwoodsmp.com/b88LyVU.png);
    background-size: cover;
    border-bottom: 10px solid #885635;
    border-radius: 10px;
    padding-bottom: 33px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 33px;
    text-align: center;
}
#modal-slideout-cart .cart-empty h6,
.checkout-content .cart-empty h6 {
    font-family: Catfiles, sans-serif;
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
#modal-slideout-cart .cart-empty span,
.checkout-content .cart-empty span {
    color: #ffffff80;
    font-size: 14px;
    font-weight: 800;
}
#modal-slideout-cart .btn--back-to-shopping,
.checkout-content .btn--back-to-shopping {
    display: none;
}
.checkout-content .cart-header__top > a.btn--header__top {
    margin-right: auto;
}
.checkout-content .cart-header__summary > * {
    margin-left: auto;
    margin-right: auto;
}
.checkout-content .summary--user {
    background-color: #00000029;
    border-radius: 8px;
}
.checkout-content .cart-body {
    margin-bottom: 140px;
}
@media (max-width: 750px) {
    #modal-slideout-cart .cart-header__summary,
    .checkout-content .cart-header__summary {
        border-bottom: 8px solid #e4ac2d;
        justify-content: flex-start;
        margin-bottom: 22px;
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-top: 1.25rem;
    }
    #modal-slideout-cart .cart-header__summary *,
    .checkout-content .cart-header__summary * {
        margin-left: 0;
    }
    #modal-slideout-cart .cart-header__summary h3,
    .checkout-content .cart-header__summary h3 {
        font-size: 24px;
    }
    #modal-slideout-cart .cart-header__summary .header__summary--items,
    .checkout-content .cart-header__summary .header__summary--items {
        font-size: 14px;
    }
    #modal-slideout-cart .cart-header__summary .summary--user,
    .checkout-content .cart-header__summary .summary--user {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    #modal-slideout-cart .cart-header__summary .summary--user span,
    .checkout-content .cart-header__summary .summary--user span {
        font-size: 14px;
    }
    #modal-slideout-cart .cart-header__bg2,
    .checkout-content .cart-header__bg2 {
        width: 160px;
    }
    #modal-slideout-cart .cart-header__bg3,
    .checkout-content .cart-header__bg3 {
        display: none;
    }
    #modal-slideout-cart .cart-checkout__total > span,
    .checkout-content .cart-checkout__total > span {
        font-size: 16px;
        line-height: 18px;
    }
    #modal-slideout-cart .cart-empty,
    .checkout-content .cart-empty {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 500px) {
    #modal-slideout-cart .cart-header__top > a.btn--header__top,
    .checkout-content .cart-header__top > a.btn--header__top {
        display: none;
    }
}
@media (max-width: 450px) {
    #modal-slideout-cart .cart-header__bg2,
    .checkout-content .cart-header__bg2 {
        right: -40px;
    }
    #modal-slideout-cart .cart-header__top .btn--header__top,
    .checkout-content .cart-header__top .btn--header__top {
        height: 40px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    #modal-slideout-cart .cart-header__top .btn--header__top span,
    .checkout-content .cart-header__top .btn--header__top span {
        font-size: 14px !important;
    }
}
@media (max-width: 350px) {
    #modal-slideout-cart .cart-header__bg2,
    .checkout-content .cart-header__bg2 {
        right: -80px;
    }
}
#modal-slideout-storeMenu .modal-dialogue {
    padding: 2rem;
    width: 376px;
}
#modal-slideout-storeMenu .modal-dialogue__inner {
    height: 100%;
}
#modal-slideout-storeMenu .modal-dialogue__inner--top {
    align-items: center;
    background: linear-gradient(101.02deg, #6969fe, #c57aff);
    border-radius: 0.25rem;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    font-weight: 800;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 2rem;
    padding-bottom: 37px;
    padding-top: 37px;
    text-transform: uppercase;
}
#modal-slideout-storeMenu .modal-dialogue__inner--body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
#modal-slideout-storeMenu .menu-cat {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgb(54 52 70 / var(--tw-bg-opacity));
    border-radius: 0.25rem;
    color: #ffffff99;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    overflow-wrap: break-word;
    padding-bottom: 16px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 16px;
    text-transform: uppercase;
}
#modal-slideout-storeMenu .menu-cat.active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(105 105 255 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 800;
}
#modal-slideout-storeMenu .menu-cat__inner {
    width: 100%;
}
#modal-slideout-storeMenu .complex-cat {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    z-index: 3;
}
#modal-slideout-storeMenu .complex-cat .menu-cat__toggle {
    align-items: center;
    background-color: inherit;
    cursor: pointer;
    display: flex;
    height: 59px;
    padding-left: 1.5rem;
    position: relative;
    width: 100%;
    z-index: 3;
}
#modal-slideout-storeMenu .complex-cat .menu-cat__toggle svg {
    pointer-events: none;
    position: absolute;
    right: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#modal-slideout-storeMenu .complex-cat .menu-cat__toggle span {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#modal-slideout-storeMenu .complex-cat .menu-cat__toggle:hover {
    --tw-brightness: brightness(1.25);
    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);
}
#modal-slideout-storeMenu .complex-cat.open,
#modal-slideout-storeMenu .complex-cat.open .menu-cat__toggle {
    width: 100%;
}
#modal-slideout-storeMenu .complex-cat.open .menu-cat__toggle:focus,
#modal-slideout-storeMenu .complex-cat.open .menu-cat__toggle:hover {
    --tw-brightness: brightness(1.25);
    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);
}
#modal-slideout-storeMenu .complex-cat.open .menu-cat__toggle > svg {
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#modal-slideout-storeMenu .menu-cat__subcats {
    --tw-bg-opacity: 1;
    background-color: rgb(49 48 64 / var(--tw-bg-opacity));
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    position: relative;
    transition-duration: 0.25s;
    width: 100%;
    z-index: 0;
}
#modal-slideout-storeMenu .simple-subcat {
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
}
#modal-slideout-storeMenu .simple-subcat:focus,
#modal-slideout-storeMenu .simple-subcat:hover {
    background-color: #ffffff08;
}
@media (max-width: 750px) {
    #modal-slideout-storeMenu .modal-dialogue {
        width: auto;
    }
}
#modal-support .modal-body_subtitle {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}
#modal-support .modal-body_subtitle path {
    fill: #fff;
}
#modal-support .modal-body_subtitle span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: Catfiles, sans-serif;
    font-size: 20px;
}
#modal-support .modal-body__buttons {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem !important;
    margin-top: 1rem !important;
}
#modal-support .modal-body__buttons .btn {
    border-radius: 8px;
    height: 75px;
    width: 100%;
}
.options--modal__panel,
.package--modal__panel {
    padding: 72px 2.5rem 2.5rem;
    position: relative;
}
.options-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.options-form .input,
.options-form input,
.options-form select {
    --tw-text-opacity: 1;
    background-color: #00000033;
    border-bottom: 8px solid #00000052;
    border-radius: 8px;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: block;
    flex: 1 1 auto;
    line-height: 24px;
    padding-bottom: 22px;
    padding-left: 1.75rem;
    padding-right: 64px;
    padding-top: 22px;
    width: 100%;
}
.options-form .form-group--price,
.options-form .form-group--select {
    position: relative;
}
.options-form .form-group--price:after,
.options-form .form-group--select:after {
    --tw-gradient-from: transparent;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #452a19;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    content: "";
    height: 60px;
    pointer-events: none;
    position: absolute;
    right: 65px;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 10px;
}
.options-form .form-group--price:before,
.options-form .form-group--select:before {
    --tw-bg-opacity: 1;
    background-color: rgb(69 42 25 / var(--tw-bg-opacity));
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    content: "";
    height: 60px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 65px;
    z-index: 3;
}
.options-form .form-group--select:after {
    right: 35px;
}
.options-form .form-group--select:before {
    width: 35px;
}
.options-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.options-form option {
    --tw-bg-opacity: 1 !important;
    --tw-text-opacity: 1;
    background-color: rgb(86 53 31 / var(--tw-bg-opacity)) !important;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.options-form .form-group__inner {
    position: relative;
}
.options-form .form-group__inner .svg--chevron-down {
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 2rem;
    top: 0;
}
.options-form .selected-currency,
.options-form .svg--chevron-down {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 5;
}
.options-form .selected-currency {
    background-color: #ffffff14;
    border-radius: 4px;
    bottom: 0;
    color: #ffffff80;
    font-family: K2D, sans-serif;
    height: 35px;
    line-height: 20px;
    margin-bottom: auto;
    margin-top: auto;
    min-width: 65px;
    padding: 0.5rem;
    position: absolute;
    right: 17px;
    text-align: center;
    top: 0;
}
.options-form .form-group-discord {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 272px auto;
}
.options-form .form-group-discord .btn--discord {
    --tw-bg-opacity: 1;
    background-color: rgb(131 84 52 / var(--tw-bg-opacity));
    background-image: url(https://static.wildwoodsmp.com/ig0nMLw.png);
    background-size: cover;
    border-bottom: 8px solid #815537;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    white-space: nowrap;
}
.options-form .form-group-discord .btn--discord span {
    font-family: Dinocare, sans-serif;
    font-size: 16px !important;
    line-height: 18px;
    text-transform: uppercase;
}
.options-form .btn--add {
    padding-bottom: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 15px;
}
.options-form .alert--red,
.options-form .login-error-container {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgb(191 48 48 / var(--tw-bg-opacity));
    border-bottom: 4px solid #a32929;
    border-radius: 8px;
    display: flex;
    gap: 0.75rem;
    min-height: 42px;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
}
.options-form .alert--red span,
.options-form .login-error-container span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-family: K2D, sans-serif;
    font-size: 16px;
    font-weight: 800;
}
.options-form .alert--red path,
.options-form .login-error-container path {
    fill: #fff;
}
@media (max-width: 900px) {
    .options-form .selected-currency {
        align-items: center;
        display: flex;
        font-size: 14px;
        height: 26px;
        justify-content: center;
        line-height: 18px;
        min-width: 53px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        right: 0.75rem;
    }
}
@media (max-width: 650px) {
    .options-form {
        gap: 0.75rem;
    }
    .options-form .input,
    .options-form input,
    .options-form select {
        font-size: 13px;
    }
    .options-form .input,
    .options-form input {
        padding-bottom: 18px;
        padding-right: 1.25rem;
        padding-top: 18px;
    }
    .options-form .input,
    .options-form input,
    .options-form select.input {
        padding-left: 1.25rem;
    }
    .options-form select.input {
        padding-right: 2.5rem;
    }
    .options-form .btn--add {
        padding-bottom: 18px;
        padding-top: 18px;
    }
    .options-form .form-group-discord .btn > span {
        font-size: 14px !important;
    }
    .options-form .form-with-button {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .options-form .form-group__inner .svg--chevron-down {
        right: 0.5rem;
    }
    .options--modal__panel,
    .package--modal__panel {
        padding: 72px 2rem 2rem;
    }
}
@media (min-width: 640px) {
    .sm\:max-w-sm {
        max-width: 24rem;
    }
}
@media (min-width: 768px) {
    .md\:max-w-3xl {
        max-width: 48rem;
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
