/* purgecss start ignore */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

/*
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 */
}

/*
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]) {
  text-decoration: underline;
  -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: #000;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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],[size]:where(select:not([size="1"])) {
  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");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

.form-input,.form-textarea,.form-select,.form-multiselect {
  -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;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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

.form-select:where([size]:not([size="1"])) {
  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;
}

.form-checkbox,.form-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;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,.form-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);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-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");
}

@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-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");
}

@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.swatch-attribute-options {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (max-width: 639px) {
  .free-rug-message .swatch-attribute-options {
    gap: 30px;
  }
}

.hyva_checkout-index-index [for="payment-method-authnetcim"] .swatch-attribute-options {
  margin-left: 0;
}

.swatch-option {
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (max-width: 639px) {
  .free-rug-message .swatch-option {
    gap: 30px;
  }
}

.swatch-option {
  min-width: 40px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 639px) {
  .free-rug-message .btn {
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn svg {
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(47 47 47 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

.btn-size-lg {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.actions-toolbar .primary button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 639px) {
  .free-rug-message .actions-toolbar .primary button {
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .actions-toolbar .primary button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .actions-toolbar .primary button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.actions-toolbar .primary button svg {
  display: inline-flex;
}

.actions-toolbar .primary button span {
  vertical-align: middle;
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.actions-toolbar .primary button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(47 47 47 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:where(#hyva-checkout-main) .actions-toolbar .primary button {
  border-width: 2px;
}

:where(#hyva-checkout-main) .actions-toolbar .primary button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) .actions-toolbar .primary button:not(.btn-secondary) {
  border-color: transparent;
}

.actions-toolbar .primary button {
  font-family: Lato;
}

.checkout-cart-index #discount-coupon-form .actions-toolbar .primary button {
  border-width: 1px;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.input-group > :not(:last-child):not(button):not(.actions-toolbar .primary button) {
  border-right-width: 0px;
}

.checkout-summary .checkout-nav .actions-toolbar .primary button {
  width: 100%;
}

:where(#hyva-checkout-main) .btn {
  border-width: 2px;
}

:where(#hyva-checkout-main) .btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) .btn:not(.btn-secondary) {
  border-color: transparent;
}

.payment-method-note {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .payment-method-note {
    width: 91.666667%;
  }
}

.pp-card-cvv input {
  width: 10ch;
}

.pp-number-input::-webkit-outer-spin-button,
        .pp-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#category-view-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 639px) {
  .free-rug-message #category-view-container {
    gap: 30px;
  }
}

.hyva_checkout-index-index [for="payment-method-authnetcim"] #category-view-container {
  margin-left: 0;
}

.chalak-quick-view {
  max-width: 517px;
  margin: auto;
}

.chalak-quick-view .page-layout-2columns-left .columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.chalak-quick-view .page-main {
  margin-top: 0;
}

.chalak-quick-view div[role="dialog"] {
  padding: 0;
}

.chalak-quick-view .model-content {
  position: relative;
}

.chalak-quick-view .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}

.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price {
  font-weight: 600;
  line-height: 1.625;
}

.price-excluding-tax {
  display: block;
}

[data-content-type$='block'] .price-excluding-tax p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.price-container.price-tier_price {
  display: flex;
  gap: 0.25rem;
}

@media (max-width: 639px) {
  .free-rug-message .price-container.price-tier_price {
    gap: 30px;
  }
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after {
  content: ')';
}

/* Keep file for backwards compatibility */

.order-total-items {
  color:  #6A6A6A;
  /* Sub - Lato/Sub 1 - Bold */
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 191.667% */
}

#customer-login-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.products-list #customer-login-container .product-item {
  display: flex;
  gap: 10px;
}

.products-list #customer-login-container .product-item .product-image-photo {
  padding: 0;
  width: 300px;
  background-color: unset;
}

@media (min-width: 768px) {
  #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.card-review {
  background-color: #fff;
  padding: 11px;
}

.card-review table {
  width: 100%;
  text-align: left;
}

.card-review table td, .card-review table th {
  padding: 11px;
}

.card-review a {
  color: #0086C9;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .card-review table td {
    display: flex;
    align-items: center;
  }

  .card-review table td:before {
    content: attr(data-label);
    color: #333;
    font-weight: 700;
    width: 110px;
    display: inline-block;
  }

  .card-review tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #eeeeee;
  }

  .card-review tr.tr-head {
    display: none;
  }

  .card-review tr:last-child {
    border: 0;
  }

  body.account .page-title {
    font-size: 36px;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  body.account .page-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 1 !important;
  }

  .account .sidebar .account-nav {
    border-right: 0 !important;
    padding: 0;
  }
}

.rotate-270 {
  transform: rotate(270deg);
}

.wishlist-index-index .product-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
}

.wishlist-index-index .product-item-inner .box-tocart {
  display: flex;
}

.wishlist-index-index .product-item-inner .box-tocart .fieldset {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.wishlist-index-index .product-item-inner .box-tocart input {
  width: 70px;
  text-align: center;
  padding: 6px 2px;
  min-height: auto;
}

.wishlist-index-index .product-item-inner .field.comment-box {
  width: 100%;
}

.wishlist-index-index .product-item-inner p.unavailable.stock {
  padding: 12px 5px;
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  min-height: 44px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --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);
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
  --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(3px + 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);
  --tw-ring-color: rgb(47 47 47 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.page.messages {
  position: sticky;
  top: 0px;
  z-index: 20;
}

.page.messages .messages
    section#messages {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .page.messages .messages
    section#messages {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .page.messages .messages
    section#messages {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .page.messages .messages
    section#messages {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .page.messages .messages
    section#messages {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .page.messages .messages
    section#messages {
    max-width: 1536px;
  }
}

.page.messages .messages
    section#messages {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.catalog-product-view .page.messages .messages
    section#messages.product:has(.page-title) {
  background-color: #fff;
  padding: 24px 32px;
  margin-top: 0;
}

.faq .page.messages .messages
    section#messages {
  display: flex;
  flex-direction: column-reverse;
}

.faq .page.messages .messages
    section#messages .sidebar {
  flex: 100%;
}

.faq .page.messages .messages
    section#messages .sidebar ul{
  display: flex;
  overflow-x: scroll;
}

.faq .page.messages .messages
    section#messages .sidebar li {
  margin-top: 15px;
  padding: 10px;
  color:  #252B37;
  font-family: "Gilda Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

.faq .page.messages .messages
    section#messages .sidebar .active {
  background-color: #fff0cb;
  border-left: 3px solid #ffc228;
  color: #825D00;
}

.faq .page.messages .messages
    section#messages .content {
  border-left: 1px solid #000;
  padding-left: 15px;
  flex: 100%;
}

.faq .page.messages .messages
    section#messages .content .group-title {
  color: #825D00;
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

@media (min-width: 640px) {
  .faq .page.messages .messages
    section#messages {
    flex-direction: row-reverse;
  }

  .faq .page.messages .messages
    section#messages .sidebar {
    flex: 20%;
  }

  .faq .page.messages .messages
    section#messages .sidebar ul{
    display: block;
  }

  .faq .page.messages .messages
    section#messages .content {
    flex: 80%;
  }
}

body .page.messages .messages
    section#messages {
  max-width: 1920px;
}

@media (min-width: 1300px) {
  body .page.messages .messages
    section#messages {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.page.messages .messages
    section#messages {
  max-width: 1500px;
  width: 100%;
}

.message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 639px) {
  .free-rug-message .message {
    gap: 30px;
  }
}

.message.error {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.message.success {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.message.info,
    .message.notice {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.message.warning {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.message a {
  text-decoration-line: underline;
}

.product-item .product-item-photo {
  position: relative;
}

html body{
  background-color: #fff;
}

.products-list .grid .product-item {
  display: flex;
  gap: 10px;
}

.products-list .grid .product-item .product-image-photo {
  padding: 0;
  width: 300px;
  background-color: unset;
}

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax {
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
  line-height: 1.5rem;
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.catalog-product-view h1.page-title {
  color: #231F20;
  /* Headline - Gilda/H6 */
  font-family: "Gilda Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
  text-align: left;
}

.catalog-product-view .container.product:has(.page-title) {
  background-color: #fff;
  padding: 24px 32px;
  margin-top: 0;
}

.catalog-product-view #product-attributes tr:nth-child(even) {
  background: #eaeaea;
}

.catalog-product-view #product-attributes td, .catalog-product-view #product-attributes th {
  padding: 5px;
  padding-left: 32px;
  border: 1px solid #dadada;
}

@media (max-width: 600px) {
  .catalog-product-view #product-attributes td, .catalog-product-view #product-attributes th {
    padding-left: 5px
  }
}

.catalog-product-view #product-attributes th {
  border-right: 1px solid #cecece;
}

.catalog-product-view section#product\.attributes {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 40%;
}

.catalog-product-view .product-top-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 20px;
  margin-bottom: 50px;
}

.catalog-product-view .product-top-info a {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: 6px 5px 4px 0px rgba(0, 0, 0, 0.05);
  padding-top: 19px;
  padding-bottom: 19px;
}

.catalog-product-view .product-top-info a .p-title {
  color: #333;
  font-family: "Gilda Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  /* 145.833% */
}

.catalog-product-view .product-top-info a .p-content {
  color: #898989;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.catalog-product-view .product-tabs-info {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.catalog-product-view .product-tabs-info > div {
  background-color: #fff;
  padding: 15px;
}

.catalog-product-view .product-tabs-info .p-content {
  display: none;
}

.catalog-product-view .product-tabs-info .active .p-content {
  display: block;
}

.catalog-product-view .product-tabs-info .active .p-title:after {
  transform: rotate(45deg);
}

.catalog-product-view .product-tabs-info .p-title {
  color: #252B37;
  font-family: "Gilda Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
  cursor: pointer;
}

.catalog-product-view .product-tabs-info .p-title:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #2F2F2F;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
}

@media (min-width: 768px) {
  .catalog-product-view .product-top-info {
    flex-direction: row;
  }
}

.review-box {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .review-box {
    flex-direction: row 
  }
}

.review-box #review-form {
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .review-box #review-form {
    width: 25%;
    min-width: 280px
  }
}

.review-box #review-form .review-form-title {
  color: #252B37;
  text-align: center;
  /* Headline - Gilda/H5 */
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

.review-box #review-form .btn-submit-review {
  border-radius: 4px;
  border: 1px solid #2F2F2F;
  background: #2F2F2F;
  width: 100%;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.review-box #review-form .btn-submit-review span {
  margin: auto;
}

.review-box #customer-review-list {
  width: 100%;
}

@media (min-width: 768px) {
  .review-box #customer-review-list {
    width: 75%;
    margin: 0 0 0 20px
  }
}

.review-box #customer-review-list .avatar-box {
  display: flex;
  align-items: center;
}

.review-box #customer-review-list .avatar-box .user-avatar {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.review-box #customer-review-list .avatar-box .user-avatar svg {
  margin-left: 15px;
  padding: 7px;
}

.review-box #customer-review-list .avatar-box .avatar-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}

.review-box #customer-review-list .review-description {
  color: #6A6A6A;
  /* Cap/Cap 1 - Regular */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.review-box #customer-review-list .review-name {
  color: #252B37;
  /* Sub - Lato/Sub 2 - Bold */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 190% */
}

.review-box #customer-review-list .review-date {
  color: #898989;
  /* Cap/Cap 1 - Regular */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  border-color: #BEBEBE;
}

.form-input:focus:focus, .form-email:focus:focus, .form-select:focus:focus, .form-multiselect:focus:focus, .form-textarea:focus:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  border-color: #BEBEBE;
}

.activeGallery {
  z-index: 999;
}

