@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@400;500;700;900&display=swap);
@font-face {
    font-family: "DinProRegular";
    src: url("../fonts/DINProRegular.ttf");
}

@font-face {
    font-family: 'DinProMedium';
    src: url("../fonts/DINProMedium.ttf");
}

@font-face {
    font-family: 'DinProBold';
    src: url("../fonts/DINProBold.ttf");
}

#scroll-to-top{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 50;
    margin: 1rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    display: inline-block;
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px){

    #scroll-to-top{
        margin-right: 3rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1024px){

    #scroll-to-top{
        margin-right: 4rem;
        margin-bottom: 4rem;
    }
}

.scroll-to-top-show{
    visibility: visible;
    opacity: 1;
}

.scroll-to-top-hide{
    visibility: hidden;
    opacity: 0;
}

.height-header{
    height: 10rem;
}

@media (min-width: 640px){

    .height-header{
        height: 13rem;
    }
}

@media (min-width: 1024px){

    .height-header{
        height: 16rem;
    }
}

.main-padding{
    padding-top: 0.5rem;
    padding-bottom: 7rem;
}

@media (min-width: 640px){

    .main-padding{
        padding-top: 1.5rem;
    }
}

@media (min-width: 1024px){

    .main-padding{
        padding-top: 2rem;
    }
}

