/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


*/
/* line 11, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .lexend-h1, .home.index_v2 .lexend-h1, .footer_v2 .lexend-h1, .checkout.edit .lexend-h1, .orders.show .lexend-h1, .products.deals .lexend-h1, .products.gift_page .lexend-h1 {
  font-family: Lexend, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 109.66px;
  line-height: 137px;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  cursor: default;
}

/* line 22, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .lexend-h2, .home.index_v2 .lexend-h2, .footer_v2 .lexend-h2, .checkout.edit .lexend-h2, .orders.show .lexend-h2, .products.deals .lexend-h2, .products.gift_page .lexend-h2 {
  font-family: Lexend, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 67.77px;
  line-height: 85px;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  cursor: default;
}

/* line 33, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .lexend-h3, .home.index_v2 .lexend-h3, .footer_v2 .lexend-h3, .checkout.edit .lexend-h3, .orders.show .lexend-h3, .products.deals .lexend-h3, .products.gift_page .lexend-h3 {
  font-family: Lexend, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 41.89px;
  line-height: 52px;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  cursor: default;
}

/* line 44, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .lexend-h4, .home.index_v2 .lexend-h4, .footer_v2 .lexend-h4, .checkout.edit .lexend-h4, .orders.show .lexend-h4, .products.deals .lexend-h4, .products.gift_page .lexend-h4 {
  font-family: Lexend, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25.89px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  cursor: default;
}

/* line 55, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .lexend-heading-32, .home.index_v2 .lexend-heading-32, .footer_v2 .lexend-heading-32, .checkout.edit .lexend-heading-32, .orders.show .lexend-heading-32, .products.deals .lexend-heading-32, .products.gift_page .lexend-heading-32 {
  font-family: Lexend;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #1E1E1E;
  cursor: default;
}

/* line 65, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .poppins-body-24, .home.index_v2 .poppins-body-24, .footer_v2 .poppins-body-24, .checkout.edit .poppins-body-24, .orders.show .poppins-body-24, .products.deals .poppins-body-24, .products.gift_page .poppins-body-24 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #1E1E1E;
  cursor: default;
}

/* line 75, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .poppins-body-16, .home.index_v2 .poppins-body-16, .footer_v2 .poppins-body-16, .checkout.edit .poppins-body-16, .orders.show .poppins-body-16, .products.deals .poppins-body-16, .products.gift_page .poppins-body-16 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  cursor: default;
}

/* line 85, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .poppins-body-16.bold, .home.index_v2 .poppins-body-16.bold, .footer_v2 .poppins-body-16.bold, .checkout.edit .poppins-body-16.bold, .orders.show .poppins-body-16.bold, .products.deals .poppins-body-16.bold, .products.gift_page .poppins-body-16.bold {
  font-family: 'Poppins-bold', sans-serif;
  font-weight: bold;
}

/* line 90, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .poppins-body-16.bold-600, .home.index_v2 .poppins-body-16.bold-600, .footer_v2 .poppins-body-16.bold-600, .checkout.edit .poppins-body-16.bold-600, .orders.show .poppins-body-16.bold-600, .products.deals .poppins-body-16.bold-600, .products.gift_page .poppins-body-16.bold-600 {
  font-weight: 600;
}

/* line 95, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .poppins-body-12, .home.index_v2 .poppins-body-12, .footer_v2 .poppins-body-12, .checkout.edit .poppins-body-12, .orders.show .poppins-body-12, .products.deals .poppins-body-12, .products.gift_page .poppins-body-12 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #1E1E1E;
  cursor: default;
}

/* line 105, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .poppins-body-12.bold, .home.index_v2 .poppins-body-12.bold, .footer_v2 .poppins-body-12.bold, .checkout.edit .poppins-body-12.bold, .orders.show .poppins-body-12.bold, .products.deals .poppins-body-12.bold, .products.gift_page .poppins-body-12.bold {
  font-family: 'Poppins-bold', sans-serif;
  font-weight: bold;
}

/* line 111, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .poppins-small-text, .home.index_v2 .poppins-small-text, .footer_v2 .poppins-small-text, .checkout.edit .poppins-small-text, .orders.show .poppins-small-text, .products.deals .poppins-small-text, .products.gift_page .poppins-small-text {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9.89px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #1E1E1E;
  cursor: default;
}

/* line 121, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .poppins-small-text.pre-title-text, .home.index_v2 .poppins-small-text.pre-title-text, .footer_v2 .poppins-small-text.pre-title-text, .checkout.edit .poppins-small-text.pre-title-text, .orders.show .poppins-small-text.pre-title-text, .products.deals .poppins-small-text.pre-title-text, .products.gift_page .poppins-small-text.pre-title-text {
  font-family: 'Poppins-bold', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 129, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .col-41, .home.index_v2 .col-41, .footer_v2 .col-41, .checkout.edit .col-41, .orders.show .col-41, .products.deals .col-41, .products.gift_page .col-41 {
  width: 41.83%;
  max-width: 502px;
}

/* line 134, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .col-58, .home.index_v2 .col-58, .footer_v2 .col-58, .checkout.edit .col-58, .orders.show .col-58, .products.deals .col-58, .products.gift_page .col-58 {
  width: 58.17%;
  max-width: 698px;
}

/* line 139, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .col-50, .home.index_v2 .col-50, .footer_v2 .col-50, .checkout.edit .col-50, .orders.show .col-50, .products.deals .col-50, .products.gift_page .col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 144, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .col-55, .home.index_v2 .col-55, .footer_v2 .col-55, .checkout.edit .col-55, .orders.show .col-55, .products.deals .col-55, .products.gift_page .col-55 {
  flex: 0 0 55%;
  max-width: 55%;
}

/* line 149, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .col-74, .home.index_v2 .col-74, .footer_v2 .col-74, .checkout.edit .col-74, .orders.show .col-74, .products.deals .col-74, .products.gift_page .col-74 {
  flex: 0 0 74%;
  max-width: 74%;
}

/* line 154, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .col-26, .home.index_v2 .col-26, .footer_v2 .col-26, .checkout.edit .col-26, .orders.show .col-26, .products.deals .col-26, .products.gift_page .col-26 {
  flex: 0 0 26%;
  max-width: 26%;
}

/* line 159, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .ag-btn-white, .home.index_v2 .ag-btn-white, .footer_v2 .ag-btn-white, .checkout.edit .ag-btn-white, .orders.show .ag-btn-white, .products.deals .ag-btn-white, .products.gift_page .ag-btn-white {
  border-radius: 100px;
  padding: 8px 23px;
  background-color: #f9f9f9;
  color: #1E1E1E;
  border: 1px solid #f9f9f9;
}

/* line 167, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .ag-btn-default, .home.index_v2 .ag-btn-default, .footer_v2 .ag-btn-default, .checkout.edit .ag-btn-default, .orders.show .ag-btn-default, .products.deals .ag-btn-default, .products.gift_page .ag-btn-default {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  height: 32px;
  border: 1px solid #1E1E1E;
  border-radius: 100px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 9.89px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #1E1E1E;
  text-transform: capitalize;
}

/* line 185, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .ag-btn-default:hover, .home.index_v2 .ag-btn-default:hover, .footer_v2 .ag-btn-default:hover, .checkout.edit .ag-btn-default:hover, .orders.show .ag-btn-default:hover, .products.deals .ag-btn-default:hover, .products.gift_page .ag-btn-default:hover {
  background-color: #1E1E1E;
  color: #f9f9f9;
}

/* line 188, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .ag-btn-default:hover::after, .home.index_v2 .ag-btn-default:hover::after, .footer_v2 .ag-btn-default:hover::after, .checkout.edit .ag-btn-default:hover::after, .orders.show .ag-btn-default:hover::after, .products.deals .ag-btn-default:hover::after, .products.gift_page .ag-btn-default:hover::after {
  content: url(/assets/view-all-arrow-hover-5dfb813744d414ea55af4282711de4c2a69fad0235a09bf5f7bc1566536235e1.svg);
  padding-left: 6px;
}

/* line 194, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .ag-btn-default:active, .home.index_v2 .ag-btn-default:active, .footer_v2 .ag-btn-default:active, .checkout.edit .ag-btn-default:active, .orders.show .ag-btn-default:active, .products.deals .ag-btn-default:active, .products.gift_page .ag-btn-default:active {
  border: 2px solid #DADADA;
}

/* line 198, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .ag-btn-default::after, .home.index_v2 .ag-btn-default::after, .footer_v2 .ag-btn-default::after, .checkout.edit .ag-btn-default::after, .orders.show .ag-btn-default::after, .products.deals .ag-btn-default::after, .products.gift_page .ag-btn-default::after {
  content: url(/assets/view-more-arrow-929dbdbd89cabdfe0273802eb2ddaeb15f1d71152fc4e7035dcae73f913a918c.svg);
  padding-left: 6px;
}

/* line 204, app/assets/stylesheets/spree/base_v2.css.scss */
#header_v2 .mobile-only, .home.index_v2 .mobile-only, .footer_v2 .mobile-only, .checkout.edit .mobile-only, .orders.show .mobile-only, .products.deals .mobile-only, .products.gift_page .mobile-only {
  display: none;
}

@media (max-width: 767px) {
  /* line 209, app/assets/stylesheets/spree/base_v2.css.scss */
  #header_v2 .poppins-body-16, .home.index_v2 .poppins-body-16, .footer_v2 .poppins-body-16, .checkout.edit .poppins-body-16, .orders.show .poppins-body-16, .products.deals .poppins-body-16, .products.gift_page .poppins-body-16 {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 214, app/assets/stylesheets/spree/base_v2.css.scss */
  #header_v2 .col-26, #header_v2 .col-41, #header_v2 .col-58, #header_v2 .col-74, .home.index_v2 .col-26, .home.index_v2 .col-41, .home.index_v2 .col-58, .home.index_v2 .col-74, .footer_v2 .col-26, .footer_v2 .col-41, .footer_v2 .col-58, .footer_v2 .col-74, .checkout.edit .col-26, .checkout.edit .col-41, .checkout.edit .col-58, .checkout.edit .col-74, .orders.show .col-26, .orders.show .col-41, .orders.show .col-58, .orders.show .col-74, .products.deals .col-26, .products.deals .col-41, .products.deals .col-58, .products.deals .col-74, .products.gift_page .col-26, .products.gift_page .col-41, .products.gift_page .col-58, .products.gift_page .col-74 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 220, app/assets/stylesheets/spree/base_v2.css.scss */
  #header_v2 .lexend-heading-32, .home.index_v2 .lexend-heading-32, .footer_v2 .lexend-heading-32, .checkout.edit .lexend-heading-32, .orders.show .lexend-heading-32, .products.deals .lexend-heading-32, .products.gift_page .lexend-heading-32 {
    font-size: 25.89px;
    line-height: 32.36px;
  }
  /* line 225, app/assets/stylesheets/spree/base_v2.css.scss */
  #header_v2 .mobile-only, .home.index_v2 .mobile-only, .footer_v2 .mobile-only, .checkout.edit .mobile-only, .orders.show .mobile-only, .products.deals .mobile-only, .products.gift_page .mobile-only {
    display: block;
  }
  /* line 229, app/assets/stylesheets/spree/base_v2.css.scss */
  #header_v2 .desktop-only, .home.index_v2 .desktop-only, .footer_v2 .desktop-only, .checkout.edit .desktop-only, .orders.show .desktop-only, .products.deals .desktop-only, .products.gift_page .desktop-only {
    display: none;
  }
  /* line 233, app/assets/stylesheets/spree/base_v2.css.scss */
  #header_v2 .ag-btn-default.mobile-only, .home.index_v2 .ag-btn-default.mobile-only, .footer_v2 .ag-btn-default.mobile-only, .checkout.edit .ag-btn-default.mobile-only, .orders.show .ag-btn-default.mobile-only, .products.deals .ag-btn-default.mobile-only, .products.gift_page .ag-btn-default.mobile-only {
    width: 183px;
    height: 40px;
    display: flex;
    margin: 0 auto;
  }
}

@media (max-width: 425px) {
  /* line 242, app/assets/stylesheets/spree/base_v2.css.scss */
  #header_v2 .lexend-heading-32, .home.index_v2 .lexend-heading-32, .footer_v2 .lexend-heading-32, .checkout.edit .lexend-heading-32, .orders.show .lexend-heading-32, .products.deals .lexend-heading-32, .products.gift_page .lexend-heading-32 {
    font-size: 25.89px;
    line-height: 32.36px;
    letter-spacing: 0.01em;
  }
}

/* line 3, app/assets/stylesheets/pages.css.scss */
.draught-textured-h1 {
  font-family: 'DraughtSansSerif-Textured-Regular', 'Draught', sans-serif;
  font-size: 110px;
  line-height: 80px;
  color: #000000;
  cursor: default;
  font-weight: 400;
}

/* line 12, app/assets/stylesheets/pages.css.scss */
.draught-h2 {
  font-family: 'Draught', sans-serif;
  font-size: 60px;
  line-height: 48px;
  color: #000000;
  cursor: default;
}

/* line 20, app/assets/stylesheets/pages.css.scss */
.poppins-h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  cursor: default;
}

/* line 30, app/assets/stylesheets/pages.css.scss */
.poppins-h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  cursor: default;
}

/* line 41, app/assets/stylesheets/pages.css.scss */
.poppins-bold-text-40 {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #000000;
  cursor: default;
}

/* line 51, app/assets/stylesheets/pages.css.scss */
.poppins-bold-text-32 {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 27px;
  color: #000000;
  cursor: default;
}

/* line 61, app/assets/stylesheets/pages.css.scss */
.poppins-bold-text-28 {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  cursor: default;
}

/* line 71, app/assets/stylesheets/pages.css.scss */
.poppins-bold-text-24 {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  cursor: default;
}

/* line 81, app/assets/stylesheets/pages.css.scss */
.poppins-bold-text-20 {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  cursor: default;
}

/* line 91, app/assets/stylesheets/pages.css.scss */
.poppins-bold-text-16 {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  cursor: default;
}

/* line 101, app/assets/stylesheets/pages.css.scss */
.poppins-bold-text-12 {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  cursor: default;
}

/* line 111, app/assets/stylesheets/pages.css.scss */
.poppins-bold-text-10 {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #000000;
  cursor: default;
}

/* line 121, app/assets/stylesheets/pages.css.scss */
.poppins-bold-text-18 {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 10px;
  color: #000000;
  cursor: default;
}

/* line 131, app/assets/stylesheets/pages.css.scss */
.poppins-text-32 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  cursor: default;
}

/* line 139, app/assets/stylesheets/pages.css.scss */
.poppins-text-32.bold {
  font-weight: 600;
}

/* line 144, app/assets/stylesheets/pages.css.scss */
.poppins-text-29 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  line-height: 43px;
  color: #000000;
  cursor: default;
}

/* line 152, app/assets/stylesheets/pages.css.scss */
.poppins-text-29.bold {
  font-weight: 600;
}

/* line 157, app/assets/stylesheets/pages.css.scss */
.poppins-text-24 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  cursor: default;
}

/* line 165, app/assets/stylesheets/pages.css.scss */
.poppins-text-24.bold {
  font-weight: 600;
}

/* line 170, app/assets/stylesheets/pages.css.scss */
.poppins-text-20 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  cursor: default;
}

/* line 178, app/assets/stylesheets/pages.css.scss */
.poppins-text-20.bold {
  font-weight: 600;
}

/* line 183, app/assets/stylesheets/pages.css.scss */
.poppins-text-18 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  cursor: default;
}

/* line 193, app/assets/stylesheets/pages.css.scss */
.poppins-text-16 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  cursor: default;
}

/* line 201, app/assets/stylesheets/pages.css.scss */
.poppins-text-16.bold {
  font-weight: 600;
}

/* line 206, app/assets/stylesheets/pages.css.scss */
.poppins-text-14 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  cursor: pointer;
}

/* line 216, app/assets/stylesheets/pages.css.scss */
.poppins-text-13 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
  cursor: pointer;
}

/* line 226, app/assets/stylesheets/pages.css.scss */
.poppins-text-12 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  cursor: default;
}

/* line 234, app/assets/stylesheets/pages.css.scss */
.poppins-text-12.bold {
  font-weight: 600;
}

/* line 239, app/assets/stylesheets/pages.css.scss */
.poppins-text-11 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  cursor: default;
}

/* line 246, app/assets/stylesheets/pages.css.scss */
.poppins-text-11.bold {
  font-weight: 600;
}

/* line 251, app/assets/stylesheets/pages.css.scss */
.poppins-text-10 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  cursor: default;
}

/* line 258, app/assets/stylesheets/pages.css.scss */
.poppins-text-10.bold {
  font-weight: 600;
}

/* line 263, app/assets/stylesheets/pages.css.scss */
.btn-gradient-orange {
  padding: 8px 23px;
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  border-radius: 100px;
  margin: 0px 24px;
  color: #FFFFFF;
  border: none;
  outline: none;
}

/* line 274, app/assets/stylesheets/pages.css.scss */
.clear-link {
  outline: none;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* line 280, app/assets/stylesheets/pages.css.scss */
.clear-link:hover, .clear-link:focus {
  text-decoration: none;
  outline: none;
  background: none;
  color: inherit;
}

/* line 289, app/assets/stylesheets/pages.css.scss */
.pages.faq .card, .pages.privacy_policy .card, .contacts.new .card, .pages.shipping_policy .card {
  background: #FFFFFF;
  border: none;
  border-radius: 8px;
  margin: 0 0 24px 0;
  padding: 0;
}

/* line 295, app/assets/stylesheets/pages.css.scss */
.pages.faq .card.active, .pages.privacy_policy .card.active, .contacts.new .card.active, .pages.shipping_policy .card.active {
  box-shadow: 0px 16px 24px RGB(0 0 0/6%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
}

/* line 299, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .question, .pages.privacy_policy .card .question, .contacts.new .card .question, .pages.shipping_policy .card .question {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  margin: 0;
  padding: 25px 36px 24px 31px;
  cursor: pointer;
}

/* line 312, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .question[aria-expanded="false"], .pages.privacy_policy .card .question[aria-expanded="false"], .contacts.new .card .question[aria-expanded="false"], .pages.shipping_policy .card .question[aria-expanded="false"] {
  padding: 25px 36px 25px 31px;
  background: #E6E6E6;
  background: #F9F9F9;
  border-radius: 8px;
}

/* line 317, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .question[aria-expanded="false"]:after, .pages.privacy_policy .card .question[aria-expanded="false"]:after, .contacts.new .card .question[aria-expanded="false"]:after, .pages.shipping_policy .card .question[aria-expanded="false"]:after {
  content: url(/assets/arrow_right_fill-b409c042d1fdf11ecfdf722f9bc8143ccc1c3c7e36c6e1abc159bff637d73c28.svg);
  padding-left: 30px;
}

/* line 322, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .question[aria-expanded="true"]:after, .pages.privacy_policy .card .question[aria-expanded="true"]:after, .contacts.new .card .question[aria-expanded="true"]:after, .pages.shipping_policy .card .question[aria-expanded="true"]:after {
  content: url(/assets/arrow_down_fill-82f969d2d858e2af09b678bc4bf2852f0cda1e8fa9f63edd3cdc7a102d62f75f.svg);
  padding-left: 30px;
}

/* line 328, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .answer, .pages.privacy_policy .card .answer, .contacts.new .card .answer, .pages.shipping_policy .card .answer {
  display: block;
  margin: 0;
  padding: 0 31px 25px 31px;
}

/* line 332, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .answer ul, .pages.privacy_policy .card .answer ul, .contacts.new .card .answer ul, .pages.shipping_policy .card .answer ul {
  line-height: 12px;
  padding: 0 20px;
}

/* line 335, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .answer ul.privacy_policy-list, .pages.privacy_policy .card .answer ul.privacy_policy-list, .contacts.new .card .answer ul.privacy_policy-list, .pages.shipping_policy .card .answer ul.privacy_policy-list {
  line-height: 24px;
}

/* line 340, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .answer ol, .pages.privacy_policy .card .answer ol, .contacts.new .card .answer ol, .pages.shipping_policy .card .answer ol {
  list-style-type: upper-roman;
}

/* line 344, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .answer .italic_style, .pages.privacy_policy .card .answer .italic_style, .contacts.new .card .answer .italic_style, .pages.shipping_policy .card .answer .italic_style {
  font-style: italic;
}

/* line 347, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .answer a, .pages.privacy_policy .card .answer a, .contacts.new .card .answer a, .pages.shipping_policy .card .answer a {
  text-decoration: underline;
}

/* line 351, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .answer .clear-link, .pages.privacy_policy .card .answer .clear-link, .contacts.new .card .answer .clear-link, .pages.shipping_policy .card .answer .clear-link {
  text-decoration: none;
}

/* line 355, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .answer .link_to_question, .pages.privacy_policy .card .answer .link_to_question, .contacts.new .card .answer .link_to_question, .pages.shipping_policy .card .answer .link_to_question {
  background-color: #bfbfbf;
  cursor: pointer;
}

/* line 366, app/assets/stylesheets/pages.css.scss */
.products.show .col-12,
#faq-collapse-group .col-12,
#privacy-policy-collapse-group .col-12 {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 373, app/assets/stylesheets/pages.css.scss */
.pages.faq #contact-methods-group, .contacts.new #contact-methods-group, .pages.shipping_policy #contact-methods-group {
  margin-bottom: 71px;
}

/* line 375, app/assets/stylesheets/pages.css.scss */
.pages.faq #contact-methods-group .method-icon, .contacts.new #contact-methods-group .method-icon, .pages.shipping_policy #contact-methods-group .method-icon {
  height: 88px;
  margin-bottom: 8px;
}

/* line 380, app/assets/stylesheets/pages.css.scss */
.pages.faq #contact-methods-group .method-name, .contacts.new #contact-methods-group .method-name, .pages.shipping_policy #contact-methods-group .method-name {
  margin-bottom: 16px;
}

/* line 384, app/assets/stylesheets/pages.css.scss */
.pages.faq #contact-methods-group .method-detail, .contacts.new #contact-methods-group .method-detail, .pages.shipping_policy #contact-methods-group .method-detail {
  margin-bottom: 20px;
}

/* line 386, app/assets/stylesheets/pages.css.scss */
.pages.faq #contact-methods-group .method-detail a, .contacts.new #contact-methods-group .method-detail a, .pages.shipping_policy #contact-methods-group .method-detail a {
  color: inherit;
  text-decoration: none;
}

/* line 395, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .inline-sign-up-form, .contacts.new .inline-sign-up-form, .pages.shipping_policy .inline-sign-up-form {
  margin-bottom: 76px;
}

/* line 398, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .inline-sign-up-form .email-input-field, .contacts.new .inline-sign-up-form .email-input-field, .pages.shipping_policy .inline-sign-up-form .email-input-field {
  width: 100%;
  max-width: 515px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 9px 16px;
  margin: 0;
  outline: none;
}

/* line 408, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .inline-sign-up-form .email-input-field::-moz-placeholder, .contacts.new .inline-sign-up-form .email-input-field::-moz-placeholder, .pages.shipping_policy .inline-sign-up-form .email-input-field::-moz-placeholder {
  color: #D8D8D8;
}
.pages.privacy_policy .inline-sign-up-form .email-input-field::placeholder, .contacts.new .inline-sign-up-form .email-input-field::placeholder, .pages.shipping_policy .inline-sign-up-form .email-input-field::placeholder {
  color: #D8D8D8;
}

/* line 413, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .inline-sign-up-form .secondry-btn, .contacts.new .inline-sign-up-form .secondry-btn, .pages.shipping_policy .inline-sign-up-form .secondry-btn {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: black;
  background: none;
  padding: 8px 23px;
  border: 2px solid #353535;
  box-sizing: border-box;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

/* line 432, app/assets/stylesheets/pages.css.scss */
.pages.shipping_policy .shipping-icon {
  margin-top: 60px;
}

/* line 436, app/assets/stylesheets/pages.css.scss */
.pages.shipping_policy .btn-gradient-orange {
  padding: 8px 23px;
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  border-radius: 100px;
  margin: 0px 24px;
  color: #FFFFFF;
  border: none;
  outline: none;
}

/* line 447, app/assets/stylesheets/pages.css.scss */
.pages.shipping_policy .main-heading {
  margin: 27px 0 28px 0 !important;
}

/* line 451, app/assets/stylesheets/pages.css.scss */
.pages.shipping_policy .sub-heading {
  font-weight: 400;
}

/* line 455, app/assets/stylesheets/pages.css.scss */
.pages.shipping_policy .btn-continue {
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  border-radius: 100px;
  color: #FFFFFF;
  padding: 8px 71px;
  font-weight: 600;
}

/* line 464, app/assets/stylesheets/pages.css.scss */
.pages.shipping_policy .question-heading {
  margin-bottom: 32px !important;
  font-family: 'Draught';
  font-size: 64px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 474, app/assets/stylesheets/pages.css.scss */
.pages.shipping_policy #faq-collapse-group {
  margin-bottom: 50px !important;
}

/* line 477, app/assets/stylesheets/pages.css.scss */
.pages.shipping_policy .sign-up {
  font-family: 'Draught';
  margin-top: 80px;
  margin-bottom: 52px;
  font-size: 64px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 489, app/assets/stylesheets/pages.css.scss */
.pages.faq, .pages.shipping_policy {
  background: #FAFAFA;
}

/* line 491, app/assets/stylesheets/pages.css.scss */
.pages.faq .bg-gradient-warm, .pages.shipping_policy .bg-gradient-warm {
  background: linear-gradient(180deg, #F1B71C 0%, rgba(196, 196, 196, 0) 100%);
  height: 445px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 192px;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  width: 347px;
}

/* line 503, app/assets/stylesheets/pages.css.scss */
.pages.faq .card .question[aria-expanded="false"], .pages.shipping_policy .card .question[aria-expanded="false"] {
  background: #E6E6E6;
}

/* line 507, app/assets/stylesheets/pages.css.scss */
.pages.faq .main-heading, .pages.shipping_policy .main-heading {
  margin: 63px 0 28px 0;
}

/* line 511, app/assets/stylesheets/pages.css.scss */
.pages.faq .sub-heading, .pages.shipping_policy .sub-heading {
  margin-bottom: 64px;
}

/* line 515, app/assets/stylesheets/pages.css.scss */
.pages.faq #faq-collapse-group, .pages.shipping_policy #faq-collapse-group {
  margin-bottom: 64px;
}

/* line 519, app/assets/stylesheets/pages.css.scss */
.pages.faq #still-have-questions, .pages.shipping_policy #still-have-questions {
  margin-bottom: 23px;
}

/* line 523, app/assets/stylesheets/pages.css.scss */
.pages.faq .tt .draught-h2, .pages.shipping_policy .tt .draught-h2 {
  margin-bottom: 32px;
}

/* line 528, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy {
  background: #FAFAFA;
}

/* line 530, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .bg-gradient-warm {
  background: linear-gradient(180deg, #FF9900 0%, rgba(196, 196, 196, 0) 100%);
  height: 445px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 192px;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  width: 347px;
}

/* line 543, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .clear_link {
  outline: none;
  text-decoration: underline;
  color: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* line 551, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .card .question[aria-expanded="false"] {
  background: #E6E6E6;
}

/* line 555, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .main-heading {
  margin: 64px 0 30px 0;
}

/* line 559, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .sub-heading {
  margin-bottom: 46px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 28px;
}

/* line 566, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .last-updated {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  margin-bottom: 8px;
}

/* line 577, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy #privacy-policy-collapse-group {
  margin-bottom: 73px;
}

/* line 581, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .draught-h2 {
  margin-bottom: 33px;
}

/* line 585, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .btn-gradient-orange {
  padding: 8px 23px;
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px RGB(240 170 28/45%);
  border-radius: 100px;
  margin: 0px 24px;
  color: #FFFFFF;
  border: none;
  outline: none;
}

/* line 597, app/assets/stylesheets/pages.css.scss */
.header_v2 {
  padding-bottom: 80px !important;
}

/* line 602, app/assets/stylesheets/pages.css.scss */
.contacts.new .container-fluid {
  padding: 0px;
}

/* line 606, app/assets/stylesheets/pages.css.scss */
.contacts.new .message_submit {
  align-self: center;
}

/* line 610, app/assets/stylesheets/pages.css.scss */
.contacts.new .btn-home a {
  text-decoration: none;
}

/* line 614, app/assets/stylesheets/pages.css.scss */
.contacts.new .navbar {
  margin-bottom: 0;
}

/* line 619, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-us-form-group .main-heading {
  padding: 62.5px 18px 24px 20px;
  margin: 0;
}

/* line 624, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-us-form-group .line {
  width: 77%;
  margin-bottom: 24px;
}

/* line 629, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-us-form-group .contact-us-form {
  padding: 0 48px;
}

/* line 631, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-us-form-group .contact-us-form .form-group {
  margin-bottom: 24px;
}

/* line 635, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-us-form-group .contact-us-form .form-control {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #F9F9F9;
}

/* line 642, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-us-form-group .contact-us-form .form-control.is-valid, .contacts.new .contact-us-form-group .contact-us-form.was-validated .form-control:valid {
  background-image: url(/assets/check_circle_green-a5f407d5153dec39fcaa4a3d9413edb714fd58725af27c079a2bda8b8b7bdc30.svg);
  border-color: #7CC039;
}

/* line 648, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-us-form-group .contact-us-form .form-control.is-invalid, .contacts.new .contact-us-form-group .contact-us-form.was-validated .form-control:invalid {
  background-image: url(/assets/times_circle_red-f1648efb6c9b07c5e0acd994433d6ab0fd4b60fc26f99e1cf1cb837de7ebd147.svg);
  border-color: #EC5231;
}

/* line 656, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-methods-section {
  background: #F9F9F9;
  margin-bottom: 62px;
}

/* line 660, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-methods-section #still-have-questions {
  padding-top: 50px;
  margin-bottom: 20px;
  font-family: Draught;
  font-size: 60px;
  line-height: 50px;
  font-weight: 400;
}

/* line 669, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-methods-section .sub-text {
  margin-bottom: 36px;
  padding: 0 30px;
}

/* line 674, app/assets/stylesheets/pages.css.scss */
.contacts.new .contact-methods-section #contact-methods-group .contact-method .method-detail {
  margin-bottom: 52px;
}

/* line 679, app/assets/stylesheets/pages.css.scss */
.contacts.new .sign-up-heading {
  margin-bottom: 32px;
  font-weight: 400;
}

/* line 684, app/assets/stylesheets/pages.css.scss */
.contacts.new .inline-sign-up-form {
  margin-bottom: 52px;
}

/* line 688, app/assets/stylesheets/pages.css.scss */
.contacts.new .tt .draught-h2 {
  margin-bottom: 32px;
}

/* line 692, app/assets/stylesheets/pages.css.scss */
.contacts.new .btn-gradient-orange {
  padding: 8px 23px;
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px RGB(240 170 28/45%);
  border-radius: 100px;
  margin: 0px 24px;
  color: #FFFFFF;
  border: none;
  outline: none;
}

/* line 706, app/assets/stylesheets/pages.css.scss */
.pages.faq .faq-search-group {
  background-color: white;
}

/* line 708, app/assets/stylesheets/pages.css.scss */
.pages.faq .faq-search-group .faq-search-input {
  background-color: white;
}

/* line 714, app/assets/stylesheets/pages.css.scss */
.faq-email-link {
  color: #FFB514;
}

@media (min-width: 1200px) {
  /* line 720, app/assets/stylesheets/pages.css.scss */
  .pages.faq .container, .pages.shipping_policy .container {
    max-width: 1140px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 729, app/assets/stylesheets/pages.css.scss */
  .pages.faq .bg-gradient-warm, .pages.privacy_policy .bg-gradient-warm, .pages.shipping_policy .bg-gradient-warm {
    top: 165px;
    height: 245px;
  }
  /* line 734, app/assets/stylesheets/pages.css.scss */
  .pages.faq .main-heading, .pages.privacy_policy .main-heading, .pages.shipping_policy .main-heading {
    font-size: 72px;
    line-height: 56px;
    margin: 33px 0 20px 0;
  }
  /* line 740, app/assets/stylesheets/pages.css.scss */
  .pages.faq .poppins-h3, .pages.privacy_policy .poppins-h3, .pages.shipping_policy .poppins-h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
  /* line 746, app/assets/stylesheets/pages.css.scss */
  .pages.faq .poppins-h4, .pages.privacy_policy .poppins-h4, .pages.shipping_policy .poppins-h4 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 24px;
  }
  /* line 752, app/assets/stylesheets/pages.css.scss */
  .pages.faq .sub-heading, .pages.privacy_policy .sub-heading, .pages.shipping_policy .sub-heading {
    margin-bottom: 26px;
  }
  /* line 756, app/assets/stylesheets/pages.css.scss */
  .pages.faq .faq-search-group, .pages.privacy_policy .faq-search-group, .pages.shipping_policy .faq-search-group {
    margin-bottom: 21px;
  }
  /* line 760, app/assets/stylesheets/pages.css.scss */
  .pages.faq .card, .pages.privacy_policy .card, .pages.shipping_policy .card {
    margin: 0 0 16px 0;
  }
  /* line 762, app/assets/stylesheets/pages.css.scss */
  .pages.faq .card .question, .pages.privacy_policy .card .question, .pages.shipping_policy .card .question {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 36px 24px 30px;
  }
  /* line 767, app/assets/stylesheets/pages.css.scss */
  .pages.faq .card .question[aria-expanded="false"], .pages.privacy_policy .card .question[aria-expanded="false"], .pages.shipping_policy .card .question[aria-expanded="false"] {
    padding: 25px 36px 25px 30px;
  }
  /* line 772, app/assets/stylesheets/pages.css.scss */
  .pages.faq .card .answer, .pages.privacy_policy .card .answer, .pages.shipping_policy .card .answer {
    padding: 0 30px 25px 30px;
  }
  /* line 777, app/assets/stylesheets/pages.css.scss */
  .pages.faq #privacy-policy-collapse-group, .pages.privacy_policy #privacy-policy-collapse-group, .pages.shipping_policy #privacy-policy-collapse-group {
    margin-bottom: 21px;
  }
  /* line 779, app/assets/stylesheets/pages.css.scss */
  .pages.faq #privacy-policy-collapse-group .col-12, .pages.privacy_policy #privacy-policy-collapse-group .col-12, .pages.shipping_policy #privacy-policy-collapse-group .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 785, app/assets/stylesheets/pages.css.scss */
  .pages.faq .draught-h2, .pages.privacy_policy .draught-h2, .pages.shipping_policy .draught-h2 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 24px;
  }
  /* line 793, app/assets/stylesheets/pages.css.scss */
  .pages.faq #contact-methods-group, .pages.shipping_policy #contact-methods-group {
    margin-bottom: 0;
  }
  /* line 795, app/assets/stylesheets/pages.css.scss */
  .pages.faq #contact-methods-group .method-name, .pages.shipping_policy #contact-methods-group .method-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 4px;
  }
  /* line 802, app/assets/stylesheets/pages.css.scss */
  .pages.faq #contact-methods-group .method-detail, .pages.shipping_policy #contact-methods-group .method-detail {
    margin-bottom: 55px;
  }
  /* line 806, app/assets/stylesheets/pages.css.scss */
  .pages.faq #contact-methods-group .chat-method .method-detail, .pages.shipping_policy #contact-methods-group .chat-method .method-detail {
    margin-bottom: 6px;
  }
  /* line 813, app/assets/stylesheets/pages.css.scss */
  .pages.privacy_policy .inline-sign-up-form, .contacts.new .inline-sign-up-form, .pages.shipping_policy .inline-sign-up-form {
    margin-bottom: 0;
  }
  /* line 816, app/assets/stylesheets/pages.css.scss */
  .pages.privacy_policy .inline-sign-up-form .email-input-field, .contacts.new .inline-sign-up-form .email-input-field, .pages.shipping_policy .inline-sign-up-form .email-input-field {
    width: 62%;
  }
  /* line 820, app/assets/stylesheets/pages.css.scss */
  .pages.privacy_policy .inline-sign-up-form .btn-gradient-orange, .contacts.new .inline-sign-up-form .btn-gradient-orange, .pages.shipping_policy .inline-sign-up-form .btn-gradient-orange {
    margin: 0 0 0 16px;
  }
  /* line 828, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-us-form-group .main-heading {
    padding: 26px 18px 16px 20px;
    font-size: 72px;
    line-height: 53px;
    margin: 0 auto;
  }
  /* line 835, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-us-form-group .line {
    width: 67%;
    margin-bottom: 16px;
  }
  /* line 840, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-us-form-group .poppins-h3 {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 845, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-us-form-group .contact-us-form {
    padding: 0 8px;
  }
  /* line 848, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-us-form-group .contact-us-form .btn-gradient-orange {
    margin-bottom: 18px;
  }
  /* line 852, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-us-form-group .contact-us-form .form-control {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 8px;
  }
  /* line 860, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-methods-section {
    background: #FFFFFF;
    margin-bottom: 45px;
    padding-top: 16px;
  }
  /* line 865, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-methods-section #still-have-questions {
    padding-top: 0;
    font-family: Draught;
    font-size: 40px;
    line-height: 35px;
  }
  /* line 872, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-methods-section .sub-text {
    margin-bottom: 52px;
  }
  /* line 877, app/assets/stylesheets/pages.css.scss */
  .contacts.new .sign-up-heading {
    font-size: 40px;
    line-height: 35px;
    padding: 0 24px;
  }
}

@media (max-width: 755px) {
  /* line 888, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-us-form-group .main-heading {
    max-width: 282px;
  }
  /* line 892, app/assets/stylesheets/pages.css.scss */
  .contacts.new .contact-us-form-group .line {
    max-width: 255px;
  }
  /* line 899, app/assets/stylesheets/pages.css.scss */
  .pages.shipping_policy .shipping-icon {
    margin-top: 42px;
  }
  /* line 903, app/assets/stylesheets/pages.css.scss */
  .pages.shipping_policy .btn-continue {
    padding: 9px 146px;
  }
  /* line 907, app/assets/stylesheets/pages.css.scss */
  .pages.shipping_policy .secondry-btn {
    background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
    box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
    border-radius: 100px;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    margin: 0 8px 0;
  }
  /* line 917, app/assets/stylesheets/pages.css.scss */
  .pages.shipping_policy #faq-collapse-group {
    margin-bottom: 32px !important;
  }
  /* line 921, app/assets/stylesheets/pages.css.scss */
  .pages.shipping_policy .question-heading {
    font-family: 'Poppins-bold';
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: none;
  }
  /* line 931, app/assets/stylesheets/pages.css.scss */
  .pages.shipping_policy .sign-up {
    margin-top: 50px;
    font-family: 'Poppins-bold';
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-transform: none;
    font-weight: 700;
  }
}

@media (max-width: 410px) {
  /* line 947, app/assets/stylesheets/pages.css.scss */
  .pages.shipping_policy .btn-continue {
    padding: 9px 58px;
  }
}

/* line 954, app/assets/stylesheets/pages.css.scss */
#default {
  background: #F9F9F9;
}

/* line 958, app/assets/stylesheets/pages.css.scss */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 963, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .email-group, .pages.shipping_policy .email-group, .contacts.new .email-group, .footer .email-group, .checkout.update_registration .email-group {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  max-width: 515px;
}

/* line 970, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .error-message, .pages.shipping_policy .error-message, .contacts.new .error-message, .footer .error-message, .checkout.update_registration .error-message {
  font-family: 'Poppins';
  font-size: 10px;
  color: #E32754;
  margin-left: auto;
  display: block;
  text-align: left;
  width: 100%;
  cursor: default;
  display: none;
}

/* line 982, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .error-show, .pages.shipping_policy .error-show, .contacts.new .error-show, .footer .error-show, .checkout.update_registration .error-show {
  display: block;
}

/* line 986, app/assets/stylesheets/pages.css.scss */
.pages.privacy_policy .news_letter_submit, .pages.shipping_policy .news_letter_submit, .contacts.new .news_letter_submit, .footer .news_letter_submit, .checkout.update_registration .news_letter_submit {
  vertical-align: top;
}

@media (max-width: 767px) {
  /* line 991, app/assets/stylesheets/pages.css.scss */
  .pages.privacy_policy .inline-sign-up-form .email-input-field, .pages.shipping_policy .inline-sign-up-form .email-input-field, .contacts.new .inline-sign-up-form .email-input-field, .footer .inline-sign-up-form .email-input-field, .checkout.update_registration .inline-sign-up-form .email-input-field {
    width: 100%;
  }
}

/* line 998, app/assets/stylesheets/pages.css.scss */
.footer .email-group {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  max-width: 330px !important;
}

/* line 1005, app/assets/stylesheets/pages.css.scss */
.footer .error-message {
  color: #FFFFFF;
}

/* line 1008, app/assets/stylesheets/pages.css.scss */
.footer .news-letter-form .email-input {
  padding: 5px 8px 4px 14px !important;
}

/* line 1013, app/assets/stylesheets/pages.css.scss */
*::-moz-selection {
  background: #FFB514;
}
*::selection {
  background: #FFB514;
}

/* line 1017, app/assets/stylesheets/pages.css.scss */
*::-moz-selection {
  background: #FFB514;
}

/* line 1021, app/assets/stylesheets/pages.css.scss */
*::-webkit-selection {
  background: #FFB514;
}

@font-face {
  font-family: 'Draught';
  src: url(/assets/draught-sans-serif-dd34e78a822dd7f49acd392efce271285bb36b95c72cf5d50a177bde9f448955.woff) format("woff"), url(/assets/draught-sans-serif-34d844f2683ee7d589fc9af41b77679a789f8493dd61007953e8a89eb475904c.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DraughtSansSerif-Textured-Regular';
  src: url(/assets/draught-sans-serif-textured-b6bf2abae133e5f0445b55c3ce27749761249af0d6e08ac4d26ef139852b98f9.woff) format("woff"), url(/assets/draught-sans-serif-textured-21fcfa03c7f08e4b81ecde2e6bec48ef8d16760b1120c4b10a967fb353292c99.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(/assets/Poppins-Regular-a87f45820cbf383d4e9de05508c1018904e38714b80df5e66471aaf50598b09e.ttf) format("TrueType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-medium';
  src: url(/assets/Poppins-Medium-a0b175e6a264afe1ce1dd92dfed7dce5dc11456840b0485ba483b2af54814baf.ttf) format("TrueType");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-semi-bold';
  src: url(/assets/Poppins-Semi-Bold-a27799af8da2e1b65bc12769eb5f8da47b0689e24f5cf655a4fb58db80bd90b7.ttf) format("TrueType");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-bold';
  src: url(/assets/Poppins-Bold-0d0be7f1fdac1c3d56bc39b556b6ca8b3c86484aa932a2446fbbc747f0460be7.ttf) format("TrueType");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-regular';
  src: url(/assets/Lexend-Regular-ab3c10e22190e4d96d4b19adcce1029a87aa0b9549120da6765231745160ba44.ttf) format("TrueType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-medium';
  src: url(/assets/Lexend-Medium-44bcddfdea5c01232d4a5525ef8df203cc127bfd305a0d611c25a7b8d1b52776.ttf) format("TrueType");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-semi-bold';
  src: url(/assets/Lexend-Semi-Bold-941f7b008e02a985f735f4d328bdca3344398d978804f698e8e9a146a80f9f52.ttf) format("TrueType");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url(/assets/Lexend-Bold-28fa1054e7d82b5088f32095c332197f2802b7c4d0aaf61db86e75f1b2e53f63.ttf) format("TrueType");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-extra-bold';
  src: url(/assets/Lexend-ExtraBold-d795c8766f85ee4444c3f5ea5da5f6361e977f1dcdd40eb5d61e41df89dc7245.ttf) format("TrueType");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-Medium';
  src: url(/assets/Lexend-Medium-44bcddfdea5c01232d4a5525ef8df203cc127bfd305a0d611c25a7b8d1b52776.ttf) format("TrueType");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Anton-Regular';
  src: url(/assets/Anton-Regular-b1bc26ca6cca17af41a11a8a38decc29b612b5bfc4270999d6e798e11d2572f1.ttf) format("TrueType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlusJakartaSans-Medium';
  src: url(/assets/PlusJakartaSans-Medium-1d589376be7f4fb02b4874d807480741e227cafedd68c5d0d319bacd657d8a7d.ttf) format("TrueType");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlusJakartaSans-SemiBold';
  src: url(/assets/PlusJakartaSans-SemiBold-b9b9dd82fe0c1511294889b01ac0b33b5cec75cc9233e4230a084bda32f9ae9d.ttf) format("TrueType");
  font-style: normal;
  font-display: swap;
}

/* line 1, app/assets/stylesheets/flash.css.scss */
.flash-wrapper .flash {
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
  padding-right: -15px;
  padding-left: -15px;
}

/* line 8, app/assets/stylesheets/flash.css.scss */
.flash-wrapper .flash.notice {
  background-color: #00ADEE;
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/flash.css.scss */
.flash-wrapper .flash.success {
  background-color: #51C571;
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/flash.css.scss */
.flash-wrapper .flash.error {
  background-color: #E32754;
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/flash.css.scss */
.alert {
  color: var(--palette-shades-0);
  background-color: var(--palette-destructive-500);
  border-radius: 0;
  border: none;
}

/* line 29, app/assets/stylesheets/flash.css.scss */
.turbolinks-progress-bar {
  z-index: 1111111;
  background: #F1B71C;
  height: 5px;
}

/* line 3, app/assets/stylesheets/errors.css.scss */
.errors.not_found .container,
.errors.internal_server .container {
  max-width: 1440px;
}

/* line 7, app/assets/stylesheets/errors.css.scss */
.errors.not_found .error_page_bg,
.errors.internal_server .error_page_bg {
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0px;
}

/* line 14, app/assets/stylesheets/errors.css.scss */
.errors.not_found .corner-image,
.errors.internal_server .corner-image {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 20, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container,
.errors.internal_server .data-container {
  position: relative;
  text-align: left;
}

/* line 23, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .agzaga_logo,
.errors.internal_server .data-container .agzaga_logo {
  margin: 48px auto 90px;
  width: 226.56px;
  height: 48px;
  text-align: center;
}

/* line 30, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .mobile-icons,
.errors.internal_server .data-container .mobile-icons {
  display: none;
}

/* line 34, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content,
.errors.internal_server .data-container .page-content {
  position: relative;
  padding-left: 78px;
  margin-bottom: 150px;
}

/* line 38, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .error_page-heading,
.errors.internal_server .data-container .page-content .error_page-heading {
  font-size: 43px;
  line-height: 56px;
  margin-bottom: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: 'Poppins-bold';
}

/* line 47, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .error_404_img,
.errors.internal_server .data-container .page-content .error_404_img {
  margin-bottom: 20px;
}

/* line 51, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .pg-not-found,
.errors.internal_server .data-container .page-content .pg-not-found {
  margin-bottom: 40px;
}

/* line 55, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .error_page-description,
.errors.internal_server .data-container .page-content .error_page-description {
  line-height: 28px;
  text-align: center;
  color: #353535;
  width: 473px;
  margin: 0px auto 48px;
}

/* line 63, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .error_page-btn,
.errors.internal_server .data-container .page-content .error_page-btn {
  margin-bottom: 24px;
}

/* line 65, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .error_page-btn .home-btn,
.errors.internal_server .data-container .page-content .error_page-btn .home-btn {
  border: 2px solid #353535;
  border-radius: 16px;
  padding: 11px 44px 11px 47px;
  font-family: 'Poppins-bold';
  letter-spacing: 0.07em;
  margin-bottom: 24px;
}

/* line 72, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .error_page-btn .home-btn:before,
.errors.internal_server .data-container .page-content .error_page-btn .home-btn:before {
  content: url(/assets/arrow_left_long_black-90e07d0ce5f07dbf3f56da4e9b5bc79f2210133c872997afff791a82b2b0337a.svg);
  padding-right: 8px;
  vertical-align: middle;
}

/* line 81, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .social-icons .nav-link,
.errors.internal_server .data-container .page-content .social-icons .nav-link {
  padding: 0px 6px;
  color: black;
  font-size: 20px;
}

/* line 85, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .social-icons .nav-link:hover,
.errors.internal_server .data-container .page-content .social-icons .nav-link:hover {
  color: #F1B71C;
}

/* line 91, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .search-products,
.errors.internal_server .data-container .page-content .search-products {
  position: absolute;
  bottom: 42px;
  padding-left: 22px;
  margin-bottom: 20px;
}

/* line 97, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .search-products .search-heading,
.errors.internal_server .data-container .page-content .search-products .search-heading {
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #171717;
  margin-bottom: 16px;
  font-family: 'Poppins-bold';
}

/* line 106, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .search-products .nav-search-box .search-form,
.errors.internal_server .data-container .page-content .search-products .nav-search-box .search-form {
  background: #EDEDED;
}

/* line 108, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .search-products .nav-search-box .search-form .search-input,
.errors.internal_server .data-container .page-content .search-products .nav-search-box .search-form .search-input {
  background: #EDEDED;
}

/* line 112, app/assets/stylesheets/errors.css.scss */
.errors.not_found .data-container .page-content .search-products .nav-search-box .search-form [type="search"]::-webkit-search-cancel-button,
.errors.not_found .data-container .page-content .search-products .nav-search-box .search-form [type="search"]::-webkit-search-decoration,
.errors.internal_server .data-container .page-content .search-products .nav-search-box .search-form [type="search"]::-webkit-search-cancel-button,
.errors.internal_server .data-container .page-content .search-products .nav-search-box .search-form [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 1200px) {
  /* line 124, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content,
.errors.internal_server .data-container .page-content {
    position: relative;
    padding: 0px 38px;
    margin-bottom: 100px;
  }
  /* line 128, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .search-products,
.errors.internal_server .data-container .page-content .search-products {
    text-align: center;
    position: relative;
    bottom: 0px;
  }
}

@media (max-width: 800px) {
  /* line 137, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .agzaga_logo,
.errors.internal_server .agzaga_logo {
    margin: 40px auto 100px;
    width: 167.44px;
    height: 35.47px;
  }
  /* line 143, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .error_page_bg,
.errors.internal_server .error_page_bg {
    content: url(/assets/error_page_bg_mob-b8b1c6a2244eba81d09e8392ef2dc0986ba121f07dae11cf063edf00f8dc46bd.svg);
    margin-left: auto;
    margin-right: auto;
    top: 21px;
    left: 0px;
    right: 0px;
  }
  /* line 153, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .corner-image,
.errors.internal_server .data-container .corner-image {
    display: none;
  }
  /* line 157, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .mobile-icons,
.errors.internal_server .data-container .mobile-icons {
    display: block;
    margin-bottom: 34px;
    margin-top: -37px;
  }
  /* line 163, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .social-icons,
.errors.internal_server .data-container .social-icons {
    position: relative;
    background: transparent;
    padding: inherit;
    box-shadow: none;
    border-radius: 0px;
  }
  /* line 169, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .social-icons .nav-link,
.errors.internal_server .data-container .social-icons .nav-link {
    padding: 0px 6px;
    color: black;
    font-size: 20px;
  }
  /* line 173, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .social-icons .nav-link:hover,
.errors.internal_server .data-container .social-icons .nav-link:hover {
    color: #F1B71C;
  }
  /* line 179, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content,
.errors.internal_server .data-container .page-content {
    margin-bottom: 107px;
  }
  /* line 181, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .error_page-heading,
.errors.internal_server .data-container .page-content .error_page-heading {
    font-size: 28px;
    line-height: 38px;
  }
  /* line 185, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .pg-not-found,
.errors.internal_server .data-container .page-content .pg-not-found {
    margin-bottom: 16px;
  }
  /* line 189, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .error_page-description,
.errors.internal_server .data-container .page-content .error_page-description {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.03em;
    width: 333px;
    margin-bottom: 32px;
  }
  /* line 197, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .error_404_img,
.errors.internal_server .data-container .page-content .error_404_img {
    content: url(/assets/error_404_small-55759d1afce172992f3d09e8985fa16c30eca5898981aeba70826d70bea80269.svg);
  }
  /* line 201, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .desktop-icons,
.errors.internal_server .data-container .page-content .desktop-icons {
    display: none;
  }
}

@media (max-width: 474px) {
  /* line 210, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .corner-image,
.errors.internal_server .corner-image {
    max-width: 346px;
    width: 100%;
  }
  /* line 215, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .error_page_bg,
.errors.internal_server .error_page_bg {
    max-width: 414px;
    width: 100%;
  }
  /* line 223, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .page-content .search-products .nav-search-box .search-form,
.errors.internal_server .page-content .search-products .nav-search-box .search-form {
    max-width: 360px;
    width: 100%;
  }
  /* line 231, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content,
.errors.internal_server .data-container .page-content {
    margin-bottom: 85px;
  }
  /* line 233, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .search-products,
.errors.internal_server .data-container .page-content .search-products {
    padding-left: 0;
  }
  /* line 238, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .error_page-description,
.errors.internal_server .data-container .page-content .error_page-description {
    max-width: 333px;
    width: 100%;
  }
}

@media (max-width: 375px) {
  /* line 246, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .error_page_bg,
.errors.internal_server .error_page_bg {
    margin-top: 34px;
  }
  /* line 251, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .error_404_img,
.errors.internal_server .data-container .page-content .error_404_img {
    max-width: 338px;
    width: 100%;
  }
  /* line 256, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .error_page-description,
.errors.internal_server .data-container .page-content .error_page-description {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  /* line 264, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .error_404_img,
.errors.internal_server .data-container .page-content .error_404_img {
    width: 200px;
  }
  /* line 268, app/assets/stylesheets/errors.css.scss */
  .errors.not_found .data-container .page-content .error_page-heading,
.errors.internal_server .data-container .page-content .error_page-heading {
    font-size: 22px;
    line-height: 12px;
  }
}

/* line 73, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
:root {
  --palette-neutral-50: #FAFAFA;
  --palette-neutral-100: #F4F4F5;
  --palette-neutral-200: #E4E4E7;
  --palette-neutral-300: #D4D4D8;
  --palette-neutral-400: #A1A1AA;
  --palette-neutral-500: #71717A;
  --palette-neutral-600: #52525B;
  --palette-neutral-700: #3F3F46;
  --palette-neutral-800: #27272A;
  --palette-neutral-900: #18181B;
  --palette-primary-50: #FFF8E8;
  --palette-primary-100: #FFEDC7;
  --palette-primary-200: #FFD882;
  --palette-primary-300: #FFC954;
  --palette-primary-400: #FFBE30;
  --palette-primary-500: #FFB514;
  --palette-primary-600: #D69300;
  --palette-primary-700: #9E6900;
  --palette-primary-800: #7A4100;
  --palette-primary-900: #4A2B07;
  --palette-success-50: #F0FDF4;
  --palette-success-100: #DCFCE7;
  --palette-success-200: #BBF7D0;
  --palette-success-300: #86EFAC;
  --palette-success-400: #4ADE80;
  --palette-success-500: #22C55E;
  --palette-success-600: #16A34A;
  --palette-success-700: #15803D;
  --palette-success-800: #166534;
  --palette-success-900: #14532D;
  --palette-warning-50: #FFF7ED;
  --palette-warning-100: #FFEDD5;
  --palette-warning-200: #FED7AA;
  --palette-warning-300: #FDBA74;
  --palette-warning-400: #FB923C;
  --palette-warning-500: #F97316;
  --palette-warning-600: #EA580C;
  --palette-warning-700: #C2410C;
  --palette-warning-800: #9A3412;
  --palette-warning-900: #7C2D12;
  --palette-destructive-50: #FEF2F2;
  --palette-destructive-100: #FEE2E2;
  --palette-destructive-200: #FECACA;
  --palette-destructive-300: #FCA5A5;
  --palette-destructive-400: #F87171;
  --palette-destructive-500: #EF4444;
  --palette-destructive-600: #DC2626;
  --palette-destructive-700: #B91C1C;
  --palette-destructive-800: #991B1B;
  --palette-destructive-900: #7F1D1D;
  --palette-shades-0: #FFFFFF;
  --palette-shades-100: #000000;
}

/* line 226, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-normal {
  font-weight: 500;
}

/* line 230, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-sbold {
  font-weight: 600;
}

/* line 234, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-bold {
  font-weight: bold;
}

/* line 238, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-xbold {
  font-weight: 800;
}

/* line 1, app/assets/stylesheets/spree/agzaga_ds/button_group.css.scss */
.ag-btn-group {
  position: relative;
  display: flex;
  vertical-align: middle;
  margin: 10px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/button_group.css.scss */
.ag-btn-group .ag-btn:not(:nth-child(1), :nth-last-child(1)), .ag-btn-group .ag-btn-xs:not(:nth-child(1), :nth-last-child(1)), .ag-btn-group .ag-btn-sm:not(:nth-child(1), :nth-last-child(1)), .ag-btn-group .ag-btn-md:not(:nth-child(1), :nth-last-child(1)), .ag-btn-group .ag-btn-lg:not(:nth-child(1), :nth-last-child(1)) {
  border-radius: 0px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/button_group.css.scss */
.ag-btn-group .ag-btn:nth-child(1), .ag-btn-group .ag-btn-xs:nth-child(1), .ag-btn-group .ag-btn-sm:nth-child(1), .ag-btn-group .ag-btn-md:nth-child(1), .ag-btn-group .ag-btn-lg:nth-child(1) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 18, app/assets/stylesheets/spree/agzaga_ds/button_group.css.scss */
.ag-btn-group .ag-btn:nth-last-child(1), .ag-btn-group .ag-btn-xs:nth-last-child(1), .ag-btn-group .ag-btn-sm:nth-last-child(1), .ag-btn-group .ag-btn-md:nth-last-child(1), .ag-btn-group .ag-btn-lg:nth-last-child(1) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 23, app/assets/stylesheets/spree/agzaga_ds/button_group.css.scss */
.ag-btn-group .ag-btn:not(:last-child), .ag-btn-group .ag-btn-xs:not(:last-child), .ag-btn-group .ag-btn-sm:not(:last-child), .ag-btn-group .ag-btn-md:not(:last-child), .ag-btn-group .ag-btn-lg:not(:last-child) {
  border-right: 0;
}

@media (max-width: 991px) {
  /* line 29, app/assets/stylesheets/spree/agzaga_ds/button_group.css.scss */
  .ag-btn-group {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 33, app/assets/stylesheets/spree/agzaga_ds/button_group.css.scss */
  .ag-btn-group .ag-btn:not(:nth-child(1), :nth-last-child(1)), .ag-btn-group .ag-btn-xs:not(:nth-child(1), :nth-last-child(1)), .ag-btn-group .ag-btn-sm:not(:nth-child(1), :nth-last-child(1)), .ag-btn-group .ag-btn-md:not(:nth-child(1), :nth-last-child(1)), .ag-btn-group .ag-btn-lg:not(:nth-child(1), :nth-last-child(1)) {
    border-radius: 0px;
  }
}

/* line 73, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
:root {
  --palette-neutral-50: #FAFAFA;
  --palette-neutral-100: #F4F4F5;
  --palette-neutral-200: #E4E4E7;
  --palette-neutral-300: #D4D4D8;
  --palette-neutral-400: #A1A1AA;
  --palette-neutral-500: #71717A;
  --palette-neutral-600: #52525B;
  --palette-neutral-700: #3F3F46;
  --palette-neutral-800: #27272A;
  --palette-neutral-900: #18181B;
  --palette-primary-50: #FFF8E8;
  --palette-primary-100: #FFEDC7;
  --palette-primary-200: #FFD882;
  --palette-primary-300: #FFC954;
  --palette-primary-400: #FFBE30;
  --palette-primary-500: #FFB514;
  --palette-primary-600: #D69300;
  --palette-primary-700: #9E6900;
  --palette-primary-800: #7A4100;
  --palette-primary-900: #4A2B07;
  --palette-success-50: #F0FDF4;
  --palette-success-100: #DCFCE7;
  --palette-success-200: #BBF7D0;
  --palette-success-300: #86EFAC;
  --palette-success-400: #4ADE80;
  --palette-success-500: #22C55E;
  --palette-success-600: #16A34A;
  --palette-success-700: #15803D;
  --palette-success-800: #166534;
  --palette-success-900: #14532D;
  --palette-warning-50: #FFF7ED;
  --palette-warning-100: #FFEDD5;
  --palette-warning-200: #FED7AA;
  --palette-warning-300: #FDBA74;
  --palette-warning-400: #FB923C;
  --palette-warning-500: #F97316;
  --palette-warning-600: #EA580C;
  --palette-warning-700: #C2410C;
  --palette-warning-800: #9A3412;
  --palette-warning-900: #7C2D12;
  --palette-destructive-50: #FEF2F2;
  --palette-destructive-100: #FEE2E2;
  --palette-destructive-200: #FECACA;
  --palette-destructive-300: #FCA5A5;
  --palette-destructive-400: #F87171;
  --palette-destructive-500: #EF4444;
  --palette-destructive-600: #DC2626;
  --palette-destructive-700: #B91C1C;
  --palette-destructive-800: #991B1B;
  --palette-destructive-900: #7F1D1D;
  --palette-shades-0: #FFFFFF;
  --palette-shades-100: #000000;
}

/* line 226, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-normal {
  font-weight: 500;
}

/* line 230, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-sbold {
  font-weight: 600;
}

/* line 234, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-bold {
  font-weight: bold;
}

/* line 238, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-xbold {
  font-weight: 800;
}

/* line 3, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn, .ag-btn-xs, .ag-btn-sm, .ag-btn-md, .ag-btn-lg {
  font-weight: 500;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #D4D4D8;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  color: #000;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 19, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn:hover, .ag-btn-xs:hover, .ag-btn-sm:hover, .ag-btn-md:hover, .ag-btn-lg:hover {
  background-color: var(--palette-neutral-200);
  text-decoration: none;
  color: inherit;
}

/* line 26, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-lg {
  padding: 10px 24px;
  font-size: 18px;
  line-height: 28px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-md {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
}

/* line 40, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-sm {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
}

/* line 47, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-xs {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
}

/* line 54, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-primary {
  background-color: var(--palette-primary-500);
  color: var(--palette-shades-0);
  border: 1px solid transparent;
}

/* line 58, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-primary:hover {
  background-color: var(--palette-primary-600);
  color: var(--palette-shades-0);
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-primary:disabled {
  background-color: var(--palette-primary-200);
}

/* line 68, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-primary-secondary {
  background-color: var(--palette-primary-50);
  color: var(--paletter-primary-500);
  border: 1px solid transparent;
}

/* line 72, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-primary-secondary:hover {
  background-color: var(--palette-primary-100);
}

/* line 75, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-primary-secondary:disabled {
  background-color: var(--palette-primary-50);
  color: var(--paletter-primary-300);
}

/* line 81, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-primary-outline {
  border: 1px solid #D4D4D8;
}

/* line 83, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-primary-outline:hover {
  background-color: var(--palette-neutral-200);
  color: var(--palette-neutral-700);
}

/* line 89, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-outlined {
  background: var(--palette-shades-0);
  border: 1px solid var(--palette-neutral-300);
}

/* line 94, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-ghost-primary {
  color: var(--palette-primary-600);
  border: 1px solid transparent;
  text-decoration: none;
}

/* line 98, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-ghost-primary:hover {
  color: var(--palette-primary-800);
}

/* line 103, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-destructive {
  background-color: var(--palette-destructive-500);
  color: var(--paletter-shades-0);
  border: 1px solid transparent;
}

/* line 107, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-destructive:hover {
  background-color: var(--palette-destructive-600);
}

/* line 110, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-destructive:disabled {
  background-color: var(--palette-destructive-200);
  color: var(--paletter-shades-0);
}

/* line 116, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-destructive-secondary {
  background-color: var(--palette-destructive-50);
  color: var(--paletter-destructive-600);
  border: 1px solid transparent;
}

/* line 120, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-destructive-secondary:hover {
  background-color: var(--palette-destructive-100);
}

/* line 123, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-destructive-secondary:disabled {
  background-color: var(--palette-destructive-50);
  color: var(--paletter-destructive-300);
}

/* line 129, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-destructive-outline {
  border: 1px solid var(--palette-destructive-500);
  color: var(--palette-destructive-500);
  border: 1px solid transparent;
}

/* line 133, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-destructive-outline:hover {
  background-color: var(--palette-destructive-50);
  color: var(--palette-destructive-500);
}

/* line 137, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-destructive-outline:disabled {
  color: var(--palette-destructive-300);
}

/* line 142, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-ghost-destructive {
  color: var(--palette-destructive-600);
  text-decoration: none;
  border: 1px solid transparent;
}

/* line 146, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-ghost-destructive:hover {
  color: var(--palette-destructive-700);
}

/* line 149, app/assets/stylesheets/spree/agzaga_ds/buttons.css.scss */
.ag-btn-ghost-destructive:disabled {
  color: var(--palette-destructive-300);
}

/* line 73, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
:root {
  --palette-neutral-50: #FAFAFA;
  --palette-neutral-100: #F4F4F5;
  --palette-neutral-200: #E4E4E7;
  --palette-neutral-300: #D4D4D8;
  --palette-neutral-400: #A1A1AA;
  --palette-neutral-500: #71717A;
  --palette-neutral-600: #52525B;
  --palette-neutral-700: #3F3F46;
  --palette-neutral-800: #27272A;
  --palette-neutral-900: #18181B;
  --palette-primary-50: #FFF8E8;
  --palette-primary-100: #FFEDC7;
  --palette-primary-200: #FFD882;
  --palette-primary-300: #FFC954;
  --palette-primary-400: #FFBE30;
  --palette-primary-500: #FFB514;
  --palette-primary-600: #D69300;
  --palette-primary-700: #9E6900;
  --palette-primary-800: #7A4100;
  --palette-primary-900: #4A2B07;
  --palette-success-50: #F0FDF4;
  --palette-success-100: #DCFCE7;
  --palette-success-200: #BBF7D0;
  --palette-success-300: #86EFAC;
  --palette-success-400: #4ADE80;
  --palette-success-500: #22C55E;
  --palette-success-600: #16A34A;
  --palette-success-700: #15803D;
  --palette-success-800: #166534;
  --palette-success-900: #14532D;
  --palette-warning-50: #FFF7ED;
  --palette-warning-100: #FFEDD5;
  --palette-warning-200: #FED7AA;
  --palette-warning-300: #FDBA74;
  --palette-warning-400: #FB923C;
  --palette-warning-500: #F97316;
  --palette-warning-600: #EA580C;
  --palette-warning-700: #C2410C;
  --palette-warning-800: #9A3412;
  --palette-warning-900: #7C2D12;
  --palette-destructive-50: #FEF2F2;
  --palette-destructive-100: #FEE2E2;
  --palette-destructive-200: #FECACA;
  --palette-destructive-300: #FCA5A5;
  --palette-destructive-400: #F87171;
  --palette-destructive-500: #EF4444;
  --palette-destructive-600: #DC2626;
  --palette-destructive-700: #B91C1C;
  --palette-destructive-800: #991B1B;
  --palette-destructive-900: #7F1D1D;
  --palette-shades-0: #FFFFFF;
  --palette-shades-100: #000000;
}

/* line 226, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-normal {
  font-weight: 500;
}

/* line 230, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-sbold {
  font-weight: 600;
}

/* line 234, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-bold {
  font-weight: bold;
}

/* line 238, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-xbold {
  font-weight: 800;
}

/* line 3, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-family: Poppins;
}

/* line 15, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-lg {
  padding: 4px 10px;
  font-size: 14px;
}

/* line 20, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-md {
  padding: 2px 9px;
  font-size: 14px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-sm {
  padding: 0 6px;
  font-size: 12px;
}

/* line 30, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-primary {
  background-color: var(--palette-primary-500);
  color: var(--palette-shades-0);
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-primary:hover {
  background-color: var(--palette-primary-600);
}

/* line 38, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-primary-secondary {
  background-color: var(--palette-primary-50);
  color: var(--palette-primary-700);
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-primary-secondary:hover {
  background-color: var(--palette-primary-100);
  color: var(--palette-primary-500);
}

/* line 47, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-primary-outline {
  border: 1px solid var(--palette-primary-300);
  color: var(--palette-primary-700);
}

/* line 50, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-primary-outline:hover {
  background-color: var(--palette-neutral-50);
}

/* line 55, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-netural {
  background-color: var(--palette-neutral-900);
  color: var(--palette-shades-0);
}

/* line 58, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-netural:hover {
  background-color: var(--palette-neutral-600);
}

/* line 63, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-netural-secondary {
  background-color: var(--palette-neutral-50);
  color: var(--palette-neutral-700);
}

/* line 66, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-netural-secondary:hover {
  background-color: var(--palette-neutral-100);
  color: var(--palette-neutral-500);
}

/* line 72, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-netural-outline {
  border: 1px solid var(--palette-neutral-300);
  color: var(--palette-neutral-700);
}

/* line 75, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-netural-outline:hover {
  background-color: var(--palette-neutral-50);
}

/* line 80, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-warning {
  background-color: var(--palette-warning-500);
  color: var(--palette-shades-0);
}

/* line 83, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-warning:hover {
  background-color: var(--palette-warning-600);
}

/* line 88, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-warning-secondary {
  background-color: var(--palette-warning-50);
  color: var(--palette-warning-700);
}

/* line 91, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-warning-secondary:hover {
  background-color: var(--palette-warning-100);
  color: var(--palette-warning-500);
}

/* line 97, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-warning-outline {
  border: 1px solid var(--palette-warning-300);
  color: var(--palette-warning-700);
}

/* line 100, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-warning-outline:hover {
  background-color: var(--palette-warning-50);
}

/* line 105, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-success {
  background-color: var(--palette-success-500);
  color: var(--palette-shades-0);
}

/* line 108, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-success:hover {
  background-color: var(--palette-success-600);
}

/* line 113, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-success-secondary {
  background-color: var(--palette-success-50);
  color: var(--palette-success-700);
}

/* line 116, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-success-secondary:hover {
  background-color: var(--palette-success-100);
  color: var(--palette-success-500);
}

/* line 122, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-success-outline {
  border: 1px solid var(--palette-success-300);
  color: var(--palette-success-700);
}

/* line 125, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-success-outline:hover {
  background-color: var(--palette-success-50);
}

/* line 130, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-destructive {
  background-color: var(--palette-destructive-500);
  color: var(--palette-shades-0);
}

/* line 133, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-destructive:hover {
  background-color: var(--palette-destructive-600);
}

/* line 138, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-destructive-secondary {
  background-color: var(--palette-destructive-50);
  color: var(--palette-destructive-700);
}

/* line 141, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-destructive-secondary:hover {
  background-color: var(--palette-destructive-100);
  color: var(--palette-destructive-500);
}

/* line 147, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-destructive-outline {
  border: 1px solid var(--palette-destructive-300);
  color: var(--palette-destructive-700);
}

/* line 150, app/assets/stylesheets/spree/agzaga_ds/badges.css.scss */
.ag-badge-destructive-outline:hover {
  background-color: var(--palette-destructive-50);
}

/* line 7, app/assets/stylesheets/spree/home_page.css.scss */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 90%;
  text-align: center;
  background-color: black;
  display: none;
}

/* line 18, app/assets/stylesheets/spree/home_page.css.scss */
.loader .animation_gif {
  position: absolute;
  width: 30%;
  top: 33%;
  left: 38%;
}

/* line 26, app/assets/stylesheets/spree/home_page.css.scss */
.checkout-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

/* line 37, app/assets/stylesheets/spree/home_page.css.scss */
.checkout-loader .checkout-loading-indicator {
  width: 600px;
  background: white;
  padding: 48px 0 40px 0;
  border-radius: 16px;
  margin: 0 auto;
}

/* line 44, app/assets/stylesheets/spree/home_page.css.scss */
.checkout-loader .checkout-loading-indicator .loading-header {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #18181B;
  margin-bottom: 16px;
}

/* line 56, app/assets/stylesheets/spree/home_page.css.scss */
.checkout-loader .checkout-loading-indicator .loading-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #52525B;
  margin-bottom: 16px;
}

/* line 67, app/assets/stylesheets/spree/home_page.css.scss */
.checkout-loader .checkout-loading-indicator .checkout_animation_gif {
  width: 160px;
  height: 160px;
}

/* line 74, app/assets/stylesheets/spree/home_page.css.scss */
.show-checkout-loader {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* line 80, app/assets/stylesheets/spree/home_page.css.scss */
.checkout-loader-overflow {
  overflow: hidden;
}

/* line 84, app/assets/stylesheets/spree/home_page.css.scss */
.video_overlay {
  content: url(/assets/video-overlay-64c14d2173a440b87abb139373ab36160c999cb3fa2a3f6b7123534e19a69c47.gif);
}

/* line 88, app/assets/stylesheets/spree/home_page.css.scss */
.image_overlay {
  content: url(/assets/product-card-loader-32a473ae3e1546e3a8719bcc207aa70111f8c12197cb54c4e296a00132463cf1.gif);
}

/* line 93, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .navbar {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .data-container.for-hero {
  max-width: unset;
}

/* line 101, app/assets/stylesheets/spree/home_page.css.scss */
.home.index #featured_categories {
  margin-top: 19px;
}

/* line 105, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 29.17vw;
}

/* line 112, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group .hero-video {
  width: 100%;
}

/* line 116, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group .video-overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 53.26%, rgba(0, 0, 0, 0.495675) 100%);
  background-blend-mode: normal, multiply, normal;
}

/* line 129, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group .video-caption {
  font-family: Poppins;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 569px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
}

/* line 141, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group .video-caption .logo-group {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 18px;
}

/* line 146, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group .video-caption .logo-group .caption-text {
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #F1B71C;
  text-align: right;
  margin-right: 25px;
}

/* line 156, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group .video-caption .outerdiv-img {
  width: 458px;
}

/* line 160, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group .video-caption .caption-sub-text {
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

/* line 166, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group .video-caption .caption-sub-text.first {
  margin-bottom: 16px;
}

/* line 171, app/assets/stylesheets/spree/home_page.css.scss */
.home.index .hero-video-group .video-caption .caption-sub-btn {
  font-family: Draught, Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #171717;
  background: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 66px;
  border-radius: 16px;
  padding: 0 9px 14px 16px;
}

/* line 190, app/assets/stylesheets/spree/home_page.css.scss */
.home.index #hero-div {
  padding: 0 25px;
}

/* line 194, app/assets/stylesheets/spree/home_page.css.scss */
.home.index #our-best-deals {
  margin-bottom: 47px;
}

/* line 199, app/assets/stylesheets/spree/home_page.css.scss */
.stock-error-message {
  display: none;
  padding-top: 6px;
  letter-spacing: 0.04em;
  color: #E32754;
  text-align: left;
  margin-top: -4px;
  margin-bottom: -18px;
}

/* line 209, app/assets/stylesheets/spree/home_page.css.scss */
.section-heading {
  font-family: 'Draught', sans-serif;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #000000;
  margin: 0 0 0 0;
  font-weight: normal;
  cursor: default;
}

/* line 220, app/assets/stylesheets/spree/home_page.css.scss */
.view-all-link {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #7B8C48;
  cursor: pointer;
  outline: none;
  display: block;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}

/* line 236, app/assets/stylesheets/spree/home_page.css.scss */
.view-all-link:hover {
  color: #7B8C48;
  text-decoration: none;
}

/* line 241, app/assets/stylesheets/spree/home_page.css.scss */
.view-all-link:after {
  content: url(/assets/view_all_arrow-b6152d95715954e56d2712fa347253ea9d07824b6bee75f4fd157215ec9343e2.svg);
  margin-left: 6px;
  width: 5px;
}

/* line 248, app/assets/stylesheets/spree/home_page.css.scss */
.data-container {
  max-width: 1440px;
  text-align: center;
  margin: 0 auto;
}

/* line 253, app/assets/stylesheets/spree/home_page.css.scss */
.data-container .col {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 260, app/assets/stylesheets/spree/home_page.css.scss */
#featured_categories .container {
  width: 100%;
  max-width: 100%;
}

/* line 266, app/assets/stylesheets/spree/home_page.css.scss */
.product-card {
  width: 332px;
  margin: 0 auto;
  text-align: center;
}

/* line 271, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container {
  width: 332px;
  height: 332px;
  background: white;
  border-radius: 16px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}

/* line 281, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container img {
  width: 332px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 287, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container .sale-tag {
  position: absolute;
  left: 8px;
  top: 8px;
}

/* line 292, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container .sale-tag:before {
  content: 'DEAL';
  color: white;
  background-color: #D52C2C;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  min-width: 88px;
  letter-spacing: 0.08em;
  margin: 0 auto;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  padding: 4px 10px 4px 12px;
}

/* line 311, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container .search-tag {
  position: absolute;
  box-sizing: border-box;
  border-radius: 5px 0px 0px 5px;
  width: 35px;
  height: 24px;
  padding: 5px;
  right: 15px;
  bottom: 19px;
  background-color: #DDDDDD;
  color: #000000;
}

/* line 323, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container .search-tag .search-icon {
  padding: 0;
  height: 14px;
}

/* line 328, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container .search-tag .quick-view-text {
  display: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}

/* line 338, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container .search-tag:hover {
  width: 114px;
  cursor: pointer;
  right: 0px;
  padding: 3px 5px 5px 5px;
}

/* line 344, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container .search-tag:hover .search-icon {
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 2px;
  padding-left: 4px;
}

/* line 351, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .image-container .search-tag:hover .quick-view-text {
  display: block;
  flex: 0 0 66%;
  max-width: 66%;
}

/* line 359, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .sale-shadow {
  box-shadow: 0px 10px 9px rgba(226, 43, 43, 0.07), 0px 2px 6px rgba(226, 43, 43, 0.04), 0px 0px 1px rgba(226, 43, 43, 0.04);
}

/* line 363, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .out-of-stock-shadow {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

/* line 367, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .out-of-stock-text {
  line-height: 16px;
  margin-top: 8px;
  color: #353535;
  font-family: 'Poppins-bold';
}

/* line 374, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .name {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #353535;
  max-width: 290px;
  margin: 0 auto 9px auto;
  cursor: default;
}

/* line 386, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .price {
  margin-top: 0;
  cursor: default;
}

/* line 390, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .price .current-price {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 8px;
}

/* line 400, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .price .orignal-price {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-decoration-line: line-through;
  color: #595959;
  margin-left: 8px;
  margin-bottom: 8px;
}

/* line 412, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .price .discount-percentage {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #E22B2B;
}

/* line 424, app/assets/stylesheets/spree/home_page.css.scss */
.hoverclass .image-container {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
}

/* line 426, app/assets/stylesheets/spree/home_page.css.scss */
.hoverclass .image-container img {
  padding: 6px;
  width: 318px;
  height: 318px;
  border-radius: 16px;
}

/* line 434, app/assets/stylesheets/spree/home_page.css.scss */
.hoverclass .sale-shadow {
  box-shadow: 0px 10px 9px rgba(213, 44, 44, 0.1), 0px 2px 9px rgba(213, 44, 44, 0.04), 0px 0px 1px rgba(213, 44, 44, 0.07);
}

/* line 438, app/assets/stylesheets/spree/home_page.css.scss */
.hoverclass .name {
  color: #171717;
}

/* line 445, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .rating,
.review-box .rating {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 451, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .rating .rating-wheat,
.review-box .rating .rating-wheat {
  display: block;
  margin-right: 12px;
}

/* line 455, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .rating .rating-wheat:before,
.review-box .rating .rating-wheat:before {
  content: url(/assets/agazon_logo_mark_gray-8f2638b402b2112ab80fd6e6f7fe61491660e203d084ecf2352c127ef1a97118.svg);
  display: block;
  height: 23px;
  width: 14px;
  margin: 0;
}

/* line 462, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .rating .rating-wheat.filled:before,
.review-box .rating .rating-wheat.filled:before {
  content: url(/assets/agazon_logo_mark_warm-ce331b75dd6d8994002a697cfee9cea41675d47542bedc9994073e1b5e0edf86.svg);
}

/* line 468, app/assets/stylesheets/spree/home_page.css.scss */
.product-card .rating .number,
.review-box .rating .number {
  font-family: Poppins;
  font-size: 14px;
  line-height: 22px;
  padding-top: 5px;
  color: #000000;
}

/* line 478, app/assets/stylesheets/spree/home_page.css.scss */
.line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.160003);
  max-width: 940px;
  margin: 0 auto 18px;
}

/* line 484, app/assets/stylesheets/spree/home_page.css.scss */
.full-page-line {
  position: absolute;
  left: 0%;
  right: 0%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 492, app/assets/stylesheets/spree/home_page.css.scss */
#our-best-deals {
  margin-bottom: 30px;
}

/* line 496, app/assets/stylesheets/spree/home_page.css.scss */
#our-best-deals,
#addition-carousel {
  padding-left: 15px;
}

/* line 503, app/assets/stylesheets/spree/home_page.css.scss */
#featured-carousel.owl-carousel.owl-drag .owl-item,
#addition-carousel.owl-carousel.owl-drag .owl-item {
  margin-left: 12px;
  margin-right: 12px !important;
}

/* line 509, app/assets/stylesheets/spree/home_page.css.scss */
#top-rated-this-season {
  margin-bottom: 33px;
  padding-top: 35px;
}

/* line 514, app/assets/stylesheets/spree/home_page.css.scss */
#baling-season-essentials {
  margin-top: 75px;
  margin-bottom: 55px;
  padding: 0 40px;
}

/* line 520, app/assets/stylesheets/spree/home_page.css.scss */
#shop_by_brand {
  margin-top: 70px;
}

/* line 525, app/assets/stylesheets/spree/home_page.css.scss */
#shop_by_brand_carousel .owl-nav .owl-prev,
#shop_by_brand_carousel .owl-nav .owl-next {
  top: 37px;
}

/* line 530, app/assets/stylesheets/spree/home_page.css.scss */
#shop_by_brand_carousel .owl-nav .owl-prev:before {
  display: block;
  padding: 4px 4px 0 0;
}

/* line 535, app/assets/stylesheets/spree/home_page.css.scss */
#shop_by_brand_carousel .owl-nav .owl-next:before {
  display: block;
  padding: 4px 0 0 0px;
}

/* line 541, app/assets/stylesheets/spree/home_page.css.scss */
#shop_by_brand_carousel {
  padding: 0 50px;
  margin-bottom: 32px;
  margin-top: 15px;
}

/* line 548, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .section-heading {
  margin: 0 0 27px;
  line-height: 43px;
}

/* line 553, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_image_l {
  margin-bottom: 24px;
  position: relative;
}

/* line 557, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_image_l img {
  border-radius: 24px;
}

/* line 561, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_image_l p {
  margin: 0 0 12px;
}

/* line 565, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_image_l .baling_caption {
  max-width: 65%;
  left: 17%;
}

/* line 572, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_image .baling_caption {
  bottom: 60px;
}

/* line 577, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .shop-btn {
  background: linear-gradient(132.79deg, #F1B71C -4.17%, #EB6E19 100%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  border-radius: 100px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 15px;
  min-width: 184px;
  height: 40px;
  text-shadow: none;
  text-decoration: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

/* line 600, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .shop-btn:hover {
  text-decoration: none;
  color: #fff;
}

/* line 605, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 611, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_image img {
  height: auto;
  border-radius: 24px;
}

/* line 617, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_image:after {
  content: '';
  width: 100%;
  height: auto;
  background-blend-mode: multiply, normal;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
}

/* line 628, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  padding: 0 60px;
  text-align: center;
  z-index: 1000;
  font-family: 'DraughtSansSerif-Textured-Regular', 'Draught', sans-serif;
  font-size: 110px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 3.4375px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.497402);
}

/* line 644, app/assets/stylesheets/spree/home_page.css.scss */
.baling_section .baling_caption p {
  margin: 0 0 30px;
}

/* line 650, app/assets/stylesheets/spree/home_page.css.scss */
.review-box {
  margin: 0 auto;
  background: #F9F9F9;
  padding: 21px 21px 21px;
  border-radius: 16px;
}

/* line 656, app/assets/stylesheets/spree/home_page.css.scss */
.review-box .row {
  justify-content: center;
  align-items: center;
}

/* line 662, app/assets/stylesheets/spree/home_page.css.scss */
.review-image {
  text-align: center;
  padding-top: 16px;
}

/* line 666, app/assets/stylesheets/spree/home_page.css.scss */
.review-image .image-holder {
  border-radius: 100%;
  width: 75px;
  height: 75px;
  margin: 0 auto 12px;
  overflow: hidden;
}

/* line 673, app/assets/stylesheets/spree/home_page.css.scss */
.review-image .image-holder img {
  width: 75px;
  height: 75px;
}

/* line 679, app/assets/stylesheets/spree/home_page.css.scss */
.review-image .title-name {
  font-family: 'Poppins-bold';
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  display: block;
}

/* line 689, app/assets/stylesheets/spree/home_page.css.scss */
.review-textarea {
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  text-align: left;
}

/* line 696, app/assets/stylesheets/spree/home_page.css.scss */
.review-textarea p {
  margin: 0;
}

@media (max-width: 1470px) {
  /* line 705, app/assets/stylesheets/spree/home_page.css.scss */
  #featured-carousel.owl-carousel.owl-drag .owl-item,
#addition-carousel.owl-carousel.owl-drag .owl-item {
    margin-left: 10px;
    margin-right: 2px !important;
  }
}

@media (max-width: 1400px) {
  /* line 714, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group {
    height: 420px;
    max-height: unset;
  }
  /* line 718, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group .hero-video {
    width: unset;
  }
}

@media (max-width: 1380px) {
  /* line 726, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_image_l .baling_caption {
    max-width: 79%;
    bottom: 9px;
    left: 14%;
  }
  /* line 732, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_caption {
    font-size: 98px;
    line-height: 77px;
  }
}

/* line 739, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog {
  max-width: 600px;
}

/* line 741, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content {
  background: #FAFAFA;
  border-radius: 16px;
}

/* line 745, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .pick-up-alert {
  font-size: 16px;
  text-align: center;
  padding: 16px;
  font-weight: bold;
  display: none;
  margin: 16px;
}

/* line 754, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-header {
  justify-content: center;
  padding: 24px 0px 16px 0px;
  border: 2px solid rgba(0, 0, 0, 0.08);
}

/* line 760, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-header .modal-title .main-heading {
  text-align: center;
  letter-spacing: 0.02em;
  color: #353535;
}

/* line 767, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-header .close-modal {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 772, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-header .close-modal:after {
  content: url(/assets/close-c43c4cb73ce26899d0947d5c41a2d2f767b8741a8eefd46bb8fa6023756d5429.svg);
}

/* line 778, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body {
  text-align: -webkit-center;
  padding: 37px 69px 24px 77px;
}

/* line 781, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info {
  display: grid;
  grid-template-columns: 170px auto;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 38px;
}

/* line 787, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info .image-container {
  width: 170px;
  height: 170px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

/* line 792, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info .image-container .product_modal_img {
  border-radius: 8px;
  width: 170px;
  height: 170px;
}

/* line 798, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail {
  align-self: center;
  text-align: left;
}

/* line 801, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail .product_modal_name {
  margin-bottom: 3px;
}

/* line 805, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail .product_modal_price {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

/* line 815, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body .buttons_section .cart_btn {
  border-radius: 8px;
  font-family: 'Poppins-bold';
  padding: 11px 40px;
  margin: 0px;
  background: linear-gradient(96.99deg, #F1B71C 10.28%, #EC721A 82.19%);
  box-shadow: none;
  letter-spacing: 0.07em;
  color: #FFFFFF;
}

/* line 826, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body .buttons_section .separater {
  align-self: center;
  margin: 0px 16px;
  font-size: 10px;
  line-height: 16px;
}

/* line 833, app/assets/stylesheets/spree/home_page.css.scss */
.add_to_cart_modal .modal-dialog .modal-content .modal-body .buttons_section .shpng_btn {
  border: 1px solid #5A5A5A;
  border-radius: 8px;
  font-family: 'Poppins-bold';
  letter-spacing: 0.07em;
  padding: 11px 23px;
  color: #353535;
}

@media (max-width: 1180px) {
  /* line 848, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_caption {
    font-size: 66px;
    line-height: 64px;
  }
  /* line 853, app/assets/stylesheets/spree/home_page.css.scss */
  .review-box {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 1025px) {
  /* line 861, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_image .baling_caption {
    bottom: unset;
  }
  /* line 865, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_caption {
    font-size: 46px;
    line-height: 40px;
  }
  /* line 871, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .shop-btn {
    border-radius: 100px;
    padding: 9px 15px;
    min-width: 197px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  /* line 880, app/assets/stylesheets/spree/home_page.css.scss */
  #hero-div {
    margin-bottom: 16px;
  }
  /* line 885, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal {
    background: rgba(0, 0, 0, 0.7);
  }
  /* line 890, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-header {
    border: 2px solid rgba(0, 0, 0, 0.08);
  }
  /* line 894, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-header .modal-title .main-heading {
    text-align: center;
    letter-spacing: 0.02em;
    color: #353535;
  }
  /* line 902, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-body {
    padding: 32px 18px 16px 18px;
  }
  /* line 904, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info {
    display: block;
    margin-bottom: 27px;
  }
  /* line 907, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info .image-container {
    width: 180px;
    height: 180px;
    margin-bottom: 16px;
  }
  /* line 911, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info .image-container .product_modal_img {
    width: 180px;
    height: 180px;
  }
  /* line 917, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail .product_modal_name {
    margin-bottom: 8px;
    text-align: center;
  }
  /* line 922, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail .product_modal_price {
    text-align: center;
  }
  /* line 935, app/assets/stylesheets/spree/home_page.css.scss */
  .loader {
    max-width: 767px;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  /* line 940, app/assets/stylesheets/spree/home_page.css.scss */
  .loader .animation_gif {
    position: absolute;
    width: 100%;
    top: 36%;
    left: 0%;
  }
  /* line 949, app/assets/stylesheets/spree/home_page.css.scss */
  .hoverclass .sale-shadow:hover {
    box-shadow: 0px 10px 12px rgba(213, 44, 44, 0.1), 0px 2px 6px rgba(213, 44, 44, 0.04), 0px 0px 1px rgba(213, 44, 44, 0.07);
  }
  /* line 953, app/assets/stylesheets/spree/home_page.css.scss */
  .hoverclass .image-container:hover {
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
    padding: 0px;
  }
  /* line 956, app/assets/stylesheets/spree/home_page.css.scss */
  .hoverclass .image-container:hover img {
    width: 176px;
    height: 176px;
  }
  /* line 963, app/assets/stylesheets/spree/home_page.css.scss */
  #our-best-deals,
#addition-carousel {
    padding-left: 0px;
  }
  /* line 968, app/assets/stylesheets/spree/home_page.css.scss */
  .section-heading {
    font-size: 48px;
    line-height: 38px;
    font-weight: normal;
    margin-bottom: 11px;
  }
  /* line 976, app/assets/stylesheets/spree/home_page.css.scss */
  .review-textarea .rating-wheat:last-child {
    margin-right: 0;
  }
  /* line 981, app/assets/stylesheets/spree/home_page.css.scss */
  .review-image .title-name {
    margin: 0 0 12px;
  }
  /* line 986, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index #our-best-deals, .home.index #addition-carousel {
    padding-left: 0;
  }
  /* line 989, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index #featured_categories {
    margin-top: 4px;
  }
  /* line 999, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card,
.product_categories.index .product-card,
.orders.show .product-card,
.orders.edit .product-card,
.favorites.index .product-card,
.products.show .product-card {
    width: 176px;
  }
  /* line 1001, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .sale-shadow,
.product_categories.index .product-card .sale-shadow,
.orders.show .product-card .sale-shadow,
.orders.edit .product-card .sale-shadow,
.favorites.index .product-card .sale-shadow,
.products.show .product-card .sale-shadow {
    box-shadow: 0px 10px 10px rgba(226, 43, 43, 0.07), 0px 2px 6px rgba(226, 43, 43, 0.04), 0px 0px 1px rgba(226, 43, 43, 0.04);
  }
  /* line 1003, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .sale-shadow:hover,
.product_categories.index .product-card .sale-shadow:hover,
.orders.show .product-card .sale-shadow:hover,
.orders.edit .product-card .sale-shadow:hover,
.favorites.index .product-card .sale-shadow:hover,
.products.show .product-card .sale-shadow:hover {
    box-shadow: 0px 10px 12px rgba(213, 44, 44, 0.1), 0px 2px 6px rgba(213, 44, 44, 0.04), 0px 0px 1px rgba(213, 44, 44, 0.07);
  }
  /* line 1008, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .out-of-stock-text,
.product_categories.index .product-card .out-of-stock-text,
.orders.show .product-card .out-of-stock-text,
.orders.edit .product-card .out-of-stock-text,
.favorites.index .product-card .out-of-stock-text,
.products.show .product-card .out-of-stock-text {
    font-family: 'Poppins';
    font-size: 12px;
  }
  /* line 1013, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .image-container,
.product_categories.index .product-card .image-container,
.orders.show .product-card .image-container,
.orders.edit .product-card .image-container,
.favorites.index .product-card .image-container,
.products.show .product-card .image-container {
    width: 176px;
    height: 176px;
  }
  /* line 1017, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .image-container img,
.product_categories.index .product-card .image-container img,
.orders.show .product-card .image-container img,
.orders.edit .product-card .image-container img,
.favorites.index .product-card .image-container img,
.products.show .product-card .image-container img {
    width: 176px;
    height: 176px;
  }
  /* line 1022, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .image-container .out-of-stock-tag,
.product_categories.index .product-card .image-container .out-of-stock-tag,
.orders.show .product-card .image-container .out-of-stock-tag,
.orders.edit .product-card .image-container .out-of-stock-tag,
.favorites.index .product-card .image-container .out-of-stock-tag,
.products.show .product-card .image-container .out-of-stock-tag {
    left: 8px;
    top: 8px;
  }
  /* line 1026, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .image-container .out-of-stock-tag:before,
.product_categories.index .product-card .image-container .out-of-stock-tag:before,
.orders.show .product-card .image-container .out-of-stock-tag:before,
.orders.edit .product-card .image-container .out-of-stock-tag:before,
.favorites.index .product-card .image-container .out-of-stock-tag:before,
.products.show .product-card .image-container .out-of-stock-tag:before {
    font-size: 9px;
    line-height: 11px;
    padding: 4px 9px 4px 12px;
  }
  /* line 1033, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .image-container .sale-tag,
.product_categories.index .product-card .image-container .sale-tag,
.orders.show .product-card .image-container .sale-tag,
.orders.edit .product-card .image-container .sale-tag,
.favorites.index .product-card .image-container .sale-tag,
.products.show .product-card .image-container .sale-tag {
    left: 8px;
    top: 8px;
  }
  /* line 1037, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .image-container .sale-tag:before,
.product_categories.index .product-card .image-container .sale-tag:before,
.orders.show .product-card .image-container .sale-tag:before,
.orders.edit .product-card .image-container .sale-tag:before,
.favorites.index .product-card .image-container .sale-tag:before,
.products.show .product-card .image-container .sale-tag:before {
    font-size: 9px;
    line-height: 11px;
    min-width: 61px;
  }
  /* line 1044, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .image-container .search-tag,
.product_categories.index .product-card .image-container .search-tag,
.orders.show .product-card .image-container .search-tag,
.orders.edit .product-card .image-container .search-tag,
.favorites.index .product-card .image-container .search-tag,
.products.show .product-card .image-container .search-tag {
    display: none;
  }
  /* line 1050, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .name,
.product_categories.index .product-card .name,
.orders.show .product-card .name,
.orders.edit .product-card .name,
.favorites.index .product-card .name,
.products.show .product-card .name {
    font-size: 16px;
    line-height: 22px;
    height: auto;
    min-height: 44px;
    margin-bottom: 8px;
  }
  /* line 1058, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .price,
.product_categories.index .product-card .price,
.orders.show .product-card .price,
.orders.edit .product-card .price,
.favorites.index .product-card .price,
.products.show .product-card .price {
    margin-top: 0;
  }
  /* line 1061, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .price .current-price,
.product_categories.index .product-card .price .current-price,
.orders.show .product-card .price .current-price,
.orders.edit .product-card .price .current-price,
.favorites.index .product-card .price .current-price,
.products.show .product-card .price .current-price {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  /* line 1067, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .price .orignal-price,
.product_categories.index .product-card .price .orignal-price,
.orders.show .product-card .price .orignal-price,
.orders.edit .product-card .price .orignal-price,
.favorites.index .product-card .price .orignal-price,
.products.show .product-card .price .orignal-price {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 1072, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .price .discount-percentage,
.product_categories.index .product-card .price .discount-percentage,
.orders.show .product-card .price .discount-percentage,
.orders.edit .product-card .price .discount-percentage,
.favorites.index .product-card .price .discount-percentage,
.products.show .product-card .price .discount-percentage {
    font-size: 12px;
    line-height: 16px;
  }
  /* line 1081, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .rating,
.home.index .review-box .rating,
.product_categories.index .product-card .rating,
.product_categories.index .review-box .rating,
.orders.show .product-card .rating,
.orders.show .review-box .rating,
.orders.edit .product-card .rating,
.orders.edit .review-box .rating,
.favorites.index .product-card .rating,
.favorites.index .review-box .rating,
.products.show .product-card .rating,
.products.show .review-box .rating {
    margin-bottom: 8px;
  }
  /* line 1084, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .rating .rating-wheat,
.home.index .review-box .rating .rating-wheat,
.product_categories.index .product-card .rating .rating-wheat,
.product_categories.index .review-box .rating .rating-wheat,
.orders.show .product-card .rating .rating-wheat,
.orders.show .review-box .rating .rating-wheat,
.orders.edit .product-card .rating .rating-wheat,
.orders.edit .review-box .rating .rating-wheat,
.favorites.index .product-card .rating .rating-wheat,
.favorites.index .review-box .rating .rating-wheat,
.products.show .product-card .rating .rating-wheat,
.products.show .review-box .rating .rating-wheat {
    margin-right: 8.14px;
  }
  /* line 1087, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .rating .rating-wheat:before,
.home.index .review-box .rating .rating-wheat:before,
.product_categories.index .product-card .rating .rating-wheat:before,
.product_categories.index .review-box .rating .rating-wheat:before,
.orders.show .product-card .rating .rating-wheat:before,
.orders.show .review-box .rating .rating-wheat:before,
.orders.edit .product-card .rating .rating-wheat:before,
.orders.edit .review-box .rating .rating-wheat:before,
.favorites.index .product-card .rating .rating-wheat:before,
.favorites.index .review-box .rating .rating-wheat:before,
.products.show .product-card .rating .rating-wheat:before,
.products.show .review-box .rating .rating-wheat:before {
    content: url(/assets/agazon_logo_mark_gray_mob-c8c2fe5a51251965fa0624be4e4f22ebb8848ea7e9594a9cd7959a588f344d0e.svg);
    height: 16px;
    width: auto;
  }
  /* line 1092, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .rating .rating-wheat.filled:before,
.home.index .review-box .rating .rating-wheat.filled:before,
.product_categories.index .product-card .rating .rating-wheat.filled:before,
.product_categories.index .review-box .rating .rating-wheat.filled:before,
.orders.show .product-card .rating .rating-wheat.filled:before,
.orders.show .review-box .rating .rating-wheat.filled:before,
.orders.edit .product-card .rating .rating-wheat.filled:before,
.orders.edit .review-box .rating .rating-wheat.filled:before,
.favorites.index .product-card .rating .rating-wheat.filled:before,
.favorites.index .review-box .rating .rating-wheat.filled:before,
.products.show .product-card .rating .rating-wheat.filled:before,
.products.show .review-box .rating .rating-wheat.filled:before {
    content: url(/assets/agazon_logo_mark_warm_mob-b56373d5e6c8af248a4a817b739de792ea47fc11bcadf1ff1f18f90fa5f19ca1.svg);
  }
  /* line 1098, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .product-card .rating .number,
.home.index .review-box .rating .number,
.product_categories.index .product-card .rating .number,
.product_categories.index .review-box .rating .number,
.orders.show .product-card .rating .number,
.orders.show .review-box .rating .number,
.orders.edit .product-card .rating .number,
.orders.edit .review-box .rating .number,
.favorites.index .product-card .rating .number,
.favorites.index .review-box .rating .number,
.products.show .product-card .rating .number,
.products.show .review-box .rating .number {
    font-size: 14px;
    line-height: 22px;
  }
  /* line 1105, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .top-brands-grid,
.product_categories.index .top-brands-grid,
.orders.show .top-brands-grid,
.orders.edit .top-brands-grid,
.favorites.index .top-brands-grid,
.products.show .top-brands-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 7px;
    padding: 0 0 0 8px;
  }
  /* line 1111, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .top-brands-grid .brand-image.w-100,
.product_categories.index .top-brands-grid .brand-image.w-100,
.orders.show .top-brands-grid .brand-image.w-100,
.orders.edit .top-brands-grid .brand-image.w-100,
.favorites.index .top-brands-grid .brand-image.w-100,
.products.show .top-brands-grid .brand-image.w-100 {
    max-width: 122px;
    text-align: center;
    margin: 0 auto;
  }
  /* line 1120, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section h1 {
    font-weight: 24px;
  }
  /* line 1124, app/assets/stylesheets/spree/home_page.css.scss */
  #baling-season-essentials.baling_section {
    margin-bottom: 33px;
    padding: 0 1px;
  }
  /* line 1129, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_image_l {
    margin-bottom: 16px;
  }
  /* line 1133, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_image {
    margin-bottom: 16px;
  }
  /* line 1136, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_image img {
    display: block;
    margin: 0 auto;
    height: auto;
  }
  /* line 1144, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_image_l img {
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* line 1150, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_image_l .baling_caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
  }
  /* line 1163, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .shop-btn {
    font-size: 16px;
    min-width: unset;
    padding: 4px 12px;
    height: auto;
    font-family: 'Poppins-bold';
    text-transform: capitalize;
  }
  /* line 1172, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
  }
  /* line 1183, app/assets/stylesheets/spree/home_page.css.scss */
  .baling_section .baling_caption p {
    color: #FFFFFF;
    font-size: 62px;
    line-height: 40px;
    max-width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  /* line 1194, app/assets/stylesheets/spree/home_page.css.scss */
  .review-box .rating {
    justify-content: center;
  }
  /* line 1199, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group {
    height: 202px;
  }
  /* line 1202, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group .video-caption {
    width: 311px;
  }
  /* line 1205, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group .video-caption .logo-group {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  /* line 1210, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group .video-caption .logo-group .caption-text {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #F1B71C;
    text-align: right;
    margin-right: 11px;
  }
  /* line 1220, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group .video-caption .outerdiv-img {
    width: 240px;
  }
  /* line 1224, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group .video-caption .caption-sub-text {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
  }
  /* line 1232, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group .video-caption .caption-sub-text.first {
    margin-bottom: 0;
  }
  /* line 1237, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index .hero-video-group .video-caption .caption-sub-btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    background: #FFFFFF;
    height: 36px;
    color: #171717;
    display: flex;
    align-items: center;
    padding: 0 16px;
  }
  /* line 1255, app/assets/stylesheets/spree/home_page.css.scss */
  .home.index #hero-div {
    padding: 0;
    margin: 0 -15px;
  }
}

@media (max-width: 414px) {
  /* line 1266, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-body {
    padding: 32px 11px 16px 10px;
  }
  /* line 1269, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-body .buttons_section .cart_btn {
    padding: 11px 11px;
  }
  /* line 1273, app/assets/stylesheets/spree/home_page.css.scss */
  .add_to_cart_modal .modal-dialog .modal-content .modal-body .buttons_section .shpng_btn {
    padding: 11px 10px;
  }
}

/* line 7, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section {
  background-color: #ffb514;
  padding: 24px 0px 32px 0px;
  max-width: 2880px;
  margin: 20px auto 32px auto;
}

/* line 13, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-heading {
  padding-bottom: 24px;
  text-align: center;
  font-size: 41.89px;
  line-height: 52px;
}

/* line 21, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section #home_page_review .owl-nav, .home.index_v2 .customer-review-section #home_page_review .owl-dots {
  display: none;
}

/* line 25, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section #home_page_review .owl-stage {
  margin: 0px 32px 0px 20px;
}

/* line 30, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card {
  border-radius: 16px;
  background-color: #f9f9f9;
  width: 578.09px;
  height: 288px;
  display: flex;
  margin: 0px 12px;
}

/* line 38, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-image {
  -webkit-clip-path: polygon(0 0, 0 100px, 100% 100%, 100% 45%);
  clip-path: polygon(0 0, 0 100%, 59% 100%, 139% 0);
  height: 100%;
  flex: 0 0 42%;
  max-width: 42%;
}

/* line 45, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-image img {
  max-width: 344px;
  max-height: 288px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inline-size: auto;
}

/* line 57, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail {
  flex: 0 0 58%;
  max-width: 58%;
  text-align: right;
  padding: 24px 32px 24px 1px;
}

/* line 62, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail .review-date {
  line-height: 15px;
  color: #353535;
  text-align: right;
  letter-spacing: 0.01em;
}

/* line 69, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail .review-name {
  color: #353535;
  margin-bottom: 8px;
}

/* line 74, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail .review-title {
  margin-bottom: 8px;
}

/* line 78, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail .line {
  border: 1px solid #D5D5D5;
  margin-bottom: 35px;
  max-width: 219px;
  margin-right: 0px;
  width: 100%;
  margin-left: 82px;
}

/* line 87, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail .customer-comment {
  font-style: italic;
  color: #353535;
  max-height: 111px;
  overflow-y: auto;
}

/* line 94, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail .rating {
  margin-bottom: 8px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

/* line 100, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail .rating .rating-wheat {
  margin-right: 12px;
}

/* line 103, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail .rating .rating-wheat:before {
  content: url(/assets/agazon_logo_mark_gray_mob-c8c2fe5a51251965fa0624be4e4f22ebb8848ea7e9594a9cd7959a588f344d0e.svg);
  display: block;
  width: 9.49px;
  height: 15.8px;
  margin: 0;
}

/* line 110, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .customer-review-section .customer-card .customer-detail .rating .rating-wheat.filled:before {
  content: url(/assets/agazon_logo_mark_warm_mob-b56373d5e6c8af248a4a817b739de792ea47fc11bcadf1ff1f18f90fa5f19ca1.svg);
}

/* line 120, app/assets/stylesheets/home_page_review.css.scss */
.home.index_v2 .search-tag {
  display: none;
}

@media (max-width: 767px) {
  /* line 125, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section {
    padding: 22px 0px 40px 0px;
  }
  /* line 127, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section .customer-heading {
    font-size: 25.89px;
    line-height: 32px;
    padding: 0px 19px 19px 19px;
  }
  /* line 134, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section #home_page_review .owl-stage {
    margin: 0px 0px 0px 0px;
  }
  /* line 139, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section .customer-card {
    display: block;
    height: 568px;
    width: 100%;
    max-width: 350px;
    margin: 0px 8px;
  }
  /* line 146, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section .customer-card .customer-image {
    -webkit-clip-path: none;
            clip-path: none;
    flex: none;
    max-width: 350px;
    width: 100%;
    height: 274px;
  }
  /* line 153, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section .customer-card .customer-image img {
    max-width: 350px;
    width: -webkit-fill-available;
    height: 274px;
    border-radius: 16px 16px 0px 0px;
  }
  /* line 161, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section .customer-card .customer-detail {
    padding: 19px 32px 40px 32px;
    flex: none;
    max-width: 100%;
    text-align: left;
  }
  /* line 166, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section .customer-card .customer-detail .line {
    max-width: 286px;
    margin-bottom: 24px;
    margin-left: 0;
  }
  /* line 172, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section .customer-card .customer-detail .review-date {
    text-align: left;
  }
  /* line 176, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section .customer-card .customer-detail .review-name {
    margin-bottom: 16px;
  }
  /* line 180, app/assets/stylesheets/home_page_review.css.scss */
  .home.index_v2 .customer-review-section .customer-card .customer-detail .rating {
    margin-bottom: -8px;
  }
}

/* line 13, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg .rating,
.home.index_v2 .product-card-md .rating, .home.index_v3 .product-card-lg .rating,
.home.index_v3 .product-card-md .rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 18, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg .rating .rating-wheat,
.home.index_v2 .product-card-md .rating .rating-wheat, .home.index_v3 .product-card-lg .rating .rating-wheat,
.home.index_v3 .product-card-md .rating .rating-wheat {
  display: block;
  margin-right: 8px;
}

/* line 22, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg .rating .rating-wheat:before,
.home.index_v2 .product-card-md .rating .rating-wheat:before, .home.index_v3 .product-card-lg .rating .rating-wheat:before,
.home.index_v3 .product-card-md .rating .rating-wheat:before {
  content: url(/assets/agz_rating_sm_gray-55c83558382c4f4aad1aa64a88f04d5ceb574d56307ec59e4e40e7290ca5cc13.svg);
  display: block;
  height: 17px;
  width: 10.41px;
  margin: 0;
}

/* line 29, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg .rating .rating-wheat.filled:before,
.home.index_v2 .product-card-md .rating .rating-wheat.filled:before, .home.index_v3 .product-card-lg .rating .rating-wheat.filled:before,
.home.index_v3 .product-card-md .rating .rating-wheat.filled:before {
  content: url(/assets/agz_rating_sm_wheat-3c68ee1f98ae12b9c1558bd22ec8fba867f457f783d875c46b806fe14db04aba.svg);
}

/* line 36, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg .ag-product-name,
.home.index_v2 .product-card-md .ag-product-name, .home.index_v3 .product-card-lg .ag-product-name,
.home.index_v3 .product-card-md .ag-product-name {
  margin-bottom: 12px;
  width: 100%;
  max-height: 48px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 48, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg .price .orignal-price,
.home.index_v2 .product-card-md .price .orignal-price, .home.index_v3 .product-card-lg .price .orignal-price,
.home.index_v3 .product-card-md .price .orignal-price {
  margin-left: 8px;
  text-decoration-line: line-through;
}

/* line 54, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg, .home.index_v3 .product-card-lg {
  padding: 16px;
  text-align: center;
}

/* line 58, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg .ag-product-image-lg-group, .home.index_v3 .product-card-lg .ag-product-image-lg-group {
  max-width: 285px;
  max-height: 285px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 12px;
  position: relative;
}

/* line 67, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg .ag-product-image-lg-group .product-card-lg-image, .home.index_v3 .product-card-lg .ag-product-image-lg-group .product-card-lg-image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 75, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg:hover, .home.index_v3 .product-card-lg:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

/* line 81, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md, .home.index_v3 .product-card-md {
  padding: 12px;
  text-align: center;
}

/* line 85, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .ag-product-image-md-group, .home.index_v3 .product-card-md .ag-product-image-md-group {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid var(--palette-neutral-200);
}

/* line 96, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .ag-product-image-md-group .product-image-md, .home.index_v3 .product-card-md .ag-product-image-md-group .product-image-md {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 105, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section, .home.index_v3 .product-card-md .title-price-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-family: 'Poppins';
  font-style: normal;
  color: var(--palette-neutral-900);
}

/* line 114, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section .name, .home.index_v3 .product-card-md .title-price-section .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: left;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 100%;
}

/* line 129, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section .price, .home.index_v3 .product-card-md .title-price-section .price {
  margin-bottom: 4px;
}

/* line 132, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section .price .current-price, .home.index_v2 .product-card-md .title-price-section .price .orignal-price, .home.index_v3 .product-card-md .title-price-section .price .current-price, .home.index_v3 .product-card-md .title-price-section .price .orignal-price {
  font-family: 'Poppins-semi-bold';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-800);
}

/* line 141, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section .price .product-on-sale .current-price, .home.index_v2 .product-card-md .title-price-section .price .product-on-sale .orignal-price, .home.index_v3 .product-card-md .title-price-section .price .product-on-sale .current-price, .home.index_v3 .product-card-md .title-price-section .price .product-on-sale .orignal-price {
  margin: 0;
  text-align: left;
}

/* line 146, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section .price .product-on-sale .sale-discount-section, .home.index_v3 .product-card-md .title-price-section .price .product-on-sale .sale-discount-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

/* line 152, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section .price .product-on-sale .sale-discount-section .discount-percentage, .home.index_v3 .product-card-md .title-price-section .price .product-on-sale .sale-discount-section .discount-percentage {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--palette-destructive-500);
  background: var(--palette-destructive-100);
  border-radius: 2px;
  padding: 0 8px;
}

/* line 168, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section .price .product-on-sale .orignal-price, .home.index_v3 .product-card-md .title-price-section .price .product-on-sale .orignal-price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
}

/* line 177, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section .price .product-on-sale .orignal-price .original-price-value, .home.index_v3 .product-card-md .title-price-section .price .product-on-sale .orignal-price .original-price-value {
  text-decoration: line-through;
}

/* line 182, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .title-price-section .price .product-on-sale .before-sale-price, .home.index_v3 .product-card-md .title-price-section .price .product-on-sale .before-sale-price {
  color: var(--palette-destructive-600);
}

/* line 189, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .ag-product-name, .home.index_v3 .product-card-md .ag-product-name {
  max-width: 200px;
  cursor: pointer;
  text-align: left;
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: var(--palette-neutral-600);
}

/* line 200, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .view-store, .home.index_v3 .product-card-md .view-store {
  margin-top: 24px;
}

/* line 203, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .view-store .ag-btn-lg, .home.index_v3 .product-card-md .view-store .ag-btn-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 18px;
  line-height: 28px;
}

/* line 211, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .view-store .ag-btn-lg:after, .home.index_v3 .product-card-md .view-store .ag-btn-lg:after {
  content: url(/assets/arrow-icon-2adb7d0be47973ef2ba72f9cc54a8d2c107899e56c997a3b1df59213c23e19e3.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 7px;
}

/* line 222, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md:hover .product-image-md, .home.index_v3 .product-card-md:hover .product-image-md {
  transform: scale(1.03);
}

/* line 228, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-sm, .home.index_v3 .product-card-sm {
  border-radius: 8px;
}

/* line 231, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-sm .product-image-sm-group, .home.index_v3 .product-card-sm .product-image-sm-group {
  max-width: 224px;
  max-height: 224px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--palette-neutral-200);
}

/* line 240, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-sm .product-image-sm-group .product-image-sm, .home.index_v3 .product-card-sm .product-image-sm-group .product-image-sm {
  cursor: pointer;
  width: 100%;
  max-width: 224px;
  max-height: 224px;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 252, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-sm:hover .product-image-sm, .home.index_v3 .product-card-sm:hover .product-image-sm {
  transform: scale(1.03);
}

@media (max-width: 991px) {
  /* line 259, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .product-card-lg,
.home.index_v2 .product-card-md, .home.index_v3 .product-card-lg,
.home.index_v3 .product-card-md {
    padding: 8px;
  }
}

@media (max-width: 767px) {
  /* line 268, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .product-card-lg .ag-product-name,
.home.index_v2 .product-card-md .ag-product-name, .home.index_v3 .product-card-lg .ag-product-name,
.home.index_v3 .product-card-md .ag-product-name {
    margin-bottom: 4px;
    line-height: 20px;
  }
  /* line 273, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .product-card-lg .price .poppins-body-24,
.home.index_v2 .product-card-md .price .poppins-body-24, .home.index_v3 .product-card-lg .price .poppins-body-24,
.home.index_v3 .product-card-md .price .poppins-body-24 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Poppins-bold', sans-serif;
  }
  /* line 282, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .product-card-lg.desktop-only,
.home.index_v2 .product-card-mdf.desktop-only, .home.index_v3 .product-card-lg.desktop-only,
.home.index_v3 .product-card-mdf.desktop-only {
    display: none;
  }
  /* line 286, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .product-card-lg .view-store .ag-btn-lg,
.home.index_v2 .product-card-mdf .view-store .ag-btn-lg, .home.index_v3 .product-card-lg .view-store .ag-btn-lg,
.home.index_v3 .product-card-mdf .view-store .ag-btn-lg {
    font-size: 14px;
    line-height: 28px;
  }
  /* line 292, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .out-of-stock-label, .home.index_v3 .out-of-stock-label {
    padding: 4px 0 4px 12px;
  }
  /* line 294, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .out-of-stock-label .out-of-stock-image, .home.index_v3 .out-of-stock-label .out-of-stock-image {
    display: none;
  }
}

@media (max-width: 340px) {
  /* line 301, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .out-of-stock-label, .home.index_v3 .out-of-stock-label {
    padding: 4px 0 4px 4px;
  }
  /* line 305, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .on-sale-label, .home.index_v3 .on-sale-label {
    padding: 4px 8px;
  }
}

/* line 313, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-lg .ag-product-image-lg-group {
  height: calc(100vw * 0.25);
  background: #fff;
}

/* line 320, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-md .ag-product-image-md-group {
  width: 200px;
  height: 200px;
  background: #fff;
}

/* line 328, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.home.index_v2 .product-card-sm .product-image-sm-group {
  width: calc(100vw * 0.140);
  height: calc(100vw * 0.140);
  background: #fff;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 338, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .product-card-lg .ag-product-image-lg-group {
    height: calc(100vw * 0.43);
  }
  /* line 344, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .product-card-sm .product-image-sm-group {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  /* line 354, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .product-card-md .ag-product-image-md-group {
    height: calc(100vw * 0.399);
    width: calc(100vw * 0.399);
  }
  /* line 361, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .home.index_v2 .product-card-sm .product-image-sm-group {
    width: calc(100vw * 0.37);
    height: calc(100vw * 0.37);
  }
}

/* line 371, app/assets/stylesheets/spree/product_cards_v2.css.scss */
.products.deals .product-card-lg .ag-product-image-lg-group {
  height: 255px;
  width: 255px;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 380, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .products.deals .product-card-lg .ag-product-image-lg-group {
    height: 271px;
    width: 271px;
  }
}

@media (max-width: 767px) {
  /* line 389, app/assets/stylesheets/spree/product_cards_v2.css.scss */
  .products.deals .product-card-lg .ag-product-image-lg-group {
    height: 167px;
    width: 167px;
  }
}

/* line 1, app/assets/stylesheets/spree/header_v2.css.scss */
.display-hide {
  display: none !important;
}

/* line 4, app/assets/stylesheets/spree/header_v2.css.scss */
.black-friday-group {
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  height: 48px;
  overflow: hidden;
  z-index: 1;
}

/* line 11, app/assets/stylesheets/spree/header_v2.css.scss */
.black-friday-group .black-friday {
  font-family: 'Poppins-Semi-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFB514;
  letter-spacing: 0.1em;
  padding-right: 0;
  text-align: center;
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/spree/header_v2.css.scss */
.black-friday-group .black-friday a {
  color: #FFB514;
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/spree/header_v2.css.scss */
.deals-here-for {
  font-family: 'Poppins-Semi-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F9F9F9;
  letter-spacing: 0.1em;
  cursor: default;
  padding-left: 6px;
}

/* line 39, app/assets/stylesheets/spree/header_v2.css.scss */
.deals-here-for .light-font {
  font-family: 'Poppins-medium';
  font-weight: 400;
}

/* line 45, app/assets/stylesheets/spree/header_v2.css.scss */
.deals-here-for.text {
  padding-right: 10px;
}

/* line 49, app/assets/stylesheets/spree/header_v2.css.scss */
.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  height: 32px;
  background: #F4F4F5;
  border-radius: 4px;
  margin-right: 4px;
}

/* line 59, app/assets/stylesheets/spree/header_v2.css.scss */
.time-space {
  font-family: 'Poppins-Semi-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
  color: #F9F9F9;
  padding-right: 4px;
}

/* line 69, app/assets/stylesheets/spree/header_v2.css.scss */
.shop-now {
  color: #F9F9F9;
  font-family: 'Poppins-Semi-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 12px;
}

/* line 78, app/assets/stylesheets/spree/header_v2.css.scss */
.shop-now .text {
  padding-right: 11px;
}

/* line 83, app/assets/stylesheets/spree/header_v2.css.scss */
.time {
  width: 23px;
  height: 1px;
  font-family: 'Poppins-Semi-Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

/* line 92, app/assets/stylesheets/spree/header_v2.css.scss */
.days {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 6px;
  line-height: 20px;
  letter-spacing: 0.04em;
  padding-top: 14px;
}

/* line 102, app/assets/stylesheets/spree/header_v2.css.scss */
#hours {
  width: 35px;
}

/* line 107, app/assets/stylesheets/spree/header_v2.css.scss */
.is-loading .nav_header_heading,
.is-loading .nav_item-lists {
  background: #F9F9F9;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

/* line 116, app/assets/stylesheets/spree/header_v2.css.scss */
.is-loading .nav_header_heading {
  height: 80px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 18px 0px 0px 0px;
}

/* line 123, app/assets/stylesheets/spree/header_v2.css.scss */
.is-loading .nav_item-lists {
  height: 20px;
  margin-top: 28px;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

/* line 135, app/assets/stylesheets/spree/header_v2.css.scss */
.animate__animated.animate__slideInRight {
  --animate-duration: 0.8s;
  --animate-delay: 0.1s;
}

/* line 140, app/assets/stylesheets/spree/header_v2.css.scss */
.animate__animated.animate__slideOutRight {
  --animate-duration: 0.8s;
  --animate-delay: 0.1s;
}

/* line 145, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 {
  background-color: #000;
  min-height: 161px;
  height: 100%;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid var(--palette-neutral-200);
}

/* line 153, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .orignal-price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-decoration-line: line-through;
  color: #595959;
  margin-left: 8px;
  margin-bottom: 8px;
}

/* line 165, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .skeleton-loader {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 171, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .skeleton-item {
  width: 80%;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 4px;
  animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
  0% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: #f5f5f5;
  }
  100% {
    background-color: #e0e0e0;
  }
}

/* line 191, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 {
  height: 48px;
  background: #000;
  border-bottom: 1px solid rgba(179, 189, 199, 0.2);
  margin-bottom: 20px !important;
}

/* line 197, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .coupon-section {
  display: inline-block;
  height: 48px;
  position: relative;
  width: 100%;
}

/* line 203, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .coupon-section .coupon-group {
  display: flex;
  align-items: center;
  padding: 0 0 0 34px;
  height: 48px;
  overflow: hidden;
  z-index: 1;
}

/* line 211, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .coupon-section .coupon-group img {
  height: 24px;
  width: 24px;
}

/* line 216, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .coupon-section .coupon-group .coupon-text {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin: 0px 0px 0px 17px;
  z-index: 1;
  cursor: default;
}

/* line 228, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .coupon-section .coupon-group .coupon-text .coupon-code {
  cursor: pointer;
  color: #FFB514;
}

/* line 236, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .contact-section {
  max-width: 380px;
  width: 100%;
  font-family: 'Poppins-medium';
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
  margin-right: 14px;
}

/* line 248, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .contact-section .pre-nav-element {
  text-decoration: none;
  padding: 6px 0px;
}

/* line 253, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .contact-section .support-badge a {
  color: #FAFAFA;
  text-decoration: none;
}

/* line 257, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .contact-section .support-badge a:hover {
  color: #E4E4E7;
  text-decoration: none;
}

/* line 263, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .contact-section .vertical-separation {
  border: 0.5px solid var(--palette-neutral-100);
  height: 24px;
}

/* line 268, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .contact-section .contact-text {
  text-decoration: none;
  color: #FAFAFA;
}

/* line 272, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-1 .contact-section .contact-text:hover {
  color: #E4E4E7;
  text-decoration: none;
}

/* line 280, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 {
  margin-bottom: 18px;
  align-items: center;
}

/* line 284, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .logo-section {
  max-width: 130px;
  width: 100%;
  margin: 0px 70px 0 40px;
}

/* line 288, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .logo-section img {
  width: 100%;
}

/* line 293, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .santa-hat-logo-section {
  max-width: 160px;
  margin: 0px 40px 0 40px;
}

/* line 298, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .input-section {
  align-items: center;
  margin: 0 39px 0 70px;
}

/* line 303, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .login-section {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 310, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .favorite-section {
  max-width: 80px;
  width: 100%;
  margin: 12px auto;
}

/* line 316, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .favorite-section svg:hover {
  fill: none;
}

/* line 318, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .favorite-section svg:hover path {
  stroke: var(--palette-primary-500);
}

/* line 325, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .cart-section {
  width: 59px;
  position: relative;
  bottom: -4px;
}

/* line 330, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .cart-section:hover {
  cursor: pointer;
  fill: none;
}

/* line 334, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .cart-section:hover path {
  stroke: var(--palette-primary-500);
}

/* line 339, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .cart-section .cart-container {
  position: relative;
  display: inline-block;
}

/* line 344, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .cart-section .cart-btn {
  display: block;
  margin-bottom: 0;
}

/* line 349, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .cart-section .cart-circle {
  position: relative;
}

/* line 354, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .cart-section .cart-quantity {
  position: absolute;
  top: -8px;
  right: -6px;
  background-color: var(--palette-primary-500);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 368, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-2 .cart-section .cart-body-tabsp-count {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: -40px;
  padding: 4px;
}

/* line 379, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 {
  background-color: #FFB514;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 40px;
  padding: 0;
}

/* line 387, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section {
  justify-content: left;
  margin-left: 80px;
}

/* line 391, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .main-taxon {
  font-family: 'Poppins-semi-bold';
  padding-bottom: 0;
  margin: 0 40px 0 0;
  white-space: nowrap;
}

/* line 397, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .main-taxon .nav-list li .nav-list-item {
  padding-right: 16px;
  padding-left: 17px;
  color: #CC2E09;
  vertical-align: middle;
}

/* line 405, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .product-option {
  margin-right: 32px;
  text-align: center;
  padding: 16px 8px;
  white-space: nowrap;
}

/* line 411, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .product-option a {
  color: #1E1E1E;
}

/* line 417, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder #searchForm {
  display: flex;
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

/* line 427, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder #dropdownMenu {
  border: 1px solid var(--palette-neutral-300);
  min-width: 160px;
  z-index: 1;
  border-radius: 8px;
  margin: 0;
  left: unset;
  position: absolute;
  bottom: 30px;
  width: 64.4192661%;
  border-radius: 12px;
  background: #000;
  padding: 26px 36px;
  color: white;
}

/* line 448, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder .part-finder-text {
  font-size: 32px;
  padding: 0;
  font-family: 'Lexend';
  line-height: 40px;
  margin-bottom: 24px;
}

/* line 456, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder .search-container {
  position: relative;
  margin: 0;
  max-width: 190px;
  width: 24.7395833%;
}

/* line 463, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder .search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 8px;
  box-sizing: border-box;
  background-image: url(/assets/dropdown-arrow-3f2024d147f16225a79352ba149f7aa1dda984257f6b08b8856f004abc4e6a26.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px 24px;
}

/* line 473, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder .search-input:disabled {
  background-color: var(--palette-neutral-300);
}

/* line 476, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder .search-input:focus-visible {
  outline-color: var(--palette-primary-500);
  border-radius: 8px 8px 0 0;
}

/* line 482, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder .dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--palette-neutral-50);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  border: 1px solid var(--palette-neutral-300);
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
  max-height: 200px;
  overflow-y: auto;
  bottom: 100%;
  transform: translateY(-10px);
}

/* line 498, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder .dropdown-content a {
  color: var(--palette-shades-100);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* line 505, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder .dropdown-content p {
  color: var(--palette-shades-100);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* line 512, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder .dropdown-content a:hover {
  background-color: var(--palette-primary-500);
  color: var(--palette-shades-0);
}

/* line 517, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder #searchButton {
  max-width: 95px;
  width: 100%;
  margin: 0;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  background: var(--palette-shades-0);
  display: inline-block;
  padding: 0 5px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 300;
  line-height: 0;
  text-decoration: none;
  color: var(--palette-shades-100);
}

/* line 534, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list .deals-option .part-finder #searchButton:hover {
  background: var(--palette-primary-500);
}

/* line 540, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list {
  list-style: none;
  margin-left: 0;
  line-height: 24px;
  align-self: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: initial;
  margin-bottom: 0 !important;
  overflow-x: auto;
}

/* line 541, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .tabs-section .nav-list li {
  padding: 16px 8px;
  margin-right: 32px;
}

/* line 558, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .store-credit-section {
  position: absolute;
  right: 0px;
  top: 60px;
}

/* line 564, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .btn-dollar {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-shadow: none;
  display: inline-table;
}

/* line 571, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .btn-dollar:hover {
  background-color: transparent;
}

/* line 576, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown {
  margin-top: 17px !important;
  left: -2px !important;
  width: 274px;
  max-height: 248px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  overflow: visible;
  text-align: center;
  border: none;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}

/* line 589, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .menu-heading {
  text-align: center;
}

/* line 593, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .poppins-text-16 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 10px;
}

/* line 601, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .promo-details {
  line-height: 16px;
  white-space: initial;
  padding: 0;
}

/* line 607, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .poppins-text-bold {
  font-family: 'Poppins-bold';
  color: #353535;
}

/* line 612, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .cross-icon {
  padding: 8px 0;
}

/* line 616, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .dropdown-item.active,
.navbar_v2 .section-3 .dollar-dropdown .dropdown-item:active {
  color: black;
  background-color: white;
}

/* line 622, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .dropdown-item:hover {
  cursor: pointer;
  background: none;
}

/* line 627, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .dropdown-icons {
  margin-right: 10px;
}

/* line 631, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .arrow_box {
  position: relative;
  background: #ffffff;
}

/* line 635, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .section-3 .dollar-dropdown .arrow_box:after {
  top: -36px;
  right: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
}

/* line 651, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .logo {
  padding: 22px 0px;
  margin-left: 4%;
  margin-right: 0px;
  max-height: 80px;
  width: 10.5%;
}

/* line 657, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .logo img {
  height: 32px;
  width: 150px;
}

/* line 663, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-list .product-option .mega-menu-dropdown {
  position: absolute;
  top: 57px;
  left: 20px;
  z-index: 11111;
  border-radius: 0px 0px 16px 16px;
}

/* line 673, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-list .product-option .mega-menu-dropdown.active {
  display: block;
}

/* line 678, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown {
  margin: 0;
  border-top: 1px solid var(--palette-neutral-200) !important;
}

/* line 683, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .btn-usr {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-shadow: none;
  margin-right: 30px;
  width: -moz-max-content;
  width: max-content;
}

/* line 692, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .btn-usr .join-us {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
}

/* line 704, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .btn-usr:hover {
  fill: none;
}

/* line 706, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .btn-usr:hover .join-us {
  color: var(--palette-primary-500);
}

/* line 709, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .btn-usr:hover svg path {
  stroke: var(--palette-primary-500);
}

/* line 715, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .brand-menu-dropdown {
  width: 459px !important;
  height: 296px;
  text-align: center;
  padding-top: 25px !important;
}

/* line 721, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .brand-menu-dropdown .brands-img {
  width: 100%;
}

/* line 726, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown, .navbar_v2 .brand-menu-dropdown {
  max-width: 1203px;
  padding: 41px;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
}

/* line 737, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown a:hover, .navbar_v2 .brand-menu-dropdown a:hover {
  text-decoration: none;
}

/* line 741, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown {
  max-width: 1203px;
  width: 100%;
  display: flex;
}

/* line 746, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap.show-subtaxons, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap.show-subtaxons {
  display: block;
}

/* line 750, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap {
  display: none;
  width: 740px;
  padding: 30px;
}

/* line 756, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies {
  width: 100%;
  margin-bottom: 20px;
}

/* line 760, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

/* line 767, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading {
  width: 100%;
  color: #1E1E1E;
  font-family: 'Poppins-semi-bold';
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  align-items: center;
  display: flex;
  -moz-column-gap: 41px;
       column-gap: 41px;
}

/* line 780, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading .main-taxon-heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading .main-taxon-heading {
  max-width: 700px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

/* line 789, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .all-taxon-heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .all-taxon-heading {
  color: #71717A;
  font-family: 'Poppins-medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 450px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 803, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .all-taxon-heading:hover, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .all-taxon-heading:hover {
  text-decoration: underline;
}

/* line 807, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .nav-social-icons, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .nav-social-icons {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/* line 813, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

/* line 817, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container {
  padding: 0;
  max-width: 239px;
  width: 29.4334975%;
}

/* line 822, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .list-element-heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .list-element-heading {
  color: #1E1E1E;
  font-family: 'Poppins-semi-bold';
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

/* line 832, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list {
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 836, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list .list-element, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list .list-element {
  font-family: 'Lexend-regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

/* line 845, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container {
  max-width: 285px;
  width: 35.0985222%;
}

/* line 849, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .images, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .images {
  width: 100%;
  max-height: 229px;
  margin-bottom: 27px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--Neutral-200, #E4E4E7);
}

/* line 859, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-lg, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-md, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-sm, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-xs, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-lg, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-md, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-sm, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-xs {
  width: 100%;
  color: white;
}

/* line 866, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .pre-order-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .pre-order-container {
  position: absolute;
  bottom: 30px;
  left: 35%;
  right: 2.5%;
}

/* line 873, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .pre-order-container .pre-order-content, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .pre-order-container .pre-order-content {
  max-width: 814px;
  width: 100%;
  height: 135px;
  border-radius: 12px;
}

/* line 884, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .mega-list-container .navigation-dropdown-list .list-element, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .mega-list-container .navigation-dropdown-list .list-element {
  font-family: 'Lexend-regular';
  padding: 4.5px 0;
}

/* line 894, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies {
  padding: 35px 38px 41px 38px;
}

/* line 897, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header {
  margin-bottom: 14px;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}

/* line 903, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header .heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header .heading {
  color: #1E1E1E;
  font-family: 'Poppins-semi-bold';
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  -moz-column-gap: 41px;
       column-gap: 41px;
  align-items: center;
}

/* line 914, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header .heading .all-taxon-heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header .heading .all-taxon-heading {
  color: #71717A;
  font-family: 'Poppins-medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* line 925, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header .social-icons .nav, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header .social-icons .nav {
  gap: 20px;
}

/* line 928, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header .social-icons .nav .nav-item, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .dropdwon-header .social-icons .nav .nav-item {
  margin-right: 0;
}

/* line 935, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .mega-list-taxons, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .mega-list-taxons {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

/* line 939, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .mega-list-taxons .mega-list-container.taxon-image-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .mega-list-taxons .mega-list-container.taxon-image-container {
  max-width: 100%;
}

/* line 944, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container {
  border-radius: 12px;
  background: #000;
  padding: 26px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 952, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .pre-order-content, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .pre-order-content {
  display: flex;
  justify-content: left;
  flex-direction: column;
  max-width: 352px;
  width: 100%;
}

/* line 960, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container h1, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container h1 {
  color: #FFF;
  font-family: Lexend;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.6px;
  letter-spacing: -0.2px;
}

/* line 970, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container a, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container a {
  color: #FFF;
  font-family: 'Poppins-medium';
  font-size: 13.754px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.649px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 980, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn-lg, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn-md, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn-sm, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn-xs, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn-lg, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn-md, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn-sm, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn-xs {
  margin-bottom: 0;
}

/* line 986, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container {
  width: 330px !important;
  padding: 30px 0 30px 30px;
  width: 100%;
  display: inline-flex;
  flex-flow: column wrap;
}

/* line 992, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list {
  display: inline-flex;
  flex-flow: column wrap;
  width: 100%;
}

/* line 997, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navbar-dropdown-cta, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navbar-dropdown-cta {
  background-color: #000;
  margin-bottom: 13px;
  width: 100%;
  border-radius: 8px;
  height: 124px;
  max-width: 270px;
  overflow: hidden;
  background-size: cover;
}

/* line 1006, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navbar-dropdown-cta .category-overlay, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navbar-dropdown-cta .category-overlay {
  padding: 34px 18px 16px 14px;
  width: 100%;
  height: 100%;
}

/* line 1013, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navbar-dropdown-cta .cta-text, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navbar-dropdown-cta .cta-text {
  color: white;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: calc(min(1.5vw,23px));
  line-height: calc(min(2.0vw,23px));
  margin-bottom: 9px;
  max-width: 223px;
  letter-spacing: -0.46px;
  white-space: normal;
}

/* line 1026, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navbar-dropdown-cta .cta-button, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navbar-dropdown-cta .cta-button {
  color: var(--Clean-White, #FFF);
  text-align: center;
  font-feature-settings: 'salt' on;
  font-family: 'Poppins';
  font-size: 9.333px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.333px;
  /* 142.857% */
  border-radius: 4px;
  background: var(--Corn-Yeller, #FFB514);
  padding: 2.5px 10px;
  font-size: 10px;
  margin-bottom: 0;
  border: none;
}

/* line 1044, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navigation-dropdown-list, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .navigation-dropdown-list {
  display: inline-flex;
  flex-flow: column wrap;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  max-width: 240px;
  width: 100%;
}

/* line 1053, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .category-last-element, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .nav-mega-list .category-last-element {
  margin-bottom: 44px;
}

/* line 1059, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element-heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element-heading {
  color: #1E1E1E;
  font-family: 'Poppins-semi-bold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 5.5px 5px;
}

/* line 1069, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item {
  padding: 6px 24px 6px 8px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1075, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item .deal-item-text, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item .deal-item-text {
  max-width: 200px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1082, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item:hover, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item:hover {
  background-color: #FFB514;
  color: var(--palette-neutral-800) !important;
}

/* line 1089, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn-lg, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn-md, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn-sm, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn-xs, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn-lg, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn-md, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn-sm, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn-xs {
  margin-bottom: 44px;
}

/* line 1093, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomy-item-desktop, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomy-item-desktop {
  width: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 24px 6px 8px;
  border-radius: 6px 0px 0px 6px;
}

/* line 1101, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomy-item-desktop .taxonomy-desktop-link, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomy-item-desktop .taxonomy-desktop-link {
  font-family: 'Poppins';
  font-style: normal;
  max-width: 230px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 1110, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomy-item-desktop:hover, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomy-item-desktop:hover {
  background-color: #FFB514;
  color: var(--palette-neutral-800) !important;
  cursor: pointer;
}

/* line 1117, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: wrap;
}

/* line 1128, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element.active-nav-text, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element.active-nav-text {
  text-decoration: underline;
}

/* line 1133, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .category-link, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .category-link {
  display: none;
}

/* line 1137, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element-heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element-heading {
  width: 100%;
}

/* line 1140, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element:hover, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element-heading:hover, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element:hover, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element-heading:hover {
  color: var(--palette-neutral-800) !important;
}

/* line 1146, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .filter-section, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .filter-section {
  border-right: 1px solid var(--palette-neutral-200);
  border-radius: 0px 0px 0px 16px;
  background: #F1F1F1;
}

/* line 1154, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu.show {
  top: 25px !important;
  padding: 0px;
  left: 23px !important;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
}

/* line 1161, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu {
  border-radius: 16px;
  overflow: visible;
  border: none;
}

/* line 1166, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .unsigned-btns {
  height: 70px;
  display: flex;
  padding: 15px;
}

/* line 1171, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .unsigned-btns .sign-up-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 23px;
  background: #FFFFFF;
  color: black;
  border: 1px solid #606060;
  box-sizing: border-box;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
}

/* line 1185, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .unsigned-btns .sign-up-btn:hover {
  background: #1E1E1E;
  color: #F9F9F9;
}

/* line 1191, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .unsigned-btns .login-up-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 23px;
  background: #FFB514;
  border-radius: 100px;
  cursor: pointer;
  color: #FFFFFF;
}

/* line 1202, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .unsigned-btns .login-up-btn:hover {
  background: #DA990C;
}

/* line 1208, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .arrow_box {
  position: relative;
  background: #ffffff;
}

/* line 1213, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .arrow_box:after {
  top: -30px;
  right: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
}

/* line 1227, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .fa-check-circle:before {
  color: #51C571;
}

/* line 1232, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .login-form .form-group {
  margin-bottom: 8px;
}

/* line 1237, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .login-form .remember-me-group label {
  font-family: Poppins;
  font-size: 9.89px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #353535;
  margin-bottom: 0;
  padding: 3px 0;
}

/* line 1247, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .login-form .remember-me-group .check-box {
  position: relative;
  width: 20px;
  height: 20px;
  color: #000;
  border: 1px solid #A8A8A8;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

/* line 1259, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .login-form .remember-me-group .check-box::before {
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  left: 6px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-color: #323232;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

/* line 1274, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .login-form .remember-me-group .check-box:checked {
  color: #323232;
  border-color: #A8A8A8;
  background: #fff;
}

/* line 1278, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .login-form .remember-me-group .check-box:checked::before {
  opacity: 1;
}

/* line 1281, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .login-form .remember-me-group .check-box:checked ~ label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* line 1289, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form,
.navbar_v2 #unsigned-menu .login-form {
  display: none;
  width: 321px;
  padding: 24px 16px 16px 16px;
}

/* line 1295, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form #new_spree_user,
.navbar_v2 #unsigned-menu .login-form #new_spree_user {
  width: 100%;
  text-align: center;
}

/* line 1300, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .nav-login-heading,
.navbar_v2 #unsigned-menu .login-form .nav-login-heading {
  text-align: center;
  font-family: Lexend, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25.89px;
  line-height: 32px;
  letter-spacing: 0.01em;
  cursor: default;
  color: #353535;
}

/* line 1312, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .dropdown-divider,
.navbar_v2 #unsigned-menu .login-form .dropdown-divider {
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 14px -15px;
}

/* line 1317, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .field-heading,
.navbar_v2 #unsigned-menu .login-form .field-heading {
  font-family: 'Poppins-bold';
  font-size: 9.89px;
  font-weight: 700;
  color: #353535;
  line-height: 16px;
  letter-spacing: 0.5px;
}

/* line 1326, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .display-field,
.navbar_v2 #unsigned-menu .login-form .display-field {
  border: 1px solid #ACACAC;
  box-sizing: border-box;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 16px;
  font-family: Poppins;
  font-size: 9.89px;
  line-height: 13.85px;
  letter-spacing: 0.5px;
}

/* line 1341, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .fa,
.navbar_v2 #unsigned-menu .login-form .fa {
  float: right;
}

/* line 1345, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .error-message,
.navbar_v2 #unsigned-menu .login-form .error-message {
  font-family: 'Poppins';
  font-size: 10px;
  color: #CC2E09;
  margin-left: auto;
  display: block;
  text-align: right;
  width: 100%;
}

/* line 1355, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .forgot_password,
.navbar_v2 #unsigned-menu .login-form .forgot_password {
  justify-content: center;
}

/* line 1358, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .forgot_password .grey-link,
.navbar_v2 #unsigned-menu .login-form .forgot_password .grey-link {
  font-weight: 600;
  line-height: 16px;
  text-decoration: underline;
  color: #9F9F9F;
  margin: 0px 8px;
  letter-spacing: 0.75px;
}

/* line 1367, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .forgot_password .grey-link:hover,
.navbar_v2 #unsigned-menu .login-form .forgot_password .grey-link:hover {
  color: black;
}

/* line 1372, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .remember-me-group,
.navbar_v2 #unsigned-menu .login-form .remember-me-group {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

/* line 1376, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .remember-me-group .check-box,
.navbar_v2 #unsigned-menu .login-form .remember-me-group .check-box {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: #FFFFFF;
  border: 1px solid #A8A8A8;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 1387, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .nav-login-btn,
.navbar_v2 #unsigned-menu .login-form .nav-login-btn {
  font-weight: 500;
  width: 80%;
  font-family: 'Poppins-bold';
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 23px;
  border-radius: 100px;
  margin-bottom: 18px;
  margin-top: 8px;
  letter-spacing: 0.5px;
}

/* line 1400, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .nav-login-btn.poppins-text-12,
.navbar_v2 #unsigned-menu .login-form .nav-login-btn.poppins-text-12 {
  line-height: 24px;
}

/* line 1404, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .nav-login-btn.btn-gradient-orange,
.navbar_v2 #unsigned-menu .login-form .nav-login-btn.btn-gradient-orange {
  background: #FFB514;
  box-shadow: 0px 2px 6px 0px #F0AA1C72;
  color: #FFFFFF;
}

/* line 1410, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .signup-form .nav-login-btn.disable-btn,
.navbar_v2 #unsigned-menu .login-form .nav-login-btn.disable-btn {
  color: #A8A8A8;
  background: #F0F0F0;
  box-shadow: none;
}

/* line 1418, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .forgot-pass {
  margin-bottom: 8px;
}

/* line 1422, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .forgot-pass:hover {
  cursor: pointer;
}

/* line 1426, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 #unsigned-menu .dropdown-item {
  background-color: white;
}

/* line 1431, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown {
  top: 25px !important;
  left: 32px !important;
  width: 100%;
  max-width: 220px;
  padding: 4px 22px;
  border-radius: 16px;
  overflow: visible;
  border: none;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
}

/* line 1442, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown .dropdown-item.active,
.navbar_v2 .user-dropdown .dropdown-item:active {
  color: black;
  background-color: white;
}

/* line 1448, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown .dropdown-item:hover {
  cursor: pointer;
  background: none;
}

/* line 1454, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown #confirm-logout .nav-signup-btn:hover {
  background-color: #AC2506;
}

/* line 1458, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown #confirm-logout .logout-btn {
  text-align: center;
  font-family: Poppins-bold;
  font-size: 9.89px;
  line-height: 15px;
  letter-spacing: 0.75px;
  text-decoration: underline;
  color: #9F9F9F;
  margin: 6px auto;
}

/* line 1470, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown .dropdown-item {
  margin: 20px 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
}

/* line 1481, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown .dropdown-item .dropdown-profile-icons {
  margin-right: 12px;
  margin-bottom: 2px;
}

/* line 1487, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown .dropdown-icons {
  margin-right: 10px;
}

/* line 1491, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown .arrow_box {
  position: relative;
  background: #ffffff;
}

/* line 1496, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .user-dropdown .arrow_box:after {
  top: -34px;
  right: 8px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
}

/* line 1511, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .confirm-logout {
  display: none;
}

/* line 1514, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .confirm-logout .nav-signup-btn {
  font-family: Poppins-bold;
  display: block;
  margin: 0 auto;
  align-items: center;
  padding: 9px 23px !important;
  background: #CC2E09;
  max-width: 176px;
  width: 100%;
  height: 40px;
  text-align: center;
  border-radius: 100px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}

/* line 1531, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .confirm-logout .login-btn {
  text-align: center;
  margin-top: 5px;
}

/* line 1537, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .like-btn {
  position: relative;
  padding: 0;
}

/* line 1541, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .like-btn .sec.like-notification-badge {
  display: none;
  position: absolute;
  top: -6px;
  right: -5px;
  width: 7px;
  height: 7px;
  left: auto;
  z-index: 2;
  padding: 5px 5px;
  font-size: 8px;
  color: #51C571;
  background-color: #51C571;
  border-radius: 10em;
}

/* line 1558, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .cart-btn {
  position: relative;
}

/* line 1561, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .cart-btn .sec.counter {
  display: none;
  position: absolute;
  top: -16px;
  right: 7px;
  width: 7px;
  height: 7px;
  left: auto;
  z-index: 2;
  padding: 5px 5px;
  font-size: 8px;
  color: #51C571;
  background-color: #51C571;
  border-radius: 10em;
}

/* line 1578, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 {
  display: inline-block;
  width: 100%;
}

/* line 1582, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .navbar_search {
  width: 100%;
}

/* line 1586, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  max-height: 48px;
  display: flex;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 2px solid transparent;
}

/* line 1598, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2:focus-within {
  border: 2px solid #ffb514;
}

/* line 1602, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2::-moz-placeholder {
  color: #808080;
}
.navbar_v2 .nav-search-box-v2 .search-form_v2::placeholder {
  color: #808080;
}

/* line 1606, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-bar-icon {
  padding: 16px 0 16px 24px;
}

/* line 1608, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-bar-icon .m-search-field-icon, .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-bar-icon .m-close-icon {
  display: none;
}

/* line 1611, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-bar-icon .d-glass {
  display: block;
  background-image: url(/assets/search_icon_v3_black-19923d544438e75f89728d90ecdb0e2691b4f2daf4995005fd686f425022f4ff.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

/* line 1618, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-bar-icon .close-search {
  display: block;
  background-image: url(/assets/search-close-61f70d2e2c057105d2312a9cb0f6a51fcddfa7473fe0f9757d9e70d2d61e69a7.svg);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 1628, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-category-badge {
  padding: 8.5px 17px 8.5px 18px;
  background: #FFFFFF;
  border: 1px solid #D3D4D8;
  box-sizing: border-box;
  border-radius: 100px;
  margin: 0px 10px;
  color: #1E1E1E;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  display: none;
}

/* line 1643, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-category-badge .badge-close-icon {
  cursor: pointer;
  margin-left: 10px;
  width: 12px;
  height: 12px;
}

/* line 1650, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-category-badge .category-strong {
  font-weight: 700;
  margin-left: 2px;
}

/* line 1656, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box.d-search-list-box {
  display: flex !important;
}

/* line 1660, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box {
  justify-content: space-between;
  position: absolute;
  top: 55px;
  z-index: 1111;
  display: none;
  width: 100%;
  max-height: 472px;
  background: #FAFAFA;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 0;
  overflow: auto;
}

/* line 1674, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .modal-nav {
  display: none;
}

/* line 1678, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-heading, .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .no-result-found-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #18181B;
}

/* line 1687, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .popular-searches-heading {
  display: none;
}

/* line 1691, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .no-result-found {
  width: 100%;
  background: #FFFFFF;
  display: none;
  padding: 32px;
}

/* line 1698, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .no-result-found .no-search-result .no-result-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #23263B;
  margin: 0 0 20px 0;
}

/* line 1708, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .no-result-found .no-search-result .search-by-category {
  text-decoration: underline;
}

/* line 1713, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .no-result-found .no-search-result .search-by-category .search-by-category-link {
  color: #FFB514;
}

/* line 1717, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .no-result-found .no-search-result .no-result-found-heading {
  margin-bottom: 20px;
}

/* line 1721, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .no-result-found .no-search-result .no-search-try {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #23263B;
}

/* line 1729, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .no-result-found .no-search-result .no-search-try .no-search-list {
  margin-left: 8px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #23263B;
}

/* line 1741, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block.full-width {
  width: 100%;
  padding-right: 0;
}

/* line 1746, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block {
  width: 56.13%;
  overflow: auto;
  margin-right: 0;
  padding: 20px 32px 0;
  background: #FFFFFF;
}

/* line 1753, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .recent-searches {
  padding-right: 32px;
}

/* line 1757, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .nav-header-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-right: 32px;
}

/* line 1763, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .nav-header-container .clear-history {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #3F3F46;
  cursor: pointer;
}

/* line 1775, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .search-list-badge {
  padding: 11px 15px;
  background: linear-gradient(0deg, #F4F4F5, #F4F4F5), #FFFFFF;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 4px;
  color: #91929D;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

/* line 1788, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .facet-filter {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
}

/* line 1795, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .facet-filter .product-name {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #23263B;
  text-transform: capitalize;
}

/* line 1805, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .facet-filter .category {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 140%;
  text-transform: uppercase;
  color: #91929D;
}

/* line 1815, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .facet-filter::before {
  content: url(/assets/auto_complete_category_icon-0b044f2fd3ac77cd61e2280c7683d64260afb2715d009cb75759812b449f6d10.svg);
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

/* line 1824, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list {
  list-style: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #18181B;
}

/* line 1833, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .search-list-item-container {
  position: relative;
}

/* line 1837, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .icon-after {
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
}

/* line 1844, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .search-list-item-group {
  display: flex;
  align-items: center;
  min-height: 20px;
  margin: 12px 0 28px 0;
}

/* line 1850, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .search-list-item-group:last-child {
  margin-bottom: 20px;
}

/* line 1855, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .search-list-item {
  height: 20px;
  cursor: pointer;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

/* line 1865, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .search-list-item .icon-before {
  margin-right: 9px;
}

/* line 1869, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .search-list-item:last-child {
  margin-bottom: 26px;
}

/* line 1874, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .recent-search-list-item:before {
  content: url(/assets/recent-search-icon-4f06528e0d5e83047ff380dbb1fc360c1609c282b4098c979c7e16ded4e167ef.svg);
  margin-right: 9.33px;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
}

/* line 1882, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .popular-search-list-item::before {
  content: url(/assets/search_icon_24-4c230cf1a56d99fa0b67216689a09d0d05dc197040db7ddca9b4ea1d1fd9eb1d.svg);
  margin-right: 9.33px;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}

/* line 1890, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .remove-recent {
  width: 20px;
  height: 20px;
  background-image: url(/assets/search-close-61f70d2e2c057105d2312a9cb0f6a51fcddfa7473fe0f9757d9e70d2d61e69a7.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 1898, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list .query-popular {
  width: 20px;
  height: 20px;
  background-image: url(/assets/arrow-icon-2adb7d0be47973ef2ba72f9cc54a8d2c107899e56c997a3b1df59213c23e19e3.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 11px;
}

/* line 1908, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block {
  width: 43.87%;
  overflow-y: scroll;
  padding: 0 24px 10px 24px;
  background: #FAFAFA;
  margin: 0 8px 0 0;
}

/* line 1915, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .search-list-heading {
  margin-top: 20px;
  margin-bottom: 8px;
  line-height: 32px;
}

/* line 1920, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .search-list-heading .search-list-category {
  color: #4F5162;
  font-weight: bold;
}

/* line 1925, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .search-list-heading .search-list-title {
  color: #4F5162;
}

/* line 1930, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .see-all-products {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  color: #FFFFFF;
  padding: 7px 22px;
  background-color: #1E1E1E;
  border-radius: 100px;
  max-width: 230px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}

/* line 1951, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-card .on-sale-tag {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1956, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-card .on-sale-tag:before {
  content: 'On Sale';
  color: white;
  background: linear-gradient(271.51deg, #EF7F0F 14.43%, #FFB514 100%);
  display: inline-block;
  border-radius: 12px 0px 3px 0px;
  width: auto;
  margin: 0 auto;
  font-family: Poppins-bold;
  font-weight: 700;
  font-size: 9.89px;
  line-height: 14.84px;
  letter-spacing: 1px;
  padding: 4px 18.7px 2px 7px;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%, 0 100%);
}

/* line 1973, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-products {
  cursor: pointer;
  max-width: 112px;
  width: 100%;
  margin-right: 17px;
  margin-bottom: 13px;
}

/* line 1980, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-products img {
  max-width: 112px;
  width: 100%;
  max-height: 75px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}

/* line 1989, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-products .search-feature-product-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #1E1E1E;
  padding: 0;
  margin: 0;
}

/* line 2001, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-card {
  max-width: 141.29px;
  cursor: pointer;
  margin-right: 18px;
  position: relative;
}

/* line 2007, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-card img {
  width: 141.29px;
  height: 141.29px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
  border-radius: 16px;
  background: #fff;
}

/* line 2016, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-card .feature-card-sub-title {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 1px;
  padding-bottom: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2033, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-card .price-alignment {
  margin-bottom: 16px;
  padding-top: 10px;
  text-align: center;
}

/* line 2039, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .products-area .feature-block-feature-card .feature-card-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #1E1E1E;
}

/* line 2051, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block::-webkit-scrollbar {
  width: 4px !important;
}

/* line 2055, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block::-webkit-scrollbar-track {
  background: #FAFAFA !important;
}

/* line 2059, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block::-webkit-scrollbar-thumb {
  background: #A1A1AA !important;
  border-radius: 8px;
}

/* line 2064, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block::-webkit-scrollbar-thumb:hover {
  background: #A1A1AA;
  cursor: pointer;
}

/* line 2071, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-input {
  background: transparent;
  border-radius: 100px 0 0 100px;
  padding: 6px 0px 6px 14px;
  outline: none;
  width: 100%;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: white;
  height: 48px;
  cursor: pointer;
  flex: 1;
  border: 2px solid transparent;
}

/* line 2087, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-input :focus {
  color: var(--palette-natural-50);
}

/* line 2092, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-btn-v2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 5px 37px;
  background-color: #FFB514;
  border-radius: 100px;
  margin: 7px 5px;
  cursor: pointer;
  border: none;
}

/* line 2108, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .m-search-close {
  display: none;
}

/* line 2112, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-btn {
  color: #1E1E1E;
  border-radius: 0px 100px 100px 0px;
  padding: 9px 16.5px 10.5px 10px;
  outline: none;
  height: 40px;
}

/* line 2118, app/assets/stylesheets/spree/header_v2.css.scss */
.navbar_v2 .nav-search-box-v2 .search-form_v2 .search-btn:hover {
  background-color: #EFEFEF;
}

/* line 2126, app/assets/stylesheets/spree/header_v2.css.scss */
.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}

/* line 2131, app/assets/stylesheets/spree/header_v2.css.scss */
.modal.right.fade .modal-dialog {
  right: -350px;
  transition: opacity 0.5s linear, right 0.5s ease-out;
}

/* line 2139, app/assets/stylesheets/spree/header_v2.css.scss */
.modal.right .modal-dialog {
  position: fixed;
  transform: translate3d(0%, 0, 0);
}

/* line 2147, app/assets/stylesheets/spree/header_v2.css.scss */
.modal.right.fade.show .modal-dialog {
  right: 0;
}

/* line 2151, app/assets/stylesheets/spree/header_v2.css.scss */
.small-nav-v2 {
  display: none;
}

/* line 2155, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 {
  position: relative;
}

/* line 2158, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .question {
  cursor: pointer;
  color: #1E1E1E;
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

/* line 2168, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .question[aria-expanded="false"] {
  padding-top: 0;
  margin-bottom: 24px;
}

/* line 2171, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .question[aria-expanded="false"]::after {
  content: url(/assets/expand_icon-636dcc7c999da67f7c326782dc0949af939dd787c65c9e553cd1fe9fffb8069a.svg);
  position: absolute;
  right: 15px;
  z-index: 999;
}

/* line 2179, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .question[aria-expanded="true"] {
  padding-top: 12px;
  padding-bottom: 10px;
}

/* line 2182, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .question[aria-expanded="true"]::after {
  content: url(/assets/minimize_icon-f7b1119385df3e459b74b099c53d1221fc6d362a513a9dedb931b51060a76048.svg);
  position: absolute;
  right: 15px;
  z-index: 999;
  transform: rotate(180deg);
}

/* line 2191, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .answer {
  letter-spacing: 0.03em;
  color: #353535;
  line-height: 23px;
  padding: 0 0 6px;
}

/* line 2196, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .answer p {
  margin: 0;
  padding-top: 0;
  padding-bottom: 6px;
}

/* line 2200, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .answer p a, .accordion-v2 .answer p a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* line 2205, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .answer p a img, .accordion-v2 .answer p a:hover img {
  width: 10px;
  height: 5px;
  margin: 0 2px 4px 0;
}

/* line 2215, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .accordion-content .category-title {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-900);
}

/* line 2224, app/assets/stylesheets/spree/header_v2.css.scss */
.accordion-v2 .accordion-content .answer .shop-link {
  margin-left: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 10px;
}

/* line 2236, app/assets/stylesheets/spree/header_v2.css.scss */
.flash-wrapper {
  max-width: 832px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

/* line 2242, app/assets/stylesheets/spree/header_v2.css.scss */
.flash-wrapper .flash {
  width: 100%;
  padding: 12px 0;
  color: #FFFFFF;
  font-family: 'Poppins-medium';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  top: 24px;
  z-index: 111111;
  position: absolute;
}

/* line 2255, app/assets/stylesheets/spree/header_v2.css.scss */
.flash-wrapper .flash.notice {
  background-color: var(--palette-success-500);
}

/* line 2258, app/assets/stylesheets/spree/header_v2.css.scss */
.flash-wrapper .flash.success {
  background-color: var(--palette-success-500);
}

/* line 2261, app/assets/stylesheets/spree/header_v2.css.scss */
.flash-wrapper .flash.success::before {
  content: url(/assets/tick_white-09557a6443a790bd472a24699881a989c38684085e0283c943af2778babe0e8d.svg);
  margin-right: 8px;
}

/* line 2266, app/assets/stylesheets/spree/header_v2.css.scss */
.flash-wrapper .flash.error {
  background-color: var(--palette-destructive-500);
}

@media screen and (max-width: 767px) {
  /* line 2273, app/assets/stylesheets/spree/header_v2.css.scss */
  .flash-wrapper {
    max-width: 472px;
  }
}

@media screen and (max-width: 414px) {
  /* line 2279, app/assets/stylesheets/spree/header_v2.css.scss */
  .flash-wrapper {
    max-width: 382px;
  }
  /* line 2282, app/assets/stylesheets/spree/header_v2.css.scss */
  .flash-wrapper .flash {
    top: 16px;
  }
}

/* line 2288, app/assets/stylesheets/spree/header_v2.css.scss */
.ag-modal-open {
  position: fixed;
  overflow: hidden;
}

/* line 2294, app/assets/stylesheets/spree/header_v2.css.scss */
.show-subscriber-modal {
  display: flex !important;
  align-items: center;
  height: 100%;
  padding: 0 16px;
}

/* line 2301, app/assets/stylesheets/spree/header_v2.css.scss */
.hide-subscriber-modal {
  display: none !important;
}

/* line 2306, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog, .subscriber-login-modal .modal-dialog {
  max-width: 382px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto;
}

/* line 2312, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content, .subscriber-login-modal .modal-dialog .modal-content {
  display: block;
  align-items: center;
  padding: 24px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.1), 0px 8px 10px -6px rgba(16, 24, 40, 0.1);
  border-radius: 16px;
}

/* line 2322, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sub-modal-close, .subscriber-login-modal .modal-dialog .modal-content .sub-modal-close {
  padding: 16px 16px 0 0;
  position: absolute;
  right: 0;
  top: 0px;
}

/* line 2329, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-header, .subscriber-login-modal .modal-dialog .modal-content .modal-header {
  align-items: center;
  padding: 0px;
  border-bottom: none;
  width: 100%;
  margin-bottom: 26px;
}

/* line 2336, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-header .modal-title, .subscriber-login-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: "Poppins-semi-bold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-shades-100);
}

/* line 2345, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-header .close, .subscriber-login-modal .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
}

/* line 2352, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-login-section, .subscriber-login-modal .modal-dialog .modal-content .google-login-section {
  width: 100%;
}

/* line 2355, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-login-section .google-login, .subscriber-login-modal .modal-dialog .modal-content .google-login-section .google-login {
  align-items: center;
  padding: 14px 0;
  gap: 10px;
  background: var(--palette-neutral-100);
  border-radius: 6px;
  margin-bottom: 26px;
}

/* line 2363, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-login-section .google-login .content, .subscriber-login-modal .modal-dialog .modal-content .google-login-section .google-login .content {
  display: flex;
  justify-content: center;
  padding: 0px;
  gap: 16px;
}

/* line 2369, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-login-section .google-login .content .text, .subscriber-login-modal .modal-dialog .modal-content .google-login-section .google-login .content .text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
}

/* line 2379, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-login-section .google-login:hover, .subscriber-login-modal .modal-dialog .modal-content .google-login-section .google-login:hover {
  background: var(--palette-neutral-200);
}

/* line 2384, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-login-section:hover, .subscriber-login-modal .modal-dialog .modal-content .google-login-section:hover {
  text-decoration: none;
}

/* line 2389, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .separator, .subscriber-login-modal .modal-dialog .modal-content .separator {
  width: 100%;
  display: flex;
  margin-bottom: 26px;
}

/* line 2394, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .separator .separating-line, .subscriber-login-modal .modal-dialog .modal-content .separator .separating-line {
  width: 100%;
  text-align: center;
  border: 0.5px solid var(--palette-neutral-200);
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 2402, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .separator .separating-line .text, .subscriber-login-modal .modal-dialog .modal-content .separator .separating-line .text {
  position: absolute;
  top: -10px;
  background: var(--palette-shades-0);
  padding: 0 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
}

/* line 2417, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body, .subscriber-login-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

/* line 2420, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .body-header, .subscriber-login-modal .modal-dialog .modal-content .modal-body .body-header {
  text-align: center;
  margin-bottom: 16px;
}

/* line 2424, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .body-header .body-header-title, .subscriber-login-modal .modal-dialog .modal-content .modal-body .body-header .body-header-title {
  font-family: "Poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: var(--palette-neutral-800);
}

/* line 2434, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .body-header .body-header-text, .subscriber-login-modal .modal-dialog .modal-content .modal-body .body-header .body-header-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
}

/* line 2444, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user {
  width: 100%;
}

/* line 2447, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form {
  margin-bottom: 24px;
}

/* line 2451, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .error-field, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .error-field, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .error-field, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .error-field {
  border-color: var(--palette-destructive-300) !important;
}

/* line 2455, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .ag-input-group-box, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .ag-input-group-box, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .ag-input-group-box, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .ag-input-group-box {
  margin-bottom: 8px;
}

/* line 2459, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .ag-input-group-box .form-control:focus-within, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .ag-input-group-box .form-control:focus-within, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .ag-input-group-box .form-control:focus-within, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .ag-input-group-box .form-control:focus-within {
  box-shadow: none;
  border-color: var(--palette-neutral-300);
}

/* line 2465, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .ag-input-group-box:focus-within, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .ag-input-group-box:hover, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .ag-input-group-box:focus-within, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .ag-input-group-box:hover, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .ag-input-group-box:focus-within, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .ag-input-group-box:hover, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .ag-input-group-box:focus-within, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .ag-input-group-box:hover {
  box-shadow: none;
  border-color: var(--palette-neutral-300);
}

/* line 2471, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .error-message, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .error-message, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .error-message, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .error-message {
  display: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-destructive-500);
}

/* line 2483, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .error-field, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .error-field, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .error-field, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .error-field {
  border-color: var(--palette-destructive-300) !important;
}

/* line 2488, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .error-messages-section .error-message, .checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .error-messages-section .error-message, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user #nav-login-form .ag-input-neutral .error-messages-section .error-message, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .checkout-login-form .ag-input-neutral .error-messages-section .error-message {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin: 4px 0;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-destructive-500);
  margin-top: 4px;
}

/* line 2503, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .nav-login-btn, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .nav-login-btn {
  width: 100%;
  border: initial;
  margin: 0 auto;
  outline: none;
  box-shadow: none;
  font-family: "Poppins-medium";
}

/* line 2511, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .nav-login-btn img, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .nav-login-btn img {
  margin-left: 5px;
}

/* line 2516, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .disable-btn, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .disable-btn {
  background: var(--palette-primary-200) !important;
  cursor: default;
}

/* line 2521, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 24px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  align-items: center;
}

/* line 2534, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me {
  display: flex;
  align-items: center;
}

/* line 2538, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me label, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me label {
  margin: 0;
}

/* line 2542, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box {
  height: 20px;
  width: 20px;
  background: var(--palette-shades-0);
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  text-align: center;
  margin-right: 12px;
}

/* line 2556, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box:focus, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 2560, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box:checked, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box:checked {
  background: var(--palette-primary-500);
}

/* line 2564, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box:checked:before, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box:checked:before {
  content: '✓';
  color: var(--palette-shades-0);
}

/* line 2569, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box:before, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me .check-box:before {
  content: '';
}

/* line 2575, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .forgot-pass, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .forgot-pass {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  cursor: pointer;
  text-decoration: underline;
}

/* line 2586, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me-text, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .remember-me-group .remember-me-text {
  font-family: Poppins;
  font-size: 9.89px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #353535;
  margin-bottom: 0;
  padding: 3px 0;
}

/* line 2597, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .forgot_password, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .forgot_password {
  justify-content: space-between;
}

/* line 2600, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .forgot_password a, .subscriber-login-modal .modal-dialog .modal-content .modal-body .new_spree_user .forgot_password a {
  font-weight: 600;
  line-height: 16px;
  text-decoration: underline;
  color: #9f9f9f;
  margin: 0px 8px;
  letter-spacing: 0.75px;
}

/* line 2614, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .logged-in-user-section .body-header .body-header-title, .subscriber-login-modal .modal-dialog .modal-content .logged-in-user-section .body-header .body-header-title {
  margin-bottom: 0;
  text-align: left;
}

/* line 2621, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .logged-in-user-section .new_spree_user #nav-login-form, .subscriber-login-modal .modal-dialog .modal-content .logged-in-user-section .new_spree_user #nav-login-form {
  margin-bottom: 0;
}

/* line 2628, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .modal-header, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .modal-header {
  margin-bottom: 18px;
}

/* line 2634, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .body-header .body-header-title, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .body-header .body-header-title {
  text-align: left;
}

/* line 2640, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form {
  margin-bottom: 0;
}

/* line 2643, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form #password-credentials, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form #password-credentials {
  margin-bottom: 22px;
}

/* line 2646, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form #password-credentials .form-group, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form #password-credentials .form-group {
  margin-bottom: 24px;
}

/* line 2652, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-400);
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}

/* line 2665, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me, .checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy {
  height: 16px;
  width: 16px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
}

/* line 2680, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me:focus, .checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy:focus, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me:focus, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 2684, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me:checked, .checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy:checked, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me:checked, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy:checked {
  background: var(--palette-primary-500);
  border: none;
}

/* line 2689, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me:checked:before, .checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy:checked:before, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me:checked:before, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy:checked:before {
  content: '✓';
  color: var(--palette-shades-0);
}

/* line 2694, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me:before, .checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy:before, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #subscribe_me:before, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label #agree_policy:before {
  content: '';
}

/* line 2699, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label .link, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label .link {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-400);
  text-decoration: underline;
  margin-left: 4px;
}

/* line 2710, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label .link:hover, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .mailchimp-subscription label .link:hover {
  color: var(--palette-neutral-500);
}

/* line 2717, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .privacy-policy, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .privacy-policy {
  margin-bottom: 22px;
}

/* line 2722, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .sigup-btn .create-account-btn, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .sigup-btn .create-account-btn {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-shades-0);
  width: 100%;
  margin: 0;
  box-shadow: none;
  border-radius: 6px;
  padding: 8px 0;
  border: initial;
  background-color: var(--palette-primary-500);
}

/* line 2737, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .sigup-btn .create-account-btn:hover, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .sigup-btn .create-account-btn:hover {
  background-color: var(--palette-primary-600);
}

/* line 2743, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .agree-policy-error, .subscriber-login-modal .modal-dialog .modal-content .sign-up-user-credentials .sign-up-user-section .new_spree_user .checkout-login-form .agree-policy-error {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-destructive-500);
}

/* line 2759, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .setting-email-section .body-header, .subscriber-login-modal .modal-dialog .modal-content .setting-email-section .body-header {
  margin: 0;
}

/* line 2762, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .setting-email-section .body-header .body-header-title, .subscriber-login-modal .modal-dialog .modal-content .setting-email-section .body-header .body-header-title {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

/* line 2771, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .setting-email-section .body-header .body-header-text, .subscriber-login-modal .modal-dialog .modal-content .setting-email-section .body-header .body-header-text {
  margin-bottom: 16px;
}

/* line 2779, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .reset-password-content .body-header .body-header-title, .subscriber-login-modal .modal-dialog .modal-content .reset-password-content .body-header .body-header-title {
  text-align: left;
}

/* line 2785, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .reset-password-content .new_spree_user .reseting-password, .subscriber-login-modal .modal-dialog .modal-content .reset-password-content .new_spree_user .reseting-password {
  margin-bottom: 26px;
}

/* line 2788, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .reset-password-content .new_spree_user .reseting-password .btn, .subscriber-login-modal .modal-dialog .modal-content .reset-password-content .new_spree_user .reseting-password .btn {
  border: none;
  width: 100%;
  font-family: "Poppins-medium";
}

/* line 2796, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .reset-password-content .back-to-login, .subscriber-login-modal .modal-dialog .modal-content .reset-password-content .back-to-login {
  text-align: center;
}

/* line 2799, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .reset-password-content .back-to-login .login-btn, .subscriber-login-modal .modal-dialog .modal-content .reset-password-content .back-to-login .login-btn {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-500);
  border: none;
  background: initial;
}

/* line 2809, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .reset-password-content .back-to-login .login-btn:hover, .subscriber-login-modal .modal-dialog .modal-content .reset-password-content .back-to-login .login-btn:hover {
  font-family: "Poppins";
  font-weight: 400;
  text-decoration: underline;
}

/* line 2819, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .help-on-the-way .help-description, .subscriber-login-modal .modal-dialog .modal-content .help-on-the-way .help-description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  margin-bottom: 24px;
}

/* line 2830, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .help-on-the-way .back-to-login .login-btn, .subscriber-login-modal .modal-dialog .modal-content .help-on-the-way .back-to-login .login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-family: "Poppins-medium";
  width: 100%;
  color: white;
  margin-bottom: 26px;
}

/* line 2842, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .help-on-the-way .sent-email, .subscriber-login-modal .modal-dialog .modal-content .help-on-the-way .sent-email {
  text-align: center;
}

/* line 2845, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .help-on-the-way .sent-email .email-btn, .subscriber-login-modal .modal-dialog .modal-content .help-on-the-way .sent-email .email-btn {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-500);
}

/* line 2853, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .help-on-the-way .sent-email .email-btn:hover, .subscriber-login-modal .modal-dialog .modal-content .help-on-the-way .sent-email .email-btn:hover {
  font-family: "Poppins";
  font-weight: 400;
}

/* line 2861, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .help-on-the-way.modal-header, .subscriber-login-modal .modal-dialog .modal-content .help-on-the-way.modal-header {
  margin-bottom: 10px;
  align-items: center;
}

/* line 2865, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .help-on-the-way.modal-header .modal-title, .subscriber-login-modal .modal-dialog .modal-content .help-on-the-way.modal-header .modal-title {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* line 2869, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .help-on-the-way.modal-header .modal-title:before, .subscriber-login-modal .modal-dialog .modal-content .help-on-the-way.modal-header .modal-title:before {
  content: url(/assets/email-icon-a2f4fcc264d93782bf0879f40352295374e9444edea12762ef3f6385ae85bbc9.png);
}

/* line 2877, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-account-email .modal-body .description, .subscriber-login-modal .modal-dialog .modal-content .google-account-email .modal-body .description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  margin-bottom: 24px;
}

/* line 2887, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-account-email .modal-body .google-login, .subscriber-login-modal .modal-dialog .modal-content .google-account-email .modal-body .google-login {
  background-color: var(--palette-neutral-900);
  margin: 0;
}

/* line 2891, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-account-email .modal-body .google-login .text, .subscriber-login-modal .modal-dialog .modal-content .google-account-email .modal-body .google-login .text {
  color: var(--palette-shades-0);
}

/* line 2895, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .modal-dialog .modal-content .google-account-email .modal-body .google-login:hover, .subscriber-login-modal .modal-dialog .modal-content .google-account-email .modal-body .google-login:hover {
  background-color: var(--palette-neutral-800);
}

/* line 2908, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal, .subscriber-login-modal .subscriber-modal {
  height: 100%;
  display: flex;
  align-items: center;
}

/* line 2919, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .success-bg .modal-content .modal-header .header-text .awesome-text, .subscriber-login-modal .success-bg .modal-content .modal-header .header-text .awesome-text {
  font-weight: 900;
  font-size: 57px;
  margin-top: 111px;
  padding-right: 22px;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  line-height: 60px;
}

/* line 2929, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .success-bg .modal-content .modal-header .header-text .promo-text, .subscriber-login-modal .success-bg .modal-content .modal-header .header-text .promo-text {
  font-size: 20px;
  padding-left: 29px;
  margin-bottom: 0;
  letter-spacing: 0.07em;
  line-height: 41px;
}

/* line 2937, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .success-bg .modal-content .modal-header .header-text .welcome10-text, .subscriber-login-modal .success-bg .modal-content .modal-header .header-text .welcome10-text {
  font-size: 49px;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding-right: 8px;
  margin-bottom: 15px;
  line-height: 41px;
  color: #BE0027;
}

/* line 2947, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .success-bg .modal-content .modal-header .header-text .checkout-text, .subscriber-login-modal .success-bg .modal-content .modal-header .header-text .checkout-text {
  font-size: 20px;
  padding-left: 29px;
  margin-bottom: 0;
  letter-spacing: 0.08em;
}

/* line 2956, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .success-bg .modal-content .modal-body, .subscriber-login-modal .success-bg .modal-content .modal-body {
  display: none !important;
}

/* line 2962, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog, .subscriber-login-modal .subscriber-modal-dialog {
  max-width: 730px;
  width: 100%;
  max-height: 546px;
  height: 100%;
  background: white;
  background-image: url(/assets/subscriber-popup-bg-d9fd9e2ff0ee0080ff358a26e61c985440a3bc1c59c7075553f12b7187a1eeb2.png);
  background-image: -webkit-image-set(url(/assets/subscriber-popup-bg-70afec2ab0700708c29599a4a2efc63dd99a5de040545ff8a3465ffb4d092642.webp) type("image/webp"), url(/assets/subscriber-popup-bg-d9fd9e2ff0ee0080ff358a26e61c985440a3bc1c59c7075553f12b7187a1eeb2.png) type("image/png"));
  background-image: image-set(url(/assets/subscriber-popup-bg-70afec2ab0700708c29599a4a2efc63dd99a5de040545ff8a3465ffb4d092642.webp) type("image/webp"), url(/assets/subscriber-popup-bg-d9fd9e2ff0ee0080ff358a26e61c985440a3bc1c59c7075553f12b7187a1eeb2.png) type("image/png"));
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 2976, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content, .subscriber-login-modal .subscriber-modal-dialog .modal-content {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  height: 100%;
}

/* line 2983, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header {
  align-items: unset;
  margin-bottom: 0;
  justify-content: flex-end;
}

/* line 2988, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--palette-shades-100);
}

/* line 2995, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .welcome-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .welcome-text {
  font-family: 'Lexend';
  font-size: 55px;
  margin-top: 40px;
  padding-left: 12px;
  letter-spacing: 0.04em;
  line-height: 60px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.497402);
}

/* line 3006, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .signup-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .signup-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  padding-left: 14px;
  margin-bottom: 0;
  letter-spacing: 0.11em;
}

/* line 3015, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .discount-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .discount-text {
  font-family: 'Lexend';
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-right: 19px;
  margin-bottom: 0;
  line-height: 26px;
  color: #BE0027;
}

/* line 3026, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .logo-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .logo-text {
  font-size: 22px;
  font-weight: 300;
  padding-left: 18px;
  letter-spacing: 0.05em;
}

/* line 3032, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .logo-text img, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .logo-text img {
  width: 29%;
}

/* line 3037, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .signup-now-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .signup-now-text {
  font-size: 15px;
  margin-top: 10px;
  padding-left: 14px;
  line-height: 32px;
  letter-spacing: 0.04em;
}

/* line 3047, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .success-header-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .success-header-text {
  display: none;
}

/* line 3051, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .close, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .close {
  width: 10%;
  padding: 2%;
}

/* line 3055, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .close img, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .close img {
  width: 100%;
}

/* line 3061, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: flex-end;
}

/* line 3065, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form {
  max-width: 330px;
  width: 100%;
  padding-right: 40px;
}

/* line 3070, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group {
  margin-bottom: 0.6rem;
}

/* line 3074, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .form-control:focus, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .form-control:focus {
  box-shadow: none;
}

/* line 3078, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .error-field, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .error-field {
  border-color: var(--palette-destructive-300) !important;
}

/* line 3082, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .error-message, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .error-message {
  display: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-destructive-500);
}

/* line 3097, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-400);
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}

/* line 3110, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me, .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy {
  height: 16px;
  width: 16px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
}

/* line 3125, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me:focus, .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy:focus, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me:focus, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 3129, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me:checked, .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy:checked, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me:checked, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy:checked {
  background: var(--palette-primary-500);
  border: none;
}

/* line 3134, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me:checked:before, .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy:checked:before, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me:checked:before, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy:checked:before {
  content: '✓';
  color: var(--palette-shades-0);
}

/* line 3139, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me:before, .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy:before, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me:before, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy:before {
  content: '';
}

/* line 3144, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label .link, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label .link {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-400);
  text-decoration: underline;
  margin-left: 4px;
}

/* line 3155, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label .link:hover, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label .link:hover {
  color: var(--palette-neutral-500);
}

/* line 3162, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .ag-btn-md, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .ag-btn-md {
  width: 100%;
}

/* line 3171, app/assets/stylesheets/spree/header_v2.css.scss */
.hide-setting-account-loader {
  display: none;
}

/* line 3175, app/assets/stylesheets/spree/header_v2.css.scss */
.thank-sign-in-user {
  display: none;
}

/* line 3179, app/assets/stylesheets/spree/header_v2.css.scss */
.thank-sign-in-user .modal-dialog .modal-content .modal-header {
  margin-bottom: 10px;
}

/* line 3182, app/assets/stylesheets/spree/header_v2.css.scss */
.thank-sign-in-user .modal-dialog .modal-content .modal-header .title-with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

/* line 3192, app/assets/stylesheets/spree/header_v2.css.scss */
.thank-sign-in-user .modal-dialog .modal-content .modal-body .body-header .body-header-title {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: var(--palette-neutral-700);
}

/* line 3202, app/assets/stylesheets/spree/header_v2.css.scss */
.thank-sign-in-user .modal-dialog .modal-content .modal-body .body-header .features-description {
  text-align: left;
  padding-inline-start: 24px;
}

/* line 3206, app/assets/stylesheets/spree/header_v2.css.scss */
.thank-sign-in-user .modal-dialog .modal-content .modal-body .body-header .features-description .body-header-text {
  margin-bottom: 8px;
}

/* line 3214, app/assets/stylesheets/spree/header_v2.css.scss */
.thank-sign-in-user .start-shopping-section.ag-btn, .thank-sign-in-user .start-shopping-section.ag-btn-lg, .thank-sign-in-user .start-shopping-section.ag-btn-md, .thank-sign-in-user .start-shopping-section.ag-btn-sm, .thank-sign-in-user .start-shopping-section.ag-btn-xs {
  width: 100%;
  background-color: var(--palette-success-500);
  cursor: pointer;
  font-family: "Poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-shades-0);
}

/* line 3228, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog {
  max-width: 400px !important;
  width: 100%;
  margin: 0 auto;
}

/* line 3235, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-header {
  justify-content: center;
}

/* line 3238, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
}

/* line 3253, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer {
  padding-top: 0;
  box-shadow: none;
  height: inherit;
  display: block;
}

/* line 3259, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form {
  text-align: left;
}

/* line 3262, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form .new_spree_user {
  width: 100%;
}

/* line 3267, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form .new_spree_user .checkout-login-form .form-group .ag-input-neutral {
  margin-bottom: 8px;
}

/* line 3270, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form .new_spree_user .checkout-login-form .form-group .ag-input-neutral .ag-input-label {
  font-family: 'Poppins-medium';
}

/* line 3274, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form .new_spree_user .checkout-login-form .form-group .ag-input-neutral .error-message {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin: 4px 0;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-destructive-500);
  margin-top: 4px;
}

/* line 3288, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form .new_spree_user .checkout-login-form .sigup-btn {
  cursor: pointer;
}

/* line 3291, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form .new_spree_user .checkout-login-form .sigup-btn input {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  padding: 6px 10px;
  background: var(--palette-shades-100);
  color: var(--palette-neutral-50);
  width: 100%;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  margin: 0 0 8px 0;
}

/* line 3307, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form .new_spree_user .checkout-login-form .sigup-btn .disable-btn {
  background: var(--palette-neutral-400);
}

/* line 3314, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form .login-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 3321, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-registration-modal .modal-dialog .modal-content .modal-body #new-customer .signup_form .login-option .green-link {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  padding: 6px 10px;
  background: var(--palette-shades-0);
  color: var(--palette-neutral-700);
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border: 1px solid var(--palette-neutral-200);
  cursor: pointer;
}

/* line 3345, app/assets/stylesheets/spree/header_v2.css.scss */
.secure-password {
  width: 20px;
  height: 20px;
}

/* line 3349, app/assets/stylesheets/spree/header_v2.css.scss */
.secure-password:before {
  content: url(/assets/secure-password-e5e5c6832460d067ed936b880e64ab63859d15a89655323cfc7d0ed39b32c041.png);
}

/* line 3354, app/assets/stylesheets/spree/header_v2.css.scss */
.show-secure-password {
  width: 20px;
  height: 20px;
}

/* line 3358, app/assets/stylesheets/spree/header_v2.css.scss */
.show-secure-password:before {
  content: url(/assets/show-secure-password-7a8b9808d81fc31763a75f01905c18dbb8bc505a9250f766e5b1be1bfbe15527.png);
}

/* line 3364, app/assets/stylesheets/spree/header_v2.css.scss */
.fa-eye:before {
  content: url(/assets/eye-dc8e3967c3ff93622bb8d563ec19f103ae1ab36cec57db0d6caf5560f4555e55.svg) !important;
}

/* line 3370, app/assets/stylesheets/spree/header_v2.css.scss */
.fa-check-circle:before {
  content: url(/assets/check_circle_Emerald-f19468db5eea9d347bbf33370ef7012a1e05038415468291e77839840d8b0832.svg) !important;
}

/* line 3376, app/assets/stylesheets/spree/header_v2.css.scss */
.fa-exclamation-circle:before {
  content: url(/assets/exclamation_circle_red-78a2e076fdff3003dfea5692341ccf84cfa8857827aeafa2598a4ca5db06f8ab.svg) !important;
}

/* line 3382, app/assets/stylesheets/spree/header_v2.css.scss */
.fa-eye-slash:before {
  content: url(/assets/eye-slash-4f2a3843d0ff56caa42e9eaa1b0d9b8eeac26ad2f84cbbb6c6608bd4f205ae50.svg) !important;
}

@media screen and (max-width: 1280px) {
  /* line 3390, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .social-media-section .nav.social-media .nav-item {
    padding: 0;
  }
  /* line 3392, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .social-media-section .nav.social-media .nav-item .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1171px) {
  /* line 3401, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section {
    max-width: 370px;
  }
  /* line 3404, app/assets/stylesheets/spree/header_v2.css.scss */
  .countdown-box {
    width: 35px;
    height: 32px;
  }
  /* line 3409, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .shop-now {
    font-size: 12px;
    padding-left: 18px;
  }
  /* line 3414, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .black-friday, .navbar_v2 .deals-here-for {
    font-size: 12px;
    letter-spacing: 0;
  }
  /* line 3421, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block {
    width: 50%;
  }
  /* line 3425, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block {
    width: 50%;
    padding: 0 8px 10px 8px;
  }
  /* line 3429, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block .product-container .content-container {
    justify-content: center;
  }
  /* line 3438, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .coupon-section .coupon-group .coupon-text {
    font-size: 10px;
  }
  /* line 3443, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section .contact-area {
    justify-content: space-around;
  }
  /* line 3445, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section .contact-area .contact-text {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
    margin: 0px 3px;
  }
}

@media screen and (max-width: 1025px) {
  /* line 3459, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block {
    width: 100%;
  }
  /* line 3463, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block {
    display: none;
  }
}

@media screen and (max-width: 988px) {
  /* line 3471, app/assets/stylesheets/spree/header_v2.css.scss */
  .skeleton-item {
    width: 80%;
  }
  /* line 3477, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .coupon-section .coupon-group .coupon-text {
    font-size: 9.89px;
    letter-spacing: 0.04em;
  }
  /* line 3483, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section {
    width: 100%;
  }
  /* line 3486, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section .contact-area .contact-text {
    font-size: 9px;
  }
  /* line 3489, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section .contact-area .contact-text .custom_product_img, .navbar_v2 .section-1 .contact-section .contact-area .contact-text .contact_img {
    width: 13px;
    height: 13px;
  }
  /* line 3496, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .social-media-section {
    width: 245px;
  }
  /* line 3499, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .social-media-section .nav.social-media .nav-item .nav-link {
    font-size: 13px;
    margin: 8px 8px;
  }
}

@media screen and (max-width: 896px) {
  /* line 3510, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .coupon-section .coupon-group .coupon-text {
    font-size: 8px;
  }
  /* line 3516, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .black-friday-group .black-friday {
    font-size: 10px;
  }
  /* line 3519, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .black-friday-group .deals-here-for {
    font-size: 10px;
  }
  /* line 3522, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .black-friday-group .shop-now {
    font-size: 10px;
    padding-left: 4px;
  }
  /* line 3525, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .black-friday-group .shop-now .text {
    padding-right: 6px;
    font-size: 10px;
    padding-left: 4px;
  }
  /* line 3531, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .black-friday-group .countdown-box {
    width: 34px;
    height: 32px;
    margin-right: 4px;
  }
  /* line 3535, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .black-friday-group .countdown-box .days {
    font-size: 6px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  /* line 3543, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section {
    width: 100%;
  }
  /* line 3546, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section .contact-area {
    margin-left: -6px;
  }
  /* line 3549, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section .contact-area .contact-text {
    font-size: 8px;
  }
  /* line 3555, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .social-media-section {
    width: 185px;
  }
  /* line 3558, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .social-media-section .nav.social-media .nav-item .nav-link {
    font-size: 13px;
    margin: 8px 5px;
  }
}

@media screen and (max-width: 991px) {
  /* line 3568, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown, .navbar_v2 .brand-menu-dropdown {
    left: 0;
    width: 94.7990544%;
  }
  /* line 3573, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item {
    padding: 5.5px 0px;
  }
  /* line 3575, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item:hover, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item:hover {
    background-color: none;
  }
  /* line 3579, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item .deals-arrow, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item .deals-arrow {
    display: none;
  }
  /* line 3584, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container {
    max-width: 220px;
    width: 100%;
    padding: 20px;
  }
  /* line 3589, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .category-link, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .category-link {
    padding: 5.5px 0;
    display: block;
  }
  /* line 3595, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .taxonomy-item-desktop:hover, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .mega-list-container .taxonomy-item-desktop:hover {
    background-color: transparent;
  }
  /* line 3601, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element-heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .list-element-heading {
    padding: 5.5px 0px;
  }
  /* line 3605, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .deal-item {
    display: block;
  }
  /* line 3609, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .divider, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .divider {
    width: 65%;
  }
  /* line 3614, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .filter-section, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .filter-section {
    width: 27.514547%;
  }
  /* line 3618, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap {
    display: block;
    width: 72.485453%;
    padding: 20px;
  }
  /* line 3622, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 3626, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    margin-bottom: 20px;
  }
  /* line 3632, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading {
    color: #1E1E1E;
    font-family: 'Poppins-semi-bold';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
    display: flex;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  /* line 3644, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading .all-taxon-heading, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading .all-taxon-heading {
    color: #71717A;
    font-family: 'Poppins-medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  /* line 3652, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading .all-taxon-heading:hover, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .heading .all-taxon-heading:hover {
    text-decoration: underline;
  }
  /* line 3657, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .nav-social-icons, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .dropdwon-header .nav-social-icons {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 3663, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* line 3667, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container {
    padding: 0;
    max-width: 239px;
    width: 29.4334975%;
  }
  /* line 3673, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list {
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 3677, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list .list-element, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list .list-element {
    font-family: 'Lexend-regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
  }
  /* line 3683, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list .list-element:hover, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .mega-sub-list-container .navigation-dropdown-list .list-element:hover {
    background: none;
    text-decoration: underline;
  }
  /* line 3691, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container {
    max-width: 285px;
    width: 35.0985222%;
  }
  /* line 3695, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .images, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .images {
    width: 100%;
    height: 229px;
    margin-bottom: 27px;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    border: 1px solid var(--Neutral-200, #E4E4E7);
  }
  /* line 3705, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-lg, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-md, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-sm, .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-xs, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-lg, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-md, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-sm, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn-xs {
    width: 100%;
    color: white;
  }
  /* line 3713, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .pre-order-container, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .pre-order-container {
    position: absolute;
    bottom: 30px;
    left: 30%;
    right: 2.5%;
  }
  /* line 3720, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .pre-order-container .pre-order-content, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .pre-order-container .pre-order-content {
    max-width: 814px;
    width: 100%;
    height: 135px;
    border-radius: 12px;
  }
  /* line 3731, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .mega-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .mega-list-container .navigation-dropdown-list .list-element, .navbar_v2 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .mega-list-container .navigation-dropdown-list .list-element {
    font-family: 'Lexend-regular';
    padding: 4.5px 0;
  }
  /* line 3742, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-3 .tabs-section {
    margin-left: 0;
    max-width: 864px;
  }
  /* line 3747, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .black-friday-group {
    padding: 0 0 0 16px;
  }
  /* line 3750, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .black-friday-group .black-friday, .navbar_v2 .black-friday-group .deals-here-for {
    font-size: 10px;
  }
  /* line 3755, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .shop-now {
    font-size: 10px;
    padding-left: 8px;
  }
  /* line 3761, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section {
    max-width: 260px;
    width: 100%;
    margin-right: 16px;
    gap: 8px;
  }
  /* line 3767, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .section-1 .contact-section .pre-nav-element {
    text-decoration: none;
    padding: 6px 1px;
    font-size: 10px;
  }
  /* line 3777, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box {
    flex-direction: column;
  }
  /* line 3780, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block {
    max-width: 100%;
    order: 2;
    margin-right: 0;
    padding-right: 16px;
  }
  /* line 3787, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .search-list .search-element-container {
    margin-bottom: 16px;
  }
  /* line 3791, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-list-block .search-list .search-list-item-group {
    min-height: 24px;
  }
  /* line 3797, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .no-result-found {
    order: 1;
    margin-top: 20px;
  }
  /* line 3802, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-list-box .search-feature-block {
    display: none;
  }
  /* line 3807, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 .nav-search-box-v2 .search-form_v2 .search-category-badge {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 3818, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .container-fluid .small-bottom-bar-v2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  /* line 3827, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2:focus-within {
    border: 2px solid #ffb514;
  }
  /* line 3831, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1111;
    border-radius: 0;
    background-color: #f9f9f9;
    display: none;
    flex-direction: column;
    padding: 16px 16px 32px 32px;
  }
  /* line 3844, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .modal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin: 0 -16px 0 -32px;
    box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
  }
  /* line 3852, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .modal-nav .hidden-submit-btn {
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    font-size: 0;
    margin: 0;
    display: inline-block;
  }
  /* line 3863, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .ag-logo-link {
    display: block;
    padding: 0 16px;
  }
  /* line 3868, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-close-icon {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #EF4444;
    float: right;
    padding: 0 16px;
    cursor: pointer;
  }
  /* line 3880, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box #search-modal-nav {
    border: 2px solid #ffb514;
  }
  /* line 3884, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    max-height: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 994px;
    margin: 0 auto;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: #dadada;
    -o-border-image: initial;
       border-image: initial;
  }
  /* line 3900, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2::-moz-placeholder {
    color: #808080;
  }
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2::placeholder {
    color: #808080;
  }
  /* line 3904, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-bar-icon {
    margin: 16px 0 16px 12px;
  }
  /* line 3907, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-bar-icon .m-search-field-icon, .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-bar-icon .m-close-icon {
    display: none;
  }
  /* line 3910, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-bar-icon .d-glass {
    display: block;
    background-image: url(/assets/search_icon_v3_black-19923d544438e75f89728d90ecdb0e2691b4f2daf4995005fd686f425022f4ff.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
  }
  /* line 3917, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-bar-icon .close-search {
    display: block;
    background-image: url(/assets/search-close-61f70d2e2c057105d2312a9cb0f6a51fcddfa7473fe0f9757d9e70d2d61e69a7.svg);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  /* line 3927, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box.d-search-list-box {
    display: flex !important;
  }
  /* line 3931, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box {
    justify-content: space-between;
    position: absolute;
    top: 55px;
    z-index: 1111;
    display: none;
    width: 100%;
    max-height: 472px;
    background: #FAFAFA;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 0;
    overflow: auto;
  }
  /* line 3945, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list-heading, .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .no-result-found-heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #18181B;
  }
  /* line 3954, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .no-result-found {
    width: 100%;
    background: #FFFFFF;
    display: none;
    padding: 32px;
  }
  /* line 3961, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .no-result-found .no-search-result .no-result-heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #23263B;
    margin: 0 0 20px 0;
  }
  /* line 3971, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .no-result-found .no-search-result .no-result-found-heading {
    margin-bottom: 20px;
  }
  /* line 3975, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .no-result-found .no-search-result .no-search-try {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #23263B;
  }
  /* line 3983, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .no-result-found .no-search-result .no-search-try .no-search-list {
    margin-left: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #23263B;
  }
  /* line 3995, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list-block.full-width {
    width: 100%;
    padding-right: 0;
  }
  /* line 4000, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list-block {
    width: 56.13%;
    overflow: auto;
    margin-right: 0;
    padding: 20px 32px 0;
    background: #FFFFFF;
  }
  /* line 4007, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list-block .recent-searches {
    padding-right: 32px;
  }
  /* line 4011, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list-block .nav-header-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding-right: 32px;
  }
  /* line 4017, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list-block .nav-header-container .clear-history {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #3F3F46;
    cursor: pointer;
  }
  /* line 4030, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list {
    list-style: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #18181B;
    margin-top: 20px;
  }
  /* line 4040, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .search-list-item-container {
    position: relative;
  }
  /* line 4044, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .icon-after {
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
  }
  /* line 4051, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .search-list-item-group {
    display: flex;
    align-items: center;
    min-height: 20px;
    margin: 12px 0 28px 0;
  }
  /* line 4057, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .search-list-item-group:last-child {
    margin-bottom: 20px;
  }
  /* line 4062, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .search-list-item {
    height: 20px;
    cursor: pointer;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
  }
  /* line 4072, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .search-list-item .icon-before {
    margin-right: 9px;
  }
  /* line 4076, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .search-list-item:last-child {
    margin-bottom: 26px;
  }
  /* line 4081, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .recent-search-list-item:before {
    content: url(/assets/recent-search-icon-4f06528e0d5e83047ff380dbb1fc360c1609c282b4098c979c7e16ded4e167ef.svg);
    margin-right: 9.33px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
  }
  /* line 4089, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .popular-search-list-item::before {
    content: url(/assets/search_icon_24-4c230cf1a56d99fa0b67216689a09d0d05dc197040db7ddca9b4ea1d1fd9eb1d.svg);
    margin-right: 9.33px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
  }
  /* line 4097, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .remove-recent {
    width: 20px;
    height: 20px;
    background-image: url(/assets/search-close-61f70d2e2c057105d2312a9cb0f6a51fcddfa7473fe0f9757d9e70d2d61e69a7.svg);
    background-repeat: no-repeat;
    cursor: pointer;
  }
  /* line 4105, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list .query-popular {
    width: 20px;
    height: 20px;
    background-image: url(/assets/arrow-icon-2adb7d0be47973ef2ba72f9cc54a8d2c107899e56c997a3b1df59213c23e19e3.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 11px;
  }
  /* line 4115, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block {
    width: 43.87%;
    overflow-y: scroll;
    padding: 0 24px 10px 24px;
    background: #FAFAFA;
    margin: 0 8px 0 0;
  }
  /* line 4122, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container {
    padding: 16px;
    color: black;
    width: 100%;
    max-width: 380px;
    min-height: 125px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 8px;
    cursor: default;
  }
  /* line 4133, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container:hover {
    box-shadow: 0px 4px 6px rgba(16, 24, 40, 0.1), 0px 2px 4px rgba(16, 24, 40, 0.1);
  }
  /* line 4135, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container:hover .content-container .product-details-container .view-btn-container .view-btn {
    border: 1px solid #A1A1AA;
    background: #FAFAFA;
  }
  /* line 4141, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container .content-container {
    display: flex;
  }
  /* line 4144, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container .content-container .image-container {
    width: 93px;
    height: 93px;
    border-radius: 8px;
    display: block;
  }
  /* line 4151, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container .content-container .product-details-container {
    margin-left: 16px;
    padding-top: 10px;
    width: 100%;
  }
  /* line 4156, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container .content-container .product-details-container .view-btn-container {
    display: flex;
    justify-content: space-between;
  }
  /* line 4161, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container .content-container .product-details-container .view-btn-container .product-price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  /* line 4170, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container .content-container .product-details-container .view-btn-container .view-btn {
    padding: 6px 10px;
    background: #FFFFFF;
    border: 1px solid #D4D4D8;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #18181B;
    text-decoration: none;
    cursor: pointer;
  }
  /* line 4185, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container .content-container .product-details-container .view-btn-container .view-btn:hover {
    text-decoration: none;
  }
  /* line 4191, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .product-container .content-container .product-details-container .product-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* line 4211, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .search-list-heading {
    margin-top: 20px;
    margin-bottom: 8px;
    line-height: 32px;
  }
  /* line 4216, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .search-list-heading .search-list-category {
    color: #4F5162;
    font-weight: bold;
  }
  /* line 4221, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .search-list-heading .search-list-title {
    color: #4F5162;
  }
  /* line 4226, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block .see-all-products {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    color: #FFFFFF;
    padding: 7px 22px;
    background-color: #1E1E1E;
    border-radius: 100px;
    max-width: 230px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 4245, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block::-webkit-scrollbar {
    width: 4px !important;
  }
  /* line 4249, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block::-webkit-scrollbar-track {
    background: #FAFAFA !important;
  }
  /* line 4253, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block::-webkit-scrollbar-thumb {
    background: #A1A1AA !important;
    border-radius: 8px;
  }
  /* line 4258, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-feature-block::-webkit-scrollbar-thumb:hover {
    background: #A1A1AA;
    cursor: pointer;
  }
  /* line 4265, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-input {
    background: transparent;
    border-radius: 100px;
    padding: 6px 0px 6px 8px;
    outline: none;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: black;
    height: 36px;
    cursor: pointer;
    flex: 1;
    border: 2px solid transparent;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    -o-border-image: initial;
       border-image: initial;
  }
  /* line 4287, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .m-search-close {
    display: none;
  }
  /* line 4291, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-btn {
    color: #1E1E1E;
    border-radius: 0px 100px 100px 0px;
    padding: 9px 16.5px 10.5px 10px;
    outline: none;
    height: 40px;
  }
  /* line 4297, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-btn:hover {
    background-color: #EFEFEF;
  }
  /* line 4304, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-list-block {
    overflow-y: scroll;
    order: 2;
    width: 100%;
    padding-right: 16px;
  }
  /* line 4310, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-list-block .search-list-heading.popular-searches-heading {
    display: none !important;
  }
  /* line 4314, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-list-block .search-list {
    color: #1E1E1E;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    margin: 20px 0 0 0;
  }
  /* line 4324, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-list-block .search-list .search-element-container {
    margin-bottom: 16px;
  }
  /* line 4328, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-list-block .search-list .search-list-item-group {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
  }
  /* line 4335, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-list-block .search-list .search-list-item {
    cursor: pointer;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    margin-right: 16px;
  }
  /* line 4346, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-list-block .search-list .recent-search-list-item::before {
    content: url(/assets/recent-search-icon-4f06528e0d5e83047ff380dbb1fc360c1609c282b4098c979c7e16ded4e167ef.svg);
    margin-right: 11px;
    width: 16px;
    height: 16px;
    vertical-align: sub;
  }
  /* line 4354, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-list-block .search-list .remove-recent {
    width: 12px;
    height: 12px;
    background-image: url(/assets/search-close-61f70d2e2c057105d2312a9cb0f6a51fcddfa7473fe0f9757d9e70d2d61e69a7.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 0px;
  }
  /* line 4363, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-list-block .search-list .query-popular {
    width: 20px;
    height: 20px;
    background-image: url(/assets/arrow-icon-2adb7d0be47973ef2ba72f9cc54a8d2c107899e56c997a3b1df59213c23e19e3.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 0;
  }
  /* line 4374, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .no-result-found {
    order: 1;
  }
  /* line 4379, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-feature-block {
    display: none;
  }
  /* line 4384, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .no-result-found .no-search-result .no-result-found-heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #91929D;
    margin: 0px 0 12px 0;
  }
  /* line 4394, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .no-result-found .no-search-result .no-result-heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #353535;
  }
  /* line 4404, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .no-result-found .no-search-result .no-search-try {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #23263B;
  }
  /* line 4412, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .no-result-found .no-search-result .no-search-try .no-search-list {
    margin-bottom: 24px;
  }
  /* line 4416, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .no-result-found .no-search-result .no-search-try .no-search-list .search-by-category .search-by-category-link {
    color: #FFB514;
    text-decoration: underline;
  }
  /* line 4432, app/assets/stylesheets/spree/header_v2.css.scss */
  #taxonomiespartial {
    display: none;
  }
  /* line 4435, app/assets/stylesheets/spree/header_v2.css.scss */
  #taxonomiespartial.display-show,
#taxonomiespartial .display-show {
    display: block;
  }
  /* line 4441, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 {
    padding-bottom: 165px;
  }
  /* line 4444, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 1000;
  }
  /* line 4457, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left {
    background-color: #f9f9f9;
    max-width: 299px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  /* line 4465, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxonomy-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 0px;
    border-bottom: 1px solid var(--palette-neutral-100);
    margin-bottom: 22px;
  }
  /* line 4473, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxonomy-header .header-back {
    display: flex;
    align-items: flex-start;
    gap: 0;
  }
  /* line 4478, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxonomy-header .header-back .back {
    width: 56px;
    display: block;
  }
  /* line 4484, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxonomy-header .taxo-head {
    font-family: 'Poppins-semi-bold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-self: center;
    color: var(--palette-neutral-900);
  }
  /* line 4495, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists {
    padding: 0 16px 16px 24px;
    overflow-y: auto;
  }
  /* line 4499, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists #searchForm {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
  }
  /* line 4507, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists #dropdownMenu {
    max-width: 1440px;
    background-color: var(--palette-neutral-50);
    position: absolute;
    min-width: 160px;
    z-index: 1;
    border-radius: 8px;
  }
  /* line 4516, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .part-finder-text {
    font-size: 20px;
    text-align: center;
    font-family: 'Lexend';
    line-height: 40px;
    margin-bottom: 17px;
  }
  /* line 4524, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .search-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 34px;
  }
  /* line 4531, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .search-input {
    padding: 10px;
    border: 1px solid var(--palette-neutral-300);
    border-radius: 4px;
    box-sizing: border-box;
    background-image: url(/assets/dropdown-arrow-3f2024d147f16225a79352ba149f7aa1dda984257f6b08b8856f004abc4e6a26.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px 24px;
    border-radius: 8px;
    width: 100%;
  }
  /* line 4542, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .search-input:disabled {
    background-color: var(--palette-neutral-300);
  }
  /* line 4545, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .search-input:focus-visible {
    outline-color: var(--palette-primary-500);
    border-radius: 8px 8px 0 0;
  }
  /* line 4551, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--palette-neutral-50);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    border: 1px solid var(--palette-neutral-300);
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    text-align: left;
  }
  /* line 4566, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .dropdown-content a {
    color: var(--palette-shades-100);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  /* line 4573, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .dropdown-content p {
    color: var(--palette-shades-100);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  /* line 4580, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .dropdown-content a:hover {
    background-color: var(--palette-primary-500);
    color: var(--palette-shades-0);
  }
  /* line 4585, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists #searchButton {
    max-width: unset;
    width: auto;
    margin: 0;
    border: 1px solid var(--palette-neutral-300);
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    background: var(--palette-shades-0);
    display: inline-block;
    padding: 5px 18px;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
    color: var(--palette-shades-100);
  }
  /* line 4602, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists #searchButton:hover {
    background: var(--palette-primary-500);
  }
  /* line 4607, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .category-section {
    justify-content: space-between;
  }
  /* line 4611, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .category-name {
    white-space: nowrap;
  }
  /* line 4615, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .open_sub_set {
    justify-content: flex-end;
    width: -webkit-fill-available;
  }
  /* line 4620, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .taxo-list-items {
    margin-bottom: 28px;
  }
  /* line 4623, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .taxo-list-items:hover {
    color: #FFB514;
    font-weight: bold;
  }
  /* line 4628, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .taxo-list-items a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    margin: 0;
    padding-left: 0;
    cursor: pointer;
  }
  /* line 4639, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .taxo-lists .taxo-list-items a:hover {
    text-decoration: none;
  }
  /* line 4645, app/assets/stylesheets/spree/header_v2.css.scss */
  #header_v2 .overlay .overlay-left .parts-finder-mob {
    overflow-y: unset;
  }
  /* line 4652, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-category-badge {
    display: none;
  }
  /* line 4656, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-btn-v2 {
    display: none;
  }
  /* line 4660, app/assets/stylesheets/spree/header_v2.css.scss */
  .m-search-close {
    display: block;
    background-image: url(/assets/close-c43c4cb73ce26899d0947d5c41a2d2f767b8741a8eefd46bb8fa6023756d5429.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding: 15px;
    margin-top: 15px;
  }
  /* line 4671, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block {
    order: 2;
    width: 100%;
  }
  /* line 4675, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .search-list-heading.popular-searches-heading {
    display: none !important;
  }
  /* line 4679, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .nav-header-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  /* line 4684, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .nav-header-container .clear-history {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #3F3F46;
    cursor: pointer;
  }
  /* line 4696, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .search-list-heading.recent-searches-heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #18181B;
  }
  /* line 4704, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .facet-filter {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
  }
  /* line 4711, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .facet-filter .product-name {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #23263B;
    text-transform: capitalize;
  }
  /* line 4721, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .facet-filter .category {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 140%;
    text-transform: uppercase;
    color: #91929D;
  }
  /* line 4731, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .facet-filter::before {
    content: url(/assets/auto_complete_category_icon-0b044f2fd3ac77cd61e2280c7683d64260afb2715d009cb75759812b449f6d10.svg);
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  /* line 4739, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .search-list {
    color: #1E1E1E;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    margin: 0;
  }
  /* line 4749, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .search-list .search-list-item-group {
    width: 100%;
    display: flex;
  }
  /* line 4754, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .search-list .search-list-item {
    cursor: pointer;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  /* line 4763, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-list-block .search-list .query-popular {
    width: 24px;
    height: 24px;
    background-image: url(/assets/arrow-icon-2adb7d0be47973ef2ba72f9cc54a8d2c107899e56c997a3b1df59213c23e19e3.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 28px;
  }
  /* line 4774, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .no-result-found {
    order: 1;
    margin-top: 20px;
  }
  /* line 4779, app/assets/stylesheets/spree/header_v2.css.scss */
  .search-list-box .search-feature-block {
    display: none;
  }
  /* line 4784, app/assets/stylesheets/spree/header_v2.css.scss */
  .navbar_v2 {
    display: none;
  }
  /* line 4788, app/assets/stylesheets/spree/header_v2.css.scss */
  .modal-header-top {
    display: block;
    border: 0;
  }
  /* line 4793, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box {
    display: none !important;
  }
  /* line 4797, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box, .coupon-code-mob-box {
    width: 100%;
    left: 0px;
    top: 60px;
    background: #27272A;
    text-align: center;
  }
  /* line 4804, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .black-friday-countdown, .black-friday-mob-box .coupon-code-text, .coupon-code-mob-box .black-friday-countdown, .coupon-code-mob-box .coupon-code-text {
    padding: 17px;
  }
  /* line 4807, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .black-friday-countdown .display-justify, .black-friday-mob-box .coupon-code-text .display-justify, .coupon-code-mob-box .black-friday-countdown .display-justify, .coupon-code-mob-box .coupon-code-text .display-justify {
    display: inherit;
    justify-content: center;
    margin-bottom: 10px;
  }
  /* line 4812, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .black-friday-countdown .display-justify img, .black-friday-mob-box .coupon-code-text .display-justify img, .coupon-code-mob-box .black-friday-countdown .display-justify img, .coupon-code-mob-box .coupon-code-text .display-justify img {
    margin: 0 2px 3px 0;
  }
  /* line 4816, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .black-friday-countdown .for-mbl, .black-friday-mob-box .coupon-code-text .for-mbl, .coupon-code-mob-box .black-friday-countdown .for-mbl, .coupon-code-mob-box .coupon-code-text .for-mbl {
    margin-bottom: 0;
  }
  /* line 4821, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .black-friday, .coupon-code-mob-box .black-friday {
    font-family: 'Poppins-Semi-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFB514;
    padding-right: 0;
  }
  /* line 4829, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .black-friday a, .coupon-code-mob-box .black-friday a {
    color: #FFB514;
    text-decoration: none;
  }
  /* line 4834, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .deals-here-for, .coupon-code-mob-box .deals-here-for {
    font-family: 'Poppins-Semi-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #F9F9F9;
    letter-spacing: 0;
    padding-right: 0px;
    padding-left: 0;
  }
  /* line 4845, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .deals-here-for .light-font, .coupon-code-mob-box .deals-here-for .light-font {
    font-family: 'Poppins-medium';
    font-weight: 400;
  }
  /* line 4851, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .deals-here-for.text, .coupon-code-mob-box .deals-here-for.text {
    margin-right: 0;
  }
  /* line 4855, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .countdown-box, .coupon-code-mob-box .countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48px;
    height: 32px;
    background: #F4F4F5;
    border-radius: 4px;
  }
  /* line 4865, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .time-space, .coupon-code-mob-box .time-space {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    color: #F9F9F9;
    padding-top: 5px;
  }
  /* line 4875, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .shop-now, .coupon-code-mob-box .shop-now {
    color: #F9F9F9;
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    background-color: var(--palette-neutral-700);
    padding: 6px 10px;
    border-radius: 6px;
    display: block;
    max-width: 115px;
    margin: 0 auto;
  }
  /* line 4891, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .shop-now svg, .coupon-code-mob-box .shop-now svg {
    margin-left: 9px;
  }
  /* line 4895, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .time, .coupon-code-mob-box .time {
    width: 23px;
    height: 1px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
  }
  /* line 4904, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box .days, .coupon-code-mob-box .days {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 6px;
    line-height: 20px;
    letter-spacing: 0.04em;
    padding-top: 14px;
  }
  /* line 4914, app/assets/stylesheets/spree/header_v2.css.scss */
  .black-friday-mob-box #hours-mob, .coupon-code-mob-box #hours-mob {
    width: 35px;
  }
  /* line 4919, app/assets/stylesheets/spree/header_v2.css.scss */
  .store-heading {
    color: #353535;
    font-size: 15px;
  }
  /* line 4924, app/assets/stylesheets/spree/header_v2.css.scss */
  .btn-cash {
    width: 100%;
    max-width: 216px;
    height: 37px;
    border-radius: 100px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    cursor: pointer;
    padding: 3px 12px;
    margin: 4px auto 18px auto;
  }
  /* line 4940, app/assets/stylesheets/spree/header_v2.css.scss */
  .have-cash {
    color: #FFFFFF;
    background: #51C571;
  }
  /* line 4945, app/assets/stylesheets/spree/header_v2.css.scss */
  .no-cash {
    color: #1E1E1E;
    background: #DADADA;
    border: 2px solid #E5E5E5;
  }
  /* line 4951, app/assets/stylesheets/spree/header_v2.css.scss */
  .modal-body-content {
    overflow: auto;
    height: 0;
    padding: 0;
  }
  /* line 4957, app/assets/stylesheets/spree/header_v2.css.scss */
  .modal-footer-bottom {
    flex: 0 1 70px;
    padding: 0;
    border-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
  }
  /* line 4965, app/assets/stylesheets/spree/header_v2.css.scss */
  .modal-footer-bottom .social-icons {
    border-radius: 0;
    position: relative;
  }
  /* line 4969, app/assets/stylesheets/spree/header_v2.css.scss */
  .modal-footer-bottom .social-icons .nav {
    flex-wrap: inherit;
    gap: 20.08px;
  }
  /* line 4976, app/assets/stylesheets/spree/header_v2.css.scss */
  .unsigned-btns {
    padding: 16px;
    text-align: -webkit-center;
  }
  /* line 4979, app/assets/stylesheets/spree/header_v2.css.scss */
  .unsigned-btns a:hover {
    text-decoration: none;
  }
  /* line 4981, app/assets/stylesheets/spree/header_v2.css.scss */
  .unsigned-btns a:hover:last-child {
    color: inherit;
  }
  /* line 4987, app/assets/stylesheets/spree/header_v2.css.scss */
  .confirm-btn {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 16px;
    margin-top: 10px;
  }
  /* line 4994, app/assets/stylesheets/spree/header_v2.css.scss */
  .unsigned-user-heading {
    line-height: 30px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'Poppins-bold';
  }
  /* line 5005, app/assets/stylesheets/spree/header_v2.css.scss */
  .sign-up-btn,
.sign-up-btn:hover {
    font-family: 'Poppins-medium';
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: transparent;
    border: 1px solid var(--palette-neutral-300);
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: 500;
    max-width: 119px;
    width: 100%;
    height: 40px;
    color: #1E1E1E;
    margin-left: 4px;
    display: flex;
  }
  /* line 5024, app/assets/stylesheets/spree/header_v2.css.scss */
  .login-up-btn,
.login-up-btn:hover {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 23px;
    background: #FFB514;
    border-radius: 6px;
    cursor: pointer;
    color: #FFFFFF;
    max-width: 119px;
    width: 100%;
    height: 40px;
    margin: 0;
  }
  /* line 5041, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-navbar-confirm-logout {
    display: none;
    margin-top: -20px;
    text-align: center;
  }
  /* line 5046, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-navbar-confirm-logout .signup-btn {
    display: block;
    margin: 0 auto;
    padding: 13px;
    text-align: center;
    background: #CC2E09;
    border-radius: 6px;
    font-weight: 500;
    color: white;
    margin-bottom: 8px;
    width: 74%;
    height: 40px;
    cursor: pointer;
  }
  /* line 5059, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-navbar-confirm-logout .signup-btn:hover {
    text-decoration: none;
  }
  /* line 5064, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-navbar-confirm-logout .cancel-btn,
.small-navbar-confirm-logout .cancel-btn:hover {
    text-align: center;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 9px;
    font-weight: 600;
    text-decoration: underline;
    color: #9F9F9F;
  }
  /* line 5077, app/assets/stylesheets/spree/header_v2.css.scss */
  .mbl-nav-padding {
    display: flex;
    width: 100%;
    padding: 16px 20px 0 20px;
    align-items: center;
    justify-content: space-between;
  }
  /* line 5084, app/assets/stylesheets/spree/header_v2.css.scss */
  .mbl-nav-padding .login-btn-for-mobile {
    display: flex;
    gap: 5px;
  }
  /* line 5091, app/assets/stylesheets/spree/header_v2.css.scss */
  .hamburger_v2 {
    float: left;
    cursor: pointer;
    align-self: center;
  }
  /* line 5097, app/assets/stylesheets/spree/header_v2.css.scss */
  #scroll-hamburger-v2 {
    display: none;
    padding-top: 4px;
  }
  /* line 5102, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 {
    height: 165px;
    background-color: #000;
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: fixed;
    z-index: 111;
    border-radius: 0;
    box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
  }
  /* line 5113, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2.minified {
    align-items: center;
    height: 110px;
  }
  /* line 5118, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-top-bar-v2 {
    margin-bottom: 10px;
  }
  /* line 5122, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-nav-logo {
    width: 111px;
    text-align: center;
  }
  /* line 5126, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-nav-logo img {
    width: 100%;
    height: auto;
  }
  /* line 5132, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .santa-hat-logo-section {
    width: 136px;
  }
  /* line 5136, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar {
    height: 40px;
    background-color: #E4E4E4;
    position: relative;
    margin-bottom: 16px;
    display: none;
  }
  /* line 5143, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area {
    display: inline-block;
    height: 40px;
    position: relative;
    background-color: #1E1E1E;
    width: 70%;
    margin-right: 45px;
  }
  /* line 5151, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area::before {
    background: #1E1E1E none repeat scroll 0 0;
    content: "";
    height: 40px;
    position: absolute;
    right: -17px;
    transform: skew(-40deg);
    width: 34px;
    z-index: 0;
  }
  /* line 5162, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area .coupon-text {
    z-index: 1;
  }
  /* line 5167, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .small-nav-right {
    width: 5%;
    position: absolute;
    right: 2%;
    text-align: center;
    padding-top: 8px;
  }
  /* line 5175, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .favorite-icon {
    width: 5%;
    position: absolute;
    right: 10%;
    text-align: center;
    padding-top: 8px;
  }
  /* line 5184, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area img {
    height: 24px;
    width: 24px;
    margin: auto 0 auto 14px;
  }
  /* line 5190, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area .coupon-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px 5px;
    padding: 13px 4px;
  }
  /* line 5202, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area .coupon-text .coupon-code {
    color: #FFB514;
  }
  /* line 5209, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 {
    display: inline-block;
    width: 100%;
  }
  /* line 5213, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2.auto-width {
    width: 86%;
  }
  /* line 5217, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .navbar_search {
    width: 98%;
    margin: 0 auto;
  }
  /* line 5222, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 {
    background: #595959;
    border-radius: 100px;
    max-height: 48px;
    display: flex;
    align-items: center;
    margin: 0px 14px;
    position: relative;
  }
  /* line 5231, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2.search-form-v2 {
    margin: 0 0 0 16px;
  }
  /* line 5236, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2:focus {
    border: 2px solid #ffb514;
  }
  /* line 5240, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2::-moz-placeholder {
    color: #808080;
  }
  .small-nav-v2 .small-search-bar-v2 .search-form_v2::placeholder {
    color: #808080;
  }
  /* line 5244, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-category-badge {
    display: none !important;
    padding: 8.5px 17px 8.5px 18px;
    background: #FFFFFF;
    border: 1px solid #D3D4D8;
    box-sizing: border-box;
    border-radius: 100px;
    margin: 0px 10px;
    color: #1E1E1E;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
  }
  /* line 5259, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-category-badge .badge-close-icon {
    cursor: pointer;
    margin-left: 10px;
    width: 12px;
    height: 12px;
  }
  /* line 5266, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-category-badge .category-strong {
    font-weight: 700;
    margin-left: 2px;
  }
  /* line 5272, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-input {
    background: transparent;
    border-radius: 100px;
    padding: 6px 0px 6px 24px;
    outline: none;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
    height: 36px;
    cursor: pointer;
    border: 2px solid transparent;
  }
  /* line 5288, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-input:hover {
    background-color: transparent;
  }
  /* line 5293, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-btn {
    color: #1E1E1E;
    border-radius: 0px 100px 100px 0px;
    padding: 9px 16.5px 10.5px 10px;
    outline: none;
    height: 40px;
  }
  /* line 5299, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-btn:hover {
    background-color: #EFEFEF;
  }
  /* line 5303, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-bar-icon {
    margin: 16px 0 16px 12px;
  }
  /* line 5305, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-bar-icon .m-arrow {
    display: block;
    background-image: url(/assets/out-link-4fc3674909b84e11504aeb9e1c7c9058230130f835e30cef4b8db6bbaeb6d51a.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
  }
  /* line 5314, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-bar-icon .m-default-icon {
    display: block;
    background-image: url(/assets/search_icon_v2_black-b8b6ea22be13a1f543b71f7649148a2f4890d3bd5622916c2841711ed6d9134b.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  }
  /* line 5321, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-bar-icon .search-field-icon {
    display: none;
  }
  /* line 5328, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-cart-box {
    max-width: 80px;
    left: auto;
    right: 0;
    position: absolute;
    display: none;
  }
  /* line 5335, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-cart-box .cart-circle {
    position: relative;
  }
  /* line 5340, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-cart-box .cart-quantity {
    position: absolute;
    top: -4px;
    right: 7px;
    background-color: var(--palette-primary-50);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 5354, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-cart-box .cart-body-tabsp-count {
    color: black;
    font-size: 10px;
    line-height: 1;
    top: -36px;
    padding: 4px;
  }
  /* line 5363, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .search-close-icon {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #EF4444;
    float: right;
    padding: 0 16px;
    cursor: pointer;
  }
  /* line 5376, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .cart-section .cart-circle {
    position: relative;
  }
  /* line 5381, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .cart-section .cart-quantity {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: var(--palette-primary-500);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 5395, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .cart-section .cart-body-tabsp-count {
    color: white;
    font-size: 10px;
    line-height: 1;
    top: -27px;
    padding: 4px;
  }
  /* line 5403, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .cart-section .cart-btn {
    padding: 0;
    width: 48;
    height: 40;
  }
  /* line 5407, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .cart-section .cart-btn:hover {
    content: url(/assets/cart_hover-db9ac63870c3fa237db30269dc0b129cf082d17a94523d063912bb6ce6b10e27.svg);
  }
  /* line 5410, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .cart-section .cart-btn img {
    width: 100%;
  }
  /* line 5417, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-header {
    padding: 16px 0px 11px 0px;
    border: 0;
    border-bottom: 1px solid var(--palette-neutral-100);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 5427, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-header .nav-logo a img {
    width: 130px;
    margin-left: 0px;
  }
  /* line 5433, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-header .nav-logo .small-nav-logo-modal {
    width: 100%;
    max-width: 111px;
    height: 33px;
  }
  /* line 5437, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-header .nav-logo .small-nav-logo-modal img {
    width: 111px;
  }
  /* line 5441, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-header .nav-logo .small-nav-logo-modal .santa-hat-logo {
    width: 136px;
  }
  /* line 5447, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-header .close-btn, .small-nav-header .home-icon {
    cursor: pointer;
  }
  /* line 5451, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-header .close-btn {
    position: relative;
    right: auto;
    top: auto;
  }
  /* line 5455, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-header .close-btn::after {
    content: none;
  }
  /* line 5461, app/assets/stylesheets/spree/header_v2.css.scss */
  .btn-usr {
    background-color: transparent;
    border: none;
    cursor: pointer;
    box-shadow: none;
    margin-right: 33px;
  }
  /* line 5468, app/assets/stylesheets/spree/header_v2.css.scss */
  .btn-usr img {
    height: 24px;
    width: 24px;
  }
  /* line 5474, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal {
    right: auto;
    background: #000000aa;
    z-index: 11111;
  }
  /* line 5479, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal #small-modal-content {
    border-radius: 0;
  }
  /* line 5483, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .modal-dialog {
    width: 299px;
    height: 100%;
  }
  /* line 5488, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0px 16px 16px 0px;
    border: none;
    background: var(--palette-neutral-50);
  }
  /* line 5497, app/assets/stylesheets/spree/header_v2.css.scss */
  .modal.left .modal-dialog {
    position: fixed;
    transform: translate3d(0%, 0, 0);
  }
  /* line 5505, app/assets/stylesheets/spree/header_v2.css.scss */
  .modal.left.fade .modal-dialog {
    left: -350px;
    transition: opacity 1s linear, left 0.5s ease-out;
  }
  /* line 5513, app/assets/stylesheets/spree/header_v2.css.scss */
  .modal.left.fade.show .modal-dialog {
    left: 0;
  }
  /* line 5517, app/assets/stylesheets/spree/header_v2.css.scss */
  .store-credit-block {
    background: var(--palette-neutral-100);
    border-radius: 16px;
    padding: 16px 24px 24px 24px;
    margin: 24px 24px 22px 24px;
    text-align: center;
  }
  /* line 5524, app/assets/stylesheets/spree/header_v2.css.scss */
  .store-credit-block .store-credit-heading {
    font-family: 'Poppins-semi-bold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 4px;
  }
  /* line 5534, app/assets/stylesheets/spree/header_v2.css.scss */
  .store-credit-block .store-credit-sub-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin-bottom: 8px;
  }
  /* line 5544, app/assets/stylesheets/spree/header_v2.css.scss */
  .store-credit-block .btn-cash {
    font-family: 'Poppins-semi-bold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFA;
    cursor: pointer;
    padding: 8px;
    max-width: 203px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  /* line 5562, app/assets/stylesheets/spree/header_v2.css.scss */
  .store-credit-block .have-cash {
    color: #FFFFFF;
    background: var(--palette-success-600);
    border: 0;
  }
  /* line 5568, app/assets/stylesheets/spree/header_v2.css.scss */
  .store-credit-block .no-cash {
    color: #353535;
    background: #DADADA;
  }
  /* line 5574, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 {
    max-width: 267px;
    height: auto;
    width: 100%;
    margin: 0 auto 22px auto;
  }
  /* line 5580, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .unsigned-btns {
    padding: 0 6px;
    margin-bottom: 30px;
  }
  /* line 5584, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .unsigned-btns .unsigned-user-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  /* line 5593, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .unsigned-btns .joinus-login-block {
    gap: 9px;
  }
  /* line 5598, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .menu-heading {
    padding: 16px 82px 0px 17px;
  }
  /* line 5602, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .poppins-bold-text-18 {
    font-weight: 400;
  }
  /* line 5606, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .modal-body {
    padding: 0 16px;
  }
  /* line 5609, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .modal-body .list-item {
    margin-bottom: 28px;
  }
  /* line 5611, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .modal-body .list-item a {
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--palette-neutral-900);
  }
  /* line 5619, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .modal-body .list-item a:hover {
    text-decoration: none;
  }
  /* line 5623, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .modal-body .list-item a .account-icons {
    margin-right: 10px;
  }
  /* line 5627, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .modal-body .list-item a .about-us-icons {
    margin-right: 7px;
    margin-left: -2px;
  }
  /* line 5633, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .modal-body .list-item .small-navbar-logout-btn {
    color: #CC2E09;
  }
  /* line 5637, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 .modal-body .list-item .logout-btn {
    color: #CC2E09;
  }
  /* line 5644, app/assets/stylesheets/spree/header_v2.css.scss */
  _::-webkit-full-page-media, _:future, :root .scrollable {
    max-height: calc(100vh - 400px) !important;
  }
  /* line 5649, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom ::-webkit-scrollbar {
    padding-top: 6px;
    width: 12px;
    background: #F9F9F9;
  }
  /* line 5655, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom ::-webkit-scrollbar-thumb {
    background: #F1B71C;
    border-right: 9px #F9F9F9 solid;
    background-clip: padding-box;
  }
  /* line 5661, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom ::-webkit-scrollbar-track {
    border-radius: 100px;
  }
  /* line 5665, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body {
    padding: 4px 16px;
    border-bottom: 1px solid var(--palette-neutral-100);
    margin-top: 20px;
  }
  /* line 5670, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .scrollable {
    margin-top: 12px;
    max-height: calc(100vh - 475px);
    overflow-y: scroll;
  }
  /* line 5676, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block {
    padding: 0 8px;
  }
  /* line 5679, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--palette-neutral-900);
    margin-bottom: 24px;
  }
  /* line 5688, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items .category-section {
    justify-content: space-between;
  }
  /* line 5692, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items .category-name {
    white-space: nowrap;
  }
  /* line 5696, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items .open_sub_set {
    justify-content: flex-end;
    width: -webkit-fill-available;
  }
  /* line 5701, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items:hover {
    color: #FFB514;
    font-weight: bold;
  }
  /* line 5706, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items a {
    color: inherit;
  }
  /* line 5708, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items a:hover {
    text-decoration: none;
  }
  /* line 5714, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .skeleton-loader {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
  }
  /* line 5721, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .skeleton-item {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 4px;
    animation: skeleton-loading 1.5s infinite;
  }
  @keyframes skeleton-loading {
    0% {
      background-color: #e0e0e0;
    }
    50% {
      background-color: #f5f5f5;
    }
    100% {
      background-color: #e0e0e0;
    }
  }
  /* line 5741, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-list-bottom .modal-body .category-title-list-block .category-item-heading {
    font-family: 'Poppins-semi-bold';
    font-weight: 600;
  }
  /* line 5749, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-modal-dialouge {
    overflow: hidden;
  }
  /* line 5751, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-modal-dialouge ::-webkit-scrollbar {
    padding-top: 6px;
    width: 12px;
    background: #F9F9F9;
  }
  /* line 5757, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-modal-dialouge ::-webkit-scrollbar-thumb {
    background: #F1B71C;
    border-right: 9px #F9F9F9 solid;
    background-clip: padding-box;
  }
  /* line 5763, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-modal-dialouge ::-webkit-scrollbar-track {
    border-radius: 100px;
  }
  /* line 5767, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-modal-dialouge h4 {
    font-weight: bold;
    border-bottom: 2px solid #e7e7e7;
  }
  /* line 5772, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-modal-dialouge .dropdown-divider {
    margin: 0 0 21px 0;
  }
  /* line 5777, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal {
    background: rgba(23, 23, 23, 0.9);
    z-index: 1111111;
  }
  /* line 5781, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .nav-small-search-bar {
    display: inline-block;
    width: 99.5%;
    padding-left: 15px;
    padding-right: 16px;
  }
  /* line 5787, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .nav-small-search-bar .search-form_v2 {
    background: #fff;
    border-radius: 100px;
    max-height: 40px;
    display: flex;
    align-items: center;
    max-width: 688px;
    width: 100%;
    position: relative;
  }
  /* line 5797, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .nav-small-search-bar .search-form_v2 .search-input {
    background: #EFEFEF;
    border-radius: 100px 0 0 100px;
    padding: 6px 0px 6px 16px;
    outline: none;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
    height: 36px;
    cursor: pointer;
    border: 2px solid transparent;
  }
  /* line 5813, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .nav-small-search-bar .search-form_v2 .search-input::-moz-placeholder {
    color: #808080;
  }
  #responsiveModal .nav-small-search-bar .search-form_v2 .search-input::placeholder {
    color: #808080;
  }
  /* line 5818, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .nav-small-search-bar .search-form_v2 .search-btn {
    color: #1E1E1E;
    border-radius: 0px 100px 100px 0px;
    padding: 9px 16.5px 10.5px 10px;
    outline: none;
    height: 40px;
  }
  /* line 5828, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .dropdown-divider {
    border-top: 2px solid #DADADA;
  }
  /* line 5832, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .rm-dropdown-gap {
    margin-bottom: 0px;
  }
  /* line 5836, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .home-btn-unassigned {
    background: none !important;
    border: 1px solid #1E1E1E;
  }
  /* line 5841, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .home-btn-v2, #responsiveModal .home-btn-unassigned {
    font-family: Poppins-bold;
    font-size: 15px;
    display: block;
    margin: 10px auto 16px;
    align-items: center;
    padding: 8px 27px !important;
    background: #FFB514;
    max-width: 187px;
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    font-weight: 700;
    color: #1E1E1E;
  }
  /* line 5857, app/assets/stylesheets/spree/header_v2.css.scss */
  #responsiveModal .home-btn-v2 .home-text, #responsiveModal .home-btn-unassigned .home-text {
    padding: 2px 0 0px 10px;
  }
  /* line 5863, app/assets/stylesheets/spree/header_v2.css.scss */
  .social-icons {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1111;
    background: #FAFAFA;
    margin: 0;
    padding: 24px 20px 26px 20px;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.04), 2px 0px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 0;
  }
  /* line 5873, app/assets/stylesheets/spree/header_v2.css.scss */
  .social-icons a {
    padding: 0px 16px;
  }
  /* line 5877, app/assets/stylesheets/spree/header_v2.css.scss */
  .social-icons .nav-link {
    color: black;
    font-size: 20px;
  }
  /* line 5880, app/assets/stylesheets/spree/header_v2.css.scss */
  .social-icons .nav-link:hover {
    color: #F1B71C;
  }
  /* line 5888, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-success-dialog {
    background-image: url(/images/Mobil-Signup-Confirmation.png);
  }
  /* line 5899, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .success-bg .modal-content .modal-header .header-text, .subscriber-login-modal .success-bg .modal-content .modal-header .header-text {
    text-align: center !important;
    margin-top: 0 !important;
  }
  /* line 5903, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .success-bg .modal-content .modal-header .header-text .awesome-text, .subscriber-login-modal .success-bg .modal-content .modal-header .header-text .awesome-text {
    font-weight: 600;
    font-size: 43px;
    margin-top: 158px;
    padding-right: 0;
    letter-spacing: 0.03em;
    line-height: 41px;
  }
  /* line 5912, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .success-bg .modal-content .modal-header .header-text .promo-text, .subscriber-login-modal .success-bg .modal-content .modal-header .header-text .promo-text {
    font-size: 23px;
    padding-left: 0;
    letter-spacing: 0.035em;
    line-height: 29px;
  }
  /* line 5919, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .success-bg .modal-content .modal-header .header-text .welcome10-text, .subscriber-login-modal .success-bg .modal-content .modal-header .header-text .welcome10-text {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    padding-right: 0;
    line-height: 34px;
  }
  /* line 5928, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .success-bg .modal-content .modal-header .header-text .checkout-text, .subscriber-login-modal .success-bg .modal-content .modal-header .header-text .checkout-text {
    font-size: 23px;
    padding-left: 0;
    letter-spacing: 0.0em;
    line-height: 28px;
  }
  /* line 5939, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog, .subscriber-login-modal .subscriber-modal-dialog {
    max-width: 375px;
    background-image: url(/assets/subscriber-popup-mob-bg-84f63cda0f6a51cb9266f5e5a63748490abb3fbb1863f2623aee48c9d13d384f.png);
    background-image: -webkit-image-set(url(/assets/subscriber-popup-mob-bg-3bfce434b8a89ae3199b737a363ba81ddae6d979e832869ebed4f262bc7c58b7.webp) type("image/webp"), url(/assets/subscriber-popup-mob-bg-84f63cda0f6a51cb9266f5e5a63748490abb3fbb1863f2623aee48c9d13d384f.png) type("image/png"));
    background-image: image-set(url(/assets/subscriber-popup-mob-bg-3bfce434b8a89ae3199b737a363ba81ddae6d979e832869ebed4f262bc7c58b7.webp) type("image/webp"), url(/assets/subscriber-popup-mob-bg-84f63cda0f6a51cb9266f5e5a63748490abb3fbb1863f2623aee48c9d13d384f.png) type("image/png"));
    background-size: contain;
    width: 100%;
    height: auto;
  }
  /* line 5950, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content, .subscriber-login-modal .subscriber-modal-dialog .modal-content {
    padding-bottom: 20px;
  }
  /* line 5953, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header {
    flex-direction: column;
  }
  /* line 5956, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text {
    text-align: left;
    margin-top: 30px;
  }
  /* line 5960, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .welcome-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .welcome-text {
    font-weight: 600;
    font-size: 26px;
    margin-top: 21px;
    padding-left: 27px;
    letter-spacing: 0.05em;
  }
  /* line 5968, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .signup-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .signup-text {
    font-size: 23px;
    padding-left: 0;
    margin: calc(min(11vw, 72px)) auto 0;
    letter-spacing: 0.03em;
    line-height: 25px;
  }
  /* line 5976, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .discount-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .discount-text {
    font-size: 20px;
    font-family: 'Poppins';
    padding: 0 16px;
    margin: 2px auto 5px;
    line-height: 23px;
    text-align: center;
  }
  /* line 5985, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .logo-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .logo-text {
    display: none;
  }
  /* line 5989, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .signup-now-text, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-header .header-text .signup-now-text {
    display: none;
  }
  /* line 5996, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body {
    justify-content: center;
    margin-top: 5px;
  }
  /* line 6000, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form {
    max-width: 506px;
    padding-right: 0;
  }
  /* line 6004, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .checkout-login-form, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .checkout-login-form {
    padding: 0 16px;
  }
  /* line 6008, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group {
    margin-bottom: 0.45rem;
  }
  /* line 6011, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .confirm-pass-input, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .confirm-pass-input {
    line-height: 0.8;
  }
  /* line 6016, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .error-message, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .error-message {
    font-size: 12px;
  }
  /* line 6021, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box input.ag-input-field, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box input.ag-input-field {
    font-size: 12px;
    height: 40px;
  }
  /* line 6026, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .ag-input-icon-append, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .ag-input-icon-append {
    padding: 5px;
  }
  /* line 6030, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .secure-password, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .secure-password {
    width: 16px;
    height: 16px;
  }
  /* line 6034, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .secure-password:before, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .secure-password:before {
    zoom: 80%;
  }
  /* line 6039, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .show-secure-password, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .show-secure-password {
    width: 16px;
    height: 16px;
  }
  /* line 6043, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .show-secure-password:before, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-neutral .ag-input-group-box .show-secure-password:before {
    zoom: 80%;
  }
  /* line 6050, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-group-box:hover, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .form-group .ag-input-group-box:hover {
    box-shadow: 0px 0px 0px 2px var(--palette-primary-100);
  }
  /* line 6056, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label {
    font-size: 12px;
    margin-bottom: 0.45rem;
  }
  /* line 6060, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me, .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #subscribe_me, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label #agree_to_policy {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    line-height: 15px;
  }
  /* line 6067, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label .link, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .mailchimp-subscription label .link {
    font-size: 12px;
  }
  /* line 6073, app/assets/stylesheets/spree/header_v2.css.scss */
  .checkout-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .ag-btn-md, .subscriber-login-modal .subscriber-modal-dialog .modal-content .modal-body .subscriber-registration-form .ag-btn-md {
    padding: 8px 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 644px) {
  /* line 6085, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2.auto-width {
    width: 83%;
  }
  /* line 6089, app/assets/stylesheets/spree/header_v2.css.scss */
  .ag-modal-open .flash-wrapper {
    left: 2.5vw;
    width: 95vw;
    margin: unset;
    max-width: unset;
  }
  /* line 6097, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .small-nav-right {
    right: 5%;
  }
  /* line 6101, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .favorite-icon {
    right: 14%;
  }
  /* line 6106, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area img {
    height: 26px;
    width: 26px;
    margin: auto 0 10px 14px;
  }
  /* line 6112, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area .coupon-text {
    padding: 7px 4px;
  }
}

@media screen and (max-width: 515px) {
  /* line 6120, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2.auto-width {
    width: 76%;
  }
}

@media screen and (max-width: 414px) {
  /* line 6127, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area .coupon-text {
    max-width: 220px;
    width: 100%;
    padding: 9px 0px;
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 380px) {
  /* line 6140, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2.auto-width {
    width: 71%;
  }
}

@media screen and (max-width: 368px) {
  /* line 6148, app/assets/stylesheets/spree/header_v2.css.scss */
  .social-icons {
    border-radius: 0;
  }
  /* line 6151, app/assets/stylesheets/spree/header_v2.css.scss */
  .social-icons .nav-link {
    font-size: 16px;
  }
  /* line 6156, app/assets/stylesheets/spree/header_v2.css.scss */
  #small-nav-list-top-v2 {
    max-width: 267px;
  }
  /* line 6159, app/assets/stylesheets/spree/header_v2.css.scss */
  .unsigned-user-heading {
    font-size: 20px;
  }
  /* line 6164, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .btn-usr img {
    height: 20px;
    width: 20px;
  }
  /* line 6170, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .small-nav-right {
    padding-top: 10px;
  }
  /* line 6174, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .favorite-icon {
    padding-top: 10px;
  }
  /* line 6179, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area img {
    height: 20px;
    width: 20px;
    margin: auto 0 13px 14px;
  }
  /* line 6185, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .coupon-bar .coupon-area .coupon-text {
    font-size: 7px;
    line-height: 10px;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 338px) {
  /* line 6197, app/assets/stylesheets/spree/header_v2.css.scss */
  .small-nav-v2 .small-search-bar-v2.auto-width {
    width: 69%;
  }
}

/* line 6211, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-navbar {
  background: #F9F9F9;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02), 0px 2px 6px rgba(0, 0, 0, 0.02), 0px 0px 1px rgba(0, 0, 0, 0.04);
  height: 73px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
}

/* line 6219, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-navbar .agzaga-logo {
  padding: 17px 0px 14px 40px;
}

/* line 6223, app/assets/stylesheets/spree/header_v2.css.scss */
.checkout-navbar .cart-btn {
  padding: 26px 43px 28px 0px;
}

/* line 1, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 {
  margin: 40px 0 0 0;
  height: 100%;
  background: #191818;
  cursor: default;
}

/* line 7, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1696px;
  width: 100%;
  margin: 0 auto;
  padding: 31px 120px;
}

/* line 15, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-left-section {
  max-width: 488px;
  width: 100%;
}

/* line 20, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .resources-box {
  display: flex;
  -moz-column-gap: 84px;
       column-gap: 84px;
  margin-bottom: 14px;
}

/* line 25, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .resources-box .footer-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 8px;
}

/* line 36, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .resources-box .links {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

/* line 41, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .resources-box .links .clear-link {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

/* line 49, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .resources-box .links .clear-link:hover {
  font-family: 'Poppins-medium';
  font-weight: 500;
  color: #FFB514;
}

/* line 58, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .logo-icons-section {
  display: flex;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
  margin-bottom: 30px;
}

/* line 64, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .logo-icons-section .social-media {
  -moz-column-gap: 4px;
       column-gap: 4px;
  height: 32px;
}

/* line 70, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .logo-icons-section .youtube-link:hover .change {
  fill: #FF0000;
}

/* line 76, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .logo-icons-section .twitter-link:hover .change {
  fill: #1DA1F2;
}

/* line 82, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .logo-icons-section .instagram-link:hover .change {
  fill: #F00073;
}

/* line 89, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .logo-icons-section .facebook-link:hover .change {
  fill: #1877F2;
}

/* line 95, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .logo-icons-section .tiktok-link:hover .change {
  fill: #000000;
}

/* line 101, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .logo-icons-section .linkedin-link:hover .change {
  fill: #0077B5;
}

/* line 107, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .logo-icons-section .pinterest-link:hover .change {
  fill: #E60023;
}

/* line 114, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .privacy-policy .clear-link {
  font-family: 'PlusJakartaSans-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #FFFFFF;
}

/* line 125, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .separator {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 32px;
}

/* line 131, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-right-section {
  max-width: 488px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

/* line 139, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group {
  margin-bottom: 30px;
  max-width: 415px;
  color: #FFFFFF;
  line-height: 27px;
  font-size: 18px;
  font-family: 'PlusJakartaSans-SemiBold';
}

/* line 147, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .label {
  font-family: 'PlusJakartaSans-Medium';
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

/* line 155, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .news-letter-form {
  font-family: 'PlusJakartaSans-Medium';
  font-size: 16px;
  line-height: 24px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  position: relative;
}

/* line 163, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .news-letter-form .email-input-field {
  background: var(--palette-shades-0);
  border: 1px solid var(--palette-neutral-300);
  border-right: unset;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 12px 16px;
  width: calc(100% - 83px);
}

/* line 172, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .news-letter-form .email-input-field.hide {
  display: none;
}

/* line 176, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .news-letter-form .email-input-field.error {
  border-color: var(--palette-destructive-300) !important;
}

/* line 180, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .news-letter-form .email-input-field:focus-visible {
  outline: none;
}

/* line 185, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .news-letter-form .submit-btn {
  border: none;
  background-color: #FFB514;
  color: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 12px 24px;
}

/* line 193, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .news-letter-form .submit-btn.subscribed {
  width: 100%;
  border-radius: 6px;
  display: inherit;
  justify-content: center;
  height: 40px;
}

/* line 200, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .news-letter-form .submit-btn.subscribed::before {
  margin-right: 6px;
  content: url(/assets/success-white-457b00d7eb9c85b6f06830b31571c7abbe2b45c21593cf724185c2e3179fc6fb.svg);
}

/* line 207, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-email-group .news-letter-form .error-message {
  position: absolute;
  bottom: -20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-destructive-500);
}

/* line 221, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .payment-box {
  margin-bottom: 33.3px;
}

/* line 224, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .payment-box .payment-media {
  width: 100%;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* line 228, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .payment-box .payment-media .nav-item .affirm {
  width: 34px;
  height: 24px;
  background: white;
  border-radius: 4px;
  padding: 0 2px;
}

/* line 236, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .payment-box .payment-media .nav-item .paypal {
  width: 34px;
  height: 24px;
}

/* line 244, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-bottom-links {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 24px;
}

/* line 250, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .footer-container .footer-brand {
  font-family: 'PlusJakartaSans-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 9.89px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

/* line 261, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .separator-footer {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 19px;
}

/* line 267, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .all-rights {
  color: #D7D7D7;
  padding: 0 0 42px 114px;
  font-family: 'PlusJakartaSans-Medium';
  font-size: 16px;
  line-height: 24px;
}

/* line 276, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile {
  display: none;
  padding: 56px 0 40px;
  flex-direction: column;
}

/* line 281, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part {
  padding: 0 16px;
}

/* line 284, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .footer-email-group {
  max-width: 100%;
  margin-bottom: 49px;
}

/* line 288, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .footer-email-group .label {
  text-align: left;
  margin-bottom: 16px;
}

/* line 293, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .footer-email-group .news-letter-form .email-input-field {
  padding: 13px 12px 13px 16px;
}

/* line 299, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .company-box,
.footer_v2 .mobile .upper-part .resources-box {
  max-height: revert;
  display: block;
  margin-bottom: 0;
}

/* line 305, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .company-box .header,
.footer_v2 .mobile .upper-part .resources-box .header {
  display: flex;
  justify-content: space-between;
}

/* line 309, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .company-box .header .title,
.footer_v2 .mobile .upper-part .resources-box .header .title {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--Clean-White, #FFF);
  letter-spacing: -0.2px;
}

/* line 319, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .company-box .header .arrow-down,
.footer_v2 .mobile .upper-part .company-box .header .arrow-up,
.footer_v2 .mobile .upper-part .resources-box .header .arrow-down,
.footer_v2 .mobile .upper-part .resources-box .header .arrow-up {
  display: none;
  line-height: 0;
}

/* line 324, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .company-box .header .arrow-down.show,
.footer_v2 .mobile .upper-part .company-box .header .arrow-up.show,
.footer_v2 .mobile .upper-part .resources-box .header .arrow-down.show,
.footer_v2 .mobile .upper-part .resources-box .header .arrow-up.show {
  display: block;
}

/* line 330, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .company-box .links,
.footer_v2 .mobile .upper-part .resources-box .links {
  margin-top: 16px;
  display: none;
  flex-direction: column;
  row-gap: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--Clean-White, #FFF);
}

/* line 342, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .company-box .links.show,
.footer_v2 .mobile .upper-part .resources-box .links.show {
  display: flex;
}

/* line 348, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .sep-box {
  margin: 16px 0 16px;
}

/* line 352, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .logo-icons-section {
  margin: 64px 0 56px;
  justify-content: center;
}

/* line 356, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .upper-part .logo-icons-section .social-media {
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 40px;
  align-content: center;
}

/* line 364, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part {
  padding: 0 16px;
}

/* line 367, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part .footer-bottom-links {
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: center;
}

/* line 371, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part .footer-bottom-links .missouri-section,
.footer_v2 .mobile .lower-part .footer-bottom-links .stripe-section,
.footer_v2 .mobile .lower-part .footer-bottom-links .cloud-flare-section {
  max-width: 140px;
  width: 100%;
}

/* line 377, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part .footer-bottom-links .missouri-section img,
.footer_v2 .mobile .lower-part .footer-bottom-links .stripe-section img,
.footer_v2 .mobile .lower-part .footer-bottom-links .cloud-flare-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 385, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part .separator {
  padding: 0;
}

/* line 389, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part .payment-box {
  margin: 0 auto 32px;
}

/* line 392, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part .payment-box .payment-media {
  justify-content: center;
}

/* line 397, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part .footer-brand {
  margin: 0 auto 8px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
}

/* line 405, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part .privacy-policy {
  margin: 0 auto;
  letter-spacing: 0.04em;
  text-align: center;
}

/* line 410, app/assets/stylesheets/spree/footer_v2.css.scss */
.footer_v2 .mobile .lower-part .privacy-policy .clear-link {
  font-size: 12px;
}

/* line 418, app/assets/stylesheets/spree/footer_v2.css.scss */
.none {
  display: none;
}

@media screen and (max-width: 1130px) {
  /* line 425, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container {
    padding: 31px;
  }
  /* line 428, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .resources-box {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }
  /* line 433, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-right-section .footer-bottom-links {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    row-gap: 15px;
  }
  /* line 438, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-right-section .footer-bottom-links a:nth-child(1) {
    order: 2;
  }
  /* line 442, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-right-section .footer-bottom-links a:nth-child(3) {
    order: 0;
  }
  /* line 446, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-right-section .footer-bottom-links a:nth-child(2) {
    order: 1;
  }
}

@media screen and (max-width: 856px) {
  /* line 461, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .resources-box .links .clear-link {
    font-size: 14px;
  }
  /* line 466, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-email-group {
    font-size: 16px;
  }
  /* line 468, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-email-group .label {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  /* line 478, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 {
    background: #191818;
  }
  /* line 481, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container {
    padding: 56px 0 40px;
    display: none;
    color: #353535;
  }
  /* line 486, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-email-group {
    margin-bottom: 42px;
    max-width: 375px;
  }
  /* line 490, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-email-group .label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: right;
    color: var(--Clean-White, #FFF);
    margin-bottom: 8px;
  }
  /* line 502, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-email-group .news-letter-form {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 6px;
  }
  /* line 508, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-email-group .news-letter-form .email-input-field {
    background: var(--palette-shades-0);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid var(--palette-neutral-300);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 7px;
    padding: 9px 16px;
    width: calc(100% - 83px);
  }
  /* line 522, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-email-group .news-letter-form .submit-btn {
    border: none;
    background-color: #FFB514;
    color: var(--palette-shades-0);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 7px;
    padding: 15px 7px;
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  /* line 539, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .privacy-policy .clear-link {
    color: var(--Neutral-300, #D7D7D7);
  }
  /* line 544, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .footer-brand {
    color: var(--Neutral-300, #D7D7D7);
  }
  /* line 548, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .separator {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  /* line 552, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .payment-box {
    margin-bottom: 50px;
  }
  /* line 556, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .resources-box {
    color: #353535;
  }
  /* line 559, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container .resources-box .links .clear-link {
    color: var(--Clean-White, #FFF);
  }
  /* line 564, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .footer-container.mobile {
    display: flex;
  }
  /* line 569, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .separator-footer {
    display: none;
  }
  /* line 573, app/assets/stylesheets/spree/footer_v2.css.scss */
  .footer_v2 .all-rights {
    display: none;
  }
  /* line 578, app/assets/stylesheets/spree/footer_v2.css.scss */
  .none {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 {
  background: var(--palette-shades-0) !important;
}

/* line 4, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .container-fluid {
  padding: 0;
  margin: 0;
}

/* line 9, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .home-page-container {
  max-width: 1269px;
  width: 100%;
  padding: 0px 16px;
  margin: 0 auto;
}

/* line 16, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .post-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-around;
  margin: 25px 0;
}

/* line 23, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .post-nav .post-nav-item {
  display: flex;
  align-items: center;
}

/* line 27, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .post-nav .post-nav-item a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 11px;
  align-items: center;
}

/* line 35, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .post-nav .post-nav-item .text {
  color: #000;
  text-align: center;
  font-feature-settings: 'salt' on;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
}

/* line 49, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 29px;
}

/* line 55, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta {
  display: flex;
  max-width: 1246px;
  width: 100%;
  padding: 40px;
  border-radius: 16px;
  background: var(--Neutral-900, #18181B);
  background-image: url(/assets/main-background-434a39669043e30c7f28449bbb4eb9c2aa53b149ed3bc32952cb17eeb401d370.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 66, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta .cta-container {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 1034px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* line 76, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta .cta-container .left {
  display: flex;
  max-width: 551px;
  flex-direction: column;
  align-items: flex-start;
  gap: 58px;
}

/* line 83, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta .cta-container .left .cta-content {
  display: flex;
  max-width: 551px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

/* line 91, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta .cta-container .left .cta-content svg {
  width: 70px;
}

/* line 95, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta .cta-container .left .cta-content .home-cta-text {
  color: var(--Clean-White, #FFF);
  font-family: 'Lexend', sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  /* 72.15px */
  letter-spacing: -0.2px;
}

/* line 107, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta .cta-container .left a {
  font-family: 'Poppins', sans-serif;
  color: var(--palette-neutral-50);
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}

/* line 116, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta .cta-container .right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 343px;
  max-height: 343px;
  width: 100%;
  height: 100%;
  background: var(--Clean-White, #FFF);
  border: 10px solid var(--Clean-White, #FFF);
  border-radius: 14px;
}

/* line 129, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta .cta-container .right .promo-video {
  width: 100%;
  border-radius: 14px;
}

/* line 134, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .home-cta .cta-container .right .mobile-text-overlay {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* line 146, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .left-right-cta {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
  margin-top: -21px;
  max-width: 1164px;
  width: 100%;
}

/* line 155, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .left-right-cta .cta-container {
  max-width: 582px;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 26px 35px 34px 35px;
  border-radius: 13.5px;
  height: 211px;
  display: flex;
  position: relative;
}

/* line 166, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .left-right-cta .cta-container .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 174, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .left-right-cta .cta-container .background-image .background-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 13.5px;
  max-width: 1164px;
}

/* line 184, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .left-right-cta .cta-container .cta-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

/* line 190, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .left-right-cta .cta-container .cta-content .text {
  color: var(--Clean-White, #fff);
  font-family: 'Lexend', sans-serif;
  font-size: 46.281px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.805px;
  /* 94.325% */
  letter-spacing: -0.926px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}

/* line 202, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .cta-section .left-right-cta .cta-container .cta-content a {
  font-family: 'Poppins', sans-serif;
  max-width: 121px;
  width: 100%;
}

/* line 212, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .quick-hitch-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
}

/* line 218, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .quick-hitch-section .banner {
  position: relative;
  width: 100%;
  border-radius: 10px;
}

/* line 223, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .quick-hitch-section .banner .background-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

/* line 229, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .quick-hitch-section .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 58px;
       column-gap: 58px;
  align-items: center;
  padding: 20px;
  color: white;
  background: linear-gradient(90deg, #18181B 29.79%, rgba(102, 102, 102, 0) 91.96%);
  border-radius: 16px;
}

/* line 244, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .quick-hitch-section .banner .overlay .hitch-img {
  max-width: calc(min(38vw, 428px));
  width: 100%;
}

/* line 249, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .quick-hitch-section .banner .overlay .text-content {
  max-width: 607px;
  max-width: calc(min(50vw, 607px));
  width: 100%;
}

/* line 254, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .quick-hitch-section .banner .overlay .text-content .hitch-text {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(min(5.45vw, 72px));
  line-height: calc(min(4.87vw, 79px));
  letter-spacing: -0.22px;
  color: white;
  margin-bottom: 37px;
}

/* line 265, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .quick-hitch-section .banner .overlay .text-content .shop-now {
  background-color: var(--palette-primary-500);
  color: white;
  font-family: 'Lexend', sans-serif;
  font-size: 24px;
  line-height: 25px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  padding: 16px 63px;
  margin-bottom: 20px;
}

/* line 277, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .quick-hitch-section .banner .overlay .text-content .shop-now:hover {
  background-color: var(--palette-primary-600);
}

/* line 287, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 28px 40px 28px;
  background: var(--palette-neutral-200);
  border-radius: 16px;
  margin-bottom: 29px;
}

/* line 296, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .heading-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

/* line 302, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .heading-section .heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-800);
  cursor: pointer;
  text-decoration: none;
}

/* line 314, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .heading-section .view-more {
  font-family: 'Poppins-medium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: inherit;
  border: none;
}

/* line 323, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .heading-section .view-more:hover {
  background-color: var(--palette-primary-500);
}

/* line 327, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .heading-section .view-more .view-more-link {
  color: var(--palette-neutral-800);
  text-decoration: none;
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  align-items: center;
}

/* line 334, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .heading-section .view-more .view-more-link:after {
  content: url(/assets/dark_grey_arrow_right-a175b172dc03492042d63ed1f97b4f91e42b95a889dadc96eda86d54771574f2.svg);
}

/* line 341, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .farm-toys {
  flex-direction: row-reverse;
}

/* line 345, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .products-container {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

/* line 351, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .products-container .big-image-group {
  position: relative;
  display: inline-block;
}

/* line 355, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .products-container .big-image-group .big-image {
  width: 100%;
  height: 100%;
  max-height: 592px;
  max-width: 508px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/* line 365, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .products-container .big-image-group .shop-now-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background-color: var(--palette-primary-500);
  color: var(--palette-neutral-50);
  font-size: 20px;
  max-width: 160px;
  border: 0;
  padding: 15px 28px;
}

/* line 376, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .products-container .big-image-group .shop-now-btn:hover {
  background-color: var(--palette-primary-600);
}

/* line 382, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .products-container .products-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

/* line 388, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .products-container .products-group .product-card-sm .product-image-sm-group {
  max-width: 277px;
  max-height: 277px;
  width: 100%;
  height: 100%;
  background: white;
}

/* line 395, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .products-container .products-group .product-card-sm .product-image-sm-group .product-image-sm {
  max-width: 277px;
  max-height: 277px;
}

/* line 405, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .view-more-mbl {
  display: none;
}

/* line 408, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .start-young .view-more-mbl .view-more-link {
  background: inherit;
  border: 0;
}

/* line 415, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section {
  margin-bottom: 29px;
}

/* line 418, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section .categories-heading {
  color: black;
  font-family: "Lexend-semi-bold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin-bottom: 29px;
  text-align: center;
}

/* line 430, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section .categories-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

/* line 438, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section .categories-container .taxonomy-category-link:hover {
  text-decoration: none;
}

/* line 442, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section .categories-container .category {
  position: relative;
  background-size: cover;
  background-position: center;
  max-width: 375px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 456, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section .categories-container .category .category-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: left;
  padding: 28px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 465, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section .categories-container .category .category-overlay .taxon-name {
  color: white;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
  filter: grayscale(0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 480, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section .categories-container .category .category-overlay .shop-now-btn {
  background-color: transparent;
  color: var(--palette-neutral-50);
  font-family: 'Poppins-medium', sans-serif;
}

/* line 491, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section .deals {
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}

/* line 495, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .categories-section .deals .category {
  max-width: 1200px;
}

/* line 501, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section {
  margin-bottom: 29px;
  position: relative;
}

/* line 505, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .heading-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 29px;
}

/* line 512, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .heading-section .heading {
  font-family: 'Lexend-semi-bold', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: black;
  cursor: default;
}

/* line 524, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

/* line 533, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: white;
  border: 3px solid var(--palette-primary-500);
  padding: 10px;
  display: none;
}

/* line 543, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .carousel-button.left {
  left: 4%;
  border-left: transparent;
  border-radius: 0 8px 8px 0;
}

/* line 549, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .carousel-button.right {
  right: 4%;
  border-right: transparent;
  border-radius: 8px 0 0 8px;
}

/* line 556, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 562, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards {
  overflow-x: auto;
  -moz-column-gap: 24px;
       column-gap: 24px;
  width: 100%;
}

/* line 567, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards::-webkit-scrollbar {
  display: none;
}

/* line 572, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card {
  width: 282px;
  text-align: center;
  margin-bottom: 0;
}

/* line 577, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .image-container {
  max-width: 282px;
  max-height: 292px;
  width: 282px;
  height: 292px;
  border-radius: 8px;
  position: relative;
  background: var(--palette-shades-0);
  margin-top: 0;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid var(--palette-neutral-200);
}

/* line 591, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 597, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .out-of-stock-text {
  font-family: 'Poppins-medium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--palette-neutral-500);
  text-align: left;
  cursor: default;
}

/* line 610, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section {
  display: flex;
  height: unset !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  color: var(--palette-neutral-800);
}

/* line 620, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section .name {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  font-family: 'Lexend-regular', sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 6px;
  text-align: left;
  max-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--Black-01, #0B0F0E);
}

/* line 637, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section .name .product_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 645, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section .name .product-on-sale {
  min-width: 90px;
  cursor: default;
}

/* line 649, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section .name .product-on-sale .sale-discount-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
}

/* line 655, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section .name .product-on-sale .sale-discount-section .discount-percentage {
  font-family: 'Poppins-medium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--palette-destructive-500);
  background: var(--palette-destructive-100);
  border-radius: 2px;
  padding: 0 8px;
}

/* line 671, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section .name .product-on-sale .orignal-price {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
}

/* line 680, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section .name .product-on-sale .orignal-price .original-price-value {
  text-decoration: line-through;
}

/* line 687, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section .price {
  margin-bottom: 4px;
}

/* line 690, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card .title-price-section .price .current-price {
  font-family: 'Lexend-semi-bold', sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: var(--primary-500-main, #FFB514);
}

/* line 704, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .standard-product-card:hover .image-container img {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  /* line 714, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .products.show .standard-product-card,
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .favorites.index .standard-product-card {
    max-width: 158px;
  }
  /* line 717, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .products.show .standard-product-card .image-container,
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .favorites.index .standard-product-card .image-container {
    max-width: 158px;
    max-height: 158px;
  }
  /* line 722, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .products.show .standard-product-card img,
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .favorites.index .standard-product-card img {
    max-width: 158px;
  }
}

/* line 729, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .product-label-text {
  position: absolute;
  color: var(--label_display_text_color);
  left: 8px;
  border-radius: 4px;
  padding: 1px 8px;
  cursor: pointer;
  width: auto;
  text-align: center;
  background: var(--label-color);
  font-family: 'Poppins-medium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: calc(100% - 16px);
}

/* line 749, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .product-label-text-top {
  top: 8px;
}

/* line 753, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .product-label-text-bottom {
  bottom: 8px;
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: black;
  align-items: center;
}

/* line 760, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .products-section .products-container .card-pages-group .cards .slider-card .product-label-text-bottom:before {
  content: url(/assets/shipping_truck-8798e8ec0ac60accb253e8ae1780cb670c5aa15f6648cbd1f68ff6abe79095b9.svg);
  width: 20px;
  height: 20px;
}

/* line 772, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group {
  text-align: center;
  margin-bottom: 29px;
}

/* line 776, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .heading-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 29px;
}

/* line 783, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .heading-section .heading {
  font-family: 'Lexend-semi-bold', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: black;
  cursor: default;
}

/* line 795, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .brands-slider {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  -moz-column-gap: 64px;
       column-gap: 64px;
  overflow-x: auto;
}

/* line 803, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .brands-slider::-webkit-scrollbar {
  width: auto;
  height: 8px;
}

/* line 808, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .brands-slider::-webkit-scrollbar-track {
  background: var(--palette-shades-0);
  margin: 0 8px;
}

/* line 813, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .brands-slider::-webkit-scrollbar-thumb {
  background: var(--palette-primary-500);
  border-radius: 8px;
}

/* line 818, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .brands-slider .brand-circle {
  margin-bottom: 16px;
}

/* line 821, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .brands-slider .brand-circle .circle {
  border: 1.5px solid #E4E4E7;
  width: 152px;
  height: 152px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 15px;
  cursor: pointer;
  overflow: hidden;
}

/* line 831, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .brands-slider .brand-circle .circle .image {
  max-width: 99px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 838, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .brands-group .brands-slider .brand-circle .circle:hover {
  border-color: var(--palette-neutral-900);
}

/* line 846, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section {
  max-width: 1198px;
  width: 100%;
  padding: 26.5px 47.25px;
  background-image: url(/assets/deals-section-background-1f11df57045ec18352cd7b032c565631d2a6f9df85ac41cb5aa5411ff760f8e2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 29px;
  border-radius: 16px;
}

/* line 857, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section .deals-container {
  display: flex;
  justify-content: space-around;
}

/* line 861, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section .deals-container .left {
  padding: 40px 40px 60px 40px;
  max-width: 447px;
  width: 37%;
  border-radius: 16px;
  background-image: url(/assets/deals-section-bg-c58450bb0c56f154f3a114a865bf9b7ed91466ed2caf3cdb563c99882e3cb581.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 874, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section .deals-container .left .content {
  display: flex;
  width: 100%;
  color: var(--Clean-White, #FFF);
  font-family: 'Lexend', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  letter-spacing: -0.2px;
  padding-bottom: 40px;
  flex-direction: column;
}

/* line 888, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section .deals-container .left .deals-button {
  color: var(--Clean-White, #FFF);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
  font-family: 'Lexend', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  letter-spacing: -0.2px;
  border-radius: 7px;
  background: #ffb514;
  border: none;
  padding: 15px 0;
}

@media (max-width: 1110px) {
  /* line 904, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .left .content {
    font-size: 36px;
  }
  /* line 908, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .left .deals-button {
    font-size: 32px;
  }
}

/* line 914, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section .deals-container .right {
  max-width: 636px;
  width: 53%;
}

/* line 918, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section .deals-container .right .deals-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px;
}

/* line 924, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section .deals-container .right .deals-products .product-card-sm .product-image-sm-group {
  border: unset;
}

/* line 927, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section .deals-container .right .deals-products .product-card-sm .product-image-sm-group .product-label-text {
  left: 5px;
  padding: 4px 8px;
  border-radius: 7px;
  font-family: 'Lexend', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  /* 13.91px */
  letter-spacing: -0.2px;
}

/* line 939, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .deals-section .deals-container .right .deals-products .product-card-sm .product-image-sm-group .product-label-text-top {
  top: 5px;
}

/* line 949, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 29px;
  border-radius: 16px;
  background: var(--Neutral-900, #18181B);
  display: flex;
  justify-content: space-between;
}

/* line 963, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .image-container {
  position: relative;
}

/* line 966, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #FFFFFF;
}

/* line 974, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 16px;
  background: linear-gradient(282deg, #18181B 12.66%, rgba(102, 102, 102, 0) 91.31%);
}

/* line 986, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content {
  flex-basis: 50%;
  color: white;
  text-align: left;
  position: relative;
  top: 49px;
  right: 43px;
  margin: 0;
}

/* line 995, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .cta-text {
  margin-bottom: 28px;
  color: var(--Clean-White, #FFF);
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 51.897px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 49.302px */
}

/* line 1006, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .cta-text span {
  color: var(--palette-primary-500);
}

/* line 1011, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .email-form {
  display: flex;
  align-items: center;
  margin-bottom: 63px;
  justify-content: space-between;
  max-width: 553px;
  width: 100%;
  border-radius: 300px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 1022, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .email-form .email-form-group {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 500px;
  width: 100%;
}

/* line 1029, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .email-form .email-form-group .input-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

/* line 1036, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .email-form .email-form-group .email-input {
  flex: 1;
  border: none;
  background: none;
  color: #fff;
  padding-left: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 162%;
  /* 27.54px */
  letter-spacing: 0.85px;
  outline: none;
}

/* line 1051, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .email-form .email-form-group .email-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home.index_v3 .free-shipping-section .cta-content .email-form .email-form-group .email-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1056, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .email-form .email-form-group input:-webkit-autofill,
.home.index_v3 .free-shipping-section .cta-content .email-form .email-form-group textarea:-webkit-autofill,
.home.index_v3 .free-shipping-section .cta-content .email-form .email-form-group select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #464649 inset !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /* Ensures autofill color reset */
}

/* line 1066, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .email-form .submit-btn {
  border-radius: 300px;
  background: #FFB514;
  border: none;
  max-width: 80px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1077, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .free-shipping-section .cta-content .email-form .submit-btn:hover {
  background-color: var(--palette-primary-600);
}

/* line 1085, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
  border-radius: 16px;
  background-color: #FFB514;
}

/* line 1092, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container {
  text-align: center;
  padding: 20px;
}

/* line 1096, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .ag-online-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
  line-height: 44px;
  font-family: 'Lexend-semi-bold', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 29px;
}

/* line 1109, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid {
  max-width: 1052px;
  height: 640px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/* line 1119, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item {
  max-width: 325px;
  width: 100%;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

/* line 1127, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item video {
  width: 100%;
  height: 565px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 5px;
}

/* line 1134, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item .video-product-card {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  padding: 0 10px;
  height: 55px;
}

/* line 1141, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item .video-product-card .product-image {
  width: 55px;
  height: 55px;
  border: 1px solid #E4E4E7;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px;
}

/* line 1150, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item .video-product-card .product-details {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 55px;
}

/* line 1162, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item .video-product-card .product-details .product-name {
  max-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 1171, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item .video-product-card .product-details .price-and-influencer {
  display: flex;
  justify-content: space-between;
}

/* line 1174, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item .video-product-card .product-details .price-and-influencer .product-price {
  font-family: 'Poppins-semi-bold';
  font-weight: 600;
}

/* line 1178, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item .video-product-card .product-details .price-and-influencer .influencer {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

/* line 1181, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item .video-product-card .product-details .price-and-influencer .influencer .profile-icon {
  width: 10px;
  height: 11px;
}

/* line 1191, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item img {
  width: 100%;
  height: 565px;
}

/* line 1196, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 1204, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container {
  padding: 0 15px 0 10px;
  margin-top: 20px;
  margin-bottom: 18px;
}

/* line 1209, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container .testimonial-text {
  margin-bottom: 20px;
  font-family: 'Lexend-medium', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: var(--Clean-White, #FFF);
  text-align: left;
  letter-spacing: -0.56px;
}

/* line 1220, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container .testimonial-buttons {
  display: flex;
  justify-content: space-between;
}

/* line 1224, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container .testimonial-buttons .play-video-btn {
  font-family: 'Poppins', sans-serif;
  max-width: 132px;
  width: 100%;
  padding: 8px;
}

/* line 1237, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-heart {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
}

/* line 1246, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .ag-heart .our-heart {
  font-family: 'Lexend-semi-bold', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: black;
}

/* line 1257, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .mission-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: center;
  margin-bottom: 29px;
}

/* line 1265, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .mission-cards .convoy-box {
  max-width: 588px;
  width: 100%;
}

/* line 1270, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .mission-cards .america-day-desktop-cta {
  max-width: 688px;
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 1.75;
  height: auto;
}

/* line 1280, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-section-heading {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  letter-spacing: -0.02em;
  margin-bottom: 29px;
}

/* line 1290, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-section-heading .recent-blog {
  font-family: 'Lexend-semi-bold', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}

/* line 1298, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-section-heading .blog-btn {
  font-family: 'Lexend', sans-serif;
  border: none;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  color: black;
  text-decoration: none;
}

/* line 1307, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-section-heading .blog-btn:after {
  content: url(/assets/black_arrow_right-d85fd00386fb47ca828321a7f49180e794508831d1caae92740088574bac7cba.svg);
  width: 20px;
  height: 20px;
}

/* line 1313, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-section-heading .blog-btn:hover {
  background-color: var(--palette-primary-500);
}

/* line 1319, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: start;
  justify-content: flex-start;
  margin-bottom: 29px;
}

/* line 1329, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-cards .slider-card {
  flex: 1;
}

/* line 1332, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-cards .slider-card .standard-blogs-card {
  max-width: 388px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

/* line 1338, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-cards .slider-card .standard-blogs-card .image-container {
  max-width: calc(100vw* 0.3100);
  width: 100%;
  border-radius: 15px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 1347, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-cards .slider-card .standard-blogs-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1352, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-cards .slider-card .standard-blogs-card .date {
  margin-bottom: 12px;
  font-family: 'Lexend-medium', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
  color: #3F3F46;
  text-align: start;
  padding-left: 2px;
}

/* line 1363, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-cards .slider-card .standard-blogs-card .name {
  font-family: 'Lexend-medium', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3F3F46;
  text-align: start;
  padding-left: 2px;
}

/* line 1372, app/assets/stylesheets/spree/index_v3.css.scss */
.home.index_v3 .blogs-section .blogs-cards .slider-card .standard-blogs-card .name a {
  color: #3F3F46;
}

@media (max-width: 991px) {
  /* line 1387, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta {
    max-width: 864px;
    width: 100%;
    background-image: none;
  }
  /* line 1392, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container {
    justify-content: center;
  }
  /* line 1395, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .left {
    align-items: center;
    margin-bottom: 74px;
    gap: 0px;
  }
  /* line 1401, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .left .cta-content {
    padding: 35px 3px 0 3px;
    margin-bottom: 30px;
  }
  /* line 1405, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .left .cta-content svg {
    display: none;
  }
  /* line 1409, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .left .cta-content .home-cta-text {
    text-align: center;
    font-size: 61px;
  }
  /* line 1416, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .right {
    display: none;
  }
  /* line 1422, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta {
    max-width: 812px;
    width: 100%;
    gap: 32px;
    margin-top: -74px;
  }
  /* line 1428, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta .cta-container {
    max-width: 390px;
    width: 45.14%;
    padding-left: 15px;
  }
  /* line 1434, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta .cta-container .cta-content .text {
    font-size: 36px;
  }
  /* line 1438, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta .cta-container .cta-content .shop-now-btn {
    padding: 10px 24px;
    font-size: 18px;
  }
  /* line 1449, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .left {
    padding: 16px 16px 28px 16px;
    justify-content: space-around;
    align-items: center;
  }
  /* line 1454, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .left .content {
    max-width: 240px;
    font-size: 32px;
    max-height: 100px;
  }
  /* line 1460, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .left .deals-button {
    padding: 15px 30px;
    font-size: 22px;
  }
  /* line 1467, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .right .deals-products {
    gap: 19px;
  }
  /* line 1475, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .free-shipping-section .cta-content {
    top: 20px;
    flex-basis: unset;
  }
  /* line 1479, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .free-shipping-section .cta-content .cta-text {
    font-size: 44px;
  }
  /* line 1487, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .categories-heading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  /* line 1493, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .categories-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }
  /* line 1498, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .categories-container .category {
    max-width: unset;
  }
  /* line 1502, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .categories-container .category.odd-last {
    max-width: calc(50% - 7.5px);
    justify-self: center;
  }
  /* line 1508, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .deals {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  /* line 1512, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .deals .category {
    max-width: 1200px;
  }
  /* line 1522, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container {
    margin-top: 15px;
  }
  /* line 1525, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container .testimonial-text {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 23px;
  }
  /* line 1532, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container .testimonial-buttons .play-video-btn {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  /* line 1544, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .post-nav {
    margin: 7px 0 15px 0;
  }
  /* line 1547, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .post-nav .post-nav-item {
    gap: 7px;
  }
  /* line 1550, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .post-nav .post-nav-item a {
    gap: 5px;
  }
  /* line 1554, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .post-nav .post-nav-item .text {
    font-size: 10px;
    line-height: 13px;
  }
  /* line 1561, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section {
    margin-bottom: 15px;
  }
  /* line 1564, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta {
    background: none;
    margin-bottom: 15px;
    padding: 0;
  }
  /* line 1570, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .left {
    display: none;
    margin-bottom: 0px;
  }
  /* line 1575, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .right {
    display: block;
    border: none;
    max-width: 100%;
    width: 100%;
    height: 352px;
  }
  /* line 1581, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .right .promo-video {
    height: 352px;
  }
  /* line 1584, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .right .mobile-text-overlay {
    display: block;
    max-width: 551px;
    width: 100%;
    padding: 40px;
  }
  /* line 1589, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .right .mobile-text-overlay .home-cta-text {
    color: var(--Clean-White, #FFF);
    font-family: 'Lexend', sans-serif;
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    line-height: 111%;
    letter-spacing: -0.2px;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 1606, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta {
    flex-direction: column;
    margin-top: 0;
    gap: 15px;
  }
  /* line 1611, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta .cta-container {
    max-width: inherit;
    width: 100%;
  }
  /* line 1615, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta .cta-container .cta-content {
    display: flex;
    flex-direction: column;
  }
  /* line 1619, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta .cta-container .cta-content .text {
    font-size: 34px;
  }
  /* line 1623, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta .cta-container .cta-content a {
    max-width: 140px;
    width: 100%;
  }
  /* line 1632, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .brands-group {
    display: none;
  }
  /* line 1636, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section {
    background-image: url(/assets/deals-mobile-bg-8214014a80b667f26899395bd046a933ae00287442ec958a23fa3228cae9bda5.webp);
    background-size: cover;
    padding: 15px 0 28px 28px;
    border-radius: 16px;
    margin-bottom: 15px;
  }
  /* line 1643, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container {
    flex-direction: column;
    gap: 15px;
  }
  /* line 1647, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .left {
    background: none;
    padding: 0;
    width: 100%;
    align-items: initial;
  }
  /* line 1653, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .left .content {
    margin-bottom: 15px;
    line-height: 114%;
  }
  /* line 1658, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .left .deals-button {
    max-width: 120px;
    background: var(--palette-primary-500);
    padding: 11px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-shadow: none;
  }
  /* line 1667, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .left .deals-button a {
    font-size: 12px;
  }
  /* line 1673, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .right {
    width: 100%;
  }
  /* line 1676, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .right .deals-products {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    -moz-column-gap: 39px;
         column-gap: 39px;
    overflow: scroll;
  }
  /* line 1682, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .right .deals-products .product-card-sm {
    min-height: 195px;
    min-width: 195px;
  }
  /* line 1687, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .right .deals-products::-webkit-scrollbar {
    display: none;
  }
  /* line 1691, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .right .deals-products::-webkit-scrollbar-track {
    display: none;
  }
  /* line 1695, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .deals-section .deals-container .right .deals-products::-webkit-scrollbar-thumb {
    display: none;
  }
  /* line 1703, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young {
    width: 100%;
    padding: 12px 22px;
    margin-bottom: 15px;
  }
  /* line 1708, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .heading-section {
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 1714, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .heading-section .heading .heading {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1720, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .heading-section .view-more {
    display: none;
  }
  /* line 1725, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .products-container {
    flex-direction: column;
  }
  /* line 1728, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .products-container .products-group {
    gap: 24px;
    margin-bottom: 16px;
  }
  /* line 1733, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .products-container .products-group .product-card-sm .product-image-sm-group {
    height: unset;
  }
  /* line 1739, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .products-container .big-image-group {
    width: 100%;
    margin-bottom: 16px;
    min-height: 150px;
  }
  /* line 1744, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .products-container .big-image-group .big-image {
    max-width: 100%;
  }
  /* line 1748, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .products-container .big-image-group .shop-now-btn {
    bottom: 24px;
    left: 22px;
  }
  /* line 1755, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .view-more-mbl {
    display: block;
    font-family: 'Poppins-medium', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 1763, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .view-more-mbl .view-more-link {
    color: var(--palette-neutral-800);
    justify-content: center;
    text-decoration: none;
    display: flex;
    -moz-column-gap: 6px;
         column-gap: 6px;
    align-items: center;
  }
  /* line 1771, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .view-more-mbl .view-more-link:after {
    content: url(/assets/dark_grey_arrow_right-a175b172dc03492042d63ed1f97b4f91e42b95a889dadc96eda86d54771574f2.svg);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1783, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .free-shipping-section {
    display: block;
    margin-bottom: 15px;
  }
  /* line 1788, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .free-shipping-section .image-container {
    display: none;
  }
  /* line 1792, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .free-shipping-section .cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: unset;
    margin: 0;
    padding: 19px 22px;
  }
  /* line 1800, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .free-shipping-section .cta-content .cta-text {
    font-family: 'Lexend', sans-serif;
    text-align: center;
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.2px;
    font-weight: 700;
  }
  /* line 1810, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .free-shipping-section .cta-content .email-form {
    margin-bottom: 0;
  }
  /* line 1813, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .free-shipping-section .cta-content .email-form .email-form-group {
    max-width: 170px;
  }
  /* line 1820, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .quick-hitch-section {
    margin-top: 44px;
    margin-bottom: 15px;
    background: url(/assets/mobile-hitch-2910301bc440395b046a83b3c9fccef3cddc64392be4c83e9f59e9a4bba5ce83.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
  }
  /* line 1829, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .quick-hitch-section .banner .background-img {
    display: none;
  }
  /* line 1833, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .quick-hitch-section .banner .overlay {
    border-radius: 16px;
    flex-direction: column;
    position: unset;
    padding-left: 33px;
    align-items: flex-start;
  }
  /* line 1840, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .quick-hitch-section .banner .overlay .hitch-img {
    max-width: 221px;
    position: relative;
    top: -50px;
    align-self: baseline;
  }
  /* line 1847, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .quick-hitch-section .banner .overlay .text-content {
    max-width: 261px;
    margin-top: -50px;
  }
  /* line 1851, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .quick-hitch-section .banner .overlay .text-content .hitch-text {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.2px;
  }
  /* line 1858, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .quick-hitch-section .banner .overlay .text-content .shop-now {
    font-size: 20px;
  }
  /* line 1866, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section {
    margin-bottom: 15px;
  }
  /* line 1869, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .categories-heading {
    display: none;
  }
  /* line 1873, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .categories-container {
    gap: 15px;
    margin-bottom: 15px;
  }
  /* line 1879, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .categories-container .category .category-overlay {
    padding: 14px;
  }
  /* line 1882, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .categories-container .category .category-overlay .taxon-name {
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -0.02em;
    min-height: 50px;
    max-width: 300px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
  }
  /* line 1893, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .categories-section .categories-container .category .category-overlay .shop-now-btn {
    border-radius: 4px;
    border: 1px solid var(--Clean-White, #FFF);
    padding: 3px;
    max-width: 80px;
    margin-top: -8px;
  }
  /* line 1906, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .products-section {
    margin-bottom: 15px;
  }
  /* line 1909, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .products-section .heading-section {
    margin-bottom: 15px;
  }
  /* line 1912, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .products-section .heading-section .heading {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 1920, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .products-section .products-container .card-pages-group .cards {
    display: flex;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 1926, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .products-section .products-container .card-pages-group .cards::-webkit-scrollbar {
    display: none;
  }
  /* line 1933, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online {
    margin-bottom: 15px;
  }
  /* line 1937, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .ag-online-heading {
    margin-bottom: 15px;
    font-size: 31px;
  }
  /* line 1942, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .testimonial-grid {
    display: block;
    background-color: white;
    border-radius: 15px;
  }
  /* line 1947, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-item {
    width: 100%;
    max-width: unset;
    border-radius: unset;
  }
  /* line 1954, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container {
    margin-top: 12px;
  }
  /* line 1957, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container .testimonial-text {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
  }
  /* line 1964, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .testimonial-grid .testimonial-container .testimonial-text-container .testimonial-buttons .play-video-btn {
    font-size: 8px;
  }
  /* line 1972, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .carousel-indicators {
    position: static;
    margin-top: 10px;
  }
  /* line 1976, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .carousel-indicators li {
    opacity: 1;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 10px;
    background-color: #FFB514;
  }
  /* line 1985, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .carousel-indicators .active {
    background-color: #000;
  }
  /* line 1991, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-online .ag-online-container .ag-video {
    display: none;
  }
  /* line 1997, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .ag-heart {
    margin-bottom: 15px;
  }
  /* line 2001, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .mission-cards {
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  /* line 2006, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .mission-cards .america-day-desktop-cta {
    width: 100%;
    max-width: 100%;
    height: 211px;
  }
  /* line 2012, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .mission-cards .partners {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 2020, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .blogs-section .blogs-section-heading {
    margin-bottom: 15px;
  }
  /* line 2023, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .blogs-section .blogs-section-heading .recent-blog {
    font-size: 24px;
    line-height: 27px;
  }
  /* line 2028, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .blogs-section .blogs-section-heading .blog-btn {
    Padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
  }
  /* line 2036, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .blogs-section .blogs-cards {
    display: block;
  }
  /* line 2039, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .blogs-section .blogs-cards .slider-card {
    display: none;
  }
  /* line 2042, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .blogs-section .blogs-cards .slider-card .standard-blogs-card {
    max-width: unset;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 2049, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .blogs-section .blogs-cards .slider-card .standard-blogs-card .image-container {
    max-width: unset;
  }
  /* line 2055, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .blogs-section .blogs-cards .slider-card:first-child {
    display: block;
  }
}

@media (max-width: 595px) {
  /* line 2065, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container {
    margin-bottom: 0;
  }
  /* line 2068, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .left .cta-content {
    max-width: 326px;
    width: 100%;
  }
  /* line 2073, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .right {
    height: 300px;
  }
  /* line 2075, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .right .promo-video {
    height: 300px;
  }
  /* line 2078, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .right .mobile-text-overlay {
    display: block;
  }
  /* line 2080, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .home-cta .cta-container .right .mobile-text-overlay .home-cta-text {
    font-size: 34px;
  }
  /* line 2089, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta .cta-container {
    height: 131px;
    padding: 15px;
  }
  /* line 2094, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .cta-section .left-right-cta .cta-container .cta-content .text {
    font-size: 28px;
    line-height: 30px;
  }
  /* line 2104, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .heading-section {
    margin-bottom: 10px;
  }
  /* line 2107, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .start-young .heading-section .heading {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 2116, app/assets/stylesheets/spree/index_v3.css.scss */
  .home.index_v3 .products-section .products-container .card-pages-group {
    padding: 0;
  }
}

/* line 73, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
:root {
  --palette-neutral-50: #FAFAFA;
  --palette-neutral-100: #F4F4F5;
  --palette-neutral-200: #E4E4E7;
  --palette-neutral-300: #D4D4D8;
  --palette-neutral-400: #A1A1AA;
  --palette-neutral-500: #71717A;
  --palette-neutral-600: #52525B;
  --palette-neutral-700: #3F3F46;
  --palette-neutral-800: #27272A;
  --palette-neutral-900: #18181B;
  --palette-primary-50: #FFF8E8;
  --palette-primary-100: #FFEDC7;
  --palette-primary-200: #FFD882;
  --palette-primary-300: #FFC954;
  --palette-primary-400: #FFBE30;
  --palette-primary-500: #FFB514;
  --palette-primary-600: #D69300;
  --palette-primary-700: #9E6900;
  --palette-primary-800: #7A4100;
  --palette-primary-900: #4A2B07;
  --palette-success-50: #F0FDF4;
  --palette-success-100: #DCFCE7;
  --palette-success-200: #BBF7D0;
  --palette-success-300: #86EFAC;
  --palette-success-400: #4ADE80;
  --palette-success-500: #22C55E;
  --palette-success-600: #16A34A;
  --palette-success-700: #15803D;
  --palette-success-800: #166534;
  --palette-success-900: #14532D;
  --palette-warning-50: #FFF7ED;
  --palette-warning-100: #FFEDD5;
  --palette-warning-200: #FED7AA;
  --palette-warning-300: #FDBA74;
  --palette-warning-400: #FB923C;
  --palette-warning-500: #F97316;
  --palette-warning-600: #EA580C;
  --palette-warning-700: #C2410C;
  --palette-warning-800: #9A3412;
  --palette-warning-900: #7C2D12;
  --palette-destructive-50: #FEF2F2;
  --palette-destructive-100: #FEE2E2;
  --palette-destructive-200: #FECACA;
  --palette-destructive-300: #FCA5A5;
  --palette-destructive-400: #F87171;
  --palette-destructive-500: #EF4444;
  --palette-destructive-600: #DC2626;
  --palette-destructive-700: #B91C1C;
  --palette-destructive-800: #991B1B;
  --palette-destructive-900: #7F1D1D;
  --palette-shades-0: #FFFFFF;
  --palette-shades-100: #000000;
}

/* line 226, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-normal {
  font-weight: 500;
}

/* line 230, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-sbold {
  font-weight: 600;
}

/* line 234, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-bold {
  font-weight: bold;
}

/* line 238, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-xbold {
  font-weight: 800;
}

@font-face {
  font-family: 'Draught';
  src: url(/assets/draught-sans-serif-dd34e78a822dd7f49acd392efce271285bb36b95c72cf5d50a177bde9f448955.woff) format("woff"), url(/assets/draught-sans-serif-34d844f2683ee7d589fc9af41b77679a789f8493dd61007953e8a89eb475904c.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DraughtSansSerif-Textured-Regular';
  src: url(/assets/draught-sans-serif-textured-b6bf2abae133e5f0445b55c3ce27749761249af0d6e08ac4d26ef139852b98f9.woff) format("woff"), url(/assets/draught-sans-serif-textured-21fcfa03c7f08e4b81ecde2e6bec48ef8d16760b1120c4b10a967fb353292c99.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(/assets/Poppins-Regular-a87f45820cbf383d4e9de05508c1018904e38714b80df5e66471aaf50598b09e.ttf) format("TrueType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-medium';
  src: url(/assets/Poppins-Medium-a0b175e6a264afe1ce1dd92dfed7dce5dc11456840b0485ba483b2af54814baf.ttf) format("TrueType");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-semi-bold';
  src: url(/assets/Poppins-Semi-Bold-a27799af8da2e1b65bc12769eb5f8da47b0689e24f5cf655a4fb58db80bd90b7.ttf) format("TrueType");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-bold';
  src: url(/assets/Poppins-Bold-0d0be7f1fdac1c3d56bc39b556b6ca8b3c86484aa932a2446fbbc747f0460be7.ttf) format("TrueType");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-regular';
  src: url(/assets/Lexend-Regular-ab3c10e22190e4d96d4b19adcce1029a87aa0b9549120da6765231745160ba44.ttf) format("TrueType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-medium';
  src: url(/assets/Lexend-Medium-44bcddfdea5c01232d4a5525ef8df203cc127bfd305a0d611c25a7b8d1b52776.ttf) format("TrueType");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-semi-bold';
  src: url(/assets/Lexend-Semi-Bold-941f7b008e02a985f735f4d328bdca3344398d978804f698e8e9a146a80f9f52.ttf) format("TrueType");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url(/assets/Lexend-Bold-28fa1054e7d82b5088f32095c332197f2802b7c4d0aaf61db86e75f1b2e53f63.ttf) format("TrueType");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-extra-bold';
  src: url(/assets/Lexend-ExtraBold-d795c8766f85ee4444c3f5ea5da5f6361e977f1dcdd40eb5d61e41df89dc7245.ttf) format("TrueType");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend-Medium';
  src: url(/assets/Lexend-Medium-44bcddfdea5c01232d4a5525ef8df203cc127bfd305a0d611c25a7b8d1b52776.ttf) format("TrueType");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Anton-Regular';
  src: url(/assets/Anton-Regular-b1bc26ca6cca17af41a11a8a38decc29b612b5bfc4270999d6e798e11d2572f1.ttf) format("TrueType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlusJakartaSans-Medium';
  src: url(/assets/PlusJakartaSans-Medium-1d589376be7f4fb02b4874d807480741e227cafedd68c5d0d319bacd657d8a7d.ttf) format("TrueType");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlusJakartaSans-SemiBold';
  src: url(/assets/PlusJakartaSans-SemiBold-b9b9dd82fe0c1511294889b01ac0b33b5cec75cc9233e4230a084bda32f9ae9d.ttf) format("TrueType");
  font-style: normal;
  font-display: swap;
}

/* line 73, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
:root {
  --palette-neutral-50: #FAFAFA;
  --palette-neutral-100: #F4F4F5;
  --palette-neutral-200: #E4E4E7;
  --palette-neutral-300: #D4D4D8;
  --palette-neutral-400: #A1A1AA;
  --palette-neutral-500: #71717A;
  --palette-neutral-600: #52525B;
  --palette-neutral-700: #3F3F46;
  --palette-neutral-800: #27272A;
  --palette-neutral-900: #18181B;
  --palette-primary-50: #FFF8E8;
  --palette-primary-100: #FFEDC7;
  --palette-primary-200: #FFD882;
  --palette-primary-300: #FFC954;
  --palette-primary-400: #FFBE30;
  --palette-primary-500: #FFB514;
  --palette-primary-600: #D69300;
  --palette-primary-700: #9E6900;
  --palette-primary-800: #7A4100;
  --palette-primary-900: #4A2B07;
  --palette-success-50: #F0FDF4;
  --palette-success-100: #DCFCE7;
  --palette-success-200: #BBF7D0;
  --palette-success-300: #86EFAC;
  --palette-success-400: #4ADE80;
  --palette-success-500: #22C55E;
  --palette-success-600: #16A34A;
  --palette-success-700: #15803D;
  --palette-success-800: #166534;
  --palette-success-900: #14532D;
  --palette-warning-50: #FFF7ED;
  --palette-warning-100: #FFEDD5;
  --palette-warning-200: #FED7AA;
  --palette-warning-300: #FDBA74;
  --palette-warning-400: #FB923C;
  --palette-warning-500: #F97316;
  --palette-warning-600: #EA580C;
  --palette-warning-700: #C2410C;
  --palette-warning-800: #9A3412;
  --palette-warning-900: #7C2D12;
  --palette-destructive-50: #FEF2F2;
  --palette-destructive-100: #FEE2E2;
  --palette-destructive-200: #FECACA;
  --palette-destructive-300: #FCA5A5;
  --palette-destructive-400: #F87171;
  --palette-destructive-500: #EF4444;
  --palette-destructive-600: #DC2626;
  --palette-destructive-700: #B91C1C;
  --palette-destructive-800: #991B1B;
  --palette-destructive-900: #7F1D1D;
  --palette-shades-0: #FFFFFF;
  --palette-shades-100: #000000;
}

/* line 226, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-normal {
  font-weight: 500;
}

/* line 230, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-sbold {
  font-weight: 600;
}

/* line 234, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-bold {
  font-weight: bold;
}

/* line 238, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-xbold {
  font-weight: 800;
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-h1 {
  font-family: Poppins;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
  .ag-h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-h2 {
  font-family: Poppins;
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
  .ag-h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-h3 {
  font-family: Poppins;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
  .ag-h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-h4 {
  font-family: Poppins;
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
  .ag-h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-h5 {
  font-family: Poppins;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
  .ag-h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-h6 {
  font-family: Poppins;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
  .ag-h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 24, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-display-lg {
  font-family: Poppins;
  font-style: normal;
  font-size: 52px;
  line-height: 56px;
}

/* line 24, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-display-sm {
  font-family: Poppins;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-p-lg {
  font-family: Poppins;
  font-size: 18px;
  line-height: 28px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-p-md {
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-p-sm, .ag-input-line-destructive .ag-input-helper-text, .ag-input-line-destructive .ag-input-label, .ag-input-line-neutral .ag-input-helper-text, .ag-input-line-neutral .ag-input-label, .ag-input-destructive .ag-input-helper-text, .ag-input-destructive .ag-input-label, .ag-input-neutral .ag-input-helper-text, .ag-input-neutral .ag-input-label {
  font-family: Poppins;
  font-size: 14px;
  line-height: 20px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-p-xsm {
  font-family: Poppins;
  font-size: 12px;
  line-height: 20px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-text-decoration-none {
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-text-decoration-underline {
  text-decoration: underline;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-text-decoration-line-through {
  text-decoration: line-through;
}

/* line 47, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-fst-normal {
  font-style: normal;
}

/* line 47, app/assets/stylesheets/spree/agzaga_ds/typography.css.scss */
.ag-fst-italic {
  font-style: italic;
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-group-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 14px;
}

/* line 11, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-group-box .ag-input-icon-append {
  padding: 10px;
}

/* line 15, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-group-box input.ag-input-field {
  width: 100%;
  border: 0;
  padding: 10px;
  border-radius: 6px;
  height: 40px;
}

/* line 22, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-group-box input.email-feild {
  text-transform: lowercase;
}

/* line 26, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-group-box:hover {
  caret-color: var(--palette-primary-300);
}

/* line 31, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-group-disable {
  background: #FFFFFF;
}

/* line 35, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-label {
  margin-bottom: 4px;
}

/* line 40, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-helper-text {
  color: var(--palette-neutral-500);
  margin-top: 8px;
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-group-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 14px;
}

/* line 11, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-group-box .ag-input-icon-append {
  padding: 10px;
}

/* line 15, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-group-box input.ag-input-field {
  width: 100%;
  border: 0;
  padding: 10px;
  border-radius: 6px;
  height: 40px;
}

/* line 22, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-group-box input.email-feild {
  text-transform: lowercase;
}

/* line 26, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-group-box:hover {
  caret-color: var(--palette-destructive-200);
}

/* line 31, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-group-disable {
  background: #FFFFFF;
}

/* line 35, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-label {
  margin-bottom: 4px;
}

/* line 40, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-helper-text {
  color: var(--palette-destructive-500);
  margin-top: 8px;
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-group-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 14px;
}

/* line 11, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-group-box .ag-input-icon-append {
  padding: 10px;
}

/* line 15, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-group-box input.ag-input-field {
  width: 100%;
  border: 0;
  padding: 10px;
  border-radius: 0;
  height: 40px;
}

/* line 22, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-group-box input.email-feild {
  text-transform: lowercase;
}

/* line 26, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-group-box:hover {
  caret-color: var(--palette-primary-200);
}

/* line 31, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-group-disable {
  background: #FFFFFF;
}

/* line 35, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-label {
  margin-bottom: 4px;
}

/* line 40, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-helper-text {
  color: var(--palette-neutral-500);
  margin-top: 8px;
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-group-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 14px;
}

/* line 11, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-group-box .ag-input-icon-append {
  padding: 10px;
}

/* line 15, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-group-box input.ag-input-field {
  width: 100%;
  border: 0;
  padding: 10px;
  border-radius: 0;
  height: 40px;
}

/* line 22, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-group-box input.email-feild {
  text-transform: lowercase;
}

/* line 26, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-group-box:hover {
  caret-color: var(--palette-destructive-200);
}

/* line 31, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-group-disable {
  background: #FFFFFF;
}

/* line 35, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-label {
  margin-bottom: 4px;
}

/* line 40, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-helper-text {
  color: var(--palette-destructive-500);
  margin-top: 8px;
}

/* line 49, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-group-box {
  border: 1px solid var(--palette-neutral-300);
}

/* line 51, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-group-box:hover {
  border: 1px solid var(--palette-primary-300);
  box-shadow: 0px 0px 0px 4px var(--palette-primary-100);
}

/* line 56, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-neutral .ag-input-group-box:focus-within {
  border: 1px solid var(--palette-primary-300);
  box-shadow: 0px 0px 0px 4px var(--palette-primary-100);
}

/* line 65, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-group-box {
  border: 1px solid var(--palette-destructive-300);
}

/* line 67, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-group-box:hover {
  box-shadow: 0px 0px 0px 4px var(--palette-destructive-100);
}

/* line 71, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-destructive .ag-input-group-box:focus-within {
  border: 1px solid var(--palette-destructive-300);
  box-shadow: 0px 0px 0px 4px var(--palette-destructive-100);
}

/* line 79, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-group-box {
  border-bottom: 1px solid var(--palette-primary-200);
}

/* line 81, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-neutral .ag-input-group-box:hover {
  border-bottom: 1px solid var(--palette-primary-200);
  box-shadow: 0 8px 8px -4px var(--palette-primary-100);
}

/* line 89, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-group-box {
  border-bottom: 1px solid var(--palette-destructive-200);
}

/* line 91, app/assets/stylesheets/spree/agzaga_ds/inputs.css.scss */
.ag-input-line-destructive .ag-input-group-box:hover {
  border-bottom: 1px solid var(--palette-destructive-200);
  box-shadow: 0 8px 8px -4px var(--palette-destructive-100);
}

/* line 5, app/assets/stylesheets/spree/faq_page.css.scss */
html {
  scroll-behavior: smooth;
}

/* line 10, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .container-fluid {
  padding-right: 24px;
  padding-left: 24px;
}

/* line 14, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page #content {
  text-align: left;
}

/* line 17, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block {
  display: none;
  background-color: var(--palette-destructive-50);
  padding: 56px 24px;
  margin: -58px -24px 48px -24px;
}

/* line 23, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
}

/* line 28, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content .top-head {
  display: flex;
  position: relative;
}

/* line 32, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content .top-head .close-alert-section {
  position: absolute;
  top: 10px;
  right: 35px;
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content .top-head .alert-icon {
  max-width: 52px;
  width: 100%;
  max-height: 52px;
  height: 100%;
  margin-right: 28px;
}

/* line 46, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content .top-head .alert-icon img {
  width: 100%;
}

/* line 51, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content .top-head .contact-support-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 226px;
  width: 100%;
}

/* line 58, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content .top-head .contact-support-icon a {
  color: var(--palette-shades-0);
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content .top-head .contact-support-icon:before {
  content: url(/assets/contact_support_icon-993567ff012d9bb6ba8ac0b2209c09b56c0d72fcdb0620766d924c24be75ef96.png);
  padding: 3px 4px;
  margin-right: 7px;
}

/* line 70, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content .top-head .no-question-h4 {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
  max-width: 600px;
  width: 100%;
  margin-bottom: 24px;
}

/* line 83, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .no-question-block .no-question-content .top-head .no-question-sub-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-500);
  max-width: 510px;
  width: 100%;
  margin-bottom: 32px;
}

/* line 98, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
  padding: 56px 24px 0 24px;
}

/* line 104, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section {
  max-width: 1288px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 56px auto;
}

/* line 112, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .faq-image {
  max-width: 632px;
  width: 100%;
  padding-right: 24px;
}

/* line 117, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .faq-image img {
  width: 100%;
  border-radius: 32px;
}

/* line 123, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .query-section {
  max-width: 608px;
  width: 100%;
  padding-left: 24px;
}

/* line 128, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .query-section .help-text {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--palette-primary-500);
  margin-bottom: 16px;
}

/* line 139, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .query-section .help-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 56px;
  max-width: 326px;
  width: 100%;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
  margin-bottom: 40px;
}

/* line 152, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .query-section .help-text-1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 338px;
  width: 100%;
  color: var(--palette-neutral-500);
  margin-bottom: 52px;
}

/* line 164, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .query-section .faq-search-group {
  display: flex;
  padding: 0;
  position: relative;
  height: 48px;
  background: #FFFFFF;
  border-radius: 100px;
  width: 100%;
}

/* line 173, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .query-section .faq-search-group .faq-search-input {
  font-family: 'Poppins';
  width: 100%;
  border: 0;
  margin: 0;
  outline: none;
  font-size: 15px;
  background-color: #FFFFFF;
  padding: 10px 13px 10px 20px;
  border-radius: 100px 0px 0px 100px;
}

/* line 185, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .query-section .faq-search-group .ag-input-icon-append {
  padding: 0;
}

/* line 189, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .query-section .faq-search-group .search-icon {
  width: 24px;
  height: 24px;
  margin: 12px 20px 12px 0;
}

/* line 197, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .img-query-section .query-section .no-answer-available {
  border: 1px solid var(--palette-destructive-500);
  box-shadow: 0px 0px 0px 4px var(--palette-destructive-100);
}

/* line 204, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .border-line {
  border: 1px solid var(--palette-neutral-200);
  width: 100%;
  margin-bottom: 56px;
}

/* line 210, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section {
  max-width: 1272px;
  width: 100%;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: space-between;
}

/* line 217, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block {
  padding: 0 20px 0 16px;
  width: 46.6%;
}

/* line 221, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div {
  width: 100%;
}

/* line 224, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--palette-neutral-200);
}

/* line 231, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card.active {
  box-shadow: 0px 16px 24px RGB(0 0 0/6%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
}

/* line 235, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .question {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--palette-neutral-900);
  margin: 0;
  padding: 16px 0px 16px 0;
  cursor: pointer;
}

/* line 249, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .question[aria-expanded="false"] {
  padding: 16px 0px 16px 0;
}

/* line 252, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .question[aria-expanded="false"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  width: 20px;
  height: 20px;
}

/* line 259, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .question[aria-expanded="true"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  transform: rotate(-180deg);
  width: 20px;
  height: 20px;
}

/* line 266, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .question p {
  padding: 0;
  margin: 0 16px 0 0;
}

/* line 272, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .answer {
  display: block;
  margin-bottom: 16px;
  padding: 0;
  color: var(--palette-neutral-500);
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 283, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .answer ul {
  line-height: 12px;
  padding: 0 20px;
}

/* line 287, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .answer ul li {
  line-height: 24px;
}

/* line 292, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .answer ol {
  list-style-type: upper-roman;
}

/* line 296, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .answer .italic_style {
  font-style: italic;
}

/* line 299, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .answer a {
  text-decoration: underline;
  color: var(--palette-primary-600);
}

/* line 304, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .answer .clear-link {
  text-decoration: none;
}

/* line 308, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .search-control-div .card .answer .link_to_question {
  background-color: #bfbfbf;
  cursor: pointer;
}

/* line 316, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .faq-h4 {
  font-family: 'Lexend-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
  margin-bottom: 28px;
}

/* line 327, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .qa-section .faq-block .heading-bottom-border {
  border-bottom: 2px solid var(--palette-primary-500);
  width: 80px;
  margin-bottom: 12px;
}

/* line 336, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: space-between;
  background: var(--palette-neutral-800);
  box-shadow: 0px 20px 25px rgba(16, 24, 40, 0.1), 0px 8px 10px rgba(16, 24, 40, 0.1);
  border-radius: 32px;
  padding: 67px 80px;
  color: #FFFFFF;
}

/* line 349, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support {
  max-width: 474px;
  width: 100%;
}

/* line 353, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .support-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 28px;
}

/* line 364, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .support-sub-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-200);
  max-width: 338px;
  width: 100%;
  margin-bottom: 64px;
}

/* line 376, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .support-badge {
  display: flex;
  align-items: center;
  padding: 8px 22px;
  background-color: #FFFFFF;
  border: 1px solid #D4D4D8;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--palette-neutral-800);
  max-width: 316px;
  width: 100%;
  height: 40px;
  margin-bottom: 32px;
  cursor: pointer;
}

/* line 395, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .support-badge a {
  color: inherit;
  text-decoration: none;
}

/* line 401, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .support-message::before {
  content: url(/assets/support_message-97796bdb6aab6cc88c2e435dc34bf5b299dc7fea28106719a5c3293bb918e056.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* line 409, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .support-email:before {
  content: url(/assets/support_email-ec63b658d36fd496b9f2c357ac642b3de4930a8ccb0085b30a0932371570e3f1.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* line 418, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .support-phone:before {
  content: url(/assets/support_phone-e13417065afbe0ad73127c55e2839679879db42a120df5db57d5105799e4a983.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* line 426, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .support-border {
  border-bottom: 2px solid var(--palette-neutral-500);
  max-width: 80px;
  width: 100%;
  margin: 64px 0;
}

/* line 433, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .support-h4 {
  font-family: 'Lexend-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* line 444, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .social-icon-block {
  display: flex;
}

/* line 446, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .social-icon-block .support-social-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  cursor: pointer;
}

/* line 451, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-support .social-icon-block .support-social-icon img {
  width: 100%;
}

/* line 459, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form {
  max-width: 611px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.1), 0px 8px 10px -6px rgba(16, 24, 40, 0.1);
  border-radius: 24px;
  padding: 32px 50px;
  color: var(--palette-neutral-900);
}

/* line 468, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form #new-form-success-message {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* line 475, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form #new-form-success-message a {
  text-decoration: none;
  color: #FFFFFF;
}

/* line 481, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .hide-element {
  display: none;
}

/* line 485, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .show-thank-you-message {
  display: flex;
}

/* line 489, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .contact-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  margin: 0 -12px 32px -12px;
}

/* line 496, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .contact-half-block {
  max-width: 267px;
  width: 100%;
  padding: 0 12px;
}

/* line 502, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .contact-full-block {
  width: 100%;
  padding: 0 12px;
}

/* line 506, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .contact-full-block .email-section {
  display: flex;
  align-items: center;
  border: 1px solid #D4D4D8;
  border-radius: 6px;
}

/* line 512, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .contact-full-block .email-section input[type="email"] {
  border: none;
  padding: 10px;
}

/* line 517, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .contact-full-block .email-section img {
  padding: 15px 15px 15px 0;
}

/* line 523, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form label {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
  margin-bottom: 4px;
  padding: 0;
  display: block;
}

/* line 535, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .input-control {
  background: #FFFFFF;
  border: 1px solid #D4D4D8;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  width: 100%;
  height: 40px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
  padding: 10px 12px;
}

/* line 551, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .text-control {
  width: 100%;
  height: 236px;
  padding: 10px 12px;
  box-sizing: border-box;
  resize: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
}

/* line 572, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .btn-block {
  display: flex;
}

/* line 574, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .btn-block .ag-btn-lg {
  padding: 10px 76px;
  margin-right: 28px;
  max-height: 48px;
}

/* line 580, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .btn-block input[type="submit"] {
  background-color: var(--palette-primary-500);
  color: var(--palette-shades-0);
  border: 1px solid transparent;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 28px;
  border-radius: 6px;
  padding: 10px 0;
  font-weight: 500;
  max-width: 216px;
  width: 100%;
}

/* line 594, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .btn-block .sub-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--palette-neutral-400);
}

/* line 601, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .contact-form .btn-block .sub-title a {
  color: var(--palette-neutral-400);
  text-decoration: underline;
}

/* line 610, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-container .contact-section .mobile-only-support-block {
  display: none;
}

/* line 616, app/assets/stylesheets/spree/faq_page.css.scss */
.pages.faq_page .faq-support-section {
  padding: 0;
}

@media (max-width: 1024px) {
  /* line 621, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .no-question-block {
    display: none;
    margin: -58px -24px 48px -24px;
    padding: 56px 52px;
  }
  /* line 627, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-support-section {
    padding: 0 !important;
  }
  /* line 631, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container {
    padding: 40px 0 0 0;
  }
  /* line 634, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .border-line {
    margin: 0 -24px 48px -24px;
    width: auto;
  }
  /* line 639, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section {
    margin: 0 auto 48px auto;
  }
  /* line 642, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .faq-image {
    padding-right: 12px;
  }
  /* line 646, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .query-section {
    padding-left: 12px;
  }
  /* line 649, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .query-section .help-text {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
  /* line 655, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .query-section .help-heading {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  /* line 661, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .query-section .help-text-1 {
    margin-bottom: 40px;
  }
  /* line 667, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .qa-section {
    margin: 0 0 56px 0;
  }
  /* line 670, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .qa-section .faq-block {
    width: 47.5%;
    padding: 0 16px;
  }
  /* line 676, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section {
    padding: 32px;
    margin: 0;
  }
  /* line 680, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-support {
    margin: 0 12px 0 0;
    max-width: 376px;
  }
  /* line 684, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-support .support-heading {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.02em;
  }
  /* line 690, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-support .support-h4 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 697, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form {
    margin: 0 0 0 12px;
    padding: 32px 40px;
    max-width: 512px;
  }
}

@media (max-width: 991px) {
  /* line 708, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 12px;
  }
  /* line 714, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .no-question-block {
    display: none;
    padding: 28px 16px 32px 16px;
    margin: -58px -16px 48px -16px;
  }
  /* line 720, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .no-question-block .no-question-content .top-head {
    flex-direction: column;
    text-align: center;
  }
  /* line 724, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .no-question-block .no-question-content .top-head .mobile-w-100 {
    width: 100%;
  }
  /* line 728, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .no-question-block .no-question-content .top-head .alert-icon {
    margin-right: 0;
    margin: 0 auto 20px auto;
  }
  /* line 733, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .no-question-block .no-question-content .top-head .no-question-h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    max-width: 382px;
    margin: 0 auto 16px auto;
  }
  /* line 741, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .no-question-block .no-question-content .top-head .no-question-sub-title {
    max-width: 316px;
    margin: 0 auto 32px auto;
  }
  /* line 746, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .no-question-block .no-question-content .top-head .ag-btn-lg {
    max-width: inherit;
    width: 100%;
  }
  /* line 753, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container {
    padding: 0;
    margin-top: 40px;
  }
  /* line 757, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .border-line {
    margin: 0 -16px 48px -16px;
  }
  /* line 761, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section {
    flex-wrap: wrap;
    margin: 0 auto 48px auto;
  }
  /* line 765, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .faq-image {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
  /* line 771, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .query-section {
    max-width: 100%;
    padding-left: 0;
  }
  /* line 775, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .query-section .help-text {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 780, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .query-section .help-heading {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  /* line 786, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .query-section .help-text-1 {
    margin-bottom: 32px;
  }
  /* line 790, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .img-query-section .query-section .faq-search-group .faq-search-input {
    line-height: 24px;
  }
  /* line 797, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .qa-section {
    flex-wrap: wrap;
    margin: 0;
  }
  /* line 801, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .qa-section .faq-block {
    width: 100%;
    margin-bottom: 56px;
    padding: 0;
  }
  /* line 808, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section {
    padding: 32px 16px 0 16px;
    flex-wrap: wrap;
    border-radius: 0;
    margin: 0 -16px;
    width: auto;
  }
  /* line 815, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form {
    margin: 0;
  }
  /* line 819, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-support {
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  /* line 824, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-support .support-heading {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  /* line 830, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-support .support-sub-heading {
    text-align: center;
    max-width: 100%;
    margin-bottom: 32px;
  }
  /* line 836, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-support .support-badge, .pages.faq_page .faq-container .contact-section .contact-support .support-h4, .pages.faq_page .faq-container .contact-section .contact-support .social-icon-block, .pages.faq_page .faq-container .contact-section .contact-support .support-border {
    display: none;
  }
  /* line 842, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form {
    max-width: 100%;
    padding: 32px;
    margin-bottom: 32px;
  }
  /* line 847, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form .contact-row {
    flex-wrap: wrap;
    margin: 0 -12px 24px -12px;
  }
  /* line 852, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form .mobile-only-email-margin {
    margin-top: -24px;
  }
  /* line 856, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form .contact-half-block {
    max-width: 100%;
    margin-bottom: 24px;
  }
  /* line 861, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form .btn-block {
    flex-wrap: wrap;
  }
  /* line 864, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form .btn-block .ag-btn-lg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
  /* line 875, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form .btn-block input[type="submit"] {
    max-width: 100%;
    width: 100%;
  }
  /* line 880, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .contact-form .btn-block .sub-title {
    width: 100%;
    text-align: center;
  }
  /* line 887, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .mobile-only-support-block {
    display: block;
    width: 100%;
  }
  /* line 891, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .mobile-only-support-block .mobile-support-heading {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 32px;
  }
  /* line 903, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .mobile-only-support-block .support-badge {
    display: flex;
    align-items: center;
    padding: 8px 22px;
    background-color: #FFFFFF;
    border: 1px solid #D4D4D8;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    height: 40px;
    color: var(--palette-neutral-800);
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
    cursor: pointer;
  }
  /* line 922, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .mobile-only-support-block .support-badge a {
    color: inherit;
    text-decoration: none;
  }
  /* line 928, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .mobile-only-support-block .support-message::before {
    content: url(/assets/support_message-97796bdb6aab6cc88c2e435dc34bf5b299dc7fea28106719a5c3293bb918e056.png);
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  /* line 935, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .mobile-only-support-block .support-email::before {
    content: url(/assets/support_email-ec63b658d36fd496b9f2c357ac642b3de4930a8ccb0085b30a0932371570e3f1.png);
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  /* line 942, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .mobile-only-support-block .support-phone::before {
    content: url(/assets/support_phone-e13417065afbe0ad73127c55e2839679879db42a120df5db57d5105799e4a983.png);
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  /* line 949, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page .faq-container .contact-section .mobile-only-support-block .social-icon-block {
    display: flex;
    max-width: 220px;
    width: 100%;
    margin: 56px auto 56px auto;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  /* line 965, app/assets/stylesheets/spree/faq_page.css.scss */
  .pages.faq_page #header_v2 {
    padding-bottom: 125px;
  }
}

/* line 73, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
:root {
  --palette-neutral-50: #FAFAFA;
  --palette-neutral-100: #F4F4F5;
  --palette-neutral-200: #E4E4E7;
  --palette-neutral-300: #D4D4D8;
  --palette-neutral-400: #A1A1AA;
  --palette-neutral-500: #71717A;
  --palette-neutral-600: #52525B;
  --palette-neutral-700: #3F3F46;
  --palette-neutral-800: #27272A;
  --palette-neutral-900: #18181B;
  --palette-primary-50: #FFF8E8;
  --palette-primary-100: #FFEDC7;
  --palette-primary-200: #FFD882;
  --palette-primary-300: #FFC954;
  --palette-primary-400: #FFBE30;
  --palette-primary-500: #FFB514;
  --palette-primary-600: #D69300;
  --palette-primary-700: #9E6900;
  --palette-primary-800: #7A4100;
  --palette-primary-900: #4A2B07;
  --palette-success-50: #F0FDF4;
  --palette-success-100: #DCFCE7;
  --palette-success-200: #BBF7D0;
  --palette-success-300: #86EFAC;
  --palette-success-400: #4ADE80;
  --palette-success-500: #22C55E;
  --palette-success-600: #16A34A;
  --palette-success-700: #15803D;
  --palette-success-800: #166534;
  --palette-success-900: #14532D;
  --palette-warning-50: #FFF7ED;
  --palette-warning-100: #FFEDD5;
  --palette-warning-200: #FED7AA;
  --palette-warning-300: #FDBA74;
  --palette-warning-400: #FB923C;
  --palette-warning-500: #F97316;
  --palette-warning-600: #EA580C;
  --palette-warning-700: #C2410C;
  --palette-warning-800: #9A3412;
  --palette-warning-900: #7C2D12;
  --palette-destructive-50: #FEF2F2;
  --palette-destructive-100: #FEE2E2;
  --palette-destructive-200: #FECACA;
  --palette-destructive-300: #FCA5A5;
  --palette-destructive-400: #F87171;
  --palette-destructive-500: #EF4444;
  --palette-destructive-600: #DC2626;
  --palette-destructive-700: #B91C1C;
  --palette-destructive-800: #991B1B;
  --palette-destructive-900: #7F1D1D;
  --palette-shades-0: #FFFFFF;
  --palette-shades-100: #000000;
}

/* line 226, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-normal {
  font-weight: 500;
}

/* line 230, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-sbold {
  font-weight: 600;
}

/* line 234, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-bold {
  font-weight: bold;
}

/* line 238, app/assets/stylesheets/spree/agzaga_ds/agzaga_variables.css.scss */
.ag-font-xbold {
  font-weight: 800;
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch {
  display: flex;
}

/* line 6, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch .switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 24px;
  margin-right: 12px;
}

/* line 12, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 19, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--palette-neutral-300);
  transition: .4s;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch .slider::before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: var(--palette-shades-0);
  transition: .4s;
}

/* line 42, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch input:checked + .slider {
  background-color: var(--palette-primary-500);
}

/* line 46, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch input:focus + .slider {
  box-shadow: 0 0 1px var(--palette-primary-500);
}

/* line 50, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch input:checked + .slider:before {
  transform: translateX(15px);
}

/* line 56, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch .slider.round {
  border-radius: 34px;
}

/* line 58, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-switch .slider.round::before {
  border-radius: 50%;
}

/* line 64, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-radio {
  display: flex;
}

/* line 66, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-radio input[type='radio'] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  border-radius: 50%;
  outline: none;
  border: 1px solid var(--palette-neutral-300);
  margin-right: 12px;
}

/* line 76, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-radio input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

/* line 84, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-radio input[type="radio"]:checked:before {
  background: var(--palette-primary-500);
}

/* line 87, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-radio input[type="radio"]:checked {
  border-color: var(--palette-primary-500);
}

/* line 93, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-check .ag-checkbox {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 102, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-check .ag-checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 110, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-check .ag-checkbox input[type='checkbox']:checked ~ .checkmark {
  background-color: var(--palette-primary-500);
  border: 1px solid var(--palette-primary-500);
}

/* line 113, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-check .ag-checkbox input[type='checkbox']:checked ~ .checkmark:after {
  display: block;
}

/* line 121, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-check .ag-checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 134, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
  height: 16px;
  width: 16px;
  border-radius: 2.66667px;
  background-color: transparent;
  border: 1px solid var(--palette-neutral-300);
}

/* line 144, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .ag-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 154, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .form-control-content .form-control-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-900);
}

/* line 162, app/assets/stylesheets/spree/agzaga_ds/form_controls.css.scss */
.ag-form-control .form-control-content .form-control-sub-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-500);
}

/* line 4, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit div, .orders.edit p, .cart-slider div, .cart-slider p {
  cursor: default;
}

/* line 8, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .modal-fix, .cart-slider .modal-fix {
  width: 100vw;
}

/* line 12, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit #content, .cart-slider #content {
  max-width: 1288px;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .clr-red, .cart-slider .clr-red {
  color: var(--palette-destructive-500);
}

/* line 21, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .remove-items-btn, .cart-slider .remove-items-btn {
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .promo-badge-container, .cart-slider .promo-badge-container {
  margin-bottom: 16px;
  max-height: 232px;
  overflow: auto;
  width: 100%;
}

/* line 31, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .promo-badge-container .promo-badge-section, .cart-slider .promo-badge-container .promo-badge-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: center;
}

/* line 37, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .promo-badge-container .promo-badge-section .promo-badge, .orders.edit .promo-badge-container .promo-badge-section .promo-discount, .cart-slider .promo-badge-container .promo-badge-section .promo-badge, .cart-slider .promo-badge-container .promo-badge-section .promo-discount {
  font-family: 'Poppins';
  color: var(--palette-neutral-900);
}

/* line 42, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .promo-badge-container .promo-badge-section .promo-badge, .cart-slider .promo-badge-container .promo-badge-section .promo-badge {
  height: 44px;
  background: var(--palette-neutral-100);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400px;
  font-family: 'Poppins';
  font-style: normal;
}

/* line 55, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .promo-badge-container .promo-badge-section .promo-badge .promo-badge-value, .cart-slider .promo-badge-container .promo-badge-section .promo-badge .promo-badge-value {
  width: 100%;
  max-height: 48px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 66, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .promo-badge-container .promo-badge-section .promo-badge::before, .cart-slider .promo-badge-container .promo-badge-section .promo-badge::before {
  content: url(/assets/badge-icon-d450a3b743872829515f94cf428acd22fe392737dbf9102ffa17ab47ed61b6dc.svg);
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

/* line 73, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .promo-badge-container .promo-badge-section .promo-badge .remove-promo-icon, .cart-slider .promo-badge-container .promo-badge-section .promo-badge .remove-promo-icon {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  display: flex;
}

/* line 81, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .promo-badge-container .promo-badge-section .promo-discount, .cart-slider .promo-badge-container .promo-badge-section .promo-discount {
  color: var(--palette-neutral-400);
}

/* line 86, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .promo-badge-container .discount-percentage, .cart-slider .promo-badge-container .discount-percentage {
  color: var(--palette-neutral-400);
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 95, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart, .cart-slider .cart {
  margin: 0px;
  padding: 0px 24px;
}

/* line 99, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-header, .cart-slider .cart .cart-header {
  padding: 16px;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

/* line 105, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-header .cart-back, .cart-slider .cart .cart-header .cart-back {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 113, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-header .cart-heading, .cart-slider .cart .cart-header .cart-heading {
  width: 100%;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
  margin-right: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 130, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-header .cart-heading .cart-body-tabs-count, .cart-slider .cart .cart-header .cart-heading .cart-body-tabs-count {
  margin-left: 8px;
  background: var(--palette-neutral-400);
  padding: 0px 8px;
}

/* line 138, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body-tabs, .cart-slider .cart .cart-body-tabs {
  text-align: center;
  width: 100%;
  display: flex;
  background: var(--palette-neutral-100);
  padding: 1px;
  margin-bottom: 16px;
  display: none;
}

/* line 147, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body-tabs .cart-body-tabs-content, .cart-slider .cart .cart-body-tabs .cart-body-tabs-content {
  width: 50%;
  background: var(--palette-neutral-100);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: var(--palette-neutral-400);
  font-size: 14px;
  line-height: 20px;
  border: 0px;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
}

/* line 162, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body-tabs .cart-body-tabs-content .cart-body-tabs-count, .cart-slider .cart .cart-body-tabs .cart-body-tabs-content .cart-body-tabs-count {
  margin-left: 8px;
  background: var(--palette-neutral-400);
  padding: 0px 8px;
}

/* line 169, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body-tabs .cart-body-tabs-content-single, .cart-slider .cart .cart-body-tabs .cart-body-tabs-content-single {
  width: 100%;
  background: var(--palette-neutral-100);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: var(--palette-neutral-900);
  font-size: 14px;
  line-height: 20px;
  border: 0px;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
}

/* line 184, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body-tabs .cart-body-tabs-content-single .cart-body-tabs-count, .cart-slider .cart .cart-body-tabs .cart-body-tabs-content-single .cart-body-tabs-count {
  margin-left: 8px;
  background: var(--palette-neutral-400);
  padding: 0px 8px;
}

/* line 191, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body-tabs button:disabled, .cart-slider .cart .cart-body-tabs button:disabled {
  color: grey;
}

/* line 195, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body-tabs .cart-body-tab-selected, .cart-slider .cart .cart-body-tabs .cart-body-tab-selected {
  background: white;
  color: var(--palette-neutral-900);
}

/* line 202, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .empty-cart-body, .cart-slider .cart .empty-cart-body {
  height: calc( 100vh - 100px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 210, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .empty-cart-body .empty-cart, .cart-slider .cart .empty-cart-body .empty-cart {
  max-width: 520px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* line 219, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .empty-cart-body .empty-cart .empty-cart-icon, .cart-slider .cart .empty-cart-body .empty-cart .empty-cart-icon {
  margin-bottom: 19px;
}

/* line 222, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .empty-cart-body .empty-cart .empty-cart-icon img, .cart-slider .cart .empty-cart-body .empty-cart .empty-cart-icon img {
  width: 26px;
  height: 26px;
}

/* line 228, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .empty-cart-body .empty-cart .empty-cart-text, .cart-slider .cart .empty-cart-body .empty-cart .empty-cart-text {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  font-family: 'Poppins';
  font-weight: 600;
}

/* line 237, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .empty-cart-body .empty-cart .empty-cart-button, .cart-slider .cart .empty-cart-body .empty-cart .empty-cart-button {
  font-size: 18px;
  line-height: 26px;
}

/* line 244, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body, .cart-slider .cart .cart-body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
}

/* line 250, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left, .cart-slider .cart .cart-body .cart-body-content-left {
  width: 65.6%;
}

/* line 253, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-left-max-freight, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-left-max-freight {
  padding: 20px;
  display: flex;
  -moz-column-gap: 19px;
       column-gap: 19px;
  background: var(--palette-neutral-200);
  width: 100%;
  justify-content: center;
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-600);
  margin-bottom: 30px;
  border-radius: 4px;
}

/* line 269, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-left-max-freight .freight-icon-container, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-left-max-freight .freight-icon-container {
  display: flex;
  align-items: center;
}

/* line 274, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-left-max-freight .freight-icon-container .freight-icon, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-left-max-freight .freight-icon-container .freight-icon {
  width: 26px;
}

/* line 280, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .your-cart-head, .cart-slider .cart .cart-body .cart-body-content-left .your-cart-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}

/* line 286, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .your-cart-head .your-cart-heading, .cart-slider .cart .cart-body .cart-body-content-left .your-cart-head .your-cart-heading {
  font-family: 'Lexend-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
  margin-right: 16px;
}

/* line 298, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .your-cart-head .cart-items-badge, .cart-slider .cart .cart-body .cart-body-content-left .your-cart-head .cart-items-badge {
  background-color: var(--palette-neutral-400);
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-50);
  padding: 0 8px;
  min-width: 24px;
  min-height: 20px;
}

/* line 313, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-saved-items-section, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-saved-items-section {
  overflow: auto;
  margin: 0 -16px 88px;
  padding: 0 16px;
}

/* line 319, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .cart-product-variant,
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .saved-quantity, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .cart-product-variant,
.cart-slider .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .saved-quantity {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

/* line 330, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .actions-block, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .actions-block {
  display: flex;
}

/* line 333, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .actions-block a.undo-action, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .actions-block a.undo-action {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-primary-600);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 344, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .actions-block a.undo-action:hover, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .actions-block a.undo-action:hover {
  text-decoration: none;
}

/* line 348, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .actions-block a.undo-action::before, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-saved-items-section .cart-product-section .product-blocks .product-info-container .actions-block a.undo-action::before {
  content: url(/assets/undo-button-82a261f4230d6793824619968d2c88ceb7934093322394b7230e4ced20e43fff.svg);
  width: 20px;
  height: 20px;
}

/* line 358, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-body-saved-items, .cart-slider .cart .cart-body .cart-body-content-left .cart-body-saved-items {
  margin-top: 38px;
}

/* line 362, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section {
  margin: 0 auto 32px 0;
}

/* line 365, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* line 370, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 375, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-image, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-image {
  max-width: 140px;
  width: 100%;
  max-height: 140px;
  height: 100%;
  margin-right: 16px;
}

/* line 381, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-image img, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-image img {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--palette-shades-0);
  height: 100%;
}

/* line 391, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container {
  width: 100%;
}

/* line 394, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info {
  display: flex;
  justify-content: space-between;
}

/* line 398, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  width: 100%;
  margin-bottom: 8px;
}

/* line 408, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title a, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title a {
  color: #000000;
  max-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 16px;
}

/* line 418, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title a:hover, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title a:hover {
  text-decoration: none;
}

/* line 422, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title .sale-item-excluded, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title .sale-item-excluded {
  color: #dc3545 !important;
}

/* line 426, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title .sale-item-excluded:hover, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title .sale-item-excluded:hover {
  color: #bb2d3b !important;
}

/* line 430, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title .sale-item-message, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title .sale-item-message {
  font-size: 10px;
  color: #dc3545;
  margin-top: 4px;
  font-style: italic;
}

/* line 438, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .product-price, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .product-price {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

/* line 448, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .cart-product-variant, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .cart-product-variant {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-400);
  max-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 466, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer {
  display: flex;
  justify-content: space-between;
}

/* line 470, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section {
  display: flex;
}

/* line 473, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section input, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section input {
  width: 48px;
  height: 32px;
  border: 1px solid var(--palette-neutral-300);
  font-size: 16px;
  text-align: center;
  -moz-appearance: textfield;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-900);
  border-radius: 6px;
  height: 40px;
  width: 42px;
}

/* line 491, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section input::-webkit-inner-spin-button, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 496, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section button, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section button {
  width: 36px;
  height: 32px;
  font-size: 17px;
  border: 0px;
  color: black;
  background: var(--palette-neutral-100);
  margin-top: 0;
}

/* line 506, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section button:hover, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section button:hover {
  background: var(--palette-neutral-300);
}

/* line 510, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-right, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-right {
  border-radius: 6px;
  margin-left: 4px;
}

/* line 516, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-sub, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-sub {
  border: none;
  color: black;
  background-color: white;
}

/* line 521, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-sub:after, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-sub:after {
  font-family: 'FontAwesome';
  content: "\2212";
  font-size: 22px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
}

/* line 529, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-sub:hover, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-sub:hover {
  text-decoration: none;
  background-color: #E4E4E7;
}

/* line 535, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .disable_sub, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .disable_sub {
  pointer-events: none;
}

/* line 539, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .button, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .button {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-top: 0;
}

/* line 549, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-add, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-add {
  border: none;
  color: black;
  background-color: white;
}

/* line 554, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-add:after, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-add:after {
  font-family: 'FontAwesome';
  content: "\2b";
  font-size: 22px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
}

/* line 562, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-add:hover, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-add:hover {
  text-decoration: none;
  background-color: #E4E4E7;
}

/* line 568, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-left, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section .btn-left {
  border-radius: 6px;
  margin-right: 4px;
}

/* line 573, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section button:disabled, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section button:disabled {
  color: var(--palette-neutral-300);
}

/* line 577, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section button:disabled:hover, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .qty-section button:disabled:hover {
  background: var(--palette-neutral-100);
}

/* line 583, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions {
  max-width: 185px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  color: var(--palette-neutral-700);
  align-items: center;
}

/* line 592, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .save-items-btn, .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .save-items-btn, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
}

/* line 599, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .save-items-btn:hover, .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn:hover, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .save-items-btn:hover, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn:hover {
  text-decoration: none;
}

/* line 605, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn .remove-icon, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn .remove-icon {
  display: none;
}

/* line 611, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions-custom-hose, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions-custom-hose {
  justify-content: flex-end;
}

/* line 618, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-content-left .cart-product-seperator, .cart-slider .cart .cart-body .cart-body-content-left .cart-product-seperator {
  border-bottom: 2px solid var(--palette-neutral-100);
  margin-bottom: 32px;
  width: 100%;
}

/* line 626, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary, .cart-slider .cart .cart-body .cart-body-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.16%;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 0%;
}

/* line 636, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-heading, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-heading {
  width: 100%;
  margin-bottom: 16px;
  font-style: normal;
  font-family: 'Lexend-medium';
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
  padding-top: 16px;
}

/* line 650, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-total, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* line 656, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-total .sub-total, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-total .sub-total {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-900);
}

/* line 666, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-total .sub-total-price, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-total .sub-total-price {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
}

/* line 675, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-total .total-shipping, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-total .total-shipping {
  color: var(--palette-destructive-500);
}

/* line 679, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-total .total-due-price, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-total .total-due-price {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-900);
}

/* line 689, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-seperator, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-seperator {
  width: 100%;
  border-top: 1px dashed var(--palette-neutral-200);
  margin-bottom: 16px;
}

/* line 695, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-summary-promo-helper, .cart-slider .cart .cart-body .cart-body-summary .cart-summary-promo-helper {
  margin-bottom: 16px;
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
}

/* line 701, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-summary-promo-helper .yellow-anchor, .cart-slider .cart .cart-body .cart-body-summary .cart-summary-promo-helper .yellow-anchor {
  color: var(--palette-primary-500);
  text-decoration: none;
}

/* line 707, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-promo, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-promo {
  width: 100%;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  background-color: var(--palette-neutral-100);
  align-items: center;
  border-radius: 6px;
  margin-bottom: 16px;
}

/* line 717, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-promo .cart-body-promo-text, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-promo .cart-body-promo-text {
  color: var(--palette-neutral-400);
  background: var(--palette-neutral-100);
  border: 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

/* line 729, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-promo .promo-apply, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-promo .promo-apply {
  background: none;
  box-shadow: none;
  border: 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-300);
  cursor: default;
}

/* line 743, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-body .cart-body-summary .cart-body-summary-checkout, .cart-slider .cart .cart-body .cart-body-summary .cart-body-summary-checkout {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  width: 100%;
  border: 0px;
}

/* line 755, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary, .cart-slider .cart .cart-bottom-summary {
  display: none;
  align-items: center;
  flex-direction: column;
  padding: 24px;
}

/* line 761, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary .cart-bottom-summary-total, .cart-slider .cart .cart-bottom-summary .cart-bottom-summary-total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

/* line 767, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary .cart-bottom-summary-total .sub-total, .cart-slider .cart .cart-bottom-summary .cart-bottom-summary-total .sub-total {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-900);
}

/* line 777, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary .cart-bottom-summary-total .sub-total-price, .cart-slider .cart .cart-bottom-summary .cart-bottom-summary-total .sub-total-price {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
}

/* line 786, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary .cart-bottom-summary-total .total-due-price, .cart-slider .cart .cart-bottom-summary .cart-bottom-summary-total .total-due-price {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-900);
}

/* line 796, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary .clr-red, .cart-slider .cart .cart-bottom-summary .clr-red {
  color: red;
}

/* line 801, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary .ship-clr-red .sub-total, .orders.edit .cart .cart-bottom-summary .ship-clr-red .sub-total-price, .cart-slider .cart .cart-bottom-summary .ship-clr-red .sub-total, .cart-slider .cart .cart-bottom-summary .ship-clr-red .sub-total-price {
  color: var(--palette-destructive-500);
}

/* line 806, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary .cart-bottom-summary-seperator, .cart-slider .cart .cart-bottom-summary .cart-bottom-summary-seperator {
  width: 100%;
  border-top: 1px dashed var(--palette-neutral-200);
  margin-bottom: 18px;
}

/* line 812, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary .cart-summary-promo-helper, .cart-slider .cart .cart-bottom-summary .cart-summary-promo-helper {
  margin-bottom: 16px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 818, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary .cart-summary-promo-helper .yellow-anchor, .cart-slider .cart .cart-bottom-summary .cart-summary-promo-helper .yellow-anchor {
  color: var(--palette-primary-500);
  text-decoration: none;
}

/* line 824, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary form, .cart-slider .cart .cart-bottom-summary form {
  width: 100%;
}

/* line 826, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary form .cart-bottom-summary-promo, .cart-slider .cart .cart-bottom-summary form .cart-bottom-summary-promo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 4px;
  background: none;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 0px;
  margin-bottom: 16px;
}

/* line 838, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary form .cart-bottom-summary-promo .cart-bottom-promo-text, .cart-slider .cart .cart-bottom-summary form .cart-bottom-summary-promo .cart-bottom-promo-text {
  color: var(--palette-neutral-400);
  border: 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: 44px;
  background: var(--palette-neutral-100);
  border-radius: 6px;
  border: 0px;
  padding: 12px;
}

/* line 854, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-bottom-summary form .cart-bottom-summary-promo .promo-apply, .cart-slider .cart .cart-bottom-summary form .cart-bottom-summary-promo .promo-apply {
  background: none;
  box-shadow: none;
  border: 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-300);
  padding: 10px 20px;
  border: 2px solid;
  border-radius: 6px;
  cursor: default;
}

/* line 872, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total, .cart-slider .cart .cart-mobile-total {
  position: fixed;
  bottom: 0%;
  width: 100%;
  background: var(--palette-neutral-100);
  border-radius: 16px 16px 0px 0px;
  display: none;
  justify-content: space-around;
  padding: 16px 24px 24px 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  box-shadow: 0 -16px 48px 0 rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 -16px 48px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -16px 48px 0 rgba(0, 0, 0, 0.24);
}

/* line 886, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total button, .cart-slider .cart .cart-mobile-total button {
  max-width: 175px;
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

/* line 896, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total .total-shipping-container, .cart-slider .cart .cart-mobile-total .total-shipping-container {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

/* line 901, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total .total-shipping-container .total-container, .cart-slider .cart .cart-mobile-total .total-shipping-container .total-container {
  display: flex;
}

/* line 904, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total .total-shipping-container .total-container .total-text, .cart-slider .cart .cart-mobile-total .total-shipping-container .total-container .total-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

/* line 913, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total .total-shipping-container .total-container .total-value, .cart-slider .cart .cart-mobile-total .total-shipping-container .total-container .total-value {
  margin-left: 8px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

/* line 924, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total .total-shipping-container .guaranteed-secure-section .secure, .cart-slider .cart .cart-mobile-total .total-shipping-container .guaranteed-secure-section .secure {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-success-500);
}

/* line 934, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total .total-shipping-container .guaranteed-secure-section .learn-more, .cart-slider .cart .cart-mobile-total .total-shipping-container .guaranteed-secure-section .learn-more {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-400);
}

/* line 943, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total .total-shipping-container .guaranteed-secure-section .learn-more .link, .cart-slider .cart .cart-mobile-total .total-shipping-container .guaranteed-secure-section .learn-more .link {
  text-decoration: underline;
  margin-left: 16px;
}

/* line 950, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total .total-shipping-container .shipping-container, .cart-slider .cart .cart-mobile-total .total-shipping-container .shipping-container {
  display: flex;
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 500px;
  line-height: 20px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

/* line 961, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .cart .cart-mobile-total button, .cart-slider .cart .cart-mobile-total button {
  padding: 10px 24px;
  border: 0px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 28px;
}

/* line 971, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .saved-items-section, .cart-slider .saved-items-section {
  display: flex;
  background-color: var(--palette-primary-50);
  padding: 24px;
  margin: 0 auto 24px auto;
  max-width: 600px;
  width: 100%;
}

/* line 979, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .saved-items-section .saved-item-preview, .cart-slider .saved-items-section .saved-item-preview {
  max-width: 56px;
  max-height: 56px;
  margin-right: 12px;
}

/* line 984, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .saved-items-section .saved-item-preview img, .cart-slider .saved-items-section .saved-item-preview img {
  width: 100%;
  border-radius: 4px;
}

/* line 989, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .saved-items-section .product-details-block, .cart-slider .saved-items-section .product-details-block {
  width: inherit;
}

/* line 991, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .saved-items-section .product-details-block .product-title, .cart-slider .saved-items-section .product-details-block .product-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
}

/* line 1001, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .saved-items-section .product-details-block .actions-block, .cart-slider .saved-items-section .product-details-block .actions-block {
  display: flex;
  justify-content: space-between;
}

/* line 1005, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .saved-items-section .product-details-block .actions-block .undo-action, .cart-slider .saved-items-section .product-details-block .actions-block .undo-action {
  background-color: transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-primary-600);
  border: none;
  padding: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 1020, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .saved-items-section .product-details-block .actions-block .undo-action::before, .cart-slider .saved-items-section .product-details-block .actions-block .undo-action::before {
  content: url(/assets/undo-button-82a261f4230d6793824619968d2c88ceb7934093322394b7230e4ced20e43fff.svg);
  width: 20px;
  height: 20px;
}

/* line 1027, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .saved-items-section .product-details-block .actions-block .saved-later, .cart-slider .saved-items-section .product-details-block .actions-block .saved-later {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
}

@media (max-width: 630px) {
  /* line 2, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #content {
    text-align: left;
  }
  /* line 6, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart {
    padding: 0px;
  }
  /* line 9, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-header {
    margin-bottom: 0;
  }
  /* line 14, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body-tabs {
    display: flex;
  }
  /* line 18, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .empty-cart-body {
    height: calc( 100vh - 170px);
  }
  /* line 21, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .empty-cart-body .empty-cart {
    max-width: 366px;
    padding: 24px;
  }
  /* line 28, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-summary {
    display: none;
  }
  /* line 32, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left {
    width: 100%;
    padding: 0 16px;
  }
  /* line 36, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-seperator {
    margin-left: 0;
    margin-right: 0;
    width: unset;
  }
  /* line 42, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-body-left-max-freight {
    margin-bottom: 24px;
  }
  /* line 47, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .your-cart-head {
    display: none;
  }
  /* line 51, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section {
    margin-bottom: 32px;
  }
  /* line 53, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks {
    margin-bottom: 16px;
  }
  /* line 58, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-image img {
    width: 130px;
    height: 130px;
  }
  /* line 65, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info {
    flex-direction: column;
  }
  /* line 68, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title {
    margin-bottom: 8px;
  }
  /* line 73, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .product-price {
    margin-bottom: 8px;
    font-size: 18px;
  }
  /* line 82, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer {
    gap: unset;
    flex-wrap: wrap;
  }
  /* line 86, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions {
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 8px;
    justify-content: inherit;
  }
  /* line 91, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .save-items-btn {
    padding: 8px 16px;
    background-color: var(--palette-primary-50);
    color: var(--palette-primary-600);
    border-radius: 6px;
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 103, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .pipe-line {
    display: none;
  }
  /* line 107, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--palette-destructive-50);
    border-radius: 6px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
  }
  /* line 116, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn .title {
    display: none;
  }
  /* line 120, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn .remove-icon {
    display: flex;
  }
  /* line 126, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions-custom-hose {
    justify-content: flex-end;
  }
  /* line 134, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-body .cart-body-section-visible {
    display: none;
  }
  /* line 139, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-bottom-summary {
    display: flex;
    padding: 0 24px;
    margin-bottom: 112px;
  }
  /* line 144, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-bottom-summary .cart-bottom-summary-total {
    margin-bottom: 18px;
  }
  /* line 148, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit .cart .cart-mobile-total {
    display: flex;
  }
  /* line 155, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog {
    width: 100%;
  }
  /* line 158, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-header {
    justify-content: center;
  }
  /* line 161, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-header .modal-title div.poppins-bold-text-24 {
    width: 100%;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: var(--palette-neutral-900);
    margin-right: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 178, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body {
    padding: 24px;
  }
  /* line 181, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .poppins-text-16 {
    padding: 20px;
    display: flex;
    background: var(--palette-neutral-200);
    width: 100%;
    justify-content: center;
    font-family: 'Poppins-semi-bold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--palette-neutral-600);
    margin-bottom: 30px;
    border-radius: 4px;
  }
  /* line 197, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .custom-hose-configurations {
    width: 100%;
    margin: 0 0 30px 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
  }
  /* line 203, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .custom-hose-configurations .custom-hose-configuration-header {
    margin: 0;
    line-height: 24px;
    padding: 20px;
    text-align: center;
  }
  /* line 210, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .custom-hose-configurations .custom-hose-configuration-table tr {
    border-bottom: none;
    border-top: 1px solid #d9d9db;
  }
  /* line 216, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 221, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section .delete-button {
    border-radius: 8px;
    font-family: 'Poppins';
    padding: 11px 40px;
    margin: 0px;
    background: #FFB514;
    box-shadow: none;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
  }
  /* line 233, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section .delete-button:hover {
    text-decoration: none;
    background-color: var(--palette-primary-600);
  }
  /* line 239, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section .custom-page-btn {
    border: 1px solid #5A5A5A;
    border-radius: 8px;
    font-family: 'Poppins';
    letter-spacing: 0.07em;
    padding: 11px 23px;
    color: #353535;
    font-weight: 600;
    font-size: 16px;
    max-width: 112px;
  }
  /* line 250, app/assets/stylesheets/cart_v2_mobile_design.scss */
  .orders.edit #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section .custom-page-btn:hover {
    cursor: pointer;
    background-color: var(--palette-neutral-100);
  }
}

/* line 1045, app/assets/stylesheets/cart_v2.css.scss */
.orders.edit .close-cart-slider {
  display: none;
}

@media (max-width: 360px) {
  /* line 1050, app/assets/stylesheets/cart_v2.css.scss */
  .orders.edit .cart .cart-body .cart-body-content-left {
    padding: 0 16px;
  }
  /* line 1053, app/assets/stylesheets/cart_v2.css.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer {
    gap: unset;
  }
  /* line 1056, app/assets/stylesheets/cart_v2.css.scss */
  .orders.edit .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .save-items-btn {
    padding: 8px 12px;
  }
}

@media (min-width: 631px) {
  /* line 1064, app/assets/stylesheets/cart_v2.css.scss */
  .orders.edit .cart-body-section-visible {
    display: unset;
  }
}

/* line 2, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #content {
  text-align: left;
}

/* line 6, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart {
  padding: 0px;
}

/* line 9, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-header {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body-tabs {
  display: flex;
}

/* line 18, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .empty-cart-body {
  height: calc( 100vh - 170px);
}

/* line 21, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .empty-cart-body .empty-cart {
  max-width: 366px;
  padding: 24px;
}

/* line 28, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-summary {
  display: none;
}

/* line 32, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left {
  width: 100%;
  padding: 0 16px;
}

/* line 36, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-seperator {
  margin-left: 0;
  margin-right: 0;
  width: unset;
}

/* line 42, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-body-left-max-freight {
  margin-bottom: 24px;
}

/* line 47, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .your-cart-head {
  display: none;
}

/* line 51, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section {
  margin-bottom: 32px;
}

/* line 53, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks {
  margin-bottom: 16px;
}

/* line 58, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-image img {
  width: 130px;
  height: 130px;
}

/* line 65, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info {
  flex-direction: column;
}

/* line 68, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .cart-product-title {
  margin-bottom: 8px;
}

/* line 73, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .product-blocks .product-details-block .product-info-container .product-info .product-price {
  margin-bottom: 8px;
  font-size: 18px;
}

/* line 82, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer {
  gap: unset;
  flex-wrap: wrap;
}

/* line 86, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions {
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 8px;
  justify-content: inherit;
}

/* line 91, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .save-items-btn {
  padding: 8px 16px;
  background-color: var(--palette-primary-50);
  color: var(--palette-primary-600);
  border-radius: 6px;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/* line 103, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .pipe-line {
  display: none;
}

/* line 107, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--palette-destructive-50);
  border-radius: 6px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
}

/* line 116, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn .title {
  display: none;
}

/* line 120, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions .remove-items-btn .remove-icon {
  display: flex;
}

/* line 126, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-content-left .cart-product-section .cart-product-footer .product-actions-custom-hose {
  justify-content: flex-end;
}

/* line 134, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-body .cart-body-section-visible {
  display: none;
}

/* line 139, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-bottom-summary {
  display: flex;
  padding: 0 24px;
  margin-bottom: 112px;
}

/* line 144, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-bottom-summary .cart-bottom-summary-total {
  margin-bottom: 18px;
}

/* line 148, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider .cart .cart-mobile-total {
  display: flex;
}

/* line 155, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog {
  width: 100%;
}

/* line 158, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-header {
  justify-content: center;
}

/* line 161, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-header .modal-title div.poppins-bold-text-24 {
  width: 100%;
  text-align: center;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
  margin-right: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 178, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body {
  padding: 24px;
}

/* line 181, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .poppins-text-16 {
  padding: 20px;
  display: flex;
  background: var(--palette-neutral-200);
  width: 100%;
  justify-content: center;
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-600);
  margin-bottom: 30px;
  border-radius: 4px;
}

/* line 197, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .custom-hose-configurations {
  width: 100%;
  margin: 0 0 30px 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
}

/* line 203, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .custom-hose-configurations .custom-hose-configuration-header {
  margin: 0;
  line-height: 24px;
  padding: 20px;
  text-align: center;
}

/* line 210, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .custom-hose-configurations .custom-hose-configuration-table tr {
  border-bottom: none;
  border-top: 1px solid #d9d9db;
}

/* line 216, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 221, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section .delete-button {
  border-radius: 8px;
  font-family: 'Poppins';
  padding: 11px 40px;
  margin: 0px;
  background: #FFB514;
  box-shadow: none;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
}

/* line 233, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section .delete-button:hover {
  text-decoration: none;
  background-color: var(--palette-primary-600);
}

/* line 239, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section .custom-page-btn {
  border: 1px solid #5A5A5A;
  border-radius: 8px;
  font-family: 'Poppins';
  letter-spacing: 0.07em;
  padding: 11px 23px;
  color: #353535;
  font-weight: 600;
  font-size: 16px;
  max-width: 112px;
}

/* line 250, app/assets/stylesheets/cart_v2_mobile_design.scss */
.cart-slider #cartSlider .modal.custom_hose_verfication .modal-dialog .modal-body .buttons_section .custom-page-btn:hover {
  cursor: pointer;
  background-color: var(--palette-neutral-100);
}

/* line 6, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider {
  z-index: 1051;
}

/* line 9, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider .modal-dialog {
  margin: 0;
  height: 100vh;
  min-width: 396px;
  max-width: 656px;
  width: 34.16%;
}

/* line 16, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider .modal-dialog .modal-content {
  height: 100%;
  overflow: auto;
  background-color: var(--palette-neutral-50);
}

/* line 21, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider .modal-dialog .modal-content .modal-body {
  padding: 0;
}

/* line 24, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider .modal-dialog .modal-content .modal-body .cart-body-content-left {
  padding: 0 40px;
}

/* line 27, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider .modal-dialog .modal-content .modal-body .cart-body-content-left .cart-product-section .product-blocks
.product-details-block .product-info-container .product-info {
  flex-direction: row;
}

/* line 35, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider .modal-dialog .modal-content .modal-body .line-items .cart .cart-header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 24px;
}

/* line 42, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider .modal-dialog .modal-content .modal-body .line-items .cart .cart-header .close-cart-slider {
  cursor: pointer;
}

/* line 47, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider .modal-dialog .modal-content .modal-body .line-items .cart .empty-cart-body {
  flex-direction: row;
  align-items: flex-start;
}

/* line 51, app/assets/stylesheets/slider_v2.css.scss */
.cart-slider #cartSlider .modal-dialog .modal-content .modal-body .line-items .cart .empty-cart-body .empty-cart {
  max-width: 366px;
  padding: 24px;
}

@media (max-width: 1200px) {
  /* line 67, app/assets/stylesheets/slider_v2.css.scss */
  .cart-slider #cartSlider .modal-dialog .modal-content .modal-body .cart-body-content-left {
    padding: 0 24px;
  }
  /* line 70, app/assets/stylesheets/slider_v2.css.scss */
  .cart-slider #cartSlider .modal-dialog .modal-content .modal-body .cart-body-content-left .cart-product-section .product-blocks
.product-details-block .product-info-container .product-info {
    flex-direction: column;
  }
}

/* line 1, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card {
  width: 292px;
  text-align: center;
  margin-bottom: 16px;
}

/* line 6, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .image-container {
  max-width: 292px;
  width: 100%;
  height: 292px;
  border-radius: 8px;
  position: relative;
  background: var(--palette-shades-0);
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid var(--palette-neutral-200);
}

/* line 19, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 25, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .out-of-stock-text {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--palette-neutral-500);
  text-align: left;
  cursor: default;
}

/* line 38, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 80px !important;
  font-family: 'Poppins';
  font-style: normal;
  color: var(--palette-neutral-800);
  margin-bottom: 12px;
}

/* line 49, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .price-cart-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 56, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: left;
  max-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  color: var(--palette-neutral-600);
}

/* line 74, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .price .current-price, .standard-product-card .title-price-section .price .orignal-price {
  font-family: 'Poppins-semi-bold';
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--palette-neutral-800);
}

/* line 82, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .price .product-on-sale {
  cursor: default;
}

/* line 85, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .price .product-on-sale .current-price, .standard-product-card .title-price-section .price .product-on-sale .orignal-price {
  margin: 0;
  text-align: left;
}

/* line 90, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .price .product-on-sale .sale-discount-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

/* line 96, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .price .product-on-sale .sale-discount-section .discount-percentage {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--palette-destructive-500);
  background: var(--palette-destructive-100);
  border-radius: 2px;
  padding: 0 8px;
}

/* line 112, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .price .product-on-sale .orignal-price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
}

/* line 121, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .price .product-on-sale .orignal-price .original-price-value {
  text-decoration: line-through;
}

/* line 126, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .title-price-section .price .product-on-sale .before-sale-price {
  color: var(--palette-destructive-600);
}

/* line 135, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card:hover .image-container img {
  transform: scale(1.05);
}

/* line 142, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .add-to-cart {
  width: 100%;
  margin: unset;
  border-radius: 6px;
  padding: 8px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.24px;
  background: var(--palette-primary-500);
  border: 1px solid var(--palette-primary-300);
  box-shadow: none;
}

/* line 157, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .go-to-options {
  width: 100%;
  margin: unset;
  border-radius: 6px;
  padding: 8px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.24px;
  background: var(--palette-primary-500);
  border: 1px solid var(--palette-primary-300);
  box-shadow: none;
}

/* line 172, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .change-qty-btn {
  cursor: unset;
  padding: 7px 0;
  background: var(--palette-shades-0) !important;
  color: var(--palette-primary-500) !important;
}

/* line 179, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .qty-btn {
  padding: 6px 13px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: var(--palette-primary-500) !important;
}

/* line 187, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .gift-qty {
  width: 55px;
  margin: 0 auto;
  display: inline-block;
}

/* line 192, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .gift-qty a {
  margin-right: 6px;
  text-decoration: none;
}

/* line 196, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .gift-qty a img {
  width: 24px !important;
}

/* line 202, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .disable-btn {
  color: #E4E4E7;
}

/* line 206, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .go-to-options:hover {
  background: var(--palette-primary-600);
}

/* line 210, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group .add-to-cart:hover {
  background: var(--palette-primary-600);
}

/* line 214, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group :disabled {
  background: var(--palette-neutral-300);
  border-color: var(--palette-neutral-300);
}

/* line 217, app/assets/stylesheets/standard_product_card.css.scss */
.standard-product-card .add-to-cart-button .btns-group :disabled:hover {
  background: var(--palette-neutral-300) !important;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/standard_product_card.css.scss */
  .standard-product-card {
    max-width: 292px;
    width: 100%;
  }
  /* line 228, app/assets/stylesheets/standard_product_card.css.scss */
  .standard-product-card .title-price-section .price {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
  /* line 233, app/assets/stylesheets/standard_product_card.css.scss */
  .standard-product-card .title-price-section .price .sale-discount-section .current-price, .standard-product-card .title-price-section .price .sale-discount-section .orignal-price {
    font-size: 16px;
  }
  /* line 239, app/assets/stylesheets/standard_product_card.css.scss */
  .standard-product-card .title-price-section .price .product-on-sale .orignal-price {
    font-size: 9px;
  }
  /* line 244, app/assets/stylesheets/standard_product_card.css.scss */
  .standard-product-card .title-price-section .price .current-price {
    font-size: 16px;
  }
  /* line 249, app/assets/stylesheets/standard_product_card.css.scss */
  .standard-product-card .title-price-section .name {
    font-size: 12px;
  }
  /* line 254, app/assets/stylesheets/standard_product_card.css.scss */
  .standard-product-card .image-container {
    max-width: 292px;
    width: 100%;
    max-height: 292px;
    margin-bottom: 8px;
    height: calc(100vw * 0.442);
    border-radius: 8px;
  }
  /* line 263, app/assets/stylesheets/standard_product_card.css.scss */
  .standard-product-card img {
    max-width: 292px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 767px) {
  /* line 274, app/assets/stylesheets/standard_product_card.css.scss */
  .products.show .standard-product-card, .favorites.index .standard-product-card {
    max-width: 158px;
  }
  /* line 277, app/assets/stylesheets/standard_product_card.css.scss */
  .products.show .standard-product-card .image-container, .favorites.index .standard-product-card .image-container {
    max-width: 158px;
    max-height: 158px;
  }
  /* line 282, app/assets/stylesheets/standard_product_card.css.scss */
  .products.show .standard-product-card img, .favorites.index .standard-product-card img {
    max-width: 158px;
  }
}

/* line 289, app/assets/stylesheets/standard_product_card.css.scss */
.product-label-text {
  position: absolute;
  color: var(--label_display_text_color);
  left: 8px;
  border-radius: 4px;
  padding: 1px 8px;
  cursor: pointer;
  width: auto;
  text-align: center;
  background: var(--label-color);
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: calc(100% - 16px);
}

/* line 309, app/assets/stylesheets/standard_product_card.css.scss */
.product-label-text-top {
  top: 8px;
}

/* line 313, app/assets/stylesheets/standard_product_card.css.scss */
.product-label-text-bottom {
  bottom: 8px;
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: black;
  align-items: center;
}

/* line 320, app/assets/stylesheets/standard_product_card.css.scss */
.product-label-text-bottom:before {
  content: url(/assets/shipping_truck-8798e8ec0ac60accb253e8ae1780cb670c5aa15f6648cbd1f68ff6abe79095b9.svg);
  width: 20px;
  height: 20px;
}

/* line 1, app/assets/stylesheets/search_card.css.scss */
.product-container {
  padding: 16px;
  color: black;
  width: 100%;
  max-width: 450px;
  min-height: 125px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border-radius: 8px;
  cursor: default;
  border: 1px solid var(--palette-neutral-200);
}

/* line 15, app/assets/stylesheets/search_card.css.scss */
.product-container:hover .content-container .image-container {
  transform: scale(1.04);
}

/* line 21, app/assets/stylesheets/search_card.css.scss */
.product-container .search-card {
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}

/* line 30, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container .image-container {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  display: block;
  border: 1px solid var(--palette-neutral-200);
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 39, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container .product-details-container {
  width: 100%;
}

/* line 42, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container .product-details-container .product-price {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--palette-neutral-800);
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-wrap: wrap;
}

/* line 54, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container .product-details-container .product-price .discount-percentage {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--palette-destructive-500);
  background: var(--palette-destructive-100);
  border-radius: 2px;
  padding: 0 8px;
}

/* line 70, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container .product-details-container .on-sale {
  color: var(--palette-destructive-500);
}

/* line 74, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container .product-details-container .original-price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
}

/* line 83, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container .product-details-container .original-price span {
  text-decoration: line-through;
}

/* line 88, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container .product-details-container .product-name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 104, app/assets/stylesheets/search_card.css.scss */
.product-container .content-container .product-details-container .product-label {
  color: var(--label_display_text_color);
  border-radius: 4px;
  padding: 1px 8px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: var(--label-color);
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 100%;
  margin-bottom: 4px;
}

@media screen and (max-width: 1171px) {
  /* line 126, app/assets/stylesheets/search_card.css.scss */
  .product-container .content-container {
    row-gap: 16px;
  }
}

/* line 1, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group {
  display: flex;
  width: 100%;
}

/* line 5, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .nav-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 30px;
  max-height: 292px;
  height: calc(100vw * 0.2085);
}

/* line 13, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .nav-section .load-btn {
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .nav-section .load-btn.disabled {
  cursor: default;
}

/* line 19, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .nav-section .load-btn.disabled svg path {
  stroke: var(--palette-neutral-300);
}

/* line 25, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .nav-section.left {
  margin: 0 30px 0 0;
}

/* line 28, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .nav-section.left .load-btn svg {
  transform: rotate(180deg);
}

/* line 34, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

/* line 40, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards .slider-card {
  display: none;
  flex: 0 1 292px;
}

/* line 44, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards .slider-card.visible {
  display: block;
}

/* line 49, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards .standard-product-card {
  width: 100%;
  max-width: 292px;
}

/* line 53, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards .standard-product-card .image-container {
  max-height: 292px;
  height: calc(100vw * 0.2085);
  max-width: calc(100vw * 0.2085);
}

/* line 60, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards .product-card-placeholder {
  max-width: 292px;
}

/* line 63, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards .product-card-placeholder .image {
  max-height: 292px;
  height: calc(100vw * 0.2085);
  max-width: calc(100vw * 0.2085);
  border: 1px solid var(--palette-neutral-200);
  border-radius: 8px;
  margin-bottom: 10px;
}

/* line 72, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards .product-card-placeholder .price {
  width: 100%;
  max-width: 100px;
  height: 20px;
  margin-bottom: 4px;
}

/* line 79, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards .product-card-placeholder .name {
  width: 100%;
  max-width: calc(100vw * 0.2085);
  height: 40px;
}

/* line 85, app/assets/stylesheets/spree/cards_group.scss */
.card-pages-group .cards .product-card-placeholder .image, .card-pages-group .cards .product-card-placeholder .price, .card-pages-group .cards .product-card-placeholder .name {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

@media (max-width: 991px) {
  /* line 96, app/assets/stylesheets/spree/cards_group.scss */
  .card-pages-group .nav-section {
    margin: 0 0 0 20px;
  }
  /* line 99, app/assets/stylesheets/spree/cards_group.scss */
  .card-pages-group .nav-section.left {
    margin: 0 20px 0 0;
  }
  /* line 104, app/assets/stylesheets/spree/cards_group.scss */
  .card-pages-group .cards {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}

@media (max-width: 767px) {
  /* line 110, app/assets/stylesheets/spree/cards_group.scss */
  .card-pages-group .nav-section {
    display: none;
  }
  /* line 114, app/assets/stylesheets/spree/cards_group.scss */
  .card-pages-group .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 16px;
    row-gap: 24px;
    margin-bottom: 16px;
  }
  /* line 121, app/assets/stylesheets/spree/cards_group.scss */
  .card-pages-group .cards .standard-product-card {
    margin: 0 auto;
  }
  /* line 124, app/assets/stylesheets/spree/cards_group.scss */
  .card-pages-group .cards .standard-product-card .image-container {
    max-width: inherit;
    height: calc(100vw * 0.4620);
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

/* line 1, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 29px;
  max-height: 400px;
}

/* line 10, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel .cta-carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: none;
  border-radius: 16px;
  max-height: 400px;
  background-color: black;
}

/* line 20, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel:hover .cta-carousel-button {
  display: block;
}

/* line 24, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel .cta-carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

/* line 30, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel .cta-carousel-item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  max-height: 400px;
}

/* line 38, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel .cta-carousel-item .text_highlight {
  color: #FFB514;
}

/* line 42, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel .cta-carousel-item .header {
  position: absolute;
  color: white;
  font-size: calc(min(5.45vw, 66px));
  z-index: 2;
  top: 20px;
  left: 4%;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width: calc(100% - 8%);
}

/* line 54, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel .cta-carousel-item .odd {
  position: absolute;
  color: white;
  font-size: calc(min(5.0vw, 60px));
  z-index: 3;
  top: 20px;
  right: 4%;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: right;
  left: auto;
}

/* line 68, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel .cta-carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: white;
  border: 3px solid var(--palette-primary-500);
  padding: 10px;
  display: none;
}

/* line 78, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel .cta-carousel-button.left {
  left: 0;
  border-left: transparent;
  border-radius: 0 8px 8px 0;
}

/* line 84, app/assets/stylesheets/spree/cta_carousel.css.scss */
.home-page-carousel .cta-carousel-button.right {
  right: 0;
  border-right: transparent;
  border-radius: 8px 0 0 8px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/spree/cta_carousel.css.scss */
  .home-page-carousel {
    margin-bottom: 15px;
  }
  /* line 96, app/assets/stylesheets/spree/cta_carousel.css.scss */
  .home-page-carousel .carousel-inner .cta-carousel-item .header {
    display: none;
  }
  /* line 100, app/assets/stylesheets/spree/cta_carousel.css.scss */
  .home-page-carousel .carousel-inner .cta-carousel-item .header-odd {
    display: none;
  }
  /* line 106, app/assets/stylesheets/spree/cta_carousel.css.scss */
  .home-page-carousel .cta-carousel-button {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/spree/header_deals.css.scss */
#navbar-deals-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  width: 100%;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/spree/header_deals.css.scss */
.nav-deals-carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 10px;
  width: 100%;
  position: unset;
  overflow: unset;
  max-width: unset;
  margin: unset;
  margin-bottom: unset;
  max-height: unset;
}

/* line 24, app/assets/stylesheets/spree/header_deals.css.scss */
.nav-deals-carousel .navbar-carousel-inner {
  width: unset;
}

/* line 28, app/assets/stylesheets/spree/header_deals.css.scss */
.nav-deals-carousel .carousel-controls {
  display: flex;
  cursor: pointer;
  opacity: 0.8;
  align-items: center;
}

/* line 34, app/assets/stylesheets/spree/header_deals.css.scss */
.nav-deals-carousel .carousel-controls:hover {
  opacity: 1;
}

/* line 39, app/assets/stylesheets/spree/header_deals.css.scss */
.nav-deals-carousel .left-arrow {
  padding-right: 0;
  color: white;
}

/* line 45, app/assets/stylesheets/spree/header_deals.css.scss */
.nav-deals-carousel .right-arrow {
  padding-left: 0;
  color: white;
}

/* line 51, app/assets/stylesheets/spree/header_deals.css.scss */
.navbar-carousel-item {
  display: none;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0;
  align-items: center;
  justify-content: center;
}

/* line 61, app/assets/stylesheets/spree/header_deals.css.scss */
.navbar-carousel-item .coupon-code {
  color: #FFB514;
  padding: 0;
  margin-top: 0;
}

/* line 68, app/assets/stylesheets/spree/header_deals.css.scss */
.navbar-carousel-item.active {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 78, app/assets/stylesheets/spree/header_deals.css.scss */
.coupon-link {
  text-decoration: none;
}

/* line 80, app/assets/stylesheets/spree/header_deals.css.scss */
.coupon-link:hover {
  text-decoration: none;
}

/* line 85, app/assets/stylesheets/spree/header_deals.css.scss */
.countdown-label {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 14px;
}

/* line 91, app/assets/stylesheets/spree/header_deals.css.scss */
.countdown-label .countdown-timer {
  display: inline-flex;
  font-weight: bold;
  color: #FFB514;
  font-size: 12px;
  align-items: center;
}

/* line 98, app/assets/stylesheets/spree/header_deals.css.scss */
.countdown-label .countdown-timer .time-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2px;
}

/* line 104, app/assets/stylesheets/spree/header_deals.css.scss */
.countdown-label .countdown-timer .time-block .time-unit {
  font-size: 8px;
  color: white;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  /* line 114, app/assets/stylesheets/spree/header_deals.css.scss */
  #navbar-deals-section {
    height: auto;
    min-height: 40px;
    border-bottom: 0.5px solid var(--palette-neutral-700);
  }
  /* line 120, app/assets/stylesheets/spree/header_deals.css.scss */
  .nav-deals-carousel {
    display: flex;
    justify-content: center;
    max-width: 98%;
    margin: auto;
  }
  /* line 127, app/assets/stylesheets/spree/header_deals.css.scss */
  #navbar-deals-carousel .navbar-carousel-item {
    justify-content: center;
    text-align: center;
    display: none;
  }
  /* line 134, app/assets/stylesheets/spree/header_deals.css.scss */
  #navbar-deals-carousel .navbar-carousel-item.active {
    justify-content: center;
    text-align: center;
    display: flex;
  }
  /* line 140, app/assets/stylesheets/spree/header_deals.css.scss */
  .carousel-controls {
    display: none;
  }
  /* line 144, app/assets/stylesheets/spree/header_deals.css.scss */
  .navbar-carousel-item {
    font-size: 12px;
  }
  /* line 148, app/assets/stylesheets/spree/header_deals.css.scss */
  .token {
    display: none;
  }
  /* line 154, app/assets/stylesheets/spree/header_deals.css.scss */
  .small-nav-v2.minified {
    height: 110px;
  }
  /* line 157, app/assets/stylesheets/spree/header_deals.css.scss */
  .small-nav-v2.minified #navbar-deals-section {
    border-bottom: none;
    display: flex;
  }
}