@media (min-width: 1125px) and (max-width: 1183px) {
  .item-swatch-body {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .catalog-product-view .product-top-info div .p-title {
    font-size: 32px;
    line-height: 45px;
  }
}

.wishlist-widget .price-box .price-label,
    .wishlist-widget .price-box .old-price {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* .modal {} */

.backdrop {
  position: fixed;
  inset: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

@media (max-width: 639px) {
  .free-rug-message .backdrop {
    gap: 30px;
  }
}

.snap {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

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

.snap > div {
  scroll-snap-align: start;
}

:where(html) {
  scrollbar-gutter: stable;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main {
  margin-bottom: 2rem;
  margin-top: 6rem;
}

.columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .columns {
    max-width: 1536px;
  }
}

.columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

.products-list .columns .product-item {
  display: flex;
  gap: 10px;
}

.products-list .columns .product-item .product-image-photo {
  padding: 0;
  width: 300px;
  background-color: unset;
}

.catalog-product-view .columns.product:has(.page-title) {
  background-color: #fff;
  padding: 24px 32px;
  margin-top: 0;
}

.faq .columns {
  display: flex;
  flex-direction: column-reverse;
}

.faq .columns .sidebar {
  flex: 100%;
}

.faq .columns .sidebar ul{
  display: flex;
  overflow-x: scroll;
}

.faq .columns .sidebar li {
  margin-top: 15px;
  padding: 10px;
  color:  #252B37;
  font-family: "Gilda Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

.faq .columns .sidebar .active {
  background-color: #fff0cb;
  border-left: 3px solid #ffc228;
  color: #825D00;
}

.faq .columns .content {
  border-left: 1px solid #000;
  padding-left: 15px;
  flex: 100%;
}

.faq .columns .content .group-title {
  color: #825D00;
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

@media (min-width: 640px) {
  .faq .columns {
    flex-direction: row-reverse;
  }

  .faq .columns .sidebar {
    flex: 20%;
  }

  .faq .columns .sidebar ul{
    display: block;
  }

  .faq .columns .content {
    flex: 80%;
  }
}

body .columns {
  max-width: 1920px;
}

@media (min-width: 1300px) {
  body .columns {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.columns {
  max-width: 1500px;
  width: 100%;
  grid-template-rows: auto minmax(0, 1fr);
}

.columns .main {
  order: 2;
}

.columns .sidebar {
  order: 3;
}

.product-main-full-width .columns {
  max-width: none;
}

.page-main-full-width .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.account .columns .sidebar-main, .page-with-filter .columns .sidebar-main {
  order: 1;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-column: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 3;
  }

  .account .columns .sidebar-main, .page-with-filter .columns .sidebar-main {
    grid-column: 1 / -1;
  }

  .account .columns .sidebar-additional {
    grid-column: span 2 / span 2;
  }
}

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

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional {
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

@media (min-width: 1920px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 440px) {
}

html body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  background-color:  #F9F9F9;
}

#cart-drawer {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

[x-cloak] {
  display: none !important;
}

.input {
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}

.input-light {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.input-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-interactive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

/* Keep file for backwards compatibility */

/*@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');*/

/*!* latin-ext *!*/

/*@font-face {*/

/*    font-family: 'Gilda Display';*/

/*    font-style: normal;*/

/*    font-weight: 400;*/

/*    font-display: block;*/

/*    src: url(../fonts/gilda-display-latin-ext.woff2) format('woff2');*/

/*    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;*/

/*}*/

/*!* latin *!*/

/*@font-face {*/

/*    font-family: 'Gilda Display';*/

/*    font-style: normal;*/

/*    font-weight: 400;*/

/*    font-display: block;*/

/*    src: url(../fonts/gilda-display-latin.woff2) format('woff2');*/

/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/

/*}*/

/*@font-face {*/

/*    font-family: 'Lato';*/

/*    font-style: normal;*/

/*    font-weight: 400;*/

/*    font-display: block;*/

/*    src: url('../fonts/Lato/Lato-400.woff2') format('woff2');*/

/*}*/

/*@font-face {*/

/*    font-family: 'Lato';*/

/*    font-style: normal;*/

/*    font-weight: 100;*/

/*    font-display: block;*/

/*    src: url('../fonts/Lato/Lato-100.woff2') format('woff2');*/

/*}*/

/*@font-face {*/

/*    font-family: 'Lato';*/

/*    font-style: normal;*/

/*    font-weight: 300;*/

/*    font-display: block;*/

/*    src: url('../fonts/Lato/Lato-300.woff2') format('woff2');*/

/*}*/

/*@font-face {*/

/*    font-family: 'Lato';*/

/*    font-style: normal;*/

/*    font-weight: 700;*/

/*    font-display: block;*/

/*    src: url('../fonts/Lato/Lato-700.woff2') format('woff2');*/

/*}*/

/*@font-face {*/

/*    font-family: 'Lato';*/

/*    font-style: normal;*/

/*    font-weight: 900;*/

/*    font-display: block;*/

/*    src: url('../fonts/Lato/Lato-900.woff2') format('woff2');*/

/*}*/

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lato';
}

.font-lato {
  font-family: Lato !important;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-price {
  color:  #027A48;
  font-family: Lato;
  font-style: normal;
}

/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */

/**
 * Layout
 */

/* Rows */

[data-content-type='row'] {
  box-sizing: border-box;
}

[data-content-type='row'] > div {
  margin-bottom: 0.625rem;
}

[data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1536px;
  }
}

.catalog-product-view [data-content-type='row'][data-appearance='contained'].product:has(.page-title) {
  background-color: #fff;
  padding: 24px 32px;
  margin-top: 0;
}

.faq [data-content-type='row'][data-appearance='contained'] {
  display: flex;
  flex-direction: column-reverse;
}

.faq [data-content-type='row'][data-appearance='contained'] .sidebar {
  flex: 100%;
}

.faq [data-content-type='row'][data-appearance='contained'] .sidebar ul{
  display: flex;
  overflow-x: scroll;
}

.faq [data-content-type='row'][data-appearance='contained'] .sidebar li {
  margin-top: 15px;
  padding: 10px;
  color:  #252B37;
  font-family: "Gilda Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

.faq [data-content-type='row'][data-appearance='contained'] .sidebar .active {
  background-color: #fff0cb;
  border-left: 3px solid #ffc228;
  color: #825D00;
}

.faq [data-content-type='row'][data-appearance='contained'] .content {
  border-left: 1px solid #000;
  padding-left: 15px;
  flex: 100%;
}

.faq [data-content-type='row'][data-appearance='contained'] .content .group-title {
  color: #825D00;
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

@media (min-width: 640px) {
  .faq [data-content-type='row'][data-appearance='contained'] {
    flex-direction: row-reverse;
  }

  .faq [data-content-type='row'][data-appearance='contained'] .sidebar {
    flex: 20%;
  }

  .faq [data-content-type='row'][data-appearance='contained'] .sidebar ul{
    display: block;
  }

  .faq [data-content-type='row'][data-appearance='contained'] .content {
    flex: 80%;
  }
}

body [data-content-type='row'][data-appearance='contained'] {
  max-width: 1920px;
}

@media (min-width: 1300px) {
  body [data-content-type='row'][data-appearance='contained'] {
    padding-right: 100px;
    padding-left: 100px;
  }
}

[data-content-type='row'][data-appearance='contained'] {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-bleed'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1536px;
  }
}

.catalog-product-view [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.product:has(.page-title) {
  background-color: #fff;
  padding: 24px 32px;
  margin-top: 0;
}

.faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  display: flex;
  flex-direction: column-reverse;
}

.faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .sidebar {
  flex: 100%;
}

.faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .sidebar ul{
  display: flex;
  overflow-x: scroll;
}

.faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .sidebar li {
  margin-top: 15px;
  padding: 10px;
  color:  #252B37;
  font-family: "Gilda Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

.faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .sidebar .active {
  background-color: #fff0cb;
  border-left: 3px solid #ffc228;
  color: #825D00;
}

.faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .content {
  border-left: 1px solid #000;
  padding-left: 15px;
  flex: 100%;
}

.faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .content .group-title {
  color: #825D00;
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

@media (min-width: 640px) {
  .faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    flex-direction: row-reverse;
  }

  .faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .sidebar {
    flex: 20%;
  }

  .faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .sidebar ul{
    display: block;
  }

  .faq [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner .content {
    flex: 80%;
  }
}

body [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 1920px;
}

@media (min-width: 1300px) {
  body [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 1500px;
  width: 100%;
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line'] {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  [data-content-type='column-group'], [data-content-type='column-line'] {
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation {
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child {
  margin-left: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-bottom: 1px solid white;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

[data-content-type='tabs'] .tabs-content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text'] {
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading'] {
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons'] {
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div {
  display: inline-block;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
  box-sizing: border-box;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 639px) {
  .free-rug-message a.pagebuilder-button-primary,.free-rug-message  button.pagebuilder-button-primary,.free-rug-message  div.pagebuilder-button-primary {
    gap: 30px;
  }
}

@media (min-width: 768px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg {
  display: inline-flex;
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  vertical-align: middle;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(47 47 47 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:where(#hyva-checkout-main) a.pagebuilder-button-primary,:where(#hyva-checkout-main)  button.pagebuilder-button-primary,:where(#hyva-checkout-main)  div.pagebuilder-button-primary {
  border-width: 2px;
}

:where(#hyva-checkout-main) a.pagebuilder-button-primary:disabled,:where(#hyva-checkout-main)  button.pagebuilder-button-primary:disabled,:where(#hyva-checkout-main)  div.pagebuilder-button-primary:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) a.pagebuilder-button-primary:not(.btn-secondary),:where(#hyva-checkout-main)  button.pagebuilder-button-primary:not(.btn-secondary),:where(#hyva-checkout-main)  div.pagebuilder-button-primary:not(.btn-secondary) {
  border-color: transparent;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  font-family: Lato;
}

.checkout-cart-index #discount-coupon-form a.pagebuilder-button-primary,.checkout-cart-index #discount-coupon-form  button.pagebuilder-button-primary,.checkout-cart-index #discount-coupon-form  div.pagebuilder-button-primary {
  border-width: 1px;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.input-group > :not(:last-child):not(button):not(a.pagebuilder-button-primary),.input-group > :not(:last-child):not(button):not(button.pagebuilder-button-primary),.input-group > :not(:last-child):not(button):not(div.pagebuilder-button-primary) {
  border-right-width: 0px;
}

.checkout-summary .checkout-nav a.pagebuilder-button-primary,.checkout-summary .checkout-nav  button.pagebuilder-button-primary,.checkout-summary .checkout-nav  div.pagebuilder-button-primary {
  width: 100%;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 639px) {
  .free-rug-message a.pagebuilder-button-secondary,.free-rug-message  button.pagebuilder-button-secondary,.free-rug-message  div.pagebuilder-button-secondary {
    gap: 30px;
  }
}

@media (min-width: 768px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg {
  display: inline-flex;
}

a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
  vertical-align: middle;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(47 47 47 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

:where(#hyva-checkout-main) a.pagebuilder-button-secondary,:where(#hyva-checkout-main)  button.pagebuilder-button-secondary,:where(#hyva-checkout-main)  div.pagebuilder-button-secondary {
  border-width: 2px;
}

:where(#hyva-checkout-main) a.pagebuilder-button-secondary:disabled,:where(#hyva-checkout-main)  button.pagebuilder-button-secondary:disabled,:where(#hyva-checkout-main)  div.pagebuilder-button-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) a.pagebuilder-button-secondary:not(.btn-secondary),:where(#hyva-checkout-main)  button.pagebuilder-button-secondary:not(.btn-secondary),:where(#hyva-checkout-main)  div.pagebuilder-button-secondary:not(.btn-secondary) {
  border-color: transparent;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  font-family: Lato;
}

.checkout-cart-index #discount-coupon-form a.pagebuilder-button-secondary,.checkout-cart-index #discount-coupon-form  button.pagebuilder-button-secondary,.checkout-cart-index #discount-coupon-form  div.pagebuilder-button-secondary {
  border-width: 1px;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.input-group > :not(:last-child):not(button):not(a.pagebuilder-button-secondary),.input-group > :not(:last-child):not(button):not(button.pagebuilder-button-secondary),.input-group > :not(:last-child):not(button):not(div.pagebuilder-button-secondary) {
  border-right-width: 0px;
}

.checkout-summary .checkout-nav a.pagebuilder-button-secondary,.checkout-summary .checkout-nav  button.pagebuilder-button-secondary,.checkout-summary .checkout-nav  div.pagebuilder-button-secondary {
  width: 100%;
}

/* HTML Code */

[data-content-type='html'] {
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type='image'] {
  box-sizing: border-box;
}

[data-content-type='image'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}

[data-content-type='image'] .pagebuilder-mobile-hidden {
  display: none;
}

@media (min-width: 768px) {
  [data-content-type='image'] .pagebuilder-mobile-hidden {
    display: block;
  }

  [data-content-type='image'] .pagebuilder-mobile-only {
    display: none;
  }
}

[data-content-type='image'] figcaption {
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

[data-content-type='video'] .pagebuilder-video-container {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 639px) {
  .free-rug-message [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    gap: 30px;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
  margin: 0px;
  margin-top: 1.25rem;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Slider */

[data-content-type='slider'] {
  visibility: hidden;
  position: relative;
}

[data-content-type='slider'].glider-initialized {
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content'] {
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide'] {
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 20;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 639px) {
  .free-rug-message [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    gap: 30px;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Map */

[data-content-type='map'] {
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img {
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}

/* Products */

[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
  grid-template-columns: repeat(100, calc(50% - 1rem));
}

@media (min-width: 768px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(33% - 1rem))
  }
}

@media (min-width: 1024px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(25% - 1rem))
  }
}

/**
 * Glider
 */

.glider-contain {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar {
  height: 0px;
  opacity: 0;
}

.glider .glider-track {
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

@media (max-width: 639px) {
  .free-rug-message .glider .glider-track {
    gap: 30px;
  }
}

.glider-slide {
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider-hide {
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  opacity: 0.25;
}

.glider-dot {
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] .glider-dot p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.glider-dot.active {
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next {
  display: none;
}

[data-show-dots='false'] .glider-dots {
  display: none;
}

.home-slider .home-slider-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slider canvas {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .home-slider .home-slider-img {
    width: 50%;
  }

  .home-slider .home-slider-content {
    width: 50%;
    background-color: #fff;
  }

  .home-slider .home-slider-items {
    display: flex;
    flex-direction: row;
  }
}

.home-slider .home-slider-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
}

.home-slider .home-slider-content h4 {
  color: #333;
  font-family: "Gilda Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  /* 125% */
}

.home-slider .home-slider-content p {
  color: #333;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.home-slider .home-slider-content a {
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #D5D7DA;
  padding: 10px 30px;
}

.home-slider .page {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.home-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto !important;
  position: relative;
}

.home-slider .swiper-pagination-bullet {
  display: inline-block;
  width: auto;
  padding: 4px 8px;
  border-radius: 50%;
  background: transparent;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  height: 30px;
  position: relative;
}

.home-slider .swiper-pagination-bullet-active {
  background: #fff;
  color: #000;
  font-weight: bold;
}

/* Arrows */

.home-slider .swiper-button-prev,
    .home-slider .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  top: auto;
  right: auto;
  left: auto;
  position: relative;
}

.home-slider .swiper-button-prev:after, .home-slider .swiper-button-next:after {
  content: '';
}

.home-slider .swiper-button-prev:hover,
    .home-slider .swiper-button-next:hover {
  background: #f1f1f1;
}

@media (max-width: 700px) {
  .home-slider .home-slider-items {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-slider .home-slider-items .home-slider-content {
    display: flex;
    align-items: center;
  }

  .home-slider .home-slider-items .home-slider-content h4 {
    font-size: 32px;
  }

  .home-slider .home-slider-content {
    background-color: #fff;
    padding: 16px;
    padding-bottom: 90px;
  }

  .home-slider .home-slider-content h4 {
    font-size: 32px;
  }

  .home-slider .home-slider-content a {
    width: 194px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }

  .home-slider .page {
    display: flex;
    justify-content: center;
    left: auto;
    right: auto;
    width: 100%;
    bottom: 10px;
  }

  .home-slider .swiper-button-prev, .home-slider .swiper-button-next {
    width: 48px;
    height: 48px;
    border-color: #333;
  }
}

.product-home-slider {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 43px;
}

.shop-by-size-slider {
  text-align: center;
}

.shop-by-brand-slider .page {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

.shop-by-brand-slider .page .swiper-button-prev,
        .shop-by-brand-slider .page .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  top: auto;
  right: auto;
  left: auto;
  position: relative;
}

.shop-by-brand-slider .page .swiper-button-prev:after, .shop-by-brand-slider .page .swiper-button-next:after {
  content: '';
}

.shop-by-designer-slider {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 43px;
  background-color: #fff;
}

.shop-by-designer-slider .page {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

.shop-by-designer-slider .page .swiper-button-next, .shop-by-designer-slider .page .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #2F2F2F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  top: auto;
  right: auto;
  left: auto;
  position: relative;
  margin: 0;
}

.shop-by-designer-slider .page .swiper-button-prev:after, .shop-by-designer-slider .page .swiper-button-next:after {
  content: '';
}

.shop-by-designer-slider .swiper-slide {
  width: 200px !important;
  /* Set each slide to be 1/3 of the container width */
  transition: transform 0.3s ease, filter 0.3s ease, width 0.3s ease;
  filter: grayscale(100%);
  /* Apply grayscale to make images black and white */
  overflow: hidden;
}

.shop-by-designer-slider .swiper-slide .shop-by-designer-img {
  width: 100%;
  height: 400px;
  /*transition: transform 0.3s ease;*/
  background-position: center;
  background-repeat: no-repeat;
}

.shop-by-designer-slider .swiper-slide:hover {
  filter: grayscale(0%);
  width: 400px !important;
}

.shop-by-designer-slider .swiper-slide:hover img {
  transform: scale(1.1);
  /* Add additional zoom to the image */
}

.shop-by-style-slider {
  background-color: #fff;
  /*margin-bottom: 200px;*/
  position: relative;
}

.shop-by-style-slider .box-slider-title {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  color: #2F2F2F;
  font-family: "Gilda Display";
  font-size: 40px;
  font-weight: 400;
  top: 30px;
  z-index: 1;
}

.shop-by-style-slider .page {
  display: flex;
  gap: 15px;
  position: absolute;
  left: 40px;
  bottom: 30px;
}

.shop-by-style-slider .page .swiper-button-prev,
        .shop-by-style-slider .page .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #2F2F2F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  top: auto;
  right: auto;
  left: auto;
  position: relative;
}

.shop-by-style-slider .page .swiper-button-prev:after, .shop-by-style-slider .page .swiper-button-next:after {
  content: '';
}

.shop-by-style-slider .shop-by-style-item {
  display: flex;
  padding-left: 30px;
}

.shop-by-style-slider .shop-by-style-item .box-img {
  width: 30%;
  margin: 114px 0;
  display: flex;
  gap: 15px;
}

.shop-by-style-slider .shop-by-style-item .box-img .box-img-1 {
  width: 40%;
  height: 80%;
  background-size: cover;
  margin: auto;
}

.shop-by-style-slider .shop-by-style-item .box-img .box-img-2 {
  width: 60%;
  background-size: cover;
}

.shop-by-style-slider .shop-by-style-item .box-content {
  width: 30%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.shop-by-style-slider .shop-by-style-item .box-content .box-title {
  font-family: "Gilda Display";
  font-size: 36px;
  font-weight: 400;
  color: #2F2F2F;
}

.shop-by-style-slider .shop-by-style-item .box-content .box-dic {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.shop-by-style-slider .shop-by-style-item .content-bg {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.shop-by-style-slider .home-slider-img {
  display: flex;
  flex-direction: row;
}

.shop-by-style-slider .home-slider-img img {
  width: 40%;
}

.shop-by-style-slider .home-slider-img .content {
  background-repeat: no-repeat;
  width: 60%;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to right, transparent, black);
          mask-image: linear-gradient(to right, transparent, black);
  color: #000;
}

@media (max-width: 960px) {
  .shop-by-style-slider .shop-by-style-item {
    flex-wrap: wrap;
    padding: 0;
  }

  .shop-by-style-slider .shop-by-style-item .box-img {
    width: 100%;
    margin-bottom: 30px;
    margin: 20px;
    gap: 0;
  }

  .shop-by-style-slider .shop-by-style-item .box-img .box-img-1 {
    height: 100%;
    width: 70%;
    height: 478px;
  }

  .shop-by-style-slider .shop-by-style-item .box-img .box-img-2 {
    width: 30%;
    height: 80%;
    margin: auto;
  }

  .shop-by-style-slider .shop-by-style-item .content-bg {
    display: none;
  }

  .shop-by-style-slider .shop-by-style-item .box-content {
    width: 100%;
  }

  .shop-by-style-slider .box-slider-title {
    position: relative;
    margin-bottom: 32px;
    font-size: 32px;
  }

  .shop-by-style-slider .page {
    position: relative;
    bottom: 32px;
    display: flex;
    justify-content: center;
    left: auto;
    margin-top: 60px;
  }
}

.shop-by-room-slider .shop-by-room-items {
  display: flex;
  flex-direction: row;
}

.shop-by-room-slider .shop-by-room-items .main-image {
  width: 50%;
}

.shop-by-room-slider .shop-by-room-items .main-image img {
  width: 100%;
  padding-right: 10px;
}

.shop-by-room-slider .home-slider-img {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: space-between;
}

.shop-by-room-slider .home-slider-img .room-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-by-room-slider .home-slider-img .room-images img {
  width: 30%;
}

.shop-by-room-slider .page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}

.shop-by-room-slider .page .page-center {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 15px;
  font-weight: bold;
  align-items: center;
}

.shop-by-room-slider .page .btn-prev {
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
}

.shop-by-room-slider .page .btn-page {
  color: #6A6A6A;
  font-size: 15px;
}

.shop-by-room-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto !important;
  position: relative;
}

.shop-by-room-slider .swiper-pagination-bullet {
  display: inline-block;
  width: auto;
  padding: 4px 8px;
  border-radius: 50%;
  background: transparent;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  height: 30px;
  position: relative;
}

.shop-by-room-slider .swiper-pagination-bullet-active {
  background: #fff;
  color: #000;
  font-weight: bold;
}

/* Arrows */

.shop-by-room-slider .swiper-button-prev,
    .shop-by-room-slider .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  top: auto;
  right: auto;
  left: auto;
  position: relative;
}

.shop-by-room-slider .swiper-button-prev:after, .shop-by-room-slider .swiper-button-next:after {
  content: '';
}

.gallery-slider .swiper-wrapper {
  align-items: center;
}

.gallery-slider .swiper-slide-active {
  width: 60% !important;
  margin: auto;
}

.gallery-slider .swiper-slide-active .home-slider-img {
  background-image: unset !important;
}

.gallery-slider .swiper-slide-active .home-slider-img img {
  margin: auto;
  width: 100%;
}

.gallery-slider .swiper-slide-prev, .gallery-slider .swiper-slide-next {
  width: 20% !important;
  filter: brightness(30%);
}

.gallery-slider .swiper-slide-prev img, .gallery-slider .swiper-slide-next img {
  display: none;
}

.gallery-slider .swiper-slide-prev .home-slider-img, .gallery-slider .swiper-slide-next .home-slider-img {
  width: 100%;
  height: 50vh;
  background-position: top;
}

.shop-by-shape-slider .shop-by-shape-items {
  display: flex;
  flex-direction: row;
}

.shop-by-shape-slider .shop-by-shape-items .main-image {
  width: 50%;
}

.shop-by-shape-slider .shop-by-shape-items .main-image img {
  width: 100%;
  padding-right: 10px;
}

.shop-by-shape-slider .home-slider-img {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: space-between;
}

.shop-by-shape-slider .home-slider-img .shape-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-by-shape-slider .home-slider-img .shape-images img {
  width: 30%;
}

.shop-by-shape-slider .home-slider-img .content {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.shop-by-shape-slider .page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}

.shop-by-shape-slider .page .page-center {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 15px;
  font-weight: bold;
  align-items: center;
}

.shop-by-shape-slider .page .btn-prev {
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
}

.shop-by-shape-slider .page .btn-page {
  color: #6A6A6A;
  font-size: 15px;
  text-align: center;
}

.shop-by-shape-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto !important;
  position: relative;
}

.shop-by-shape-slider .swiper-pagination-bullet {
  display: inline-block;
  width: auto;
  padding: 4px 8px;
  border-radius: 50%;
  background: transparent;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  height: 30px;
  position: relative;
}

.shop-by-shape-slider .swiper-pagination-bullet-active {
  background: #fff;
  color: #000;
  font-weight: bold;
}

/* Arrows */

.shop-by-shape-slider .swiper-button-prev,
    .shop-by-shape-slider .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  top: auto;
  right: auto;
  left: auto;
  position: relative;
}

.shop-by-shape-slider .swiper-button-prev:after, .shop-by-shape-slider .swiper-button-next:after {
  content: '';
}

.faq .faq-accordion [data-appearance="contained"] {
  padding: 0 !important;
  font-size: 16px;
  color: #252B37;
}

.faq .accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color:#252B37;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

/* 190% */

.faq .accordion .up {
  display: none;
}

.faq .accordion .down {
  display: block;
}

.faq .title.rug-text {
  margin-bottom: 70px;
}

.faq .title.rug-text .foreground {
  color: #252B37;
}

.faq .title .foreground {
  font-size: 56px;
}

.faq .accordion.active .up {
  display: block;
}

.faq .accordion.active .down {
  display: none;
}

.faq .panel {
  transition: 500ms;
  padding: 0 18px;
  display: none;
  overflow: hidden;
  color: #252B37;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.faq .panel.active {
  display: block;
}

.faq .faq-group.active{
  display: block;
}

.faq .faq-group {
  display: none;
}

.faq .container {
  display: flex;
  flex-direction: column-reverse;
}

.faq .container .sidebar {
  flex: 100%;
}

.faq .container .sidebar ul{
  display: flex;
  overflow-x: scroll;
}

.faq .container .sidebar li {
  margin-top: 15px;
  padding: 10px;
  color:  #252B37;
  font-family: "Gilda Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

.faq .container .sidebar .active {
  background-color: #fff0cb;
  border-left: 3px solid #ffc228;
  color: #825D00;
}

.faq .container .content {
  border-left: 1px solid #000;
  padding-left: 15px;
  flex: 100%;
}

.faq .container .content .group-title {
  color: #825D00;
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
}

/*mobil*/

@media (min-width: 640px) {
  .faq .container {
    flex-direction: row-reverse;
  }

  .faq .container .sidebar {
    flex: 20%;
  }

  .faq .container .sidebar ul{
    display: block;
  }

  .faq .container .content {
    flex: 80%;
  }
}

/* purgecss end ignore */

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

.pointer-events-auto {
  pointer-events: auto;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-4 {
  inset: -1rem;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-left-2 {
  left: -0.5rem;
}

.-right-1 {
  right: -0.25rem;
}

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

.-right-2 {
  right: -0.5rem;
}

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

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

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

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

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

.-top-5 {
  top: -1.25rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-\[calc\(theme\(spacing\.5\)_\/_2_-_2px\)\] {
  bottom: calc(1.25rem / 2 - 2px);
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-9 {
  right: 2.25rem;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-6 {
  top: 1.5rem;
}

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

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-full {
  grid-column: 1 / -1;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

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

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-px {
  margin-left: -1px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-4 {
  margin-right: -1rem;
}

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

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

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

.-mt-\[14rem\] {
  margin-top: -14rem;
}

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[var\(--thumbs-gap\)\] {
  margin-right: var(--thumbs-gap);
}

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

.mt-20 {
  margin-top: 5rem;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-72 {
  margin-top: 18rem;
}

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

.mt-\[16\.5rem\] {
  margin-top: 16.5rem;
}

.mt-\[6\.5rem\] {
  margin-top: 6.5rem;
}

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

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[1\.125rem\] {
  height: 1.125rem;
}

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

.h-\[29rem\] {
  height: 29rem;
}

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

.h-\[40rem\] {
  height: 40rem;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[clamp\(480px\2c 95vh_-_var\(--cart-drawer-offset-top\2c 0px\)\2c 860px\)\] {
  max-height: clamp(480px,95vh - var(--cart-drawer-offset-top,0px),860px);
}

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

.max-h-screen {
  max-height: 100vh;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.min-h-14 {
  min-height: 3.5rem;
}

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

.min-h-a11y {
  min-height: 44px;
}

.w-0 {
  width: 0px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9 {
  width: 2.25rem;
}

.w-\[1\.125rem\] {
  width: 1.125rem;
}

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-\[theme\(spacing\.12\)\] {
  min-width: 3rem;
}

.min-w-\[theme\(spacing\.16\)\] {
  min-width: 4rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

.max-w-\[theme\(spacing\.20\)\] {
  max-width: 5rem;
}

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-xl {
  max-width: 36rem;
}

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

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

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

.basis-\[calc\(33\.333\%-0\.5rem\)\] {
  flex-basis: calc(33.333% - 0.5rem);
}

.table-auto {
  table-layout: auto;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-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-x-5 {
  --tw-translate-x: -1.25rem;
  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-full {
  --tw-translate-x: -100%;
  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-8 {
  --tw-translate-y: -2rem;
  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-full {
  --tw-translate-y: -100%;
  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;
  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-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  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;
  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-12 {
  --tw-translate-y: 3rem;
  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-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 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));
}

.scale-100 {
  --tw-scale-x: 1;
  --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));
}

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

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

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

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

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

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

.grid-rows-\[auto_var\(--thumbs-size\)\] {
  grid-template-rows: auto var(--thumbs-size);
}

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.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-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.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-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

.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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 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));
}

.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-container > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-divide-opacity));
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.text-nowrap {
  text-wrap: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

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

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

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

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

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

.border-t-4 {
  border-top-width: 4px;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#c3c4c5\] {
  --tw-border-opacity: 1;
  border-color: rgb(195 196 197 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

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

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

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

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

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

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

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

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

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

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

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}

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

.bg-\[\#01A300\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 163 0 / var(--tw-bg-opacity));
}

.bg-\[\#0201FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 1 255 / var(--tw-bg-opacity));
}

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

.bg-\[\#41030E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(65 3 14 / var(--tw-bg-opacity));
}

.bg-\[\#41317C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(65 49 124 / var(--tw-bg-opacity));
}

.bg-\[\#610080\] {
  --tw-bg-opacity: 1;
  background-color: rgb(97 0 128 / var(--tw-bg-opacity));
}

.bg-\[\#734625\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 70 37 / var(--tw-bg-opacity));
}

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

.bg-\[\#CC9900\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 153 0 / var(--tw-bg-opacity));
}

.bg-\[\#D1B48C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 180 140 / var(--tw-bg-opacity));
}

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

.bg-\[\#F66BB9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 107 185 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[\#FE6A00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 106 0 / var(--tw-bg-opacity));
}

.bg-\[\#FFE500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 0 / var(--tw-bg-opacity));
}

.bg-\[\#d16a46\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 106 70 / var(--tw-bg-opacity));
}

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

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

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

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

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

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.bg-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

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

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

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

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

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

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

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-inherit {
  background-color: inherit;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  object-fit: contain;
}

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

.object-center {
  object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pe-0 {
  padding-inline-end: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.ps-0 {
  padding-inline-start: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.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-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#252B37\] {
  --tw-text-opacity: 1;
  color: rgb(37 43 55 / var(--tw-text-opacity));
}

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

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

.text-\[\#A97E13\] {
  --tw-text-opacity: 1;
  color: rgb(169 126 19 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

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

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

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

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

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

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

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

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

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

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

.outline-offset-2 {
  outline-offset: 2px;
}

.outline-offset-8 {
  outline-offset: 8px;
}

.ring {
  --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(3px + 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-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(47 47 47 / var(--tw-ring-opacity));
}

.ring-primary\/50 {
  --tw-ring-color: rgb(47 47 47 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(47 47 47 / 0.75);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.mask-overflow {
  --tw-mask-dir: to right;
  --tw-mask-size: 2rem;
  --tw-mask-color: 0 0 0;
  /* rgb color keys */
  --tw-mask-start: rgb(var(--tw-mask-color) / 0%);
  --tw-mask-end: rgb(var(--tw-mask-color) / 0%);
  --tw-mask: linear-gradient(
            var(--tw-mask-dir),
            var(--tw-mask-start),
            rgb(var(--tw-mask-color)) var(--tw-mask-size),
            rgb(var(--tw-mask-color)) calc(100% - var(--tw-mask-size)),
            var(--tw-mask-end)
        );
  -webkit-mask-image: var(--tw-mask);
  mask-image: var(--tw-mask);
}

.mask-overflow-start {
  --tw-mask-end: rgb(var(--tw-mask-color));
}

.mask-overflow-end {
  --tw-mask-start: rgb(var(--tw-mask-color));
}

.mask-dir-y {
  --tw-mask-dir: to bottom;
}

.\[--line-after\:theme\(colors\.primary\.DEFAULT\)\] {
  --line-after: #2F2F2F;
}

.\[--line-before\:\#0000\] {
  --line-before: #0000;
}

.\[--line-before\:theme\(colors\.primary\.DEFAULT\)\] {
  --line-before: #2F2F2F;
}

.\[--thumbs-gap\:theme\(\'spacing\.2\'\)\] {
  --thumbs-gap: 0.5rem;
}

.\[wire\:auto-save\] {
  wire: auto-save;
}

.\[wire\:model\.defer\] {
  wire: model.defer;
}

.\[wire\:model\] {
  wire: model;
}

.\[wire\:select\] {
  wire: select;
}

/* .page-footer {} */

.rug-footer {
  text-align: center;
  color: white;
  background: #fff;
  margin: 100px auto auto;
}

.rug-footer .footer-links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #717680;
  margin-top: 50px;
  flex-wrap: wrap;
}

.rug-footer .footer-links div {
  flex: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 16px;
  flex-wrap: wrap;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #252B37;
}

.rug-footer .footer-links div .head {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}

.rug-footer .footer-links div .social-media-links {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}

.rug-footer .footer-links div .social-media-links a {
  border: 1px solid #BEBEBE;
  padding: 10px;
  padding-top: 15px;
  border-radius: 4px;
  background: #FFF;
  width: 55px;
  height: 55px;
}

.rug-footer .footer-links div .contact-us {
  display: none;
}

.rug-footer .footer-links div .contact-us p {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 11px;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  align-items: center;
}

.rug-footer .footer-links div .contact-us svg {
  margin: 0
}

.rug-footer .footer-links .contact-us-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rug-footer .footer-links .contact-us-mobile p {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

@media (min-width: 768px) {
  .rug-footer .footer-links .contact-us {
    display: flex !important;
  }

  .rug-footer .footer-links .contact-us-mobile {
    display: none;
  }

  .rug-footer .footer-links div{
    flex: 25%;
  }
}

.rug-footer .payment-icons {
  margin-bottom: 32px;
  margin-top: 40px;
}

.rug-footer .payment-icons svg {
  max-width: 100%;
}

.rug-footer .copyright {
  background: #333333;
  padding: 15px;
}

.rug-footer .copyright div {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.rug-footer .copyright div .copyright-text {
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 192.857% */
}

.rug-footer svg {
  margin: auto;
}

.rug-footer .newsletter {
  padding: 40px;
  max-width: 950px;
  box-shadow: 0 38px 100px -37px #32325d40;
  display: flex;
  margin: -90px auto auto;
  flex-direction: column;
  row-gap: 30px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .rug-footer .newsletter {
    flex-direction: row
  }
}

.rug-footer .newsletter .content {
  color: #000;
  text-align: left;
  float: left;
  flex: 1 1 10px;
}

.rug-footer .newsletter .content h4 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 5px;
}

.rug-footer .newsletter .newsletter-form {
  float: right;
  display: flex;
  align-items: center;
  flex: 1 1 10px;
}

.rug-footer .newsletter .newsletter-form #newsletter-subscribe {
  padding: 15px 15px 15px 40px;
}

.rug-footer .newsletter .newsletter-form .email-icon {
  margin-right: -30px;
  z-index: 1;
}

.rug-footer .newsletter .newsletter-form button {
  background: #2f2f2f;
  margin-left: -60px;
  min-width: 60px;
  padding: 10px 55px;
  border-radius: 4px;
  color: #fff;
}

@media(max-width: 500px) {
  .rug-footer .newsletter {
    padding: 16px;
    font-size: 14px;
    margin: -90px -20px 0 -20px;
  }

  .rug-footer .newsletter .content {
    text-align: center;
    font-weight: 400;
    line-height: 27px;
  }

  .rug-footer .newsletter .content h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rug-footer .newsletter .newsletter-form button {
    padding: 10px 36px;
  }

  .rug-footer .newsletter .newsletter-form #newsletter-subscribe {
    font-size: 14px;
  }
}

.rug-footer .box-form.newsletter p {
  color: #4D4D4D;
  padding-right: 11px;
}

.rug-footer .newsletter .newsletter-form button {
  max-width: 130px;
  text-align: center;
  padding: 13px;
  width: 100%;
}

.rug-text {
  position: relative;
  text-align: center;
  font-family: 'Gilda Display';
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rug-text .background {
  font-size: 61px;
  color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  display: none;
}

@media (max-width: 650px) {
  .rug-text .background {
    display: none
  }
}

.rug-text .foreground {
  /*position: absolute;*/
  font-size: 48px;
  color: #000;
  z-index: 1;
  font-weight: 400;
}

@media (max-width: 650px) {
  .rug-text .foreground {
    font-size: 32px;
    margin-bottom: 10px
  }
}

@media (min-width: 651px) {
  .rug-text .foreground {
    padding-top: 17px
  }
}

#header {
  z-index: 100;
}

#header .submenu-1 .submenu-level-1-items {
  justify-content: space-between;
}

#header .submenu-level-1-items {
  background-color: #E1E1E1;
  display: flex;
  padding: 0 45px;
  gap: 25px;
  overflow-x: auto;
}

#header .submenu-level-1-items .submenu-level-1-item > .group a {
  padding: 12px 0;
  display: block;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  #header .submenu-level-1-items .submenu-level-1-item > .group a {
    font-size: 13px
  }
}

#header .submenu-level-1-items .submenu-level-1-item.active > .group a {
  border-color: #fff;
}

#header .submenu-level-1-items .submenu-level-1-item.active .sub-content {
  display: block;
}

#header.active.page-header .submenu-level-1-items {
  background-color: #000;
}

#header.active.page-header .submenu-level-1-items .submenu-level-1-item > .group a {
  color: #fff;
}

#header .snowdog-topmenu-desktop .submenu-level-1 {
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#header .snowdog-topmenu-desktop .submenu-level-1 li a {
  color: #000;
}

#header .snowdog-topmenu-desktop .submenu-level-1 .sub-content {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
}

#header .snowdog-topmenu-desktop .submenu-level-1 .sub-content .pagebuilder-column-line {
  flex-wrap: nowrap;
}

#header .snowdog-topmenu-desktop .submenu-level-1 .sub-content .pagebuilder-column {
  width: auto;
}

#header .snowdog-topmenu-desktop .submenu-level-1 .sub-content .sub-content-data {
  background: #fff;
  position: relative;
}

#header .snowdog-topmenu-desktop .submenu-level-1 .sub-content .sub-content-data-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#header #menu-cart-icon {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}

.active-menu-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
  bottom: 0
}

@media (max-width: 1535px) {
  #header .submenu-level-1-items {
    padding: 0 15px;
    gap: 14px;
  }
}

@media (max-width: 600px) {
  .snowdog-topmenu-desktop {
    display: none
  }
}

.ch-page-header {
  display: flex;
  align-items: center;
  padding: 12px 0;
  gap: 30px;
  font-size: 16px;
}

.ch-page-header .box-logo {
  flex: 1;
  display: flex;
  justify-content: center;
}

.ch-page-header .btn-search {
  display: flex;
  gap: 5px;
  align-items: center;
}

.ch-page-header .btn-search span {
  color: #A4A7AE;
}

.ch-page-header .btn-search svg {
  color: #898989;
}

.ch-page-header .box-cart .box-count {
  background-color: #D92D20;
  color: #fff;
  position: absolute;
  margin-top: -7px;
  margin-left: 11px;
  border-radius: 50%;
  width: 20px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .ch-top-menu {
    display: none;
  }

  .ch-page-header .item-search {
    order: -1;
  }

  .ch-page-header .item-search .box-search {
    left: 0;
    right: auto;
  }

  .ch-page-header .ch-top-menu {
  }

  .ch-page-header .top-menu.snowdog-topmenu-mobile.navigation {
    order: -1;
  }
}

html {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: unset !important;
}

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.table-row-items > div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#maincontent:has(.notfound), #maincontent:has(.contact-us) {
  background: #f9f9f9;
}

.catalog-category-view #maincontent {
  background: #f9f9f9;
}

.notfound {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}

.notfound img {
  margin: auto;
  max-height: 400px;
}

.notfound a.homepage {
  padding: 15px;
  background-color: #2f2f2f;
  border-radius: 5px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 100px;
}

.notfound h2.oops {
  font-size: 32px;
}

.contact-us {
  display: flex;
  flex-direction: column;
}

.contact-us .sub-contact-us {
  padding: 0;
}

.contact-us .sub-contact-us .rug-text .foreground {
  font-size: 56px;
}

@media (max-width: 1024px) {
  .contact-us .sub-contact-us .rug-text .foreground {
    font-size: 40px
  }
}

@media (max-width: 600px) {
  .contact-us .sub-contact-us .rug-text .foreground {
    font-size: 32px
  }
}

.contact-us .sub-contact-us .card {
  padding: 32px 24px;
}

.contact-us .sub-contact-us div.note {
  text-align: center;
  margin-bottom: 63px;
  color: #6A6A6A;
}

.contact-us .sub-contact-us .send-btn {
  border-radius: 5px;
  margin: 50px auto;
  background: #000;
  padding-left: 45px;
  padding-right: 45px;
}

.contact-us .sub-contact-us form .field {
  margin-top: 1rem;
}

.contact-us .sub-contact-us .form-items {
  flex-direction: column;
}

@media (min-width: 640px) {
  .contact-us .sub-contact-us .form-items {
    display: flex;
    flex-direction: row;
  }

  .contact-us .sub-contact-us .form-items > div {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .contact-us .sub-contact-us {
    padding: 5rem;
    padding-top: 0;
  }
}

.contact-us .contact-info {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  gap: 40px;
  background-color: #2F2F2F;
  background-image: url("../images/contact-us-bg-img.png");
  background-size: cover;
  min-height: 100px;
  align-items: center;
}

.contact-us .contact-info p {
  display: flex;
  gap: 5px;
  color: #fff;
}

#newsletter-modal .newsletter-dialog {
  border-radius: 0;
}

#newsletter-modal .content-text {
  padding-right: 10px;
}

@media (min-width: 768px) {
  #newsletter-modal .content-text {
    padding-right: 180px;
  }
}

/*customer panel*/

.account span.price {
  color: #039855;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 187.5% */
}

.account .page-title {
  color: #252B37;
  text-align: center;
  /* Headline - Gilda/H1 */
  font-family: "Gilda Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  /* 125% */
  margin: auto auto 64px;
}

.account .sidebar .account-nav {
  border-right: 1px solid #ccc;
  padding-right: 0;
  padding-top: 0;
}

.account .sidebar li {
  padding-left: 10px;
  color:  #825D00;
  /* Headline - Gilda/H6 */
  font-family: "Gilda Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
  margin-top: 16px;
}

.account .sidebar li strong {
  text-decoration-line: none;
  color: #939292;
}

.account .sidebar li.current {
  background-color: #fff0cb;
  border-left: 3px solid #ffc228;
}

.account .column.main > .block-title {
  color: #252B37;
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 150% */
  margin-bottom: 24px;
  margin-top: 24px;
}

.catalog-product_compare-index .page-title {
  color: #333;
  margin: auto auto 64px;
  /* Headline - Gilda/H1 */
  font-family: "Gilda Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  /* 125% */
}

.catalog-product_compare-index .add-to-cart {
  display: flex;
  padding: 4px 53px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #2F2F2F !important;
  background: #FFF;
  color: #2F2F2F;
  /* Cap/Cap 2 - Bold */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 192.857% */
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.catalog-product_compare-index .table-wrapper .product-title {
  color: #333;
  /* Cap/Cap 1 - Bold */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
}

.catalog-product_compare-index .table-wrapper .price-box {
  color: #027A48;
  /* Cap/Cap 1 - Bold */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
}

.catalog-product_compare-index .table-wrapper td {
  color: #333;
  /* Sub - Lato/Sub 2 - Regular */
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 190% */
  text-align: center;
}

.catalog-product_compare-index .table-wrapper th {
  color: #333;
  /* Sub - Lato/Sub 1 - Bold */
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 191.667% */
  padding-left: 24px;
}

.catalog-product_compare-index .table-wrapper {
  overflow: auto;
}

.catalog-product_compare-index .table-wrapper table.table-auto {
  width: 100%;
  min-width: 1000px;
}

.catalog-product_compare-index .table-wrapper th:before {
  content: "";
  height: 3px;
  width: 24px;
  background: #e1e1e1;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.catalog-product_compare-index .table-wrapper th {
  position: relative;
}

.catalog-product_compare-index .table-wrapper tr {
  border-bottom: 1px solid #A7A7A7;
}

.catalog-product_compare-index .table-wrapper tr:last-child th:before {
  display: none;
}

.catalog-product_compare-index .table-wrapper tr:first-child th:before {
  display: none;
}

.catalog-product_compare-index .table-wrapper tr th {
  width: 20%;
}

.catalog-product_compare-index .table-wrapper tr th:nth-child(odd), .catalog-product_compare-index .table-wrapper tr td:nth-child(odd) {
  background-color: #E1E1E1;
}

.catalog-product_compare-index .table-wrapper tr td.head-product, .catalog-product_compare-index .table-wrapper tr th.head-product {
  padding-bottom: 30px;
}

.catalog-product_compare-index .table-wrapper :first-child {
  border-bottom: 0 solid #A7A7A7;
}

.catalog-product_compare-index .table-wrapper :last-child {
  border-bottom: 0 solid #A7A7A7;
}

.free-rug-message {
  background: rgb(49, 40, 72);
  background: linear-gradient(90deg, rgba(49, 40, 72, 1) 0%, rgba(72, 31, 100, 1) 18%, rgba(38, 53, 79, 1) 41%, rgba(38, 53, 79, 1) 57%, rgba(25, 79, 118, 1) 79%, rgba(33, 54, 75, 1) 100%);
  padding: 42px 20px;
  margin-bottom: 48px;
}

.free-rug-message .box-title {
  font-family: "Gilda Display";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 4px;
}

.free-rug-message .box-subtitle {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 639px) {
  .free-rug-message {
    background: linear-gradient(90deg, rgba(53,38,76,1) 0%, rgba(72,31,100,1) 27%, rgba(41,49,80,1) 90%)
  }

  .free-rug-message .flex {
    gap: 30px;
  }
}

.box-seasonal-pick {
  /*margin-top: 150px;*/
  /*margin-bottom: 200px;*/
  background-color: #fff;
  padding-top: 84px;
  padding-bottom: 48px;
}

.box-seasonal-pick .rug-text {
  margin-bottom: 30px;
}

.box-seasonal-pick .box-title {
  font-family: "Gilda Display";
  font-size: 32px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #333;
}

.box-seasonal-pick .box-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #6A6A6A;
}

@media (min-width:441px) and (max-width: 1024px) {
  .box-seasonal-pick .swiper-slide {
    min-width: 440px;
  }
}

@media (max-width:440px) {
  .box-seasonal-pick .swiper-slide {
    margin-top: 120px;
    min-width: 302px;
  }
}

.cms-index-index .page-main {
  margin-top: 10px;
}

.cms-index-index .columns {
  max-width: 100%;
  padding: 0;
}

.cms-index-index [data-appearance="full-bleed"] > [data-content-type="text"] {
  padding: 0;
}

body .container {
  max-width: 1920px;
}

.ch-header-top-banner {
  padding: 9px;
  display: block;
  text-align: center;
  background-color: #333333;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}

.product-slider .swiper-slide {
  max-width: 334px;
}

.product-slider .page {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 32px;
}

.product-slider .page .swiper-button-next, .product-slider .page .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #2F2F2F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  top: auto;
  right: auto;
  left: auto;
  position: relative;
  margin: 0;
}

.product-slider .page .swiper-button-next:after, .product-slider .page .swiper-button-prev:after {
  display: none;
}

@media (min-width: 1300px) {
  body .container {
    padding-right: 100px;
    padding-left: 100px;
  }

  .columns {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (min-width: 1401px) and (max-width: 1620px) {
  .box-items-swatch .box-table-swatch {
    font-size: 13px;
  }
}

.cms-page-view h1 {
  text-align: center;
  flex: 1;
  font-family: "Gilda Display";
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .cms-page-view h1 {
    font-size: 40px
  }
}

.cms-page-view h1 .columns {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

/* .category-view .sidebar .block.filter {} */

#float-compare {
  position: absolute;
  width: 600px;
  right: 0;
  background-color: #fff;
  z-index: 9;
  padding: 15px;
}

#float-compare .box-items {
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}

#float-compare .box-items .box-item {
  display: flex;
  width: 25%;
  position: relative;
  flex-direction: column;
  align-items: center;
}

#float-compare .box-items .box-item a {
  border: 1px dashed #ccc;
  border-radius: 10px;
  background-color: #F9F9F9;
  flex: 1;
  width: 100%;
}

#float-compare .box-items .box-item .btn-remove {
  margin-top: 15px;
  height: 20px;
}

#float-compare .box-items .box-item .compare-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#float-compare .box-items button.remove {
  z-index: 9;
  position: absolute;
  left: 0;
  right: 10px;
  display: block;
}

#float-compare .compare-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#float-compare .compare-link a {
  color: #0086C9;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.chalak-quick-view iframe {
  width: 1000px;
  max-width: 100%;
  height: 700px;
  max-height: 100%;
}

.loader {
  z-index: 101;
  position: relative;
}

.catalog-category-view .rug-text {
  margin-bottom: 30px;
}

.catalog-category-view .breadcrumbs, .catalogsearch-result-index .breadcrumbs {
  margin-top: 30px;
}

.catalog-category-view .breadcrumbs ol, .catalogsearch-result-index .breadcrumbs ol {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.catalog-category-view .breadcrumbs ol li, .catalogsearch-result-index .breadcrumbs ol li {
  display: flex;
  gap: 15px;
  align-items: center;
}

.catalog-category-view .breadcrumbs ol .separator, .catalogsearch-result-index .breadcrumbs ol .separator {
  border: 2px solid #003;
  width: 10px;
  display: inline-block;
  height: 10px;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
}

.catalog-category-view .breadcrumbs ol *, .catalogsearch-result-index .breadcrumbs ol * {
  font-size: 14px;
}

.catalog-category-view .page-main > .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.catalog-category-view .page-main > .columns .column.main {
  width: calc(80% - 40px);
}

.catalog-category-view .page-main > .columns aside.sidebar.sidebar-main {
  width: 20%;
}

.catalog-category-view .model-filter {
  z-index: 100;
}

.catalog-category-view .page-main {
  margin-top: 0;
}

.catalog-category-view .box-category-title {
  margin-top: 74px;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .catalog-category-view .box-category-title {
    margin-top: 30px
  }
}

.catalog-category-view .category-description-column {
  display: flex;
  max-width: 1920px;
  margin: auto;
  gap: 23px;
  margin-bottom: 70px;
}

@media (min-width: 1300px) {
  .catalog-category-view .category-description-column {
    padding-right: 100px;
    padding-left: 100px
  }
}

/*& > div {*/

/*    width: 23%;*/

/*}*/

/*.column.main {*/

/*    width: 54%;*/

/*}*/

@media (max-width: 1023px) {
  .catalog-category-view .category-description-column {
    display: block;
    margin: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }

  .catalog-category-view .category-description-column .column.main {
    width: 100%;
  }
}

.catalog-category-view .category-description {
  margin-top: 50px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 1023px) {
  .catalog-category-view .category-description {
    margin-left: 0;
    margin-bottom: 40px
  }
}

.catalog-category-view .category-description h1 {
  font-size: 36px;
  font-family: "Gilda Display";
  font-weight: 400;
  margin-bottom: 25px;
}

@media (max-width: 650px) {
  .catalog-category-view .category-description h1 {
    font-size: 22px
  }
}

.catalog-category-view .category-description [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
  padding: 0;
}

.catalog-category-view .category-description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0;
}

.catalog-category-view .category-description [data-content-type='heading'] {
  font-size: 36px;
  font-family: 'Gilda Display';
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .catalog-category-view aside.sidebar.sidebar-main {
    position: absolute;
  }

  .catalog-category-view .columns .column.main {
    width: 100% !important;
  }

  .catalog-category-view .toolbar-sorter {
    flex: 1;
    justify-content: flex-end;
  }

  .catalog-category-view .toolbar-top .box-modes, .catalog-category-view .toolbar-top .toolbar-top-title, .catalog-category-view .toolbar-top .limiter {
    display: none;
  }
}

.toolbar-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.toolbar-top .limiter {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.toolbar-top .limiter label {
  display: flex;
  align-items: center;
  gap: 19px;
  cursor: pointer;
}

.toolbar-top .limiter label:after {
  content: '';
  display: inline-block;
  height: 17px;
  background-color: #000;
  width: 1px;
  transform: rotate(20deg);
}

.toolbar-top .limiter label:last-child:after {
  display: none;
}

.toolbar-top .limiter label.bold {
  font-weight: bold;
}

.toolbar-top .toolbar-sorter {
  display: flex;
  align-items: center;
  gap: 15px;
}

.toolbar-top .toolbar-sorter select {
  padding-right: unset;
  border-radius: 8px;
  width: 160px;
}

@media (max-width: 1023px) {
  .toolbar-top .toolbar-sorter select {
    position: absolute;
    opacity: 0
  }
}

.toolbar-top .toolbar-top-title {
  font-weight: 700;
  font-size: 24px;
}

.toolbar-top .sorter-label {
  font-size: 16px;
}

.toolbar-top .box-modes {
  display: flex;
  gap: 8px;
}

.toolbar-top .box-modes button {
  width: 44px;
  height: 44px;
  padding: 7px;
  background-color: #fff;
  background-size: cover;
  border-radius: 8px;
}

.toolbar-top .box-modes button.active {
  color: #fff;
  background-color: #4D4D4D;
}

.products > ul {
  gap: 20px;
  row-gap: 65px;
}

.product-item .swatch-attribute-title {
  color: rgb(108 117 125);
  font-family: "Lato";
  font-weight: 400;
}

.product-item .swatch-attribute-items {
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 8px;
  margin: 10px 0;
}

@media (min-width: 1300px) and (max-width: 1400px) {
  .product-item .swatch-attribute-items {
    gap: 1px
  }
}

.product-item .swatch-attribute-items img {
  /*width: 42px;*/
  /*height: 42px;*/
  margin: 0;
  border: 0;
  background-size: cover !important;
  padding: 0;
  cursor: pointer;
  width: 6.2vw;
  height: 8.2vw;
}

@media (min-width: 992px) {
  .product-item .swatch-attribute-items img {
    width: 47px;
    height: 55px
  }
}

.product-item .swatch-attribute-items .moreitem {
  width: 6.2vw;
  height: 8.2vw;
}

@media (min-width: 992px) {
  .product-item .swatch-attribute-items .moreitem {
    width: 47px;
    height: 55px;
  }
}

.product-item .swatch-attribute-items .moreitem {
  font-family: "Lato";
  font-weight: 700;
  cursor: pointer;
  background-color: rgb(229 229 229);
  border: 1px solid rgb(206 206 206);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.product-item .product-image-photo {
  width: 100%;
  max-height: 430px;
  background-color: #f2f2f2;
  padding: 20px 0;
}

.product-item .product-item-link {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 10px;
}

.product-item .price-box {
  margin-top: 10px;
}

.product-item .price-box .rlprice {
  color: #027A48;
  font-weight: 700;
}

.product-item .price-box .box-line {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.product-item .price-box .box-discount {
  color: #EC1E24;
  font-weight: 900;
  display: block;
  font-size: 16px;
  margin-top: 8px;
}

.product-item .price-box .msrp {
  color: #6A6A6A;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .product-item .compare-box {
    margin-top: -50px;
    display: none;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
  }

  .product-item .compare-box button {
    background-color: #fff;
    flex: 1;
    padding: 10px 0;
  }
}

.product-box:hover .compare-box {
  transition: 0.5s;
  display: flex;
}

#layered-filter-block span.title {
  font-size: 20px;
  font-family: 'Lato';
  font-weight: 400;
  margin-bottom: 5px;
}

#layered-filter-block #active-filtering-heading button {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
}

#layered-filter-block .card {
  box-shadow: none;
  background-color: unset;
  border-bottom: 1px solid #898989;
  padding: 0;
  padding-bottom: 15px;
}

#layered-filter-block .card .op-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

#layered-filter-block .swatch-option-link-layered {
  display: flex;
  gap: 8px;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
}

#layered-filter-block .swatch-option-link-layered .op-img {
  width: 40px;
  height: 40px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#layered-filter-block .swatch-attribute-options {
  gap: 10px;
}

#layered-filter-block .filter-current #active-filtering-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#layered-filter-block .filter-current .op-img {
  width: 40px;
  height: 40px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#layered-filter-block .filter-current .op-item-value {
  flex: 1;
}

#layered-filter-block .filter-current .op-item-remove {
  cursor: pointer;
}

#layered-filter-block .filter-current .op-item-label {
  font-weight: 600;
}

#layered-filter-block .box-check-box {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #333333;
  position: relative;
}

#layered-filter-block .swatch-option-link-layered.selected .box-check-box, #layered-filter-block .box-check-box.active {
  background-color: #333333;
}

#layered-filter-block .swatch-option-link-layered.selected .box-check-box:before, #layered-filter-block .box-check-box.active:before {
  border: 2px solid #fff;
  padding: 5px 2px;
  position: absolute;
  content: '';
  border-left: 0;
  border-top: 0;
  transform: rotate(40deg);
  left: 5px;
  top: 1px;
}

#layered-filter-block .btn-more {
  color: #0086C9;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  margin-top: 10px;
}

.box-category-compare {
  max-width: 1455px;
  margin: auto;
  position: relative;
  height: 1px;
  top: 32px;
}

.catalogsearch-result-index .box-category-title {
  margin-bottom: 70px;
}

.products-grid .ambanners-injected-banner {
  height: 100%;
}

.products-grid .ambanners-injected-banner img {
  height: 100%;
  object-fit: cover;
}

div#layered-filter-block .rotate-180 {
  --tw-rotate: -90deg;
}

ol.pages-items {
  display: flex;
  gap: 16px;
  align-items: center;
}

ol.pages-items .next.page-item, ol.pages-items .prev.page-item {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(47, 47, 47, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

ol.pages-items .next.page-item svg, ol.pages-items .prev.page-item svg {
  stroke-width: 1;
}

ol.pages-items a.page-item {
  color: rgba(106, 106, 106, 1);
  font-size: 20px;
}

ol.pages-items a.page-item.active {
  color: rgba(47, 47, 47, 1);
  font-weight: 700;
}

@media (max-width: 767px) {
  ol.pages-items a.page-item {
    font-size: 16px;
  }

  ol.pages-items .next.page-item, ol.pages-items .prev.page-item {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 500px) {
  .rug-footer .newsletter .newsletter-form #newsletter-subscribe {
    font-size: 12px;
  }

  .rug-footer .newsletter .newsletter-form button {
    width: 80px;
  }
}

.account-nav li a,
    .account-nav li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

@media (max-width: 639px) {
  .free-rug-message .account-nav li a,.free-rug-message 
    .account-nav li strong {
    gap: 30px;
  }
}

.account-nav li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.account-nav li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.actions-toolbar {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}

@media (max-width: 639px) {
  .free-rug-message .actions-toolbar {
    gap: 30px;
  }
}

.hyva_checkout-index-index [for="payment-method-authnetcim"] .actions-toolbar {
  margin-left: 0;
}

.actions-toolbar {
  row-gap: 32px;
  color: #6A6A6A;
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.actions-toolbar .login-btn {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 16px;
}

.actions-toolbar .login-btn span {
  margin: auto;
}

.actions-toolbar .gotohome-btn {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 16px;
  border: 1px solid;
  font-weight: 600;
}

.actions-toolbar .gotohome-btn span {
  margin: auto;
}

.login form .field, .login fieldset .field {
  margin-top: 1rem;
}

.box-register .back-link {
  display: flex;
  gap: 5px;
}

.box-register .btn-create-account {
  width: 100% !important;
  background-color: #000 !important;
  color: #fff !important;
  padding: 16px !important;
}

.box-register .btn-create-account span {
  margin: auto;
}

.box-register div.login-link {
  width: 100%;
  text-align: left;
}

.box-register div.back-link {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px dashed;
}

.login-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}

.login-tab a {
  border-bottom: 2px solid #ccc;
}

.login-tab .active {
  border-bottom: 2px solid #000;
  font-weight: bold;
}

.input-has-icon {
  display: flex;
  align-items: center;
}

.input-has-icon .icon {
  position: absolute;
  margin-left: 10px;
}

.input-has-icon input {
  padding-left: 40px;
  flex: 1;
}

.forgot-password {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.forgot-password .login-logo {
  width: 50%;
}

.forgot-password form.forget {
  width: 50%;
  text-align: center;
}

.forgot-password form.forget button {
  background: #2F2F2F;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.forgot-password form.forget .actions-toolbar {
  align-items: stretch;
  text-align: center;
}

.customer-account-login .login-logo, .customer-account-create .login-logo, .customer-account-forgotpassword .login-logo {
  background-color: #fff;
  padding: 150px 0;
}

@media (max-width: 500px) {
  .customer-account-login .login-logo, .customer-account-create .login-logo, .customer-account-forgotpassword .login-logo {
    display: none
  }
}

.customer-account-login .form-login, .customer-account-create .form-login, .customer-account-forgotpassword .form-login {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 12px 16px -4px rgba(10, 13, 18, 0.08);
}

.customer-account-login .form-login h2, .customer-account-login .form-login h1, .customer-account-create .form-login h2, .customer-account-create .form-login h1, .customer-account-forgotpassword .form-login h2, .customer-account-forgotpassword .form-login h1 {
  font-family: "Gilda Display";
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}

.customer-account-login .form-login .auth-note, .customer-account-create .form-login .auth-note, .customer-account-forgotpassword .form-login .auth-note {
  color: #6A6A6A;
  text-align: center;
  font-size: 14px;
}

.customer-account-login .form-login a.action.login, .customer-account-create .form-login a.action.login, .customer-account-forgotpassword .form-login a.action.login {
  color: #0BA5EB;
}

.customer-account-login .form-login a.action.back, .customer-account-create .form-login a.action.back, .customer-account-forgotpassword .form-login a.action.back {
  color: #898989;
}

.customer-account-login .block-customer-heading, .customer-account-create .block-customer-heading, .customer-account-forgotpassword .block-customer-heading {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-image-product-item {
  position: relative;
}

.box-image-product-item img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.box-image-product-item canvas {
  max-width: 100%;
}

body > div > div.grecaptcha-badge {
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.order-links {
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

[data-content-type$='block'] .order-links p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.order-links li {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form .field, fieldset .field {
  margin-top: 0.25rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved {
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type {
  margin-bottom: -1.5rem;
  padding-bottom: 0.25rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form label, fieldset label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

@media (max-width: 639px) {
  .free-rug-message form .field.choice,.free-rug-message  fieldset .field.choice {
    gap: 30px;
  }
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  max-width: -moz-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

form legend + br, fieldset legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

.field.required > label::after {
  position: relative;
  top: -0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  content: var(--tw-content);
  --tw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 6v12M17.196 9 6.804 15M6.804 9l10.392 6'/%3E%3C/svg%3E");
  --tw-icon-size: 1em;
  display: inline-block;
  width: var(--tw-icon-size);
  height: var(--tw-icon-size);
  background-color: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: var(--tw-icon);
          mask-image: var(--tw-icon);
}

/* For backwards compatibility */

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

@media (max-width: 639px) {
  .free-rug-message .flex-columns-wrapper {
    gap: 30px;
  }
}

.hyva_checkout-index-index [for="payment-method-authnetcim"] .flex-columns-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}

.btn-addtocart .loader ~ span {
  display: none;
}

#layered-filter-block .swatch-attribute.swatch-layered.color_filter .op-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.box-items-swatch {
  padding: 24px 32px;
  background-color: #fff;
  margin-bottom: 16px;
}

.box-items-swatch .box-items-swatch-head {
  margin-bottom: 15px;
}

.box-items-swatch .box-items-swatch-head .box-items-swatch-label {
  font-size: 24px;
  font-weight: 400;
  color: #231F20;
}

.box-items-swatch .item-swatch-body {
  border: 1px solid #5C5C5C;
}

.box-items-swatch .item-swatch-body .item-swatch {
  border-bottom: 1px solid #5C5C5C;
  padding: 8px 24px;
  cursor: pointer;
}

.box-items-swatch .item-swatch-body .item-swatch:last-child {
  border-bottom: 0;
}

.box-items-swatch .item-swatch-body .box-check-input {
  border: 1px solid #333333;
  padding: 8px;
  max-height: 17px;
  max-width: 17px;
  border-radius: 3px;
  position: relative;
}

.box-items-swatch .item-swatch.active {
  background-color: #D3E9D1;
  color: #231F20;
}

.box-items-swatch .item-swatch.active .box-check-input {
  background-color: #333333;
}

.box-items-swatch .item-swatch.active .box-check-input:before {
  border: 2px solid #fff;
  content: '';
  position: absolute;
  padding: 5px 2px;
  top: 1px;
  left: 5px;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.box-items-swatch .box-free-pad {
  margin: -1px 0;
  display: flex;
  flex: 1;
  height: 35px;
  justify-content: center;
}

.box-items-swatch .box-free-pad .box-free-pad-label {
  background-color: #7FC46F;
  color: #fff;
  padding: 5px 5px;
  border: 1px solid #5C5C5D;
  border-top: 0;
  border-bottom: 0;
  white-space: nowrap;
  font-size: 12px;
  font-family: 'Lato';
  font-weight: bold;
  display: flex;
  align-items: center;
}

.box-items-swatch .box-check {
  display: flex;
  align-items: center;
  padding: 8px;
  padding-left: 16px;
  max-width: 45px;
}

.box-items-swatch .box-salable {
  text-align: center;
}

.box-items-swatch .box-table-swatch {
  width: 100%;
  font-size: 14px;
}

.box-items-swatch .item-swatch[disabled="disabled"] {
  background-color: #FBD8D8;
}

.box-items-swatch .box-shape {
  font-size: 11px;
}

.box-items-swatch .box-salable-label {
  color: #FF0000;
  font-size: 11px;
}

@media (min-width: 1125px) {
  .box-items-swatch .box-salable-label {
    white-space: nowrap
  }
}

.box-items-swatch .box-table-swatch td:nth-child(1) {
  width: 70px;
}

.box-items-swatch .box-table-swatch td:nth-child(2) {
  width: 25%;
}

.box-items-swatch .box-table-swatch td:nth-child(3) {
  width: 25%;
}

.box-items-swatch .box-table-swatch td:nth-child(4) {
  width: 13%;
}

.box-items-swatch .box-table-swatch td:nth-child(5) {
  width: 20%;
}

.box-items-swatch .box-table-swatch td:nth-child(6) {
  width: 20%;
}

@media (min-width: 701px) {
  .box-items-swatch .box-table-swatch td:nth-child(6) {
    width: 25%
  }
}

.box-items-swatch .swatch-attribute-color {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.box-items-swatch .swatch-attribute-color .swatch-option {
  width: 47px;
  height: 55px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0 !important;
}

.box-items-swatch .swatch-attribute-color .box-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.box-items-swatch .swatch-attribute-color .box-swatch img {
  width: 6.2vw;
  height: 8.2vw;
  border: 1px solid #fff;
  background-size: cover !important;
}

@media (min-width: 992px) {
  .box-items-swatch .swatch-attribute-color .box-swatch img {
    width: 47px;
    height: 55px
  }
}

.box-items-swatch .swatch-attribute-color .box-swatch.active img {
  border-color: #000;
}

.box-items-swatch .swatch-attribute-color .box-swatch.active:after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #000;
  content: '';
  display: inline-block;
  margin: auto;
}

@media (max-width: 700px) {
  .box-items-swatch .item-swatch-body .item-swatch {
    display: flex;
    padding: 8px;
    flex-wrap: wrap;
  }

  .box-items-swatch .box-check {
    padding: 0;
    width: 33px !important;
  }

  .box-items-swatch .box-table-swatch td:nth-child(4) {
    order: 3;
    width: 50%;
    display: flex;
    align-items: flex-end;
    text-align: right;
  }

  .box-items-swatch .box-table-swatch td:nth-child(3) {
    width: calc(100% - 33px - 25% - 20%);
  }

  .box-items-swatch .box-table-swatch td:nth-child(5) {
    order: 3;
    width: 50%;
  }

  .box-items-swatch .box-free-pad {
    justify-content: flex-end;
    margin-top: 3px;
  }
}

/*.box-items-swatch .item-swatch[disabled="disabled"] {*/

/*    td:nth-child(2) {*/

/*        width: 45%;*/

/*    }*/

/*}*/

/*.box-items-swatch .item-swatch:not([disabled="disabled"]) {*/

/*    !*td:nth-child(3) {*!*/

/*    !*    display: none;*!*/

/*    !*}*!*/

/*    td:nth-child(2) {*/

/*        width: 45%;*/

/*    }*/

/*}*/

/*@media (max-width: 700px) {*/

/*    .box-items-swatch .item-swatch:not([disabled="disabled"]) td:nth-child(2) {*/

/*        width: calc(80% - 33px);*/

/*    }*/

/*}*/

@media (max-width: 420px) {
  .catalog-product-view .box-product-title {
    padding: 10px;
  }

  .box-items-swatch {
    padding: 10px;
  }

  .box-items-swatch .item-swatch {
    font-size: 12px;
  }

  .box-items-swatch .box-items-swatch-head .box-items-swatch-label {
    font-size: 20px;
  }
}

.box-addtocart {
  background-color: #fff;
  padding: 24px;
}

.box-addtocart .btn-addtocart {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #2F2F2F;
  border-radius: 4px;
  padding: 12px;
}

.box-qty {
  display: inline-flex;
  background-color: #E1E1E1;
  align-items: stretch;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
}

.box-qty input {
  border: 0;
  text-align: center;
  font-size: 16px;
  width: 77px;
  -moz-appearance: textfield;
  font-weight: bold;
  color: #6A6A6A;
}

.box-qty input::-webkit-outer-spin-button,
        .box-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.box-qty .btn-qty {
  display: flex;
  align-items: center;
  padding: 0 7px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn-wishlist {
  background-color: #FAFAFA !important;
  text-align: center;
  display: block;
  border: 1px solid #D5D7EA;
  width: 100%;
  margin-top: 16px;
  padding: 7px 0;
  color: #252B37;
  border-radius: 4px;
}

.box-addtocart-top {
  margin-bottom: 25px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hide-input {
  border: 0;
  position: absolute;
  background: transparent;
  width: 1px;
  height: 1px;
}

.hide-input:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  font-family: Lato;
}

.catalog-product-view .page-main {
  margin-top: 32px;
}

.catalog-product-view .product-info-details {
  overflow-x: auto;
  font-size: 14px;
}

.catalog-product-view .product-info-details .card {
  padding: 32px;
  box-shadow: none;
}

@media (max-width: 600px) {
  .catalog-product-view .product-info-details .card {
    padding: 12px
  }
}

.catalog-product-view .product-info-details .card-title {
  font-family: "Gilda Display";
  font-size: 34px;
  color: #252B37;
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  .catalog-product-view .product-info-details .card-title {
    font-size: 26px;
    margin-bottom: 18px
  }
}

.catalog-product-view .product-info-details .card-body {
  font-family: Lato;
  font-size: 16px;
  line-height: 30px;
  color: #252B37;
}

.catalog-product-view .box-product-title {
  padding: 24px 32px;
  background-color: #fff;
  margin-bottom: 16px;
}

.catalog-product-view .box-product-title .box-title {
  font-family: "Gilda Display";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #231F20;
}

.catalog-product-view .box-product-title .regularPrice.rlprice {
  color: #231F20;
  font-size: 14px;
  font-weight: 300;
}

.catalog-product-view .box-product-title .regularPrice.rlprice .box-line {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.catalog-product-view .box-product-title .price-box.price-final_price {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.catalog-product-view .box-product-title .box-discount {
  color: #EC1E24;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}

.catalog-product-view .box-share-dialog {
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.catalog-product-view .box-share-dialog .close-button {
  cursor: pointer;
}

.catalog-product-view .box-share-dialog .share-dialog {
  background-color: #fff;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
}

.catalog-product-view .box-share-dialog .share-dialog .targets {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px;
}

.catalog-product-view .box-share-dialog .share-dialog .targets svg {
  width: 30px;
  height: 30px;
}

.catalog-product-view .box-share-dialog .share-dialog .targets .button {
  display: flex;
  width: calc(50% - 10px);
  align-items: center;
  border: 1px solid;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}

.catalog-product-view .box-share-dialog .share-dialog .link {
  display: flex;
  margin: 15px;
  gap: 5px;
}

.catalog-product-view .box-share-dialog .share-dialog .link .pen-url {
  flex: 1;
}

.catalog-product-view .box-share-dialog .share-dialog .link .copy-link {
  padding: 10px 15px;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

.catalog-product-view .box-share-dialog .share-dialog header {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  font-weight: bold;
  margin-bottom: 16px;
}

.catalog-product-view .box-share-dialog .share-dialog header svg {
  width: 26px;
  height: 26px;
}

.catalog-product-view .box-share-dialog .box-share-dialog-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #12000029;
  cursor: pointer;
}

.catalog-product-view .share-button {
  display: flex;
  background-color: #ABA9A9;
  max-height: 39px;
  color: #fff;
  align-items: center;
  padding: 13px 40px;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 4px;
}

.catalog-product-view .share-button svg {
  height: 20px;
  width: 20px;
}

.product-view-cols {
  display: flex;
  gap: 20px;
}

@media (max-width: 1124px) {
  .product-view-cols {
    flex-wrap: wrap
  }
}

.product-view-cols .product-view-col-left .mobile-buttons {
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 24px;
  display: none;
  margin-bottom: 15px;
}

.product-view-cols .product-view-col-left .mobile-buttons div {
  border: 1px solid #333;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .product-view-cols .product-view-col-left .mobile-buttons {
    display: flex;
  }
}

.product-view-cols .product-view-col-left img {
  max-height: 100%;
}

.product-view-cols .product-view-col-left img.gallery-item {
  max-height: 600px;
}

.product-view-cols .product-view-col-left img.thumb {
  height: 123px;
  object-fit: cover;
}

.product-view-cols .product-view-col-left #thumbs button {
  height: 97px;
  background-color: #fff;
}

@media (max-width: 1124px) {
  .product-view-cols .product-view-col-left {
    width: 100%
  }
}

@media (min-width: 1125px) and (max-width: 1400px) {
  .product-view-cols .product-view-col-left {
    width: 50%
  }
}

@media (min-width: 1401px) {
  .product-view-cols .product-view-col-left {
    width: 60%
  }
}

@media (max-width: 1124px) {
  .product-view-cols .product-view-col-right {
    width: 100%
  }
}

@media (min-width: 1125px) and (max-width: 1400px) {
  .product-view-cols .product-view-col-right {
    width: 50%
  }
}

@media (min-width: 1401px) {
  .product-view-cols .product-view-col-right {
    width: 40%
  }
}

@media (max-width: 650px) {
  section#auto\.related {
    margin-top: 30px;
  }
}

a.btn-continue-shopping {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}

.rug-header {
  position: relative;
  z-index: 100;
}

.rug-header .active.page-header {
  background-color: #fff;
}

.rug-header .page-header {
  padding-top: 16px;
}

.rug-header .btn-login {
  /*padding: 10px 16px;*/
  /*border: 1px solid #D5D7DA;*/
  /*border-radius: 8px;*/
  /*box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);*/
  font-size: 14px;
  color: #252B37;
  display: flex;
  gap: 10px;
  align-items: center;
}

.rug-header .box-logo img {
  max-height: 61px;
}

.rug-header .item-search {
  position: relative;
}

.rug-header .item-search .box-search {
  position: absolute;
  top: -8px;
  width: 240px;
  right: 0;
}

.rug-header .item-search .box-search input {
  font-size: 15px;
  border: 0;
  box-shadow: none;
}

@media (max-width: 1023px) {
  .active-menu-space {
    display: none
  }
}

.ch-menu-items {
  display: flex;
  gap: 20px;
}

.ch-menu-items .menu-item.active .menu-label:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
}

.ch-menu-items .menu-item .menu-label {
  position: relative;
  height: 61px;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .ch-menu-items .ch-menu-link {
    font-size: 12px;
  }
}

.container {
  max-width: 1500px;
  width: 100%;
}

.checkout-cart-index div#paypalInContextRenderTarget0:empty {
  display: none;
}

.checkout-cart-index .coupon-form div#discount-form-toggle {
  color: #0BA5EC;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.checkout-cart-index a#checkout-link-button {
  order: 9;
  padding: 12px 5px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 900;
}

.checkout-cart-index .cart-summary {
  display: flex;
  flex-direction: column;
}

.checkout-cart-index .cart-summary .text-price {
  font-size: 20px;
}

.checkout-cart-index div#cart-totals {
  color: #6A6A6A;
}

.checkout-cart-index div#cart-totals .border-container {
  border-color: #6A6A6A;
  padding-bottom: 22px;
}

.checkout-cart-index .order-total-items {
  order: -1;
}

.hyva_checkout-index-index .field-authnetcim_profile_id {
  display: none;
}

.hyva_checkout-index-index .field-authnetcim_profile_version {
  display: none;
}

.hyva_checkout-index-index #payment-method-list .box-payment-method-view {
  background-color: #F9F9F9;
  padding: 20px 24px;
}

.hyva_checkout-index-index #payment-method-list .box-payment-method-view .box-input {
  border: 1px solid #BEBEBE;
  width: 100%;
  padding: 11px;
  border-radius: 4px;
}

.hyva_checkout-index-index #payment-method-list .box-payment-method-view .box-input::-moz-placeholder {
  color: #898989;
}

.hyva_checkout-index-index #payment-method-list .box-payment-method-view .box-input::placeholder {
  color: #898989;
}

.hyva_checkout-index-index [for="payment-method-authnetcim"] {
  flex: 1;
}

.hyva_checkout-index-index [for="payment-method-authnetcim"] .box-icon {
  order: 1;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.hyva_checkout-index-index [for="payment-method-authnetcim"] .flex-col {
  margin-left: 0 !important;
}

/*@media (max-width: 68px) {*/

/*    [for="payment-method-authnetcim"] .box-icon {*/

/*        display: none*/

/*    }*/

/*}*/

.hyva_checkout-index-index .box-qty input {
  width: 48px;
}

.hyva_checkout-index-index .btn-couponCode {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0BA5EC;
  cursor: pointer;
}

.hyva_checkout-index-index .section-subtitle {
  color: #6A6A6A;
  font-size: 16px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.hyva_checkout-index-index .box-billingAsShipping {
  margin-bottom: 30px;
  margin-top: -15px;
}

.hyva_checkout-index-index #payment-method-list > li {
  padding: 10px 15px;
  min-height: 54px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
}

.hyva_checkout-index-index #payment-method-list > li .icon {
  height: 31px;
}

.hyva_checkout-index-index #payment-method-list > li.active {
  border: 1px solid rgba(0, 134, 201, 1);
  background-color: rgba(240, 249, 255, 1);
  border-radius: 4px;
}

.hyva_checkout-index-index #payment-method-list > li .-m-4 {
  margin: 0;
}

.hyva_checkout-index-index #guest_details, .hyva_checkout-index-index #shipping-details, .hyva_checkout-index-index #billing-details, .hyva_checkout-index-index #payment-section, .hyva_checkout-index-index #checkout-cart-items, .hyva_checkout-index-index .data-col-right {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 32px;
}

.hyva_checkout-index-index div#shipping-methods {
  display: none;
}

.hyva_checkout-index-index .field {
  position: relative;
}

.hyva_checkout-index-index .field label:not([for="shipping-save"]) {
  display: none;
}

.hyva_checkout-index-index .field svg {
  position: absolute;
  top: 11px;
  left: 10px;
  color: #898989;
}

.hyva_checkout-index-index .field input:not([type="checkbox"]) {
  padding: 11px;
  padding-left: 45px;
}

.hyva_checkout-index-index .field select {
  padding-left: 45px;
}

.hyva_checkout-index-index .field select. input {
  border-color: #BEBEBE;
  border-radius: 4px;
}

.hyva_checkout-index-index #billing-details {
  margin-top: 0;
  padding-top: 20px;
}

.hyva_checkout-index-index #shipping-details {
  margin-bottom: 0;
  padding-bottom: 0;
}