.cart-bottom{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

@media (min-width: 640px){

    .cart-bottom{
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
    color: #6b7280;
    opacity: 1;
}

input::placeholder,textarea::placeholder{
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}

::-webkit-date-and-time-value{
    min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
    padding-top: 0;
    padding-bottom: 0;
}

select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}

[multiple]{
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
    border-radius: 0px;
}

[type='radio']{
    border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
    border-color: transparent;
    background-color: currentColor;
}

[type='file']{
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus{
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

html{
    scroll-behavior: smooth;
}

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container{
    width: 100%;
}
@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;
    }
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none{
    pointer-events: none;
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.inset-x-0{
    left: 0px;
    right: 0px;
}
.inset-y-0{
    top: 0px;
    bottom: 0px;
}
.bottom-0{
    bottom: 0px;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.right-0{
    right: 0px;
}
.top-2\/4{
    top: 50%;
}
.z-50{
    z-index: 50;
}
.m-4{
    margin: 1rem;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-0{
    margin-left: 0px;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-6{
    margin-left: 1.5rem;
}
.mr-4{
    margin-right: 1rem;
}
.mr-8{
    margin-right: 2rem;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-auto{
    margin-top: auto;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.h-10{
    height: 2.5rem;
}
.h-12{
    height: 3rem;
}
.h-16{
    height: 4rem;
}
.h-2{
    height: 0.5rem;
}
.h-20{
    height: 5rem;
}
.h-24{
    height: 6rem;
}
.h-28{
    height: 7rem;
}
.h-36{
    height: 9rem;
}
.h-4{
    height: 1rem;
}
.h-40{
    height: 10rem;
}
.h-48{
    height: 12rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-7{
    height: 1.75rem;
}
.h-8{
    height: 2rem;
}
.h-9{
    height: 2.25rem;
}
.h-full{
    height: 100%;
}
.h-min{
    height: -moz-min-content;
    height: min-content;
}
.max-h-56{
    max-height: 14rem;
}
.min-h-40{
    min-height: 10rem;
}
.min-h-screen-without-header-and-padding{
    min-height: calc(100vh - 160px - 8px - 112px);
}
.w-10{
    width: 2.5rem;
}
.w-16{
    width: 4rem;
}
.w-2{
    width: 0.5rem;
}
.w-24{
    width: 6rem;
}
.w-4{
    width: 1rem;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-7{
    width: 1.75rem;
}
.w-8{
    width: 2rem;
}
.w-9{
    width: 2.25rem;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-full{
    width: 100%;
}
.w-min{
    width: -moz-min-content;
    width: min-content;
}
.min-w-full{
    min-width: 100%;
}
.max-w-2xl{
    max-width: 42rem;
}
.max-w-3\.5xl{
    max-width: 50rem;
}
.max-w-4xl{
    max-width: 56rem;
}
.max-w-5\.5xl{
    max-width: 70rem;
}
.max-w-6xl{
    max-width: 72rem;
}
.max-w-7xl{
    max-width: 80rem;
}
.max-w-lg{
    max-width: 32rem;
}
.max-w-md{
    max-width: 28rem;
}
.max-w-sm{
    max-width: 24rem;
}
.max-w-xl{
    max-width: 36rem;
}
.flex-auto{
    flex: 1 1 auto;
}
.shrink{
    flex-shrink: 1;
}
.flex-grow{
    flex-grow: 1;
}
.basis-6\/12{
    flex-basis: 50%;
}
.border-collapse{
    border-collapse: collapse;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
    --tw-rotate: 90deg;
    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));
}
@keyframes spin{

    to{
        transform: rotate(360deg);
    }
}
.animate-spin{
    animation: spin 1s linear infinite;
}
.list-\[\'-\'\]{
    list-style-type: '-';
}
.list-disc{
    list-style-type: disc;
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.content-start{
    align-content: flex-start;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-10{
    gap: 2.5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-4{
    gap: 1rem;
}
.gap-8{
    gap: 2rem;
}
.gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}
.gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
}
.gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
}
.gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.gap-y-3{
    row-gap: 0.75rem;
}
.gap-y-8{
    row-gap: 2rem;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-divide-opacity));
}
.self-start{
    align-self: flex-start;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-sm{
    border-radius: 0.125rem;
}
.rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-2{
    border-width: 2px;
}
.border-t-2{
    border-top-width: 2px;
}
.border-dark-grey{
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-regal-green{
    --tw-border-opacity: 1;
    border-color: rgb(13 112 71 / var(--tw-border-opacity));
}
.border-opacity-20{
    --tw-border-opacity: 0.2;
}
.bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-regal-green{
    --tw-bg-opacity: 1;
    background-color: rgb(13 112 71 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-black{
    fill: #000;
}
.fill-dark-grey{
    fill: #707070;
}
.fill-red-500{
    fill: #ef4444;
}
.fill-regal-green{
    fill: #0D7047;
}
.fill-white{
    fill: #fff;
}
.stroke-black{
    stroke: #000;
}
.stroke-dark-grey{
    stroke: #707070;
}
.stroke-0{
    stroke-width: 0;
}
.stroke-0\.5{
    stroke-width: 0.5;
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-top{
    -o-object-position: top;
       object-position: top;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-20{
    padding-left: 5rem;
    padding-right: 5rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pl-1{
    padding-left: 0.25rem;
}
.pl-1\.5{
    padding-left: 0.375rem;
}
.pl-14{
    padding-left: 3.5rem;
}
.pl-5{
    padding-left: 1.25rem;
}
.pl-6{
    padding-left: 1.5rem;
}
.pr-3{
    padding-right: 0.75rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-14{
    padding-top: 3.5rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-4{
    padding-top: 1rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.text-center{
    text-align: center;
}
.text-start{
    text-align: start;
}
.font-dinproBold{
    font-family: DinProBold, sans-serif;
}
.font-dinproRegular{
    font-family: DinProRegular, sans-serif;
}
.font-merriweather{
    font-family: Merriweather, serif;
}
.text-2\.8xl{
    font-size: 1.75rem;
    line-height: 2.375rem;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-tight{
    letter-spacing: -0.025em;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-900{
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-dark-grey{
    --tw-text-opacity: 1;
    color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-regal-green{
    --tw-text-opacity: 1;
    color: rgb(13 112 71 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.underline-offset-4{
    text-underline-offset: 4px;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
    --tw-ring-inset: inset;
}
.ring-dark-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(112 112 112 / var(--tw-ring-opacity));
}
.ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.ring-regal-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(13 112 71 / var(--tw-ring-opacity));
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-200{
    transition-duration: 200ms;
}
.duration-500{
    transition-duration: 500ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[counter\(li-counter\)\]{
    --tw-content: counter(li-counter);
    content: var(--tw-content);
}

.list-custom{
    position: relative;
    margin-top: 1.75rem;
    counter-reset: li-counter;
}

.list-custom li{
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.list-custom li:before {
    counter-increment: li-counter;
    margin-right: 1rem;
    display: flex;
    aspect-ratio: 1 / 1;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(13 112 71 / var(--tw-bg-opacity));
    font-family: Merriweather, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-content: counter(li-counter);
    content: var(--tw-content);
}

@media (min-width: 640px){

    .list-custom li:before{
        margin-right: 1.25rem;
        height: 2.25rem;
        width: 2.25rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px){

    .list-custom li:before{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.grid-area {
    grid-template-columns: fit-content(100%) 1.5fr;
    grid-template-areas:
                    "image info"
                    "image info"
                    "image info"
                    "price price";
}

@media screen and (min-width: 640px) {
    .grid-area {
        grid-template-areas:
                    "image info"
                    "image info"
                    "image info"
                    "image price";
    }
}

.grid-area-price {
    grid-area: price;
}

.grid-area-info {
    grid-area: info;
}

.grid-area-image {
    grid-area: image;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.icon--cart{
    fill: #000;
    stroke: #000;
    stroke-width: 0.5;
}

.icon--poubelle{
    fill: #707070;
    stroke: #707070;
    stroke-width: 0.5;
}

.icon--poubelle:hover{
    fill: #ef4444;
}

@keyframes spin{

    to{
        transform: rotate(360deg);
    }
}

.icon--loader{
    animation: spin 1s linear infinite;
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgb(13 112 71 / var(--tw-text-opacity));
}

.placeholder\:text-base::-moz-placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
}

.placeholder\:text-base::placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
}

.placeholder\:text-dark-grey::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(112 112 112 / var(--tw-text-opacity));
}

.placeholder\:text-dark-grey::placeholder{
    --tw-text-opacity: 1;
    color: rgb(112 112 112 / var(--tw-text-opacity));
}

.first\:pt-0:first-child{
    padding-top: 0px;
}

.last\:pb-0:last-child{
    padding-bottom: 0px;
}

.focus-within\:z-10:focus-within{
    z-index: 10;
}

.hover\:border-dark-green:hover{
    --tw-border-opacity: 1;
    border-color: rgb(9 75 48 / var(--tw-border-opacity));
}

.hover\:border-light-green:hover{
    --tw-border-opacity: 1;
    border-color: rgb(22 165 106 / var(--tw-border-opacity));
}

.hover\:bg-dark-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(9 75 48 / var(--tw-bg-opacity));
}

.hover\:bg-light-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(22 165 106 / var(--tw-bg-opacity));
}

.hover\:text-regal-green:hover{
    --tw-text-opacity: 1;
    color: rgb(13 112 71 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:ring-dark-green:hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(9 75 48 / var(--tw-ring-opacity));
}

.focus\:rounded-sm:focus{
    border-radius: 0.125rem;
}

.focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-regal-green:focus{
    --tw-border-opacity: 1;
    border-color: rgb(13 112 71 / var(--tw-border-opacity));
}

.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus{
    --tw-ring-inset: inset;
}

.focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus\:ring-regal-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(13 112 71 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
}

.focus-visible\:rounded-sm:focus-visible{
    border-radius: 0.125rem;
}

.focus-visible\:outline-none:focus-visible{
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus-visible\:outline-4:focus-visible{
    outline-width: 4px;
}

.focus-visible\:outline-regal-green:focus-visible{
    outline-color: #0D7047;
}

.focus-visible\:ring-2:focus-visible{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-regal-green:focus-visible{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(13 112 71 / var(--tw-ring-opacity));
}

.focus-visible\:ring-offset-2:focus-visible{
    --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-4:focus-visible{
    --tw-ring-offset-width: 4px;
}

.disabled\:border-dark-green:disabled{
    --tw-border-opacity: 1;
    border-color: rgb(9 75 48 / var(--tw-border-opacity));
}

.disabled\:bg-dark-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgb(9 75 48 / var(--tw-bg-opacity));
}

.disabled\:text-white:disabled{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.disabled\:opacity-25:disabled{
    opacity: 0.25;
}

@media (min-width: 640px){

    .sm\:static{
        position: static;
    }

    .sm\:bottom-auto{
        bottom: auto;
    }

    .sm\:left-0{
        left: 0px;
    }

    .sm\:mx-auto{
        margin-left: auto;
        margin-right: auto;
    }

    .sm\:my-12{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .sm\:mb-12{
        margin-bottom: 3rem;
    }

    .sm\:ml-3{
        margin-left: 0.75rem;
    }

    .sm\:ml-8{
        margin-left: 2rem;
    }

    .sm\:mr-12{
        margin-right: 3rem;
    }

    .sm\:mr-5{
        margin-right: 1.25rem;
    }

    .sm\:mt-0{
        margin-top: 0px;
    }

    .sm\:mt-1{
        margin-top: 0.25rem;
    }

    .sm\:mt-11{
        margin-top: 2.75rem;
    }

    .sm\:mt-12{
        margin-top: 3rem;
    }

    .sm\:mt-2{
        margin-top: 0.5rem;
    }

    .sm\:mt-6{
        margin-top: 1.5rem;
    }

    .sm\:mt-8{
        margin-top: 2rem;
    }

    .sm\:block{
        display: block;
    }

    .sm\:flex{
        display: flex;
    }

    .sm\:hidden{
        display: none;
    }

    .sm\:h-10{
        height: 2.5rem;
    }

    .sm\:h-12{
        height: 3rem;
    }

    .sm\:h-24{
        height: 6rem;
    }

    .sm\:h-3{
        height: 0.75rem;
    }

    .sm\:h-32{
        height: 8rem;
    }

    .sm\:h-40{
        height: 10rem;
    }

    .sm\:h-52{
        height: 13rem;
    }

    .sm\:h-6{
        height: 1.5rem;
    }

    .sm\:h-60{
        height: 15rem;
    }

    .sm\:h-7{
        height: 1.75rem;
    }

    .sm\:h-72{
        height: 18rem;
    }

    .sm\:h-9{
        height: 2.25rem;
    }

    .sm\:h-auto{
        height: auto;
    }

    .sm\:h-full{
        height: 100%;
    }

    .sm\:max-h-96{
        max-height: 24rem;
    }

    .sm\:min-h-0{
        min-height: 0px;
    }

    .sm\:min-h-60{
        min-height: 15rem;
    }

    .sm\:w-10{
        width: 2.5rem;
    }

    .sm\:w-12{
        width: 3rem;
    }

    .sm\:w-3{
        width: 0.75rem;
    }

    .sm\:w-32{
        width: 8rem;
    }

    .sm\:w-6{
        width: 1.5rem;
    }

    .sm\:w-7{
        width: 1.75rem;
    }

    .sm\:w-9{
        width: 2.25rem;
    }

    .sm\:w-auto{
        width: auto;
    }

    .sm\:w-min{
        width: -moz-min-content;
        width: min-content;
    }

    .sm\:max-w-fit{
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .sm\:max-w-none{
        max-width: none;
    }

    .sm\:max-w-xl{
        max-width: 36rem;
    }

    .sm\:basis-6\/12{
        flex-basis: 50%;
    }

    .sm\:justify-center{
        justify-content: center;
    }

    .sm\:justify-between{
        justify-content: space-between;
    }

    .sm\:gap-12{
        gap: 3rem;
    }

    .sm\:gap-3{
        gap: 0.75rem;
    }

    .sm\:gap-x-16{
        -moz-column-gap: 4rem;
             column-gap: 4rem;
    }

    .sm\:gap-x-2{
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
    }

    .sm\:gap-x-4{
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }

    .sm\:gap-x-5{
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
    }

    .sm\:gap-y-1{
        row-gap: 0.25rem;
    }

    .sm\:gap-y-1\.5{
        row-gap: 0.375rem;
    }

    .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .sm\:border-t-0{
        border-top-width: 0px;
    }

    .sm\:bg-white{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

    .sm\:p-6{
        padding: 1.5rem;
    }

    .sm\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm\:px-2{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .sm\:px-3{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .sm\:px-4{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sm\:py-14{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .sm\:py-2{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .sm\:py-3{
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .sm\:py-8{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sm\:pb-10{
        padding-bottom: 2.5rem;
    }

    .sm\:pb-14{
        padding-bottom: 3.5rem;
    }

    .sm\:pl-16{
        padding-left: 4rem;
    }

    .sm\:pt-12{
        padding-top: 3rem;
    }

    .sm\:pt-14{
        padding-top: 3.5rem;
    }

    .sm\:pt-2{
        padding-top: 0.5rem;
    }

    .sm\:pt-6{
        padding-top: 1.5rem;
    }

    .sm\:pt-8{
        padding-top: 2rem;
    }

    .sm\:text-start{
        text-align: start;
    }

    .sm\:font-dinproMedium{
        font-family: DinProMedium, sans-serif;
    }

    .sm\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .sm\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .sm\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:font-bold{
        font-weight: 700;
    }

    .sm\:leading-8{
        line-height: 2rem;
    }

    .sm\:placeholder\:text-xl::-moz-placeholder{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:placeholder\:text-xl::placeholder{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px){

    .lg\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }

    .lg\:mx-auto{
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:my-16{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .lg\:my-20{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .lg\:ml-10{
        margin-left: 2.5rem;
    }

    .lg\:ml-4{
        margin-left: 1rem;
    }

    .lg\:ml-6{
        margin-left: 1.5rem;
    }

    .lg\:mr-16{
        margin-right: 4rem;
    }

    .lg\:mt-1{
        margin-top: 0.25rem;
    }

    .lg\:mt-10{
        margin-top: 2.5rem;
    }

    .lg\:mt-12{
        margin-top: 3rem;
    }

    .lg\:mt-14{
        margin-top: 3.5rem;
    }

    .lg\:mt-16{
        margin-top: 4rem;
    }

    .lg\:mt-6{
        margin-top: 1.5rem;
    }

    .lg\:block{
        display: block;
    }

    .lg\:h-16{
        height: 4rem;
    }

    .lg\:h-28{
        height: 7rem;
    }

    .lg\:h-36{
        height: 9rem;
    }

    .lg\:h-4{
        height: 1rem;
    }

    .lg\:h-48{
        height: 12rem;
    }

    .lg\:h-60{
        height: 15rem;
    }

    .lg\:h-8{
        height: 2rem;
    }

    .lg\:h-80{
        height: 20rem;
    }

    .lg\:h-9{
        height: 2.25rem;
    }

    .lg\:h-auto{
        height: auto;
    }

    .lg\:min-h-80{
        min-height: 20rem;
    }

    .lg\:w-10{
        width: 2.5rem;
    }

    .lg\:w-16{
        width: 4rem;
    }

    .lg\:w-4{
        width: 1rem;
    }

    .lg\:w-40{
        width: 10rem;
    }

    .lg\:w-8{
        width: 2rem;
    }

    .lg\:w-9{
        width: 2.25rem;
    }

    .lg\:max-w-3xl{
        max-width: 48rem;
    }

    .lg\:max-w-4xl{
        max-width: 56rem;
    }

    .lg\:max-w-xl{
        max-width: 36rem;
    }

    .lg\:basis-2\/4{
        flex-basis: 50%;
    }

    .lg\:basis-5\/12{
        flex-basis: 41.666667%;
    }

    .lg\:basis-7\/12{
        flex-basis: 58.333333%;
    }

    .lg\:flex-row{
        flex-direction: row;
    }

    .lg\:items-center{
        align-items: center;
    }

    .lg\:gap-14{
        gap: 3.5rem;
    }

    .lg\:gap-16{
        gap: 4rem;
    }

    .lg\:gap-2{
        gap: 0.5rem;
    }

    .lg\:gap-x-36{
        -moz-column-gap: 9rem;
             column-gap: 9rem;
    }

    .lg\:gap-x-6{
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
    }

    .lg\:gap-y-0{
        row-gap: 0px;
    }

    .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .lg\:self-auto{
        align-self: auto;
    }

    .lg\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-16{
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .lg\:px-2{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:px-4{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-2{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .lg\:py-2\.5{
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .lg\:py-4{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg\:py-6{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .lg\:pb-12{
        padding-bottom: 3rem;
    }

    .lg\:pb-16{
        padding-bottom: 4rem;
    }

    .lg\:pb-20{
        padding-bottom: 5rem;
    }

    .lg\:pb-32{
        padding-bottom: 8rem;
    }

    .lg\:pl-20{
        padding-left: 5rem;
    }

    .lg\:pr-16{
        padding-right: 4rem;
    }

    .lg\:pt-1{
        padding-top: 0.25rem;
    }

    .lg\:pt-10{
        padding-top: 2.5rem;
    }

    .lg\:pt-16{
        padding-top: 4rem;
    }

    .lg\:pt-20{
        padding-top: 5rem;
    }

    .lg\:pt-28{
        padding-top: 7rem;
    }

    .lg\:pt-8{
        padding-top: 2rem;
    }

    .lg\:text-start{
        text-align: start;
    }

    .lg\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-3\.5xl{
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .lg\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-5\.5xl{
        font-size: 3.2rem;
        line-height: 1.15;
    }

    .lg\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .lg\:leading-tight{
        line-height: 1.25;
    }
}