.hyva_checkout-index-index .section-title {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 24px;
}

.hyva_checkout-index-index .field.field-reserved:last-child {
  margin-bottom: 0;
}

.hyva_checkout-index-index .col-right {
  position: sticky;
  top: 0;
}

.hyva_checkout-index-index .column-right {
  margin-top: 0 !important;
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary {
  background-color: #fff;
}

.hyva_checkout-index-index .nav-main {
  background-color: #fff;
}

.hyva_checkout-index-index .nav-main button {
  width: 100%;
  padding: 13px;
  display: flex;
  justify-content: center;
  background-color: #039855;
}

.hyva_checkout-index-index .cart-item {
  background-color: #F9F9F9;
}

.hyva_checkout-index-index .cart-item .cart-item-head {
  background-color: #E1E1E1;
  color: #252B37;
  padding: 15px;
  font-weight: 700;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}

.hyva_checkout-index-index .cart-item .cart-item-head .btn-del {
  cursor: pointer;
}

.hyva_checkout-index-index .cart-item .cart-item-body {
  padding: 16px;
}

.hyva_checkout-index-index .cart-item .cart-item-body .box-attr {
  color: rgba(106, 106, 106, 1);
}

.hyva_checkout-index-index #shipping .section-title {
  display: none;
}

.hyva_checkout-index-index #shipping #shipping-method-list {
  display: none;
}

.hyva_checkout-index-index .checkout-title {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Gilda Display";
  font-size: 56px;
  font-weight: 400;
}

.hyva_checkout-index-index main#maincontent {
  margin-top: 30px;
}

.checkout-cart-index .box-summary {
  background-color: #fff;
  padding: 20px;
}

.checkout-cart-index .cart.table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.checkout-cart-index .page-title {
  flex: 1;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Gilda Display";
  font-size: 40px;
  font-weight: 400;
  color: #252B37;
}

.checkout-cart-index .cart-item {
  display: flex;
  gap: 20px;
}

.checkout-cart-index .cart-item .p-link {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.checkout-cart-index .cart-item .col-data {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.checkout-cart-index .cart-item .box-middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.checkout-cart-index .cart-item .price {
  color: #027A48;
  font-size: 20px;
  font-weight: 900;
}

.checkout-cart-index .cart-item .item-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}

.checkout-cart-index .cart-item .item-options .p-op {
  display: flex;
  gap: 5px;
  color: #6A6A6A;
}

.checkout-cart-index .cart-item .cart-actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: flex-end;
}

@media (min-width: 600px) {
  .checkout-cart-index .cart-item .cart-actions {
    margin-top: -27px
  }
}

.checkout-cart-index .cart-actions .action-edit {
  color: #DC6803;
  font-size: 14px;
  font-weight: 700;
}

.checkout-cart-index .cart-actions .action-delete {
  color: #B42318;
  font-weight: 700;
  font-size: 14px;
}

.checkout-cart-index .cart-actions .action-wishlist {
  font-size: 14px;
  font-weight: 700;
  color: #6A6A6A;
}

.checkout-cart-index a#checkout-link-button {
  background-color: #039855;
  box-shadow: none;
}

.checkout-cart-index #discount-coupon-form .btn {
  border-width: 1px;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.checkout-cart-index #discount-coupon-form .btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

/**
 * jCircle - javascript library to generate circled images gallery or contents.
 * Version 1.0 - http://matar.online/jCircle
**/

/***** Main Elements Structure *****/

.circles-container {
  position: relative;
  width: 60%;
  height: 60%;
  z-index: 99;
}

.main-circle-content {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border-width: 0px;
  overflow: hidden;
  background-color: #eaeaea;
  left: 8%;
  top: 7%;
  width: 88%;
  height: 88%;
  padding: 1%;
  z-index: 10;
  opacity: 1;
  text-align: center;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 300ms;
  -ms-transition-timing-function: ease-in-out;
  -mstransition-property: all;
  -ms-transition-duration: 300ms;
  -o-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 300ms;
}

.main-circle-content img {
  width: 100%;
  height: 100%;
  border-width: 0px;
  border-radius: 50%;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 300ms;
  -ms-transition-timing-function: ease-in-out;
  -mstransition-property: all;
  -ms-transition-duration: 300ms;
  -o-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 300ms;
}

.main-circle-content .caption {
  position: absolute;
  bottom: 20%;
  left: 15%;
  right: 15%;
  width: 66%;
  color: #fff;
  opacity: 0;
  font-size: 1.1em;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 300ms;
  -ms-transition-timing-function: ease-in-out;
  -mstransition-property: all;
  -ms-transition-duration: 300ms;
  -o-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 300ms;
}

.main-circle-content:hover .caption,
.main-circle-content:focus .caption {
  opacity: 0.6;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 300ms;
  -ms-transition-timing-function: ease-in-out;
  -mstransition-property: all;
  -ms-transition-duration: 300ms;
  -o-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  -o-transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 300ms;
}

.circle {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 89%;
  border-width: 0px;
  border-radius: 50%;
  text-align: center;
}

.min-circle {
  position: absolute;
  z-index: 999;
  text-align: center;
  font-size: 1em;
  transition-duration: 120ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.min-circle a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
}

.min-circle a img {
  border: 1px solid #aeaeae;
  border-radius: 50%;
  background-color: #efefef;
}

.min-circle a span {
  display: none;
}

.circle-center-name{
  font-size: 20px;
  font-weight: 700;
}

.min-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.circle-center-arrow {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  z-index: 10;
}

.circle-center-arrow:before {
  content: '';
  border: 13px solid transparent;
  border-left-color: #000;
}

.min-circle .content-text {
  visibility: hidden;
  font-size: .8em;
}

/***** End Main Elements Structure *****/

/***** RunTime Styles *****/

.enlarge-view,
.enlarge-view img {
  border-radius: 10%;
}

.enlarge-main-circle-content,
.enlarge-main-circle-content img {
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}

.enlarge-main-circle-content:hover,
.enlarge-main-circle-content:focus,
.enlarge-main-circle-content img:hover,
.enlarge-main-circle-content img:focus {
  animation-name: borderfulldown;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  border-radius: 10%;
}

@keyframes borderfulldown {
  0% {
    border-radius: 50%;
  }

  10% {
    border-radius: 40%;
  }

  20% {
    border-radius: 30%;
  }

  30% {
    border-radius: 20%;
  }

  40% {
    border-radius: 10%;
  }

  50% {
    border-radius: 0%;
  }

  60% {
    border-radius: 10%;
  }

  70% {
    border-radius: 13%;
  }

  80% {
    border-radius: 16%;
  }

  90% {
    border-radius: 12%;
  }

  100% {
    border-radius: 10%;
  }
}

/***** End RunTime Styles *****/

/***** On Over Mini Circles *****/

.pulse:hover,
.pulse img:hover {
  animation-name: pulse;
  animation-duration: 200ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.zoomOutIn:hover,
.zoomOutIn img:hover {
  animation-name: zoomOutIn;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.flip:hover,
.flip img:hover {
  animation-name: flip;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.rotate:hover,
.rotate img:hover {
  animation-name: rotate;
  animation-duration: 200ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOutIn {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes flip {
  0% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(-1);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/***** End On Over Mini Circles *****/

.box-main-shop-by-color {
  background-color: #fff;
  padding: 32px 0;
}

.box-main-shop-by-color #circles-container {
  max-height: 400px;
}

.box-main-shop-by-color .box-shop-by-color {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

@media (max-width: 650px) {
  .box-main-shop-by-color .box-shop-by-color {
    margin-left: -50%
  }
}

.mageplaza-betterpopup-block {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  text-align: left;
}

.mageplaza-betterpopup-block .btn-cover {
  background-color: #0000002e;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.mageplaza-betterpopup-block .btn-close {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #D92D20;
  cursor: pointer;
}

.mageplaza-betterpopup-block .tmp3-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 10px;
  color: #333333;
}

.mageplaza-betterpopup-block .tmp3-sub-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.mageplaza-betterpopup-block .mppopup-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.mageplaza-betterpopup-block .better-popup-content-left img {
  height: 100%;
  object-fit: cover;
}

.mageplaza-betterpopup-block.box-success .better-popup-content-left {
  display: flex;
  align-items: center;
  width: 40%;
  height: 600px;
  justify-content: center;
  min-width: 220px;
}

.mageplaza-betterpopup-block.box-success .better-popup-content-left img {
  height: auto;
}

.mageplaza-betterpopup-block.box-success .better-popup-content {
  max-width: 500px;
}

.mageplaza-betterpopup-content {
  max-width: 1000px;
  background-color: #fff;
  margin: 16px;
  position: absolute;
  display: flex;
}

.better-popup-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2F2F2F;
}

.better-popup-content .success-title {
  font-size: 56px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}

.better-popup-content .box-form {
  margin-top: 24px;
}

.better-popup-content button {
  border-radius: 4px;
  background-color: #2F2F2F;
  padding: 11px 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
}

.better-popup-content .box-field-email {
  position: relative;
}

.better-popup-content .box-field-email svg {
  position: absolute;
  top: 12px;
  left: 16px;
  color: #898989;
}

.better-popup-content .box-field-email input {
  border-radius: 4px;
  border: 1px solid #BEBEBE;
  padding: 11px;
  padding-left: 50px;
  width: 323px;
  font-size: 14px;
  font-weight: 400;
  color: #898989;
}

@media (max-width: 750px) {
  .mageplaza-betterpopup-block:not(.box-success) .mageplaza-betterpopup-content {
    flex-wrap: wrap;
    width: auto !important;
  }
}

@media (min-width: 1000px) {
  .mageplaza-betterpopup-content {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .better-popup-content-left {
    max-height: 180px;
  }

  .better-popup-content-left img {
    width: 100%;
  }

  .better-popup-content {
    position: relative;
  }
}

.cms-page-view {
  background-color: #fff !important;
}

.page-welcome {
  max-width: 1060px;
  margin: auto;
}

.page-welcome .box-title {
  margin-bottom: 84px;
}

.page-welcome .box-dic {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  color: #252B37;
}

.page-welcome .box-card {
  margin-bottom: 64px;
}

.page-welcome .box-title-2 {
  font-family: "Gilda Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  color: #252B37;
}

.page-welcome .box-sub-title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.page-welcome .rug-text {
  margin-bottom: 20px;
}

.page-welcome .rug-text .foreground {
  font-size: 56px;
}

.page-welcome .rug-text .background {
  font-size: 128px;
}

@media (max-width: 1024px) {
  .page-welcome .rug-text {
    margin-bottom: 50px;
  }

  .page-welcome .rug-text .foreground {
    font-size: 40px;
  }

  .page-welcome .box-title-2 {
    font-size: 32px
  }
}

@media (max-width: 600px) {
  .page-welcome .rug-text {
    margin-bottom: 50px;
  }

  .page-welcome .rug-text .foreground {
    font-size: 32px;
  }

  .page-welcome .box-sub-title {
    font-size: 14px
  }

  .page-welcome .box-title-2 {
    font-size: 24px
  }
}

.checkout-success {
  max-width: 1060px;
  margin: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #6A6A6A;
  line-height: 38px;
}

.checkout-success .btn-continue {
  border-radius: 4px;
  background-color: #2F2F2F;
  color: #fff;
  padding: 9px 35px;
  display: inline-block;
  margin-top: 32px;
}

.checkout-success .rug-text {
  margin-bottom: 115px;
}

.checkout-success .rug-text .foreground {
  font-size: 56px;
}

.checkout-success .rug-text .background {
  font-size: 128px;
}

@media (max-width: 1024px) {
  .checkout-success .rug-text {
    margin-bottom: 50px;
  }

  .checkout-success .rug-text .foreground {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .checkout-success {
    font-size: 14px
  }

  .checkout-success .rug-text {
    margin-bottom: 50px;
  }

  .checkout-success .rug-text .foreground {
    font-size: 32px;
  }
}

.card-customer {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 20px;
  font-size: 16px;
  color: #252B37;
}

.card-customer .card-customer-title {
  border-bottom: 1px solid #6A6A6A;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Gilda Display";
}

.card-customer .data-bottom {
  flex: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 35px;
  margin-top: 20px;
}

.card-customer .data-bottom a {
  color: #0086C9;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.customer-block-title {
  color: #252B37;
  font-family: "Gilda Display";
  font-size: 32px;
}

@media (min-width: 1300px) {
  body.customer-account-login .columns, body.customer-account-create .columns {
    padding: 0;
    max-width: 100%;
  }

  .block-customer-heading {
    padding-right: 15%;
  }
}

.cart-items .btn-more {
  background-color: #dad6d6;
  display: inline-flex;
  padding: 6px 20px;
  margin-top: 25px;
  gap: 20px;
  cursor: pointer;
  font-size: 14px;
  align-items: center;
}

#shape-grid img.active {
  border: 3px solid #000;
}

div:not(.swiper-initialized) .swiper-wrapper  {
  display: flex;
}

.catalog-category-view .page-main>.columns .column.main:has(.designer-cat-box) {
  width: 100%;
}

.cms-index-index .column.main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 100% !important;
  padding: 0;
}

.checkout-cart-index div#block-shipping {
  display: none;
}

div#checkout-cart-items .loading .box-txt {
  background-color: #000000ba;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
}

.hyva_checkout-index-index .field .postcode-warning {
  color: rgb(220 38 38);
}

div#checkout-cart-items .loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #00000029;
  z-index: 1;
  padding: 24px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 8px;
  text-align: center;
}

div#checkout-cart-items {
  position: relative;
}

form#contact input {
  font-family: Lato;
}

.contact-us h2 {
  font-family: "Gilda Display";
  font-size: 32px;
  color:  #252B37;
}

.contact-us p {
  color: #6A6A6A;
}

@media (max-width: 700px) {
  .customer-account-logoutsuccess h1 {
    font-size: 20px;
  }
}

.product-item .box-images .box-image.img-2 {
  display: none;
}

.product-item .swatch-attribute-items img {
  border: 1px solid #ffffff;
}

.product-item .swatch-attribute-items img.active {
  border-color: #000;
}

.product-item .product-item-link {
  height: 35px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item:hover .box-images .box-image.img-2 {
  display: block;
}

.product-item:hover .box-images .box-image.img-1 {
  display: none;
}

.new-ui-home #shape-grid img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: none;
}

.new-ui-home #shape-grid a {
  position: relative;
  display: inline-flex;
}

.new-ui-home #shape-grid canvas {
  width: 100%;
}

@media (max-width: 500px) {
  .new-ui-home .text-8line {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.new-ui-home #sidebar .dropdown-toggle, .new-ui-home #sidebar li button {
  font-size: 16px;
}

.new-ui-home #sidebar li {
  overflow-x: hidden;
}

.new-ui-home section#cart-drawer {
  z-index: 1001;
  background-color: #e2e2e2;
  right: calc(var(--cart-drawer-offset-right) - 25px);
  top: calc(var(--cart-drawer-offset-top) + 10px);
  left: auto;
}

.new-ui-home section#cart-drawer .cart-count {
  background-color: #ffcc23;
  display: inline-block;
  border-radius: 0 50px 50px 0;
  padding: 5px 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}

@media (max-width: 500px) {
  .new-ui-home section#cart-drawer {
    right: 5px;
    left: 5px;
    margin-top: -20px
  }
}

.new-ui-home input#search:focus {
  box-shadow: unset;
  border-color: rgb(195 196 197);
}

.new-ui-home h1,
    .new-ui-home h2,
    .new-ui-home h3,
    .new-ui-home h4,
    .new-ui-home h5,
    .new-ui-home h6,
    .new-ui-home .custom-head {
  font-family: "Gilda Display";
  font-weight: normal;
}

.new-ui-home p,
    .new-ui-home a {
  font-family: Lato;
}

.new-ui-home .fluid-heading {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.new-ui-home .fluid-paragraphs {
  font-size: clamp(0.5rem, 3vw, 1.1rem);
}

/* .card-fluid-heading {
      font-size: clamp(1rem, 4vw, 1.2rem);
    }
    .card-fluid-paragraphs {
      font-size: clamp(0.5rem, 3vw, 1.2rem);
    } */

.new-ui-home .swiper-pagination-bullet {
  width: 20px;
  /* custom width */
  height: 6px;
  /* custom height */
  background: #ccc;
  /* inactive color */
  border-radius: 999px;
  /* pill shape */
  opacity: 1;
  /* show all bullets */
  margin: 0 4px;
  /* spacing between bullets */
  transition: all 0.3s ease;
}

.new-ui-home .swiper-pagination-bullet-active {
  background: #000;
  width: 40px;
}

@media (max-width: 700px) {
  .new-ui-home .swiper-pagination-bullet {
    width: 25px;
  }

  .new-ui-home .swiper-pagination-bullet-active {
    width: 60px;
  }
}

@media (max-width: 500px) {
  .new-ui-home .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .new-ui-home .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
}

.new-ui-home .post-swiper-pagination {
  width: 150px;
  /* custom width */
  height: 6px;
  /* custom height */
  background: white;
  /* inactive color */
  border-radius: 999px;
  /* pill shape */
  opacity: 1;
  /* show all bullets */
  margin: 0 4px;
  transition: all 0.3s ease;
}

.new-ui-home .post-swiper-pagination-bullet-active {
  background: #000;
  width: 150px;
}

.new-ui-home .swiper {
  width: 100%;
}

/*.swiper-slide-active {*/

/*    transform: scale(1.08);*/

/*}*/

/* Pagination */

.new-ui-home .swiper-pagination {
  text-align: center;
}

.new-ui-home .swiper-pagination-bullet {
  background: #888;
  opacity: 0.5;
}

.new-ui-home .swiper-pagination-bullet-active {
  background: black;
  opacity: 1;
}

.new-ui-home .custom-bullet {
  background-color: #bbb;
  width: 20px;
  height: 6px;
  border-radius: 9999px;
  display: inline-block;
  opacity: 0.5;
  transition: all 0.3s;
}

.new-ui-home .custom-bullet.swiper-pagination-bullet-active {
  background-color: black;
  opacity: 1;
  transform: scale(1.2);
}

@keyframes slideInLeftFast {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }

  100% {
    transform: translateX(15px);
    opacity: 1;
  }
}

.new-ui-home .slide-in-left-fast {
  animation: slideInLeftFast 0.6s ease-in forwards;
  margin-left: 11px;
}

.new-ui-home .slide-in-left-fast > li {
  margin-left: 0;
}

@media (min-width: 1696px) {
  .new-ui-home .sub-menu,
        .new-ui-home .navbar-left-section,
        .new-ui-home .navbar-right-section {
    font-size: 18px;
  }

  .new-ui-home .cards {
    height: 10rem !important;
  }

  .new-ui-home .banner-image {
    height: 540px;
  }

  .new-ui-home .banner2 {
    height: 540px;
  }

  .new-ui-home .banner-button {
    height: 62px;
  }
}

.new-ui-home .small-circle {
  position: absolute;
  border-radius: 9999px;
  cursor: pointer;
  transition: transform 0.2s ease;
  pointer-events: auto;
  background-size: cover !important;
}

.new-ui-home .small-circle:hover {
  transform: scale(1.1);
}

.new-ui-home #bigCircle {
  transition: opacity 0.2s ease;
}

.new-ui-home #dotRing {
  transition: transform 0.6s ease-in-out;
}

.new-ui-home .small-circle {
  pointer-events: auto;
}

.new-ui-home #arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #333;
  z-index: 20;
  transition: transform 0.3s ease;
}

@media (min-width: 1696px) {
  .new-ui-home .first-swiper-container,
        .new-ui-home .post-swiper-container,
        .new-ui-home .third-swiper-container,
        .new-ui-home .second-swiper-container,
        .new-ui-home .idea-swiper-container,
        .new-ui-home .custom-swiper-container,
        .new-ui-home .logo-swiper-container,
        .new-ui-home .Gallery,
        .new-ui-home .shapes,
        .new-ui-home .seventh-swiper-container,
        .new-ui-home .sixth-swiper-container,
        .new-ui-home .room {
    max-width: 98rem !important;
  }

  .new-ui-home .Gallery-Image {
    height: 38rem !important;
  }
}

@media (min-width: 1920px) {
  .new-ui-home .first-swiper-container,
        .new-ui-home .post-swiper-container,
        .new-ui-home .third-swiper-container,
        .new-ui-home .second-swiper-container,
        .new-ui-home .idea-swiper-container,
        .new-ui-home .custom-swiper-container,
        .new-ui-home .logo-swiper-container,
        .new-ui-home .Gallery,
        .new-ui-home .shapes,
        .new-ui-home .seventh-swiper-container,
        .new-ui-home .sixth-swiper-container,
        .new-ui-home .room {
    max-width: 112rem !important;
  }

  .new-ui-home .second-swiper-container h2 {
    font-size: 20px;
  }

  .new-ui-home .second-swiper-container p {
    font-size: 16px;
  }

  .new-ui-home .banner2 h1 {
    font-size: 52px;
  }

  .new-ui-home .sub-menu,
        .new-ui-home .navbar-left-section,
        .new-ui-home .navbar-right-section {
    font-size: 20px;
  }

  .new-ui-home .cards {
    height: 12rem !important;
  }

  .new-ui-home .card h1 {
    font-size: 44px;
  }

  .new-ui-home .card p {
    font-size: 22px;
    margin-top: 24px;
  }

  .new-ui-home .banner-image {
    height: 540px;
  }

  .new-ui-home .banner2 {
    height: 540px;
  }

  .new-ui-home .banner2 h1 {
    font-size: 48px;
  }

  .new-ui-home .banner2 p {
    font-size: 20px;
  }

  .new-ui-home .banner-button {
    height: 62px;
  }

  .new-ui-home #wheelContainer {
    height: 700px;
  }

  .new-ui-home .Gallery-Image {
    height: 42rem !important;
  }

  .new-ui-home .designer-scrollbar {
    margin-top: 8rem !important;
  }

  .new-ui-home .room-pagination {
    margin-top: 4rem !important;
  }

  .new-ui-home .room-image {
    height: 540px !important;
  }

  .new-ui-home .room-grid-image {
    max-height: 175px !important;
  }
}

@media (min-width: 2304px) {
  .new-ui-home {
    /* .second-swiper-container {
          max-width: 100%;
        } */
  }

  .new-ui-home .second-swiper-container p,
        .new-ui-home .idea-swiper-container p,
        .new-ui-home .post-swiper-container p,
        .new-ui-home .room p,
        .new-ui-home .shapes p {
    font-size: 20px;
  }

  .new-ui-home .second-swiper-container h2,
        .new-ui-home .sixth-swiper-container h2,
        .new-ui-home .seventh-swiper-container h2,
        .new-ui-home .idea-swiper-container h2 {
    font-size: 24px;
  }

  .new-ui-home .third-swiper-container h1,
        .new-ui-home .post-swiper-container h1,
        .new-ui-home .room h2,
        .new-ui-home .shapes h2 {
    font-size: 28px;
  }

  .new-ui-home .first-swiper-container,
        .new-ui-home .post-swiper-container,
        .new-ui-home .third-swiper-container,
        .new-ui-home .second-swiper-container,
        .new-ui-home .idea-swiper-container,
        .new-ui-home .custom-swiper-container,
        .new-ui-home .logo-swiper-container,
        .new-ui-home .Gallery,
        .new-ui-home .shapes,
        .new-ui-home .seventh-swiper-container,
        .new-ui-home .sixth-swiper-container,
        .new-ui-home .room {
    max-width: 136rem !important;
  }

  .new-ui-home .banner2 h1 {
    font-size: 60px;
  }

  .new-ui-home .sub-menu,
        .new-ui-home .navbar-left-section,
        .new-ui-home .navbar-right-section {
    font-size: 18px;
  }

  .new-ui-home .cards {
    height: 12rem !important;
  }

  .new-ui-home .banner-image {
    height: 640px !important;
  }

  .new-ui-home .banner2 {
    height: 640px !important;
  }

  .new-ui-home .banner2 h1 {
    font-size: 58px;
  }

  .new-ui-home .banner2 p {
    font-size: 24px;
  }

  .new-ui-home .banner-button {
    height: 62px;
  }

  .new-ui-home .room-image {
    height: 640px !important;
  }

  .new-ui-home .room-grid-image {
    max-height: 225px !important;
  }

  .new-ui-home #wheelContainer {
    height: 900px;
  }

  .new-ui-home #colorImage {
    max-width: 400px;
    width: 50%;
  }

  .new-ui-home .Gallery-Image {
    height: 47rem !important;
  }

  .new-ui-home .designer-scrollbar {
    margin-top: 14rem !important;
  }

  .new-ui-home .room-pagination p {
    font-size: 1.5rem !important;
  }
}

/* .first-swiper-container {
      max-width: 100%;
    } */

@media (min-width: 3072px) {
  .new-ui-home {
    /* {

        } */
    /* .roomp{
          margin-top: 10rem!important;
        } */
    /* .post-swiper-container h1 {
          font-size: 28px;
        } */
    /* .post-swiper-container p {
          font-size: 26px;
        } */
  }

  .new-ui-home .dropdown-heading {
    font-size: 3rem !important;
  }

  .new-ui-home .gray-box {
    padding-top: 1.75rem;
  }

  .new-ui-home .intro {
    font-size: 1.5rem;
  }

  .new-ui-home .search-icon {
    width: 2rem !important;
    height: 2rem !important;
  }

  .new-ui-home .cart {
    width: 2.5rem;
  }

  .new-ui-home .dropdown-image {
    width: 20rem !important;
    height: 20rem !important;
  }

  .new-ui-home .dropdown {
    height: 70rem !important;
  }

  .new-ui-home #arrow {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #333;
  }

  .new-ui-home #colorLabelText {
    font-size: 2rem;
  }

  .new-ui-home .dd {
    max-width: 100% !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .new-ui-home #room-desc2,
        .new-ui-home #room-desc {
    font-size: 30px !important;
  }

  .new-ui-home #room-title2,
        .new-ui-home #room-title {
    font-size: 40px !important;
  }

  .new-ui-home .Heading {
    font-size: 3rem !important;
    padding-top: 2.5rem !important;
  }

  .new-ui-home .social-media-icon {
    width: 70% !important;
  }

  .new-ui-home .text-section {
    width: 100% !important;
  }

  .new-ui-home .n-button-desktop {
    height: 4rem !important;
    font-size: 20px;
  }

  .new-ui-home .inner-div {
    padding: 4.7rem !important;
  }

  .new-ui-home .n-header {
    font-size: 34px !important;
  }

  .new-ui-home .n-pa {
    font-size: 24px !important;
    margin-top: 12px !important;
  }

  .new-ui-home .n-input {
    width: 100% !important;
    height: 5rem !important;
  }

  .new-ui-home .banner2,
        .new-ui-home .banner-image {
    height: 840px !important;
  }

  .new-ui-home .sub-menu,
        .new-ui-home .navbar-left-section,
        .new-ui-home .navbar-right-section {
    font-size: 20px;
  }

  .new-ui-home .banner2 h1 {
    font-size: 72px;
  }

  .new-ui-home .banner2 p {
    font-size: 32px;
  }

  .new-ui-home .banner-button {
    height: 72px !important;
  }

  .new-ui-home .banner-image {
    height: 840px;
  }

  .new-ui-home .cards {
    height: 14rem !important;
  }

  .new-ui-home .card h1 {
    font-size: 64px;
  }

  .new-ui-home .card p {
    font-size: 30px;
    margin-top: 20px;
  }

  .new-ui-home .first-swiper-container,
        .new-ui-home .second-swiper-container,
        .new-ui-home .third-swiper-container,
        .new-ui-home .sixth-swiper-container,
        .new-ui-home .seventh-swiper-container,
        .new-ui-home .idea-swiper-container,
        .new-ui-home .post-swiper-container,
        .new-ui-home .Gallery {
    margin-top: 3rem !important;
  }

  .new-ui-home .first-swiper-container p {
    font-size: 24px;
  }

  .new-ui-home .second-swiper-container p,
        .new-ui-home .idea-swiper-container p,
        .new-ui-home .post-swiper-container p,
        .new-ui-home .room p,
        .new-ui-home .shapes p {
    font-size: 24px;
  }

  .new-ui-home .second-swiper-container h2,
        .new-ui-home .sixth-swiper-container h2,
        .new-ui-home .seventh-swiper-container h2,
        .new-ui-home .idea-swiper-container h2 {
    font-size: 32px;
  }

  .new-ui-home .third-swiper-container h1,
        .new-ui-home .post-swiper-container h1,
        .new-ui-home .room h2,
        .new-ui-home .shapes h2 {
    font-size: 32px;
  }

  .new-ui-home .style-card {
    height: 6rem;
  }

  .new-ui-home .designer-scrollbar {
    margin-top: 12rem;
  }

  .new-ui-home .room-button {
    height: 72px !important;
  }

  .new-ui-home .first-swiper-container,
        .new-ui-home .post-swiper-container,
        .new-ui-home .third-swiper-container,
        .new-ui-home .second-swiper-container,
        .new-ui-home .idea-swiper-container,
        .new-ui-home .custom-swiper-container,
        .new-ui-home .logo-swiper-container,
        .new-ui-home .Gallery,
        .new-ui-home .shapes,
        .new-ui-home .seventh-swiper-container,
        .new-ui-home .sixth-swiper-container,
        .new-ui-home .room {
    max-width: 183rem !important;
    /* padding-left: 4rem !important;
            padding-right: 4rem !important; */
  }

  .new-ui-home .room-image {
    height: 825px !important;
  }

  .new-ui-home .room-pagination {
    margin-top: 5rem !important;
  }

  .new-ui-home .room-pagination p {
    font-size: 1.75rem !important;
  }

  .new-ui-home .room-grid-image {
    max-height: 295px !important;
  }

  .new-ui-home .designer-scrollbar {
    margin-top: 14rem !important;
  }

  .new-ui-home footer {
    font-size: 26px;
  }

  .new-ui-home .footer-list p {
    font-size: 26px;
  }

  .new-ui-home .sub-footer {
    font-size: 26px;
    padding: 1rem;
  }

  .new-ui-home #wheelContainer {
    height: 1200px;
  }

  .new-ui-home #colorImage {
    max-width: 550px;
    width: 90%;
  }

  .new-ui-home .Gallery-Image {
    height: 50rem !important;
  }
}

@media (max-width: 500px) {
  .page-header header {
    position: relative;
  }
}

@media (max-width: 400px) {
  .box-addtocart-top {
    flex-direction: column;
    gap: 10px;
    align-items: normal;
  }

  .box-addtocart-top .box-qty {
    display: flex;
  }

  .box-addtocart-top .box-qty input {
    width: 1100%;
  }
}

.cart-extra-actions-container .paypal-buttons:not(:first-child) {
  display: none !important;
}

.size-header {
  text-align: center;
  margin: auto;
}

.size-header h4 {
  color: #252B37;
  margin-top: 32px;
  /* Headline - Gilda/H4 */
  font-family: "Gilda Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 138.889% */
}

.size-header p {
  margin: auto;
  max-width: 888px;
}

.living-room {
  margin-top: 132px;
}

.living-room h4 {
  color: #252B37;
  text-align: center;
  margin-bottom: 64px;
  /* Headline - Gilda/H3 */
  font-family: "Gilda Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 150% */
}

.living-room .rug58 {
  display: flex;
}

.living-room .rug58 h4 {
  text-align: left;
  margin-bottom: 16px;
}

.living-room .rug58 .box-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 20px;
}

.living-room .rug58 .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 13px;
}

.living-room .rug58 .content .content-text {
  color: #252B37;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
}

.living-room .rug58 .content li {
  list-style: inside;
}

.living-room .rug58 .box-img img {
  height: 650px;
}

.living-room .box-rug58 {
  margin-bottom: 64px;
}

.living-room .box-rug58 .shape {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 50px;
  gap: 20px;
}

.living-room .box-rug58 .shape.shape-4x .item {
  width: calc(25% - 15px);
}

.living-room .box-rug58 .shape.shape-1x .item {
  width: 100% !important;
  flex-direction: row !important;
  justify-content: space-around !important;
}

.living-room .box-rug58 .shape .item {
  display: flex;
  flex-direction: column;
  min-height: 375px;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  background: #fff;
  padding: 0 10px;
}

.living-room .box-rug58 .shape .item img {
  width: 220px;
  max-width: 100%;
}

.living-room .box-rug58 .shape .item p {
  color: #141414;
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  margin-top: 30px;
}

.living-room .box-rug58 .box-rug58-right .box-content {
  padding-left: 0;
  padding-right: 20px;
}

.living-room .box-size-1-title {
  color: #252B37;
  font-family: "Gilda Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-top: 200px;
}

.living-room .box-size-2-title {
  color: #252B37;
  font-family: "Gilda Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.living-room .box-size-2-dic {
  color: #252B37;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  max-width: 790px;
  margin: auto;
}

.living-room .box-size-1-title-2 {
  color: #252B37;
  /* Headline - Gilda/H4 */
  font-family: "Gilda Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}

.living-room .box-size-1-cols {
  display: flex;
  gap: 20px;
  align-items: center;
}

.living-room .box-size-1-cols li {
  list-style-type: disc;
}

.living-room .box-size-1-cols ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 20px;
}

.living-room .box-size-1-cols .box-size-1-left {
  flex: 1;
}

.living-room .box-size-1-cols .box-size-1-right {
  flex: 1;
  display: flex;
  gap: 20px;
}

.living-room .box-size-1-cols .box-size-1-right .item {
  background-color: #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 53px 5px;
  gap: 20px;
}

.living-room .box-size-1-cols .box-size-1-right .item span {
  color: #141414;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}

.living-room .box-size-1-cols .box-size-1-right.size-col-1 .item {
  display: flex;
  flex-direction: row !important;
  justify-content: space-around !important;
}

.living-room .box-size-1-cols .box-size-1-right.col-4x {
  flex-wrap: wrap;
}

.living-room .box-size-1-cols .box-size-1-right.col-4x .item {
  width: calc(50% - 10px);
  flex: none;
}

.living-room .box-size-1 {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.living-room .box-office-sm {
  display: none;
  flex-direction: column;
  align-items: stretch;
}

.living-room .box-office-sm .box-size-1-right {
  margin-bottom: 64px;
}

.living-room .box-out-door {
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.living-room .box-out-door-title {
  margin-top: 200px;
}

.living-room .box-office-md .box-office-left, .living-room .box-office-md .box-office-right {
  flex: 1;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.living-room .box-office-md.box-size-1-cols {
  align-items: normal;
}

.rooms-guid-header {
  margin-top: 4rem;
}

.page-size-action {
  margin-top: 4rem;
}

.page-size-action .header-img {
  width: 100%;
}

.page-size-action .size-header-title {
  color: #252B37;
  font-family: "Gilda Display";
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.page-size-action .size-header-body {
  color: #252B37;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.page-size-action .show-mo {
  display: none !important;
}

@media (min-width: 440px) and (max-width: 1024px) {
  .page-size-action .rug58 .box-img img {
    height: 360px;
  }
}

@media (max-width: 700px) {
  .page-size-action .rug58 {
    flex-direction: column;
  }

  .page-size-action .rug58 img {
    height: auto !important;
    width: 100%;
    margin-bottom: 24px;
  }

  .page-size-action .box-size-2-title {
    font-size: 32px;
  }

  .page-size-action .box-size-1-right.col-3x {
    flex-wrap: wrap;
    width: 100%;
  }

  .page-size-action .box-size-1-right.col-3x .item {
    flex: none !important;
    width: calc(50% - 10px);
  }

  .page-size-action .box-size-1-right.col-3x .item:nth-child(3) {
    width: 100% !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }

  .page-size-action .living-room .box-out-door-title {
    margin-top: 64px;
  }

  .page-size-action .living-room .box-office-sm .box-size-1-right {
    margin-bottom: 30px;
  }

  .page-size-action .living-room .box-size-1-right.col-2x-sm {
    flex-wrap: wrap;
  }

  .page-size-action .living-room .box-size-1-right.col-2x-sm .item {
    width: calc(50% - 10px);
    flex: none !important;
  }

  .page-size-action .living-room .box-size-1 {
    gap: 50px;
  }

  .page-size-action .living-room .box-size-1-title-2 {
    font-size: 24px;
  }

  .page-size-action .living-room .box-size-1-cols {
    font-size: 14px;
  }

  .page-size-action .living-room .box-rug58 h4 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .page-size-action .living-room .box-rug58 .content .content-text {
    font-size: 14px;
  }

  .page-size-action .living-room .box-rug58 .shape .item {
    min-height: auto;
    padding: 20px;
  }

  .page-size-action .living-room .box-rug58 .shape .item p {
    font-size: 16px;
    margin-top: 15px;
  }

  .page-size-action .living-room .box-rug58 .box-content {
    padding-left: 0;
  }

  .page-size-action .living-room .box-size-1-title {
    margin-top: 20px;
    font-size: 32px;
  }

  .page-size-action .rug58.box-rug58-right .box-img {
    order: -1;
  }

  .page-size-action .box-size-1 .box-size-1-cols {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .page-size-action .box-size-1 .box-size-1-cols .box-size-1-left {
    flex: auto;
  }

  .page-size-action .box-size-1 .box-size-1-cols .box-size-1-right .item {
    padding: 20px;
  }

  .page-size-action .box-size-1 .box-size-1-cols .box-size-1-right .item span {
    font-size: 16px;
  }

  .page-size-action .box-size-1 .box-size-1-cols.img-left .box-size-1-right {
    order: 1;
  }

  .page-size-action .box-bed-room {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 14px;
  }

  .page-size-action .box-bed-room .box-size-1-cols {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .page-size-action .box-bed-room .box-size-1-title-2 {
    font-size: 24px;
  }

  .page-size-action .box-bed-room .box-size-1-right {
    flex-wrap: wrap;
    width: 100%;
  }

  .page-size-action .box-bed-room .box-size-1-right.col-3x .item {
    flex: none !important;
    width: calc(50% - 10px);
  }

  .page-size-action .box-bed-room .item:nth-child(3) {
    width: 100% !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
}

@media (max-width: 1024px) {
  .page-size-action .box-office-md {
    display: none;
  }

  .page-size-action .box-office-sm {
    display: flex;
  }

  .page-size-action .box-rug58 {
    flex-wrap: wrap;
  }

  .page-size-action .box-rug58 .shape .item {
    width: calc(50% - 10px) !important;
    min-height: auto;
    padding: 20px;
  }

  .page-size-action .show-mo {
    display: flex !important;
  }

  .page-size-action .hide-mo {
    display: none !important;
  }
}

[wire\:loading],
[wire\:loading\.delay],
[wire\:loading\.inline-block],
[wire\:loading\.inline],
[wire\:loading\.block],
[wire\:loading\.flex],
[wire\:loading\.table],
[wire\:loading\.grid],
[wire\:loading\.inline-flex] {
  display: none;
}

[wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short],
[wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest] {
  display: none;
}

[wire\:offline] {
  display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
  display: none;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  animation-duration: 50000s;
  animation-name: livewireautofill;
}

@keyframes livewireautofill {
  from {
  }
}

#livewire-error iframe {
  background-color: rgb(255 255 255) !important;
  border-radius: 0.375rem !important;
  padding: 0.75rem 1rem !important;
}

[x-cloak="tablet"] {
  display: none !important;
}

@media (min-width: 1024px) {
  [x-cloak="tablet"] {
    display: block !important;
  }
}

[x-cloak="desktop"] {
  display: block !important;
}

@media (min-width: 1024px) {
  [x-cloak="desktop"] {
    display: none !important;
  }
}

.snowdog-menu-link {
  font-weight: 500;
  line-height: 1.5rem;
}

.snowdog-menu-link:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.group:hover .snowdog-menu-link {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.snowdog-menu-link-topmenu-mobile {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

[data-content-type$='block'] .snowdog-menu-link-topmenu-mobile p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.hero-image {
  margin-top: 0px;
}

:where(#hyva-checkout-main) .form-input,
    :where(#hyva-checkout-main) .form-email,
    :where(#hyva-checkout-main) .form-select,
    :where(#hyva-checkout-main) .form-multiselect,
    :where(#hyva-checkout-main) .form-textarea {
  color: #334155;
  border-color: #cbd5e1;
}

:where(#hyva-checkout-main) .form-checkbox,
    :where(#hyva-checkout-main) .form-radio {
  height: 1.25rem;
  width: 1.25rem;
  flex: none;
  cursor: pointer;
}

:where(#hyva-checkout-main) .form-checkbox:disabled,
    :where(#hyva-checkout-main) .form-radio:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) .form-checkbox {
  border-radius: 0.25rem;
}

.input-group {
  position: relative;
  display: flex;
  gap: 0px;
  border-radius: 0.375rem;
  --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);
  border-color: #cbd5e1;
}

@media (max-width: 639px) {
  .free-rug-message .input-group {
    gap: 30px;
  }
}

.input-group:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
  --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(3px + 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);
  --tw-ring-color: rgb(47 47 47 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.input-group > :not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > :not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:last-child):not(button):not(.btn) {
  border-right-width: 0px;
}

/* From here on these styles are Checkout specific */

:where(#hyva-checkout-main) .input-group :where(.form-input-addon) {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  border-color: inherit;
}

:where(#hyva-checkout-main) .input-group :where(.form-input-addon):first-child {
  border-right-width: 0px;
  padding-left: 0.75rem;
}

:where(#hyva-checkout-main) .input-group :where(.form-input-addon):last-child {
  border-left-width: 0px;
  padding-right: 0.75rem;
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ):focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ) {
  border-color: inherit;
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ):not(:first-child) {
  padding-left: 0.5rem;
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ):not(:last-child) {
  padding-right: 0.5rem;
}

:where(#hyva-checkout-main) .input-group
        > :where(.form-input-addon)
        + :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ) {
  border-left-width: 0px;
}

:where(.step-layout-3columns) .btn-place-order {
  width: 100%;
}

.checkout-nav {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
}

@media (max-width: 639px) {
  .free-rug-message .checkout-nav {
    gap: 30px;
  }
}

.checkout-nav .checkout-nav-main,
    .checkout-nav .checkout-nav-secondary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 639px) {
  .free-rug-message .checkout-nav .checkout-nav-main,.free-rug-message 
    .checkout-nav .checkout-nav-secondary {
    gap: 30px;
  }
}

.hyva_checkout-index-index [for="payment-method-authnetcim"] .checkout-nav .checkout-nav-main,.hyva_checkout-index-index [for="payment-method-authnetcim"] 
    .checkout-nav .checkout-nav-secondary {
  margin-left: 0;
}

@media (min-width: 768px) {
  .area-main .checkout-nav {
    flex-direction: row;
  }

  .area-main .checkout-nav .checkout-nav-main,
    .area-main .checkout-nav .checkout-nav-secondary {
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
  }

  .area-main .checkout-nav .checkout-nav-main {
    justify-content: space-between;
  }

  .area-main .checkout-nav .checkout-nav-main > button:only-child {
    margin-left: auto;
  }
}

.checkout-summary > :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));
}

.checkout-summary {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.checkout-summary .checkout-nav .btn {
  width: 100%;
}

:where(#hyva-checkout-main) .breadcrumbs .item {
  display: inline-flex;
  align-items: center;
}

:where(#hyva-checkout-main) .breadcrumbs .item.active > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:where(#hyva-checkout-main) .breadcrumbs .item.active {
  font-weight: 700;
}

:where(#hyva-checkout-main) .breadcrumbs .item.locked {
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

:where(#hyva-checkout-main) .breadcrumbs .item.completed {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

:where(#hyva-checkout-main) [x-cloak] {
  display: none !important;
}

.checkout-default:where(:has(#hyva-checkout-main)) .columns,
    .checkout-default:where(:has(#hyva-checkout-main)) .page.messages .messages {
  max-width: 1024px;
}

/**
 * ! Not intended for use in the HTML
 * This only intended to add support for TailwindCSS v3 colors to TailwindCSS v2
 */

/* global styles for paypal checkout */

#hyva-checkout-container [id*="paypal-messages"] {
  display: inline-block;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: center;
}

#hyva-checkout-container [id*='payment-method-view'] > [id*='paypal-button-'] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* styles for paypal cards */

.pp-stored-cards .pp-card-view {
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pp-stored-cards .pp-card-view:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pp-stored-cards .pp-card-view:active {
  opacity: 0.7;
}

.pp-stored-cards input[type='radio'] {
  display: none;
  cursor: pointer;
}

.pp-stored-cards input[type='radio']:checked + .pp-card-view {
  cursor: default;
  --tw-shadow: 0 0 0 4px #a1a1a1;
  --tw-shadow-colored: 0 0 0 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.placeholder\:text-slate-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.placeholder\:text-slate-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.backdrop\:bg-black\/75::backdrop {
  background-color: rgb(0 0 0 / 0.75);
}

.backdrop\:backdrop-blur-sm::backdrop {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[calc\(100\%\+theme\(borderWidth\.4\)\)\]::before {
  content: var(--tw-content);
  bottom: calc(100% + 4px);
}

.before\:right-\[var\(--cart-drawer-offset-right\2c 1rem\)\]::before {
  content: var(--tw-content);
  right: var(--cart-drawer-offset-right,1rem);
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:border-8::before {
  content: var(--tw-content);
  border-width: 8px;
}

.before\:border-x-transparent::before {
  content: var(--tw-content);
  border-left-color: transparent;
  border-right-color: transparent;
}

.before\:border-t-transparent::before {
  content: var(--tw-content);
  border-top-color: transparent;
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

.first\:\[--line-before\:\#0000\]:first-child {
  --line-before: #0000;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

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

.last\:border-0:last-child {
  border-width: 0px;
}

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

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.last\:\[--line-after\:\#0000\]:last-child {
  --line-after: #0000;
}

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.invalid\:ring-2:invalid {
  --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);
}

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

.focus-within\:ring-1:focus-within {
  --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);
}

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

.hover\:z-50:hover {
  z-index: 50;
}

.hover\:flex-\[4\]:hover {
  flex: 4;
}

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

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.hover\:bg-\[\#6c757d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.hover\:bg-primary\/10:hover {
  background-color: rgb(68 64 60 / 0.1);
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

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

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

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

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

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

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --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);
}

.hover\:filter-none:hover {
  filter: none;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

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

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}

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

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

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

.focus\:text-slate-500:focus {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

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

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

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}

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

.focus\:ring-slate-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity));
}

.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

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

.active\:bg-slate-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

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

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:shadow:active {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:invisible:disabled {
  visibility: hidden;
}

.disabled\:border-slate-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

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

.disabled\:bg-slate-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.disabled\:bg-slate-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

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

.disabled\:text-slate-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.disabled\:text-slate-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.disabled\:text-slate-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.group:hover .group-hover\:-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --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));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

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

.group:disabled .group-disabled\:invisible {
  visibility: hidden;
}

.group:disabled .group-disabled\:flex {
  display: flex;
}

.aria-\[current\=step\]\:font-bold[aria-current=step] {
  font-weight: 700;
}

.aria-\[current\=page\]\:underline[aria-current=page] {
  text-decoration-line: underline;
}

.group[aria-expanded="true"] .group-aria-expanded\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[expanded\=true\]\:mb-3[data-expanded=true] {
  margin-bottom: 0.75rem;
}

.data-\[expanded\=true\]\:h-auto[data-expanded=true] {
  height: auto;
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

.data-\[expanded\=true\]\:mask-none[data-expanded=true] {
  -webkit-mask-image: none;
  mask-image: none;
}

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

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

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

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

  .sm\:mt-12 {
    margin-top: 3rem;
  }

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

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mt-\[15\.8rem\] {
    margin-top: 15.8rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-\[32\.33\%\] {
    width: 32.33%;
  }

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:min-w-\[theme\(spacing\.24\)\] {
    min-width: 6rem;
  }

  .sm\:max-w-\[theme\(spacing\.32\)\] {
    max-width: 8rem;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

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

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .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-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:text-right {
    text-align: right;
  }

  .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-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:left-\[53\%\] {
    left: 53%;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

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

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

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

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

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

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

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

  .md\:w-\[50vw\] {
    width: 50vw;
  }

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

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

  .md\:w-auto {
    width: auto;
  }

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

  .md\:max-w-sm {
    max-width: 24rem;
  }

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

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

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    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));
  }

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

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

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

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: min-content minmax(0, 1fr);
  }

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

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\: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)));
  }

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

  .md\: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));
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

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

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

  .md\:before\:right-4::before {
    content: var(--tw-content);
    right: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\: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;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:mx-\[var\(--thumbs-gap\)\] {
    margin-left: var(--thumbs-gap);
    margin-right: var(--thumbs-gap);
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mb-\[var\(--thumbs-gap\)\] {
    margin-bottom: var(--thumbs-gap);
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

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

  .lg\:mr-4 {
    margin-right: 1rem;
  }

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

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

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

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

  .lg\:mt-\[6\.5rem\] {
    margin-top: 6.5rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

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

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

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

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

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

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

  .lg\:grow {
    flex-grow: 1;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    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));
  }

  .lg\:transform-none {
    transform: none;
  }

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

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

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

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

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

  .lg\:grid-cols-\[minmax\(0px\2c 1fr\)_26rem\] {
    grid-template-columns: minmax(0px,1fr) 26rem;
  }

  .lg\:grid-cols-\[var\(--thumbs-size\)_1fr\] {
    grid-template-columns: var(--thumbs-size) 1fr;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

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

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

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

  .lg\:text-right {
    text-align: right;
  }

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

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

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

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:mask-dir-y {
    --tw-mask-dir: to bottom;
  }

  .lg\:\[--thumbs-gap\:theme\(\'spacing\.4\'\)\] {
    --thumbs-gap: 1rem;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

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

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .xl\:flex {
    display: flex;
  }

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

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

  .xl\:max-w-\[80rem\] {
    max-width: 80rem;
  }

  .xl\:max-w-\[81rem\] {
    max-width: 81rem;
  }

  .xl\:grow {
    flex-grow: 1;
  }

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

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

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

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

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

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

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:px-\[0rem\] {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .xl\:px-\[2\.8rem\] {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .xl\:px-\[3\.9rem\] {
    padding-left: 3.9rem;
    padding-right: 3.9rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:focus-within\:relative:focus-within {
    position: relative;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:h-\[460px\] {
    height: 460px;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-\[35\%\] {
    width: 35%;
  }

  .\32xl\:w-\[60\%\] {
    width: 60%;
  }

  .\32xl\:max-w-\[88rem\] {
    max-width: 88rem;
  }

  .\32xl\:max-w-\[89rem\] {
    max-width: 89rem;
  }

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

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\>\:not\(\.loader\)\]\:invisible>:not(.loader) {
  visibility: hidden;
}

.\[\&\>a\]\:py-7>a {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.\[\&\>a\]\:font-bold>a {
  font-weight: 700;
}

.\[\&\>a\]\:\!text-primary>a {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
  .sm\:\[\&_\.label-street\.sr-only\]\:not-sr-only .label-street.sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:\[\&_\.label-street\.sr-only\]\:invisible .label-street.sr-only {
    visibility: hidden;
  }

  .sm\:\[\&_\.label-street\.sr-only\]\:mb-2 .label-street.sr-only {
    margin-bottom: 0.5rem;
  }
}

.\[\&_\.price\]\:font-bold .price {
  font-weight: 700;
}

.\[\&_\.price\]\:font-normal .price {
  font-weight: 400;
}

@media (min-width: 768px) {
  .md\:\[\&_label\.sr-only\]\:not-sr-only label.sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:\[\&_label\.sr-only\]\:invisible label.sr-only {
    visibility: hidden;
  }

  .md\:\[\&_label\.sr-only\]\:mb-2 label.sr-only {
    margin-bottom: 0.5rem;
  }
}
