/*!
 * 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;
  }
}
/* 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 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;
  }
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid {
  padding: 0;
}

/* line 5, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .orange {
  color: #DF591D;
}

/* line 10, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .wrap-section {
  cursor: default;
  background: url(/assets/wrap-section-bg-31ebcf31a3ff5bcb3023c2f9004ad3fc3ae650922aa23152715e149180819a08.png);
  padding: 80px 32px;
}

/* line 15, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .wrap-section .wrap-heading {
  font-family: 'Anton-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 104.5%;
  letter-spacing: 0.015em;
  text-align: center;
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .wrap-section .wrap-text {
  margin: 16px auto 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #F4F4F5;
  max-width: 544px;
}

/* line 38, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section {
  margin: 56px auto 0;
  display: grid;
  max-width: 1696px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

/* line 45, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card {
  padding: 48px 20px 56px;
  background: #FAFAFA;
  color: var(--palette-neutral-700);
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-radius: 16px;
  align-items: center;
  border: 0;
}

/* line 59, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card .logo-text {
  margin-top: 24px;
}

/* line 63, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card .card-heading {
  margin-top: 16px;
  font-family: 'Anton-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 104.5%;
  letter-spacing: 0.015em;
  color: #16274A;
}

/* line 74, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card .card-text {
  margin-top: 16px;
  max-width: 270px;
}

/* line 82, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta {
  background: url(/assets/ffa-cta-bg-d1d801af60c86d2235399f5e963679c408f38cbb84d6b03efa36a3aa0819bbb2.png);
  padding: 84px 32px 40px 32px;
  margin-bottom: 80px;
}

/* line 87, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section {
  max-width: 1696px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 69px;
}

/* line 95, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text {
  width: 100%;
}

/* line 98, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .ffa-logo {
  margin-bottom: 32px;
}

/* line 102, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .heading {
  position: relative;
  margin-bottom: calc(min(4.94vw, 95px));
}

/* line 106, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .heading .sub-heading-1 {
  font-family: 'Anton-Regular';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.015em;
  color: #16274A;
  font-size: calc(min(9.4vw, 160px));
  line-height: calc(min(8.6vw, 167px));
}

/* line 116, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .heading .sub-heading-2 {
  font-family: 'Brandon-Smith-Stamp';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #DF591D;
  position: absolute;
  top: calc(min(5.8vw, 110px));
  margin-left: 16px;
  font-size: calc(min(5.6vw, 95px));
  line-height: calc(min(7.55vw, 145px));
}

/* line 130, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .ffa-cta-image-mobile {
  display: none;
}

/* line 134, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .text {
  max-width: 544px;
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-700);
  margin-bottom: 48px;
  padding-top: 8px;
}

/* line 147, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .support-section-button {
  background: #16274A;
  border-radius: 6px;
  padding: 14px 24px;
  max-width: 179px;
  width: 100%;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-shades-0);
  text-decoration: none;
}

/* line 163, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-img {
  max-width: 40.56%;
  width: 100%;
}

/* line 169, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .ffa-cta .icon {
  text-align: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  display: block;
}

/* line 179, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container {
  padding: 0 32px;
}

/* line 182, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section {
  max-width: 1696px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin: 0 auto;
  margin-bottom: 57px;
}

/* line 191, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description {
  max-width: 32.07%;
  width: 100%;
  min-width: 400px;
}

/* line 196, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .heading {
  font-family: 'Anton-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 0.015em;
  color: #16274A;
  margin-bottom: 24px;
}

/* line 207, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .video-block-mobile {
  display: none;
}

/* line 211, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-700);
  margin-bottom: 57px;
}

/* line 220, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .text .top {
  margin-bottom: 34px;
  display: block;
}

/* line 225, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .text .ffa-count {
  font-family: 'Poppins-medium';
  font-weight: 500;
  color: #DF591D;
}

/* line 233, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .heading {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-neutral-700);
  margin-bottom: 16px;
}

/* line 243, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .video-block-mobile {
  display: none;
}

/* line 247, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/* line 251, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link {
  max-width: 380px;
  width: 100%;
  text-decoration: none;
}

/* line 256, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link .net-wrap-block {
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  background: var(--palette-shades-0);
  border: 1px solid var(--palette-neutral-200);
}

/* line 265, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link .net-wrap-block .image-block {
  max-width: 100px;
  width: 100%;
  max-height: 100px;
  height: auto;
  border: 1px solid var(--palette-neutral-200);
  border-radius: 4px;
}

/* line 273, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link .net-wrap-block .image-block .image {
  width: 100%;
  border-radius: 4px;
}

/* line 279, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link .net-wrap-block .detail {
  cursor: pointer;
}

/* line 282, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link .net-wrap-block .detail .title {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-neutral-700);
  margin-bottom: 4px;
}

/* line 292, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link .net-wrap-block .detail .title .product-on-sale .sale-discount-section {
  font-family: 'Poppins-semi-bold';
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--palette-destructive-600);
}

/* line 299, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link .net-wrap-block .detail .title .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 317, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link .net-wrap-block .detail .desc {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
}

/* line 328, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .shop-all-btn {
  max-width: 144px;
  width: 100%;
  background: var(--palette-shades-0);
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
  border: 1px solid var(--palette-neutral-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
}

/* line 346, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .shop-all-btn:hover {
  background: var(--palette-neutral-50);
}

/* line 354, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .video-block {
  max-width: 57.54%;
  width: 100%;
  position: relative;
  border-radius: 16px;
}

/* line 360, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .video-block iframe {
  max-height: calc(min(28.56vw, 547px));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* line 372, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .sign-of-support {
  max-width: 1696px;
  width: 100%;
  background: #16274A;
  border-radius: 16px;
  padding: 28.5px 0;
  margin: 0 auto;
  margin-bottom: 88px;
}

/* line 381, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .sign-of-support .text {
  font-family: 'Brandon-Smith-Stamp';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 43px;
  letter-spacing: 0.01em;
  color: var(--palette-neutral-50);
  text-align: center;
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
}

/* line 399, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section {
  padding: 88px 32px;
  max-width: 1696px;
  margin: 0 auto;
}

/* line 404, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .flex {
  display: flex;
  margin: 0;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-bottom: 32px;
}

/* line 410, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .flex .upper-section {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

/* line 414, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .flex .upper-section .third-img {
  display: none;
}

/* line 420, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .lower {
  margin-bottom: 12px;
}

/* line 423, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .lower .lower-section {
  max-width: 544px;
  width: 100%;
}

/* line 429, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .last-img {
  max-width: 66.04%;
}

/* line 432, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .last-img img {
  height: 100%;
}

/* line 437, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section img {
  width: 100%;
}

/* line 441, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .text-section {
  padding-left: 3px;
}

/* line 444, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .text-section .heading {
  font-family: 'Anton-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 104.5%;
  letter-spacing: 0.015em;
  color: #16274A;
}

/* line 454, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .text-section .text {
  max-width: 544px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 461, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .text-section .text .lines {
  margin-top: 24px;
}

/* line 467, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .socials {
  margin-top: 66px;
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-neutral-700);
}

/* line 477, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .social-icons {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: revert;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 485, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .social-icons .social-media {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* line 489, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .social-icons .checkout-silo {
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 1px solid #D4D4D8;
  border-radius: 6px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

/* line 504, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .social-icons .checkout-silo a {
  color: var(--palette-neutral-700);
  text-decoration: none;
}

/* line 511, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .social-icons .youtube-link:hover .change {
  fill: #FF0000;
}

/* line 517, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .social-icons .twitter-link:hover .change {
  fill: #1DA1F2;
}

/* line 523, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .social-icons .instagram-link:hover .change {
  fill: #F00073;
}

/* line 530, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .social-icons .facebook-link:hover .change {
  fill: #1877F2;
}

/* line 536, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section .social-icons .tiktok-link:hover .change {
  fill: #000000;
}

/* line 543, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile {
  display: none !important;
}

/* line 547, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .horizontal-line {
  display: none;
}

/* line 551, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .more-products-section {
  max-width: 1408px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0 16px;
}

/* line 557, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .more-products-section .heading-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

/* line 564, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .more-products-section .heading-section .heading {
  font-family: 'Anton-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 0.015em;
  color: #16274A;
}

/* line 575, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .more-products-section .view-more-mbl {
  display: none;
}

/* line 580, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .more-products-section .card-pages-group .nav-section.left {
  margin: 0 20px 0 0;
  padding: 0 10px;
}

/* line 585, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .more-products-section .card-pages-group .nav-section {
  margin: 0 0 0 20px;
  padding: 0 10px;
}

/* line 592, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section {
  background-color: var(--palette-neutral-100);
  padding: 0 32px;
}

/* line 596, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate {
  display: flex;
  justify-content: space-between;
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 80px 0;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

/* line 605, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-img {
  max-width: 48.8%;
  width: 100%;
}

/* line 609, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-img img {
  width: 100%;
  border-radius: 16px;
}

/* line 616, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .heading {
  font-family: 'Anton-Regular';
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 0.015em;
  color: #16274A;
  margin-bottom: 48px;
}

/* line 627, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .news-letter-form {
  margin-bottom: 48px;
}

/* line 630, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .news-letter-form .ag-input-neutral {
  margin-bottom: 24px;
}

/* line 633, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .news-letter-form .ag-input-neutral .ag-input-label {
  font-family: 'Poppins-medium';
  font-weight: 500;
}

/* line 639, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .news-letter-form .ag-input-neutral .ag-input-group-box:hover {
  box-shadow: 0px 0px 0px 4px #E1E1FE;
}

/* line 643, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .news-letter-form .ag-input-neutral .ag-input-group-box:focus-within {
  box-shadow: none;
}

/* line 648, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .news-letter-form .ag-input-neutral .ag-input-group-box .ag-input-field:focus-visible {
  outline: shop-net-wrap-container;
  caret-color: var(--palette-primary-300);
}

/* line 653, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .news-letter-form .ag-input-neutral .ag-input-group-box .ag-input-field:focus {
  box-shadow: 0px 0px 0px 4px #E1E1FE;
  outline: 0;
}

/* line 660, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .news-letter-form .ag-input-neutral .ag-input-helper-text {
  display: none;
}

/* line 665, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .news-letter-form .email-section {
  margin-bottom: 40px;
}

/* line 670, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-error {
  color: var(--palette-destructive-600);
  margin-bottom: 8px;
}

/* line 675, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .submit-btn {
  text-align: center;
  align-items: center;
  max-width: 173px;
  width: 100%;
  background: #16274A;
  border-radius: 6px;
  color: #FAFAFA;
  padding: 10px 0;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border: none;
}

/* line 691, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

/* line 696, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section label {
  max-width: 331px;
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: 'salt' on;
  color: #71717A;
  display: grid;
  grid-template-columns: 16px 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 713, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section #agree_policy {
  height: 16px;
  width: 16px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 2.6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
  line-height: 16px;
  margin-top: 4px;
}

/* line 730, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section #agree_policy:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 734, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section #agree_policy:checked {
  background: var(--palette-primary-500);
  border: none;
}

/* line 739, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section #agree_policy:checked:before {
  content: '✓';
  color: var(--palette-shades-0);
}

/* line 744, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section #agree_policy:before {
  content: '';
}

/* line 751, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .footer {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
  max-width: 544px;
  width: 100%;
}

/* line 763, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-form-section {
  width: 100%;
}

/* line 768, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-form-section .all-setup-section .all-setup-heading {
  font-family: 'Anton-Regular';
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 0.015em;
  color: #16274A;
  margin-bottom: 48px;
}

/* line 778, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-form-section .all-setup-section .all-setup-body {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-700);
  max-width: 544px;
  width: 100%;
  margin-bottom: 36px;
}

/* line 789, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-form-section .all-setup-section .all-setup-body-1 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-700);
  max-width: 544px;
  width: 100%;
  margin-bottom: 12px;
}

/* line 800, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-form-section .all-setup-section .first {
  max-width: 93px;
  width: 100%;
  font-family: 'Anton-Regular';
  font-weight: 400;
  font-size: 32px;
  line-height: 33px;
  letter-spacing: 0.015em;
  color: #DF591D;
  margin-bottom: 12px;
}

/* line 812, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-form-section .all-setup-section .first-body {
  max-width: 544px;
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-700);
  margin-bottom: 48px;
}

/* line 824, app/assets/stylesheets/ffa.css.scss */
.ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-form-section .all-setup-section .support-section-button {
  background: #16274A;
  border-radius: 6px;
  padding: 14px 24px;
  max-width: 179px;
  width: 100%;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-shades-0);
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  /* line 849, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  /* line 855, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section .upper {
    margin-bottom: 32px;
    flex-direction: column;
  }
  /* line 859, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section .upper .upper-section {
    display: flex;
    -moz-column-gap: 32px;
         column-gap: 32px;
    order: 2;
  }
  /* line 864, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section .upper .upper-section .third-img {
    display: block;
  }
  /* line 870, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section .upper .text-section .heading {
    text-align: center;
  }
  /* line 874, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section .upper .text-section .text {
    max-width: 100%;
  }
  /* line 878, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section .upper .text-section .socials {
    text-align: center;
  }
  /* line 882, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section .upper .text-section .social-icons {
    justify-content: center;
    margin-bottom: 32px;
  }
  /* line 890, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section .lower .first-img {
    display: none;
  }
  /* line 894, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section .lower .last-img {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  /* line 905, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta {
    padding: 32px 16px 40px;
    margin-bottom: 48px;
  }
  /* line 909, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section {
    margin-bottom: 0;
  }
  /* line 913, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .heading {
    margin-bottom: calc(min(11.1vw, 95px));
  }
  /* line 916, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .heading .sub-heading-1 {
    font-size: calc(min(17.7vw, 160px));
    text-align: center;
    line-height: calc(min(18.61vw, 167px));
  }
  /* line 922, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .heading .sub-heading-2 {
    font-size: calc(min(8.88vw, 95px));
    width: 100%;
    text-align: center;
    margin-left: 0;
    line-height: calc(min(13.6vw, 145px));
    top: calc(min(13vw, 110px));
  }
  /* line 932, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .ffa-logo {
    width: 54px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  /* line 937, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .ffa-logo .frame-image {
    width: 100%;
  }
  /* line 942, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .ffa-cta-image-mobile {
    display: block;
    margin-bottom: 16px;
  }
  /* line 947, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .ffa-cta-image-mobile img {
    border-radius: 20px;
  }
  /* line 952, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
    padding: 0;
    max-width: 100%;
  }
  /* line 960, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-text .support-section-button {
    max-width: 100%;
    display: block;
    text-align: center;
  }
  /* line 967, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .support-section .support-section-img {
    display: none;
  }
  /* line 972, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .ffa-cta .icon {
    display: none;
  }
  /* line 977, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  /* line 981, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section {
    margin-bottom: 40px;
  }
  /* line 984, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description {
    max-width: 100%;
    min-width: 100%;
  }
  /* line 988, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .heading {
    font-size: 28px;
    line-height: 29px;
    text-align: center;
  }
  /* line 994, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .video-block-mobile {
    display: block;
    margin-bottom: 24px;
  }
  /* line 998, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .video-block-mobile iframe {
    height: calc(min(50vw, 547px));
    border-radius: 8px;
    width: 100%;
  }
  /* line 1005, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  /* line 1011, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap {
    margin-top: 35px;
  }
  /* line 1014, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
  }
  /* line 1021, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container {
    flex-direction: column;
    row-gap: 16px;
  }
  /* line 1025, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .product-link {
    max-width: 100%;
  }
  /* line 1029, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .future-description .blue-gold-wrap .shop-net-wrap-container .shop-all-btn {
    padding: 16px 0;
    max-width: 100%;
    flex-direction: row;
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  /* line 1039, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .back-to-future-section .video-block {
    display: none;
  }
  /* line 1044, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .sign-of-support {
    margin-bottom: 0;
  }
  /* line 1047, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container #back-to-future-container .sign-of-support .text {
    flex-direction: column;
    row-gap: 12px;
    font-size: 20px;
    line-height: 31px;
    padding: 21px 32px 32px 32px;
  }
  /* line 1057, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .more-products-section {
    margin-bottom: 56px;
  }
  /* line 1060, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .more-products-section .heading-section {
    margin-bottom: 24px;
  }
  /* line 1063, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .more-products-section .heading-section .heading {
    display: block;
    text-align: center;
    font-size: calc(min(7.7vw, 28px));
    line-height: calc(min(8.0vw, 29px));
  }
  /* line 1071, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .more-products-section .card-pages-group {
    margin-bottom: 16px;
  }
  /* line 1074, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .more-products-section .card-pages-group .cards {
    padding: 0;
  }
  /* line 1079, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .more-products-section .view-more-mbl {
    display: block;
    padding: 0;
  }
  /* line 1083, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .more-products-section .view-more-mbl .view-more-link {
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--palette-neutral-500);
    justify-content: center;
    width: 100%;
  }
  /* line 1096, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section {
    padding: 0;
  }
  /* line 1099, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate {
    flex-direction: column;
    padding: 0 0 48px 0;
  }
  /* line 1103, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-img {
    max-width: 100%;
    margin-bottom: 40px;
  }
  /* line 1107, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-img img {
    border-radius: 0;
  }
  /* line 1112, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form {
    padding: 0 16px;
    width: 100%;
  }
  /* line 1116, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .heading {
    font-size: calc(min(7.7vw, 28px));
    line-height: calc(min(8.0vw, 29px));
    text-align: center;
    margin-bottom: 40px;
  }
  /* line 1124, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section {
    flex-direction: column;
    row-gap: 24px;
  }
  /* line 1128, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section .submit-btn {
    order: 2;
    max-width: 100%;
  }
  /* line 1133, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-sub-form .agree-policy-section label {
    max-width: 100%;
  }
  /* line 1139, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .footer {
    max-width: 100%;
  }
  /* line 1145, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .keep-uptodate-section .keep-uptodate .keep-uptodate-form .keep-uptodate-form-section .all-setup-section .all-setup-heading {
    font-size: calc(min(7.7vw, 28px));
    line-height: calc(min(8.0vw, 29px));
    text-align: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1161, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index #header_v2 {
    padding-bottom: 124px;
  }
  /* line 1166, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section {
    padding: 48px 16px;
  }
  /* line 1169, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .wrap-heading {
    font-size: 28px;
    line-height: 29px;
  }
  /* line 1174, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .wrap-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  /* line 1181, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section {
    grid-template-columns: 1fr;
    margin: 0;
    row-gap: 16px;
  }
  /* line 1186, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card {
    padding: 20px;
    flex-direction: row;
    text-align: left;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  /* line 1192, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card .logo {
    max-width: calc(100vw * 0.148);
    width: 100%;
    max-height: calc(100vw * 0.139);
    height: 100%;
  }
  /* line 1198, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card .logo img {
    width: 100%;
    height: auto;
  }
  /* line 1204, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card .text-section .logo-text {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }
  /* line 1210, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card .text-section .card-heading {
    font-size: 20px;
    line-height: 21px;
    margin-top: 8px;
  }
  /* line 1216, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .wrap-section .card-section .card .text-section .card-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    max-width: 100%;
    margin-top: 8px;
  }
  /* line 1228, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section {
    display: none;
  }
  /* line 1232, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile {
    display: block !important;
  }
  /* line 1235, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .text {
    max-width: revert;
  }
  /* line 1240, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile {
    display: block !important;
    margin-top: 48px;
    display: block;
    padding: 0 16px;
    width: 100%;
  }
  /* line 1247, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .text-section {
    max-width: revert;
    padding: revert;
    margin-bottom: 40px;
  }
  /* line 1252, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .text-section .heading {
    font-size: 28px;
    text-align: center;
  }
  /* line 1257, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .text-section .text {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 1263, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section {
    margin-top: 40px;
    max-width: 328px;
    max-height: 300px;
    margin: 0 auto;
  }
  /* line 1269, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-inner {
    border-radius: 16px;
    margin-bottom: 12px;
    height: auto;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  }
  /* line 1277, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-inner .carousel-item .outerdiv img {
    width: 100%;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    background: var(--palette-neutral-50);
  }
  /* line 1287, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section {
    display: flex;
    justify-content: center;
    -moz-column-gap: 23px;
         column-gap: 23px;
    align-items: center;
  }
  /* line 1293, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-indicators {
    position: inherit;
    margin: 0;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  /* line 1298, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-indicators .indicator {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    padding: 0;
    border: 1.5px solid var(--palette-neutral-300);
    background: var(--palette-shades-0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1309, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-indicators .indicator li {
    width: 8px;
    height: 8px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 100%;
    opacity: 1;
  }
  /* line 1319, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-indicators .indicator li:before, .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-indicators .indicator li:after {
    box-sizing: unset;
  }
  /* line 1325, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-indicators .active {
    border-color: var(--palette-primary-500);
  }
  /* line 1328, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-indicators .active li {
    background: var(--palette-primary-500);
  }
  /* line 1334, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-control-prev {
    position: inherit;
    width: auto;
  }
  /* line 1338, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-control-prev .carousel-control-prev-icon {
    width: 24px;
    height: 24px;
    background-image: url(/assets/home-page--carousel-arrow-088128c4572fbf4b9c8a77401c114eaac1c50d825910c17ab4455ef2da5d3df9.png);
  }
  /* line 1345, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-control-next {
    position: inherit;
    width: auto;
  }
  /* line 1349, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .cta-section .carousel-indicators-section .carousel-control-next .carousel-control-next-icon {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
    background-image: url(/assets/home-page--carousel-arrow-088128c4572fbf4b9c8a77401c114eaac1c50d825910c17ab4455ef2da5d3df9.png);
  }
  /* line 1359, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .socials {
    text-align: center;
  }
  /* line 1363, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .social-icons {
    flex-direction: column;
    position: revert;
    row-gap: 16px;
    align-items: center;
    box-shadow: none;
    background: none;
    padding: 0;
    margin-bottom: 48px;
  }
  /* line 1373, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .social-icons .social-media {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  /* line 1377, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .social-icons .checkout-silo {
    width: 100%;
    justify-content: center;
  }
  /* line 1382, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .convention-section.mobile .social-icons a {
    padding: 0;
  }
  /* line 1388, app/assets/stylesheets/ffa.css.scss */
  .ffa_home.index .container-fluid .ffa-home-container .horizontal-line {
    display: block;
    width: 100%;
    border: 2px solid var(--palette-neutral-200);
    margin-bottom: 48px;
  }
}
/* line 1, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show, .ffa_fundraisers.update {
  background-image: url(/assets/all-steps-bg-33e8d4efe75803ce48973c2e33ab33b83c27295c67528840bab9bc5ca6b5a243.svg);
}

/* line 6, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show.start, .ffa_fundraisers.update.start {
  background-image: url(/assets/ffa-bg-8952a5410e6744eebacb849a3a396830291e2b6ad97cc484aad2a3cad10d1e11.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* line 14, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .is-flex, .ffa_fundraisers.update .is-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 19, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .justify-center, .ffa_fundraisers.update .justify-center {
  justify-content: center;
}

/* line 23, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .justify-space-between, .ffa_fundraisers.update .justify-space-between {
  justify-content: space-between;
}

/* line 27, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-card, .ffa_fundraisers.update .ffa-card {
  max-width: 1024px;
  width: 100%;
}

/* line 32, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-big-card, .ffa_fundraisers.update .ffa-big-card {
  margin: 94px 16px 32px 16px;
  background: #FFFFFF;
  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: 24px;
  padding: 40px;
  box-sizing: border-box;
}

/* line 40, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-big-card .sub-heading, .ffa_fundraisers.update .ffa-big-card .sub-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 41.89px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #353535;
}

/* line 51, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-big-card .heading, .ffa_fundraisers.update .ffa-big-card .heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 109.66px;
  line-height: 137px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #353535;
  margin-bottom: 16px;
}

/* line 63, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-big-card .ffa-card-body, .ffa_fundraisers.update .ffa-big-card .ffa-card-body {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 32px;
}

/* line 75, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-big-card .hr, .ffa_fundraisers.update .ffa-big-card .hr {
  height: 2px;
  background-color: #DADADA;
  margin: 0 auto 32px auto;
  max-width: 671px;
  width: 100%;
}

/* line 83, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-big-card .btn-orange-red, .ffa_fundraisers.update .ffa-big-card .btn-orange-red {
  padding: 10px;
  background: linear-gradient(286.58deg, #CC2E09 50.13%, #EF7F0F 103.46%);
  border-radius: 100px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  max-width: 671px;
  width: 100%;
  margin: 0 auto 8px auto;
  cursor: pointer;
  display: block;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

/* line 103, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-big-card .btn-orange-red:hover, .ffa_fundraisers.update .ffa-big-card .btn-orange-red:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(286.58deg, #CC2E09 50.13%, #EF7F0F 103.46%);
}

/* line 109, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-small-card, .ffa_fundraisers.update .ffa-small-card {
  background: #FFFFFF;
  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: 24px;
  padding: 32px 40px;
  box-sizing: border-box;
  margin: 0 16px 24px 16px;
}

/* line 117, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-small-card .heading, .ffa_fundraisers.update .ffa-small-card .heading {
  font-family: Lexend;
  font-style: normal;
  font-weight: bold;
  font-size: 25.89px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #353535;
  margin-bottom: 24px;
}

/* line 129, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-small-card .state-block, .ffa_fundraisers.update .ffa-small-card .state-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 134, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-small-card .state-block .ffa-state, .ffa_fundraisers.update .ffa-small-card .state-block .ffa-state {
  max-width: 64px;
  max-height: 90px;
  margin-bottom: 16px;
  margin-right: 20px;
}

/* line 140, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-small-card .state-block .ffa-state:last-child, .ffa_fundraisers.update .ffa-small-card .state-block .ffa-state:last-child {
  margin-right: 0;
}

/* line 146, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-small-card .btn-no-state, .ffa_fundraisers.update .ffa-small-card .btn-no-state {
  text-align: center;
  padding: 8px 24px;
  border: 1px solid #1E1E1E;
  box-sizing: border-box;
  border-radius: 100px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

/* line 164, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-small-card .btn-no-state:hover, .ffa_fundraisers.update .ffa-small-card .btn-no-state:hover {
  background-color: #1E1E1E;
  color: #fff;
}

/* line 172, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card, .ffa_fundraisers.update .ffa-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  margin: 111px 16px 0 16px;
  max-width: 900px;
  width: 100%;
  padding: 32px;
  background: #FFFFFF;
  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: 24px;
  margin-bottom: 118px;
  box-sizing: border-box;
}

/* line 192, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .step-progress, .ffa_fundraisers.update .ffa-step-card .step-progress {
  height: 10px;
  background: #E8EDF2;
  border-radius: 100px;
  margin-bottom: 40px;
}

/* line 199, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .step-progress .step-progress-bar, .ffa_fundraisers.update .ffa-step-card .step-progress .step-progress-bar {
  height: 100%;
  border-radius: 100px;
  background-color: #FFB514;
}

/* line 204, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .step-progress .step-progress-bar.completed, .ffa_fundraisers.update .ffa-step-card .step-progress .step-progress-bar.completed {
  background-color: #51C571;
}

/* line 209, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .finish-progress, .ffa_fundraisers.update .ffa-step-card .finish-progress {
  margin-bottom: 37px;
}

/* line 215, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .step-header .step-heading, .ffa_fundraisers.update .ffa-step-card .step-header .step-heading {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 41.89px;
  line-height: 52px;
  letter-spacing: 0.01em;
  color: #353535;
  text-align: center;
  margin-bottom: 8px;
}

/* line 227, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .step-header .finish-heading, .ffa_fundraisers.update .ffa-step-card .step-header .finish-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: bold;
  font-size: 67.77px;
  line-height: 85px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #353535;
  margin-bottom: 24px;
}

/* line 239, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .step-header .sub-heading, .ffa_fundraisers.update .ffa-step-card .step-header .sub-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 32px;
}

/* line 253, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .step-body, .ffa_fundraisers.update .ffa-step-card .step-body {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 32px;
  flex: 1 1 auto;
}

/* line 265, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .step-body .material-textfield, .ffa_fundraisers.update .ffa-step-card .step-body .material-textfield {
  margin-bottom: 16px;
}

/* line 271, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-hide, .ffa_fundraisers.update .ffa-step-card .notification-hide {
  display: none;
}

/* line 275, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .animate-slide-down, .ffa_fundraisers.update .ffa-step-card .animate-slide-down {
  position: relative;
  -webkit-animation: slide-down 0.4s;
}

@keyframes slide-down {
  from {
    max-height: 0;
    overflow-y: hidden;
  }
  to {
    max-height: 500px;
    overflow-y: auto;
  }
}

/* line 292, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .animate-slide-up, .ffa_fundraisers.update .ffa-step-card .animate-slide-up {
  position: relative;
  -webkit-animation: slide-up 0.4s;
}

@keyframes slide-up {
  from {
    max-height: 500px;
    overflow-y: auto;
  }
  to {
    max-height: 0;
    overflow-y: hidden;
  }
}

/* line 309, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red, .ffa_fundraisers.update .ffa-step-card .notification-red {
  background: #FFF5F2;
  border: 1px dashed #CD2F0A;
  border-radius: 16px;
  padding: 16px 24px 24px 24px;
  text-align: left;
}

/* line 316, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red .notification-heading, .ffa_fundraisers.update .ffa-step-card .notification-red .notification-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: bold;
  font-size: 25.89px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #1E1E1E;
  margin-bottom: 8px;
}

/* line 327, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red .notification-body, .ffa_fundraisers.update .ffa-step-card .notification-red .notification-body {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #1E1E1E;
  margin-bottom: 21px;
}

/* line 337, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red .notification-body .text-bold, .ffa_fundraisers.update .ffa-step-card .notification-red .notification-body .text-bold {
  font-weight: bold;
}

/* line 343, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red .btn-download, .ffa_fundraisers.update .ffa-step-card .notification-red .btn-download {
  padding: 8px 24px;
  border: 1px solid #1E1E1E;
  box-sizing: border-box;
  border-radius: 100px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}

/* line 357, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red .btn-download img, .ffa_fundraisers.update .ffa-step-card .notification-red .btn-download img {
  margin-left: 11px;
}

/* line 362, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red a.btn-download, .ffa_fundraisers.update .ffa-step-card .notification-red a.btn-download {
  text-decoration: none;
  color: black;
}

/* line 367, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red.signed, .ffa_fundraisers.update .ffa-step-card .notification-red.signed {
  background-color: #F1FFF5;
  border-color: #51C571;
}

/* line 370, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red.signed a.btn-download, .ffa_fundraisers.show .ffa-step-card .notification-red.signed div.btn-download, .ffa_fundraisers.update .ffa-step-card .notification-red.signed a.btn-download, .ffa_fundraisers.update .ffa-step-card .notification-red.signed div.btn-download {
  font-size: 0;
  height: 24px;
}

/* line 374, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-red.signed a.btn-download:after, .ffa_fundraisers.show .ffa-step-card .notification-red.signed div.btn-download:after, .ffa_fundraisers.update .ffa-step-card .notification-red.signed a.btn-download:after, .ffa_fundraisers.update .ffa-step-card .notification-red.signed div.btn-download:after {
  content: 'Signed';
  font-size: initial;
}

/* line 382, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey, .ffa_fundraisers.update .ffa-step-card .notification-grey {
  background: #FAFAFA;
  border: 1px dashed #DADADA;
  border-radius: 16px;
  padding: 24px 62px 40px 62px;
}

/* line 388, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey .notification-heading, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: bold;
  font-size: 25.89px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #353535;
  text-align: center;
  margin-bottom: 24px;
}

/* line 400, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey .notification-seperator, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-seperator {
  height: 2px;
  background-color: #DADADA;
  max-width: 671px;
  width: 100%;
  margin: 0 auto 32px auto;
}

/* line 408, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body {
  text-align: left;
}

/* line 410, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .head, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .head {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #1E1E1E;
  margin-bottom: 6px;
}

/* line 419, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .head .head-edit-link, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .head .head-edit-link {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  margin-left: 8px;
  cursor: pointer;
}

/* line 430, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .head .head-edit-link .desktop-edit-link-color, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .head .head-edit-link .desktop-edit-link-color {
  color: #616161;
}

/* line 435, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .step-col-third, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .step-col-third {
  max-width: 33.33%;
  width: 100%;
}

/* line 439, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .step-col-third .info, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .step-col-third .info {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #616161;
  margin-bottom: 7px;
}

/* line 453, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .step-col-third .head-edit-link .mobile-edit-icon, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .step-col-third .head-edit-link .mobile-edit-icon {
  display: none;
}

/* line 463, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-green, .ffa_fundraisers.update .ffa-step-card .notification-green {
  background: #F1FFF5;
  border: 1px dashed #51C571;
  border-radius: 16px;
  padding: 16px 24px;
  text-align: left;
  margin-bottom: 40px;
}

/* line 471, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-green .notification-heading, .ffa_fundraisers.update .ffa-step-card .notification-green .notification-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: bold;
  font-size: 25.89px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #1E1E1E;
  margin-bottom: 8px;
}

/* line 482, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-green .notification-body, .ffa_fundraisers.update .ffa-step-card .notification-green .notification-body {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #1E1E1E;
  margin-bottom: 32px;
}

/* line 493, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-green .ffa-thankyou-point-wrapper, .ffa_fundraisers.update .ffa-step-card .notification-green .ffa-thankyou-point-wrapper {
  max-width: 51.63%;
  width: 100%;
  margin: 0 auto 32px auto;
  justify-content: space-between;
}

/* line 498, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .notification-green .ffa-thankyou-point-wrapper .ffa-thankyou-point, .ffa_fundraisers.update .ffa-step-card .notification-green .ffa-thankyou-point-wrapper .ffa-thankyou-point {
  max-width: 86px;
  max-height: 112px;
}

/* line 506, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .thankyou-notification-footer-head, .ffa_fundraisers.update .ffa-step-card .thankyou-notification-footer-head {
  font-family: Lexend;
  font-style: normal;
  font-weight: bold;
  font-size: 25.89px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1E1E1E;
  margin-bottom: 8px;
}

/* line 518, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .thankyou-notification-footer-subhead, .ffa_fundraisers.update .ffa-step-card .thankyou-notification-footer-subhead {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-align: left;
  max-width: 65.63%;
  width: 100%;
  margin: 0 auto 24px auto;
}

/* line 531, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .btn-fb-group, .ffa_fundraisers.update .ffa-step-card .btn-fb-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  width: 240px;
  height: 42px;
  background: #3B5998;
  border-radius: 100px;
  box-sizing: border-box;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-right: 24px;
  cursor: pointer;
}

/* line 551, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .btn-fb-group .fb-icons img, .ffa_fundraisers.update .ffa-step-card .btn-fb-group .fb-icons img {
  margin-right: 8px;
  vertical-align: middle;
}

/* line 557, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .fb-text, .ffa_fundraisers.update .ffa-step-card .fb-text {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 562, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .btn-ffa-home, .ffa_fundraisers.update .ffa-step-card .btn-ffa-home {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 61px;
  border: 1px solid #1E1E1E;
  box-sizing: border-box;
  border-radius: 100px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  cursor: pointer;
}

/* line 579, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .btn-ffa-home .home-icons img, .ffa_fundraisers.update .ffa-step-card .btn-ffa-home .home-icons img {
  margin-right: 8px;
  vertical-align: top;
}

/* line 585, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .ffa-step-card .home-text, .ffa_fundraisers.update .ffa-step-card .home-text {
  color: #1E1E1E;
  text-decoration: none;
}

/* line 591, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-textfield, .ffa_fundraisers.update .material-textfield {
  position: relative;
}

/* line 594, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-textfield label, .ffa_fundraisers.update .material-textfield label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
  background-color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #B7B7B7;
}

/* line 613, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-textfield input, .ffa_fundraisers.update .material-textfield input {
  font-size: 1rem;
  outline: none;
  border: 2px solid #DADADA;
  border-radius: 8px;
  padding: 11px 15px;
  color: #1E1E1E;
  transition: 0.1s ease-out;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
}

/* line 626, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-textfield .ffa-approved-states, .ffa_fundraisers.update .material-textfield .ffa-approved-states {
  background-color: white;
  font-size: 1rem;
  outline: none;
  border: 2px solid #DADADA;
  border-radius: 8px;
  padding: 11px 15px;
  color: #1E1E1E;
  transition: 0.1s ease-out;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
}

/* line 640, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-textfield .ffa-error-message, .ffa_fundraisers.update .material-textfield .ffa-error-message {
  color: #E32754;
  letter-spacing: 0.04em;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  margin-top: 3px;
  float: right;
}

/* line 651, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-textfield input:focus, .ffa_fundraisers.update .material-textfield input:focus {
  border-color: #1E1E1E;
}

/* line 655, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-textfield .ffa-approved-states:focus + label, .ffa_fundraisers.show .material-textfield input:focus + label, .ffa_fundraisers.show .material-textfield .field_with_errors:focus-within + label, .ffa_fundraisers.update .material-textfield .ffa-approved-states:focus + label, .ffa_fundraisers.update .material-textfield input:focus + label, .ffa_fundraisers.update .material-textfield .field_with_errors:focus-within + label {
  color: #1E1E1E;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

/* line 660, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-textfield .ffa-approved-states:not(:-moz-placeholder-shown) + label, .ffa_fundraisers.show .material-textfield input:not(:-moz-placeholder-shown) + label, .ffa_fundraisers.update .material-textfield .ffa-approved-states:not(:-moz-placeholder-shown) + label, .ffa_fundraisers.update .material-textfield input:not(:-moz-placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.ffa_fundraisers.show .material-textfield .ffa-approved-states:not(:placeholder-shown) + label, .ffa_fundraisers.show .material-textfield input:not(:placeholder-shown) + label, .ffa_fundraisers.show .material-textfield .field_with_errors + label, .ffa_fundraisers.update .material-textfield .ffa-approved-states:not(:placeholder-shown) + label, .ffa_fundraisers.update .material-textfield input:not(:placeholder-shown) + label, .ffa_fundraisers.update .material-textfield .field_with_errors + label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

/* line 665, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .field_with_errors input, .ffa_fundraisers.update .field_with_errors input {
  border-color: #E32754;
}

/* line 669, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-checkbox, .ffa_fundraisers.update .material-checkbox {
  position: absolute;
  opacity: 0;
  text-align: left;
}

/* line 674, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-checkbox + label, .ffa_fundraisers.update .material-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
}

/* line 684, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-checkbox + label:before, .ffa_fundraisers.update .material-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  background: white;
  width: 18px;
  height: 18px;
  left: 4px;
  top: 4px;
  border: 2px solid #DADADA;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 700, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-checkbox:hover + label:before, .ffa_fundraisers.update .material-checkbox:hover + label:before {
  background: #DADADA;
}

/* line 705, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-checkbox:focus + label:before, .ffa_fundraisers.update .material-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

/* line 710, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-checkbox:checked + label:before, .ffa_fundraisers.update .material-checkbox:checked + label:before {
  background: #1E1E1E;
  border: 2px solid #1E1E1E;
}

/* line 716, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-checkbox:disabled + label, .ffa_fundraisers.update .material-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

/* line 722, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-checkbox:disabled + label:before, .ffa_fundraisers.update .material-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

/* line 728, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .material-checkbox:checked + label:after, .ffa_fundraisers.update .material-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

/* line 747, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-col-57, .ffa_fundraisers.update .step-col-57 {
  max-width: 57%;
  width: 100%;
  margin: 0 auto 32px auto;
  text-align: left;
}

/* line 754, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-col-39, .ffa_fundraisers.update .step-col-39 {
  max-width: 39.76%;
  width: 100%;
}

/* line 759, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-col-33, .ffa_fundraisers.update .step-col-33 {
  max-width: 33.13%;
  width: 100%;
}

/* line 764, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-col-18, .ffa_fundraisers.update .step-col-18 {
  max-width: 18.12%;
  width: 100%;
}

/* line 769, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot, .ffa_fundraisers.update .step-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 773, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-orange-red, .ffa_fundraisers.update .step-card-foot .btn-orange-red {
  background: linear-gradient(286.58deg, #CC2E09 50.13%, #EF7F0F 103.46%);
  border-radius: 100px;
  padding: 13px 75px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  border: none;
  margin-left: 24px;
  cursor: pointer;
}

/* line 790, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-orange-red .next-step-arrow, .ffa_fundraisers.update .step-card-foot .btn-orange-red .next-step-arrow {
  margin-left: 8px;
}

/* line 794, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-orange-red:hover, .ffa_fundraisers.update .step-card-foot .btn-orange-red:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(286.58deg, #CC2E09 50.13%, #EF7F0F 103.46%);
}

/* line 798, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-orange-red:disabled, .ffa_fundraisers.show .step-card-foot .btn-orange-red[disabled], .ffa_fundraisers.update .step-card-foot .btn-orange-red:disabled, .ffa_fundraisers.update .step-card-foot .btn-orange-red[disabled] {
  background: #DADADA;
  cursor: not-allowed;
}

/* line 803, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-orange-red.full-width, .ffa_fundraisers.update .step-card-foot .btn-orange-red.full-width {
  max-width: 100%;
}

/* line 808, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-back, .ffa_fundraisers.update .step-card-foot .btn-back {
  background-color: transparent;
  border-radius: 100px;
  padding: 13px 75px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  border: 1px solid #1E1E1E;
  cursor: pointer;
  justify-content: center;
}

/* line 824, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-back .next-step-arrow, .ffa_fundraisers.update .step-card-foot .btn-back .next-step-arrow {
  margin-right: 8px;
}

/* line 829, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .clear-link, .ffa_fundraisers.update .step-card-foot .clear-link {
  outline: none;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* line 835, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .clear-link:hover, .ffa_fundraisers.show .step-card-foot .clear-link:focus, .ffa_fundraisers.update .step-card-foot .clear-link:hover, .ffa_fundraisers.update .step-card-foot .clear-link:focus {
  text-decoration: none;
  outline: none;
  background: none;
  color: inherit;
}

/* line 843, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-green, .ffa_fundraisers.update .step-card-foot .btn-green {
  background: #51C571;
  border-radius: 100px;
  padding: 13px 42px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  margin-left: 24px;
  border: none;
  cursor: pointer;
}

/* line 859, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-blank, .ffa_fundraisers.update .step-card-foot .btn-blank {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #1E1E1E;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* line 877, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .btn-blank img, .ffa_fundraisers.update .step-card-foot .btn-blank img {
  margin-right: 8px;
}

/* line 882, app/assets/stylesheets/ffa_fundraiser.css.scss */
.ffa_fundraisers.show .step-card-foot .step-count, .ffa_fundraisers.update .step-card-foot .step-count {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #353535;
}

@media screen and (max-width: 991px) {
  /* line 1, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show, .ffa_fundraisers.update {
    height: 100%;
    min-height: 100vh;
  }
  /* line 897, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-big-card, .ffa_fundraisers.update .ffa-big-card {
    margin: 32px 16px 24px 16px;
    padding: 16px;
  }
  /* line 900, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-big-card .sub-heading, .ffa_fundraisers.update .ffa-big-card .sub-heading {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
  }
  /* line 905, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-big-card .heading, .ffa_fundraisers.update .ffa-big-card .heading {
    font-size: 56px;
    line-height: 70px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }
  /* line 911, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-big-card .hr, .ffa_fundraisers.update .ffa-big-card .hr {
    margin: 0 auto 16px auto;
  }
  /* line 914, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-big-card .btn-orange-red, .ffa_fundraisers.update .ffa-big-card .btn-orange-red {
    width: auto;
  }
  /* line 917, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-big-card .ffa-card-body, .ffa_fundraisers.update .ffa-big-card .ffa-card-body {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
  }
  /* line 925, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-small-card, .ffa_fundraisers.update .ffa-small-card {
    padding: 16px;
    margin: 0 16px 56px 16px;
  }
  /* line 928, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-small-card .heading, .ffa_fundraisers.update .ffa-small-card .heading {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
  }
  /* line 935, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card, .ffa_fundraisers.update .ffa-step-card {
    padding: 24px 16px 8px;
    height: auto;
    margin-top: 32px;
  }
  /* line 940, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .step-progress, .ffa_fundraisers.update .ffa-step-card .step-progress {
    margin-bottom: 24px;
  }
  /* line 945, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .step-header .step-heading, .ffa_fundraisers.update .ffa-step-card .step-header .step-heading {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
  }
  /* line 950, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .step-header .sub-heading, .ffa_fundraisers.update .ffa-step-card .step-header .sub-heading {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
  }
  /* line 955, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .step-header .finish-heading, .ffa_fundraisers.update .ffa-step-card .step-header .finish-heading {
    font-size: 56px;
    line-height: 70px;
    letter-spacing: 0.01em;
  }
  /* line 962, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-red, .ffa_fundraisers.update .ffa-step-card .notification-red {
    text-align: center;
  }
  /* line 965, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-red .notification-heading, .ffa_fundraisers.update .ffa-step-card .notification-red .notification-heading {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
  }
  /* line 971, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-red .notification-body, .ffa_fundraisers.update .ffa-step-card .notification-red .notification-body {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
  }
  /* line 977, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-red .btn-download, .ffa_fundraisers.update .ffa-step-card .notification-red .btn-download {
    margin: 0 auto;
  }
  /* line 982, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .step-body, .ffa_fundraisers.update .ffa-step-card .step-body {
    margin-bottom: 24px;
  }
  /* line 986, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-grey, .ffa_fundraisers.update .ffa-step-card .notification-grey {
    padding: 16px;
  }
  /* line 988, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body {
    flex-direction: column;
  }
  /* line 991, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .step-col-third, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .step-col-third {
    max-width: inherit;
  }
  /* line 994, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .step-col-third .mobile-layout-flex, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .step-col-third .mobile-layout-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 1000, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .step-col-third .mobile-layout-flex .head-edit-link .desktop-edit-link, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .step-col-third .mobile-layout-flex .head-edit-link .desktop-edit-link {
    display: none;
  }
  /* line 1003, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-grey .notification-body .step-col-third .mobile-layout-flex .head-edit-link .mobile-edit-icon, .ffa_fundraisers.update .ffa-step-card .notification-grey .notification-body .step-col-third .mobile-layout-flex .head-edit-link .mobile-edit-icon {
    display: block;
  }
  /* line 1012, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-green, .ffa_fundraisers.update .ffa-step-card .notification-green {
    text-align: center;
    padding: 16px;
    margin-bottom: 32px;
  }
  /* line 1017, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-green .notification-heading, .ffa_fundraisers.update .ffa-step-card .notification-green .notification-heading {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
  }
  /* line 1022, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-green .notification-body, .ffa_fundraisers.update .ffa-step-card .notification-green .notification-body {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
  }
  /* line 1028, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-green .ffa-thankyou-point-wrapper, .ffa_fundraisers.update .ffa-step-card .notification-green .ffa-thankyou-point-wrapper {
    max-width: inherit;
    margin-bottom: 8px;
  }
  /* line 1033, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .thankyou-notification-footer-head, .ffa_fundraisers.update .ffa-step-card .thankyou-notification-footer-head {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
  }
  /* line 1040, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .thankyou-notification-footer-subhead, .ffa_fundraisers.update .ffa-step-card .thankyou-notification-footer-subhead {
    max-width: inherit;
    text-align: center;
  }
  /* line 1045, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .btn-fb-group, .ffa_fundraisers.update .ffa-step-card .btn-fb-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  /* line 1050, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .btn-ffa-home, .ffa_fundraisers.update .ffa-step-card .btn-ffa-home {
    width: 100%;
  }
  /* line 1055, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-col-57, .ffa_fundraisers.update .step-col-57 {
    max-width: inherit;
    margin: 0 auto 24px auto;
  }
  /* line 1060, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-col-39, .ffa_fundraisers.update .step-col-39 {
    max-width: inherit;
    margin: 0 auto 16px auto;
  }
  /* line 1065, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-col-18, .ffa_fundraisers.update .step-col-18 {
    max-width: 42.48%;
  }
  /* line 1069, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-col-33, .ffa_fundraisers.update .step-col-33 {
    max-width: 53.66%;
  }
  /* line 1073, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot, .ffa_fundraisers.update .step-card-foot {
    flex-direction: column-reverse;
  }
  /* line 1075, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .btn-orange-red, .ffa_fundraisers.update .step-card-foot .btn-orange-red {
    margin-left: 0;
    justify-content: center;
    width: 100%;
    max-width: 48%;
    padding: 12px 0;
  }
  /* line 1083, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .btn-back-link, .ffa_fundraisers.update .step-card-foot .btn-back-link {
    width: 100%;
    max-width: 48%;
  }
  /* line 1087, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .btn-back, .ffa_fundraisers.update .step-card-foot .btn-back {
    padding: 12px 0;
  }
  /* line 1090, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .step-count, .ffa_fundraisers.update .step-card-foot .step-count {
    margin-bottom: 16px;
  }
  /* line 1093, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .mobile-mb-16, .ffa_fundraisers.update .step-card-foot .mobile-mb-16 {
    margin-bottom: 16px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  /* line 1099, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .mobile-mb-16 .btn-green, .ffa_fundraisers.update .step-card-foot .mobile-mb-16 .btn-green {
    padding: 12px 14px;
    margin-left: 0;
    cursor: pointer;
  }
  /* line 1106, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .btn-blank, .ffa_fundraisers.update .step-card-foot .btn-blank {
    padding: 12px 14px;
    justify-content: center;
    cursor: pointer;
  }
  /* line 1114, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .material-textfield input, .ffa_fundraisers.show .material-textfield label, .ffa_fundraisers.update .material-textfield input, .ffa_fundraisers.update .material-textfield label {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show, .ffa_fundraisers.update {
    background-image: url(/assets/all-steps-bg-mobile-319bc7600c6581630fecbcf5068e7a144f00102f20699f96817b9d5c8b606e24.svg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 1126, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show.start, .ffa_fundraisers.update.start {
    background-image: url(/assets/ffa-bg-mobile-b7d0353ae01c21b57570a6873cde012ebe9eb68762280bd06ac10a83b1194d9b.svg);
  }
  /* line 1131, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .fb-text, .ffa_fundraisers.update .ffa-step-card .fb-text {
    width: 100%;
  }
  /* line 1135, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .home-text, .ffa_fundraisers.update .ffa-step-card .home-text {
    margin-bottom: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 390px) {
  /* line 1144, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .notification-green .ffa-thankyou-point-wrapper, .ffa_fundraisers.update .ffa-step-card .notification-green .ffa-thankyou-point-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-around;
    row-gap: 24px;
  }
  /* line 1151, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-step-card .step-header .finish-heading, .ffa_fundraisers.update .ffa-step-card .step-header .finish-heading {
    font-size: 42px;
  }
  /* line 1157, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .btn-orange-red, .ffa_fundraisers.update .step-card-foot .btn-orange-red {
    padding: 12px 16px;
  }
  /* line 1160, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .btn-back, .ffa_fundraisers.update .step-card-foot .btn-back {
    padding: 12px 16px;
  }
  /* line 1164, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .btn-green, .ffa_fundraisers.update .step-card-foot .btn-green {
    width: 100%;
  }
  /* line 1168, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .step-card-foot .btn-blank, .ffa_fundraisers.update .step-card-foot .btn-blank {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 321px) {
  /* line 1177, app/assets/stylesheets/ffa_fundraiser.css.scss */
  .ffa_fundraisers.show .ffa-big-card .heading, .ffa_fundraisers.update .ffa-big-card .heading {
    font-size: 50px;
  }
}
/* line 1, app/assets/stylesheets/ffa_header.css.scss */
.ffa_fundraisers.show, .ffa_fundraisers.update {
  padding: 0;
  margin: 0;
}

/* line 6, app/assets/stylesheets/ffa_header.css.scss */
.ffa-header {
  width: 100%;
  height: 73px;
  background: #FFFFFF;
  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);
}

/* line 12, app/assets/stylesheets/ffa_header.css.scss */
.ffa-header .header-container {
  padding: 17px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 18, app/assets/stylesheets/ffa_header.css.scss */
.ffa-header .header-container .head-logo {
  max-width: 134px;
}

/* line 20, app/assets/stylesheets/ffa_header.css.scss */
.ffa-header .header-container .head-logo img {
  width: 100%;
}

/* line 25, app/assets/stylesheets/ffa_header.css.scss */
.ffa-header .header-container .deadline {
  display: flex;
  align-items: center;
}

/* line 28, app/assets/stylesheets/ffa_header.css.scss */
.ffa-header .header-container .deadline .deadline-title {
  margin-right: 16px;
}

/* line 31, app/assets/stylesheets/ffa_header.css.scss */
.ffa-header .header-container .deadline .poppins-red {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: bold;
  font-size: 25.89px;
  line-height: 39px;
  letter-spacing: 0.08em;
  color: #CD2F0A;
}

/* line 44, app/assets/stylesheets/ffa_header.css.scss */
.ffa-header .poppins-16 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #353535;
}

/* line 54, app/assets/stylesheets/ffa_header.css.scss */
.ffa-header .m-r-16 {
  margin-right: 16px;
}

@media screen and (max-width: 991px) {
  /* line 59, app/assets/stylesheets/ffa_header.css.scss */
  .ffa-header .header-container {
    padding: 16px;
  }
  /* line 61, app/assets/stylesheets/ffa_header.css.scss */
  .ffa-header .header-container .deadline {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 65, app/assets/stylesheets/ffa_header.css.scss */
  .ffa-header .header-container .deadline .deadline-title {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }
  /* line 71, app/assets/stylesheets/ffa_header.css.scss */
  .ffa-header .header-container .deadline .poppins-red {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
  }
  /* line 77, app/assets/stylesheets/ffa_header.css.scss */
  .ffa-header .header-container .deadline .poppins-16 {
    font-size: 10px;
  }
  /* line 81, app/assets/stylesheets/ffa_header.css.scss */
  .ffa-header .header-container .deadline .m-r-16 {
    margin-right: 4px;
  }
}
/* 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;
}
@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: 'Brandon-smith-stamp';
  src: url(/assets/Brandon-Smith-Stamp-e06895750bc4f044db5337f9beb373e4c9c596622d0488a0a2c4c6316a29af4d.otf) format("OpenType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lilita-One';
  src: url(/assets/LilitaOne-Regular-e9832783fe4577eeed44b5e91488d40c904b646695d8036b864650283b125888.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 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;
  }
}
@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: 'Brandon-smith-stamp';
  src: url(/assets/Brandon-Smith-Stamp-e06895750bc4f044db5337f9beb373e4c9c596622d0488a0a2c4c6316a29af4d.otf) format("OpenType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lilita-One';
  src: url(/assets/LilitaOne-Regular-e9832783fe4577eeed44b5e91488d40c904b646695d8036b864650283b125888.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: 'Brandon-smith-stamp';
  src: url(/assets/Brandon-Smith-Stamp-e06895750bc4f044db5337f9beb373e4c9c596622d0488a0a2c4c6316a29af4d.otf) format("OpenType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lilita-One';
  src: url(/assets/LilitaOne-Regular-e9832783fe4577eeed44b5e91488d40c904b646695d8036b864650283b125888.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;
  }
}
/* 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;
}
/* line 2, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper {
  max-width: 1556px;
  margin: 0 auto;
  padding: 16px;
}

/* line 8, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .hero-section-wrapper .hero-image {
  width: 100%;
  border-radius: 30px;
  height: 437px;
}

/* line 15, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .banner {
  margin-top: -380px;
  margin-bottom: 40px;
}

/* line 19, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .banner .heading {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins-bold';
  font-size: 64px;
  line-height: 90px;
  letter-spacing: -3.84px;
  margin-bottom: 35px;
}

/* line 29, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .banner .content-wrapper {
  display: flex;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .banner .content-wrapper .content {
  font-family: 'Poppins-bold';
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.64px;
  display: flex;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  max-width: 652px;
  width: 100%;
}

/* line 46, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .banner .content-wrapper .content .image {
  padding-right: 10px;
}

/* line 52, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .banner .learn-video {
  text-align: center;
  margin-bottom: 40px;
}

/* line 56, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .banner .learn-video .youtube-video {
  max-width: 803px;
  width: 100%;
  height: 452px;
}

/* line 64, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .get-your-section {
  display: flex;
  justify-content: center;
}

/* line 68, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .get-your-section .get-your-btn {
  color: #000;
  text-align: center;
  font-family: 'Poppins-bold';
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.56px;
  display: flex;
  padding: 25px 20px;
  justify-content: center;
  border-radius: 10px;
  background: #FFB514;
  box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
}

/* line 82, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .get-your-section .get-your-btn:hover {
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section {
  position: relative;
  max-width: 1556px;
}

/* line 92, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-content: space-around;
  padding: 0 16px;
}

/* line 99, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .info-section {
  position: relative;
  max-width: 1556px;
}

/* line 104, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .section-container {
  width: 100%;
  height: 872px;
  border-radius: 20px;
}

/* line 110, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base #grid-base {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-content: space-around;
  padding: 0 16px;
}

/* line 118, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

/* line 125, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/* line 135, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .inner-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
  padding: 35px 10px 50px 10px;
  border-radius: 10px;
}

/* line 144, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .inner-container .image {
  max-width: 614px;
  width: 100%;
  height: 100%;
  max-height: 200px;
  flex-shrink: 0;
}

/* line 153, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .heading {
  text-shadow: 0px 4px 6px rgba(16, 24, 40, 0.1), 0px 2px 4px rgba(16, 24, 40, 0.1);
  max-width: 366px;
  font-family: 'Poppins-bold';
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}

/* line 165, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .bullets {
  font-family: 'Poppins-bold';
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 1.28px;
}

@media (max-width: 1181px) {
  /* line 173, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .bullets {
    font-size: 25px;
  }
}

/* line 179, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section {
  background: #E4E4E7;
  display: flex;
  padding: 40px 20px 10px 20px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
}

/* line 188, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .heading {
  max-width: 652px;
  text-align: center;
  font-size: 32px;
  font-family: 'Poppins-bold';
  line-height: 40px;
  letter-spacing: -0.64px;
}

/* line 197, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

/* line 202, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms {
  text-align: center;
}

/* line 205, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid black;
  background: #fff;
  width: 144px;
  height: 144px;
  border-radius: 100px;
  margin: 0 auto 15px;
}

/* line 217, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms .walmart-circle {
  display: block !important;
}

/* line 221, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms .walmart-image {
  max-width: 110px;
  width: 100%;
  height: 78%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 229, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms .amazon-image {
  max-width: 110px;
  width: 100%;
  height: 75%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 10px;
}

/* line 238, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms .image {
  max-width: 99px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 248, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .we-can-help {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: italic;
  font-family: 'Poppins-bold';
  line-height: 36px;
  letter-spacing: -0.56px;
}

/* line 258, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .click-here {
  display: flex;
  padding: 20px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #FFB514;
  font-size: 20px;
  font-family: 'Poppins-bold';
  letter-spacing: -0.8px;
  line-height: 20px;
}

/* line 270, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .click-here:hover {
  cursor: pointer;
}

/* line 275, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .laptop-container {
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 280, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .laptop-container .laptop {
  max-width: 310px;
}

/* line 284, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .laptop-container .inner-image-container {
  position: absolute;
  top: 12px;
  left: 36px;
}

/* line 289, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .laptop-container .inner-image-container .inner-image {
  max-width: 238px;
  height: 148px;
}

/* line 296, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .bullets-wrapper {
  padding-left: 5px;
}

/* line 300, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .bullets {
  font-feature-settings: 'salt' on;
  font-family: 'Poppins-semi-bold';
  font-size: 23px;
  line-height: 30px;
}

/* line 308, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section {
  display: flex;
  gap: 50px;
  background: #FFB514;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding: 40px 15px 0px 15px;
}

/* line 317, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .main-heading {
  text-align: center;
  font-family: 'Poppins-bold';
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  width: 100%;
  max-width: 649px;
}

/* line 327, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .sub-heading {
  text-align: center;
  font-family: 'Poppins-bold';
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.64px;
  max-width: 573px;
  width: 100%;
}

/* line 337, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .checkout-container {
  display: flex;
  gap: 25px;
  flex-direction: column-reverse;
}

/* line 343, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .checkout-button {
  padding: 15px;
  text-align: center;
  font-family: 'Poppins-bold';
  border-radius: 10px;
  background: #232323;
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
}

/* line 354, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .checkout-button a {
  color: #fff;
}

/* line 359, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .image-wrapper {
  position: relative;
  max-width: 550px;
  width: 100%;
}

/* line 365, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .agzaga-image-bg {
  position: absolute;
  top: -9px;
  left: 4px;
  width: 100%;
}

/* line 372, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .agzaga-image {
  position: relative;
  z-index: 1;
  max-width: 550px;
  width: 100%;
}

/* line 379, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .portfolio-section {
  background-color: #000;
  display: flex;
  max-width: 648px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

/* line 389, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .portfolio-section .image {
  max-width: 116px;
  width: 100%;
  height: 229px;
  flex-shrink: 0;
  border-radius: 5px;
}

/* line 399, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section {
  background-color: #000;
  display: flex;
  padding: 30px 16px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

/* line 410, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC input {
  border: unset !important;
  border-radius: 5px !important;
}

/* line 415, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC .go3176171171 {
  margin-bottom: 20px;
}

/* line 419, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC .needsclick[data-testid="form-component"] {
  padding: 5px !important;
  justify-content: center !important;
}

/* line 424, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC .go300628013 {
  max-width: 200px;
}

/* line 429, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC input,
.partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC select,
.partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC textarea {
  width: 100%;
}

/* line 437, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section .center-circle {
  width: 155px;
  height: 155px;
  background-color: black;
  border-radius: 100%;
  position: absolute;
  left: calc(50% - 80px);
  top: calc(50% - 80px);
  border: 12px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 450, app/assets/stylesheets/partners.scss */
.partners.show .partner-page-wrapper .info-section .center-circle .image {
  max-width: 68px;
  height: 105px;
}

@media (max-width: 1100px) {
  /* line 459, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner {
    margin-top: -420px;
    margin-bottom: 80px;
    padding: 0 50px;
  }
  /* line 464, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .heading {
    max-width: 852px;
    width: 100%;
    font-size: 52px;
    line-height: 80px;
    letter-spacing: -1.04px;
    margin-bottom: 20px;
  }
  /* line 473, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .content-wrapper {
    display: flex;
    justify-content: center;
  }
  /* line 477, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .content-wrapper .content {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
    display: flex;
    padding: 12px 0;
  }
  /* line 484, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .content-wrapper .content .content-heading {
    max-width: unset;
  }
  /* line 488, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .content-wrapper .content .image {
    width: 64px;
    height: 45px;
    padding-right: 10px;
  }
  /* line 497, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .partner-page-wrapper {
    padding: 16px;
  }
  /* line 503, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .get-your-section .get-your-btn {
    font-size: 32px;
    line-height: 40px;
    max-width: 631px;
    letter-spacing: -0.64px;
  }
  /* line 511, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section {
    display: flex;
    justify-content: center;
  }
  /* line 515, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section .section-container {
    max-width: 960px;
    height: auto !important;
    border-radius: 30px;
  }
  /* line 521, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base {
    grid-template-columns: 1fr;
  }
  /* line 524, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 10px;
  }
  /* line 530, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  /* line 540, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .why-bg-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  /* line 546, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .inner-container {
    padding: 65px 60px 45px 60px;
    gap: 10px;
    align-items: normal;
  }
  /* line 551, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .inner-container .inner-image {
    display: none;
  }
  /* line 555, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .inner-container .heading {
    max-width: unset;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
  /* line 561, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .inner-container .bullets {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.56px;
  }
  /* line 569, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section {
    padding-top: 25px;
  }
  /* line 572, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .heading {
    max-width: 562px;
  }
  /* line 576, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .we-can-help {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 582, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .click-here {
    padding: 20px 25px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.96px;
  }
  /* line 590, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .laptop-container .laptop {
    width: 372px;
    height: 216px;
    flex-shrink: 0;
  }
  /* line 597, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .laptop-container .inner-image-container .inner-image {
    width: 327px;
    height: 180px;
  }
  /* line 604, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .bullets {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
  /* line 611, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section {
    padding: 20px 50px;
    gap: 20px;
  }
  /* line 615, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .main-heading {
    color: #000;
    max-width: 640px;
    width: 100%;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  /* line 624, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .sub-heading {
    max-width: 640px;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.56px;
  }
  /* line 632, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .checkout-button {
    max-width: 640px;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  /* line 641, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .checkout-container {
    gap: 8px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  /* line 648, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .agzaga-image {
    max-width: 960px;
    width: 100%;
  }
  /* line 653, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .portfolio-section {
    display: none;
  }
  /* line 659, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section .center-circle {
    width: 100px;
    height: 100px;
    top: -2%;
    left: calc(50% - 50px);
    border: none;
  }
  /* line 666, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section .center-circle .image {
    max-width: 38px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  /* line 676, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .section-container {
    border-radius: 5px;
  }
  /* line 680, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .hero-section-wrapper {
    margin-bottom: 130px;
  }
  /* line 683, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .hero-section-wrapper .hero-image {
    border-radius: 5px;
    height: 175px;
  }
  /* line 688, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .hero-section-wrapper .banner-wrapper {
    display: flex;
    justify-content: center;
  }
  /* line 694, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner {
    margin-top: -290px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  /* line 699, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .heading {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 10px;
  }
  /* line 706, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .content-wrapper {
    display: flex;
    justify-content: center;
  }
  /* line 710, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .content-wrapper .content {
    font-family: 'Poppins-semi-bold';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.48px;
    display: flex;
    padding: 5px 0;
    justify-content: center;
    align-items: center;
    max-width: 205px;
    width: 100%;
  }
  /* line 722, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .content-wrapper .content .image {
    width: 30px;
    height: auto;
    padding-right: 10px;
  }
  /* line 730, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .learn-video {
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 734, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .banner .learn-video .youtube-video {
    height: 174px;
  }
  /* line 741, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .get-your-section {
    margin-bottom: 40px;
  }
  /* line 744, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .get-your-section .get-your-btn {
    font-family: 'Poppins-semi-bold';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.56px;
    padding: 7px;
    border-radius: 5px;
  }
  /* line 754, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section {
    display: block;
  }
  /* line 758, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section {
    flex-direction: column;
    align-items: center;
  }
  /* line 763, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  /* line 773, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .why-bg-image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  /* line 779, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .inner-container {
    gap: 10px;
    padding: 30px 0px 0px 0px;
  }
  /* line 783, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .inner-container .heading {
    padding: 0 10px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.8px;
    width: auto;
  }
  /* line 791, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .why-partner-section .inner-container .bullets {
    font-family: 'Poppins-bold';
    max-width: 318px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px;
    padding-left: 25px;
  }
  /* line 802, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section {
    padding-top: 15px;
    gap: 15px;
  }
  /* line 806, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .heading {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    max-width: 301px;
  }
  /* line 813, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper {
    display: flex;
    justify-content: space-evenly;
    max-width: 300px;
  }
  /* line 820, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms .circle {
    width: 78px;
    height: 78px;
  }
  /* line 825, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms .image {
    width: 60px;
  }
  /* line 829, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms .walmart-image {
    width: 60px;
    height: 78%;
  }
  /* line 834, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .platforms-wrapper .platforms .amazon-image {
    width: 60px;
    margin-top: 5px;
  }
  /* line 841, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .we-can-help {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  /* line 847, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .click-here {
    font-family: 'Poppins-semi-bold';
    padding: 7px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.96px;
    border-radius: 5px;
  }
  /* line 857, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .laptop-container .laptop {
    width: 239px;
    height: 138px;
    flex-shrink: 0;
  }
  /* line 863, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .laptop-container .inner-image-container {
    top: 9px;
    left: 28px;
  }
  /* line 867, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .laptop-container .inner-image-container .inner-image {
    width: 183px;
    height: 114px;
  }
  /* line 873, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .platforms-section .bullets {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Poppins-semi-bold';
    line-height: unset;
    padding-left: 5px;
  }
  /* line 882, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section {
    padding: 10px 18px;
    gap: 8px;
  }
  /* line 886, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .main-heading {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  /* line 893, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .sub-heading {
    max-width: 285px;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.48px;
  }
  /* line 901, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .checkout-button {
    font-family: 'Poppins-semi-bold';
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    padding: 7px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.48px;
  }
  /* line 912, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .agzaga-image-bg {
    max-width: 357px;
    width: 100%;
    top: -7px;
    left: 2px;
  }
  /* line 919, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .marketing-section .agzaga-image {
    max-width: 357px;
    width: 100%;
  }
  /* line 925, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section {
    padding: 5px;
  }
  /* line 931, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC input {
    height: 24px !important;
  }
  /* line 935, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC label {
    font-family: 'Poppins-semi-bold' !important;
    font-size: 14px !important;
  }
  /* line 940, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC label[for="phone_number_01JHNPXKHN4NCZSY4F4MEWA9H8"] {
    font-family: 'Poppins-semi-bold' !important;
    font-size: 14px !important;
  }
  /* line 945, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC .needsclick.go3132032548.kl-private-reset-css-Xuajs1 {
    height: 24px !important;
    border: unset !important;
    border-radius: 5px !important;
    height: unset !important;
  }
  /* line 952, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC .needsclick.go300628013.kl-private-reset-css-Xuajs1 {
    font-size: 12px !important;
    border-radius: 5px !important;
    max-width: 143px !important;
    width: 100%;
    height: 34px !important;
  }
  /* line 960, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC #kl_platform_interest__12_label {
    font-family: 'Poppins-semi-bold' !important;
    font-size: 14px !important;
  }
  /* line 965, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section #grid-base .ready-to-sell-section .klaviyo-form-SnzULC .needsclick.kl-private-reset-css-Xuajs1 {
    font-family: 'Poppins-semi-bold' !important;
    font-size: 14px !important;
  }
  /* line 973, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section .center-circle {
    width: 57px;
    height: 57px;
    top: -1.5%;
    left: calc(50% - 30px);
  }
  /* line 979, app/assets/stylesheets/partners.scss */
  .partners.show .partner-page-wrapper .info-section .center-circle .image {
    max-width: 25px;
    height: 39px;
  }
}
/* line 3, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

/* line 10, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-detail-section .breadcrumb-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

/* line 17, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-detail-section .breadcrumb-group .taxon-breadcrumb-desktop a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-detail-section .breadcrumb-group .taxon-breadcrumb-desktop a:hover {
  color: var(--palette-neutral-700);
}

/* line 33, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-detail-section .breadcrumb-group .separator {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-300);
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
}

/* line 48, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

/* line 52, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section {
  max-width: 65.78%;
  width: 100%;
}

/* line 56, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info {
  padding: 0;
}

/* line 59, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section {
  display: none;
}

/* line 63, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .product-detail-section {
  padding: 0 16px;
}

/* line 66, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .product-detail-section .product-name {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: var(--palette-neutral-900);
  text-align: left;
  margin-bottom: 4px;
}

/* line 78, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group {
  margin-bottom: 32px;
  height: auto;
}

/* line 83, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSSlideWrapper {
  margin: 0 0 20px 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 88, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSSlideWrapper .lightgallery {
  margin: 0 auto;
}

/* line 91, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSSlideWrapper .lightgallery img, .products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSSlideWrapper .lightgallery video {
  border: 1px solid var(--palette-neutral-200);
  border-radius: 16px;
  height: calc(min(32.23vw, 392px));
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--palette-shades-0);
}

/* line 99, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSSlideWrapper .lightgallery video {
  width: 100%;
  vertical-align: middle;
  aspect-ratio: 1 / 1;
}

/* line 107, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSGallery {
  padding: 4px 0;
}

/* line 110, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSGallery li {
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid var(--palette-neutral-100);
  margin-bottom: 0;
}

/* line 117, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSGallery .active {
  border: 1px solid var(--palette-primary-300);
  box-shadow: 0px 0px 0px 4px #FFEDC7;
}

/* line 125, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .slider-nav-group .goToPrevSlide {
  left: 20px;
  bottom: 55%;
  width: auto;
  height: auto;
  background: none;
  filter: brightness(0.3);
}

/* line 134, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .slider-nav-group .goToNextSlide {
  right: 20px;
  bottom: 55%;
  width: auto;
  height: auto;
  background: none;
}

/* line 145, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group {
  border-radius: 12px;
  margin-bottom: 48px;
}

/* line 149, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .headings {
  display: flex;
  margin-bottom: 26px;
  position: relative;
}

/* line 154, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .headings .nav-fill {
  margin-bottom: 0 !important;
}

/* line 157, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .headings .nav-fill .nav-item {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 164, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .headings .nav-fill .nav-item a {
  color: var(--palette-neutral-500);
  padding: 16px;
}

/* line 168, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .headings .nav-fill .nav-item a:hover {
  color: var(--palette-neutral-900);
}

/* line 173, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .headings .nav-fill .nav-item .nav-link {
  border-bottom: 2px solid #E4E4E7;
  color: var(--palette-neutral-500);
}

/* line 177, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .headings .nav-fill .nav-item .nav-link:hover {
  border-bottom: 2px solid #18181B;
}

/* line 182, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .headings .nav-fill .nav-item .nav-link.active {
  color: var(--palette-neutral-900);
  border-bottom: 2px solid #18181B;
}

/* line 189, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .headings .under-line {
  border-bottom: 2px solid var(--palette-neutral-200);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/* line 198, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .tab-content {
  padding: 0;
  margin-bottom: 18px;
  box-shadow: none;
  background: initial;
  min-height: auto;
}

/* line 205, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .tab-content .tab-pane {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  text-align: left;
}

/* line 214, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .tab-content .tab-pane p {
  padding: 0;
}

/* line 218, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-group .tab-content .tab-pane .sku {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
  margin-bottom: 24px;
}

/* line 232, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .video-section {
  margin-bottom: 24px;
}

/* line 235, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .video-section .title {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-900);
  margin-bottom: 20px;
}

/* line 245, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .video-section .video-block {
  width: calc(min(55.555555vw, 800px));
  margin: 0 auto;
  height: calc(min(31.45vw, 453px));
  margin-bottom: 24px;
}

/* line 251, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .video-section .video-block iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* line 259, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-media-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 48px;
}

/* line 265, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-media-section .description-section {
  width: 84.87%;
}

/* line 268, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-media-section .description-section .text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-700);
}

/* line 278, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-media-section .description-section .media-section {
  text-align: right;
}

/* line 281, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-media-section .description-section .media-section .heading {
  border: none;
}

/* line 285, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-media-section .description-section .media-section .icons {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  cursor: pointer;
}

/* line 293, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .image-description-section .description-media-section .heading {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--palette-neutral-200);
  margin-bottom: 18px;
}

/* line 307, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons {
  max-width: 384px;
  width: 100%;
  min-width: 260px;
}

/* line 312, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 317, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section .product-name {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
  order: 1;
  margin-bottom: 16px;
  text-align: left;
}

/* line 330, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section .reviews-media-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}

/* line 336, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section .reviews-media-section .reviews-rating-section {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  width: 100%;
}

/* line 342, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section .reviews-media-section .reviews-rating-section .reviews {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 347, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section .reviews-media-section .reviews-rating-section .reviews .rating-section {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

/* line 351, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section .reviews-media-section .reviews-rating-section .reviews .rating-section .rating {
  --star: url('Rating.svg');
  background: initial;
  --starsize: 16px;
}

/* line 357, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section .reviews-media-section .reviews-rating-section .reviews .rating-section .number {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
}

/* line 368, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section .reviews-media-section .reviews-rating-section .reviews .bulk-avialable-tag {
  background: var(--palette-success-100);
  border-radius: 24px;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-success-700);
  padding: 0 10px;
}

/* line 385, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section {
  padding: 0;
  margin-bottom: 24px;
}

/* line 389, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details {
  background: var(--palette-shades-0);
  border: 1px solid var(--palette-neutral-200);
  border-radius: 12px;
}

/* line 394, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .orignal-price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: var(--palette-neutral-500);
}

/* line 404, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .bundle-price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: var(--palette-neutral-500);
  margin-top: 5px;
}

/* line 413, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .line-through {
  text-decoration-line: line-through;
}

/* line 417, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price {
  padding: 16px;
  background: var(--palette-neutral-50);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: left;
  position: relative;
}

/* line 425, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price .product-on-sale {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 430, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price .product-on-sale .sale-discount-section {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}

/* line 435, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price .product-on-sale .sale-discount-section .current-price {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: var(--palette-destructive-600);
}

/* line 445, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price .product-on-sale .discount-percentage {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
}

/* line 456, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price .current-price {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: var(--palette-neutral-600);
}

/* line 465, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price .on-sale-tag {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--palette-shades-0);
  background: var(--palette-destructive-400);
  border-radius: 4px;
  padding: 0 8px;
  position: absolute;
  bottom: -6px;
}

/* line 481, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price .affirm-payment-tag {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 493, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price .affirm-payment-tag .affirm-payment-link {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}

/* line 498, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .price .affirm-payment-tag .affirm-payment-link .learn-more-link {
  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 511, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail {
  width: 100%;
  padding: 0 16px;
}

/* line 515, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .stock-shipping-detail {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #47A3F7;
  text-align: left;
  padding: 24px 0 24px 4px;
  border-bottom: 1px solid var(--palette-neutral-200);
  margin-bottom: 20px;
}

/* line 528, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .stock-shipping-detail .stock-detail {
  margin-bottom: 4px;
}

/* line 531, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .stock-shipping-detail .stock-detail .quantity {
  color: #47A3F7;
  margin-left: 4px;
}

/* line 537, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .stock-shipping-detail .shipping-estimate-time {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

/* line 542, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .stock-shipping-detail .shipping-estimate-time .shipping-estimate-time-svg {
  width: 20px;
  height: 20px;
}

/* line 547, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .stock-shipping-detail .shipping-estimate-time .estimate-time {
  color: var(--palette-neutral-600);
}

/* line 554, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

/* line 559, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variant-presentation {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
  margin-bottom: 8px;
}

/* line 569, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variant-presentation .clr-red {
  color: var(--palette-destructive-500);
}

/* line 574, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variant-options-for-selection {
  display: grid;
  -moz-column-gap: 8px;
       column-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}

/* line 579, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variant-options-for-selection input[type="radio"] {
  display: none;
}

/* line 582, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variant-options-for-selection input[type="radio"]:checked + label {
  border: 1.5px solid var(--palette-neutral-700);
  color: var(--palette-neutral-800);
}

/* line 588, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variant-options-for-selection .label-name {
  max-width: 112px;
  width: 100%;
  border: 1px solid var(--palette-neutral-200);
  border-radius: 6px;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
  padding: 8px 16px;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 606, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variant-options-for-selection .label-name .notify-icon {
  position: absolute;
  top: -6px;
  right: -6px;
  display: none;
}

/* line 615, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variants-options-section {
  order: 1;
}

/* line 618, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variants-options-section .option-label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
  margin-bottom: 8px;
  text-align: left;
}

/* line 631, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variants-options-section .select2-selection.select2-selection--single {
  border: 1px solid var(--palette-neutral-300);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  height: 44px;
}

/* line 637, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variants-options-section .select2-selection.select2-selection--single .select2-selection__rendered {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  line-height: 44px;
  text-align: left;
}

/* line 648, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variants-options-section .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 44px;
}

/* line 651, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variants-options-section .select2-selection.select2-selection--single .select2-selection__arrow b {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  width: 20px;
  height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  background-size: 100%;
  border: none;
  filter: brightness(0.3);
}

/* line 667, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .buy-in-bulk .buy-in-bulk-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-700);
}

/* line 679, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .buy-in-bulk .buy-in-bulk-text:before {
  content: url(/assets/bulk_price_icon-d4a682ad003498e106bdc18198385d23b95d385289050aa6bb66e4f7e63e2147.svg);
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

/* line 689, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .buy-in-bulk .pallet-section .pallets .add-pallet-to-cart-button {
  background: var(--palette-success-100);
  border: none;
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-success-700);
}

/* line 701, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .buy-in-bulk .pallet-section .pallets .price-per-unit {
  color: var(--palette-neutral-600);
}

/* line 708, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

/* line 713, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section .quantity-btn-group .buttons {
  display: flex;
  position: relative;
}

/* line 717, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section .quantity-btn-group .buttons .button, .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section .quantity-btn-group .buttons .quantity {
  width: 44px;
  height: 48px;
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  box-shadow: none;
}

/* line 727, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section .quantity-btn-group .notify-icon {
  position: absolute;
  right: -6px;
  top: -6px;
  cursor: pointer;
}

/* line 735, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section .add-to-cart-button {
  width: 100%;
}

/* line 738, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section .add-to-cart-button .add-to-cart {
  width: 100%;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-shades-0);
  background: var(--palette-primary-500);
  border-radius: 6px;
  padding: 10px;
  box-shadow: none;
}

/* line 753, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section .add-to-cart-button .out-of-stock-btn:after {
  border-radius: 6px;
}

/* line 760, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .colors-variants {
  margin-bottom: 12px;
}

/* line 763, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .colors-variants .variant-label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
  margin-bottom: 8px;
  text-align: left;
}

/* line 775, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .colors-variants .variant-options {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-wrap: wrap;
}

/* line 780, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .colors-variants .variant-options .options {
  max-width: 80px;
  width: 100%;
  border: 1px solid var(--palette-neutral-600);
  border-radius: 6px;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-800);
  padding: 8px 0;
}

/* line 797, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered {
  margin: 0 auto;
}

/* line 800, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-content {
  background: #FFFFFF;
  border-radius: 24px 24px;
  border: none;
}

/* line 804, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-content .modal-header {
  border: none;
  padding: 1rem 1rem 0 1rem;
}

/* line 810, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body {
  padding: 0 32px;
}

/* line 812, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content {
  text-align: left;
}

/* line 814, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .keep-shopping {
  margin-bottom: 20px;
}

/* line 817, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .heading {
  font-family: 'Lexend-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--palette-neutral-800);
  margin-bottom: 8px;
}

/* line 826, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .text-body {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-700);
  margin-bottom: 20px;
}

/* line 838, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-text-body-bottom-line {
  border-bottom: 1px solid var(--palette-neutral-200);
  margin-bottom: 20px;
}

/* line 844, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .notify-button {
  width: 100%;
  background: var(--palette-neutral-800);
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px;
  margin-bottom: 10px;
}

/* line 851, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .notify-button .notify {
  text-decoration: none;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  margin-right: 7px;
}

/* line 865, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .variant-email-field {
  margin-bottom: 24px;
}

/* line 867, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .variant-email-field .v-email {
  padding: 12px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px;
}

/* line 876, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .variant-option {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
  margin-bottom: 8px;
}

/* line 887, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .color-option {
  padding: 8px 18.5px;
  max-width: 80px;
  background: #FFFFFF;
  width: 100%;
  text-align: center;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
  margin-bottom: 12px;
}

/* line 905, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .size-variant {
  margin-bottom: 20px;
}

/* line 909, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant {
  width: 100%;
}

/* line 911, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 100%;
  margin-bottom: 12px;
  align-items: center;
}

/* line 918, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row .image {
  border-radius: 8px;
}

/* line 920, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row .image .img {
  display: block;
  max-width: 80px;
  width: 100%;
  border: 1px solid var(--palette-neutral-200);
  border-radius: 6px;
}

/* line 929, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row .title {
  font-family: 'Poppins-medium';
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-size: 12px;
}

/* line 936, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row .title .head {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--palette-neutral-600);
  text-align: left;
}

/* line 944, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row .title .price {
  display: flex;
  background: transparent;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 0;
}

/* line 950, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row .title .price .variant-price {
  font-weight: 600;
  color: var(--palette-neutral-800);
  text-align: left;
}

/* line 956, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row .title .price .sale-price {
  color: var(--palette-destructive-500);
}

/* line 960, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row .title .price .original-price {
  color: var(--palette-neutral-500);
  text-decoration: line-through;
}

/* line 965, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .modal-body-product-data .product-variant .variant-row .title .price .current-price {
  font-size: 12px;
}

/* line 973, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog-centered .modal-body .header-content .variant-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
  margin-bottom: 40px;
}

/* line 990, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .share-favorite-section {
  display: flex;
  margin: 0 16px;
  border-top: 1px solid var(--palette-neutral-200);
  padding: 10px 0;
}

/* line 999, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products {
  padding: 0;
  position: relative;
  margin-bottom: 24px;
  background: var(--palette-shades-0);
  border: 1px solid var(--palette-neutral-200);
  border-radius: 12px;
  text-align: left;
}

/* line 1008, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .header-text {
  padding: 16px;
  background: var(--palette-neutral-50);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 1px solid var(--palette-neutral-200);
  color: var(--palette-shades-100);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.21px;
}

/* line 1022, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .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 1032, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .carousel-button.left {
  border-left: transparent;
  border-radius: 0 8px 8px 0;
}

/* line 1037, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .carousel-button.right {
  right: 0%;
  border-right: transparent;
  border-radius: 8px 0 0 8px;
}

/* line 1044, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-section, .products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-slider {
  display: flex;
  overflow-x: scroll;
  padding: 16px 15px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  position: relative;
}

/* line 1050, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-section::-webkit-scrollbar, .products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-slider::-webkit-scrollbar {
  display: none;
}

/* line 1054, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-section .included-product, .products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-slider .included-product {
  max-width: 190px;
}

/* line 1057, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-section .included-product .image-section, .products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-slider .included-product .image-section {
  border: 1px solid var(--palette-neutral-200);
  border-radius: 4px;
  width: 190px;
  aspect-ratio: 1 / 1;
}

/* line 1064, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-section .included-product .image-section .image, .products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-slider .included-product .image-section .image {
  border-radius: inherit;
  width: 100%;
}

/* line 1070, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-section .included-product .price, .products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-slider .included-product .price {
  margin-top: 8px;
  color: var(--palette-primary-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
}

/* line 1080, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-section .included-product .name, .products.show .product-page-container .product-page-section .add-to-cart-add-ons .gift-group-products .products-slider .included-product .name {
  margin-top: 8px;
  color: var(--palette-shades-100);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
}

/* line 1093, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group {
  display: none;
  border-radius: 12px;
  margin-bottom: 48px;
}

/* line 1098, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings {
  display: flex;
  margin-bottom: 26px;
  position: relative;
}

/* line 1103, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .nav-fill {
  margin-bottom: 0 !important;
}

/* line 1106, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .nav-fill .nav-item {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 1113, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .nav-fill .nav-item a {
  color: var(--palette-neutral-500);
  padding: 16px;
}

/* line 1117, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .nav-fill .nav-item a:hover {
  color: var(--palette-neutral-900);
}

/* line 1122, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .nav-fill .nav-item .nav-link {
  border-bottom: 2px solid #E4E4E7;
  color: var(--palette-neutral-500);
}

/* line 1126, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .nav-fill .nav-item .nav-link:hover {
  border-bottom: 2px solid #18181B;
}

/* line 1131, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .nav-fill .nav-item .nav-link.active {
  color: var(--palette-neutral-900);
  border-bottom: 2px solid #18181B;
}

/* line 1138, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .under-line {
  border-bottom: 2px solid var(--palette-neutral-200);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/* line 1147, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .tab-content {
  padding: 0;
  margin-bottom: 18px;
  box-shadow: none;
  background: initial;
  min-height: auto;
}

/* line 1154, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .tab-content .tab-pane {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  text-align: left;
}

/* line 1163, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .tab-content .tab-pane p {
  padding: 0;
}

/* line 1167, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .tab-content .tab-pane .sku {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
  margin-bottom: 24px;
}

/* line 1181, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px;
  row-gap: 18px;
  margin-bottom: 40px;
  border: 1px solid var(--palette-neutral-200);
  border-radius: 12px;
}

/* line 1191, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .heading {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

/* line 1200, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .separator {
  width: 100%;
  border: 0.5px solid var(--palette-neutral-200);
}

/* line 1205, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

/* line 1212, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section {
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 100%;
}

/* line 1218, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-image {
  border: 1px solid var(--palette-neutral-200);
  border-radius: 8px;
}

/* line 1222, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-image .image {
  width: 82px;
  height: 82px;
  border-radius: 8px;
}

/* line 1229, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 4px;
  width: 100%;
  justify-content: space-between;
  text-align: start;
}

/* line 1238, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .product-name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
  overflow: hidden;
  max-height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 1253, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 1259, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .product-on-sale {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  align-items: center;
}

/* line 1264, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .product-on-sale .on-sale {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-destructive-600);
}

/* line 1273, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .product-on-sale .orignal-price {
  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: line-through;
}

/* line 1284, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .product-on-sale .bundle-price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-400);
}

/* line 1293, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .product-on-sale .line-through {
  text-decoration: line-through;
}

/* line 1298, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .current-price {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-800);
}

/* line 1308, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .view-btn {
  padding: 6px 10px;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border: 0px;
}

/* line 1322, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section {
  display: none;
  margin-bottom: 24px;
}

/* line 1326, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .title {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-900);
  margin-bottom: 20px;
}

/* line 1336, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .video-block {
  width: calc(min(55.555555vw, 800px));
  margin: 0 auto;
  height: calc(min(31.45vw, 453px));
  margin-bottom: 24px;
}

/* line 1342, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .video-block iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* line 1352, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .separator-line {
  border: 1px solid var(--palette-neutral-200);
  margin-bottom: 48px;
}

/* line 1357, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reting-section-desktop {
  margin-bottom: 24px;
  text-align: center;
}

/* line 1361, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reting-section-desktop .total-avg {
  font-family: 'Lexend-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
  margin-bottom: 16px;
}

/* line 1372, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reting-section-desktop .rating {
  --star: url('Rating.svg');
  --starsize: 32px;
  margin-bottom: 8px;
}

/* line 1378, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reting-section-desktop .count {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
}

/* line 1388, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .review-question-btns {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}

/* line 1394, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .review-question-btns .review-button {
  text-decoration: none;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: var(--palette-neutral-800);
  max-width: 205px;
  width: 100%;
  text-align: center;
  padding: 14px 16px;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px;
}

/* line 1411, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .review-question-btns .question-button {
  text-decoration: none;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  max-width: 205px;
  width: 100%;
  text-align: center;
  padding: 14px 16px;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px;
  color: var(--palette-neutral-800);
}

/* line 1429, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .secondry-btn {
  border-radius: 6px;
  margin: 0 auto;
  border: 1px solid var(--palette-neutral-300);
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

/* line 1441, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .line-product-page {
  display: none;
  border-bottom: 1px solid #E4E4E7;
}

/* line 1447, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reviews-section .stars, .products.show .product-page-container .question-answers-section .stars {
  display: flex;
  align-items: center;
}

/* line 1450, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reviews-section .stars .rating-stars, .products.show .product-page-container .question-answers-section .stars .rating-stars {
  margin-right: 6px;
}

/* line 1452, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reviews-section .stars .rating-stars .rating, .products.show .product-page-container .question-answers-section .stars .rating-stars .rating {
  --star: url('Rating.svg');
  background: initial;
  --starsize: 18px;
}

/* line 1458, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reviews-section .stars .rating-stars .number, .products.show .product-page-container .question-answers-section .stars .rating-stars .number {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
}

/* line 1469, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reviews-section .stars .count, .products.show .product-page-container .question-answers-section .stars .count {
  color: #A1A1AA;
  font-size: 14px;
  margin-left: 8px;
}

/* line 1476, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reviews-section .stars .review-stars-count, .products.show .product-page-container .question-answers-section .stars .review-stars-count {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
}

/* line 1484, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reviews-section .stars[aria-expanded="false"], .products.show .product-page-container .question-answers-section .stars[aria-expanded="false"] {
  padding: 16px 0px 16px 0;
}

/* line 1487, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reviews-section .stars[aria-expanded="false"]:after, .products.show .product-page-container .question-answers-section .stars[aria-expanded="false"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  width: 20px;
  height: 20px;
  margin-left: 16px;
}

/* line 1495, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .reviews-section .stars[aria-expanded="true"]:after, .products.show .product-page-container .question-answers-section .stars[aria-expanded="true"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  transform: rotate(-180deg);
  width: 20px;
  height: 20px;
  margin-left: 16px;
}

/* line 1505, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div {
  width: 100%;
}

/* line 1508, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

/* line 1516, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group {
  margin-bottom: 32px;
}

/* line 1519, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .section-headings {
  margin-bottom: 32px;
}

/* line 1522, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .section-headings .nav {
  position: relative;
}

/* line 1525, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .section-headings .nav .nav-item {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  flex: 0;
}

/* line 1534, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .section-headings .nav .nav-item .nav-link {
  border-bottom: 2px solid var(--palette-neutral-200);
  color: var(--palette-neutral-500);
  padding: 15px 16px;
}

/* line 1539, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .section-headings .nav .nav-item .nav-link:hover {
  font-family: 'Poppins-semi-bold';
  font-weight: 600;
  color: var(--palette-neutral-900);
  border-bottom: 2px solid var(--palette-neutral-900);
}

/* line 1547, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .section-headings .nav .nav-item .nav-link.active {
  font-family: 'Poppins-semi-bold';
  font-weight: 600;
  color: var(--palette-neutral-900);
  border-bottom: 2px solid var(--palette-neutral-900);
}

/* line 1555, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .section-headings .nav .under-line {
  border-bottom: 2px solid var(--palette-neutral-200);
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}

/* line 1565, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .tab-content {
  padding: 0;
  margin-bottom: 18px;
  background: none;
  box-shadow: none;
  min-height: auto;
}

/* line 1572, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .tab-content .tab-pane {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  text-align: left;
  border-bottom: 1px solid var(--palette-neutral-200);
}

/* line 1582, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .tab-content .tab-pane p {
  padding: 0;
}

/* line 1586, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .reviews-questions-group .tab-content .tab-pane .sku {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
  margin-bottom: 24px;
}

/* line 1600, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .customer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 1604, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .customer .reviews-count {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: var(--palette-neutral-900);
  margin: 0;
  padding: 16px 0px 16px 0;
  cursor: pointer;
}

/* line 1615, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .customer .reviews-count .count {
  color: #A1A1AA;
  font-size: 14px;
  margin-left: 8px;
}

/* line 1624, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .customer_questions {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  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 1637, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .customer_questions[aria-expanded="false"] {
  padding: 16px 0px 16px 0;
}

/* line 1640, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .customer_questions[aria-expanded="false"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  width: 20px;
  height: 20px;
}

/* line 1647, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .customer_questions[aria-expanded="true"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  transform: rotate(-180deg);
  width: 20px;
  height: 20px;
}

/* line 1654, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .customer_questions .count {
  color: #A1A1AA;
  font-size: 14px;
  margin-left: 8px;
}

/* line 1662, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .question-customer-name-date, .products.show .product-page-container .search-control-div .card .prod-question-section .question-customer-name-date {
  display: flex;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-400);
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 4px;
  align-items: center;
  justify-content: space-between;
}

/* line 1676, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .question-customer-name-date .question-customer-name, .products.show .product-page-container .search-control-div .card .prod-question-section .question-customer-name-date .question-customer-name {
  font-size: 18px;
  line-height: 28px;
}

/* line 1681, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .question-customer-name-date .question-date, .products.show .product-page-container .search-control-div .card .prod-question-section .question-customer-name-date .question-date {
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
}

/* line 1688, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-question-q, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-question-q {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-900);
  margin-bottom: 20px;
}

/* line 1700, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .answer-section, .products.show .product-page-container .search-control-div .card .prod-question-section .answer-section {
  padding-left: 16px;
}

/* line 1703, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .answer-section .agzaga-support-team, .products.show .product-page-container .search-control-div .card .prod-question-section .answer-section .agzaga-support-team {
  padding: 4px 0;
  background: var(--palette-primary-50);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  align-items: center;
  text-align: center;
  margin-bottom: 8px;
}

/* line 1714, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .answer-section .agzaga-support-team .agzaga-support, .products.show .product-page-container .search-control-div .card .prod-question-section .answer-section .agzaga-support-team .agzaga-support {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: var(--palette-primary-600);
  padding: 0 6px;
}

/* line 1726, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .answer-section .support-team-answer, .products.show .product-page-container .search-control-div .card .prod-question-section .answer-section .support-team-answer {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
  text-align: left;
  margin-bottom: 24px;
}

/* line 1737, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .answer-section .support-team-answer .A-heading, .products.show .product-page-container .search-control-div .card .prod-question-section .answer-section .support-team-answer .A-heading {
  font-weight: 600;
}

/* line 1744, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  max-width: 1216px;
}

/* line 1750, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .total-reviews-count, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .total-reviews-count {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}

/* line 1760, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

/* line 1767, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .select-star-rating, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .select-star-rating {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #18181B;
  text-align: right;
  align-items: center;
  margin-bottom: 0px;
  margin-right: 16px;
}

/* line 1780, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons {
  display: flex;
  background: #FFFFFF;
  justify-content: center;
  margin-bottom: 0px;
  margin-right: 32px;
  max-width: 328px;
  width: 100%;
  align-items: center;
  border-radius: 8px;
}

/* line 1791, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons .star-5, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons .star-5 {
  text-decoration: none;
  align-items: center;
  padding: 10px 0;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 8px 0px 0px 8px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -moz-column-gap: 4.5px;
       column-gap: 4.5px;
  color: #3F3F46;
  width: 100%;
}

/* line 1809, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons .star-4, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons .star-4 {
  text-decoration: none;
  align-items: center;
  padding: 10px 0;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -moz-column-gap: 4.5px;
       column-gap: 4.5px;
  color: #3F3F46;
  width: 100%;
}

/* line 1827, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons .star-1, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons .star-1 {
  text-decoration: none;
  align-items: center;
  padding: 10px 0;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 0px 8px 8px 0px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -moz-column-gap: 4.5px;
       column-gap: 4.5px;
  color: #3F3F46;
  width: 100%;
}

/* line 1847, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .sorting, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .sorting {
  margin-bottom: 0;
  max-width: 328px;
  width: 100%;
  align-items: center;
  position: relative;
}

/* line 1854, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .sorting .short-by-review, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .sorting .short-by-review {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--palette-neutral-900);
  margin: 0 auto;
  padding: 12px;
  width: 100%;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}

/* line 1872, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .sorting .short-by-review[aria-expanded="false"], .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .sorting .short-by-review[aria-expanded="false"] {
  padding: 12px;
  border-radius: 6px;
}

/* line 1876, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .sorting .short-by-review[aria-expanded="false"]:after, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .sorting .short-by-review[aria-expanded="false"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  width: 20px;
  height: 20px;
  filter: brightness(0.1);
}

/* line 1884, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .sorting .short-by-review[aria-expanded="true"]:after, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .sorting .short-by-review[aria-expanded="true"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  transform: rotate(-180deg);
  width: 20px;
  height: 20px;
}

/* line 1892, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .sorting .reviews-sorting-section, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .sorting .reviews-sorting-section {
  background-color: #E4E4E7;
  box-sizing: border-box;
  position: absolute;
  padding: 8px 0px;
  background: #FFFFFF;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 0px 0 6px 6px;
  top: 45px;
  right: 0;
  left: auto;
  max-width: 328px;
  width: 100%;
  z-index: 1;
}

/* line 1907, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .sorting .reviews-sorting-section .dropdown-item, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .sorting .reviews-sorting-section .dropdown-item {
  padding: 0 12px;
}

/* line 1916, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 72px;
       column-gap: 72px;
  border-top: 1px solid #E4E4E7;
  margin: 0;
  padding-top: 32px;
}

/* line 1924, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section {
  order: 1;
  max-width: 77%;
  width: 100%;
}

/* line 1929, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .review-data, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .review-data {
  display: flex;
  justify-content: space-between;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
  align-items: center;
  margin-bottom: 16px;
}

/* line 1944, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .review-data .product-stars .stars .rating, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .review-data .product-stars .stars .rating {
  --star: url('Rating.svg');
  background: initial;
  --starsize: 24px;
}

/* line 1953, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .product-review-title, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .product-review-title {
  text-align: left;
  align-items: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--palette-neutral-900);
  margin-bottom: 29px;
}

/* line 1965, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 12px;
  align-items: center;
  overflow: auto;
}

/* line 1973, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images .product-card-image-container, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images .product-card-image-container {
  width: 168px;
  height: 168px;
  border-radius: 4px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}

/* line 1981, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images .product-card-image-container .product-review-image, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images .product-card-image-container .product-review-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 1990, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .product-review-description, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .product-review-description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
  text-align: left;
  margin-bottom: 32px;
}

/* line 2004, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .product-review-verified-customer, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .product-review-verified-customer {
  display: flex;
  max-width: 136px;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 24px;
  flex-direction: column;
  order: 0;
}

/* line 2013, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-name, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-neutral-900);
  margin-bottom: 4px;
}

/* line 2023, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-icon, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-icon {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 4px;
  background: var(--palette-success-100);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}

/* line 2033, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-icon .product-review-vc-name, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-icon .product-review-vc-name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: var(--palette-success-500);
}

/* line 2043, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .product-review-verified-customer .r-date, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .product-review-verified-customer .r-date {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  margin-top: 24px;
}

/* line 2059, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .line-review-section {
  border-bottom: 0px solid #E4E4E7;
  margin-bottom: 0px;
}

/* line 2064, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .ag-pagination {
  margin-bottom: 80px;
}

/* line 2068, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-no-review-section, .products.show .product-page-container .search-control-div .card .prod-no-question-section {
  text-align: center;
}

/* line 2071, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-no-review-section .review-heading, .products.show .product-page-container .search-control-div .card .prod-no-question-section .review-heading {
  margin-bottom: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
  text-align: center;
}

/* line 2082, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-no-review-section .image, .products.show .product-page-container .search-control-div .card .prod-no-question-section .image {
  margin-bottom: 16px;
  width: auto;
}

/* line 2087, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-no-review-section .text-body, .products.show .product-page-container .search-control-div .card .prod-no-question-section .text-body {
  margin-bottom: 36px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
  text-align: center;
}

/* line 2098, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-no-review-section .no-review-btn, .products.show .product-page-container .search-control-div .card .prod-no-question-section .no-review-btn {
  width: 100%;
  max-width: 89.75%;
  margin: 0;
  padding: 12px 24px;
  margin-bottom: 80px;
}

/* line 2105, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .search-control-div .card .prod-no-review-section .no-review-btn a, .products.show .product-page-container .search-control-div .card .prod-no-question-section .no-review-btn a {
  text-decoration: none;
  font-family: 'Poppins-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-800);
}

/* line 2118, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container {
  max-width: 100%;
  width: 100%;
}

/* line 2123, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .top-rated-this-season {
  max-width: 100%;
}

/* line 2127, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container {
  margin-right: 0;
  margin-left: 0;
}

/* line 2131, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container .section-heading {
  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: 32px;
}

/* line 2143, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container .card-pages-group .cards {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

/* line 2146, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container .card-pages-group .cards .slider-card {
  flex: 0 1 256px;
}

/* line 2151, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container .card-pages-group .nav-section {
  padding: 0 14px;
  margin: 0 0 0 8px;
}

/* line 2156, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container .card-pages-group .nav-section .load-btn svg {
  width: 24px;
  height: 24px;
}

/* line 2163, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container .card-pages-group .left {
  margin: 0 8px 0 0;
}

/* line 2167, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container .card-pages-group .standard-product-card {
  max-width: 256px;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

/* line 2173, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container .card-pages-group .standard-product-card .image-container {
  max-width: calc(100vw * 0.20);
  width: 100%;
  max-height: 256px;
  height: calc(100vw * 0.20);
}

/* line 2181, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .related-products-container .data-container .card-pages-group .product-card-placeholder .image {
  max-height: 256px;
}

/* line 2189, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}

/* line 2195, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .share-icon {
  border-radius: 8px;
  width: auto;
  height: auto;
  cursor: pointer;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 0;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-600);
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* line 2212, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .share-icon:before {
  content: url(/assets/share_icon-c82238d2947c2ab29edcbdde9c5043fc12a0f60dce35dd108840f34c9a3723b8.svg);
  line-height: 20px;
}

/* line 2218, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .icon-list-container {
  position: absolute;
  right: 40px;
}

/* line 2222, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .icon-list-container .share-icons-popup {
  padding: 10px 22px;
  display: flex;
  background: #FFFFFF;
  border-radius: 8px;
  margin-right: 85px;
  box-shadow: 0px 0px 0px 0px RGB(0 0 0/4%), 0px 4px 6px -1px RGB(0 0 0/20%), 0px 10px 20px 0px RGB(0 0 0/4%);
  position: relative;
}

/* line 2231, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .icon-list-container .share-icons-popup.hide-popup {
  display: none;
}

/* line 2235, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .icon-list-container .share-icons-popup::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 12px;
  width: 0;
  height: 0;
  clear: both;
  border-top: 8px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 8px solid transparent;
}

/* line 2248, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .icon-list-container .share-icons-popup a {
  cursor: pointer;
  margin-right: 16px;
}

/* line 2253, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .icon-list-container .share-icons-popup .mail-btn {
  content: url(/assets/mail-share-icon-cf70b9a50a8a94108599f71b9e6ca72a18566f9f75d271c6f4f75f6694a3c083.svg);
}

/* line 2257, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .icon-list-container .share-icons-popup .clipboard-button {
  content: url(/assets/clipboard-icon-6d2b5fb1c4f957156620a64cbf7742edf799914a6719ddf89502a16abca04a6b.svg);
}

/* line 2261, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .icon-list-container .share-icons-popup .twitter-btn {
  content: url(/assets/twitter-icon-93ac22b9be069db68606f9c78c85ae31d8b2eb2c384584a20474dde098e629f7.svg);
}

/* line 2265, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .product-icons-container .icon-list-container .share-icons-popup .facebook-btn {
  content: url(/assets/facebook-icon-72e455fb5a7827017cf630b5180b9700014c4f9ac8b65abd9e1f17236a372b53.svg);
  margin-right: 0;
}

/* line 2273, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .favorites {
  width: 100%;
  display: flex;
  justify-content: center;
  border-left: 1px solid var(--palette-neutral-200);
}

/* line 2279, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .favorites .favorites-control {
  display: block;
  width: auto;
  height: auto;
}

/* line 2284, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .favorites .favorites-control[data-method="post"] {
  content: url(/assets/fav_icon-cc3583d643a0d65a9611f346437fc1ea112d0369eb32f8081e1058201245bce8.svg);
}

/* line 2288, app/assets/stylesheets/product_page.css.scss */
.products.show .product-page-container .favorites .favorites-control[data-method="delete"] {
  content: url(/assets/favorite-icon-gold-4a3a5b461c00a554ca87729c7093f28b2952ad4225e31aadd98fba28e6304028.svg);
  padding: 0 6px;
  width: 36px;
}

/* line 2297, app/assets/stylesheets/product_page.css.scss */
.products.show .lg-outer .lg-thumb-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 2304, app/assets/stylesheets/product_page.css.scss */
.products.show .lg-image {
  max-width: 680px;
  max-height: 680px;
  width: 100% !important;
}

@media screen and (max-width: 991px) {
  /* line 2311, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container {
    padding: 24px 16px 0 16px !important;
  }
  /* line 2314, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-detail-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  /* line 2319, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-detail-section .breadcrumb-group {
    margin-bottom: 0;
  }
  /* line 2323, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-detail-section .bulk-avialable-tag {
    background: var(--palette-success-100);
    border-radius: 24px;
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: var(--palette-success-700);
    padding: 0 10px;
  }
  /* line 2337, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container #addition-carousel.owl-carousel.owl-drag .owl-item {
    margin-left: 0;
    margin-right: 12px !important;
  }
  /* line 2342, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section {
    flex-direction: column;
  }
  /* line 2345, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section {
    max-width: 100%;
  }
  /* line 2348, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .description-group, .products.show .product-page-container .product-page-section .image-description-section .video-section {
    display: none;
  }
  /* line 2353, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  /* line 2359, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .product-name {
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: var(--palette-neutral-900);
    order: 0;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  /* line 2373, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 2378, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section .reviews-media-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2384, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section .reviews-media-section .reviews-rating-section {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    width: 100%;
  }
  /* line 2390, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section .reviews-media-section .reviews-rating-section .reviews {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  /* line 2395, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section .reviews-media-section .reviews-rating-section .reviews .rating-section {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  /* line 2399, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section .reviews-media-section .reviews-rating-section .reviews .rating-section .rating {
    --star: url('Rating.svg');
    background: initial;
    --starsize: 16px;
  }
  /* line 2405, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section .reviews-media-section .reviews-rating-section .reviews .rating-section .number {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: var(--palette-neutral-600);
  }
  /* line 2416, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section .reviews-media-section .reviews-rating-section .reviews .bulk-avialable-tag {
    background: var(--palette-success-100);
    border-radius: 24px;
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: var(--palette-success-700);
    padding: 0 10px;
  }
  /* line 2432, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section .media-favorite-section {
    display: flex !important;
  }
  /* line 2435, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .heading-section .mobile-review-media-section .media-favorite-section .favorites {
    border-left: none;
  }
  /* line 2442, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group {
    height: auto;
    margin-bottom: 5px;
  }
  /* line 2450, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSSlideWrapper .lightgallery img, .products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSSlideWrapper .lightgallery video {
    border: none;
    border-radius: 0;
    height: calc(min(47.52vw, 472px));
  }
  /* line 2460, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .slider-nav-group .goToPrevSlide {
    left: 0;
  }
  /* line 2464, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .slider-nav-group .goToNextSlide {
    right: 0;
  }
  /* line 2473, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons {
    max-width: 100%;
  }
  /* line 2476, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group {
    display: block;
    border: 1px solid var(--palette-neutral-200);
    margin-bottom: 32px;
  }
  /* line 2481, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings {
    margin-bottom: 16px;
  }
  /* line 2484, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .nav {
    width: 100%;
  }
  /* line 2487, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .headings .nav .nav-item {
    font-family: 'Poppins-medium';
    font-weight: 500;
  }
  /* line 2494, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .description-group .tab-content {
    padding: 0 16px;
  }
  /* line 2500, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .heading {
    font-family: 'Poppins-medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  /* line 2508, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .product-name {
    font-family: 'Poppins-medium';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
  }
  /* line 2517, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .product-on-sale .sale-discount-section .on-sale {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 2522, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .product-on-sale .orignal-price {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 2526, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .product-on-sale .bundle-price {
    font-size: 10px;
    line-height: 20px;
  }
  /* line 2532, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-on-section .product-section .product-details .pricing-section .current-price {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 2540, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section {
    display: block;
  }
  /* line 2543, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .video-block {
    width: 100%;
    height: calc(max(51.15vw, 184px));
  }
  /* line 2548, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .description-bottom-line {
    border-bottom: 1px solid var(--palette-neutral-100);
    margin-bottom: 16px;
  }
  /* line 2556, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .description-media-section .description-section .text {
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 24px;
    font-style: normal;
    letter-spacing: 0.04em;
    color: var(--palette-neutral-600);
    text-align: left;
  }
  /* line 2567, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .description-media-section .description-section .heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  /* line 2574, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .description-media-section .description-section .media-section {
    text-align: center;
  }
  /* line 2576, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .description-media-section .description-section .media-section .heading {
    margin-bottom: 20px;
  }
  /* line 2580, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .description-media-section .description-section .media-section .icons {
    display: flex;
    justify-content: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 2589, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .video-section .title {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: var(--palette-shades-100);
    text-align: center;
  }
  /* line 2601, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .heading-section {
    display: none;
  }
  /* line 2606, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .share-favorite-section {
    display: none;
  }
  /* line 2610, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variant-options-for-selection .label-name {
    max-width: 100%;
  }
  /* line 2614, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .product-variants .variant-presentation {
    text-align: left;
  }
  /* line 2620, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section .quantity-btn-group .buttons .button, .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .quantity-btn-group-section .quantity-btn-group .buttons .quantity {
    max-width: 44px;
    width: auto;
  }
  /* line 2628, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .stock-variant-detail .variants-section .out-of-stock-notification .modal-dialog .modal-content {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 24px 24px 0 0;
  }
  /* line 2638, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .add-to-cart-add-ons .add-to-cart-section .cart-details .share-favorite-section {
    display: none;
  }
  /* line 2643, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .separator-line {
    border: none;
    margin-bottom: 0;
  }
  /* line 2649, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-no-question-section .image {
    width: -webkit-fill-available;
  }
  /* line 2653, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-no-question-section .no-review-btn {
    margin: 0;
    margin-bottom: 37px;
    max-width: 100%;
  }
  /* line 2660, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .favorites .favorites-control[data-method="delete"] {
    width: auto;
  }
  /* line 2664, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .reting-section-desktop {
    display: none;
  }
  /* line 2669, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .review-question-btns .review-button, .products.show .product-page-container .review-question-btns .question-button {
    max-width: 100%;
  }
  /* line 2674, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div {
    width: 100%;
  }
  /* line 2679, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .reviews-questions-group .tab-content .customer-reviews .prod-no-review-section .image {
    width: -webkit-fill-available;
  }
  /* line 2683, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .reviews-questions-group .tab-content .customer-reviews .prod-no-review-section .no-review-btn {
    margin: 0;
    margin-bottom: 37px;
    max-width: 100%;
  }
  /* line 2691, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .customer_questions .prod-no-question-section .image {
    width: -webkit-fill-available;
  }
  /* line 2697, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration {
    flex-direction: column;
    text-align: left;
    row-gap: 10px;
  }
  /* line 2702, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .select-star-rating, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .select-star-rating {
    text-align: left;
    margin-bottom: 10px;
    margin: 0 auto;
    width: 100%;
  }
  /* line 2709, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .review-star-radio-buttons {
    margin-bottom: 16px;
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 2715, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .prod-reviews-total-count-section .reviews-filteration .sorting, .products.show .product-page-container .search-control-div .card .prod-question-section .prod-reviews-total-count-section .reviews-filteration .sorting {
    max-width: 100%;
  }
  /* line 2722, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section {
    flex-direction: column;
  }
  /* line 2725, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section {
    order: 0;
    max-width: 100%;
  }
  /* line 2729, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .review-data, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .review-data {
    font-size: 12px;
    margin-bottom: 7px;
  }
  /* line 2734, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .review-data .product-stars .stars .rating, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .review-data .product-stars .stars .rating {
    --starsize: 12px;
  }
  /* line 2740, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .product-review-title, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .product-review-title {
    font-family: 'Poppins-semi-bold';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  /* line 2748, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 2751, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images .product-card-image-container, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .product-review-images .product-card-image-container {
    width: 58px;
    height: 68px;
  }
  /* line 2757, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .review-title-description-section .product-review-description, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .review-title-description-section .product-review-description {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  /* line 2764, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .product-review-verified-customer, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .product-review-verified-customer {
    flex-direction: row;
    max-width: 496px;
  }
  /* line 2768, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-name, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-name {
    font-size: 14px;
    line-height: 20px;
    color: var(--palette-neutral-900);
  }
  /* line 2774, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-icon, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-icon {
    padding: 0px 8px 0px 4px;
  }
  /* line 2776, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-icon .product-review-vc-name, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-review-stars .review-show-section .product-review-verified-customer .product-review-verified-customer-icon .product-review-vc-name {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 2785, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .question-customer-name-date, .products.show .product-page-container .search-control-div .card .prod-question-section .question-customer-name-date {
    justify-content: flex-start;
  }
  /* line 2788, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .question-customer-name-date .question-customer-name, .products.show .product-page-container .search-control-div .card .prod-review-section .question-customer-name-date .question-date, .products.show .product-page-container .search-control-div .card .prod-question-section .question-customer-name-date .question-customer-name, .products.show .product-page-container .search-control-div .card .prod-question-section .question-customer-name-date .question-date {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 2794, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .search-control-div .card .prod-review-section .customer-question-q, .products.show .product-page-container .search-control-div .card .prod-question-section .customer-question-q {
    font-family: 'Poppins-semi-bold';
  }
  /* line 2805, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .container-fluid .owl-carousel .owl-nav, .products.show .product-page-container .related-products-container .data-container .container-fluid .owl-carousel .owl-dots {
    display: block;
  }
  /* line 2809, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .container-fluid .owl-carousel .owl-nav {
    width: 100%;
  }
  /* line 2812, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .container-fluid .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  /* line 2816, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .container-fluid .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  /* line 2821, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .container-fluid .owl-carousel .owl-dots {
    width: 64.44%;
  }
  /* line 2824, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .container-fluid .owl-carousel .owl-dots .owl-dot {
    height: 4px;
    background: var(--palette-neutral-200);
  }
  /* line 2828, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .container-fluid .owl-carousel .owl-dots .owl-dot span {
    height: 4px;
    background: var(--palette-neutral-200);
  }
  /* line 2834, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .container-fluid .owl-carousel .owl-dots .owl-dot.active span {
    height: 4px;
    background: var(--palette-neutral-500);
  }
  /* line 2842, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .home-page-slider .owl-nav .owl-prev {
    border-radius: 0;
    box-shadow: none;
  }
  /* line 2846, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .home-page-slider .owl-nav .owl-prev:before {
    content: url(/assets/left-arrow-e9d6c848698ffbac698fe552812777b260afa9a9282014e1776b3abc9c0cdccc.svg);
    background-color: transparent;
    filter: brightness(0.4);
  }
  /* line 2853, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .home-page-slider .owl-nav .owl-next {
    border-radius: 0;
    box-shadow: none;
  }
  /* line 2857, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .related-products-container .data-container .home-page-slider .owl-nav .owl-next:before {
    padding: 4px 0 0 0px;
    content: url(/assets/right-arrow-9e50ede1531950e95fd8db18ce081c665a398bccaddbf734b4eecb381ae6b5ea.svg);
    background-color: transparent;
  }
  /* line 2869, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-icons-container .share-icon {
    flex-direction: column;
  }
  /* line 2875, app/assets/stylesheets/product_page.css.scss */
  .products.show #header_v2 {
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 600px) {
  /* line 2882, app/assets/stylesheets/product_page.css.scss */
  .products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSSlideWrapper .lightgallery img, .products.show .product-page-container .product-page-section .image-description-section .product-info .images-slider-group .lSSlideOuter .lSSlideWrapper .lightgallery video {
    height: calc(100vw * 0.911);
  }
}
/* 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 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/spree/about_us.css.scss */
html {
  scroll-behavior: smooth;
}

/* line 5, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us {
  font-family: 'Poppins';
}

/* line 8, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us .container-fluid {
  padding: 0 16px;
}

/* line 12, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content {
  max-width: 1556px;
  width: 100%;
  padding: 16px;
  margin: 0 auto;
}

/* line 18, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content img {
  width: 100%;
}

/* line 24, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-us-header .head-nav {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 30, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-us-header .head-nav .nav-block .ag-btn-lg {
  margin-right: 24px;
}

/* line 32, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-us-header .head-nav .nav-block .ag-btn-lg:hover {
  text-decoration: none;
  color: inherit;
}

/* line 39, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-us-header .head-nav .ag-btn-primary:hover {
  text-decoration: none;
  color: inherit;
}

/* line 43, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-us-header .head-nav .ag-btn-primary:hover::before {
  filter: invert(0.8);
}

/* line 49, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-us-header .head-nav .get-in-touch .ag-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 54, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-us-header .head-nav .get-in-touch .ag-btn-primary::before {
  content: url(/assets/get-in-touch-icon-406e398275775696f1063736f301949697fe4deae741ee5edf3efd82488d46e9.svg);
  margin-right: 9px;
  width: 20px;
  height: 20px;
  display: block;
}

/* line 64, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-us-header .about-us-cta {
  margin-bottom: 64px;
}

/* line 66, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-us-header .about-us-cta img {
  box-shadow: 0px 25px 50px -12px rgba(16, 24, 40, 0.25);
  border-radius: 40px;
}

/* line 74, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

/* line 79, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .about-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 84, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .about-row .ag-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 89, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .about-row .ag-btn-primary::after {
  content: url(/assets/learn-more-icon-a4858aded73cc6a6337e9bb6f6dc01e260109da6a5fdf6f96e5853fee04f2c4a.svg);
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

/* line 96, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .about-row .ag-btn-primary:hover {
  text-decoration: none;
  color: inherit;
}

/* line 100, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .about-row .ag-btn-primary:hover::after {
  filter: invert(0.8);
}

/* line 107, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .align-items-center {
  align-items: center;
}

/* line 111, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .about-half-block {
  width: 47%;
  margin-bottom: 64px;
}

/* line 115, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .about-half-block .ag-member-image {
  border-radius: 24px;
  margin-bottom: 24px;
}

/* line 121, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .ag-h1 {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #18181B;
}

/* line 131, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .ag-h3 {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #18181B;
  padding: 0;
  margin: 0;
}

/* line 143, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .ag-h6 {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--palette-primary-500);
  padding: 0;
  margin: 0;
}

/* line 155, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .detail-para {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #18181B;
}

/* line 165, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-story .ag-h6 {
  margin: 0 0 20px 0;
}

/* line 168, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-story .ag-h3 {
  margin: 0 0 54px 0;
}

/* line 171, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-story .sub-content {
  display: flex;
  align-items: center;
}

/* line 175, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-story .sub-content .ag-logo {
  margin-right: 24px;
}

/* line 179, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-story .sub-content .story-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #71717A;
  max-width: 390px;
  padding: 0;
  margin-bottom: 0;
}

/* line 191, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-story .sub-content.for-mobile {
  display: none;
}

/* line 196, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-story .our-story-right-content {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  font-feature-settings: 'salt' on;
  color: #18181B;
}

/* line 210, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .family-owned .cards-block {
  display: flex;
  justify-content: center;
  margin: 0 -8px;
}

/* line 215, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .family-owned .cards-block .card {
  padding: 24px 10px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
  border-radius: 8px;
  max-width: 184px;
  width: 100%;
  margin: 0 6px;
  border: none;
}

/* line 225, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .family-owned .cards-block .card .card-head {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #18181B;
  margin-bottom: 4px;
}

/* line 237, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .family-owned .cards-block .card .card-content {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-feature-settings: 'salt' on;
  color: #71717A;
}

/* line 254, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .full-banner {
  text-align: center;
  margin-bottom: 40px;
}

/* line 255, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .full-banner img {
  box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.1), 0px 8px 10px -6px rgba(16, 24, 40, 0.1);
  box-sizing: border-box;
  border-radius: 24px;
}

/* line 265, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .small-head {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #D4D4D8;
  margin-bottom: 16px;
  width: 100%;
}

/* line 277, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .big-head {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  width: 100%;
  max-width: 583px;
  margin: 0 auto;
}

/* line 289, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .ag-h6 {
  margin: 0 0 20px 0;
}

/* line 293, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .sub-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: 'salt' on;
  color: #52525B;
}

/* line 303, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .mission-cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 54px;
       column-gap: 54px;
}

/* line 309, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card {
  max-width: 583px;
  width: 100%;
}

/* line 313, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card img {
  border-radius: 16px;
  width: 100%;
}

/* line 318, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card .leaders {
  margin-bottom: 32px;
  border-radius: 32px;
}

/* line 323, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card .coh {
  margin-bottom: 32px;
  border-radius: 32px;
}

/* line 328, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card .detail-para {
  max-width: 370px;
  width: 100%;
}

/* line 333, app/assets/stylesheets/spree/about_us.css.scss */
.pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card .ag-btn-lg {
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 991px) {
  /* line 345, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content {
    margin-top: 16px;
    padding: 0 1px;
  }
  /* line 350, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-us-header .head-nav {
    margin-bottom: 32px;
  }
  /* line 353, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-us-header .head-nav .nav-block {
    display: none;
  }
  /* line 357, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-us-header .head-nav .get-in-touch {
    width: 100%;
  }
  /* line 362, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-us-header .about-us-cta {
    margin-bottom: 32px;
  }
  /* line 365, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-us-header .about-us-cta img {
    border-radius: 24px;
  }
  /* line 372, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-row .mobile-order-1 {
    order: 1;
  }
  /* line 376, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-row .mobile-order-2 {
    order: 2;
  }
  /* line 382, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .about-half-block {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 388, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-story .ag-h6 {
    margin: 0 0 8px 0;
    text-align: left;
  }
  /* line 393, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-story .ag-h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0 0 24px 0;
  }
  /* line 402, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-story .our-story-right-content {
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 24px;
  }
  /* line 409, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-story .sub-content {
    display: none;
  }
  /* line 412, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-story .sub-content.for-mobile {
    display: flex;
    margin-bottom: 64px;
    justify-content: center;
  }
  /* line 417, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-story .sub-content.for-mobile .story-title {
    text-align: left;
  }
  /* line 425, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .family-owned .family-image, .pages.about_us #content .about-content-wrapper .family-owned .ag-tape-image, .pages.about_us #content .about-content-wrapper .market-place .family-image, .pages.about_us #content .about-content-wrapper .market-place .ag-tape-image {
    margin-bottom: 24px;
  }
  /* line 429, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .family-owned .ag-h1, .pages.about_us #content .about-content-wrapper .market-place .ag-h1 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  /* line 438, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .family-owned .detail-para, .pages.about_us #content .about-content-wrapper .market-place .detail-para {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding: 0;
    margin-bottom: 24px;
  }
  /* line 448, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .family-owned .cards-block {
    max-width: 520px;
    margin: 0 auto 48px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  /* line 454, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .family-owned .cards-block .card {
    max-width: 155px;
    padding: 16px;
    margin: 0 1px 16px 1px;
    box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
  }
  /* line 460, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .family-owned .cards-block .card .card-head {
    margin-bottom: 8px;
  }
  /* line 467, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .market-place {
    margin-bottom: 40px;
  }
  /* line 472, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-mission .full-banner {
    margin-bottom: 24px;
  }
  /* line 476, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-mission .ag-h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 16px;
  }
  /* line 484, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-mission .sub-title {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 24px;
    padding: 0;
  }
  /* line 492, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-mission .detail-para {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding: 0;
    margin-bottom: 40px;
  }
  /* line 500, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-mission .mission-cards {
    flex-wrap: wrap;
  }
  /* line 503, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card {
    max-width: unset;
  }
  /* line 505, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card .coh, .pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card .detail-para {
    margin-bottom: 24px;
  }
  /* line 509, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card .leaders, .pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card .coh {
    margin-bottom: 24px;
  }
  /* line 513, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .our-mission .mission-cards .mission-card .ag-btn-primary {
    width: 100%;
    margin-bottom: 29px;
  }
}

@media (max-width: 767px) {
  /* line 528, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .family-owned .cards-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    max-width: unset;
  }
  /* line 534, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .family-owned .cards-block .card {
    max-width: unset;
    padding: 16px 4px;
  }
  /* line 539, app/assets/stylesheets/spree/about_us.css.scss */
  .pages.about_us #content .about-content-wrapper .family-owned .cards-block .team-members {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
/* line 2, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal.fade.modal-right .modal-dialog {
  transform: translate(100%);
  transition: all 2s;
}

/* line 7, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal.show.modal-right .modal-dialog {
  transform: none;
}

/* line 11, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal {
  pointer-events: none;
  background: transparent;
  padding-right: 0 !important;
}

/* line 16, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog {
  height: 100%;
  display: flex;
  margin: 58px 0 0 0;
  max-width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
}

/* line 24, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content {
  align-self: flex-start;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  padding: 16px;
  align-items: center;
  max-width: 384px;
  box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
  border-radius: 0px 0px 0px 16px;
  border: none;
  position: relative;
}

/* line 36, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .cart-section {
  position: absolute;
  left: -49px;
  top: 0;
}

/* line 42, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 0 0 16px 0;
  margin-bottom: 11px;
}

/* line 52, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-header .modal-line {
  display: none;
  width: 48px;
  border: 1px solid var(--palette-neutral-300);
  margin-bottom: 16px;
}

/* line 60, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-header .modal-title .main-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

/* line 70, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
  max-width: 472px;
  width: 100%;
}

/* line 75, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info {
  display: flex;
  margin-bottom: 11px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

/* line 80, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info .image-container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0px;
}

/* line 85, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info .image-container .product_modal_img {
  width: 84px;
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 92, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail {
  width: 100%;
}

/* line 95, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail .product-detail-content {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: space-between;
}

/* line 100, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail .product-detail-content .modal_v2_quantity {
  font-family: 'Poppins';
  line-height: 20px;
  font-size: 12px;
}

/* line 106, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail .product-detail-content .product_modal_name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-shades-100);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

/* line 121, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail .product-detail-content .product_modal_price {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
}

/* line 128, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info .product_detail .product-quantity {
  color: var(--palette-neutral-400);
}

/* line 135, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .buttons_section .cart_btn {
  background: var(--palette-primary-500);
  font-size: 18px;
  line-height: 28px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins-medium';
  margin-bottom: 16px;
}

/* line 146, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .buttons_section .cart_btn .cart-items {
  padding: 0px;
  font-size: 12px;
  line-height: 20px;
  margin: auto 0px;
  background: var(--palette-primary-200);
  padding: 0px 8px;
  border-radius: 24px;
  margin-left: 7px;
  color: #3F3F46;
  font-family: 'Poppins-medium';
}

/* line 160, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
.add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .buttons_section .shpng_btn {
  padding: 0;
  border: 0px;
  font-family: 'Poppins-medium';
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 769px) {
  /* line 178, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
  .add_to_cart_modal_v2 .modal .modal-dialog {
    justify-content: center;
    align-items: flex-end;
    margin: 0;
  }
  /* line 183, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
  .add_to_cart_modal_v2 .modal .modal-dialog .modal-content {
    align-self: unset;
    border-radius: 16px 16px 0 0;
    padding: 8px 16px 32px 16px;
    max-width: inherit;
  }
  /* line 189, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
  .add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 24px;
  }
  /* line 192, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
  .add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-header .modal-line {
    display: block;
  }
  /* line 198, app/assets/stylesheets/spree/add_to_cart_modal_v2.css.scss */
  .add_to_cart_modal_v2 .modal .modal-dialog .modal-content .modal-body .product_modal-info {
    margin-bottom: 24px;
  }
}
/* 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 2, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion {
  /* Accordion styles */
}

/* line 4, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* line 11, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tabs {
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab {
  width: 100%;
  color: var(--palette-natural-900);
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}

/* line 24, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab-label {
  display: flex;
  justify-content: flex-start;
  padding: 16px 20px;
  margin: 0;
  background: var(--palette-shades-0);
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab-label:hover {
  background: var(--palette-natural-50);
}

/* line 36, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab-label::after {
  content: "\276F";
  width: 10px;
  height: 10px;
  text-align: center;
  transition: all .35s;
  position: absolute;
  right: 26px;
  transform: rotate(90deg);
  color: var(--palette-natural-500);
}

/* line 48, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab-content {
  max-height: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-natural-500);
  background: var(--palette-shades-0);
  transition: all .35s;
}

/* line 59, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: var(--palette-natural-500);
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab-close:hover {
  background: var(--palette-natural-50);
}

/* line 70, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab .accordion-icon {
  margin-right: 20px;
}

/* line 75, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab-seperator {
  border-bottom: 1px solid var(--palette-natural-200);
}

/* line 79, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion .tab-disable {
  color: var(--palette-natural-300);
}

/* line 85, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion input:checked + .tab-label {
  background: var(--palette-natural-50);
}

/* line 87, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion input:checked + .tab-label::after {
  transform: rotate(-90deg);
}

/* line 91, app/assets/stylesheets/spree/agzaga_ds/accordions.css.scss */
.ag-accordion input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 16px 20px;
}
/* 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 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 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 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 2, app/assets/stylesheets/spree/agzaga_ds/breadcrumbs.css.scss */
.ag-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  font-size: 14px;
}

/* line 10, app/assets/stylesheets/spree/agzaga_ds/breadcrumbs.css.scss */
.ag-breadcrumb .ag-breadcrumb-item {
  padding-left: 10px;
  color: var(--palette-primary-600);
}

/* line 14, app/assets/stylesheets/spree/agzaga_ds/breadcrumbs.css.scss */
.ag-breadcrumb .ag-breadcrumb-item a {
  color: var(--palette-primary-600);
}

/* line 18, app/assets/stylesheets/spree/agzaga_ds/breadcrumbs.css.scss */
.ag-breadcrumb .ag-breadcrumb-item.active {
  color: var(--palette-neutral-500);
}

/* line 23, app/assets/stylesheets/spree/agzaga_ds/breadcrumbs.css.scss */
.ag-breadcrumb .ag-breadcrumb-item + .ag-breadcrumb-item::before {
  float: left;
  padding-right: 10px;
  color: var(--palette-neutral-300);
  content: var(--bs-breadcrumb-divider, "/");
}
/* 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)) {
  border-radius: 0px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/button_group.css.scss */
.ag-btn-group .ag-btn: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) {
  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) {
  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)) {
    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 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 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 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 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 2, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 15, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  margin: 0 auto;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  padding: 24px;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.1), 0px 8px 10px -6px rgba(16, 24, 40, 0.1);
}

/* line 34, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}

/* line 40, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-header .ag-modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 45, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-header .ag-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-header .ag-modal-close:after {
  content: url(/assets/close-c43c4cb73ce26899d0947d5c41a2d2f767b8741a8eefd46bb8fa6023756d5429.svg);
}

/* line 55, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-header .ag-modal-close:hover,
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-header .ag-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-body {
  position: relative;
  flex: 1 1 auto;
}

/* line 67, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-body .ag-short-heading {
  padding-top: 24px;
}

/* line 72, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding-top: 32px;
}

/* line 81, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog .ag-modal-content .ag-modal-footer > * {
  margin: 0.25rem;
}

/* line 87, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog.ag-modal-sm {
  max-width: 384px;
}

/* line 89, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog.ag-modal-sm .ag-modal-content {
  text-align: center;
}

/* line 92, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog.ag-modal-sm .ag-modal-content .ag-modal-header {
  margin: 0 auto;
}

/* line 96, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog.ag-modal-sm .ag-modal-content .ag-modal-footer button {
  width: 100%;
}

/* line 102, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal .ag-modal-dialog.ag-modal-lg {
  max-width: 536px;
}

/* line 107, app/assets/stylesheets/spree/agzaga_ds/modals.css.scss */
.ag-modal-open {
  overflow: hidden;
  position: fixed;
}
/* line 3, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .page a, .ag-pagination .current, .ag-pagination .gap {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A202C;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 4px;
}

/* line 24, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .page a:hover, .ag-pagination .current:hover, .ag-pagination .gap:hover {
  text-decoration: none;
  background: var(--palette-neutral-100);
  border-radius: 6px;
}

/* line 31, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .current {
  background: var(--palette-neutral-200);
  color: var(--palette-neutral-700);
  border-radius: 6px;
}

/* line 38, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .next a, .ag-pagination .prev a {
  font-size: 0;
  width: 36px;
  height: 36px;
  color: var(--palette-neutral-700);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .next a:hover, .ag-pagination .prev a:hover {
  text-decoration: none;
  background: var(--palette-neutral-100);
  border-radius: 6px;
}

/* line 55, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .next a:active, .ag-pagination .prev a:active {
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .next .disabled:after, .ag-pagination .prev .disabled:after {
  filter: invert(1);
}

/* line 64, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .next .disabled:before, .ag-pagination .prev .disabled:before {
  filter: brightness(0.9);
}

/* line 69, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .prev {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

/* line 75, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .next a:after {
  content: url(/assets/next-page-label-e3bf0acd3c02d021b3834f09008630bb667202bd9d633c4bd7c0419f2861dd38.png);
  height: 36px;
  width: 36px;
}

/* line 81, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.ag-pagination .prev a:before {
  content: url(/assets/prev-page-label-0c0cb49eaa9c20ad0020f35a82fb7b03f09df48346bd823479f8c64420e3bdf3.png);
  height: 36px;
  width: 36px;
  filter: brightness(0.3);
}

/* line 90, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.review-pagination .review-next-pagination {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 16px;
  background: #FFFFFF;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px;
}

/* line 101, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
.review-pagination .review-next-pagination .read-more {
  text-decoration: none;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: var(--palette-neutral-800);
  text-align: center;
}

@media (max-width: 767px) {
  /* line 119, app/assets/stylesheets/spree/agzaga_ds/pagination.css.scss */
  .ag-pagination .page a, .ag-pagination .current, .ag-pagination .gap {
    margin: 0 3px;
  }
}
/* line 1, app/assets/stylesheets/spree/agzaga_ds/progress_bar.css.scss */
.ag-progress-lg {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 100px;
  margin: 10px;
  height: 32px;
}

/* line 12, app/assets/stylesheets/spree/agzaga_ds/progress_bar.css.scss */
.ag-progress-md {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 100px;
  margin: 10px;
  height: 24px;
}

/* line 23, app/assets/stylesheets/spree/agzaga_ds/progress_bar.css.scss */
.ag-progress-sm {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 100px;
  margin: 10px;
  height: 16px;
}

/* line 34, app/assets/stylesheets/spree/agzaga_ds/progress_bar.css.scss */
.ag-progress-xsm {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 100px;
  margin: 10px;
  height: 8px;
}

/* line 45, app/assets/stylesheets/spree/agzaga_ds/progress_bar.css.scss */
.ag-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  background-color: var(--palette-primary-500);
  transition: width 0.6s ease;
}
/* 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 3, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.shadow-xs {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.5);
}

/* line 8, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.shadow-sm {
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px -1px rgba(16, 24, 40, 0.1);
}

/* line 12, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.shadow-md {
  box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
}

/* line 16, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.shadow-lg {
  box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
}

/* line 20, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.shadow-xl {
  box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.1), 0px 8px 10px -6px rgba(16, 24, 40, 0.1);
}

/* line 24, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.shadow-xxl {
  box-shadow: 0px 25px 50px -12px rgba(16, 24, 40, 0.25);
}

/* line 28, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.blur-none {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}

/* line 32, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.blur-sm {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* line 36, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.blur-md {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

/* line 40, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.blur-lg {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

/* line 44, app/assets/stylesheets/spree/agzaga_ds/shadows_blur.css.scss */
.blur-xl {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
/* 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 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-p {
  padding: 4px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-pt {
  padding-top: 4px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-pl {
  padding-left: 4px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-pr {
  padding-right: 4px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-pb {
  padding-bottom: 4px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-m {
  margin: 4px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-mt {
  margin-top: 4px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-ml {
  margin-left: 4px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-mr {
  margin-right: 4px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-sm-mb {
  margin-bottom: 4px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-p {
  padding: 8px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-pt {
  padding-top: 8px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-pl {
  padding-left: 8px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-pr {
  padding-right: 8px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-pb {
  padding-bottom: 8px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-m {
  margin: 8px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-mt {
  margin-top: 8px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-ml {
  margin-left: 8px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-mr {
  margin-right: 8px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-sm-mb {
  margin-bottom: 8px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-p {
  padding: 12px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-pt {
  padding-top: 12px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-pl {
  padding-left: 12px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-pr {
  padding-right: 12px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-pb {
  padding-bottom: 12px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-m {
  margin: 12px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-mt {
  margin-top: 12px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-ml {
  margin-left: 12px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-mr {
  margin-right: 12px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-sm-mb {
  margin-bottom: 12px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-p {
  padding: 16px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-pt {
  padding-top: 16px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-pl {
  padding-left: 16px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-pr {
  padding-right: 16px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-pb {
  padding-bottom: 16px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-m {
  margin: 16px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-mt {
  margin-top: 16px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-ml {
  margin-left: 16px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-mr {
  margin-right: 16px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-md-mb {
  margin-bottom: 16px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-p {
  padding: 20px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-pt {
  padding-top: 20px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-pl {
  padding-left: 20px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-pr {
  padding-right: 20px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-pb {
  padding-bottom: 20px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-m {
  margin: 20px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-mt {
  margin-top: 20px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-ml {
  margin-left: 20px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-mr {
  margin-right: 20px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-big-mb {
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-p {
  padding: 24px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-pt {
  padding-top: 24px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-pl {
  padding-left: 24px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-pr {
  padding-right: 24px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-pb {
  padding-bottom: 24px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-m {
  margin: 24px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-mt {
  margin-top: 24px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-ml {
  margin-left: 24px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-mr {
  margin-right: 24px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-big-mb {
  margin-bottom: 24px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-p {
  padding: 28px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-pt {
  padding-top: 28px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-pl {
  padding-left: 28px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-pr {
  padding-right: 28px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-pb {
  padding-bottom: 28px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-m {
  margin: 28px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-mt {
  margin-top: 28px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-ml {
  margin-left: 28px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-mr {
  margin-right: 28px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-big-mb {
  margin-bottom: 28px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-p {
  padding: 32px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-pt {
  padding-top: 32px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-pl {
  padding-left: 32px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-pr {
  padding-right: 32px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-pb {
  padding-bottom: 32px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-m {
  margin: 32px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-mt {
  margin-top: 32px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-ml {
  margin-left: 32px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-mr {
  margin-right: 32px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-big-mb {
  margin-bottom: 32px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-p {
  padding: 40px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-pt {
  padding-top: 40px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-pl {
  padding-left: 40px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-pr {
  padding-right: 40px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-pb {
  padding-bottom: 40px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-m {
  margin: 40px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-mt {
  margin-top: 40px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-ml {
  margin-left: 40px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-mr {
  margin-right: 40px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-lg-mb {
  margin-bottom: 40px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-p {
  padding: 48px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-pt {
  padding-top: 48px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-pl {
  padding-left: 48px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-pr {
  padding-right: 48px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-pb {
  padding-bottom: 48px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-m {
  margin: 48px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-mt {
  margin-top: 48px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-ml {
  margin-left: 48px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-mr {
  margin-right: 48px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-lg-mb {
  margin-bottom: 48px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-p {
  padding: 64px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-pt {
  padding-top: 64px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-pl {
  padding-left: 64px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-pr {
  padding-right: 64px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-pb {
  padding-bottom: 64px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-m {
  margin: 64px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-mt {
  margin-top: 64px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-ml {
  margin-left: 64px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-mr {
  margin-right: 64px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-lg-mb {
  margin-bottom: 64px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-p {
  padding: 80px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-pt {
  padding-top: 80px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-pl {
  padding-left: 80px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-pr {
  padding-right: 80px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-pb {
  padding-bottom: 80px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-m {
  margin: 80px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-mt {
  margin-top: 80px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-ml {
  margin-left: 80px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-mr {
  margin-right: 80px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-lg-mb {
  margin-bottom: 80px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-p {
  padding: 96px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-pt {
  padding-top: 96px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-pl {
  padding-left: 96px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-pr {
  padding-right: 96px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-pb {
  padding-bottom: 96px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-m {
  margin: 96px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-mt {
  margin-top: 96px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-ml {
  margin-left: 96px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-mr {
  margin-right: 96px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-huge-mb {
  margin-bottom: 96px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-p {
  padding: 128px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-pt {
  padding-top: 128px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-pl {
  padding-left: 128px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-pr {
  padding-right: 128px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-pb {
  padding-bottom: 128px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-m {
  margin: 128px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-mt {
  margin-top: 128px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-ml {
  margin-left: 128px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-mr {
  margin-right: 128px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-x-huge-mb {
  margin-bottom: 128px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-p {
  padding: 160px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-pt {
  padding-top: 160px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-pl {
  padding-left: 160px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-pr {
  padding-right: 160px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-pb {
  padding-bottom: 160px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-m {
  margin: 160px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-mt {
  margin-top: 160px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-ml {
  margin-left: 160px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-mr {
  margin-right: 160px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xx-huge-mb {
  margin-bottom: 160px;
}

/* line 5, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-p {
  padding: 192px;
}

/* line 9, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-pt {
  padding-top: 192px;
}

/* line 13, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-pl {
  padding-left: 192px;
}

/* line 17, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-pr {
  padding-right: 192px;
}

/* line 21, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-pb {
  padding-bottom: 192px;
}

/* line 25, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-m {
  margin: 192px;
}

/* line 29, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-mt {
  margin-top: 192px;
}

/* line 33, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-ml {
  margin-left: 192px;
}

/* line 37, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-mr {
  margin-right: 192px;
}

/* line 41, app/assets/stylesheets/spree/agzaga_ds/spacing.css.scss */
.ag-spacing-xxx-huge-mb {
  margin-bottom: 192px;
}
/* line 2, app/assets/stylesheets/spree/agzaga_ds/ticker.scss */
.orders.edit .ticker, .cart-slider .ticker, .products.show .ticker {
  padding: 12px 31px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 8px;
  left: 0;
  right: 0;
  top: 16px;
  z-index: 11111;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 11px;
       column-gap: 11px;
  display: flex;
}

/* line 22, app/assets/stylesheets/spree/agzaga_ds/ticker.scss */
.orders.edit .ticker.ticker-danger, .cart-slider .ticker.ticker-danger, .products.show .ticker.ticker-danger {
  color: #FFFFFF;
  background-color: var(--palette-destructive-500);
  box-shadow: 0px 4px 6px -1px rgba(239, 68, 68, 0.24), 0px 2px 4px -2px rgba(239, 68, 68, 0.1);
}

/* line 28, app/assets/stylesheets/spree/agzaga_ds/ticker.scss */
.orders.edit .ticker.ticker-success, .cart-slider .ticker.ticker-success, .products.show .ticker.ticker-success {
  color: #FFFFFF;
  background-color: var(--palette-success-500);
  box-shadow: 0px 4px 6px -1px rgba(34, 197, 94, 0.24), 0px 2px 4px -2px rgba(34, 197, 94, 0.1);
}
/* 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 {
  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 3, app/assets/stylesheets/spree/backend/ffa.scss */
.admin .is-sortable .sort_link .default-sort-icon {
  height: 15px;
}

/* line 8, app/assets/stylesheets/spree/backend/ffa.scss */
.admin .is-sortable .sort_link.asc .default-sort-icon, .admin .is-sortable .sort_link.desc .default-sort-icon {
  display: none;
}

/* line 16, app/assets/stylesheets/spree/backend/ffa.scss */
.admin .ffa-checkbox input, .admin .ffa-checkbox label {
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/spree/backend/ffa.scss */
.admin .volume-price-ranges {
  font-size: 14px;
}

/* line 26, app/assets/stylesheets/spree/backend/ffa.scss */
.admin .edit-tracking-url .line-break {
  word-break: break-all;
}

/* line 31, app/assets/stylesheets/spree/backend/ffa.scss */
.admin .tracking_url_dropdown {
  display: none;
  position: relative;
  bottom: 23px;
}

/* line 37, app/assets/stylesheets/spree/backend/ffa.scss */
.admin #tracking_lookup {
  display: block;
  left: auto;
  height: 145px;
  overflow-y: scroll;
  width: 100%;
  position: unset;
}

/* line 46, app/assets/stylesheets/spree/backend/ffa.scss */
.admin .tracking-lookup-option {
  cursor: pointer;
}

/* line 50, app/assets/stylesheets/spree/backend/ffa.scss */
.admin .admin-product-video {
  display: inline-block;
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 59, app/assets/stylesheets/spree/backend/ffa.scss */
.admin .admin-product-video-preview {
  max-width: 473px;
  max-height: 473px;
}
/* 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 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/checkout_v3.scss */
.checkout.edit {
  background-color: var(--palette-neutral-50) !important;
  cursor: default;
}

/* line 4, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .black-color {
  color: #000000 !important;
}

/* line 7, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .error-class {
  border: 1px solid red !important;
}

/* line 11, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .pay-affirm-btn {
  width: 100%;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border: none;
  background-color: #4A4AF4;
  color: white;
  margin-bottom: 24px;
  padding: 9px 0 15px 0;
}

/* line 24, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .pay-affirm-btn:hover {
  background-color: #5E5EF4;
}

/* line 30, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .affirm-loader .checkout-loading-indicator {
  padding: 40px 0 40px 0;
}

/* line 33, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .affirm-loader .checkout-loading-indicator .loading-text {
  font-family: 'Poppins-medium';
}

/* line 37, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .affirm-loader .checkout-loading-indicator .affirm-loading-logo {
  margin-bottom: 24px;
}

/* line 44, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .promo-error-field {
  color: var(--palette-destructive-500);
  border: 1px solid var(--palette-destructive-500);
  border-right: none;
}

/* line 49, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .promo-error-field.success {
  border: 1px solid #395A40;
  color: var(--palette-neutral-900);
  border-right: none;
}

/* line 56, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .promo-error-button {
  border: 1px solid var(--palette-destructive-500) !important;
  border-left: none !important;
}

/* line 62, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit #add-coupon-code.success {
  border: 1px solid #395A40 !important;
  border-left: none !important;
}

/* line 69, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .black-checkbox:checked {
  color: #F5F5F5;
  border-color: var(--palette-primary-500) !important;
  background: var(--palette-primary-500) !important;
}

/* line 76, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .save-address-label {
  color: var(--palette-neutral-500) !important;
}

/* line 80, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .black-radio {
  visibility: hidden;
}

/* line 85, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .payment-group .store-error {
  position: inherit !important;
}

/* line 89, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .payment-group .card-error {
  color: #F63939;
  font-family: poppins;
  font-size: 9.89px;
  letter-spacing: 0.15px;
  line-height: 15px;
  margin: 8px 12px 0 0;
  display: none;
}

/* line 99, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .payment-group .category-sub-title {
  margin-bottom: 0 !important;
}

/* line 105, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .payment-card-errors .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);
}

/* line 117, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section {
  max-width: 832px;
  width: 100%;
}

/* line 121, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal {
  background: none !important;
  box-shadow: none;
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 24px;
}

/* line 130, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal .cart-modal-heading {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  margin-bottom: 4px;
}

/* line 140, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal .ffa-chapter-selection {
  border-radius: 8px !important;
  border: 1px solid var(--palette-neutral-300);
  flex-direction: column !important;
  padding: 14px;
}

/* line 146, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal .ffa-chapter-selection .ffa-section-body {
  margin-bottom: 24px;
}

/* line 150, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal .ffa-chapter-selection .ffa-section-body .heading-section .cart-modal-heading {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  margin-bottom: 4px;
}

/* line 162, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal .ffa-chapter-selection .mobile-btn-align {
  text-align: center;
}

/* line 165, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal .ffa-chapter-selection .mobile-btn-align button {
  border-radius: 8px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

/* line 174, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal .ffa-chapter-selection .mobile-btn-align .cart-modal-button {
  padding: 10px 20px;
}

/* line 178, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal .ffa-chapter-selection .mobile-btn-align .cart-change-chapter-btn {
  padding: 10px;
}

/* line 182, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .ffa-section .cart-page-modal .ffa-chapter-selection .mobile-btn-align .cart-chapter-remove-btn {
  padding: 8px 34px;
}

/* line 190, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container {
  display: flex;
  justify-content: center;
}

/* line 194, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .mobile-head-sticky {
  display: none;
}

/* line 198, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail {
  margin: 0 0 0 auto;
  width: 100%;
  padding: 0;
}

/* line 203, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container {
  max-width: 909px;
  margin: 0 0 0 auto;
}

/* line 207, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group {
  max-width: 661px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

/* line 213, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .head {
  max-width: 650px;
  width: 100%;
  margin: 0px auto 40px auto;
}

/* line 218, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .head .logo-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 72px 0 40px;
}

/* line 224, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .head .logo-nav .logo {
  max-width: 109px;
  width: 100%;
  margin-left: 5px;
}

/* line 229, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .head .logo-nav .logo img {
  width: 100%;
}

/* line 234, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .head .mob-detail-btn {
  display: none;
}

/* line 239, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group #panel {
  display: none;
}

/* line 243, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-previews {
  display: none;
}

/* line 247, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-600);
  max-width: 544px;
  margin: 0 0 8px auto;
}

/* line 258, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-amount {
  font-family: 'Lexend-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: var(--palette-neutral-900);
  max-width: 544px;
  margin: 0 0 40px auto;
  letter-spacing: -0.02em;
}

/* line 270, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .checkout-modal-back-drop {
  display: none;
}

/* line 274, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal {
  display: none;
  position: fixed;
  top: 96px;
  max-width: 100vw;
  width: 100%;
  background-color: var(--palette-neutral-50);
  margin: 0 -24px;
  padding: 40px 80px;
  max-height: calc(100vh - 96px);
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}

/* line 288, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .active-back-drop {
  width: 100vw;
  height: 100vh;
  margin: 0 -24px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* line 297, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-text {
  color: #27272A;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
}

/* line 304, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container {
  display: flex;
  justify-content: center;
}

/* line 308, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .delete-certificate-btn, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .view-certificate-btn {
  background: none;
  border: none;
  color: #FFB514;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

/* line 317, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .more-info-desktop {
  color: #27272A;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

/* line 325, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box {
  border: 2px solid #E4E4E7;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  max-width: 356px;
  width: 100%;
}

/* line 335, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box:hover {
  background-color: rgba(255, 181, 20, 0.05);
}

/* line 340, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box.uploading .upload-icon-wrapper,
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box.uploading .upload-text,
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box.uploading .upload-format {
  display: none;
}

/* line 347, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .progress-wrapper {
  display: flex;
  justify-content: center;
}

/* line 351, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .progress-wrapper .uploaded-file-info {
  display: flex;
}

/* line 356, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .document-icon-background {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 6.4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 19.2px;
  background: var(--Primary-50, #FFF8E8);
  margin-top: -10px;
}

/* line 369, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-progress {
  max-width: 437px;
  width: 100%;
  display: none;
}

/* line 374, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-progress .progress {
  max-width: 450px;
  width: 100%;
  height: 8px;
  background: #E4E4E7;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
}

/* line 383, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-progress .progress .progress-bar {
  height: 100%;
  background: #FFB514;
  transition: width 0.3s ease;
}

/* line 390, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-progress .file-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6B7280;
}

/* line 396, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-progress .file-info .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

/* line 405, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-icon-wrapper {
  margin-bottom: 12px;
  cursor: pointer;
}

/* line 410, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-icon {
  height: 32px;
  width: 32px;
}

/* line 415, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-text {
  color: #111827;
  font-size: 16px;
  margin-bottom: 8px;
  cursor: pointer;
}

/* line 421, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-text .upload-file {
  color: #FFB514;
}

/* line 426, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .upload-format {
  color: #6B7280;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
}

/* line 433, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .upload-container .upload-box .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 445, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

/* line 450, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .info-row {
  border-radius: 8px;
  border: 1px solid var(--Neutral-200, #E4E4E7);
  display: flex;
  width: 388px;
  padding: 16px 10px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

/* line 461, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .info-row .certificate-icon {
  border-radius: 19.2px;
  background: var(--Primary-50, #FFF8E8);
  padding: 6.4px;
}

/* line 466, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .info-row .certificate-icon svg {
  width: 16px;
  height: 16px;
}

/* line 472, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .info-row .file-name-wrapper {
  max-width: 320px;
  width: 100%;
  justify-content: left;
  display: flex;
}

/* line 478, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .info-row .file-name-wrapper .file-name {
  text-overflow: ellipsis !important;
  max-width: 270px;
  overflow: hidden;
  white-space: nowrap;
}

/* line 486, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .info-row .delete-icon {
  border-radius: 24px;
  background: var(--Destructive-50, #FEF2F2);
  padding: 8px;
}

/* line 491, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .info-row .delete-icon svg {
  width: 20px;
  height: 20px;
}

/* line 498, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .certificate-document {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
}

/* line 504, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .certificate-document .document-icon {
  display: flex;
  align-items: center;
}

/* line 507, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .certificate-document .document-icon svg {
  width: 32px;
  height: 32px;
}

/* line 513, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .certificate-document .document-name {
  text-transform: capitalize;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

/* line 519, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificate-item .certificate-document .document-name.status-rejected {
  color: #EF4444;
}

/* line 526, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificates-container {
  max-height: 330px;
  overflow-y: auto;
  margin: 16px 0;
  padding-right: 8px;
}

/* line 528, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificates-container .toggle-container {
  grid-column: 1 / -1;
}

/* line 530, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificates-container .toggle-container a {
  color: #FFB514;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 16px;
}

/* line 543, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificates-container::-webkit-scrollbar {
  width: 6px;
}

/* line 547, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificates-container::-webkit-scrollbar-track {
  background: var(--palette-neutral-100);
  border-radius: 3px;
}

/* line 552, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificates-container::-webkit-scrollbar-thumb {
  background: var(--palette-neutral-300);
  border-radius: 3px;
}

/* line 557, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificates-container::-webkit-scrollbar-thumb:hover {
  background: var(--palette-neutral-400);
}

/* line 561, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificates-container .certificate-item {
  margin-bottom: 8px;
}

/* line 564, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .certificates-container .certificate-item:last-child {
  margin-bottom: 0;
}

/* line 572, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .modal-dialog .modal-content {
  border: none;
}

/* line 578, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body {
  max-width: 560px;
  width: 100%;
  margin: 0 -16px 0 auto;
  height: calc(100vh - 536px);
  overflow: auto;
  padding-right: 16px;
}

/* line 586, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list {
  margin-bottom: 40px;
  max-height: 232px;
  overflow: auto;
  padding-right: 8px;
  margin-right: -8px;
}

/* line 593, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  height: 42px;
}

/* line 599, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block {
  display: flex;
  justify-content: space-between;
}

/* line 603, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .product-image {
  margin-right: 16px;
  display: flex;
}

/* line 607, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .product-image .clear-link {
  display: block;
}

/* line 610, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .product-image .clear-link img {
  width: 20px;
  margin-right: 4px;
}

/* line 616, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .product-image img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* line 625, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section {
  max-width: 360px;
  width: 100%;
}

/* line 629, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 642, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section .qty {
  cursor: pointer;
}

/* line 645, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section .qty .qty-heading {
  color: var(--palette-neutral-400);
}

/* line 649, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section .qty a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

/* line 654, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section .qty a .item-qty {
  margin: 0 2px 0 10px;
}

/* line 658, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section .qty a img {
  vertical-align: sub;
  width: 16px;
  height: 16px;
}

/* line 670, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .price-block {
  text-align: right;
  max-width: 100px;
  width: 100%;
}

/* line 675, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .price-block .price {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 2px;
}

/* line 685, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .price-block .each-price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
}

/* line 700, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog {
  width: 414px;
}

/* line 703, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content {
  border-radius: 24px;
  height: auto;
}

/* line 707, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-header {
  padding: 24px;
}

/* line 710, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-header .line-item-image img {
  width: 42px;
  height: 42px;
}

/* line 715, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-header .line-item-details {
  margin-left: 16px;
}

/* line 718, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-header .line-item-details .update-quantity {
  margin-bottom: 2px;
}

/* line 722, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-header .line-item-details .line-item-name {
  color: var(--palette-neutral-400);
  white-space: nowrap;
  max-width: 227px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 732, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-header .close img {
  vertical-align: -webkit-baseline-middle;
  width: 24px;
  height: 24px;
}

/* line 739, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-header button:hover, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-header button:focus {
  background: none;
}

/* line 745, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body {
  margin: 0 auto;
  padding: 24px;
}

/* line 749, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* line 755, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .qty-btn-container {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

/* line 760, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .qty-btn-container .sub-btn, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .qty-btn-container .add-btn {
  width: 36px;
  height: 32px;
  background: var(--palette-neutral-100);
  border-radius: 6px;
}

/* line 767, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .qty-btn-container .sub-btn {
  margin-right: 16px;
}

/* line 771, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .qty-btn-container .add-btn {
  margin-left: 16px;
  margin-right: 0;
}

/* line 776, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .qty-btn-container button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 781, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .qty-btn-container button:after {
  line-height: 0;
  top: -2px;
}

/* line 787, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .qty-btn-container input {
  width: 59px;
  height: 44px;
  border-radius: 6px;
  color: var(--palette-neutral-900) !important;
}

/* line 793, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .qty-btn-container input::-webkit-inner-spin-button {
  display: none;
}

/* line 799, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .stock-error-message {
  background-color: var(--palette-destructive-50);
  width: 100%;
  text-align: center;
  border-radius: 6px;
  padding: 12px 32px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-700);
  margin-bottom: 24px;
}

/* line 814, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .modal-body .quantity-btn-group .stock-error-message::before {
  content: url(/assets/error-icon-e35f06a660decf2de3700b6eb333477f62cb6dc0d0da5a9014a2b1d400fb19f0.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

/* line 827, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .update-btn-container button {
  width: 100%;
  font-family: 'Poppins-medium';
  border: none;
}

/* line 832, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .update-btn-container button:hover, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .update-btn-container button:focus {
  border: none;
}

/* line 837, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .quantity-changer-modal .modal-dialog .modal-content .update-btn-container .checkout-remove-from-cart-button {
  display: none;
  font-family: 'Poppins-medium';
  color: var(--palette-shades-0);
}

/* line 847, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .sub-total-section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--palette-neutral-200);
}

/* line 854, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .sub-total-section .sub-total-heading, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .sub-total-section .sub-total-amount {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-900);
}

/* line 865, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-container {
  margin-bottom: 30px;
}

/* line 868, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-container .promo-link {
  color: var(--palette-primary-500);
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 4px;
}

/* line 884, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body #promo-field-block {
  display: flex;
  margin: 16px 0 18px 0;
  flex-wrap: wrap;
}

/* line 889, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body #promo-field-block .ag-input-group-box {
  width: calc(100% - 100px);
  margin-bottom: 4px;
}

/* line 893, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body #promo-field-block .ag-input-group-box .ag-input-field {
  height: 44px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-right: none;
  padding: 12px;
  border-radius: 6px 0 0 6px;
}

/* line 904, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body #promo-field-block .ag-input-group-box .ag-input-field:focus {
  border: 1px solid #d9d9db;
  border-right: none;
}

/* line 911, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body #promo-field-block #add-coupon-code {
  width: 100px;
  color: var(--palette-neutral-900);
  background: #fff;
  border: 1px solid #d9d9db;
  border-left: none;
  padding: 12px;
  text-align: end;
  font-weight: 400;
  height: 44px;
  border-radius: 0px 6px 6px 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 929, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body #promo-field-block .promo-error {
  color: var(--palette-destructive-500);
  display: none;
  margin-bottom: 16px;
}

/* line 934, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body #promo-field-block .promo-error.success {
  color: #395A40;
}

/* line 938, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body #promo-field-block .promo-error .yellow-anchor {
  color: var(--palette-primary-500);
  text-decoration: none;
}

/* line 945, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .spacing {
  margin: 16px 0 0 0;
}

/* line 949, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-badge-container {
  margin-bottom: 16px;
  max-height: 170px;
  overflow: auto;
}

/* line 954, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-badge-container .promo-badge-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: center;
}

/* line 960, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-badge-container .promo-badge-section .promo-badge, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-badge-container .promo-badge-section .promo-discount {
  font-family: 'Poppins-medium';
  color: var(--palette-neutral-900);
}

/* line 965, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-badge-container .promo-badge-section .promo-badge {
  height: 44px;
  background: var(--palette-neutral-100);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 14px 14px 12px;
}

/* line 973, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-badge-container .promo-badge-section .promo-badge::before {
  content: url(/assets/badge-icon-d450a3b743872829515f94cf428acd22fe392737dbf9102ffa17ab47ed61b6dc.svg);
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

/* line 980, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-badge-container .promo-badge-section .promo-badge .remove-promo-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

/* line 987, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-badge-container .promo-badge-section .promo-discount {
  color: var(--palette-neutral-400);
}

/* line 992, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .promo-badge-container .discount-percentage {
  color: var(--palette-neutral-400);
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1001, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .shipping-section.store-credit-section {
  display: none;
}

/* line 1005, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .shipping-section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--palette-neutral-200);
  margin-bottom: 16px;
}

/* line 1014, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .shipping-section .shipping .shipping-heading {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
  margin-bottom: 2px;
}

/* line 1024, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .shipping-section .shipping .shipping-sub-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
}

/* line 1035, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .shipping-section .shipping-price {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
}

/* line 1045, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .shipping-text-and-cost {
  margin-bottom: 16px;
  border-bottom: 1px solid var(--palette-neutral-200);
  padding-bottom: 16px;
}

/* line 1050, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .shipping-text-and-cost .shipping-section {
  border: none;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/* line 1057, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .shipping-text-and-cost .tax-exempt-link {
  color: var(--palette-secondary-500);
}

/* line 1061, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .shipping-text-and-cost .tax-exempted-text {
  color: var(--palette-primary-500);
}

/* line 1066, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .total-section {
  display: flex;
  justify-content: space-between;
}

/* line 1070, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .total-section .total-head {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--palette-neutral-900);
}

/* line 1079, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .total-section .total-due-amount {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

/* line 1090, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .family-owned-section.desktop-only {
  padding: 16px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  background: var(--palette-neutral-100);
  border: 1px solid var(--palette-neutral-200);
  border-radius: 8px;
  max-width: 560px;
  margin: 16px -16px 16px auto;
}

/* line 1100, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .family-owned-section.desktop-only .image-container {
  max-width: 159px;
  width: 100%;
  max-height: 112px;
  min-width: 130px;
  height: auto;
  border-radius: 4px;
}

/* line 1108, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .family-owned-section.desktop-only .image-container .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 1116, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .family-owned-section.desktop-only .info-section .heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-700);
  margin-bottom: 8px;
}

/* line 1127, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .family-owned-section.desktop-only .info-section .info {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  margin-bottom: 16px;
}

/* line 1137, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .family-owned-section.desktop-only .info-section .learn-more {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  color: var(--palette-neutral-600);
}

/* line 1150, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .summary-links-container {
  display: flex;
  max-width: 544px;
  width: 100%;
  margin: 0 0 0 auto;
}

/* line 1156, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .summary-links-container .summary-link {
  margin-right: 24px;
  color: var(--palette-neutral-400);
  line-height: 40px;
}

/* line 1161, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .summary-links-container .summary-link:hover {
  text-decoration: none;
}

/* line 1172, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-link {
  color: var(--Neutral-500, #71717A);
  text-decoration: underline;
  cursor: pointer;
}

/* line 1178, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .want-tax-exempt {
  color: var(--Neutral-500, #71717A);
  text-decoration: underline;
  cursor: pointer;
}

/* line 1184, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .mobile-tax-exempt-link.mobile-tax-text {
  display: none;
}

/* line 1188, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* line 1200, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 700px;
  margin: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1211, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .existing-certificate-notice {
  display: flex;
  justify-content: center;
  background-color: #51C571;
  padding: 10px;
  margin: 10px 20px;
  border-radius: 5px;
}

/* line 1219, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .existing-certificate-notice .certificate-status {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

/* line 1226, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .modal-header {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  margin-bottom: 24px;
}

/* line 1235, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .modal-header .tax-form-heading {
  color: #27272A;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 1245, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .upload-divider-wrapper {
  display: flex;
  justify-content: center;
}

/* line 1249, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .upload-divider-wrapper .upload-divider {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

/* line 1254, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .upload-divider-wrapper .upload-divider .divider-line {
  border: 1px solid #D4D4D8;
  width: 150px;
}

/* line 1259, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .upload-divider-wrapper .upload-divider .divider-text {
  padding: 0 16px;
  color: #27272A;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 1271, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body {
  padding: 24px;
}

/* line 1272, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .toggle-container {
  grid-column: 1 / -1;
}

/* line 1276, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .form-actions {
  grid-column: 1 / -1;
}

/* line 1280, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .new-certificate-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

/* line 1285, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .new-certificate-form .upload-divider-wrapper,
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .new-certificate-form .upload-text,
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .new-certificate-form .upload-container {
  grid-column: 1 / -1;
}

/* line 1293, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .upload-text {
  text-align: center;
  color: #27272A;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}

/* line 1301, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .form-row {
  display: flex;
  flex-wrap: nowrap;
}

/* line 1305, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .form-row .label-key {
  max-width: 200px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

/* line 1313, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .form-row .label-value {
  max-width: 420px;
  width: 100%;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px;
  font-family: 'Poppins';
}

/* line 1322, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .form-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

/* line 1327, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .form-actions .btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-family: 'Poppins';
  font-weight: 500;
  cursor: pointer;
}

/* line 1335, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .form-actions .btn-primary {
  color: #000;
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid var(--Neutral-300, #D4D4D8);
  background: var(--Neutral-200, #E4E4E7);
}

/* line 1347, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .tax-exempt-modal .modal-content .tax-form-body .form-actions .btn-primary:hover {
  background: var(--palette-primary-600);
}

/* line 1356, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 25px 50px -12px rgba(16, 24, 40, 0.25);
  padding: 72px 16px;
  height: 100vh;
  overflow: auto;
  margin: 0 auto 0 0;
}

/* line 1365, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .wallet-payment-div, .checkout.edit .checkout-container .checkout-pay-detail .paypal-divider {
  max-width: 832px;
}

/* line 1368, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .wallet-payment-div .wallet-payment-button, .checkout.edit .checkout-container .checkout-pay-detail .paypal-divider .wallet-payment-button {
  margin-bottom: 40px;
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1375, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .wallet-payment-div .divider, .checkout.edit .checkout-container .checkout-pay-detail .paypal-divider .divider {
  margin-bottom: 27px;
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1386, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .wallet-payment-div .divider hr, .checkout.edit .checkout-container .checkout-pay-detail .paypal-divider .divider hr {
  background-color: rgba(26, 26, 26, 0.1);
  border: none;
  height: 1px;
  width: 100%;
}

/* line 1393, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .wallet-payment-div .divider .divider-text, .checkout.edit .checkout-container .checkout-pay-detail .paypal-divider .divider .divider-text {
  color: var(--palette-neutral-400);
  background-color: var(--palette-neutral-50);
  left: 50%;
  padding: 0 8px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  margin: 0;
}

/* line 1408, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group {
  max-width: 832px;
  margin: 0 auto 0 0;
}

/* line 1412, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body {
  max-width: 544px;
  margin: 0 auto;
}

/* line 1416, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .category-sub-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
  margin-bottom: 4px;
  margin-top: 10px;
}

/* line 1428, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-step-group .step-header {
  height: 32px;
  padding: 0;
  background: none;
}

/* line 1435, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-step-group .step-header .edit-personal-info .clear-link .edit-icon {
  filter: invert(1);
  margin-bottom: 4px;
  width: 16px;
}

/* line 1443, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-step-group .step-header .details-heading {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  margin-bottom: 4px;
}

/* line 1453, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-step-group .step-header .edit-personal-info {
  color: var(--palette-neutral-800);
}

/* line 1458, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-step-group .step-content {
  background: none;
  box-shadow: none;
  border-radius: 0 0 16px 16px;
  padding: 22px 14px;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 8px;
}

/* line 1466, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-step-group .step-content .details-heading {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  margin-bottom: 4px;
}

/* line 1480, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-step-group .step-content .address-information .user-info .details-text .flag-icon img {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}

/* line 1493, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .ag-btn-black {
  background-color: #000;
  color: #fff;
  padding: 9px;
  border-radius: 6px;
  border: 0;
  width: 100%;
  margin-bottom: 40px;
}

/* line 1503, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .card-pay-head {
  display: flex;
  align-items: center;
  margin-bottom: 72px;
  justify-content: space-between;
}

/* line 1509, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .card-pay-head .liner {
  border-bottom: 1px solid var(--palette-neutral-200);
  max-width: 198px;
  width: 100%;
}

/* line 1515, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .card-pay-head .pay-with-card {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
  margin: 0 4px;
  min-width: 116px;
}

/* line 1527, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .category-title {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  margin-bottom: 24px;
}

/* line 1537, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .payment-header-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4px;
}

/* line 1543, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .payment-header-section .category-sub-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
}

/* line 1553, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-email {
  margin-bottom: 18px;
}

/* line 1557, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-email .email-error-message .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);
}

/* line 1570, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .exclusive-offer {
  margin-bottom: 26px;
}

/* line 1574, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .exclusive-offer .ag-check .ag-checkbox {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

/* line 1582, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .save-address-label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 1592, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .ag-input-neutral .ag-input-group-box .ag-input-field, .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .ag-input-neutral .ag-input-group-box .save-address-label {
  height: 44px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 1601, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .ag-input-neutral .ag-input-group-box:hover, .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .ag-input-neutral .ag-input-group-box:focus-within {
  border: 1px solid var(--palette-neutral-200);
  box-shadow: none;
}

/* line 1607, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .ag-input-neutral .ag-input-label {
  font-weight: 400;
}

/* line 1612, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .top-round-border {
  border-radius: 6px 6px 0px 0px;
}

/* line 1616, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .bottom-round-border {
  border-radius: 0px 0px 6px 6px;
}

/* line 1620, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .top-border-none {
  border-top: 0 !important;
}

/* line 1624, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .border-right-none {
  border-right: 0 !important;
}

/* line 1628, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .top-border-radius {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 1633, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .bottom-border-radius {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 1638, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .show-billing-address-fields {
  display: block;
}

/* line 1642, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .hide-billing-address-fields {
  display: none;
}

/* line 1646, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body #billing-address-fields {
  display: none;
  margin-bottom: 42px;
  position: relative;
}

/* line 1652, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .save-btn-section {
  display: flex;
  justify-content: flex-end;
}

/* line 1656, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .save-btn-section #save-address {
  background-color: var(--palette-primary-500);
  color: var(--palette-shades-0);
  border: 1px solid transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  padding: 6px 10px;
}

/* line 1670, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .edit-address {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 1675, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .edit-address .edit-shipping-info {
  background-color: var(--palette-primary-500);
  color: var(--palette-shades-0);
  border: 1px solid transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  padding: 6px 34px;
  margin-bottom: 4px;
  text-decoration: none;
}

/* line 1691, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block {
  margin-bottom: 18px;
}

/* line 1694, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block #payment {
  margin-top: 28px;
}

/* line 1698, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .black-panel {
  border: 1px solid var(--palette-neutral-200);
}

/* line 1703, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .black-panel .radio-block .black-radio::after {
  background-color: var(--palette-primary-500);
  border-color: var(--palette-primary-500);
}

/* line 1710, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .black-panel .card-error {
  color: var(--palette-destructive-500);
  margin-right: 16px;
}

/* line 1716, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .store-credit-input {
  align-items: baseline;
  justify-content: space-between;
}

/* line 1720, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .store-credit-input .custom-store-input {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid var(--palette-neutral-300);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  margin: 0;
}

/* line 1730, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .black-btn {
  background-color: var(--palette-primary-500);
  color: var(--palette-shades-0);
  border: 1px solid transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  padding: 6px 10px;
}

/* line 1743, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .payment-heading {
  margin-bottom: 24px;
}

/* line 1747, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .black-input-group {
  min-width: 200px;
}

/* line 1750, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .black-input-group .black-dot {
  background: var(--palette-primary-500);
}

/* line 1754, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .black-input-group .apply-store-credit-label {
  cursor: pointer;
}

/* line 1759, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block #payment {
  border: none;
  padding: 0;
}

/* line 1764, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .left-border {
  border-right: 1px solid var(--palette-neutral-200) !important;
}

/* line 1768, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field.state-field {
  border: 1px solid var(--palette-neutral-300);
  display: grid;
}

/* line 1773, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field {
  width: 100%;
  height: 44px;
  display: flex;
}

/* line 1778, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field input {
  padding: 12px;
  width: 100%;
  border: 0;
  background-color: transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 1789, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field input::-moz-placeholder {
  color: var(--palette-neutral-500);
}
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field input::placeholder {
  color: var(--palette-neutral-500);
}

/* line 1794, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .select2-container--default .select2-selection--single {
  background: none;
  border: none;
  font-size: 14px !important;
  padding: 4px !important;
}

/* line 1801, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .ag-input-group-box {
  border-radius: 0;
}

/* line 1804, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .ag-input-group-box .ag-input-icon-append {
  display: none;
}

/* line 1809, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .border-left-radius {
  border-radius: 0 0 0 6px;
}

/* line 1813, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .border-right-radius {
  border-radius: 0 0 6px 0;
}

/* line 1817, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .first-name-field {
  border-radius: 6px 0 0 0;
}

/* line 1821, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .last-name-field {
  border-radius: 0 6px 0 0;
}

/* line 1825, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .phone-validation {
  border-radius: 0 0 6px 6px;
}

/* line 1828, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .phone-validation .flag-field-icon {
  height: 20px;
  margin: 12px 0 12px 12px;
}

/* line 1832, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .shipping-address-field .phone-validation .flag-field-icon img {
  height: 100%;
}

/* line 1839, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .new-card-payment {
  border-radius: 6px 6px 0 0 !important;
}

/* line 1844, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .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);
}

/* line 1858, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .pick-up-container .pick-up-heading {
  margin-bottom: 4px;
}

/* line 1862, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .pick-up-container .pick-up-section {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins';
  line-height: 20px;
  color: var(--palette-neutral-500);
  margin-bottom: 40px;
}

/* line 1872, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-rate-container {
  margin-bottom: 40px;
}

/* line 1875, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-rate-container .shipping-address-group {
  margin-bottom: 0;
}

/* line 1881, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-rate-container .shipping-rates-block {
  border: 1px solid var(--palette-neutral-200);
  padding: 14px 14px 10px 14px;
  display: flex;
  justify-content: space-between;
}

/* line 1887, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-rate-container .shipping-rates-block .price {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-neutral-900);
}

/* line 1898, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-rate-container .shipping-rates-block .ag-form-control .form-control-content .shipping-rate-text {
  font-size: 12px;
  line-height: 20px;
}

/* line 1903, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-rate-container .shipping-rates-block .ag-form-control .form-control-content .form-control-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 1913, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .save-my-card {
  margin-bottom: 20px;
}

/* line 1917, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .save-my-card .ag-check .ag-checkbox {
  display: inline-block;
}

/* line 1923, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .show-save-my-card {
  display: block;
}

/* line 1927, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .hide-save-my-card {
  display: none;
}

/* line 1931, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .save-my-card {
  margin-bottom: 20px !important;
}

/* line 1935, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .same-billing-address, .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .save-my-card {
  margin-bottom: 20px;
}

/* line 1939, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .same-billing-address .ag-check .ag-checkbox, .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .save-my-card .ag-check .ag-checkbox {
  display: inline-block;
}

/* line 1944, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .same-billing-address .form-control-content .form-control-sub-title, .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .save-my-card .form-control-content .form-control-sub-title {
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0 0 4px;
}

/* line 1951, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .subscribe-me {
  margin-bottom: 42px;
}

/* line 1955, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .return-and-exchange {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
  text-align: center;
  margin-bottom: 24px;
}

/* line 1966, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .return-and-exchange .return-policy-link .link-icon {
  margin-right: 11px;
}

/* line 1972, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .pay-now-btn {
  width: 100%;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border: none;
  margin-bottom: 24px;
}

/* line 1983, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .name-error {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 18px;
}

/* line 1991, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .family-owned-section.mobile-only {
  display: none;
}

/* line 1995, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .guaranteed-secure-section {
  text-align: center;
  margin-bottom: 32px;
}

/* line 1999, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .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 2009, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .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 2018, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .guaranteed-secure-section .learn-more .link {
  text-decoration: underline;
  margin-left: 16px;
}

/* line 2025, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-footer {
  display: none;
}

/* line 2031, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .ag-member-section, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section {
  max-width: 832px;
  width: 100%;
}

/* line 2035, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .ag-member, .checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .guest-member, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .ag-member, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .guest-member {
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  background: var(--palette-neutral-100);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

/* line 2047, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .ag-member .ag-member-text, .checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .ag-member .guest-member-text, .checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .guest-member .ag-member-text, .checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .guest-member .guest-member-text, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .ag-member .ag-member-text, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .ag-member .guest-member-text, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .guest-member .ag-member-text, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .guest-member .guest-member-text {
  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 2057, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .ag-member .sign-in-btn, .checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .guest-member .sign-in-btn, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .ag-member .sign-in-btn, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .guest-member .sign-in-btn {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: var(--palette-neutral-800);
  color: var(--palette-neutral-50);
  padding: 6px 26px;
}

/* line 2068, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .ag-member .guest-login-section, .checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .guest-member .guest-login-section, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .ag-member .guest-login-section, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .guest-member .guest-login-section {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

/* line 2074, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .ag-member .guest-login-section .sign-in-btn, .checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .guest-member .guest-login-section .sign-in-btn, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .ag-member .guest-login-section .sign-in-btn, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .guest-member .guest-login-section .sign-in-btn {
  padding: 6px 10px;
  background: var(--palette-shades-0);
  color: var(--palette-neutral-700);
}

/* line 2080, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .ag-member .guest-login-section .sign-up-btn, .checkout.edit .checkout-container .checkout-pay-detail .ag-member-section .guest-member .guest-login-section .sign-up-btn, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .ag-member .guest-login-section .sign-up-btn, .checkout.edit .checkout-container .checkout-pay-detail .guest-member-section .guest-member .guest-login-section .sign-up-btn {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 26px;
  background: var(--palette-shades-100);
  color: var(--palette-neutral-50);
}

/* line 2094, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .checkout-login-section {
  max-width: 832px;
  width: 100%;
}

/* line 2098, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .checkout-container .checkout-pay-detail .checkout-login-section .email-field-section {
  max-width: 544px;
  width: 100%;
  margin: 0 auto 18px auto;
}

/* line 2107, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .select2-dropdown {
  border: 1px solid var(--palette-neutral-200) !important;
  background-color: #fff !important;
  box-shadow: 0px 25px 50px -12px rgba(16, 24, 40, 0.25);
}

/* line 2113, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .select2-results {
  background-color: #fff !important;
}

/* line 2119, app/assets/stylesheets/spree/checkout_v3.scss */
.checkout.edit .select2-container--default .select2-search--dropdown .select2-search__field {
  border-bottom: 1px solid var(--palette-neutral-200) !important;
}

@media (max-width: 1260px) {
  /* line 2134, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section {
    max-width: 270px;
  }
  /* line 2137, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section .title {
    max-width: 227px;
  }
}

@media (max-width: 991px) {
  /* line 2160, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section {
    max-width: 160px;
  }
  /* line 2163, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section .title {
    max-width: 227px;
  }
}

@media (max-width: 768px) {
  /* line 2179, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .affirm-loader .checkout-loading-indicator {
    width: 540px;
  }
  /* line 2184, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .email-validation {
    margin-bottom: 2px;
  }
  /* line 2188, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .want-tax-exempt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--palette-neutral-400);
    cursor: pointer;
    text-decoration: underline;
    margin-top: 5px;
  }
  /* line 2200, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-link.mobile-tax-text {
    display: block !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--palette-neutral-400);
    cursor: pointer;
    text-decoration: underline;
  }
  /* line 2211, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-link.mobile-tax-text .tax-exempted-text {
    color: var(--palette-primary-500);
  }
  /* line 2216, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  /* line 2228, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 370px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 2238, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .existing-certificate-notice {
    display: flex;
    justify-content: center;
    background-color: #51C571;
    padding: 10px;
    margin: 10px 20px;
    border-radius: 5px;
  }
  /* line 2246, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .existing-certificate-notice .certificate-status {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
  }
  /* line 2253, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .modal-header {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    margin-bottom: 24px;
  }
  /* line 2262, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .modal-header .tax-form-heading {
    color: #27272A;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
  }
  /* line 2270, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .upload-divider-wrapper {
    display: flex;
    justify-content: center;
  }
  /* line 2274, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .upload-divider-wrapper .upload-divider {
    display: flex;
    align-items: center;
    margin: 12px 0;
  }
  /* line 2279, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .upload-divider-wrapper .upload-divider .divider-line {
    border: 1px solid #D4D4D8;
    width: 110px;
  }
  /* line 2284, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .upload-divider-wrapper .upload-divider .divider-text {
    padding: 0 16px;
    color: #27272A;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  /* line 2296, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .tax-form-body {
    max-height: 80vh;
    overflow-y: auto;
    padding: 0 24px 24px 24px;
  }
  /* line 2301, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .tax-form-body .upload-text {
    color: #27272A;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  /* line 2309, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .tax-form-body .form-row {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: nowrap;
  }
  /* line 2314, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .tax-form-body .form-row .label-key {
    max-width: 150px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    align-self: center;
    margin: 0;
  }
  /* line 2324, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .tax-form-body .form-row .label-value {
    max-width: 160px;
    width: 100%;
    border: 1px solid var(--palette-neutral-300);
    border-radius: 6px;
    font-family: 'Poppins';
    height: 30px;
  }
  /* line 2334, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .tax-form-body .form-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
  }
  /* line 2340, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .tax-form-body .form-actions .btn {
    padding: 12px 24px;
    border-radius: 6px;
    font-family: 'Poppins';
    font-weight: 500;
    cursor: pointer;
  }
  /* line 2348, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .tax-form-body .form-actions .btn-primary {
    color: #000;
    font-size: 14px;
    display: inline-flex;
    font-weight: 400;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--Neutral-300, #D4D4D8);
    background: var(--Neutral-200, #E4E4E7);
  }
  /* line 2361, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .tax-form-body .form-actions .btn-primary:hover {
    background: var(--palette-primary-600);
  }
  /* line 2368, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificates-container {
    max-height: 400px;
    overflow-y: auto;
    margin: 16px 0;
    padding-right: 8px;
  }
  /* line 2374, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificates-container::-webkit-scrollbar {
    width: 6px;
  }
  /* line 2378, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificates-container::-webkit-scrollbar-track {
    background: var(--palette-neutral-100);
    border-radius: 3px;
  }
  /* line 2383, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificates-container::-webkit-scrollbar-thumb {
    background: var(--palette-neutral-300);
    border-radius: 3px;
  }
  /* line 2388, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificates-container::-webkit-scrollbar-thumb:hover {
    background: var(--palette-neutral-400);
  }
  /* line 2392, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificates-container .certificate-item {
    margin-bottom: 8px;
  }
  /* line 2395, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificates-container .certificate-item:last-child {
    margin-bottom: 0;
  }
  /* line 2401, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item {
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  /* line 2406, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .info-row {
    border-radius: 8px;
    border: 1px solid var(--Neutral-200, #E4E4E7);
    display: flex;
    padding: 16px 10px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    width: 300px;
  }
  /* line 2417, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .info-row .certificate-icon {
    border-radius: 19.2px;
    background: var(--Primary-50, #FFF8E8);
    padding: 6.4px;
  }
  /* line 2422, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .info-row .certificate-icon svg {
    width: 16px;
    height: 16px;
  }
  /* line 2428, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .info-row .file-name-wrapper {
    max-width: 320px;
    width: 100%;
    justify-content: left;
    display: flex;
  }
  /* line 2434, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .info-row .file-name-wrapper .file-name {
    text-overflow: ellipsis !important;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
  }
  /* line 2442, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .info-row .delete-icon {
    border-radius: 24px;
    background: var(--Destructive-50, #FEF2F2);
    padding: 8px;
  }
  /* line 2447, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .info-row .delete-icon svg {
    width: 20px;
    height: 20px;
  }
  /* line 2454, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .certificate-document {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
  }
  /* line 2460, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .certificate-document .document-icon {
    display: flex;
    align-items: center;
  }
  /* line 2463, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .certificate-document .document-icon svg {
    width: 32px;
    height: 32px;
  }
  /* line 2469, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .certificate-document .document-name {
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  /* line 2475, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .mobile-tax-exempt-modal .modal-content .certificate-item .certificate-document .document-name.status-rejected {
    color: #EF4444;
  }
  /* line 2484, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  /* line 2489, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .delete-certificate-btn, .checkout.edit .upload-container .view-certificate-btn {
    background: none;
    border: none;
    color: #FFB514;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
  }
  /* line 2498, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box {
    border: 2px solid #E4E4E7;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    max-width: 356px;
    width: 100%;
  }
  /* line 2508, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box:hover {
    background-color: rgba(255, 181, 20, 0.05);
  }
  /* line 2513, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box.uploading .upload-icon-wrapper,
.checkout.edit .upload-container .upload-box.uploading .upload-format {
    display: none;
  }
  /* line 2519, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .progress-wrapper {
    display: flex;
    justify-content: center;
  }
  /* line 2523, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .progress-wrapper .uploaded-file-info {
    display: flex;
  }
  /* line 2528, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .document-icon-background {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 6.4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 19.2px;
    background: var(--Primary-50, #FFF8E8);
  }
  /* line 2541, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .upload-progress {
    max-width: 437px;
    margin-top: 15px;
    width: 100%;
    display: none;
  }
  /* line 2547, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .upload-progress .progress {
    max-width: 450px;
    width: 100%;
    height: 8px;
    border-radius: 10px !important;
    background: #E4E4E7;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  /* line 2557, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .upload-progress .progress .progress-bar {
    height: 100%;
    background: #FFB514;
    transition: width 0.3s ease;
  }
  /* line 2564, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .upload-progress .file-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #6B7280;
  }
  /* line 2570, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .upload-progress .file-info .file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
  }
  /* line 2579, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .upload-icon-wrapper {
    margin-bottom: 12px;
    cursor: pointer;
  }
  /* line 2584, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .upload-icon {
    height: 32px;
    width: 32px;
  }
  /* line 2589, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .upload-file {
    color: #FFB514;
  }
  /* line 2593, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .upload-format {
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
  }
  /* line 2601, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .upload-container .upload-box .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
  }
  /* line 2613, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .more-info {
    color: var(--Neutral-500, #71717A);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
  }
  /* line 2622, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .ffa-section .cart-page-modal {
    max-width: 472px;
    width: 100%;
    margin: 20px;
    border-radius: 12px;
    max-height: 90vh;
    overflow-y: auto;
  }
  /* line 2632, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container {
    flex-wrap: wrap;
  }
  /* line 2636, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .custom-field select {
    background: url(/assets/checkout-v3-dropdown-icon-dc47f1ce3ac1c3d6ab3a64fd0751cc63b6c53ac37b11825970b7c55a0a611e20.png) 97% 53% / 3% no-repeat #ffffff !important;
    background-color: transparent;
    background-size: contain;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background-color: #ffffff;
    padding: 9px 16px;
    height: 43px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--palette-neutral-500);
    width: 100%;
  }
  /* line 2659, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .custom-field select:focus + .placeholder {
    top: 0px;
    font-family: poppins;
    font-size: 9.83px;
    line-height: 14px;
    padding: 0 2px;
    margin: 0 7px;
    color: black;
    background-color: #ffffff;
    width: -moz-max-content;
    width: max-content;
    height: 15px;
  }
  /* line 2672, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .custom-field select:focus {
    outline: 0;
  }
  /* line 2676, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky {
    display: block;
    width: 100%;
    position: sticky;
    top: 0;
    background-color: var(--palette-neutral-50);
    z-index: 1;
  }
  /* line 2684, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head {
    max-width: 680px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  /* line 2692, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .logo-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 24px 0;
  }
  /* line 2698, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .logo-nav .logo {
    max-width: 109px;
    width: 100%;
    margin-left: 5px;
  }
  /* line 2703, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .logo-nav .logo img {
    width: 100%;
  }
  /* line 2709, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .mob-detail-btn {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--palette-neutral-400);
    margin-right: 24px;
  }
  /* line 2719, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .mob-detail-btn:after {
    content: url(/assets/checkout-v3-dropdown-icon-dc47f1ce3ac1c3d6ab3a64fd0751cc63b6c53ac37b11825970b7c55a0a611e20.png);
    filter: opacity(0.5);
    margin-left: 11px;
  }
  /* line 2726, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .order-detail-section {
    display: none;
  }
  /* line 2729, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .order-detail-section .order-summary-section {
    position: relative;
    margin-right: 6px;
  }
  /* line 2733, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .order-detail-section .order-summary-section img {
    width: 20px;
    height: 20px;
  }
  /* line 2738, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .order-detail-section .order-summary-section .qty-count {
    width: 12px;
    height: 12px;
    font-size: 8px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    border: 1px solid var(--palette-neutral-200);
    color: var(--palette-shades-100);
  }
  /* line 2758, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .order-detail-section .order-total {
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--palette-neutral-900);
  }
  /* line 2768, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .close-summary-modal {
    display: none;
  }
  /* line 2771, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .mobile-head-sticky .head .close-summary-modal:after {
    content: url(/assets/checkout-close-summary-modal-279f890184acae0ff9fb7cd89ff7fe770bcca835bc468c36ad03ebaad08fefa9.png);
    filter: opacity(0.9);
  }
  /* line 2779, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .btn-cash {
    margin: 0 auto 24px auto;
  }
  /* line 2785, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group {
    padding: 0 24px;
    max-width: inherit;
  }
  /* line 2789, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .family-owned-section.desktop-only {
    display: none;
  }
  /* line 2793, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .head {
    display: none;
  }
  /* line 2796, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .head .logo-nav {
    margin: 24px 0 48px;
  }
  /* line 2801, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-previews {
    display: block;
    width: 224px;
    height: 224px;
    border-radius: 8px;
    margin: 0 auto 34px auto;
    background-color: #fff;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 2811, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-previews .cart-previews-images {
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 2815, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-previews .cart-previews-images::-webkit-scrollbar {
    display: none;
  }
  /* line 2820, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-previews img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 2827, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-previews .qty-badge {
    background: #FFFFFF;
    border: 1px solid var(--palette-neutral-200);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 24px;
    position: absolute;
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: var(--palette-neutral-700);
    max-width: 82px;
    max-height: 20px;
    width: 100%;
    height: 100%;
    padding: 0 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -15px;
    left: calc(50% - 82px);
    right: calc(50% - 82px);
    margin: 0 auto;
  }
  /* line 2852, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-previews .qty-badge span {
    max-width: 48px;
    width: 100%;
  }
  /* line 2857, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-previews .qty-badge .scroll-img-preview {
    max-width: 16px;
    max-height: 16px;
    width: 100%;
    line-height: 16px;
  }
  /* line 2866, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-title {
    max-width: inherit;
    text-align: center;
    margin: 0 0 4px 0;
  }
  /* line 2872, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-amount {
    max-width: inherit;
    text-align: center;
    margin: 0 0 48px 0;
    font-family: "Lexend-semi-bold";
    font-size: 28px;
    line-height: 36px;
  }
  /* line 2881, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .show-quantity-modal {
    align-items: flex-end;
    min-height: 100%;
    margin: 0 auto;
    width: 100% !important;
    max-width: 100%;
  }
  /* line 2888, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .show-quantity-modal .modal-content {
    border-radius: 24px 24px 0 0;
  }
  /* line 2893, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .checkout-modal-back-drop {
    display: block;
  }
  /* line 2897, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal {
    padding: 16px 24px 40px 24px;
    display: block;
  }
  /* line 2901, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .products-list, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .sub-total-section {
    max-width: 472px;
    margin: 0 auto 16px auto;
  }
  /* line 2907, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .products-list .line-item-qty-modal-container .quantity-changer-modal .modal-content, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .sub-total-section .line-item-qty-modal-container .quantity-changer-modal .modal-content {
    border-radius: 24px 24px 0 0;
    border: none;
  }
  /* line 2917, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .products-list .products-list-item .list-block .product-image .remove-icon, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .sub-total-section .products-list-item .list-block .product-image .remove-icon {
    display: none;
  }
  /* line 2926, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .products-list .active-qty-modal-backdrop, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .sub-total-section .active-qty-modal-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    display: block;
    opacity: 0.5;
  }
  /* line 2938, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .promo-container, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .promo-badge-container, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .shipping-section, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal .total-section, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body.show-summary-modal #promo-field-block {
    max-width: 472px;
    margin: 0 auto 10px auto;
  }
  /* line 2944, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .summary-links-container {
    display: none;
  }
  /* line 2949, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group #panel .cart-detail-body {
    display: block;
    max-width: 419px;
    margin: 0 auto;
  }
  /* line 2960, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail {
    background-color: transparent;
    box-shadow: none;
    padding: 0 16px;
    height: auto;
    overflow: auto;
  }
  /* line 2968, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .wallet-payment-div .wallet-payment-button {
    max-width: 472px;
  }
  /* line 2971, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .wallet-payment-div .divider {
    max-width: 472px;
    margin-bottom: 40px;
  }
  /* line 2976, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .paypal-container {
    position: relative;
    z-index: 0;
  }
  /* line 2982, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body {
    max-width: 472px;
  }
  /* line 2985, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .divider {
    margin-bottom: 40px;
  }
  /* line 2988, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .divider .divider-text {
    background-color: var(--palette-neutral-50);
  }
  /* line 2994, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-address-block .black-btn {
    margin: 0;
  }
  /* line 2999, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .card-pay-head {
    margin-bottom: 40px;
  }
  /* line 3004, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .exclusive-offer .form-control-sub-title {
    margin-bottom: 0;
  }
  /* line 3009, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-rate-container {
    margin-bottom: 32px;
  }
  /* line 3012, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .shipping-rate-container .shipping-rates-block {
    padding: 14px 12px 10px 12px;
  }
  /* line 3018, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .same-billing-address #order_use_shipping {
    margin: 0;
  }
  /* line 3024, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .pay-now-btn {
    margin-bottom: 16px;
  }
  /* line 3028, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .family-owned-section.mobile-only {
    padding: 16px;
    display: flex;
    -moz-column-gap: 16px;
         column-gap: 16px;
    background: var(--palette-neutral-100);
    border: 1px solid var(--palette-neutral-200);
    border-radius: 8px;
    max-width: 560px;
    margin: 0 0 32px 0;
    padding: 16px;
  }
  /* line 3039, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .family-owned-section.mobile-only .image-container {
    max-width: 169px;
    width: 100%;
    border-radius: 4px;
  }
  /* line 3044, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .family-owned-section.mobile-only .image-container .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  /* line 3053, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .family-owned-section.mobile-only .info-section .heading {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: var(--palette-neutral-700);
    margin-bottom: 8px;
  }
  /* line 3064, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .family-owned-section.mobile-only .info-section .info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--palette-neutral-700);
    margin-bottom: 16px;
    letter-spacing: 0.04em;
  }
  /* line 3075, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .family-owned-section.mobile-only .info-section .learn-more {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-decoration-line: underline;
    color: var(--palette-neutral-600);
  }
  /* line 3088, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-footer {
    display: block;
  }
  /* line 3091, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-footer .footer-logo {
    max-width: 79px;
    width: 100%;
    margin: 0 auto 26px auto;
  }
  /* line 3096, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-footer .footer-logo img {
    width: 100%;
  }
  /* line 3101, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-footer .footer-links {
    max-width: 196px;
    margin: 0 auto 55px auto;
    display: flex;
    justify-content: center;
  }
  /* line 3107, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .input-form-group .pay-detail-body .checkout-footer .footer-links .footer-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--palette-neutral-400);
  }
  /* line 3119, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-pay-detail .shipping-email {
    margin-bottom: 16px;
  }
  /* line 3126, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .guest-member-section .guest-member {
    flex-direction: column;
  }
  /* line 3129, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .guest-member-section .guest-member .guest-member-text {
    margin-bottom: 8px;
  }
  /* line 3133, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .guest-member-section .guest-member .guest-login-section {
    flex-direction: column;
    width: 100%;
  }
  /* line 3137, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .guest-member-section .guest-member .guest-login-section .sign-in-btn {
    width: 100%;
    order: 2;
  }
  /* line 3142, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .guest-member-section .guest-member .guest-login-section .sign-up-btn {
    max-width: inherit;
    border-radius: 6px;
    order: 1;
  }
}

@media (max-width: 479px) {
  /* line 3153, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit #content {
    text-align: left;
  }
  /* line 3158, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .affirm-loader .checkout-loading-indicator {
    width: 300px;
  }
  /* line 3161, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .affirm-loader .checkout-loading-indicator .affirm-loading-logo {
    margin-bottom: 16px;
    width: 100px;
    height: 40px;
  }
  /* line 3167, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .affirm-loader .checkout-loading-indicator .loading-text {
    font-size: 16px;
    padding: 0 35px;
    line-height: 24px;
    margin-bottom: 19px;
  }
  /* line 3181, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-title {
    margin: 0 0 4px 0;
  }
  /* line 3184, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .logo-nav {
    margin: 24px 0 32px;
  }
  /* line 3193, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .list-block .detail-section .title {
    font-size: 12px;
    max-width: 165px;
    width: 100%;
  }
  /* line 3202, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .price-block .price, .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-detail-body .products-list .products-list-item .price-block .each-price {
    font-size: 12px;
  }
  /* line 3210, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .left-container .checkout-summary-group .cart-previews {
    width: 120px;
    height: 120px;
  }
  /* line 3220, app/assets/stylesheets/spree/checkout_v3.scss */
  .checkout.edit .checkout-container .checkout-cart-detail .checkout-pay-detail .input-form-group .pay-detail-body .shipping-email {
    margin-bottom: 16px;
  }
}

/* line 3233, app/assets/stylesheets/spree/checkout_v3.scss */
#certificateModal {
  z-index: 1100 !important;
}

/* line 3237, app/assets/stylesheets/spree/checkout_v3.scss */
.modal-backdrop.show {
  z-index: 1050 !important;
}
/* line 1, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
html {
  scroll-behavior: smooth;
}

/* line 5, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope {
  font-family: 'Poppins';
}

/* line 8, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope .container-fluid {
  padding: 0 16px;
}

/* line 12, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content {
  max-width: 1556px;
  width: 100%;
  padding: 50px 32px 16px 32px;
  margin: 0 auto;
}

/* line 18, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content img {
  width: 100%;
}

/* line 24, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-header .COH-cta {
  margin-bottom: 50px;
}

/* line 26, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-header .COH-cta img {
  box-shadow: 0px 25px 50px -12px rgba(16, 24, 40, 0.25);
  border-radius: 24px;
}

/* line 34, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .give-back-container .give-back-button {
  margin-bottom: 45px;
}

/* line 42, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .give-back-container .give-back-button .ag-btn-lg {
  width: 259px;
  max-width: 100%;
  height: 50px;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .give-back-container .give-back-button .ag-btn-lg::before {
  content: url(/assets/email-icon-819cf03f52f797955f2e7a526156621fc540f8e6208d6091ff8c11ecf215d51e.svg);
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

/* line 60, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .give-back-container .give-back-button .ag-btn-lg:hover {
  text-decoration: none;
  color: inherit;
}

/* line 64, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .give-back-container .give-back-button .ag-btn-lg:hover::after {
  filter: invert(0.8);
}

/* line 71, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .give-back-container .give-back-text {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* line 84, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .align-items-center {
  align-items: center;
}

/* line 88, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .how-it-works {
  margin-bottom: 40px;
}

/* line 90, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .how-it-works .ag-h3 {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #18181B;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
}

/* line 104, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .how-it-works .cards-block {
  display: flex;
  justify-content: space-between;
  margin: 0 -8px;
}

/* line 109, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .how-it-works .cards-block .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
  border-radius: 8px;
  max-width: 264px;
  width: 100%;
  margin: 0 6px;
  text-align: center;
  border: none;
  position: relative;
}

/* line 124, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .how-it-works .cards-block .card .card-head {
  background-color: var(--palette-primary-500);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 8px 16px;
  border-radius: 8px;
  width: 126px;
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  top: -2.5px;
  transform: translateY(-50%);
}

/* line 140, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .how-it-works .cards-block .card .card-content {
  font-size: 16px;
  color: #1F2937;
  line-height: 24px;
  margin-top: 10px;
}

/* line 150, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .klaviyo-form-section .ag-h3 {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #18181B;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

/* line 164, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .klaviyo-form-section .full-banner {
  box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
  box-sizing: border-box;
  border-radius: 24px;
  text-align: left;
  margin-bottom: 40px;
}

/* line 173, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .ag-h3 {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #18181B;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
}

/* line 187, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .benefits {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 864px;
  max-width: 100%;
  margin: 0;
  text-align: left;
  margin-bottom: 60px;
}

/* line 198, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .benefits .heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #18181B;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 15px;
}

/* line 213, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .coh-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 218, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .coh-row .ag-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 223, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .coh-row .ag-btn-primary::after {
  content: url(/assets/learn-more-icon-a4858aded73cc6a6337e9bb6f6dc01e260109da6a5fdf6f96e5853fee04f2c4a.svg);
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

/* line 230, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .coh-row .ag-btn-primary:hover {
  text-decoration: none;
  color: inherit;
}

/* line 234, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .coh-row .ag-btn-primary:hover::after {
  filter: invert(0.8);
}

/* line 241, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .coh-half-block {
  width: 47%;
  margin-bottom: 64px;
}

/* line 245, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .coh-half-block .ag-member-image {
  border-radius: 24px;
  margin-bottom: 24px;
}

/* line 251, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .detail-para {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #18181B;
}

/* line 262, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .family-owned .cards-block {
  display: flex;
  justify-content: space-around;
  margin: 0 -8px;
}

/* line 267, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .family-owned .cards-block .card {
  padding: 24px 10px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
  border-radius: 8px;
  max-width: 264px;
  width: 100%;
  margin: 0 6px;
  border: none;
}

/* line 277, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .family-owned .cards-block .card .card-head {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #18181B;
  margin-bottom: 24px;
}

/* line 289, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
.pages.convoy_of_hope #content .COH-wrapper .family-owned .cards-block .card .card-content {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  font-feature-settings: 'salt' on;
  color: #71717A;
}

@media (max-width: 991px) {
  /* line 308, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content {
    margin-top: 16px;
    padding: 0 1px;
  }
  /* line 313, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-header .COH-cta {
    margin-bottom: 32px;
  }
  /* line 316, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-header .COH-cta img {
    border-radius: 24px;
  }
  /* line 323, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .coh-row .mobile-order-1 {
    order: 1;
  }
  /* line 327, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .coh-row .mobile-order-2 {
    order: 2;
  }
  /* line 333, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .coh-half-block {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 339, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .family-owned .family-image, .pages.convoy_of_hope #content .COH-wrapper .family-owned .ag-tape-image, .pages.convoy_of_hope #content .COH-wrapper .market-place .family-image, .pages.convoy_of_hope #content .COH-wrapper .market-place .ag-tape-image {
    margin-bottom: 24px;
  }
  /* line 343, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .family-owned .detail-para, .pages.convoy_of_hope #content .COH-wrapper .market-place .detail-para {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding: 0;
    margin-bottom: 0px;
  }
  /* line 353, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .family-owned .cards-block {
    display: block;
  }
  /* line 356, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .family-owned .cards-block .card {
    padding: 0 10px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    max-width: none;
    width: 100%;
    margin: 0;
    border: none;
  }
  /* line 366, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .family-owned .cards-block .card .card-head {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 371, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .family-owned .cards-block .card .card-content {
    margin-bottom: 18px;
  }
  /* line 379, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .market-place {
    margin-bottom: 40px;
  }
  /* line 384, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .klaviyo-form-section .full-banner {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  /* line 396, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .give-back-container .give-back-button {
    margin-bottom: 30px;
  }
  /* line 400, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .give-back-container .give-back-text {
    text-align: left;
  }
  /* line 405, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .benefits {
    margin-bottom: 30px;
  }
  /* line 409, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .ag-h3 {
    margin-bottom: 15px;
    font-size: 27px;
  }
  /* line 414, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .how-it-works {
    margin-bottom: 0;
  }
  /* line 416, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .how-it-works .cards-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    max-width: unset;
    margin-bottom: 30px;
  }
  /* line 423, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .how-it-works .cards-block .card {
    max-width: unset;
    padding: 16px 4px;
    margin: 0 0 50px 0;
  }
  /* line 429, app/assets/stylesheets/spree/convoy_of_hope.css.scss */
  .pages.convoy_of_hope #content .COH-wrapper .how-it-works .cards-block .third-card {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: 3;
    max-width: 300px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
}
/* 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/custom_hose_generator.css.scss */
.custom-hose-configuration-table > thead {
  background-color: white;
}

/* line 5, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom-hose-configuration-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 10, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom-hose-configurations {
  width: 72%;
  max-width: 1040px;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF;
  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: 16px;
  margin-right: 17px;
  margin-top: 85px;
}

/* line 22, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator #header {
  margin-bottom: 24px;
}

/* line 26, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .container-fluid {
  padding: 0 24px;
}

/* line 30, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator input[type=number]::-webkit-inner-spin-button,
.custom_hose_generator input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 36, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group {
  height: 600px;
  width: 72%;
  margin: 0 8px;
}

/* line 40, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .logo-header-group {
  text-align: left;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

/* line 46, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .logo-header-group .flex-logo {
  max-width: 417px;
  max-height: 78px;
  display: block;
}

/* line 52, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .logo-header-group .heading-text {
  margin: 0 0 8px 18px;
}

/* line 57, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .hose-image-container {
  max-width: 1028px;
  min-height: 383px;
  background: #FFFFFF;
  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: 16px;
}

/* line 63, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .hose-image-container .hose_image {
  width: 646px;
  height: 383px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 70, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .zillagreen {
  position: relative;
  width: 100%;
  display: inline-block;
}

/* line 75, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .zillagreen .green_header {
  display: inline-block;
}

/* line 79, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .zillagreen .brown_header {
  display: none;
}

/* line 84, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .zillagreen:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(186, 213, 50, 0.65) 100%);
  border-radius: 16px;
}

/* line 94, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .brownmulch {
  position: relative;
  width: 100%;
  display: inline-block;
}

/* line 99, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .brownmulch .green_header {
  display: none;
}

/* line 103, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .brownmulch .brown_header {
  display: inline-block;
}

/* line 108, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .brownmulch:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(50, 44, 27, 0) 32%, rgba(222, 193, 119, 0.65) 100%);
  border-radius: 16px;
}

/* line 119, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .outside-pointer #number1 {
  position: absolute;
  top: 581px;
}

/* line 124, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .outside-pointer #number2 {
  position: absolute;
  top: 650px;
}

/* line 129, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .outside-pointer #number3 {
  position: absolute;
  top: 543px;
}

/* line 134, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .outside-pointer #number4 {
  position: absolute;
  top: 543px;
}

/* line 139, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .outside-pointer #number5 {
  position: absolute;
  top: 506px;
}

/* line 145, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .help-icon {
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0 2px 0px auto;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* line 154, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .help-icon:hover {
  content: url(/assets/help-icon-black-c270adf4b9f25e779a6b7299082481e0a88f6f3bacac8e21186bb76959a6d575.svg);
}

/* line 159, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .modal-content {
  top: 200px;
  position: absolute;
  max-width: 263px;
  height: 356px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px RGB(0 0 0/4%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
  border-radius: 24px;
  border-radius: 0px 0px 12px 12px;
  padding: 0px;
  border: none;
  color: #171717;
}

/* line 172, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .modal-content .modal-header {
  padding: 0;
  justify-content: center;
}

/* line 176, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .modal-content .modal-header .modal-title {
  font-family: 'Poppins-bold';
  font-size: 24px;
  line-height: 31.34px;
  border-bottom: none;
  padding: 12px 0 12px 0;
  margin: 0 52px 0 50px;
}

/* line 186, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .modal-content .modal-body {
  text-align: center;
  padding: 18px 47px 7px 48px;
}

/* line 190, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .modal-content .modal-body .description {
  margin-bottom: 23px;
}

/* line 195, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .modal-content .arrow_box {
  position: relative;
  background: #ffffff;
}

/* line 199, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .custom-made-group .modal-content .arrow_box:after {
  top: -30px;
  right: 0px;
  border: solid transparent;
  content: "";
  height: 18px;
  width: 28px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
}

/* line 215, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .help-block {
  display: none;
  background-color: rgba(23, 23, 23, 0.52);
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 111;
}

/* line 226, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group {
  width: 24%;
  max-width: 332px;
  height: 383px;
  background: #FFFFFF;
  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: 16px;
  margin: 94px 8px 0;
}

/* line 235, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .group-heading {
  margin: 22px auto 20px;
  line-height: 30px;
}

/* line 240, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .price-group-detail {
  padding: 0px 41px 0px 40px;
}

/* line 244, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

/* line 248, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .item.last-child {
  margin-bottom: 24px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 24px;
}

/* line 253, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .item .item-name, .custom_hose_generator .price-group .item item-price {
  line-height: 16px;
}

/* line 257, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .price-subtotal {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}

/* line 262, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .price-subtotal .subtotal-name {
  line-height: 16px;
}

/* line 266, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .price-subtotal .subtotal-price {
  font-size: 20px;
  line-height: 16px;
  color: #7B8C48;
}

/* line 273, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .add-to-cart {
  display: flex;
  margin: 0px;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 0px;
  background: linear-gradient(96.99deg, #F1B71C 10.28%, #EC721A 82.19%);
  border-radius: 8px;
  cursor: pointer;
  color: #FFFFFF;
  border: none;
}

/* line 288, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .disable-btn {
  display: flex;
  margin: 0px;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #A8A8A8;
  background: #F0F0F0;
  box-shadow: none;
  padding: 11px 0px;
  border-radius: 8px;
  cursor: default;
  border: none;
}

/* line 304, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .price-group .cart-error-message {
  font-family: 'Poppins';
  font-size: 10px;
  color: #E32754;
  display: none;
  text-align: center;
  width: 100%;
  margin-top: 8px;
}

/* line 315, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .note {
  padding-top: 35px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 0.5px;
  line-height: 16px;
}

/* line 323, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .note a {
  text-decoration: underline;
}

/* line 328, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .hose-features-group {
  width: 72%;
  max-width: 1040px;
  height: 199px;
  background: #FFFFFF;
  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: 16px;
  margin-right: 17px;
  margin-top: 85px;
}

/* line 338, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .hose-features-group .group-heading {
  margin: 18px auto 15px;
  line-height: 30px;
}

/* line 343, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .hose-features-group .heading-line {
  margin-bottom: 27px;
}

/* line 347, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .hose-features-group .features-group {
  justify-content: space-evenly;
  align-items: center;
}

/* line 351, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .hose-features-group .features-group .feature {
  max-width: 123px;
  padding-left: 0;
  padding-right: 0;
}

/* line 355, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .hose-features-group .features-group .feature .icon {
  margin-bottom: 8px;
}

/* line 362, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .field-repair-ready-group {
  width: 24%;
  max-width: 332px;
  height: 332px;
  background: #FFFFFF;
  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: 16px;
  margin: 0 8px;
  margin-top: -48px;
}

/* line 372, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .field-repair-ready-group .ready-group {
  cursor: pointer;
  padding: 0px 32px;
}

/* line 377, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .field-repair-ready-group .filter_section_heading {
  margin: 16px auto 4px;
  line-height: 30px;
  cursor: pointer;
}

/* line 383, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .field-repair-ready-group .fitting-image {
  margin-bottom: 4px;
  cursor: pointer;
}

/* line 390, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .heading-line {
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 35px;
}

/* line 395, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container {
  justify-content: center;
  margin-bottom: 41px;
}

/* line 399, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .error-border {
  width: 100%;
  max-width: 132px;
  height: 132px;
  border-radius: 8px;
  border: 2px solid #E32754 !important;
}

/* line 407, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1, .custom_hose_generator .card-container .block2 {
  margin-top: -27px;
  justify-content: center;
}

/* line 411, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .radio-group-error, .custom_hose_generator .card-container .block2 .radio-group-error {
  border: 1px solid #E32754;
}

/* line 415, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .error-message-fitting, .custom_hose_generator .card-container .block2 .error-message-fitting {
  font-family: 'Poppins';
  font-size: 10px;
  color: #E32754;
  display: none;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

/* line 425, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .product-card, .custom_hose_generator .card-container .block2 .product-card {
  width: 100%;
  max-width: 132px;
  height: 133px;
  background: #FFFFFF;
  text-align: center;
  flex-grow: unset;
  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);
  border-radius: 8px;
  margin: 0px 0 14px 0;
  padding: 0;
  border: 2px solid #FFFFFF;
}

/* line 438, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .product-card:hover, .custom_hose_generator .card-container .block2 .product-card:hover {
  border: 2px solid #F1B71C;
}

/* line 441, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .product-card .image-container, .custom_hose_generator .card-container .block2 .product-card .image-container {
  width: 100%;
  max-width: 128px;
  height: 88px;
  margin: 0;
  padding: 2px;
  box-shadow: none;
  background: #FFFFFF;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 454, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .product-card .image-container img, .custom_hose_generator .card-container .block2 .product-card .image-container img {
  width: 128px;
  height: 90px;
}

/* line 460, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .product-card .name, .custom_hose_generator .card-container .block2 .product-card .name {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: black;
  padding: 0px 0px 1px 0px;
  margin: 8px 8px 0 8px;
  cursor: default;
  min-height: 32px;
  overflow: hidden;
}

/* line 475, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .disable-state, .custom_hose_generator .card-container .block2 .disable-state {
  background-color: #F2F2F2 !important;
  cursor: default !important;
  pointer-events: none;
  border: 2px solid  #F2F2F2;
  position: relative;
  display: inline-block;
}

/* line 484, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .disable-image, .custom_hose_generator .card-container .block2 .disable-image {
  background-color: #F2F2F2 !important;
  opacity: 0.5;
  cursor: default !important;
  pointer-events: none;
  border: 2px solid  #F2F2F2;
  position: relative;
  display: inline-block;
}

/* line 492, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .disable-image:after, .custom_hose_generator .card-container .block2 .disable-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* line 502, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .selected_box, .custom_hose_generator .card-container .block2 .selected_box {
  border: 2px solid #F1B71C;
}

/* line 507, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .radio-btn-m, .custom_hose_generator .card-container .radio-btn-f {
  z-index: 1;
}

/* line 511, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .form-check {
  width: 102px;
  height: 24px;
  border-radius: 8px;
  padding: 2px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 519, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .form-check .form-check-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 12px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  color: #000000;
}

/* line 531, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .form-check .form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 537, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .form-check .checkmark {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 16px;
  width: 16px;
  background-color: #E5E5E5;
  border: 1px solid #CDCDCD;
  border-radius: 50%;
  margin-right: 12px;
}

/* line 549, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .form-check .form-check-label:hover input ~ .checkmark {
  content: url(/assets/radio-hover-05336845f7314725001611a7d98a2d801d2397aedf259470a5f010f616d9111a.svg);
  border: none;
}

/* line 554, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .form-check .form-check-label input:checked ~ .checkmark {
  background-color: #F1B71C;
  border: none;
  content: "";
}

/* line 560, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 566, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .form-check .form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* line 570, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .form-check .form-check-label .checkmark:after {
  top: 5.33px;
  left: 5.33px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}

/* line 580, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 {
  height: -moz-fit-content;
  height: fit-content;
}

/* line 582, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .section-1 {
  padding-left: 18px;
}

/* line 585, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .section-2 {
  padding-right: 18px;
}

/* line 589, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block1 .radio-group {
  box-sizing: border-box;
  border-radius: 8px;
  height: 29px;
  max-width: 190px;
  overflow: hidden;
  margin: 0 auto;
}

/* line 600, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .fitting {
  position: relative;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.24);
  cursor: default;
  margin-top: -55px;
  letter-spacing: 1px;
  text-align: center;
  z-index: 0;
}

/* line 614, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .fitting .text {
  position: absolute;
  left: 37%;
  right: 0;
  background: #FAFAFA;
  text-align: center;
  bottom: -19px;
  z-index: 1;
  width: 64px;
}

/* line 625, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .fitting .stroke {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
  border-radius: 0px 0px 8px 8px;
  height: 66px;
}

/* line 637, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container #show-mobile-fitting {
  display: none;
}

/* line 641, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block2 {
  height: -moz-fit-content;
  height: fit-content;
}

/* line 644, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block2 .section-4 {
  padding-left: 18px;
}

/* line 648, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block2 .section-5 {
  padding-right: 18px;
}

/* line 652, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .block2 .radio-group1 {
  box-sizing: border-box;
  border-radius: 8px;
  height: 29px;
  max-width: 190px;
  overflow: hidden;
  margin: 0 auto;
}

/* line 662, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-6 {
  display: none;
}

/* line 667, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .line {
  content: url(/assets/line-black-10037b020bcb79b3accdac0b57f95459a8a12340d13b8642af429805b51243f2.svg);
  margin-bottom: 5px;
}

/* line 672, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .error-message {
  font-family: 'Poppins';
  font-size: 10px;
  color: #E32754;
  display: none;
  text-align: center;
  width: 100%;
  margin-top: 12px;
}

/* line 682, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .form-group {
  justify-content: center;
}

/* line 684, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .form-group label {
  letter-spacing: 1px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  color: #000000;
  cursor: default;
  padding-top: 12px;
  margin-bottom: 0;
}

/* line 698, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .form-group ::-moz-placeholder {
  color: black;
}
.custom_hose_generator .card-container .section-3 .form-group ::placeholder {
  color: black;
}

/* line 702, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .form-group .input-group-append {
  height: 30px;
  border-radius: 0 4px 4px 0;
}

/* line 706, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .form-group .input-group-append .input-group-text {
  color: #171717;
  background-color: #D6D6D6;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border: none;
  border-radius: 0 4px 4px 0;
}

/* line 719, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .form-group .input-group {
  margin: 12px auto;
  justify-content: center;
}

/* line 724, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .form-group input {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  max-width: 55px;
  padding: 2px 10px;
  text-align: center;
  color: #171717;
}

/* line 742, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .form-group .input-hover {
  border: 1px solid #F1B71C;
}

/* line 746, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .form-group .input-error {
  border: 1px solid #E32754;
}

/* line 751, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .color-group {
  justify-content: center;
}

/* line 753, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .color-group label {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  color: #000000;
  cursor: pointer;
  margin-bottom: 0;
}

/* line 763, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .color-group label.disable {
  color: #BBBBBB;
  cursor: default;
  pointer-events: none;
}

/* line 770, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .color-group .radio-feild {
  box-sizing: border-box;
  border-radius: 8px;
  height: 54px;
  max-width: 120px;
  margin: 0 auto;
  margin-top: 8px;
}

/* line 779, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .color-group .error-radio {
  border: 1px solid #E32754;
  box-sizing: border-box;
  border-radius: 8px;
  height: 54px;
  max-width: 120px;
  margin: 0 auto;
}

/* line 788, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .color-group .color {
  letter-spacing: 1px;
}

/* line 792, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
.custom_hose_generator .card-container .section-3 .color-group .form-check {
  padding: 2px;
  width: 130px;
  height: 25px;
}

@media (max-width: 1439px) {
  /* line 804, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block1 .product-card, .custom_hose_generator .card-container .block2 .product-card {
    width: 100%;
    max-width: 132px;
  }
  /* line 807, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block1 .product-card .name, .custom_hose_generator .card-container .block2 .product-card .name {
    margin: 8px 2px 0 2px;
  }
  /* line 812, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block1 .product-card .image-container img, .custom_hose_generator .card-container .block2 .product-card .image-container img {
    width: 99px;
  }
  /* line 820, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .price-group .price-group-detail {
    padding: 0px 30px 0px 26px;
  }
}

@media (max-width: 1277px) {
  /* line 827, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .field-repair-ready-group .ready-group {
    padding: 0px 11px;
  }
}

@media (max-width: 1146px) {
  /* line 835, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .hose-features-group .heading-line {
    margin-bottom: 18px;
  }
  /* line 840, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .hose-features-group .features-group .feature {
    max-width: 98px;
  }
}

@media (max-width: 1103px) {
  /* line 849, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .field-repair-ready-group .ready-group {
    padding: 0px 1px;
  }
}

@media (max-width: 1024px) {
  /* line 856, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .logo-header-group .flex-logo {
    max-width: 343px;
  }
  /* line 859, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-hose-configurations {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  /* line 865, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group {
    height: 425px;
    width: auto;
  }
  /* line 868, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .hose-image-container {
    height: 100%;
    min-height: 190px;
  }
  /* line 871, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .hose-image-container .hose_image {
    height: 100%;
  }
  /* line 877, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .price-group {
    width: -webkit-fill-available;
    max-width: 100%;
    margin: 317px 8px 0;
  }
  /* line 883, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .hose-features-group {
    width: -webkit-fill-available;
    margin-right: unset;
  }
  /* line 888, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .field-repair-ready-group {
    width: 100%;
    margin: 25px 0 0 0;
    max-width: 100%;
  }
  /* line 892, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .field-repair-ready-group .fitting-image {
    margin-bottom: 36px;
  }
  /* line 897, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .outside-pointer {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 904, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .data-container .data-wrapper {
    flex-direction: column;
  }
  /* line 911, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .logo-header-group .flex-logo {
    max-width: 100%;
    width: auto;
  }
  /* line 918, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .container-fluid {
    padding: 0 16px;
  }
  /* line 923, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .product-card {
    max-width: 140px;
    max-height: 140px;
    height: 140px;
  }
  /* line 930, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block1 .section-1, .custom_hose_generator .card-container .block1 .section-2 {
    padding: 0;
  }
  /* line 933, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block1 .section-1 .product-card, .custom_hose_generator .card-container .block1 .section-2 .product-card {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 940, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block1 .section-1 .product-card {
    margin-bottom: 16px;
  }
  /* line 947, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block2 .section-4, .custom_hose_generator .card-container .block2 .section-5 {
    padding: 0;
  }
  /* line 949, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block2 .section-4 .product-card, .custom_hose_generator .card-container .block2 .section-5 .product-card {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 956, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block2 .section-4 .product-card {
    margin-bottom: 16px;
  }
  /* line 963, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .hose-features-group {
    height: 420px;
    border-radius: unset;
    box-shadow: unset;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 970, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .hose-features-group .heading-line {
    margin-bottom: 27px;
  }
  /* line 975, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .hose-features-group .features-group .feature {
    max-width: unset;
    width: 50%;
  }
  /* line 980, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .hose-features-group .features-group .padding-right {
    padding-right: 40px;
    padding-bottom: 38px;
  }
  /* line 985, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .hose-features-group .features-group .padding-left {
    padding-left: 40px;
    padding-bottom: 38px;
  }
  /* line 992, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group {
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 994, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .logo-header-group {
    flex-direction: column;
    align-items: center;
  }
  /* line 999, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .help-icon {
    position: absolute;
    top: 119px;
    align-self: flex-end;
    padding-right: 30px;
    z-index: 111;
  }
  /* line 1007, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .modal-content {
    top: 278px;
  }
  /* line 1012, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .price-group {
    margin: 8px 8px 0;
  }
}

@media (max-width: 767px) {
  /* line 1021, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .hose-image-container {
    height: 190px;
    min-height: 190px;
    overflow: hidden;
  }
  /* line 1025, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .hose-image-container .hose_image {
    height: 175px;
    width: 304px;
  }
  /* line 1031, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .logo-header-group .heading-text {
    margin: 8px auto;
  }
  /* line 1036, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container {
    margin-bottom: 25px;
  }
  /* line 1038, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-3 {
    display: none;
  }
  /* line 1043, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block1 .product-card .name, .custom_hose_generator .card-container .block2 .product-card .name {
    margin: 8px 2px 8px 2px;
  }
  /* line 1048, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 {
    display: flex;
    width: auto;
    margin-top: 38px;
    justify-content: center;
  }
  /* line 1054, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .error-message {
    font-family: 'Poppins';
    font-size: 10px;
    color: #E32754;
    display: none;
    text-align: center;
    width: 100%;
    margin-top: 12px;
  }
  /* line 1064, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .line {
    content: url(/assets/line-black-10037b020bcb79b3accdac0b57f95459a8a12340d13b8642af429805b51243f2.svg);
    margin-bottom: 5px;
  }
  /* line 1069, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .form-group {
    justify-content: center;
  }
  /* line 1071, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .form-group label {
    letter-spacing: 1px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    color: #000000;
    cursor: default;
    padding-top: 12px;
    margin-bottom: 0;
  }
  /* line 1084, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .form-group ::-moz-placeholder {
    color: black;
  }
  .custom_hose_generator .card-container .section-6 .form-group ::placeholder {
    color: black;
  }
  /* line 1088, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .form-group .input-group-append {
    height: 35px;
    border-radius: 0 4px 4px 0;
  }
  /* line 1092, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .form-group .input-group-append .input-group-text {
    color: #171717;
    background-color: #D6D6D6;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border: none;
    border-radius: 0 4px 4px 0;
  }
  /* line 1105, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .form-group .input-group {
    margin: 12px auto;
    justify-content: center;
  }
  /* line 1110, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .form-group input {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    max-width: 65px;
    padding: 2px 10px;
    text-align: center;
    color: #171717;
  }
  /* line 1128, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .form-group .input-hover {
    border: 1px solid #F1B71C;
  }
  /* line 1132, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .form-group .input-error {
    border: 1px solid #E32754;
  }
  /* line 1137, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .color-group {
    justify-content: center;
    margin-top: 15px;
  }
  /* line 1140, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .color-group label {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
    margin-bottom: 0;
  }
  /* line 1150, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .color-group label.disable {
    color: #BBBBBB;
    cursor: default;
    pointer-events: none;
  }
  /* line 1157, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .color-group .radio-feild {
    box-sizing: border-box;
    border-radius: 8px;
    height: 54px;
    max-width: 120px;
    margin: 0 auto;
    cursor: pointer;
  }
  /* line 1166, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .color-group .error-radio {
    border: 1px solid #E32754;
  }
  /* line 1170, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .color-group .color {
    letter-spacing: 1px;
  }
  /* line 1174, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .color-group .btn .form-check {
    padding: unset;
  }
  /* line 1178, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .section-6 .color-group .form-check {
    padding: 2px;
    width: 130px;
    height: 25px;
  }
  /* line 1187, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .card-container .block1 .product-card, .custom_hose_generator .card-container .block2 .product-card {
    width: 100%;
    max-width: 140px;
    height: 140px;
  }
  /* line 1195, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .help-icon {
    position: absolute;
    top: 134px;
  }
  /* line 1201, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #small-radio {
    width: 180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 1207, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .modal-content {
    top: 304px;
  }
  /* line 1212, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator #hide-mobile-fitting {
    display: none;
  }
  /* line 1216, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting {
    display: block;
  }
  /* line 1218, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke1 {
    position: absolute;
    left: 35px;
    top: 15%;
  }
  /* line 1223, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .text {
    position: absolute;
    transform: rotate(-90deg);
    top: 42%;
    left: 9px;
    color: rgba(0, 0, 0, 0.24);
  }
  /* line 1230, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke2 {
    position: absolute;
    top: 57%;
    left: 35px;
  }
  /* line 1235, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke1-right {
    position: absolute;
    right: 35px;
    top: 15%;
  }
  /* line 1240, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .text-right {
    position: absolute;
    transform: rotate(90deg);
    right: 9px;
    top: 42%;
    color: rgba(0, 0, 0, 0.24);
  }
  /* line 1247, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke2-right {
    position: absolute;
    right: 35px;
    transform: rotate(-90deg);
    top: 57%;
  }
}

@media (min-width: 576px) {
  /* line 1259, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .modal-dialog {
    max-width: 264px;
  }
}

@media (max-width: 575px) {
  /* line 1266, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .block1, .custom_hose_generator .block2 {
    width: 41%;
  }
  /* line 1269, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .fitting-radio-50 {
    width: 50%;
  }
  /* line 1273, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting {
    display: block;
  }
  /* line 1275, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke1 {
    position: absolute;
    left: 16px;
    top: 15%;
  }
  /* line 1280, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .text {
    position: absolute;
    transform: rotate(-90deg);
    top: 42%;
    left: -10px;
    color: rgba(0, 0, 0, 0.24);
  }
  /* line 1287, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke2 {
    position: absolute;
    top: 57%;
    left: 16px;
  }
  /* line 1292, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke1-right {
    position: absolute;
    right: 16px;
    top: 15%;
  }
  /* line 1297, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .text-right {
    position: absolute;
    transform: rotate(90deg);
    right: -12px;
    top: 42%;
    color: rgba(0, 0, 0, 0.24);
  }
  /* line 1304, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke2-right {
    position: absolute;
    right: 16px;
    transform: rotate(-90deg);
    top: 57%;
  }
}

@media (max-width: 490px) {
  /* line 1317, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke1 {
    left: 0;
  }
  /* line 1320, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .text {
    left: -27px;
  }
  /* line 1323, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke2 {
    left: 0;
  }
  /* line 1326, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke1-right {
    right: 0;
  }
  /* line 1329, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .text-right {
    right: -27px;
  }
  /* line 1332, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke2-right {
    right: 0px;
  }
}

@media (max-width: 481px) {
  /* line 1341, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .field-repair-ready-group .fitting-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  /* line 1349, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .help-icon {
    top: 129px;
  }
  /* line 1354, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .block1 .radio-btn-m, .custom_hose_generator .custom-made-group .block1 .radio-btn-f, .custom_hose_generator .custom-made-group .block2 .radio-btn-m, .custom_hose_generator .custom-made-group .block2 .radio-btn-f {
    margin-left: 12px;
  }
  /* line 1360, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .block1 .radio-group {
    height: 52px;
  }
  /* line 1366, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .block2 .radio-group1 {
    height: 52px;
  }
  /* line 1372, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke2 {
    transform: scale(0.7);
    left: -25px;
    top: 65%;
  }
  /* line 1377, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .text {
    top: 51%;
  }
  /* line 1381, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .stroke2-right {
    transform: rotate(-90deg) scale(0.7);
    right: -25px;
    top: 65%;
  }
  /* line 1386, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group #show-mobile-fitting .text-right {
    top: 51%;
  }
  /* line 1392, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-hose-configuration-table {
    font-size: 10px;
    line-height: 16px;
  }
  /* line 1396, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-hose-configuration-table td, .custom_hose_generator .custom-hose-configuration-table th {
    padding: 5px !important;
  }
  /* line 1401, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .fitting-radio-50 {
    padding: 0;
  }
  /* line 1404, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group {
    margin: 0;
  }
  /* line 1408, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .modal-content {
    top: 297px;
  }
}

@media (max-width: 391px) {
  /* line 1414, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .btn {
    flex-direction: column;
  }
  /* line 1418, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .logo-header-group .heading-text {
    font-size: 20px;
  }
}

@media (max-width: 385px) {
  /* line 1425, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .help-icon {
    top: 122px;
  }
  /* line 1429, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .custom-made-group .modal-content {
    top: 289px;
  }
}

@media (max-width: 345px) {
  /* line 1437, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .field-repair-ready-group .fitting-image {
    margin-bottom: 4px;
  }
  /* line 1441, app/assets/stylesheets/spree/custom_hose_generator.css.scss */
  .custom_hose_generator .fitting-radio-50 {
    width: 100%;
  }
}
@charset "UTF-8";
/* line 4, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .container-fluid {
  padding: 0;
}

/* line 8, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .cta-container {
  background: #16A34A;
  width: 100%;
  margin: 0 auto 32px;
}

/* line 14, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group {
  text-align: center;
  margin-bottom: 8px;
}

/* line 18, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .heading {
  font-family: 'Lexend-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--palette-shades-100);
  margin-bottom: 24px;
  cursor: default;
}

/* line 30, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .categories-slider {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  overflow-x: auto;
}

/* line 39, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .categories-slider::-webkit-scrollbar {
  width: auto;
  height: 4px;
}

/* line 44, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .categories-slider::-webkit-scrollbar-track {
  background: #F9F9F9;
  margin: 0 8px;
}

/* line 49, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .categories-slider::-webkit-scrollbar-thumb {
  background: var(--palette-primary-500);
  border-radius: 8px;
}

/* line 54, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .categories-slider .category-circle {
  margin-bottom: 16px;
}

/* line 57, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .categories-slider .category-circle .circle {
  background: #ffb414;
  width: 85px;
  height: 85px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 8px;
  cursor: pointer;
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .categories-slider .category-circle .circle .image {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 3px;
}

/* line 76, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .categories-slider .category-circle .name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  display: block;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 85px;
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .categories-group .categories-slider .category-circle .name:hover {
  text-decoration: none;
}

/* line 98, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter {
  margin-bottom: 58px;
}

/* line 101, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .products-sort {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1696px;
  width: 100%;
  margin: 0 auto;
}

/* line 109, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .products-sort .sort_by-btn {
  cursor: pointer;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 19px;
  color: var(--palette-neutral-600);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 123px;
  border: 1px solid transparent;
  margin-bottom: 17px;
}

/* line 126, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .products-sort .sort_by-btn svg path {
  color: var(--palette-neutral-600);
}

/* line 130, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .products-sort .sort_by-btn:hover, .products.deals .sorting-filter .products-sort .sort_by-btn[aria-expanded="true"] {
  color: var(--palette-neutral-700);
  background: #FFFFFF;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px;
}

/* line 137, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .products-sort .sort_by-btn:hover svg path, .products.deals .sorting-filter .products-sort .sort_by-btn[aria-expanded="true"] svg path {
  color: var(--palette-neutral-700);
}

/* line 142, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .products-sort .sort_by-btn[aria-expanded="true"] {
  border-radius: 6px 6px 0px 0px;
}

/* line 147, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .products-sort .sort_by-options {
  box-sizing: border-box;
  padding: 16px 20px;
  background: #FFFFFF;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px 0px 6px 6px;
  top: 37px;
  right: 0;
  left: auto;
}

/* line 157, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .products-sort .sort_by-options .dropdown-item {
  cursor: pointer;
  min-width: 210px;
  min-height: 24px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-600);
  margin-bottom: 8px;
}

/* line 169, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .products-sort .sort_by-options .dropdown-item:hover {
  color: var(--palette-neutral-900);
  background: transparent;
}

/* line 177, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .sorting-filter .navigation-border-bottom {
  border-bottom: 2px solid var(--palette-neutral-200);
}

/* line 182, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group {
  display: flex;
  gap: 15px;
  max-width: 1696px;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 191, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section {
  max-width: 23.58%;
  min-width: 256px;
  width: 100%;
  padding-left: 10px;
}

/* line 197, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .mobile-filter-header {
  display: none;
}

/* line 201, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .section-heading {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-shades-100);
  margin-bottom: 8px;
  text-align: left;
}

/* line 210, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .section-heading.category {
  margin-bottom: 20px;
}

/* line 215, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .clear-selection {
  display: none;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: var(--palette-neutral-700);
  text-decoration-offset: 2px;
  margin-bottom: 25px;
}

/* line 227, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .clear-selection.show {
  display: inline-block;
}

/* line 232, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .price-filters-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 256px;
  gap: 16px;
  margin-bottom: 32px;
}

/* line 239, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .price-filters-group .price-filter {
  width: 100%;
  height: 100%;
  min-width: 120px;
  min-height: 40px;
  text-align: center;
  border-radius: 6px;
  background: var(--palette-neutral-50);
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  border: 1px solid var(--palette-neutral-300);
  padding: 8px 0;
  cursor: pointer;
}

/* line 256, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .price-filters-group .price-filter:hover, .products.deals .content-group .filters-section .price-filters-group .price-filter.active {
  text-decoration: none;
  border-color: var(--palette-neutral-900);
}

/* line 264, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .filter-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  cursor: pointer;
  margin-bottom: 24px;
}

/* line 277, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .filter-link:before {
  content: ' ';
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background: var(--palette-shades-0);
  border: 1.5px solid var(--palette-neutral-300);
  border-radius: 4px;
  margin-right: 16px;
  display: flex;
  align-item: center;
  justify-content: center;
}

/* line 292, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .filter-link:hover {
  text-decoration: none;
}

/* line 297, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .filter-link.selected:before {
  content: '✓';
  font-family: system-ui;
  font-weight: 700;
  font-weight: 700;
  line-height: 19px;
  color: var(--palette-shades-0);
  background: var(--palette-neutral-900);
  border-color: var(--palette-neutral-900);
}

/* line 309, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filters-section .filter-link.nested {
  margin-left: 24px;
}

/* line 315, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .filter-section-mobile {
  display: none;
}

/* line 319, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body {
  max-width: 1264px;
  width: 100%;
  padding-right: 10px;
}

/* line 325, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight {
  border: 2px solid var(--palette-primary-500);
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* line 334, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight-header {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: black;
}

/* line 342, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight-categories {
  display: flex;
  flex-direction: row;
  gap: 14px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  margin-bottom: 20px;
}

/* line 352, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight-categories .category-btn {
  padding: 8px 10px;
  border: 1px solid #D4D4D8;
  border-radius: 8px;
  color: #3F3F46;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

/* line 361, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight-categories .category-btn:hover {
  background-color: var(--palette-primary-500);
}

/* line 366, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight-categories .active {
  background-color: var(--palette-primary-500) !important;
  border-color: var(--palette-primary-500) !important;
}

/* line 372, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards {
  display: flex;
  position: relative;
  padding: 0;
  overflow-x: auto;
  width: 100%;
  margin: 0 auto;
}

/* line 380, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .carousel-button {
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--palette-neutral-50);
  color: var(--palette-neutral-50);
  border: 2px solid var(--palette-primary-500);
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  display: none;
  z-index: 10;
  top: 28%;
}

/* line 393, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .carousel-button.left {
  left: 0;
  border-left: transparent;
  border-radius: 0 8px 8px 0;
}

/* line 399, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .carousel-button.right {
  border-right: transparent;
  border-radius: 8px 0px 0px 8px;
  right: 0;
}

/* line 405, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .spotlight-products {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  scrollbar-width: none;
  gap: 14px;
}

/* line 412, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .spotlight-products .standard-product-card {
  width: auto;
  max-width: 160px;
  margin-bottom: 0;
}

/* line 417, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .spotlight-products .standard-product-card .image-container {
  width: 160px;
  height: 160px;
}

/* line 422, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .spotlight-products .standard-product-card .title-price-section {
  height: 60px !important;
}

/* line 426, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .spotlight-products .standard-product-card .title-price-section .price-cart-section .orignal-price {
  display: none;
}

/* line 430, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .spotlight-products .standard-product-card .title-price-section .price-cart-section .current-price {
  font-size: 14px;
}

/* line 436, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight_product_cards .spotlight-products .standard-product-card .add-to-cart-button {
  font-size: 14px;
  width: 160px;
}

/* line 446, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .products-section {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 42px;
}

/* line 452, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .products-section .product {
  width: 292px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  cursor: pointer;
}

/* line 453, app/assets/stylesheets/spree/deals_page.css.scss */
.products.deals .content-group .products-body .products-section .product:before {
  width: 292px;
  height: 292px;
  background: white;
  content: '';
  display: block;
}

@media (max-width: 991px) {
  /* line 479, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .sorting-filter {
    margin-bottom: 24px;
  }
  /* line 482, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .sorting-filter .products-sort {
    display: none;
  }
  /* line 487, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group {
    flex-direction: column;
  }
  /* line 490, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .products-body {
    padding: 0 12px;
  }
  /* line 494, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section {
    display: none;
    max-width: 414px;
    width: 100%;
  }
  /* line 499, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section .clear-selection {
    text-align: left;
    width: 100%;
  }
  /* line 504, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section .mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 24px 0 8px 0;
    position: sticky;
    top: 0;
    background: var(--palette-shades-0);
  }
  /* line 514, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section .mobile-filter-header .heading {
    font-family: 'Lexend-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: var(--palette-neutral-900);
    margin: 0 auto;
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    cursor: default;
  }
  /* line 528, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section .mobile-filter-header .heading .filter-count {
    width: 24px;
    height: 20px;
    background: var(--palette-neutral-300);
    border-radius: 6px;
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    padding: 0 8px;
    color: var(--palette-shades-0);
    text-align: center;
  }
  /* line 545, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section .mobile-filter-header .close-filter-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  /* line 552, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section .price-category-filter-section {
    padding: 16px 16px 24px 16px;
    height: calc(100vh - 64px);
    overflow-y: auto;
  }
  /* line 558, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section .price-filters-group {
    width: 100%;
  }
  /* line 562, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section .category-filter-section {
    padding: 0 8px 56px 8px;
  }
  /* line 567, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filter-backdrop.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: black;
    width: 100%;
    z-index: 111;
    opacity: 0.8;
  }
  /* line 579, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filters-section.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--palette-shades-0);
    max-width: 414px;
    width: 100%;
    z-index: 11111;
    transition: 1s;
  }
  /* line 592, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filter-section-mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  /* line 599, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filter-section-mobile .category-filter-mobile {
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--palette-neutral-700);
    cursor: pointer;
  }
  /* line 608, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filter-section-mobile .category-filter-mobile .filter-count {
    width: 20px;
    height: 20px;
    background: var(--palette-neutral-300);
    border-radius: 6px;
    font-family: 'Poppins-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    padding: 0 8px;
    color: var(--palette-shades-0);
    text-align: center;
    margin-left: 6px;
  }
  /* line 626, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .filter-section-mobile .sort_by-btn {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
  }
  /* line 633, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .products-body .products-section {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* line 642, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .cta-container {
    margin: 0 auto 24px;
  }
  /* line 646, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .categories-group {
    margin-bottom: 24px;
  }
  /* line 649, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .categories-group .heading {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 654, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .categories-group .categories-slider {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  /* line 658, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group {
    padding: 0 16px;
  }
  /* line 661, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .products-body {
    padding: 0;
  }
  /* line 665, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .products-body .agzagaversary-spotlight .spotlight-content .spotlight-header {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 672, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .products-body .products-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 8px;
  }
  /* line 678, app/assets/stylesheets/spree/deals_page.css.scss */
  .products.deals .content-group .products-body .products-section .ag-pagination {
    grid-column: 1/3;
  }
}
/* 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: 'Brandon-smith-stamp';
  src: url(/assets/Brandon-Smith-Stamp-e06895750bc4f044db5337f9beb373e4c9c596622d0488a0a2c4c6316a29af4d.otf) format("OpenType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lilita-One';
  src: url(/assets/LilitaOne-Regular-e9832783fe4577eeed44b5e91488d40c904b646695d8036b864650283b125888.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 4, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .data-container {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 8, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .data-container .product-categories-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 56px;
}

/* line 17, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .main-heading.favorite-heading {
  text-align: center;
  font-weight: 400;
  font-size: 128px;
  line-height: 97.28px;
  letter-spacing: 3px;
  margin: 23px 0 0 0;
  position: relative;
  z-index: 1;
}

/* line 28, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .total_items {
  text-align: right;
  font-family: 'Poppins';
  font-weight: 550;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #000000;
  cursor: default;
}

/* line 41, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index #fav-cards .col {
  padding: 6px;
  margin-bottom: 12px;
  flex-grow: unset;
}

/* line 49, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index #cards .col {
  padding: 0;
}

/* line 54, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .view-more-mbl {
  display: block;
  padding: 0;
  margin-bottom: 16px;
}

/* line 59, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .view-more-mbl .view-more-link {
  width: 100%;
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-500);
  justify-content: center;
}

/* line 70, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .view-more-mbl .remove-link {
  color: var(--palette-shades-0);
}

/* line 75, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .remove-btn {
  margin-bottom: 0;
}

/* line 79, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .fav-bg {
  position: absolute;
  left: -9px;
  top: 129px;
}

/* line 85, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .favorite-listing {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

/* line 91, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .favorite-listing .cards {
  margin-bottom: 32px;
}

/* line 96, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .no-favorites {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px RGB(0 0 0/4%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
  border-radius: 24px;
  padding: 69px 21px 69px 21px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  margin-top: 48px;
}

/* line 106, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .no-favorites .browse-products-btn {
  padding: 8px;
  background: #F1B71C;
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  border-radius: 100px;
  color: #FFFFFF;
  border: none;
  outline: none;
  max-width: 143px;
  margin: 0 auto;
  margin-top: 80px;
  font-weight: 600;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

/* line 123, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .no-favorites .sm-line {
  position: absolute;
  left: 25%;
  right: 25%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 131, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .no-favorites .heading {
  margin-bottom: 40px;
  font-size: 22px;
  position: relative;
  z-index: 1;
}

/* line 138, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .no-favorites .content {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

/* line 144, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .no-favorites .fav-icon {
  position: absolute;
  left: 0%;
  top: 12%;
}

/* line 151, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index #addition-carousel {
  padding-left: 0px;
}

/* line 156, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index #top-rated-this-season .data-container {
  padding: 0;
  text-align: unset;
}

/* line 163, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .product-quick-view .product-big-desc {
  text-align: left;
}

/* line 169, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index #newest-products .data-container {
  padding: 0;
  text-align: left;
}

/* line 175, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .login-section {
  margin: 0 auto;
  justify-content: center;
  margin-top: 69px;
  display: flex;
}

/* line 181, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .login-section .login-btn {
  flex-direction: row;
  padding: 12px 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;
  color: #FFFFFF;
  max-width: 206px;
  height: 40px;
  width: 100%;
  text-decoration-line: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/* line 197, app/assets/stylesheets/spree/favorites.css.scss */
.favorites.index .login-section .signup-btn {
  flex-direction: row;
  align-items: center;
  padding: 8px 23px;
  background: none;
  border-radius: 100px;
  font-weight: 600;
  max-width: 206px;
  height: 40px;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1700px) {
  /* line 215, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .no-favorites .fav-icon {
    left: -19px;
    top: 49px;
  }
}

@media (max-width: 767px) {
  /* line 224, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .data-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 228, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .data-container .favorite-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /* line 234, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .data-container .favorite-listing .cards .favorite_item .standard-product-card {
    max-width: initial;
  }
  /* line 237, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .data-container .favorite-listing .cards .favorite_item .standard-product-card .image-container {
    max-width: initial;
    max-height: initial;
  }
  /* line 241, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .data-container .favorite-listing .cards .favorite_item .standard-product-card .image-container .product_image {
    max-width: initial;
  }
  /* line 251, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .main-heading {
    font-size: 64px;
    line-height: 54.4px;
    letter-spacing: 3px;
    margin: 23px 0 23px 0;
  }
  /* line 258, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .main-heading.favorite-heading {
    font-size: 64px;
    line-height: 54.4px;
    letter-spacing: 3px;
    margin: 23px 0 23px 0;
  }
  /* line 265, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .total_items {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-top: 14px;
    margin-bottom: 0;
  }
  /* line 273, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .no-favorites {
    margin-bottom: 0;
  }
  /* line 275, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .no-favorites .fav-icon {
    position: absolute;
    left: -9px;
    top: 77px;
  }
}

@media (max-width: 417px) {
  /* line 286, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index #fav-cards .col {
    padding: 4px;
  }
  /* line 291, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .no-favorites .fav-icon {
    left: -12px;
    top: 127px;
  }
  /* line 296, app/assets/stylesheets/spree/favorites.css.scss */
  .favorites.index .featured-carousel .owl-theme .owl-dots .owl-dot {
    width: 19px;
  }
}
/* 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 8, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit #header, .checkout.update #header {
  margin-bottom: 56px;
}

/* line 12, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .promo-code-field, .checkout.update .promo-code-field {
  margin-right: -28px;
}

/* line 16, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .mr-2, .checkout.update .mr-2 {
  margin-right: 6px !important;
}

/* line 20, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .rm-promo, .checkout.update .rm-promo {
  position: relative;
}

/* line 23, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .rm-promo .rmv-per-item-promo, .checkout.update .rm-promo .rmv-per-item-promo {
  position: absolute;
  margin-left: 6px;
}

/* line 29, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .discount, .checkout.update .discount {
  margin-bottom: 35px;
}

/* line 32, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .discount .success, .checkout.update .discount .success {
  color: #395A40 !important;
}

/* line 37, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .container-fluid, .checkout.update .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 40, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .container-fluid .data-container, .checkout.update .container-fluid .data-container {
  padding: 0 28px;
}

/* line 45, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-heading, .checkout.update .checkout-heading {
  margin-bottom: 24px;
}

/* line 49, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .details-heading, .checkout.update .details-heading {
  text-align: left;
  text-transform: capitalize;
  color: #353535;
  margin-bottom: 4px;
}

/* line 56, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .details-text, .checkout.update .details-text {
  color: #353535;
  text-align: left;
}

/* line 61, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .shipping-link, .checkout.update .shipping-link {
  text-decoration: underline;
}

/* line 65, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .disable-border, .checkout.update .disable-border {
  border: 2px solid #DADADA !important;
}

/* line 69, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .place-order-btn, .checkout.update .place-order-btn {
  border: none;
  max-width: 257px;
  width: 100%;
  height: 40px;
  color: #FFFFFF;
  font-family: 'Poppins-bold';
  background: linear-gradient(286.58deg, #CC2E09 50.13%, #EF7F0F 103.46%);
  border-radius: 100px;
  font-family: Poppins-bold !important;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .place-order-btn:hover, .checkout.update .place-order-btn:hover {
  background: linear-gradient(286.58deg, #EF7F0F 50.13%, #CC2E09 103.46%);
}

/* line 89, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .place-order-btn:active, .checkout.update .place-order-btn:active {
  box-shadow: inset 0px 0px 16px 1px #d23d0b;
}

/* line 93, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .place-order-btn.disable-save-btn, .checkout.update .place-order-btn.disable-save-btn {
  background: #DADADA;
  cursor: default;
}

/* line 99, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .expire-card-group, .checkout.update .expire-card-group {
  cursor: pointer;
  display: contents;
}

/* line 102, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .expire-card-group .radio-block, .checkout.update .expire-card-group .radio-block {
  align-self: center;
}

/* line 105, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .expire-card-group .card-holder-name, .checkout.update .expire-card-group .card-holder-name {
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .disable, .checkout.update .disable {
  pointer-events: none;
  color: #DADADA !important;
}

/* line 115, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-content-group, .checkout.update .checkout-content-group {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* line 119, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-content-group .input-content-group, .checkout.edit .checkout-content-group .summary-content-group, .checkout.update .checkout-content-group .input-content-group, .checkout.update .checkout-content-group .summary-content-group {
  width: 100%;
  max-width: 61.56%;
}

/* line 124, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-content-group .summary-content-group, .checkout.update .checkout-content-group .summary-content-group {
  max-width: 36.41%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 16px;
}

/* line 132, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group, .checkout.update .checkout-step-group {
  margin-bottom: 24px;
}

/* line 135, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-header, .checkout.update .checkout-step-group .step-header {
  height: 80px;
  background: #1E1E1E;
  border-radius: 16px 16px 0 0;
  padding: 24px;
  text-align: left;
}

/* line 142, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-header .step-number, .checkout.edit .checkout-step-group .step-header .step-name, .checkout.update .checkout-step-group .step-header .step-number, .checkout.update .checkout-step-group .step-header .step-name {
  color: #F9F9F9;
}

/* line 146, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-header .edit-personal-info, .checkout.update .checkout-step-group .step-header .edit-personal-info {
  margin-top: 7px;
  text-decoration: underline;
  color: #F9F9F9;
  float: right;
}

/* line 153, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-header .step-number, .checkout.update .checkout-step-group .step-header .step-number {
  margin-right: 13px;
}

/* line 157, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-header.header-only, .checkout.update .checkout-step-group .step-header.header-only {
  border-radius: 16px;
  background-color: #DADADA;
}

/* line 163, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content, .checkout.update .checkout-step-group .step-content {
  background: #F5F5F5;
  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: 0 0 16px 16px;
  padding: 32px 32px 16px 32px;
}

/* line 169, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content .btn-section, .checkout.update .checkout-step-group .step-content .btn-section {
  text-align: right;
}

/* line 173, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content .delivery-section-btn, .checkout.update .checkout-step-group .step-content .delivery-section-btn {
  display: flex;
  justify-content: space-between;
}

/* line 177, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content .delivery-section-btn .freight-disclaimer, .checkout.update .checkout-step-group .step-content .delivery-section-btn .freight-disclaimer {
  align-self: center;
  cursor: default;
  text-align: left;
}

/* line 184, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content .save-btn, .checkout.edit .checkout-step-group .step-content .save-btn-payment, .checkout.edit .checkout-step-group .step-content .place-order-btn, .checkout.update .checkout-step-group .step-content .save-btn, .checkout.update .checkout-step-group .step-content .save-btn-payment, .checkout.update .checkout-step-group .step-content .place-order-btn {
  border: none;
  max-width: 257px;
  width: 100%;
  height: 40px;
  color: #FFFFFF;
  font-family: 'Poppins-bold';
  background: linear-gradient(286.58deg, #CC2E09 50.13%, #EF7F0F 103.46%);
  border-radius: 100px;
  font-family: Poppins-bold !important;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
}

/* line 200, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content .save-btn:hover, .checkout.edit .checkout-step-group .step-content .save-btn-payment:hover, .checkout.edit .checkout-step-group .step-content .place-order-btn:hover, .checkout.update .checkout-step-group .step-content .save-btn:hover, .checkout.update .checkout-step-group .step-content .save-btn-payment:hover, .checkout.update .checkout-step-group .step-content .place-order-btn:hover {
  background: linear-gradient(286.58deg, #EF7F0F 50.13%, #CC2E09 103.46%);
}

/* line 204, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content .save-btn:active, .checkout.edit .checkout-step-group .step-content .save-btn-payment:active, .checkout.edit .checkout-step-group .step-content .place-order-btn:active, .checkout.update .checkout-step-group .step-content .save-btn:active, .checkout.update .checkout-step-group .step-content .save-btn-payment:active, .checkout.update .checkout-step-group .step-content .place-order-btn:active {
  box-shadow: inset 0px 0px 16px 1px #d23d0b;
}

/* line 208, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content .save-btn.disable-save-btn, .checkout.edit .checkout-step-group .step-content .save-btn-payment.disable-save-btn, .checkout.edit .checkout-step-group .step-content .place-order-btn.disable-save-btn, .checkout.update .checkout-step-group .step-content .save-btn.disable-save-btn, .checkout.update .checkout-step-group .step-content .save-btn-payment.disable-save-btn, .checkout.update .checkout-step-group .step-content .place-order-btn.disable-save-btn {
  background: #DADADA;
  cursor: default;
}

/* line 214, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content .place-order-btn, .checkout.update .checkout-step-group .step-content .place-order-btn {
  max-width: 144px;
}

/* line 218, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .step-content .ag-member, .checkout.update .checkout-step-group .step-content .ag-member {
  max-width: 407px;
  width: 100%;
  margin: 24px 0 4px 0;
}

/* line 225, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .pickup-section, .checkout.update .checkout-step-group .pickup-section {
  padding: 16px 16px 24px 16px;
}

/* line 227, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .pickup-section .pickup-heading, .checkout.update .checkout-step-group .pickup-section .pickup-heading {
  margin-bottom: 5px;
}

/* line 231, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .pickup-section .pickup-location, .checkout.update .checkout-step-group .pickup-section .pickup-location {
  font-family: 'Poppins';
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #1E1E1E;
}

/* line 242, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group #billing, .checkout.edit .checkout-step-group #shipping, .checkout.edit .checkout-step-group #shipping_method,
.checkout.edit .checkout-step-group #payment, .checkout.edit .checkout-step-group #order_details, .checkout.edit .checkout-step-group #order_summary, .checkout.update .checkout-step-group #billing, .checkout.update .checkout-step-group #shipping, .checkout.update .checkout-step-group #shipping_method,
.checkout.update .checkout-step-group #payment, .checkout.update .checkout-step-group #order_details, .checkout.update .checkout-step-group #order_summary {
  margin-top: 0;
  border: none;
  padding: 0;
}

/* line 249, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .group-heading, .checkout.update .checkout-step-group .group-heading {
  text-align: left;
  text-transform: capitalize;
  color: #353535;
  margin-bottom: 16px;
}

/* line 256, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .address-field, .checkout.update .checkout-step-group .address-field {
  color: #B7B7B7;
  margin: 4px 0 0px 0;
  text-align: -webkit-left;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

/* line 264, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .address-line, .checkout.update .checkout-step-group .address-line {
  display: none;
}

/* line 268, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .saved-address-group, .checkout.update .checkout-step-group .saved-address-group {
  text-align: left;
}

/* line 271, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .saved-address-group .black-border-address, .checkout.update .checkout-step-group .saved-address-group .black-border-address {
  border: 2px solid #1E1E1E !important;
}

/* line 275, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .saved-address-group .black-dot, .checkout.update .checkout-step-group .saved-address-group .black-dot {
  width: 16px;
  height: 16px;
  background: #1E1E1E;
  border-radius: 100px;
  margin-right: 20px;
}

/* line 283, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .saved-address-group .saved-address-panel, .checkout.update .checkout-step-group .saved-address-group .saved-address-panel {
  border: 2px solid #DADADA;
  border-radius: 16px;
  padding: 16px 32px 16px 20px;
  display: flex;
  align-items: center;
  margin: 8px 0 16px 0;
}

/* line 291, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .saved-address-group .saved-address-panel .saved-address-info, .checkout.update .checkout-step-group .saved-address-group .saved-address-panel .saved-address-info {
  flex: 10 1 0;
}

/* line 295, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .saved-address-group .saved-address-panel .address-edit-link, .checkout.update .checkout-step-group .saved-address-group .saved-address-panel .address-edit-link {
  flex: 1 1 0;
  text-align: right;
  cursor: pointer;
  text-decoration: underline;
  align-self: flex-start;
}

/* line 304, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .saved-address-group .black-border, .checkout.update .checkout-step-group .saved-address-group .black-border {
  border: 2px solid #1E1E1E !important;
}

/* line 308, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .saved-address-group .shipping-btn-address, .checkout.update .checkout-step-group .saved-address-group .shipping-btn-address {
  border: 1px solid #1E1E1E;
  padding: 8px 18px;
  font-family: Poppins-bold;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  max-width: 148px;
  width: 100%;
  height: 40px;
  color: #1E1E1E;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  cursor: pointer;
  margin: 12px 0 8px 0;
}

/* line 324, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .saved-address-group .shipping-btn-address:hover, .checkout.update .checkout-step-group .saved-address-group .shipping-btn-address:hover {
  background-color: #1E1E1E;
  color: #FFFFFF;
}

/* line 332, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-panel, .checkout.update .checkout-step-group .shipping-group .shipping-address-panel {
  border-radius: 16px;
  padding: 16px 32px 16px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 339, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-panel .delivery-section, .checkout.update .checkout-step-group .shipping-group .shipping-address-panel .delivery-section {
  cursor: pointer;
}

/* line 343, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-panel .saved-address-info, .checkout.update .checkout-step-group .shipping-group .shipping-address-panel .saved-address-info {
  flex: 10 1 0;
}

/* line 347, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-panel .address-edit-link, .checkout.update .checkout-step-group .shipping-group .shipping-address-panel .address-edit-link {
  flex: 1 1 0;
  text-align: right;
  cursor: pointer;
  text-decoration: underline;
  align-self: flex-start;
}

/* line 357, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .help-section .shipping-help-icon, .checkout.update .checkout-step-group .shipping-group .help-section .shipping-help-icon {
  cursor: pointer;
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 363, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .help-section .shipping-dialogue, .checkout.update .checkout-step-group .shipping-group .help-section .shipping-dialogue {
  position: relative;
  display: none;
}

/* line 368, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .help-section .shipping-text, .checkout.update .checkout-step-group .shipping-group .help-section .shipping-text {
  font-family: poppins;
  font-size: 9.89px;
  line-height: 14.84px;
  color: #FFFFFF;
  font-weight: 400;
  display: none;
  width: 193px;
  position: relative;
  top: -45px;
  z-index: 11;
  letter-spacing: 0.25px;
}

/* line 383, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-group, .checkout.update .checkout-step-group .shipping-group .shipping-address-group {
  margin-bottom: 8px;
}

/* line 385, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-group .shipping-package-name, .checkout.update .checkout-step-group .shipping-group .shipping-address-group .shipping-package-name {
  margin-right: 16px;
  margin-left: 16px;
}

/* line 390, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-group .shipping-package-checkbox, .checkout.update .checkout-step-group .shipping-group .shipping-address-group .shipping-package-checkbox {
  padding-right: 20px;
  display: flex;
  align-items: center;
}

/* line 396, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-group .offline-txt, .checkout.update .checkout-step-group .shipping-group .shipping-address-group .offline-txt {
  color: #B7B7B7;
}

/* line 400, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-group .shipping-radio, .checkout.update .checkout-step-group .shipping-group .shipping-address-group .shipping-radio {
  width: 0px;
  height: 0px;
}

/* line 405, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-group .shipping-radio:after, .checkout.update .checkout-step-group .shipping-group .shipping-address-group .shipping-radio:after {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: -7px;
  cursor: pointer;
  position: relative;
  background-color: #F5F5F5;
  border: 2px solid #DADADA;
  content: '';
  display: inline-block;
  visibility: visible;
}

/* line 419, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-group .shipping-radio:hover:after, .checkout.update .checkout-step-group .shipping-group .shipping-address-group .shipping-radio:hover:after {
  background-color: #DADADA;
  cursor: pointer;
}

/* line 424, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .shipping-group .shipping-address-group .shipping-radio:checked:after, .checkout.update .checkout-step-group .shipping-group .shipping-address-group .shipping-radio:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: -7px;
  position: relative;
  background-color: #1E1E1E;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #1E1E1E;
}

/* line 439, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .city-area, .checkout.update .checkout-step-group .city-area {
  width: 100%;
  max-width: 248px;
}

/* line 444, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .custom-field-store, .checkout.update .checkout-step-group .custom-field-store {
  top: -10px;
}

/* line 448, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .custom-field, .checkout.edit .checkout-step-group .custom-field-store, .checkout.update .checkout-step-group .custom-field, .checkout.update .checkout-step-group .custom-field-store {
  position: relative;
  border-radius: 8px;
  background-color: #F5F5F5;
  width: 100%;
  height: 48px;
  margin: 16px 0 0 0;
}

/* line 456, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .custom-field.city-area, .checkout.edit .checkout-step-group .custom-field-store.city-area, .checkout.update .checkout-step-group .custom-field.city-area, .checkout.update .checkout-step-group .custom-field-store.city-area {
  width: 33%;
  max-width: 248px;
}

/* line 461, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .custom-field.name-field, .checkout.edit .checkout-step-group .custom-field-store.name-field, .checkout.update .checkout-step-group .custom-field.name-field, .checkout.update .checkout-step-group .custom-field-store.name-field {
  width: 49%;
  max-width: 386px;
  margin-right: 18px;
}

/* line 468, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .was-validated .form-control:invalid, .checkout.update .checkout-step-group .was-validated .form-control:invalid {
  background-image: none;
}

/* line 472, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .was-validated .form-control:valid, .checkout.update .checkout-step-group .was-validated .form-control:valid {
  background: url(/assets/check-icon-6d4554882efbc58899c5cb4f0bd033c52a9fb29a6bfd5d1256491ed210ce29d7.svg);
  background-position: right calc(0.475em + 0.2900rem) center;
  background-size: calc(0.75em + 0.675rem) calc(0.35em + 0.48rem);
}

/* line 478, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .check-image, .checkout.edit .checkout-step-group .check-image-coupon, .checkout.update .checkout-step-group .check-image, .checkout.update .checkout-step-group .check-image-coupon {
  background: url(/assets/check-icon-6d4554882efbc58899c5cb4f0bd033c52a9fb29a6bfd5d1256491ed210ce29d7.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.475em + 0.2900rem) center !important;
  background-size: calc(0.75em + 0.675rem) calc(0.35em + 0.48rem) !important;
}

/* line 485, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group input:-webkit-autofill,
.checkout.edit .checkout-step-group input:-webkit-autofill:hover,
.checkout.edit .checkout-step-group input:-webkit-autofill:focus,
.checkout.edit .checkout-step-group input:-webkit-autofill:active, .checkout.update .checkout-step-group input:-webkit-autofill,
.checkout.update .checkout-step-group input:-webkit-autofill:hover,
.checkout.update .checkout-step-group input:-webkit-autofill:focus,
.checkout.update .checkout-step-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset !important;
}

/* line 492, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group input::-webkit-inner-spin-button, .checkout.update .checkout-step-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

/* line 496, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .city-error, .checkout.update .checkout-step-group .city-error {
  margin-left: 7px;
  font-size: 7.89px;
}

/* line 501, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .card-error, .checkout.update .checkout-step-group .card-error {
  color: #F63939;
  font-family: poppins;
  font-size: 9.89px;
  letter-spacing: 0.15px;
  line-height: 15px;
  margin: 8px 12px 0 0;
  display: none;
}

/* line 511, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .invalid-feedback, .checkout.edit .checkout-step-group .slastname-error, .checkout.edit .checkout-step-group .sfirstname-error,
.checkout.edit .checkout-step-group .scity-error, .checkout.edit .checkout-step-group .blastname-error, .checkout.edit .checkout-step-group .bfirstname-error, .checkout.edit .checkout-step-group .phone-error,
.checkout.edit .checkout-step-group .bcity-error, .checkout.edit .checkout-step-group .zipcode-error, .checkout.edit .checkout-step-group .baddress1-error, .checkout.edit .checkout-step-group .saddress1-error, .checkout.edit .checkout-step-group .invalid-promo, .checkout.update .checkout-step-group .invalid-feedback, .checkout.update .checkout-step-group .slastname-error, .checkout.update .checkout-step-group .sfirstname-error,
.checkout.update .checkout-step-group .scity-error, .checkout.update .checkout-step-group .blastname-error, .checkout.update .checkout-step-group .bfirstname-error, .checkout.update .checkout-step-group .phone-error,
.checkout.update .checkout-step-group .bcity-error, .checkout.update .checkout-step-group .zipcode-error, .checkout.update .checkout-step-group .baddress1-error, .checkout.update .checkout-step-group .saddress1-error, .checkout.update .checkout-step-group .invalid-promo {
  display: none;
  color: #F63939;
  font-family: poppins;
  font-size: 9.89px;
  letter-spacing: 0.15px;
  line-height: 15px;
  margin-left: 16px;
}

/* line 524, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .custom-field input, .checkout.edit .checkout-step-group .custom-field-store input, .checkout.update .checkout-step-group .custom-field input, .checkout.update .checkout-step-group .custom-field-store input {
  border: none;
  border: 2px solid #DADADA;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: #F5F5F5;
  padding: 9px 16px;
  border-radius: 8px;
  height: 43px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

/* line 546, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .custom-field .visible-icon, .checkout.edit .checkout-step-group .custom-field-store .visible-icon, .checkout.update .checkout-step-group .custom-field .visible-icon, .checkout.update .checkout-step-group .custom-field-store .visible-icon {
  color: #61EB0C;
}

/* line 550, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .custom-field .placeholder, .checkout.edit .checkout-step-group .custom-field-store .placeholder, .checkout.update .checkout-step-group .custom-field .placeholder, .checkout.update .checkout-step-group .custom-field-store .placeholder {
  position: absolute;
  left: 0;
  bottom: 50%;
  top: 20px;
  transform: translateY(-50%);
  width: 100%;
  color: #B7B7B7;
  overflow: hidden;
  text-align: start;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 43px;
  padding: 12px 7px;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
}

/* line 570, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .custom-field input:focus + .placeholder, .checkout.update .checkout-step-group .custom-field input:focus + .placeholder {
  top: 0px;
  font-family: poppins;
  font-size: 9.83px;
  line-height: 14px;
  padding: 0 2px;
  margin: 0 7px;
  color: black;
  background-color: #F5F5F5;
  width: -moz-max-content;
  width: max-content;
  height: 15px;
}

/* line 583, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .placeholder-states, .checkout.update .checkout-step-group .placeholder-states {
  position: absolute;
  left: 0;
  top: -6px;
  text-align: start;
  white-space: nowrap;
  font-family: poppins;
  font-size: 9.83px;
  line-height: 14px;
  padding: 0 2px;
  margin: 0 7px;
  color: black;
  background-color: #F5F5F5;
  width: -moz-max-content;
  width: max-content;
  height: 15px;
}

/* line 600, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-step-group .custom-field input:focus, .checkout.update .checkout-step-group .custom-field input:focus {
  border: 2px solid #1E1E1E;
}

/* line 605, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-selection.select2-selection--single:focus, .checkout.update .select2-selection.select2-selection--single:focus {
  border-color: #1E1E1E;
}

/* line 609, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-selection.select2-selection--single:active, .checkout.update .select2-selection.select2-selection--single:active {
  border-color: #1E1E1E;
}

/* line 613, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-selection--single, .checkout.update .select2-container--default .select2-selection--single {
  border: 2px solid #DADADA;
  height: 43px;
  text-align: left;
  font-family: 'Poppins';
  font-size: 16px;
  border-radius: 8px;
}

/* line 622, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .checkout.edit .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .checkout.update .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .checkout.update .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 8px;
}

/* line 626, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .checkout.edit .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus, .checkout.update .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .checkout.update .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
  border-color: #1E1E1E;
}

/* line 630, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .checkout.edit .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple:focus, .checkout.update .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .checkout.update .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple:focus {
  border-color: #1E1E1E;
}

/* line 635, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-selection--single .select2-selection__arrow, .checkout.update .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
}

/* line 639, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-selection--single .select2-selection__arrow b, .checkout.update .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(/assets/dropdown_arrow-066f3f4df59fe7a01b900d9d422cfea8769d27ea26092f63211e44a6b3a449bb.svg) 93%/4% no-repeat #F5F5F5;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 10px !important;
  width: 10px !important;
  margin: auto !important;
  top: 39% !important;
  left: -5% !important;
}

/* line 651, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-selection--single .select2-selection__rendered, .checkout.update .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #1e1e1e;
  border-radius: 8px;
}

/* line 657, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-results, .checkout.update .select2-results {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  background-color: #F5F5F5;
  margin: 8px;
}

/* line 667, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-dropdown, .checkout.update .select2-dropdown {
  background-color: #F5F5F5;
  border: 2px solid #1E1E1E;
  border-radius: 8px;
  border-radius: 0 0 8px 8px;
  border-top: 1px dashed #DADADA;
}

/* line 674, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-dropdown .select2-search, .checkout.update .select2-dropdown .select2-search {
  padding: 4px 0 0;
}

/* line 677, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-dropdown .select2-search .select2-search__field, .checkout.update .select2-dropdown .select2-search .select2-search__field {
  font-size: 16px;
  font-family: 'Poppins';
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 4px 4px 4px 10px;
  text-transform: uppercase;
}

/* line 686, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-dropdown .select2-search .select2-search__field::-moz-placeholder, .checkout.update .select2-dropdown .select2-search .select2-search__field::-moz-placeholder {
  text-transform: none;
}
.checkout.edit .select2-dropdown .select2-search .select2-search__field::placeholder, .checkout.update .select2-dropdown .select2-search .select2-search__field::placeholder {
  text-transform: none;
}

/* line 693, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .checkout.update .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F5F5F5;
  color: #1E1E1E;
  font-weight: bold;
}

/* line 699, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-results__option--selected, .checkout.update .select2-container--default .select2-results__option--selected {
  background-color: #F5F5F5;
  color: #1E1E1E;
  font-weight: bold;
}

/* line 705, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-selection--single, .checkout.update .select2-container--default .select2-selection--single {
  background-color: #F5F5F5;
}

/* line 708, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-selection--single:focus, .checkout.update .select2-container--default .select2-selection--single:focus {
  outline: none;
}

/* line 713, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--open .select2-dropdown--below, .checkout.update .select2-container--open .select2-dropdown--below {
  top: -6px;
}

/* line 717, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-dropdown--above, .checkout.update .select2-dropdown--above {
  top: 4px;
  border-radius: 8px 8px 0 0;
  border-top: 2px solid #1E1E1E;
  border-bottom: 1px dashed #DADADA;
}

/* line 724, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-results > .select2-results__options, .checkout.update .select2-container--default .select2-results > .select2-results__options {
  height: 136px;
}

/* line 728, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-selection__clear, .checkout.update .select2-selection__clear {
  display: none;
}

/* line 732, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__placeholder, .checkout.update .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__placeholder {
  display: none;
}

/* line 736, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit ::-webkit-scrollbar, .checkout.update ::-webkit-scrollbar {
  width: 2px;
}

/* line 740, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit ::-webkit-scrollbar-track, .checkout.update ::-webkit-scrollbar-track {
  background: #DADADA;
}

/* line 744, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit ::-webkit-scrollbar-thumb, .checkout.update ::-webkit-scrollbar-thumb {
  background: #FFB514;
}

/* line 748, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit ::-webkit-scrollbar-thumb:hover, .checkout.update ::-webkit-scrollbar-thumb:hover {
  background: #FFB514;
}

/* line 752, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .promo-area #submit-coupon_code, .checkout.update .promo-area #submit-coupon_code {
  margin-top: 12px;
}

/* line 756, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .promo-area .custom-field .placeholder, .checkout.update .promo-area .custom-field .placeholder {
  display: none;
}

/* line 760, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group, .checkout.update .payment-group {
  text-align: left;
}

/* line 763, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .hr-line, .checkout.update .payment-group .hr-line {
  margin-bottom: 32px;
}

/* line 767, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .custom-field-price, .checkout.update .payment-group .custom-field-price {
  width: 100px;
  margin-top: 0;
}

/* line 772, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .store-credit, .checkout.update .payment-group .store-credit {
  max-width: 144px;
  width: 100%;
}

/* line 777, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .card-info, .checkout.update .payment-group .card-info {
  margin-left: 16px;
}

/* line 781, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .store-error, .checkout.update .payment-group .store-error {
  width: -moz-max-content;
  width: max-content;
  margin-left: 0;
  position: absolute;
  right: 0;
  left: auto;
}

/* line 789, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .discount, .checkout.update .payment-group .discount {
  display: none;
}

/* line 792, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .discount .promo-field, .checkout.update .payment-group .discount .promo-field {
  width: 100%;
  max-width: 230px;
  margin-top: 8px;
  margin-left: 38px;
}

/* line 798, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .discount .promo-field .custom-field-input, .checkout.update .payment-group .discount .promo-field .custom-field-input {
  padding: 9px 22px;
}

/* line 802, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .discount .promo-field .invalid-feedback, .checkout.update .payment-group .discount .promo-field .invalid-feedback {
  margin-left: 0;
  width: 218px;
}

/* line 810, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .black-panel .radio-block, .checkout.edit .payment-group .grey-panel .radio-block, .checkout.update .payment-group .black-panel .radio-block, .checkout.update .payment-group .grey-panel .radio-block {
  margin-right: 20px;
}

/* line 814, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .black-panel .card-holder-name, .checkout.edit .payment-group .grey-panel .card-holder-name, .checkout.update .payment-group .black-panel .card-holder-name, .checkout.update .payment-group .grey-panel .card-holder-name {
  margin-right: 24px;
  color: #353535;
}

/* line 819, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .black-panel .delete-icon, .checkout.edit .payment-group .grey-panel .delete-icon, .checkout.update .payment-group .black-panel .delete-icon, .checkout.update .payment-group .grey-panel .delete-icon {
  height: 20.5px;
  width: 19px;
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
}

/* line 827, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .black-panel .delete-icon:hover img, .checkout.edit .payment-group .grey-panel .delete-icon:hover img, .checkout.update .payment-group .black-panel .delete-icon:hover img, .checkout.update .payment-group .grey-panel .delete-icon:hover img {
  content: url(/assets/bin_hover-300c248aca2b2f62971699237904c05acc8f5bc0bc5b399532888f2bde7b8ee7.svg);
}

/* line 831, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .black-panel .delete-icon img, .checkout.edit .payment-group .grey-panel .delete-icon img, .checkout.update .payment-group .black-panel .delete-icon img, .checkout.update .payment-group .grey-panel .delete-icon img {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 839, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .black-dot, .checkout.update .payment-group .black-dot {
  width: 16px;
  height: 16px;
  background: #1E1E1E;
  border-radius: 100px;
  margin-right: 20px;
}

/* line 848, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .new-payment-form .custom-field, .checkout.edit .payment-group .new-payment-form .custom-field-store, .checkout.update .payment-group .new-payment-form .custom-field, .checkout.update .payment-group .new-payment-form .custom-field-store {
  position: relative;
  border-radius: 8px;
  background-color: #F5F5F5;
  width: 100%;
  height: 48px;
  margin: 16px 0 0 0;
}

/* line 856, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-group .new-payment-form .custom-field.name-field, .checkout.edit .payment-group .new-payment-form .custom-field-store.name-field, .checkout.update .payment-group .new-payment-form .custom-field.name-field, .checkout.update .payment-group .new-payment-form .custom-field-store.name-field {
  width: 49%;
  max-width: 386px;
}

/* line 864, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-panel, .checkout.update .black-panel {
  border: 2px solid #1E1E1E;
  border-radius: 16px;
  padding: 16px 22px 16px 20px;
  display: flex;
  margin: 8px 0;
  align-items: center;
  cursor: pointer;
}

/* line 874, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .grey-panel, .checkout.update .grey-panel {
  border: 2px solid #DADADA;
  border-radius: 16px;
  padding: 16px 22px 16px 20px;
  display: flex;
  margin: 8px 0;
  align-items: center;
  cursor: pointer;
}

/* line 884, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-checkbox, .checkout.update .black-checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #DADADA;
  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 894, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-checkbox::before, .checkout.update .black-checkbox::before {
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  left: 3px;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-color: #f5f5f5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

/* line 909, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-checkbox:hover, .checkout.update .black-checkbox:hover {
  background-color: #DADADA;
}

/* line 911, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-checkbox:hover::before, .checkout.update .black-checkbox:hover::before {
  opacity: 1;
}

/* line 916, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-checkbox:checked, .checkout.update .black-checkbox:checked {
  color: #F5F5F5;
  border-color: #1E1E1E;
  background: #1E1E1E;
}

/* line 920, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-checkbox:checked::before, .checkout.update .black-checkbox:checked::before {
  opacity: 1;
}

/* line 923, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-checkbox:checked ~ label::before, .checkout.update .black-checkbox: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 929, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-btn, .checkout.update .black-btn {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  align-items: center;
  color: #1E1E1E;
  margin: 8px 0;
  border: 1px solid #1E1E1E;
  padding: 8px 22px;
  border-radius: 100px;
  cursor: pointer;
}

/* line 944, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-btn:hover, .checkout.update .black-btn:hover {
  background-color: #1E1E1E;
  color: #fff;
}

/* line 950, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-input-label, .checkout.update .black-input-label {
  margin-left: 20px;
  margin-bottom: 0;
  margin-right: 16px;
  color: #353535;
}

/* line 957, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-input-group, .checkout.update .black-input-group {
  margin-bottom: 8px;
}

/* line 961, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .store-credit-mob, .checkout.update .store-credit-mob {
  flex-direction: row;
  display: flex;
}

/* line 965, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .offline-txt, .checkout.update .offline-txt {
  color: #B7B7B7 !important;
  margin-right: 16px;
}

/* line 970, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-radio, .checkout.update .black-radio {
  width: 0px;
  height: 0px;
}

/* line 975, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-radio:after, .checkout.update .black-radio:after {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: -7px;
  left: -1px;
  position: relative;
  background-color: #F5F5F5;
  border: 2px solid #DADADA;
  content: '';
  display: inline-block;
  visibility: visible;
}

/* line 989, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-radio:hover:after, .checkout.update .black-radio:hover:after {
  background-color: #DADADA;
  cursor: pointer;
}

/* line 994, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .black-radio:checked:after, .checkout.update .black-radio:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: -7px;
  left: -1px;
  position: relative;
  background-color: #1E1E1E;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #1E1E1E;
}

/* line 1008, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-block-62, .checkout.update .payment-block-62 {
  width: 62%;
  max-width: 854px;
  margin-right: 28px;
}

/* line 1014, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .payment-block-38, .checkout.update .payment-block-38 {
  width: 38%;
  max-width: 508px;
}

/* line 1019, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .tooltip-inner, .checkout.update .tooltip-inner {
  max-width: 248px;
  padding: 16px;
  color: #fff;
  text-align: left;
  background-color: #000;
  border-radius: 16px !important;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 9.89px;
  line-height: 15px;
  letter-spacing: 0.01em;
  text-align: center;
}

/* line 1035, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .save-address, .checkout.update .save-address {
  max-width: 224px;
  width: 100%;
  height: 40px;
  margin-top: 16px;
}

/* line 1042, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .save-btn-payment, .checkout.update .save-btn-payment {
  max-width: 257px !important;
}

/* line 1046, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section, .checkout.update .order-summary-section {
  margin-bottom: 24px;
  background: #F5F5F5;
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 0px 1px 0px #0000000A, 0px 2px 6px 0px #0000000A, 0px 10px 20px 0px #0000000A;
}

/* line 1052, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary-header, .checkout.update .order-summary-section .summary-header {
  background: #DADADA;
  border-radius: 16px 16px 0 0;
  padding: 24px 28px 24px 32px;
  margin-bottom: 8px;
  width: 100%;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

/* line 1063, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary-header .summary-heading, .checkout.update .order-summary-section .summary-header .summary-heading {
  color: #1E1E1E;
}

/* line 1067, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary-header .edit-button, .checkout.update .order-summary-section .summary-header .edit-button {
  margin-top: 11px;
  text-decoration: underline;
  color: #1E1E1E;
}

/* line 1074, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary, .checkout.update .order-summary-section .summary {
  background: #F5F5F5;
  border-radius: 0 0 16px 16px;
  padding: 32px 32px 16px;
  width: 100%;
}

/* line 1080, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .summary-row, .checkout.update .order-summary-section .summary .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1085, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .summary-row .name, .checkout.edit .order-summary-section .summary .summary-row .price, .checkout.edit .order-summary-section .summary .summary-row .name-line, .checkout.update .order-summary-section .summary .summary-row .name, .checkout.update .order-summary-section .summary .summary-row .price, .checkout.update .order-summary-section .summary .summary-row .name-line {
  padding: 0;
  margin-bottom: 10px;
  color: #353535;
}

/* line 1091, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .summary-row .help-icon, .checkout.update .order-summary-section .summary .summary-row .help-icon {
  margin-left: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

/* line 1097, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .summary-row .subtotal-info, .checkout.update .order-summary-section .summary .summary-row .subtotal-info {
  position: absolute;
  display: none;
}

/* line 1102, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .summary-row .tax-info, .checkout.update .order-summary-section .summary .summary-row .tax-info {
  position: absolute;
  display: none;
}

/* line 1108, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .summary-row.red-cross, .checkout.update .order-summary-section .summary .summary-row.red-cross {
  position: relative;
}

/* line 1110, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .summary-row.red-cross .name, .checkout.update .order-summary-section .summary .summary-row.red-cross .name {
  margin-left: 30px;
}

/* line 1114, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .summary-row.red-cross .rmv-promo-link, .checkout.update .order-summary-section .summary .summary-row.red-cross .rmv-promo-link {
  position: absolute;
  top: 2px;
}

/* line 1118, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .summary-row.red-cross .rmv-promo-icon, .checkout.update .order-summary-section .summary .summary-row.red-cross .rmv-promo-icon {
  width: 16px;
}

/* line 1123, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .store-credit-section, .checkout.update .order-summary-section .summary .store-credit-section {
  display: none;
}

/* line 1127, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .items, .checkout.update .order-summary-section .summary .items {
  margin-bottom: 8px;
}

/* line 1131, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .line-items, .checkout.update .order-summary-section .summary .line-items {
  margin-left: 0px;
  margin-right: -24px;
  padding-right: 24px;
}

/* line 1137, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .line.under-items, .checkout.update .order-summary-section .summary .line.under-items {
  margin-bottom: 33px;
  color: #DADADA;
}

/* line 1143, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .sub-total .price, .checkout.update .order-summary-section .summary .sub-total .price {
  font-weight: 600;
  line-height: 16px;
  color: #7B8C48;
}

/* line 1150, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .sub-total.as-total .name, .checkout.edit .order-summary-section .summary .sub-total.as-total .price, .checkout.update .order-summary-section .summary .sub-total.as-total .name, .checkout.update .order-summary-section .summary .sub-total.as-total .price {
  margin-bottom: 0;
  font-weight: 600;
}

/* line 1158, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .grand-total .text, .checkout.edit .order-summary-section .summary .grand-total .price, .checkout.update .order-summary-section .summary .grand-total .text, .checkout.update .order-summary-section .summary .grand-total .price {
  padding: 0;
  margin: 4px 0 24px 0;
}

/* line 1163, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .grand-total .text, .checkout.update .order-summary-section .summary .grand-total .text {
  color: #353535;
}

/* line 1167, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .order-summary-section .summary .grand-total .price, .checkout.update .order-summary-section .summary .grand-total .price {
  color: #CC2E09;
}

/* line 1178, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-section .checkout-details .card-body .address-input-group .shipping-address-div, .checkout.update .checkout-section .checkout-details .card-body .address-input-group .shipping-address-div {
  position: relative;
}

/* line 1182, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-section .checkout-details .card-body .address-input-group .use-billing-address-group, .checkout.update .checkout-section .checkout-details .card-body .address-input-group .use-billing-address-group {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

/* line 1188, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-section .checkout-details .card-body .address-input-group .use-billing-address-group label, .checkout.update .checkout-section .checkout-details .card-body .address-input-group .use-billing-address-group label {
  cursor: pointer;
}

/* line 1192, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-section .checkout-details .card-body .address-input-group .use-billing-address-group .use-billing-checkbox, .checkout.update .checkout-section .checkout-details .card-body .address-input-group .use-billing-address-group .use-billing-checkbox {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* line 1199, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .checkout-section .checkout-details .card-body .address-input-group .group-heading, .checkout.update .checkout-section .checkout-details .card-body .address-input-group .group-heading {
  text-align: left;
}

/* line 1207, app/assets/stylesheets/spree/frontend/checkout.css.scss */
.checkout.edit .group-heading, .checkout.update .group-heading {
  text-align: left;
  color: #353535;
}

@media (max-width: 991px) {
  /* line 1213, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-navbar, .checkout.update .checkout-navbar {
    margin-bottom: 24px;
  }
  /* line 1216, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-navbar .agzaga-logo, .checkout.update .checkout-navbar .agzaga-logo {
    width: 100px;
    height: 30.03px;
    padding: 0;
    margin: 22px auto 20px 16px;
  }
  /* line 1223, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-navbar .cart-btn, .checkout.update .checkout-navbar .cart-btn {
    width: 26.67px;
    height: 25.33px;
    padding: 0;
    margin: 24px 20px 23px auto;
  }
  /* line 1232, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .container-fluid .data-container, .checkout.update .container-fluid .data-container {
    padding: 0 16px;
  }
  /* line 1237, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .promo-area #submit-coupon_code, .checkout.update .promo-area #submit-coupon_code {
    margin-top: 0px;
  }
  /* line 1241, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-btn, .checkout.update .checkout-btn {
    max-width: unset;
    margin-bottom: 24px;
  }
  /* line 1246, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-btn, .checkout.update .order-btn {
    display: none;
  }
  /* line 1250, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-details-info, .checkout.update .order-details-info {
    font-size: 9.89px !important;
    line-height: 14.84px !important;
  }
  /* line 1255, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .poppins-body-16, .checkout.edit .poppins-text-16, .checkout.edit .poppins-bold-text-16, .checkout.update .poppins-body-16, .checkout.update .poppins-text-16, .checkout.update .poppins-bold-text-16 {
    font-size: 15px;
    line-height: 22px;
  }
  /* line 1260, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .black-btn, .checkout.update .black-btn {
    padding: 8px 24px;
    margin-bottom: 24px;
  }
  /* line 1265, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group, .checkout.update .checkout-content-group {
    display: flex;
    flex-direction: column;
  }
  /* line 1269, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .input-content-group, .checkout.update .checkout-content-group .input-content-group {
    max-width: 100%;
  }
  /* line 1273, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .summary-content-group, .checkout.update .checkout-content-group .summary-content-group {
    max-width: 100%;
    position: unset;
  }
  /* line 1278, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .checkout-step-group, .checkout.update .checkout-content-group .checkout-step-group {
    margin-bottom: 16px;
  }
  /* line 1281, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .checkout-step-group .saved-address-group .saved-address-panel, .checkout.update .checkout-content-group .checkout-step-group .saved-address-group .saved-address-panel {
    border: 2px solid #DADADA !important;
    padding: 16px 17px 16px 20px;
  }
  /* line 1286, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .checkout-step-group .shipping-group .shipping-address-group .offline-txt, .checkout.update .checkout-content-group .checkout-step-group .shipping-group .shipping-address-group .offline-txt {
    font-size: 9.89px;
    line-height: 14.84px;
  }
  /* line 1293, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-header, .checkout.update .checkout-content-group .step-header {
    height: 56px;
    padding: 11px 17px 13px 24px;
  }
  /* line 1297, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-header.header-only, .checkout.update .checkout-content-group .step-header.header-only {
    background-color: #DADADA;
  }
  /* line 1301, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-header .step-number, .checkout.update .checkout-content-group .step-header .step-number {
    margin-right: 11px;
  }
  /* line 1306, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-content, .checkout.update .checkout-content-group .step-content {
    padding: 16px;
    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);
    text-align: left;
  }
  /* line 1311, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-content .btn-section, .checkout.update .checkout-content-group .step-content .btn-section {
    text-align: center;
  }
  /* line 1315, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-content .delivery-section-btn, .checkout.update .checkout-content-group .step-content .delivery-section-btn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 1320, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-content .delivery-section-btn input[type="submit"], .checkout.update .checkout-content-group .step-content .delivery-section-btn input[type="submit"] {
    margin-bottom: 10px;
  }
  /* line 1324, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-content .delivery-section-btn .freight-disclaimer, .checkout.update .checkout-content-group .step-content .delivery-section-btn .freight-disclaimer {
    order: 2;
    text-align: center;
  }
  /* line 1330, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-content .sbmt-btn, .checkout.update .checkout-content-group .step-content .sbmt-btn {
    margin-bottom: 24px;
  }
  /* line 1334, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .step-content .place-order-btn, .checkout.update .checkout-content-group .step-content .place-order-btn {
    max-width: 257px;
  }
  /* line 1339, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .custom-field, .checkout.update .checkout-content-group .custom-field {
    margin-top: 8px;
  }
  /* line 1342, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .custom-field .custom-field-input, .checkout.update .checkout-content-group .custom-field .custom-field-input {
    font-size: 15px;
    line-height: 22px;
  }
  /* line 1346, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .custom-field .custom-field-input .placeholder, .checkout.update .checkout-content-group .custom-field .custom-field-input .placeholder {
    font-size: 15px;
    line-height: 22px;
  }
  /* line 1354, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .custom-field select, .checkout.update .checkout-content-group .custom-field select {
    background: url(/assets/dropdown_arrow-066f3f4df59fe7a01b900d9d422cfea8769d27ea26092f63211e44a6b3a449bb.svg) 92% / 9% no-repeat #F5F5F5 !important;
    background-color: transparent;
    background-size: contain;
    border: none;
    border: 2px solid #DADADA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background-color: #F5F5F5;
    padding: 9px 16px;
    border-radius: 8px;
    height: 43px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
  }
  /* line 1378, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .custom-field select:focus + .placeholder, .checkout.update .checkout-content-group .custom-field select:focus + .placeholder {
    top: 0px;
    font-family: poppins;
    font-size: 9.83px;
    line-height: 14px;
    padding: 0 2px;
    margin: 0 7px;
    color: black;
    background-color: #F5F5F5;
    width: -moz-max-content;
    width: max-content;
    height: 15px;
  }
  /* line 1391, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .custom-field select:focus, .checkout.update .checkout-content-group .custom-field select:focus {
    border: 2px solid #1E1E1E;
    outline: 0;
  }
  /* line 1397, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .custom-field.name-field, .checkout.update .checkout-content-group .custom-field.name-field {
    max-width: inherit;
  }
  /* line 1401, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .custom-field.city-area, .checkout.update .checkout-content-group .custom-field.city-area {
    max-width: inherit;
  }
  /* line 1405, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group #bcity, .checkout.edit .checkout-content-group #scity, .checkout.update .checkout-content-group #bcity, .checkout.update .checkout-content-group #scity {
    width: 72.57%;
  }
  /* line 1409, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group #bstate, .checkout.edit .checkout-content-group #sstate, .checkout.update .checkout-content-group #bstate, .checkout.update .checkout-content-group #sstate {
    width: 24.14%;
  }
  /* line 1413, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group #bzipcode, .checkout.edit .checkout-content-group #szipcode, .checkout.update .checkout-content-group #bzipcode, .checkout.update .checkout-content-group #szipcode {
    width: 39.42%;
  }
  /* line 1417, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group #bphone, .checkout.edit .checkout-content-group #sphone, .checkout.update .checkout-content-group #bphone, .checkout.update .checkout-content-group #sphone {
    width: 58.28% !important;
  }
  /* line 1421, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .group-heading, .checkout.update .checkout-content-group .group-heading {
    margin-bottom: 8px;
  }
  /* line 1425, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .section-heading, .checkout.update .checkout-content-group .section-heading {
    margin-top: 24px;
  }
  /* line 1429, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .payment-heading, .checkout.update .checkout-content-group .payment-heading {
    margin-bottom: 20px;
  }
  /* line 1435, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .payment-group .grey-panel .card-holder-name, .checkout.edit .checkout-content-group .payment-group .black-panel .card-holder-name, .checkout.update .checkout-content-group .payment-group .grey-panel .card-holder-name, .checkout.update .checkout-content-group .payment-group .black-panel .card-holder-name {
    margin-right: 16px;
    align-self: center;
  }
  /* line 1440, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .payment-group .grey-panel .radio-block, .checkout.edit .checkout-content-group .payment-group .black-panel .radio-block, .checkout.update .checkout-content-group .payment-group .grey-panel .radio-block, .checkout.update .checkout-content-group .payment-group .black-panel .radio-block {
    margin-right: 12px;
  }
  /* line 1446, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .invalid-feedback, .checkout.edit .checkout-content-group .slastname-error, .checkout.edit .checkout-content-group .sfirstname-error,
.checkout.edit .checkout-content-group .scity-error, .checkout.edit .checkout-content-group .blastname-error, .checkout.edit .checkout-content-group .bfirstname-error, .checkout.edit .checkout-content-group .phone-error,
.checkout.edit .checkout-content-group .bcity-error, .checkout.edit .checkout-content-group .zipcode-error, .checkout.edit .checkout-content-group .baddress1-error, .checkout.edit .checkout-content-group .saddress1-error, .checkout.edit .checkout-content-group .invalid-promo, .checkout.update .checkout-content-group .invalid-feedback, .checkout.update .checkout-content-group .slastname-error, .checkout.update .checkout-content-group .sfirstname-error,
.checkout.update .checkout-content-group .scity-error, .checkout.update .checkout-content-group .blastname-error, .checkout.update .checkout-content-group .bfirstname-error, .checkout.update .checkout-content-group .phone-error,
.checkout.update .checkout-content-group .bcity-error, .checkout.update .checkout-content-group .zipcode-error, .checkout.update .checkout-content-group .baddress1-error, .checkout.update .checkout-content-group .saddress1-error, .checkout.update .checkout-content-group .invalid-promo {
    font-size: 7.89px;
    line-height: 10px;
    margin-left: 9px;
  }
  /* line 1455, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .save-checkbox, .checkout.update .save-checkbox {
    margin-bottom: 8px;
  }
  /* line 1459, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-heading, .checkout.update .checkout-heading {
    margin-bottom: 16px;
  }
  /* line 1463, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section, .checkout.update .order-summary-section {
    margin-bottom: 16px;
  }
  /* line 1466, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .summary-header, .checkout.update .order-summary-section .summary-header {
    padding: 11px 18px 13px 24px;
    height: 56px;
  }
  /* line 1470, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .summary-header .edit-button, .checkout.update .order-summary-section .summary-header .edit-button {
    margin-top: 0;
  }
  /* line 1476, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .discount .promo-field, .checkout.update .order-summary-section .discount .promo-field {
    width: 100%;
    max-width: 188px;
    margin-top: 4px;
    margin-left: 16px;
    position: relative;
    border-radius: 8px;
    background-color: #F5F5F5;
    height: 48px;
  }
  /* line 1486, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .discount .promo-field .custom-field-input, .checkout.update .order-summary-section .discount .promo-field .custom-field-input {
    padding: 8px 16px;
  }
  /* line 1490, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .discount .promo-field .invalid-promo, .checkout.update .order-summary-section .discount .promo-field .invalid-promo {
    margin-top: 5px;
  }
  /* line 1496, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .summary, .checkout.update .order-summary-section .summary {
    padding: 16px 32px 8px 16px;
  }
  /* line 1499, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .summary .line.under-items, .checkout.update .order-summary-section .summary .line.under-items {
    margin-bottom: 16px;
  }
  /* line 1503, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .summary .expand-btn, .checkout.edit .order-summary-section .summary .view-less-btn, .checkout.update .order-summary-section .summary .expand-btn, .checkout.update .order-summary-section .summary .view-less-btn {
    text-align: center;
    font-family: 'Poppins-bold';
    font-size: 9.89px;
    line-height: 14px;
    color: #595959;
    letter-spacing: 1px;
  }
  /* line 1511, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .summary .expand-btn:focus, .checkout.edit .order-summary-section .summary .view-less-btn:focus, .checkout.update .order-summary-section .summary .expand-btn:focus, .checkout.update .order-summary-section .summary .view-less-btn:focus {
    box-shadow: none;
  }
  /* line 1516, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .summary .view-less-btn, .checkout.update .order-summary-section .summary .view-less-btn {
    display: none;
  }
  /* line 1520, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .summary .line-items, .checkout.update .order-summary-section .summary .line-items {
    margin-right: -10px;
  }
  /* line 1523, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .order-summary-section .summary .line-items .line-item, .checkout.update .order-summary-section .summary .line-items .line-item {
    margin-bottom: 8px;
  }
  /* line 1532, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .payment-group .new-payment-form #pname, .checkout.edit .payment-group .new-payment-form #pcnumber, .checkout.update .payment-group .new-payment-form #pname, .checkout.update .payment-group .new-payment-form #pcnumber {
    width: 67.71%;
    max-width: inherit;
  }
  /* line 1536, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .payment-group .new-payment-form #pccv, .checkout.edit .payment-group .new-payment-form #pexpiry, .checkout.update .payment-group .new-payment-form #pccv, .checkout.update .payment-group .new-payment-form #pexpiry {
    width: 30%;
    max-width: inherit;
  }
  /* line 1540, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .payment-group .new-payment-form #pname, .checkout.update .payment-group .new-payment-form #pname {
    order: 1;
  }
  /* line 1543, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .payment-group .new-payment-form #pexpiry, .checkout.update .payment-group .new-payment-form #pexpiry {
    order: 2;
  }
  /* line 1546, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .payment-group .new-payment-form #pcnumber, .checkout.update .payment-group .new-payment-form #pcnumber {
    order: 3;
  }
  /* line 1549, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .payment-group .new-payment-form #pccv, .checkout.update .payment-group .new-payment-form #pccv {
    order: 4;
  }
}

@media (max-width: 519px) {
  /* line 1557, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .store-credit-mob, .checkout.update .store-credit-mob {
    display: flex;
    flex-direction: column;
  }
  /* line 1561, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .store-credit-mob .offline-txt, .checkout.update .store-credit-mob .offline-txt {
    margin-left: 36px;
    margin-right: auto;
    font-size: 15px;
    line-height: 22px;
  }
  /* line 1568, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .store-credit-mob .black-input-label, .checkout.update .store-credit-mob .black-input-label {
    margin-right: 20px;
    font-size: 15px;
    line-height: 22px;
  }
  /* line 1576, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .payment-group .custom-field-price, .checkout.update .checkout-content-group .payment-group .custom-field-price {
    margin-top: 18px;
    max-width: 147px;
    width: 100%;
  }
  /* line 1584, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .summary-row.red-cross .name, .checkout.update .summary-row.red-cross .name {
    margin-left: 25px !important;
  }
}

@media (max-width: 405px) {
  /* line 1592, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .lexend-h4, .checkout.update .lexend-h4 {
    font-size: 21.89px;
  }
  /* line 1597, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-step-group .green-check, .checkout.update .checkout-step-group .green-check {
    height: 20px;
    width: 20px;
  }
  /* line 1603, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-step-group .payment-group .custom-field-price, .checkout.update .checkout-step-group .payment-group .custom-field-price {
    max-width: unset;
    width: 31%;
  }
  /* line 1609, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-step-group .step-header, .checkout.update .checkout-step-group .step-header {
    padding: 11px 10px 13px 15px;
  }
  /* line 1613, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-step-group .save-address-label, .checkout.update .checkout-step-group .save-address-label {
    font-size: 13px;
  }
  /* line 1618, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-step-group .shipping-group .shipping-address-panel, .checkout.update .checkout-step-group .shipping-group .shipping-address-panel {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 1624, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-step-group .shipping-group .shipping-address-group .shipping-note, .checkout.update .checkout-step-group .shipping-group .shipping-address-group .shipping-note {
    margin: auto;
    margin-top: 5px;
    text-align: center;
  }
}

@media (max-width: 375px) {
  /* line 1636, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .store-credit-input, .checkout.update .checkout-content-group .store-credit-input {
    flex-wrap: wrap;
  }
  /* line 1641, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .payment-group .custom-field-price, .checkout.update .checkout-content-group .payment-group .custom-field-price {
    width: 100%;
    margin-left: 35px;
  }
  /* line 1646, app/assets/stylesheets/spree/frontend/checkout.css.scss */
  .checkout.edit .checkout-content-group .payment-group .card-info, .checkout.update .checkout-content-group .payment-group .card-info {
    flex-direction: column;
    margin-left: 20px;
  }
}
/* line 9, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal, .checkout.update .cart-page-modal {
  margin-bottom: 24px;
  padding: 16px 24px;
  background: linear-gradient(268.71deg, #004C97 -15.37%, rgba(255, 255, 255, 0) 7.5%), linear-gradient(91.11deg, #FFB514 -13.75%, rgba(255, 255, 255, 0) 10%), #FFFFFF;
  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: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 19, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .display-flex, .checkout.update .cart-page-modal .display-flex {
  display: flex;
}

/* line 23, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .align-item-center, .checkout.update .cart-page-modal .align-item-center {
  align-items: center;
}

/* line 27, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .cart-52, .checkout.update .cart-page-modal .cart-52 {
  width: 52%;
}

/* line 31, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .cart-48, .checkout.update .cart-page-modal .cart-48 {
  width: 48%;
}

/* line 35, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .text-align-right, .checkout.update .cart-page-modal .text-align-right {
  text-align: right;
}

/* line 39, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .cart-modal-gift-icon, .checkout.update .cart-page-modal .cart-modal-gift-icon {
  width: 27px;
  height: 27px;
  margin-right: 16px;
}

/* line 45, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .cart-modal-heading, .checkout.update .cart-page-modal .cart-modal-heading {
  font-family: Lexend;
  font-style: normal;
  font-weight: bold;
  font-size: 25.89px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  text-align: left;
  margin-bottom: 4px;
}

/* line 57, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .cart-modal-subheading, .checkout.update .cart-page-modal .cart-modal-subheading {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  text-align: left;
}

/* line 68, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .cart-modal-button, .checkout.update .cart-page-modal .cart-modal-button {
  padding: 14px 20px;
  max-width: 300px;
  width: 100%;
  height: 50px;
  background: #FFB514;
  border-radius: 100px;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

/* line 84, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .cart-chapter-remove-btn, .checkout.update .cart-page-modal .cart-chapter-remove-btn {
  padding: 14px 34px;
  border: 2px solid #E32754;
  box-sizing: border-box;
  border-radius: 100px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #E32754;
  background-color: transparent;
  margin-left: 16px;
}

/* line 100, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .remove-chapter-selection, .checkout.update .cart-page-modal .remove-chapter-selection {
  text-decoration: none;
}

/* line 104, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .cart-change-chapter-btn, .checkout.update .cart-page-modal .cart-change-chapter-btn {
  padding: 14px 62px;
  background: #51C571;
  border-radius: 100px;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

/* line 117, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .cart-page-modal .cart-change-chapter-btn::before, .checkout.update .cart-page-modal .cart-change-chapter-btn::before {
  content: url(/assets/cart-chapter-check-1f32ea7b035134af2cee6f996a7c8731c84f958c61ec6304562b4a2584bb67f1.svg);
  margin-right: 8px;
}

/* line 124, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit #cart_chapter_selection_modal, .checkout.update #cart_chapter_selection_modal {
  padding-left: 0 !important;
}

/* line 128, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal, .checkout.update .chapter_selection_modal {
  background: rgba(30, 30, 30, 0.6);
}

/* line 130, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-dialog, .checkout.update .chapter_selection_modal .modal-dialog {
  max-width: 1100px;
}

/* line 133, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content, .checkout.update .chapter_selection_modal .modal-content {
  background: #FFFFFF;
  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: 24px;
  padding: 42px 49px;
}

/* line 139, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .close-modal, .checkout.update .chapter_selection_modal .modal-content .close-modal {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}

/* line 144, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .close-modal:after, .checkout.update .chapter_selection_modal .modal-content .close-modal:after {
  content: url(/assets/close-c43c4cb73ce26899d0947d5c41a2d2f767b8741a8eefd46bb8fa6023756d5429.svg);
}

/* line 149, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .main-heading, .checkout.update .chapter_selection_modal .modal-content .main-heading {
  font-family: Lexend;
  font-style: normal;
  font-weight: bold;
  font-size: 25.89px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  margin-bottom: 16px;
}

/* line 161, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body, .checkout.update .chapter_selection_modal .modal-content .modal-body {
  padding: 0px;
}

/* line 164, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-search-group, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-search-group {
  width: 100%;
  padding: 8px 8px 8px 20px;
  max-width: 994px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* line 177, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-search-group .search-input, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-search-group .search-input {
  width: calc(100% - 44px);
  height: 24px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 0 10px;
  color: #1E1E1E;
  border: none;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}

/* line 192, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-search-group .search-input::-moz-placeholder, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-search-group .search-input::-moz-placeholder {
  color: #989898;
}
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-search-group .search-input::placeholder, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-search-group .search-input::placeholder {
  color: #989898;
}

/* line 198, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list {
  width: 100%;
}

/* line 201, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header {
  margin: 0;
  display: flex;
}

/* line 204, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .name, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .name {
  width: 55.53%;
  border-top-left-radius: 8px;
}

/* line 209, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .state, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .state {
  width: 23.03%;
}

/* line 213, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .select-chapter, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .select-chapter {
  width: 21.44%;
  border-top-right-radius: 8px;
}

/* line 218, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .name, .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .state, .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .select-chapter, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .name, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .state, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-header .select-chapter {
  padding: 12px 24px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #707070;
  border: 1px solid #CBD5E1;
  background: #F8F9FA;
}

/* line 233, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content {
  width: 100%;
  max-height: 420px;
  overflow: auto;
  display: block;
  border: 1px solid #CBD5E1;
  border-top-color: transparent;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 243, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  height: 70px;
  background: #FFFFFF;
  border-bottom: 1px solid #CBD5E1;
}

/* line 250, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group:last-child, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group:last-child {
  border-bottom-color: transparent;
}

/* line 253, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group.selected, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group.selected {
  background: #ECFDF5;
}

/* line 257, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group {
  width: 55.53%;
  display: flex;
  align-items: center;
}

/* line 262, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group .circle-icon, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group .circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #FFB514;
  border-radius: 100px;
  margin: 0 12px 0 24px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* line 280, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group .name-section, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group .name-section {
  display: block;
}

/* line 282, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group .name-section .name, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group .name-section .name {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #1E1E1E;
}

/* line 291, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group .name-section .school-name, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .name-group .name-section .school-name {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #868B8F;
}

/* line 302, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .state-group, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .state-group {
  width: 23.03%;
}

/* line 306, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .select-chapter-group, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapters-list .list-content .chapter-group .select-chapter-group {
  width: 21.44%;
  border-top-right-radius: 8px;
}

/* line 314, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper {
  border: 1px solid #DADADA;
  border-radius: 8px;
  max-height: 464px;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 32px;
}

/* line 322, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 8px;
  max-width: 992px;
  position: relative;
}

/* line 329, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table thead, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table thead {
  position: sticky;
  top: 0;
}

/* line 333, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table thead tr, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table thead tr {
  height: auto;
}

/* line 336, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table thead tr th, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table thead tr th {
  line-height: 20px;
}

/* line 342, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table td, .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table #customers th, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table td, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table #customers th {
  padding: 0 24px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #868B8F;
}

/* line 352, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .flex-block, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .flex-block {
  display: flex;
}

/* line 355, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .flex-block .school-info, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .flex-block .school-info {
  display: inline-grid;
  width: 100%;
  position: relative;
}

/* line 362, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-name-head, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-name-head {
  width: 557px;
  display: flex;
  justify-content: space-between;
}

/* line 368, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-state-head, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-state-head {
  width: 231px;
}

/* line 372, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-select-head, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-select-head {
  width: 215px;
}

/* line 376, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .main-title, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .main-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #1E1E1E;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 5px 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 391, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .sub-title, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .sub-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #868B8F;
}

/* line 400, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .float-right, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .float-right {
  float: right;
}

/* line 404, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-icon, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-icon {
  width: 32px;
  height: 32px;
  background-color: #FFB514;
  border-radius: 100px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 12px;
  padding: 12px;
}

/* line 425, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-selected-btn, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-selected-btn {
  background: #51C571;
  border-radius: 100px;
  margin-bottom: 0px;
  padding: 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  max-width: 170px;
  width: 100%;
}

/* line 442, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-select-btn, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-select-btn {
  padding: 12px;
  margin-bottom: 0px;
  border: 2px solid #FFB514;
  background-color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFB514;
  border-radius: 100px;
  max-width: 170px;
  width: 100%;
}

/* line 459, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table input[type="radio"], .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

/* line 464, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr {
  height: 70px;
}

/* line 468, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr:hover, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr:hover {
  background-color: #ECFDF5;
}

/* line 471, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table th, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table th {
  padding: 12px 24px;
  text-align: left;
  background-color: #F8F9FA;
  color: #707070;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 485, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .icon-asc, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .icon-asc {
  content: url(/assets/sort-ascending-0234dfd0cc859515eae55d05142aebf4652773267ef88ad3ba2a08dd98405228.svg);
  cursor: pointer;
}

/* line 490, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .icon-desc, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .icon-desc {
  content: url(/assets/sort-decending-19c90b5996558e2cea29f2b824509089e8f6075419a5607f0c91160316171f06.svg);
  cursor: pointer;
}

/* line 495, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter {
  background: #51C571;
  border-radius: 100px;
  margin-bottom: 0px;
  padding: 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  max-width: 170px;
  width: 100%;
}

/* line 512, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter span, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter span {
  display: none;
}

/* line 515, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter:after, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter:after {
  content: 'Chapter Selected';
}

/* line 519, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .button-section, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .button-section {
  padding: 0 20px;
}

/* line 522, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .button-section .chapter-selected-icon, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .button-section .chapter-selected-icon {
  margin-right: 6px;
}

/* line 526, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .button-section .m-chapter-selected-icon, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .button-section .m-chapter-selected-icon {
  display: none;
}

/* line 532, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper::-webkit-scrollbar, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper::-webkit-scrollbar {
  width: 4px;
}

/* line 536, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper::-webkit-scrollbar-track, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper::-webkit-scrollbar-track {
  background: #DADADA !important;
}

/* line 540, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper::-webkit-scrollbar-thumb, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper::-webkit-scrollbar-thumb {
  background: #949494;
}

/* line 544, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper::-webkit-scrollbar-thumb:hover, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #949494;
}

/* line 550, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-modal-footer, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-modal-footer {
  display: flex;
  justify-content: flex-end;
}

/* line 554, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-modal-footer .cancel-btn, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-modal-footer .cancel-btn {
  max-width: 163px;
  width: 100%;
  border-radius: 100px;
  font-family: Poppins-bold;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #E32754;
  margin: 0px 6px;
  background-color: transparent;
  border: 2px solid #E32754;
  padding: 14px;
  cursor: pointer;
}

/* line 572, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
.checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-modal-footer .done-btn, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-modal-footer .done-btn {
  padding: 14px 20px;
  max-width: 300px;
  width: 100%;
  background: #1E1E1E;
  border-radius: 100px;
  position: static;
  font-family: Poppins-bold;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin: 0px 6px;
  border: none;
}

@media (max-width: 991px) {
  /* line 595, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal, .checkout.update .cart-page-modal {
    padding: 20px 24px;
    margin-bottom: 16px;
  }
  /* line 600, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-modal-button::before, .checkout.update .cart-page-modal .cart-modal-button::before {
    content: url(/assets/checkout-gift-w-ff8ece8fe7a5a43863147d213cbee35c6a51f99de58895e9ac195a041d983721.svg);
    margin-right: 8px;
  }
  /* line 606, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-52, .checkout.update .cart-page-modal .cart-52 {
    width: 100%;
  }
  /* line 609, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-52 .heading-section, .checkout.update .cart-page-modal .cart-52 .heading-section {
    width: 100%;
  }
  /* line 611, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-52 .heading-section .cart-modal-heading, .checkout.update .cart-page-modal .cart-52 .heading-section .cart-modal-heading {
    margin-bottom: 8px;
  }
  /* line 614, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-52 .heading-section .cart-modal-subheading, .checkout.update .cart-page-modal .cart-52 .heading-section .cart-modal-subheading {
    font-size: 14px;
    margin-bottom: 16px;
  }
  /* line 618, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-52 .heading-section .cart-modal-heading, .checkout.edit .cart-page-modal .cart-52 .heading-section .cart-modal-subheading, .checkout.update .cart-page-modal .cart-52 .heading-section .cart-modal-heading, .checkout.update .cart-page-modal .cart-52 .heading-section .cart-modal-subheading {
    text-align: center;
  }
  /* line 624, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-48, .checkout.update .cart-page-modal .cart-48 {
    width: 100%;
    text-align: center;
  }
  /* line 629, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .mobile-btn-align, .checkout.update .cart-page-modal .mobile-btn-align {
    display: flex;
    justify-content: center;
  }
  /* line 634, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-change-chapter-btn, .checkout.update .cart-page-modal .cart-change-chapter-btn {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 17px;
    order: 1;
  }
  /* line 641, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-chapter-remove-btn, .checkout.update .cart-page-modal .cart-chapter-remove-btn {
    padding: 12px 36px;
    font-size: 14px;
    line-height: 17px;
    margin-right: 18px;
    margin-left: 0;
  }
  /* line 650, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal, .checkout.update .chapter_selection_modal {
    padding: 0;
  }
  /* line 653, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .animate-bottom, .checkout.update .chapter_selection_modal .animate-bottom {
    position: relative;
    animation: animatebottom 0.8s;
  }
  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  /* line 669, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content, .checkout.update .chapter_selection_modal .modal-content {
    padding: 48px 16px;
  }
  /* line 673, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
  /* line 678, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table {
    width: 100%;
    max-width: unset;
  }
  /* line 682, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-name-head, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-name-head {
    width: auto;
    width: 66%;
    display: table-cell;
  }
  /* line 686, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-name-head a, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-name-head a {
    float: right;
  }
  /* line 691, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-state-head, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-state-head {
    width: calc(34% - 24px);
    padding: 0;
  }
  /* line 695, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table #for-selection.chapter-select-head, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table #for-selection.chapter-select-head {
    font-size: 0;
    width: auto;
    padding: 10px;
  }
  /* line 701, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr:hover, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr:hover {
    background-color: #51C571;
  }
  /* line 705, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr td, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr td {
    padding: 0;
    text-align: left;
  }
  /* line 709, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr td .flex-block, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr td .flex-block {
    padding: 0 16px;
  }
  /* line 712, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr td .flex-block .school-info, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table tr td .flex-block .school-info {
    text-align: left;
  }
  /* line 719, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-row, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-row {
    background-color: #51C571;
  }
  /* line 722, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-row .chapter-icon, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-row .chapter-icon {
    background-color: #fff;
    color: #000;
  }
  /* line 727, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-row .main-title, .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-row .sub-title, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-row .main-title, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-row .sub-title {
    color: #fff;
  }
  /* line 732, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-selected-row, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-selected-row {
    background-color: #51C571;
  }
  /* line 735, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-selected-row .main-title, .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-selected-row .sub-title, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-selected-row .main-title, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-selected-row .sub-title {
    color: #fff;
  }
  /* line 739, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-selected-row .chapter-icon, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-selected-row .chapter-icon {
    background-color: #fff;
    color: #000;
  }
  /* line 745, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .button-section, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .button-section {
    padding: 0;
  }
  /* line 749, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-select-btn, .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter, .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-selected-btn, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-select-btn, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-selected-btn {
    padding: 0;
    font-size: 0;
    width: 0;
    border: none;
  }
  /* line 757, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter .chapter-selected-icon, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .active-chapter .chapter-selected-icon {
    display: none !important;
  }
  /* line 763, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-row .m-chapter-selected-icon, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-row .m-chapter-selected-icon {
    display: none;
  }
  /* line 769, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-row.active-selected-row .m-chapter-selected-icon, .checkout.update .chapter_selection_modal .modal-content .modal-body .chapter-list-table-wrapper #chapter-list-table .chapter-row.active-selected-row .m-chapter-selected-icon {
    display: inline;
    margin-top: 15px;
  }
  /* line 779, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .modal-bottom, .checkout.update .modal-bottom {
    bottom: 0px;
    align-items: flex-end;
    margin: 0;
    min-height: 100%;
  }
  /* line 784, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .modal-bottom .modal-content, .checkout.update .modal-bottom .modal-content {
    border-radius: 24px 24px 0 0;
  }
}

@media (max-width: 405px) {
  /* line 792, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .mobile-btn-align, .checkout.update .cart-page-modal .mobile-btn-align {
    flex-wrap: wrap;
  }
  /* line 795, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .cart-change-chapter-btn, .checkout.update .cart-page-modal .cart-change-chapter-btn {
    width: 100%;
    order: 1;
  }
  /* line 799, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .remove-chapter-selection, .checkout.update .cart-page-modal .remove-chapter-selection {
    width: 100%;
  }
  /* line 801, app/assets/stylesheets/spree/frontend/checkout_ffa.scss */
  .checkout.edit .cart-page-modal .remove-chapter-selection .cart-chapter-remove-btn, .checkout.update .cart-page-modal .remove-chapter-selection .cart-chapter-remove-btn {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 18px;
  }
}
/* line 1, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration, .checkout.update_registration, .user_sessions.create {
  background: #F4F4F4;
}

/* line 3, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .main-heading, .checkout.update_registration .main-heading, .user_sessions.create .main-heading {
  max-width: 668px;
  margin: 42px auto;
}

/* line 8, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group, .checkout.update_registration .options-group, .user_sessions.create .options-group {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px RGB(0 0 0/4%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
  border-radius: 24px;
  display: flex;
  justify-content: center;
}

/* line 15, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group .draught-h2, .checkout.update_registration .options-group .draught-h2, .user_sessions.create .options-group .draught-h2 {
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login .poppins-text-16, .checkout.registration .options-group.guest-login .poppins-text-16, .checkout.registration .options-group.user-registration .poppins-text-16, .checkout.update_registration .options-group.user-login .poppins-text-16, .checkout.update_registration .options-group.guest-login .poppins-text-16, .checkout.update_registration .options-group.user-registration .poppins-text-16, .user_sessions.create .options-group.user-login .poppins-text-16, .user_sessions.create .options-group.guest-login .poppins-text-16, .user_sessions.create .options-group.user-registration .poppins-text-16 {
  line-height: 16px;
}

/* line 24, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login .input-field, .checkout.registration .options-group.guest-login .input-field, .checkout.registration .options-group.user-registration .input-field, .checkout.update_registration .options-group.user-login .input-field, .checkout.update_registration .options-group.guest-login .input-field, .checkout.update_registration .options-group.user-registration .input-field, .user_sessions.create .options-group.user-login .input-field, .user_sessions.create .options-group.guest-login .input-field, .user_sessions.create .options-group.user-registration .input-field {
  background: #FFFFFF;
  border: 1px solid #ACACAC;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  padding: 11px;
  margin-bottom: 24px;
}

/* line 34, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login input.btn-gradient-orange[type="submit"], .checkout.registration .options-group.guest-login input.btn-gradient-orange[type="submit"], .checkout.registration .options-group.user-registration input.btn-gradient-orange[type="submit"], .checkout.update_registration .options-group.user-login input.btn-gradient-orange[type="submit"], .checkout.update_registration .options-group.guest-login input.btn-gradient-orange[type="submit"], .checkout.update_registration .options-group.user-registration input.btn-gradient-orange[type="submit"], .user_sessions.create .options-group.user-login input.btn-gradient-orange[type="submit"], .user_sessions.create .options-group.guest-login input.btn-gradient-orange[type="submit"], .user_sessions.create .options-group.user-registration input.btn-gradient-orange[type="submit"] {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins-bold';
  border: none;
  line-height: 24px;
  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-bottom: 24px;
  letter-spacing: 0.5px;
}

/* line 35, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login input.btn-gradient-orange.poppins-text-16[type="submit"], .checkout.registration .options-group.guest-login input.btn-gradient-orange.poppins-text-16[type="submit"], .checkout.registration .options-group.user-registration input.btn-gradient-orange.poppins-text-16[type="submit"], .checkout.update_registration .options-group.user-login input.btn-gradient-orange.poppins-text-16[type="submit"], .checkout.update_registration .options-group.guest-login input.btn-gradient-orange.poppins-text-16[type="submit"], .checkout.update_registration .options-group.user-registration input.btn-gradient-orange.poppins-text-16[type="submit"], .user_sessions.create .options-group.user-login input.btn-gradient-orange.poppins-text-16[type="submit"], .user_sessions.create .options-group.guest-login input.btn-gradient-orange.poppins-text-16[type="submit"], .user_sessions.create .options-group.user-registration input.btn-gradient-orange.poppins-text-16[type="submit"] {
  line-height: 24px;
}

/* line 53, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login, .checkout.update_registration .options-group.user-login, .user_sessions.create .options-group.user-login {
  width: 100%;
  max-width: 899px;
  margin: 0 12px 24px 20px;
  position: relative;
  height: 501px;
}

/* line 60, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login .bg-logo-left, .checkout.update_registration .options-group.user-login .bg-logo-left, .user_sessions.create .options-group.user-login .bg-logo-left {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 472px;
}

/* line 67, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login .draught-h2, .checkout.update_registration .options-group.user-login .draught-h2, .user_sessions.create .options-group.user-login .draught-h2 {
  font-weight: 400;
  margin: 39px 0 40px 0;
}

/* line 72, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login input[type="checkbox"], .checkout.update_registration .options-group.user-login input[type="checkbox"], .user_sessions.create .options-group.user-login input[type="checkbox"] {
  height: 24px;
  width: 24px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 4px;
}

/* line 82, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login .remember-me-group, .checkout.update_registration .options-group.user-login .remember-me-group, .user_sessions.create .options-group.user-login .remember-me-group {
  margin-bottom: 31px;
}

/* line 86, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.user-login .green-link, .checkout.update_registration .options-group.user-login .green-link, .user_sessions.create .options-group.user-login .green-link {
  font-weight: 600;
  line-height: 16px;
  text-decoration: underline;
  color: #7B8C48;
  padding: 0 17px;
}

/* line 95, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.guest-login, .checkout.registration .options-group.user-registration, .checkout.update_registration .options-group.guest-login, .checkout.update_registration .options-group.user-registration, .user_sessions.create .options-group.guest-login, .user_sessions.create .options-group.user-registration {
  width: 100%;
  max-width: 437px;
  margin: 0 25px 24px 12px;
  flex-direction: column;
  padding: 15px 40px 8px 40px;
}

/* line 102, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .options-group.guest-login .draught-h2, .checkout.registration .options-group.user-registration .draught-h2, .checkout.update_registration .options-group.guest-login .draught-h2, .checkout.update_registration .options-group.user-registration .draught-h2, .user_sessions.create .options-group.guest-login .draught-h2, .user_sessions.create .options-group.user-registration .draught-h2 {
  margin-bottom: 23px;
}

/* line 108, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .other-options-group, .checkout.update_registration .other-options-group, .user_sessions.create .other-options-group {
  width: 100%;
  max-width: 474px;
}

/* line 111, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration .other-options-group .full-page-line,
.checkout.registration .other-options-group .checkout-text, .checkout.update_registration .other-options-group .full-page-line,
.checkout.update_registration .other-options-group .checkout-text, .user_sessions.create .other-options-group .full-page-line,
.user_sessions.create .other-options-group .checkout-text {
  display: none;
}

/* line 117, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration #registration #existing-customer, .checkout.update_registration #registration #existing-customer, .user_sessions.create #registration #existing-customer {
  width: 60%;
  text-align: center;
  z-index: 1;
}

/* line 124, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.registration #checkout_form_registration .checkout-as-guest, .checkout.update_registration #checkout_form_registration .checkout-as-guest, .user_sessions.create #checkout_form_registration .checkout-as-guest {
  background: none;
  box-shadow: none;
  border: 1px solid #171717;
  color: #171717;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 22px;
  border-radius: 16px;
}

@media (min-width: 1050px) and (max-width: 1200px) {
  /* line 143, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .green-link, .checkout.registration .options-group.guest-login .green-link, .checkout.registration .options-group.user-registration .green-link, .checkout.update_registration .options-group.user-login .green-link, .checkout.update_registration .options-group.guest-login .green-link, .checkout.update_registration .options-group.user-registration .green-link, .user_sessions.create .options-group.user-login .green-link, .user_sessions.create .options-group.guest-login .green-link, .user_sessions.create .options-group.user-registration .green-link {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  /* line 151, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration #existing-customer, .checkout.update_registration #existing-customer, .user_sessions.create #existing-customer {
    width: 90% !important;
  }
  /* line 156, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .green-link, .checkout.registration .options-group.guest-login .green-link, .checkout.registration .options-group.user-registration .green-link, .checkout.update_registration .options-group.user-login .green-link, .checkout.update_registration .options-group.guest-login .green-link, .checkout.update_registration .options-group.user-registration .green-link, .user_sessions.create .options-group.user-login .green-link, .user_sessions.create .options-group.guest-login .green-link, .user_sessions.create .options-group.user-registration .green-link {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 164, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration #registration #existing-customer, .checkout.update_registration #registration #existing-customer, .user_sessions.create #registration #existing-customer {
    width: 99%;
  }
  /* line 168, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .main-heading, .checkout.update_registration .main-heading, .user_sessions.create .main-heading {
    font-family: Draught;
    font-size: 53px;
    line-height: 45.05px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
  }
  /* line 180, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login, .checkout.registration .options-group.guest-login, .checkout.registration .options-group.user-registration, .checkout.update_registration .options-group.user-login, .checkout.update_registration .options-group.guest-login, .checkout.update_registration .options-group.user-registration, .user_sessions.create .options-group.user-login, .user_sessions.create .options-group.guest-login, .user_sessions.create .options-group.user-registration {
    margin: 0 auto;
    max-width: 767px;
    padding: 15px 16px 8px 16px;
  }
  /* line 185, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .draught-h2, .checkout.registration .options-group.guest-login .draught-h2, .checkout.registration .options-group.user-registration .draught-h2, .checkout.update_registration .options-group.user-login .draught-h2, .checkout.update_registration .options-group.guest-login .draught-h2, .checkout.update_registration .options-group.user-registration .draught-h2, .user_sessions.create .options-group.user-login .draught-h2, .user_sessions.create .options-group.guest-login .draught-h2, .user_sessions.create .options-group.user-registration .draught-h2 {
    font-family: Poppins-bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    margin: 26px 0 16px 0;
  }
  /* line 194, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .remember-me-group, .checkout.registration .options-group.guest-login .remember-me-group, .checkout.registration .options-group.user-registration .remember-me-group, .checkout.update_registration .options-group.user-login .remember-me-group, .checkout.update_registration .options-group.guest-login .remember-me-group, .checkout.update_registration .options-group.user-registration .remember-me-group, .user_sessions.create .options-group.user-login .remember-me-group, .user_sessions.create .options-group.guest-login .remember-me-group, .user_sessions.create .options-group.user-registration .remember-me-group {
    margin-bottom: 16px;
  }
  /* line 198, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login input.btn-gradient-orange[type="submit"], .checkout.registration .options-group.guest-login input.btn-gradient-orange[type="submit"], .checkout.registration .options-group.user-registration input.btn-gradient-orange[type="submit"], .checkout.update_registration .options-group.user-login input.btn-gradient-orange[type="submit"], .checkout.update_registration .options-group.guest-login input.btn-gradient-orange[type="submit"], .checkout.update_registration .options-group.user-registration input.btn-gradient-orange[type="submit"], .user_sessions.create .options-group.user-login input.btn-gradient-orange[type="submit"], .user_sessions.create .options-group.guest-login input.btn-gradient-orange[type="submit"], .user_sessions.create .options-group.user-registration input.btn-gradient-orange[type="submit"] {
    width: 60%;
    border-radius: 100px;
    font-size: 12px;
  }
  /* line 204, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .input-field, .checkout.registration .options-group.guest-login .input-field, .checkout.registration .options-group.user-registration .input-field, .checkout.update_registration .options-group.user-login .input-field, .checkout.update_registration .options-group.guest-login .input-field, .checkout.update_registration .options-group.user-registration .input-field, .user_sessions.create .options-group.user-login .input-field, .user_sessions.create .options-group.guest-login .input-field, .user_sessions.create .options-group.user-registration .input-field {
    margin-bottom: 13px;
  }
  /* line 208, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .bg-logo-left, .checkout.registration .options-group.guest-login .bg-logo-left, .checkout.registration .options-group.user-registration .bg-logo-left, .checkout.update_registration .options-group.user-login .bg-logo-left, .checkout.update_registration .options-group.guest-login .bg-logo-left, .checkout.update_registration .options-group.user-registration .bg-logo-left, .user_sessions.create .options-group.user-login .bg-logo-left, .user_sessions.create .options-group.guest-login .bg-logo-left, .user_sessions.create .options-group.user-registration .bg-logo-left {
    height: 262px;
  }
  /* line 212, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .green-link, .checkout.registration .options-group.guest-login .green-link, .checkout.registration .options-group.user-registration .green-link, .checkout.update_registration .options-group.user-login .green-link, .checkout.update_registration .options-group.guest-login .green-link, .checkout.update_registration .options-group.user-registration .green-link, .user_sessions.create .options-group.user-login .green-link, .user_sessions.create .options-group.guest-login .green-link, .user_sessions.create .options-group.user-registration .green-link {
    font-size: 12px;
  }
  /* line 216, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login, .checkout.update_registration .options-group.user-login, .user_sessions.create .options-group.user-login {
    height: 398px;
  }
  /* line 220, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.guest-login, .checkout.update_registration .options-group.guest-login, .user_sessions.create .options-group.guest-login {
    margin: 24px auto;
  }
  /* line 225, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .other-options-group, .checkout.update_registration .other-options-group, .user_sessions.create .other-options-group {
    margin: 16px auto 0;
    max-width: 767px;
  }
  /* line 229, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .other-options-group .full-page-line, .checkout.update_registration .other-options-group .full-page-line, .user_sessions.create .other-options-group .full-page-line {
    display: block;
    margin-top: 32px;
    position: absolute;
    left: 0%;
    right: 0%;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 237, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .other-options-group .checkout-text, .checkout.update_registration .other-options-group .checkout-text, .user_sessions.create .other-options-group .checkout-text {
    display: block;
    padding: 0px;
    margin: 56px 0 0 0;
    letter-spacing: 0.03em;
  }
}

@media (max-width: 400px) {
  /* line 247, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .main-heading, .checkout.update_registration .main-heading, .user_sessions.create .main-heading {
    font-size: 44px;
  }
  /* line 252, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .green-link, .checkout.registration .options-group.guest-login .green-link, .checkout.registration .options-group.user-registration .green-link, .checkout.update_registration .options-group.user-login .green-link, .checkout.update_registration .options-group.guest-login .green-link, .checkout.update_registration .options-group.user-registration .green-link, .user_sessions.create .options-group.user-login .green-link, .user_sessions.create .options-group.guest-login .green-link, .user_sessions.create .options-group.user-registration .green-link {
    padding: 0 5px;
  }
  /* line 258, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration #guest_checkout .checkout-as-guest, .checkout.update_registration #guest_checkout .checkout-as-guest, .user_sessions.create #guest_checkout .checkout-as-guest {
    width: 70%;
  }
}

@media (max-width: 350px) {
  /* line 266, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration #guest_checkout .checkout-as-guest, .checkout.update_registration #guest_checkout .checkout-as-guest, .user_sessions.create #guest_checkout .checkout-as-guest {
    width: 80%;
    padding: 8px 8px;
  }
  /* line 274, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .draught-h2, .checkout.registration .options-group.guest-login .draught-h2, .checkout.registration .options-group.user-registration .draught-h2, .checkout.update_registration .options-group.user-login .draught-h2, .checkout.update_registration .options-group.guest-login .draught-h2, .checkout.update_registration .options-group.user-registration .draught-h2, .user_sessions.create .options-group.user-login .draught-h2, .user_sessions.create .options-group.guest-login .draught-h2, .user_sessions.create .options-group.user-registration .draught-h2 {
    margin-top: 5px;
  }
  /* line 277, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
  .checkout.registration .options-group.user-login .green-link, .checkout.registration .options-group.guest-login .green-link, .checkout.registration .options-group.user-registration .green-link, .checkout.update_registration .options-group.user-login .green-link, .checkout.update_registration .options-group.guest-login .green-link, .checkout.update_registration .options-group.user-registration .green-link, .user_sessions.create .options-group.user-login .green-link, .user_sessions.create .options-group.guest-login .green-link, .user_sessions.create .options-group.user-registration .green-link {
    padding: 0;
    font-size: 10px;
  }
}

/* line 287, app/assets/stylesheets/spree/frontend/checkout_registration.css.scss */
.checkout.update_registration .error-message {
  display: block;
  text-align: right;
  margin-bottom: 6px;
  margin-top: -24px;
}
/* line 1, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new, .user_sessions.create, .user_registrations.new, .user_registrations.create, .user_passwords.new, .user_passwords.create {
  background: #FAFAFA;
  position: relative;
}

/* line 4, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .data-container, .user_sessions.create .data-container, .user_registrations.new .data-container, .user_registrations.create .data-container, .user_passwords.new .data-container, .user_passwords.create .data-container {
  margin-top: 65px;
  position: relative;
  padding: 0 16px;
}

/* line 10, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .draught-h2, .user_sessions.create .draught-h2, .user_registrations.new .draught-h2, .user_registrations.create .draught-h2, .user_passwords.new .draught-h2, .user_passwords.create .draught-h2 {
  font-weight: normal;
  font-size: 128px;
  line-height: 97px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #171717;
}

/* line 19, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new label, .user_sessions.create label, .user_registrations.new label, .user_registrations.create label, .user_passwords.new label, .user_passwords.create label {
  text-align: center;
  letter-spacing: 0.03em;
  color: #353535;
  margin-bottom: 2px;
  line-height: 22px;
}

/* line 27, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new form, .user_sessions.create form, .user_registrations.new form, .user_registrations.create form, .user_passwords.new form, .user_passwords.create form {
  width: 66%;
}

/* line 31, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .input-field, .user_sessions.create .input-field, .user_registrations.new .input-field, .user_registrations.create .input-field, .user_passwords.new .input-field, .user_passwords.create .input-field {
  background: #FFFFFF;
  border: 1px solid #ACACAC;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  padding: 9px 13px;
}

/* line 32, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .input-field.poppins-text-16, .user_sessions.create .input-field.poppins-text-16, .user_registrations.new .input-field.poppins-text-16, .user_registrations.create .input-field.poppins-text-16, .user_passwords.new .input-field.poppins-text-16, .user_passwords.create .input-field.poppins-text-16 {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #353535;
  font-family: 'Poppins';
  line-height: 22px;
}

/* line 39, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .input-field:focus, .user_sessions.create .input-field:focus, .user_registrations.new .input-field:focus, .user_registrations.create .input-field:focus, .user_passwords.new .input-field:focus, .user_passwords.create .input-field:focus {
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .green-link, .user_sessions.create .green-link, .user_registrations.new .green-link, .user_registrations.create .green-link, .user_passwords.new .green-link, .user_passwords.create .green-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  color: #7B8C48;
  padding: 0 16px;
  text-align: center;
  letter-spacing: 0.07em;
}

/* line 62, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .visible-icon, .user_sessions.create .visible-icon, .user_registrations.new .visible-icon, .user_registrations.create .visible-icon, .user_passwords.new .visible-icon, .user_passwords.create .visible-icon {
  float: right;
  margin-right: 11px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: 22px;
  color: #7B8C48;
}

/* line 73, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .fa-eye:before, .user_sessions.create .fa-eye:before, .user_registrations.new .fa-eye:before, .user_registrations.create .fa-eye:before, .user_passwords.new .fa-eye:before, .user_passwords.create .fa-eye:before {
  content: url(/assets/eye-dc8e3967c3ff93622bb8d563ec19f103ae1ab36cec57db0d6caf5560f4555e55.svg);
}

/* line 79, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .fa-check-circle:before, .user_sessions.create .fa-check-circle:before, .user_registrations.new .fa-check-circle:before, .user_registrations.create .fa-check-circle:before, .user_passwords.new .fa-check-circle:before, .user_passwords.create .fa-check-circle:before {
  content: url(/assets/check_circle_Emerald-f19468db5eea9d347bbf33370ef7012a1e05038415468291e77839840d8b0832.svg);
}

/* line 85, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .fa-exclamation-circle:before, .user_sessions.create .fa-exclamation-circle:before, .user_registrations.new .fa-exclamation-circle:before, .user_registrations.create .fa-exclamation-circle:before, .user_passwords.new .fa-exclamation-circle:before, .user_passwords.create .fa-exclamation-circle:before {
  content: url(/assets/exclamation_circle_red-78a2e076fdff3003dfea5692341ccf84cfa8857827aeafa2598a4ca5db06f8ab.svg);
}

/* line 91, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .fa-eye-slash:before, .user_sessions.create .fa-eye-slash:before, .user_registrations.new .fa-eye-slash:before, .user_registrations.create .fa-eye-slash:before, .user_passwords.new .fa-eye-slash:before, .user_passwords.create .fa-eye-slash:before {
  content: url(/assets/eye-slash-4f2a3843d0ff56caa42e9eaa1b0d9b8eeac26ad2f84cbbb6c6608bd4f205ae50.svg);
}

/* line 96, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .error-message, .user_sessions.create .error-message, .user_registrations.new .error-message, .user_registrations.create .error-message, .user_passwords.new .error-message, .user_passwords.create .error-message {
  font-family: 'Poppins';
  font-size: 10px;
  color: #E32754;
  margin-left: auto;
  display: block;
  text-align: right;
  width: 100%;
}

/* line 104, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .error-message.error-data, .user_sessions.create .error-message.error-data, .user_registrations.new .error-message.error-data, .user_registrations.create .error-message.error-data, .user_passwords.new .error-message.error-data, .user_passwords.create .error-message.error-data {
  margin-bottom: -19px;
}

@media (max-width: 767px) {
  /* line 111, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new #new-customer, .user_sessions.create #new-customer, .user_registrations.new #new-customer, .user_registrations.create #new-customer, .user_passwords.new #new-customer, .user_passwords.create #new-customer {
    padding-top: 32px;
    height: 392px;
    display: flex;
    position: relative;
  }
  /* line 118, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new .draught-h2, .user_sessions.create .draught-h2, .user_registrations.new .draught-h2, .user_registrations.create .draught-h2, .user_passwords.new .draught-h2, .user_passwords.create .draught-h2 {
    font-size: 53px;
    line-height: 45px;
  }
  /* line 123, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new form, .user_sessions.create form, .user_registrations.new form, .user_registrations.create form, .user_passwords.new form, .user_passwords.create form {
    width: 92%;
  }
  /* line 127, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new label, .user_sessions.create label, .user_registrations.new label, .user_registrations.create label, .user_passwords.new label, .user_passwords.create label {
    margin-bottom: 4px;
  }
  /* line 131, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new .input-field, .user_sessions.create .input-field, .user_registrations.new .input-field, .user_registrations.create .input-field, .user_passwords.new .input-field, .user_passwords.create .input-field {
    padding: 9px 16px;
  }
  /* line 132, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new .input-field.poppins-text-16, .user_sessions.create .input-field.poppins-text-16, .user_registrations.new .input-field.poppins-text-16, .user_registrations.create .input-field.poppins-text-16, .user_passwords.new .input-field.poppins-text-16, .user_passwords.create .input-field.poppins-text-16 {
    line-height: 20px;
  }
}

/* line 141, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .bg-logo-left, .user_sessions.create .bg-logo-left {
  bottom: -179px;
  position: absolute;
  z-index: -1;
  left: 0;
  margin-left: -15px;
}

/* line 149, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .data-container, .user_sessions.create .data-container {
  margin-bottom: 162px;
}

/* line 153, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .draught-h2, .user_sessions.create .draught-h2 {
  margin-bottom: 99px;
}

/* line 157, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new #existing-customer, .user_sessions.create #existing-customer {
  text-align: center;
  width: 100%;
  z-index: 1;
  text-align: -webkit-center;
}

/* line 164, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .page_content, .user_sessions.create .page_content {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 899px;
  height: 432px;
  width: 100%;
  margin: 0 auto;
  padding-top: 48px;
  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 175, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .login-group, .user_sessions.create .login-group {
  margin-bottom: 18px;
}

/* line 179, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .check-box, .user_sessions.create .check-box {
  height: 24px;
  width: 24px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

/* line 192, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .check-box:focus, .user_sessions.create .check-box:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 196, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .check-box:checked:before, .user_sessions.create .check-box:checked:before {
  content: url(/assets/check_black-e8bade252899cdec91b1820d7ab6f22ad31d83a35aed944a40aa9c3321db39d4.svg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  margin-left: 4px;
}

/* line 208, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .error-message.error-data, .user_sessions.create .error-message.error-data {
  margin-bottom: -24px;
}

/* line 213, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .remember-me-group, .user_sessions.create .remember-me-group {
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* line 218, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .visible-icon.fa-eye-slash, .user_sessions.create .visible-icon.fa-eye-slash {
  margin-top: -30px;
}

/* line 222, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new .visible-icon, .user_sessions.create .visible-icon {
  margin-top: -32px;
}

/* line 226, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new #login-btn, .user_sessions.create #login-btn {
  font-weight: 700;
  font-family: 'Poppins-bold';
  border: none;
  padding: 11px 0px;
  border-radius: 100px;
  margin-bottom: 29px;
  letter-spacing: 0.7px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  width: 44%;
}

/* line 227, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new #login-btn.poppins-text-16, .user_sessions.create #login-btn.poppins-text-16 {
  line-height: 18px;
}

/* line 242, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new #login-btn.btn-gradient-orange, .user_sessions.create #login-btn.btn-gradient-orange {
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  color: #FFFFFF;
}

/* line 248, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_sessions.new #login-btn.disable-btn, .user_sessions.create #login-btn.disable-btn {
  color: #A8A8A8;
  background: #F0F0F0;
  box-shadow: none;
  opacity: unset;
  outline: none;
}

@media (max-width: 767px) {
  /* line 258, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new .data-container, .user_sessions.create .data-container {
    margin-bottom: 47px;
    margin-top: 11px;
  }
  /* line 263, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new .bg-logo-left, .user_sessions.create .bg-logo-left {
    content: url(/assets/bg_logo_mark_gray_left_small-b1810743b03a6f1e12fa41879df2c365d1d847f3db6413f409806afeae6a049c.svg);
    left: 15px;
    z-index: 0;
    bottom: -1px;
  }
  /* line 270, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new form, .user_sessions.create form {
    width: 91%;
  }
  /* line 274, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new .draught-h2, .user_sessions.create .draught-h2 {
    margin-bottom: 25px;
  }
  /* line 278, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new .page_content, .user_sessions.create .page_content {
    padding-top: 32px;
    height: 367px;
    display: flex;
    position: relative;
  }
  /* line 285, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new .login-group, .user_sessions.create .login-group {
    margin-bottom: 13px;
  }
  /* line 289, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new #login-btn, .user_sessions.create #login-btn {
    margin-top: 13px;
    width: 74%;
    margin-bottom: 27px;
  }
  /* line 295, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_sessions.new .remember-me-group, .user_sessions.create .remember-me-group {
    margin-bottom: 12px;
  }
}

/* line 302, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .data-container, .user_registrations.create .data-container {
  padding: 0 16px;
  margin-bottom: 127px;
}

/* line 307, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .draught-h2, .user_registrations.create .draught-h2 {
  margin-bottom: 62px;
}

/* line 311, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new #new-customer, .user_registrations.create #new-customer {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 899px;
  height: 447px;
  width: 100%;
  margin: 0 auto;
  padding-top: 48px;
  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 322, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .bg-logo-left, .user_registrations.create .bg-logo-left {
  bottom: -159px;
  position: absolute;
  z-index: -1;
  left: 0;
  margin-left: -15px;
}

/* line 330, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .signup_form, .user_registrations.create .signup_form {
  text-align: center;
  width: 100%;
  z-index: 1;
  text-align: -webkit-center;
}

/* line 337, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .form-group, .user_registrations.create .form-group {
  margin-bottom: 20px;
}

/* line 341, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .visible-icon.fa-eye-slash, .user_registrations.create .visible-icon.fa-eye-slash {
  margin-top: -33px;
}

/* line 345, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .visible-icon, .user_registrations.create .visible-icon {
  margin-top: -36px;
}

/* line 350, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .fa-check-circle.visible-icon, .user_registrations.create .fa-check-circle.visible-icon {
  margin-top: -32px;
}

/* line 356, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .fa-exclamation-circle.visible-icon, .user_registrations.create .fa-exclamation-circle.visible-icon {
  margin-top: -34px;
}

/* line 361, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .error-message, .user_registrations.create .error-message {
  margin-top: 4px;
}

/* line 363, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new .error-message.error-data, .user_registrations.create .error-message.error-data {
  margin-bottom: -19px;
}

/* line 368, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new #create-account, .user_registrations.create #create-account {
  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;
}

/* line 369, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new #create-account.poppins-text-16, .user_registrations.create #create-account.poppins-text-16 {
  line-height: 18px;
}

/* line 386, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_registrations.new #create-account.disable-btn, .user_registrations.create #create-account.disable-btn {
  color: var(--palette-shades-0);
  background: #F0F0F0;
  box-shadow: none;
}

@media (max-width: 767px) {
  /* line 395, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_registrations.new .data-container, .user_registrations.create .data-container {
    margin-bottom: 55px;
    margin-top: 11px;
  }
  /* line 400, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_registrations.new .bg-logo-left, .user_registrations.create .bg-logo-left {
    content: url(/assets/bg_logo_mark_gray_left_small-b1810743b03a6f1e12fa41879df2c365d1d847f3db6413f409806afeae6a049c.svg);
    left: 15px;
    z-index: 0;
    bottom: -1px;
  }
  /* line 407, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_registrations.new #new-customer, .user_registrations.create #new-customer {
    padding-top: 32px;
    height: 392px;
    display: flex;
    position: relative;
  }
  /* line 414, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_registrations.new .draught-h2, .user_registrations.create .draught-h2 {
    margin-bottom: 28px;
  }
  /* line 418, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_registrations.new form, .user_registrations.create form {
    width: 92%;
  }
  /* line 422, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_registrations.new #create-account, .user_registrations.create #create-account {
    margin-top: 16px;
    width: 74%;
    margin-bottom: 16px;
  }
}

/* line 431, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .data-container, .user_passwords.create .data-container {
  padding: 0 16px;
  margin-bottom: 362px;
}

/* line 436, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .draught-h2, .user_passwords.create .draught-h2 {
  margin-bottom: 37px;
}

/* line 440, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .bg-logo-left, .user_passwords.create .bg-logo-left {
  bottom: -374px;
  position: absolute;
  z-index: -1;
  left: 0;
  margin-left: -15px;
}

/* line 448, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .forget-password-form, .user_passwords.create .forget-password-form {
  text-align: center;
  width: 100%;
  z-index: 1;
  text-align: -webkit-center;
}

/* line 455, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .sub-heading, .user_passwords.create .sub-heading {
  line-height: 34px;
  margin-bottom: 39px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #171717;
  font-family: 'Poppins-bold';
}

/* line 464, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new #forgot-password, .user_passwords.create #forgot-password {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 899px;
  height: 232px;
  width: 100%;
  margin: 0 auto;
  padding-top: 48px;
  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 475, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .input-field, .user_passwords.create .input-field {
  margin-bottom: 32px;
}

/* line 479, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .btn-submit, .user_passwords.create .btn-submit {
  font-weight: 700;
  font-family: 'Poppins-bold';
  border: none;
  padding: 11px 0px;
  border-radius: 100px;
  margin-bottom: 29px;
  letter-spacing: 0.7px;
  font-size: 12px;
  line-height: 18px;
  width: 44%;
}

/* line 480, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .btn-submit.poppins-text-16, .user_passwords.create .btn-submit.poppins-text-16 {
  line-height: 18px;
}

/* line 494, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .btn-submit.btn-gradient-orange, .user_passwords.create .btn-submit.btn-gradient-orange {
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  color: #FFFFFF;
}

/* line 500, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
.user_passwords.new .btn-submit.disable-btn, .user_passwords.create .btn-submit.disable-btn {
  color: #A8A8A8;
  background: #F0F0F0;
  box-shadow: none;
}

@media (max-width: 767px) {
  /* line 508, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_passwords.new .data-container, .user_passwords.create .data-container {
    margin-bottom: 55px;
    margin-top: 17px;
  }
  /* line 513, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_passwords.new .bg-logo-left, .user_passwords.create .bg-logo-left {
    content: url(/assets/bg_logo_mark_gray_left_extra_small-909bffd3829e4e9a132598d1790206b993343b690b377a205df45bf3ae9094de.svg);
    bottom: -29px;
    left: -1px;
    z-index: 0;
  }
  /* line 520, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_passwords.new #forgot-password, .user_passwords.create #forgot-password {
    padding-top: 32px;
    height: 201px;
    display: flex;
    position: relative;
  }
  /* line 527, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_passwords.new .sub-heading, .user_passwords.create .sub-heading {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Poppins';
    padding-left: 70px;
    padding-right: 70px;
  }
  /* line 537, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_passwords.new .draught-h2, .user_passwords.create .draught-h2 {
    margin-bottom: 13px;
  }
  /* line 541, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_passwords.new form, .user_passwords.create form {
    width: 92%;
  }
  /* line 545, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_passwords.new .input-field, .user_passwords.create .input-field {
    margin-bottom: 24px;
  }
  /* line 549, app/assets/stylesheets/spree/frontend/login_signup.css.scss */
  .user_passwords.new .btn-submit, .user_passwords.create .btn-submit {
    width: 74%;
    margin-bottom: 16px;
  }
}
/* line 2, app/assets/stylesheets/spree/frontend/page_style.css.scss */
.container .columns .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 8, app/assets/stylesheets/spree/frontend/page_style.css.scss */
body .row {
  margin-bottom: 0;
}
/* line 3, app/assets/stylesheets/spree/frontend/paginator.css.scss */
.gold-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* line 9, app/assets/stylesheets/spree/frontend/paginator.css.scss */
.gold-pagination .page a, .gold-pagination .current, .gold-pagination .gap {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #1A202C;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/spree/frontend/paginator.css.scss */
.gold-pagination .page a:hover, .gold-pagination .current:hover, .gold-pagination .gap:hover {
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/spree/frontend/paginator.css.scss */
.gold-pagination .current {
  background: #F1B71C;
  border-radius: 100px;
}

/* line 33, app/assets/stylesheets/spree/frontend/paginator.css.scss */
.gold-pagination .next a, .gold-pagination .prev a {
  color: transparent;
  font-size: 0px;
  width: 0;
  width: 44px;
  height: 44px;
  background: #BBBBBB;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/spree/frontend/paginator.css.scss */
.gold-pagination .next a:after {
  content: url(/assets/right_arrow_bold_white-77112809cc7ae140728204b36df045b59f6ec3f22f6e90fc3cca5ac1f4cbc206.svg);
  height: 11px;
}

/* line 53, app/assets/stylesheets/spree/frontend/paginator.css.scss */
.gold-pagination .prev a:after {
  content: url(/assets/left_arrow_bold_white-f27d700c0935c1e462e7c5bdb326f6ddfdc9bbda3268b2ca03f76ebef1afb6ef.svg);
  height: 11px;
}
/* line 8, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .box,
.taxons.show .box,
.orders.edit .box,
.products.deals .box,
.products.index .box,
.favorites.index .box,
.product_categories.index .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

/* line 19, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup-overlay,
.taxons.show .popup-overlay,
.orders.edit .popup-overlay,
.products.deals .popup-overlay,
.products.index .popup-overlay,
.favorites.index .popup-overlay,
.product_categories.index .popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 11111;
}

/* line 32, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup-overlay:target,
.taxons.show .popup-overlay:target,
.orders.edit .popup-overlay:target,
.products.deals .popup-overlay:target,
.products.index .popup-overlay:target,
.favorites.index .popup-overlay:target,
.product_categories.index .popup-overlay:target {
  visibility: visible;
  opacity: 1;
}

/* line 37, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup,
.taxons.show .popup,
.orders.edit .popup,
.products.deals .popup,
.products.index .popup,
.favorites.index .popup,
.product_categories.index .popup {
  margin: 70px auto;
  padding: 20px;
  background: #FAFAFA;
  border-radius: 16px;
  border-radius: 5px;
  max-width: 500px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

/* line 48, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup h2,
.taxons.show .popup h2,
.orders.edit .popup h2,
.products.deals .popup h2,
.products.index .popup h2,
.favorites.index .popup h2,
.product_categories.index .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: 'Poppins';
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid lightgray;
}

/* line 58, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup .close-popup,
.taxons.show .popup .close-popup,
.orders.edit .popup .close-popup,
.products.deals .popup .close-popup,
.products.index .popup .close-popup,
.favorites.index .popup .close-popup,
.product_categories.index .popup .close-popup {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

/* line 70, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup .content,
.taxons.show .popup .content,
.orders.edit .popup .content,
.products.deals .popup .content,
.products.index .popup .content,
.favorites.index .popup .content,
.product_categories.index .popup .content {
  max-height: 30%;
  overflow: auto;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

/* line 78, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup .buttons_section,
.taxons.show .popup .buttons_section,
.orders.edit .popup .buttons_section,
.products.deals .popup .buttons_section,
.products.index .popup .buttons_section,
.favorites.index .popup .buttons_section,
.product_categories.index .popup .buttons_section {
  display: flex;
  justify-content: center;
}

/* line 82, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup .buttons_section .cart_btn,
.taxons.show .popup .buttons_section .cart_btn,
.orders.edit .popup .buttons_section .cart_btn,
.products.deals .popup .buttons_section .cart_btn,
.products.index .popup .buttons_section .cart_btn,
.favorites.index .popup .buttons_section .cart_btn,
.product_categories.index .popup .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 93, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup .buttons_section .separater,
.taxons.show .popup .buttons_section .separater,
.orders.edit .popup .buttons_section .separater,
.products.deals .popup .buttons_section .separater,
.products.index .popup .buttons_section .separater,
.favorites.index .popup .buttons_section .separater,
.product_categories.index .popup .buttons_section .separater {
  align-self: center;
  margin: 0px 16px;
  font-size: 10px;
  line-height: 16px;
}

/* line 100, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .popup .buttons_section .empty-pick-up-order,
.taxons.show .popup .buttons_section .empty-pick-up-order,
.orders.edit .popup .buttons_section .empty-pick-up-order,
.products.deals .popup .buttons_section .empty-pick-up-order,
.products.index .popup .buttons_section .empty-pick-up-order,
.favorites.index .popup .buttons_section .empty-pick-up-order,
.product_categories.index .popup .buttons_section .empty-pick-up-order {
  border: 1px solid #5A5A5A;
  border-radius: 8px;
  font-family: 'Poppins-bold';
  letter-spacing: 0.07em;
  padding: 11px 23px;
  color: #353535;
}

/* line 111, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
.products.show .show-popup,
.taxons.show .show-popup,
.orders.edit .show-popup,
.products.deals .show-popup,
.products.index .show-popup,
.favorites.index .show-popup,
.product_categories.index .show-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  /* line 120, app/assets/stylesheets/spree/frontend/pick_up_popup.css.scss */
  .products.show .popup .buttons_section,
.taxons.show .popup .buttons_section,
.orders.edit .popup .buttons_section,
.products.deals .popup .buttons_section,
.products.index .popup .buttons_section,
.favorites.index .popup .buttons_section,
.product_categories.index .popup .buttons_section {
    justify-content: space-around;
  }
}
/* line 3, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel, .quick-view-images-carousel {
  position: relative;
}

/* line 6, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .item, .quick-view-images-carousel .item {
  width: 81px;
  height: 81px;
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .item img, .quick-view-images-carousel .item img {
  width: 100%;
  height: 100%;
}

/* line 16, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .owl-next, #new-product-icons-crousel .owl-prev, .quick-view-images-carousel .owl-next, .quick-view-images-carousel .owl-prev {
  width: 22px;
  height: 40px;
}

/* line 21, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .owl-nav, .quick-view-images-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* line 29, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .owl-prev, .quick-view-images-carousel .owl-prev {
  background: #353535;
  opacity: 0.64;
  height: 81px;
  width: 16px;
  border-radius: 0 8px 8px 0;
  pointer-events: all;
}

/* line 37, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .owl-prev.disabled, .quick-view-images-carousel .owl-prev.disabled {
  background: rgba(243, 243, 243, 0.75);
}

/* line 41, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .owl-prev.disabled > .prev_slide, .quick-view-images-carousel .owl-prev.disabled > .prev_slide {
  content: url(/assets/arrow_left_grey-fe74db6ccd612dfc93cff70a85953d372be16275e610515fc2c3cbe22eaafe14.svg);
  transform: rotate(0deg);
}

/* line 47, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .next_slide, .quick-view-images-carousel .next_slide {
  content: url(/assets/arrow_right_white-fe7a625699e7ec46dbeb2cf15f92c9680ab44cfe709afdb076357e9e3f08af86.svg);
  margin: 0 auto;
}

/* line 52, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .prev_slide, .quick-view-images-carousel .prev_slide {
  content: url(/assets/arrow_right_white-fe7a625699e7ec46dbeb2cf15f92c9680ab44cfe709afdb076357e9e3f08af86.svg);
  transform: rotate(180deg);
  margin: 0 auto;
}

/* line 58, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .owl-next, .quick-view-images-carousel .owl-next {
  float: right;
  background: #353535;
  opacity: 0.64;
  height: 81px;
  width: 16px;
  border-radius: 8px 0 0 8px;
  pointer-events: all;
}

/* line 67, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
#new-product-icons-crousel .owl-next.disabled, .quick-view-images-carousel .owl-next.disabled {
  background: rgba(243, 243, 243, 0.75);
}

/* line 83, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .product-image-lg-group,
.products.show .product-quick-view .product-image-lg-group,
.products.index .product-quick-view .product-image-lg-group,
.favorites.index .product-quick-view .product-image-lg-group,
.product_categories.index .product-quick-view .product-image-lg-group,
.orders.edit .product-quick-view .product-image-lg-group,
.orders.show .product-quick-view .product-image-lg-group,
.taxons.show .product-quick-view .product-image-lg-group,
.products.deals .product-quick-view .product-image-lg-group {
  position: relative;
}

/* line 86, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .product-image-lg-group #product-image-lg, .home.index .product-quick-view .product-image-lg-group .product-img-lg,
.products.show .product-quick-view .product-image-lg-group #product-image-lg,
.products.show .product-quick-view .product-image-lg-group .product-img-lg,
.products.index .product-quick-view .product-image-lg-group #product-image-lg,
.products.index .product-quick-view .product-image-lg-group .product-img-lg,
.favorites.index .product-quick-view .product-image-lg-group #product-image-lg,
.favorites.index .product-quick-view .product-image-lg-group .product-img-lg,
.product_categories.index .product-quick-view .product-image-lg-group #product-image-lg,
.product_categories.index .product-quick-view .product-image-lg-group .product-img-lg,
.orders.edit .product-quick-view .product-image-lg-group #product-image-lg,
.orders.edit .product-quick-view .product-image-lg-group .product-img-lg,
.orders.show .product-quick-view .product-image-lg-group #product-image-lg,
.orders.show .product-quick-view .product-image-lg-group .product-img-lg,
.taxons.show .product-quick-view .product-image-lg-group #product-image-lg,
.taxons.show .product-quick-view .product-image-lg-group .product-img-lg,
.products.deals .product-quick-view .product-image-lg-group #product-image-lg,
.products.deals .product-quick-view .product-image-lg-group .product-img-lg {
  width: 318px;
  height: 318px;
  background: #FFFFFF;
  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: 16px;
  margin-bottom: 16px;
}

/* line 96, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .modal-body,
.products.show .product-quick-view .modal-body,
.products.index .product-quick-view .modal-body,
.favorites.index .product-quick-view .modal-body,
.product_categories.index .product-quick-view .modal-body,
.orders.edit .product-quick-view .modal-body,
.orders.show .product-quick-view .modal-body,
.taxons.show .product-quick-view .modal-body,
.products.deals .product-quick-view .modal-body {
  padding: 13px 16px 16px 13px;
  display: grid;
  grid-template-columns: 318px auto;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

/* line 103, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .product-view-modal-dialog,
.products.show .product-quick-view .product-view-modal-dialog,
.products.index .product-quick-view .product-view-modal-dialog,
.favorites.index .product-quick-view .product-view-modal-dialog,
.product_categories.index .product-quick-view .product-view-modal-dialog,
.orders.edit .product-quick-view .product-view-modal-dialog,
.orders.show .product-quick-view .product-view-modal-dialog,
.taxons.show .product-quick-view .product-view-modal-dialog,
.products.deals .product-quick-view .product-view-modal-dialog {
  min-width: 769px;
}

/* line 107, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .sale-tag,
.products.show .product-quick-view .sale-tag,
.products.index .product-quick-view .sale-tag,
.favorites.index .product-quick-view .sale-tag,
.product_categories.index .product-quick-view .sale-tag,
.orders.edit .product-quick-view .sale-tag,
.orders.show .product-quick-view .sale-tag,
.taxons.show .product-quick-view .sale-tag,
.products.deals .product-quick-view .sale-tag {
  position: absolute;
  left: 0px;
  top: 0px;
}

/* line 112, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .sale-tag:before,
.products.show .product-quick-view .sale-tag:before,
.products.index .product-quick-view .sale-tag:before,
.favorites.index .product-quick-view .sale-tag:before,
.product_categories.index .product-quick-view .sale-tag:before,
.orders.edit .product-quick-view .sale-tag:before,
.orders.show .product-quick-view .sale-tag:before,
.taxons.show .product-quick-view .sale-tag:before,
.products.deals .product-quick-view .sale-tag:before {
  content: 'DEAL';
  color: white;
  background-color: #D52C2C;
  display: inline-block;
  border-radius: 10px 0px 3px 0px;
  width: auto;
  min-width: 88px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 10px 4px 12px;
}

/* line 131, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .product-view-modal-content,
.products.show .product-quick-view .product-view-modal-content,
.products.index .product-quick-view .product-view-modal-content,
.favorites.index .product-quick-view .product-view-modal-content,
.product_categories.index .product-quick-view .product-view-modal-content,
.orders.edit .product-quick-view .product-view-modal-content,
.orders.show .product-quick-view .product-view-modal-content,
.taxons.show .product-quick-view .product-view-modal-content,
.products.deals .product-quick-view .product-view-modal-content {
  background: #FAFAFA;
  border-radius: 16px;
}

/* line 136, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .close-btn,
.products.show .product-quick-view .close-btn,
.products.index .product-quick-view .close-btn,
.favorites.index .product-quick-view .close-btn,
.product_categories.index .product-quick-view .close-btn,
.orders.edit .product-quick-view .close-btn,
.orders.show .product-quick-view .close-btn,
.taxons.show .product-quick-view .close-btn,
.products.deals .product-quick-view .close-btn {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 13px;
}

/* line 141, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .close-btn:after,
.products.show .product-quick-view .close-btn:after,
.products.index .product-quick-view .close-btn:after,
.favorites.index .product-quick-view .close-btn:after,
.product_categories.index .product-quick-view .close-btn:after,
.orders.edit .product-quick-view .close-btn:after,
.orders.show .product-quick-view .close-btn:after,
.taxons.show .product-quick-view .close-btn:after,
.products.deals .product-quick-view .close-btn:after {
  content: url(/assets/close-c43c4cb73ce26899d0947d5c41a2d2f767b8741a8eefd46bb8fa6023756d5429.svg);
}

/* line 147, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .product-big-desc,
.products.show .product-quick-view .product-big-desc,
.products.index .product-quick-view .product-big-desc,
.favorites.index .product-quick-view .product-big-desc,
.product_categories.index .product-quick-view .product-big-desc,
.orders.edit .product-quick-view .product-big-desc,
.orders.show .product-quick-view .product-big-desc,
.taxons.show .product-quick-view .product-big-desc,
.products.deals .product-quick-view .product-big-desc {
  width: 403px;
}

/* line 149, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .product-big-desc .prod-headinng,
.products.show .product-quick-view .product-big-desc .prod-headinng,
.products.index .product-quick-view .product-big-desc .prod-headinng,
.favorites.index .product-quick-view .product-big-desc .prod-headinng,
.product_categories.index .product-quick-view .product-big-desc .prod-headinng,
.orders.edit .product-quick-view .product-big-desc .prod-headinng,
.orders.show .product-quick-view .product-big-desc .prod-headinng,
.taxons.show .product-quick-view .product-big-desc .prod-headinng,
.products.deals .product-quick-view .product-big-desc .prod-headinng {
  margin: 20px 24px 4px 0;
  min-height: 72px;
  letter-spacing: 0.02em;
  text-align: left;
  font-weight: 500;
}

/* line 157, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .product-big-desc .line,
.products.show .product-quick-view .product-big-desc .line,
.products.index .product-quick-view .product-big-desc .line,
.favorites.index .product-quick-view .product-big-desc .line,
.product_categories.index .product-quick-view .product-big-desc .line,
.orders.edit .product-quick-view .product-big-desc .line,
.orders.show .product-quick-view .product-big-desc .line,
.taxons.show .product-quick-view .product-big-desc .line,
.products.deals .product-quick-view .product-big-desc .line {
  max-width: 403px;
  margin: 0 auto 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 164, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .price,
.products.show .product-quick-view .price,
.products.index .product-quick-view .price,
.favorites.index .product-quick-view .price,
.product_categories.index .product-quick-view .price,
.orders.edit .product-quick-view .price,
.orders.show .product-quick-view .price,
.taxons.show .product-quick-view .price,
.products.deals .product-quick-view .price {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 168, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .price .current-price,
.products.show .product-quick-view .price .current-price,
.products.index .product-quick-view .price .current-price,
.favorites.index .product-quick-view .price .current-price,
.product_categories.index .product-quick-view .price .current-price,
.orders.edit .product-quick-view .price .current-price,
.orders.show .product-quick-view .price .current-price,
.taxons.show .product-quick-view .price .current-price,
.products.deals .product-quick-view .price .current-price {
  font-family: 'Poppins-bold';
  color: black;
  line-height: 39px;
}

/* line 174, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .price .orignal-price,
.products.show .product-quick-view .price .orignal-price,
.products.index .product-quick-view .price .orignal-price,
.favorites.index .product-quick-view .price .orignal-price,
.product_categories.index .product-quick-view .price .orignal-price,
.orders.edit .product-quick-view .price .orignal-price,
.orders.show .product-quick-view .price .orignal-price,
.taxons.show .product-quick-view .price .orignal-price,
.products.deals .product-quick-view .price .orignal-price {
  text-decoration-line: line-through;
  color: #595959;
}

/* line 179, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .price .discount-percentage,
.products.show .product-quick-view .price .discount-percentage,
.products.index .product-quick-view .price .discount-percentage,
.favorites.index .product-quick-view .price .discount-percentage,
.product_categories.index .product-quick-view .price .discount-percentage,
.orders.edit .product-quick-view .price .discount-percentage,
.orders.show .product-quick-view .price .discount-percentage,
.taxons.show .product-quick-view .price .discount-percentage,
.products.deals .product-quick-view .price .discount-percentage {
  color: #E22B2B;
  margin-top: 16px;
  float: right;
  font-weight: 600;
}

/* line 187, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .nav.nav-tabs,
.products.show .product-quick-view .nav.nav-tabs,
.products.index .product-quick-view .nav.nav-tabs,
.favorites.index .product-quick-view .nav.nav-tabs,
.product_categories.index .product-quick-view .nav.nav-tabs,
.orders.edit .product-quick-view .nav.nav-tabs,
.orders.show .product-quick-view .nav.nav-tabs,
.taxons.show .product-quick-view .nav.nav-tabs,
.products.deals .product-quick-view .nav.nav-tabs {
  border: none;
  margin-bottom: 10px;
}

/* line 190, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .nav.nav-tabs .nav-item,
.products.show .product-quick-view .nav.nav-tabs .nav-item,
.products.index .product-quick-view .nav.nav-tabs .nav-item,
.favorites.index .product-quick-view .nav.nav-tabs .nav-item,
.product_categories.index .product-quick-view .nav.nav-tabs .nav-item,
.orders.edit .product-quick-view .nav.nav-tabs .nav-item,
.orders.show .product-quick-view .nav.nav-tabs .nav-item,
.taxons.show .product-quick-view .nav.nav-tabs .nav-item,
.products.deals .product-quick-view .nav.nav-tabs .nav-item {
  max-width: 50%;
  width: 100%;
}

/* line 195, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .nav.nav-tabs .nav-link,
.products.show .product-quick-view .nav.nav-tabs .nav-link,
.products.index .product-quick-view .nav.nav-tabs .nav-link,
.favorites.index .product-quick-view .nav.nav-tabs .nav-link,
.product_categories.index .product-quick-view .nav.nav-tabs .nav-link,
.orders.edit .product-quick-view .nav.nav-tabs .nav-link,
.orders.show .product-quick-view .nav.nav-tabs .nav-link,
.taxons.show .product-quick-view .nav.nav-tabs .nav-link,
.products.deals .product-quick-view .nav.nav-tabs .nav-link {
  text-align: center;
  padding: 6px 5px 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #353535;
  background: #EDEDED;
  text-decoration: none;
  border: none;
  border-radius: 8px 8px 0px 0px;
}

/* line 208, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .nav.nav-tabs .nav-link.active,
.products.show .product-quick-view .nav.nav-tabs .nav-link.active,
.products.index .product-quick-view .nav.nav-tabs .nav-link.active,
.favorites.index .product-quick-view .nav.nav-tabs .nav-link.active,
.product_categories.index .product-quick-view .nav.nav-tabs .nav-link.active,
.orders.edit .product-quick-view .nav.nav-tabs .nav-link.active,
.orders.show .product-quick-view .nav.nav-tabs .nav-link.active,
.taxons.show .product-quick-view .nav.nav-tabs .nav-link.active,
.products.deals .product-quick-view .nav.nav-tabs .nav-link.active {
  color: #F1B71C;
  text-decoration: underline;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 0px;
}

/* line 213, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .nav.nav-tabs .nav-link.active.detail-tab,
.products.show .product-quick-view .nav.nav-tabs .nav-link.active.detail-tab,
.products.index .product-quick-view .nav.nav-tabs .nav-link.active.detail-tab,
.favorites.index .product-quick-view .nav.nav-tabs .nav-link.active.detail-tab,
.product_categories.index .product-quick-view .nav.nav-tabs .nav-link.active.detail-tab,
.orders.edit .product-quick-view .nav.nav-tabs .nav-link.active.detail-tab,
.orders.show .product-quick-view .nav.nav-tabs .nav-link.active.detail-tab,
.taxons.show .product-quick-view .nav.nav-tabs .nav-link.active.detail-tab,
.products.deals .product-quick-view .nav.nav-tabs .nav-link.active.detail-tab {
  border-radius: 8px 8px 0px 8px;
}

/* line 220, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs,
.products.show .product-quick-view .option-tabs,
.products.index .product-quick-view .option-tabs,
.favorites.index .product-quick-view .option-tabs,
.product_categories.index .product-quick-view .option-tabs,
.orders.edit .product-quick-view .option-tabs,
.orders.show .product-quick-view .option-tabs,
.taxons.show .product-quick-view .option-tabs,
.products.deals .product-quick-view .option-tabs {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 20px;
  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 225, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #product-detail, .home.index .product-quick-view .option-tabs .product-detail-tab-content,
.products.show .product-quick-view .option-tabs #product-detail,
.products.show .product-quick-view .option-tabs .product-detail-tab-content,
.products.index .product-quick-view .option-tabs #product-detail,
.products.index .product-quick-view .option-tabs .product-detail-tab-content,
.favorites.index .product-quick-view .option-tabs #product-detail,
.favorites.index .product-quick-view .option-tabs .product-detail-tab-content,
.product_categories.index .product-quick-view .option-tabs #product-detail,
.product_categories.index .product-quick-view .option-tabs .product-detail-tab-content,
.orders.edit .product-quick-view .option-tabs #product-detail,
.orders.edit .product-quick-view .option-tabs .product-detail-tab-content,
.orders.show .product-quick-view .option-tabs #product-detail,
.orders.show .product-quick-view .option-tabs .product-detail-tab-content,
.taxons.show .product-quick-view .option-tabs #product-detail,
.taxons.show .product-quick-view .option-tabs .product-detail-tab-content,
.products.deals .product-quick-view .option-tabs #product-detail,
.products.deals .product-quick-view .option-tabs .product-detail-tab-content {
  color: #000000;
  padding: 0px 16px 10px;
  letter-spacing: 0.04em;
  font-size: 10px;
  max-height: 138px;
  height: 100%;
  overflow-y: scroll;
  line-height: 20px;
}

/* line 234, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #product-detail .list, .home.index .product-quick-view .option-tabs .product-detail-tab-content .list,
.products.show .product-quick-view .option-tabs #product-detail .list,
.products.show .product-quick-view .option-tabs .product-detail-tab-content .list,
.products.index .product-quick-view .option-tabs #product-detail .list,
.products.index .product-quick-view .option-tabs .product-detail-tab-content .list,
.favorites.index .product-quick-view .option-tabs #product-detail .list,
.favorites.index .product-quick-view .option-tabs .product-detail-tab-content .list,
.product_categories.index .product-quick-view .option-tabs #product-detail .list,
.product_categories.index .product-quick-view .option-tabs .product-detail-tab-content .list,
.orders.edit .product-quick-view .option-tabs #product-detail .list,
.orders.edit .product-quick-view .option-tabs .product-detail-tab-content .list,
.orders.show .product-quick-view .option-tabs #product-detail .list,
.orders.show .product-quick-view .option-tabs .product-detail-tab-content .list,
.taxons.show .product-quick-view .option-tabs #product-detail .list,
.taxons.show .product-quick-view .option-tabs .product-detail-tab-content .list,
.products.deals .product-quick-view .option-tabs #product-detail .list,
.products.deals .product-quick-view .option-tabs .product-detail-tab-content .list {
  font-family: 'Poppins-bold';
}

/* line 239, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs .tab-content,
.products.show .product-quick-view .option-tabs .tab-content,
.products.index .product-quick-view .option-tabs .tab-content,
.favorites.index .product-quick-view .option-tabs .tab-content,
.product_categories.index .product-quick-view .option-tabs .tab-content,
.orders.edit .product-quick-view .option-tabs .tab-content,
.orders.show .product-quick-view .option-tabs .tab-content,
.taxons.show .product-quick-view .option-tabs .tab-content,
.products.deals .product-quick-view .option-tabs .tab-content {
  min-height: unset;
  margin-bottom: 0;
  padding: 0;
}

/* line 243, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs .tab-content .favorites,
.products.show .product-quick-view .option-tabs .tab-content .favorites,
.products.index .product-quick-view .option-tabs .tab-content .favorites,
.favorites.index .product-quick-view .option-tabs .tab-content .favorites,
.product_categories.index .product-quick-view .option-tabs .tab-content .favorites,
.orders.edit .product-quick-view .option-tabs .tab-content .favorites,
.orders.show .product-quick-view .option-tabs .tab-content .favorites,
.taxons.show .product-quick-view .option-tabs .tab-content .favorites,
.products.deals .product-quick-view .option-tabs .tab-content .favorites {
  position: absolute;
  right: 10px;
}

/* line 249, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options, .home.index .product-quick-view .option-tabs .options-tab-content,
.products.show .product-quick-view .option-tabs #options,
.products.show .product-quick-view .option-tabs .options-tab-content,
.products.index .product-quick-view .option-tabs #options,
.products.index .product-quick-view .option-tabs .options-tab-content,
.favorites.index .product-quick-view .option-tabs #options,
.favorites.index .product-quick-view .option-tabs .options-tab-content,
.product_categories.index .product-quick-view .option-tabs #options,
.product_categories.index .product-quick-view .option-tabs .options-tab-content,
.orders.edit .product-quick-view .option-tabs #options,
.orders.edit .product-quick-view .option-tabs .options-tab-content,
.orders.show .product-quick-view .option-tabs #options,
.orders.show .product-quick-view .option-tabs .options-tab-content,
.taxons.show .product-quick-view .option-tabs #options,
.taxons.show .product-quick-view .option-tabs .options-tab-content,
.products.deals .product-quick-view .option-tabs #options,
.products.deals .product-quick-view .option-tabs .options-tab-content {
  padding-bottom: 6px;
  min-height: 36px;
}

/* line 252, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .select-color-heading, .home.index .product-quick-view .option-tabs #options .select-size-heading, .home.index .product-quick-view .option-tabs .options-tab-content .select-color-heading, .home.index .product-quick-view .option-tabs .options-tab-content .select-size-heading,
.products.show .product-quick-view .option-tabs #options .select-color-heading,
.products.show .product-quick-view .option-tabs #options .select-size-heading,
.products.show .product-quick-view .option-tabs .options-tab-content .select-color-heading,
.products.show .product-quick-view .option-tabs .options-tab-content .select-size-heading,
.products.index .product-quick-view .option-tabs #options .select-color-heading,
.products.index .product-quick-view .option-tabs #options .select-size-heading,
.products.index .product-quick-view .option-tabs .options-tab-content .select-color-heading,
.products.index .product-quick-view .option-tabs .options-tab-content .select-size-heading,
.favorites.index .product-quick-view .option-tabs #options .select-color-heading,
.favorites.index .product-quick-view .option-tabs #options .select-size-heading,
.favorites.index .product-quick-view .option-tabs .options-tab-content .select-color-heading,
.favorites.index .product-quick-view .option-tabs .options-tab-content .select-size-heading,
.product_categories.index .product-quick-view .option-tabs #options .select-color-heading,
.product_categories.index .product-quick-view .option-tabs #options .select-size-heading,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .select-color-heading,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .select-size-heading,
.orders.edit .product-quick-view .option-tabs #options .select-color-heading,
.orders.edit .product-quick-view .option-tabs #options .select-size-heading,
.orders.edit .product-quick-view .option-tabs .options-tab-content .select-color-heading,
.orders.edit .product-quick-view .option-tabs .options-tab-content .select-size-heading,
.orders.show .product-quick-view .option-tabs #options .select-color-heading,
.orders.show .product-quick-view .option-tabs #options .select-size-heading,
.orders.show .product-quick-view .option-tabs .options-tab-content .select-color-heading,
.orders.show .product-quick-view .option-tabs .options-tab-content .select-size-heading,
.taxons.show .product-quick-view .option-tabs #options .select-color-heading,
.taxons.show .product-quick-view .option-tabs #options .select-size-heading,
.taxons.show .product-quick-view .option-tabs .options-tab-content .select-color-heading,
.taxons.show .product-quick-view .option-tabs .options-tab-content .select-size-heading,
.products.deals .product-quick-view .option-tabs #options .select-color-heading,
.products.deals .product-quick-view .option-tabs #options .select-size-heading,
.products.deals .product-quick-view .option-tabs .options-tab-content .select-color-heading,
.products.deals .product-quick-view .option-tabs .options-tab-content .select-size-heading {
  font-size: 10px;
  letter-spacing: 0.04em;
  padding: 0;
  margin-bottom: 2px;
  color: #000000;
}

/* line 260, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .like-button, .home.index .product-quick-view .option-tabs .options-tab-content .like-button,
.products.show .product-quick-view .option-tabs #options .like-button,
.products.show .product-quick-view .option-tabs .options-tab-content .like-button,
.products.index .product-quick-view .option-tabs #options .like-button,
.products.index .product-quick-view .option-tabs .options-tab-content .like-button,
.favorites.index .product-quick-view .option-tabs #options .like-button,
.favorites.index .product-quick-view .option-tabs .options-tab-content .like-button,
.product_categories.index .product-quick-view .option-tabs #options .like-button,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .like-button,
.orders.edit .product-quick-view .option-tabs #options .like-button,
.orders.edit .product-quick-view .option-tabs .options-tab-content .like-button,
.orders.show .product-quick-view .option-tabs #options .like-button,
.orders.show .product-quick-view .option-tabs .options-tab-content .like-button,
.taxons.show .product-quick-view .option-tabs #options .like-button,
.taxons.show .product-quick-view .option-tabs .options-tab-content .like-button,
.products.deals .product-quick-view .option-tabs #options .like-button,
.products.deals .product-quick-view .option-tabs .options-tab-content .like-button {
  margin-left: 348px;
  margin-top: -24px;
}

/* line 265, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .select-size-btn, .home.index .product-quick-view .option-tabs .options-tab-content .select-size-btn,
.products.show .product-quick-view .option-tabs #options .select-size-btn,
.products.show .product-quick-view .option-tabs .options-tab-content .select-size-btn,
.products.index .product-quick-view .option-tabs #options .select-size-btn,
.products.index .product-quick-view .option-tabs .options-tab-content .select-size-btn,
.favorites.index .product-quick-view .option-tabs #options .select-size-btn,
.favorites.index .product-quick-view .option-tabs .options-tab-content .select-size-btn,
.product_categories.index .product-quick-view .option-tabs #options .select-size-btn,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .select-size-btn,
.orders.edit .product-quick-view .option-tabs #options .select-size-btn,
.orders.edit .product-quick-view .option-tabs .options-tab-content .select-size-btn,
.orders.show .product-quick-view .option-tabs #options .select-size-btn,
.orders.show .product-quick-view .option-tabs .options-tab-content .select-size-btn,
.taxons.show .product-quick-view .option-tabs #options .select-size-btn,
.taxons.show .product-quick-view .option-tabs .options-tab-content .select-size-btn,
.products.deals .product-quick-view .option-tabs #options .select-size-btn,
.products.deals .product-quick-view .option-tabs .options-tab-content .select-size-btn {
  background: #FFFFFF;
  border-radius: 8px;
  width: 180px;
  letter-spacing: 0.03em;
  color: #B0B0B0;
  -webkit-appearance: none;
  padding: 5px 16px;
  box-shadow: 0px 3px 8px #e0e0e0;
  border: none;
  text-align: left;
  position: relative;
}

/* line 277, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .select-size-btn.size-selected, .home.index .product-quick-view .option-tabs .options-tab-content .select-size-btn.size-selected,
.products.show .product-quick-view .option-tabs #options .select-size-btn.size-selected,
.products.show .product-quick-view .option-tabs .options-tab-content .select-size-btn.size-selected,
.products.index .product-quick-view .option-tabs #options .select-size-btn.size-selected,
.products.index .product-quick-view .option-tabs .options-tab-content .select-size-btn.size-selected,
.favorites.index .product-quick-view .option-tabs #options .select-size-btn.size-selected,
.favorites.index .product-quick-view .option-tabs .options-tab-content .select-size-btn.size-selected,
.product_categories.index .product-quick-view .option-tabs #options .select-size-btn.size-selected,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .select-size-btn.size-selected,
.orders.edit .product-quick-view .option-tabs #options .select-size-btn.size-selected,
.orders.edit .product-quick-view .option-tabs .options-tab-content .select-size-btn.size-selected,
.orders.show .product-quick-view .option-tabs #options .select-size-btn.size-selected,
.orders.show .product-quick-view .option-tabs .options-tab-content .select-size-btn.size-selected,
.taxons.show .product-quick-view .option-tabs #options .select-size-btn.size-selected,
.taxons.show .product-quick-view .option-tabs .options-tab-content .select-size-btn.size-selected,
.products.deals .product-quick-view .option-tabs #options .select-size-btn.size-selected,
.products.deals .product-quick-view .option-tabs .options-tab-content .select-size-btn.size-selected {
  color: #353535;
}

/* line 281, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .select-size-btn.bold, .home.index .product-quick-view .option-tabs .options-tab-content .select-size-btn.bold,
.products.show .product-quick-view .option-tabs #options .select-size-btn.bold,
.products.show .product-quick-view .option-tabs .options-tab-content .select-size-btn.bold,
.products.index .product-quick-view .option-tabs #options .select-size-btn.bold,
.products.index .product-quick-view .option-tabs .options-tab-content .select-size-btn.bold,
.favorites.index .product-quick-view .option-tabs #options .select-size-btn.bold,
.favorites.index .product-quick-view .option-tabs .options-tab-content .select-size-btn.bold,
.product_categories.index .product-quick-view .option-tabs #options .select-size-btn.bold,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .select-size-btn.bold,
.orders.edit .product-quick-view .option-tabs #options .select-size-btn.bold,
.orders.edit .product-quick-view .option-tabs .options-tab-content .select-size-btn.bold,
.orders.show .product-quick-view .option-tabs #options .select-size-btn.bold,
.orders.show .product-quick-view .option-tabs .options-tab-content .select-size-btn.bold,
.taxons.show .product-quick-view .option-tabs #options .select-size-btn.bold,
.taxons.show .product-quick-view .option-tabs .options-tab-content .select-size-btn.bold,
.products.deals .product-quick-view .option-tabs #options .select-size-btn.bold,
.products.deals .product-quick-view .option-tabs .options-tab-content .select-size-btn.bold {
  font-weight: 700;
}

/* line 286, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .dropdown-toggle::after, .home.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle::after,
.products.show .product-quick-view .option-tabs #options .dropdown-toggle::after,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-toggle::after,
.products.index .product-quick-view .option-tabs #options .dropdown-toggle::after,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle::after,
.favorites.index .product-quick-view .option-tabs #options .dropdown-toggle::after,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle::after,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-toggle::after,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle::after,
.orders.edit .product-quick-view .option-tabs #options .dropdown-toggle::after,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-toggle::after,
.orders.show .product-quick-view .option-tabs #options .dropdown-toggle::after,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-toggle::after,
.taxons.show .product-quick-view .option-tabs #options .dropdown-toggle::after,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-toggle::after,
.products.deals .product-quick-view .option-tabs #options .dropdown-toggle::after,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-toggle::after {
  content: url(/assets/arrow_down_black-c18dfddb6bb737df9d95519c7b912da0f0e43b5b3fd4fb2a66405d4cab4531b3.svg);
  border: none;
  position: absolute;
  right: 13px;
}

/* line 291, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .dropdown-toggle.size-selected::after, .home.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.size-selected::after,
.products.show .product-quick-view .option-tabs #options .dropdown-toggle.size-selected::after,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.size-selected::after,
.products.index .product-quick-view .option-tabs #options .dropdown-toggle.size-selected::after,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.size-selected::after,
.favorites.index .product-quick-view .option-tabs #options .dropdown-toggle.size-selected::after,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.size-selected::after,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-toggle.size-selected::after,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.size-selected::after,
.orders.edit .product-quick-view .option-tabs #options .dropdown-toggle.size-selected::after,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.size-selected::after,
.orders.show .product-quick-view .option-tabs #options .dropdown-toggle.size-selected::after,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.size-selected::after,
.taxons.show .product-quick-view .option-tabs #options .dropdown-toggle.size-selected::after,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.size-selected::after,
.products.deals .product-quick-view .option-tabs #options .dropdown-toggle.size-selected::after,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.size-selected::after {
  border-left: 0.15em solid #ecebeb;
  padding-left: 13px;
  height: 34px;
  padding-top: 4px;
  margin-top: -5px;
}

/* line 299, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .dropdown-toggle.arrow-up::after, .home.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.arrow-up::after,
.products.show .product-quick-view .option-tabs #options .dropdown-toggle.arrow-up::after,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.arrow-up::after,
.products.index .product-quick-view .option-tabs #options .dropdown-toggle.arrow-up::after,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.arrow-up::after,
.favorites.index .product-quick-view .option-tabs #options .dropdown-toggle.arrow-up::after,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.arrow-up::after,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-toggle.arrow-up::after,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.arrow-up::after,
.orders.edit .product-quick-view .option-tabs #options .dropdown-toggle.arrow-up::after,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.arrow-up::after,
.orders.show .product-quick-view .option-tabs #options .dropdown-toggle.arrow-up::after,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.arrow-up::after,
.taxons.show .product-quick-view .option-tabs #options .dropdown-toggle.arrow-up::after,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.arrow-up::after,
.products.deals .product-quick-view .option-tabs #options .dropdown-toggle.arrow-up::after,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-toggle.arrow-up::after {
  transform: rotate(180deg);
  border: none;
  padding-left: 0;
}

/* line 306, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .dropdown-menu, .home.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu,
.products.show .product-quick-view .option-tabs #options .dropdown-menu,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu,
.products.index .product-quick-view .option-tabs #options .dropdown-menu,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu,
.favorites.index .product-quick-view .option-tabs #options .dropdown-menu,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-menu,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu,
.orders.edit .product-quick-view .option-tabs #options .dropdown-menu,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-menu,
.orders.show .product-quick-view .option-tabs #options .dropdown-menu,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu,
.taxons.show .product-quick-view .option-tabs #options .dropdown-menu,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu,
.products.deals .product-quick-view .option-tabs #options .dropdown-menu,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-menu {
  width: 148px;
  max-height: 182px;
  top: 72px;
  left: 16px;
  min-width: 100px;
  border: none;
  box-shadow: 0px 3px 8px #e0e0e0;
  overflow-y: scroll;
  background: #FFFFFF;
  padding: 6px 0px 0px 0px;
  border-radius: 8px 0px 8px 8px;
}

/* line 318, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .dropdown-menu p:hover,
.home.index .product-quick-view .option-tabs #options .dropdown-menu p:active, .home.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:hover,
.home.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:active,
.products.show .product-quick-view .option-tabs #options .dropdown-menu p:hover,
.products.show .product-quick-view .option-tabs #options .dropdown-menu p:active,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:hover,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:active,
.products.index .product-quick-view .option-tabs #options .dropdown-menu p:hover,
.products.index .product-quick-view .option-tabs #options .dropdown-menu p:active,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:hover,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:active,
.favorites.index .product-quick-view .option-tabs #options .dropdown-menu p:hover,
.favorites.index .product-quick-view .option-tabs #options .dropdown-menu p:active,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:hover,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:active,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-menu p:hover,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-menu p:active,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:hover,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:active,
.orders.edit .product-quick-view .option-tabs #options .dropdown-menu p:hover,
.orders.edit .product-quick-view .option-tabs #options .dropdown-menu p:active,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:hover,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:active,
.orders.show .product-quick-view .option-tabs #options .dropdown-menu p:hover,
.orders.show .product-quick-view .option-tabs #options .dropdown-menu p:active,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:hover,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:active,
.taxons.show .product-quick-view .option-tabs #options .dropdown-menu p:hover,
.taxons.show .product-quick-view .option-tabs #options .dropdown-menu p:active,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:hover,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:active,
.products.deals .product-quick-view .option-tabs #options .dropdown-menu p:hover,
.products.deals .product-quick-view .option-tabs #options .dropdown-menu p:active,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:hover,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-menu p:active {
  color: #F1B71C;
  background: #FFFFFF;
}

/* line 324, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .dropdown-menu .disabled, .home.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .disabled,
.products.show .product-quick-view .option-tabs #options .dropdown-menu .disabled,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .disabled,
.products.index .product-quick-view .option-tabs #options .dropdown-menu .disabled,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .disabled,
.favorites.index .product-quick-view .option-tabs #options .dropdown-menu .disabled,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .disabled,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-menu .disabled,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .disabled,
.orders.edit .product-quick-view .option-tabs #options .dropdown-menu .disabled,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-menu .disabled,
.orders.show .product-quick-view .option-tabs #options .dropdown-menu .disabled,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .disabled,
.taxons.show .product-quick-view .option-tabs #options .dropdown-menu .disabled,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .disabled,
.products.deals .product-quick-view .option-tabs #options .dropdown-menu .disabled,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-menu .disabled {
  text-decoration-line: line-through;
  color: #D4D4D4;
}

/* line 329, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .dropdown-menu .categories, .home.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .categories,
.products.show .product-quick-view .option-tabs #options .dropdown-menu .categories,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .categories,
.products.index .product-quick-view .option-tabs #options .dropdown-menu .categories,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .categories,
.favorites.index .product-quick-view .option-tabs #options .dropdown-menu .categories,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .categories,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-menu .categories,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .categories,
.orders.edit .product-quick-view .option-tabs #options .dropdown-menu .categories,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-menu .categories,
.orders.show .product-quick-view .option-tabs #options .dropdown-menu .categories,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .categories,
.taxons.show .product-quick-view .option-tabs #options .dropdown-menu .categories,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .categories,
.products.deals .product-quick-view .option-tabs #options .dropdown-menu .categories,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-menu .categories {
  font-weight: 700;
}

/* line 333, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .dropdown-menu .dropdown-item, .home.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-item,
.products.show .product-quick-view .option-tabs #options .dropdown-menu .dropdown-item,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-item,
.products.index .product-quick-view .option-tabs #options .dropdown-menu .dropdown-item,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-item,
.favorites.index .product-quick-view .option-tabs #options .dropdown-menu .dropdown-item,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-item,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-menu .dropdown-item,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-item,
.orders.edit .product-quick-view .option-tabs #options .dropdown-menu .dropdown-item,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-item,
.orders.show .product-quick-view .option-tabs #options .dropdown-menu .dropdown-item,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-item,
.taxons.show .product-quick-view .option-tabs #options .dropdown-menu .dropdown-item,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-item,
.products.deals .product-quick-view .option-tabs #options .dropdown-menu .dropdown-item,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-item {
  padding: 0px 31px 6px 16px;
  margin: 0px;
  letter-spacing: 0.03em;
  line-height: 22px;
}

/* line 340, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-tabs #options .dropdown-menu .dropdown-divider, .home.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-divider,
.products.show .product-quick-view .option-tabs #options .dropdown-menu .dropdown-divider,
.products.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-divider,
.products.index .product-quick-view .option-tabs #options .dropdown-menu .dropdown-divider,
.products.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-divider,
.favorites.index .product-quick-view .option-tabs #options .dropdown-menu .dropdown-divider,
.favorites.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-divider,
.product_categories.index .product-quick-view .option-tabs #options .dropdown-menu .dropdown-divider,
.product_categories.index .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-divider,
.orders.edit .product-quick-view .option-tabs #options .dropdown-menu .dropdown-divider,
.orders.edit .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-divider,
.orders.show .product-quick-view .option-tabs #options .dropdown-menu .dropdown-divider,
.orders.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-divider,
.taxons.show .product-quick-view .option-tabs #options .dropdown-menu .dropdown-divider,
.taxons.show .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-divider,
.products.deals .product-quick-view .option-tabs #options .dropdown-menu .dropdown-divider,
.products.deals .product-quick-view .option-tabs .options-tab-content .dropdown-menu .dropdown-divider {
  margin: 6px 32px 6px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 348, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view ::-webkit-scrollbar,
.products.show .product-quick-view ::-webkit-scrollbar,
.products.index .product-quick-view ::-webkit-scrollbar,
.favorites.index .product-quick-view ::-webkit-scrollbar,
.product_categories.index .product-quick-view ::-webkit-scrollbar,
.orders.edit .product-quick-view ::-webkit-scrollbar,
.orders.show .product-quick-view ::-webkit-scrollbar,
.taxons.show .product-quick-view ::-webkit-scrollbar,
.products.deals .product-quick-view ::-webkit-scrollbar {
  padding-top: 6px;
  width: 9px;
  background: #FFFFFF;
}

/* line 354, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view ::-webkit-scrollbar-thumb,
.products.show .product-quick-view ::-webkit-scrollbar-thumb,
.products.index .product-quick-view ::-webkit-scrollbar-thumb,
.favorites.index .product-quick-view ::-webkit-scrollbar-thumb,
.product_categories.index .product-quick-view ::-webkit-scrollbar-thumb,
.orders.edit .product-quick-view ::-webkit-scrollbar-thumb,
.orders.show .product-quick-view ::-webkit-scrollbar-thumb,
.taxons.show .product-quick-view ::-webkit-scrollbar-thumb,
.products.deals .product-quick-view ::-webkit-scrollbar-thumb {
  background: #F1B71C;
  border-right: 7px white solid;
  background-clip: padding-box;
}

/* line 360, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view ::-webkit-scrollbar-track,
.products.show .product-quick-view ::-webkit-scrollbar-track,
.products.index .product-quick-view ::-webkit-scrollbar-track,
.favorites.index .product-quick-view ::-webkit-scrollbar-track,
.product_categories.index .product-quick-view ::-webkit-scrollbar-track,
.orders.edit .product-quick-view ::-webkit-scrollbar-track,
.orders.show .product-quick-view ::-webkit-scrollbar-track,
.taxons.show .product-quick-view ::-webkit-scrollbar-track,
.products.deals .product-quick-view ::-webkit-scrollbar-track {
  border-radius: 100px;
}

/* line 364, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .quantity-cart-btn-group,
.products.show .product-quick-view .quantity-cart-btn-group,
.products.index .product-quick-view .quantity-cart-btn-group,
.favorites.index .product-quick-view .quantity-cart-btn-group,
.product_categories.index .product-quick-view .quantity-cart-btn-group,
.orders.edit .product-quick-view .quantity-cart-btn-group,
.orders.show .product-quick-view .quantity-cart-btn-group,
.taxons.show .product-quick-view .quantity-cart-btn-group,
.products.deals .product-quick-view .quantity-cart-btn-group {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
}

/* line 371, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .quick-view-buttons .more-info,
.products.show .product-quick-view .quick-view-buttons .more-info,
.products.index .product-quick-view .quick-view-buttons .more-info,
.favorites.index .product-quick-view .quick-view-buttons .more-info,
.product_categories.index .product-quick-view .quick-view-buttons .more-info,
.orders.edit .product-quick-view .quick-view-buttons .more-info,
.orders.show .product-quick-view .quick-view-buttons .more-info,
.taxons.show .product-quick-view .quick-view-buttons .more-info,
.products.deals .product-quick-view .quick-view-buttons .more-info {
  letter-spacing: 0.07em;
  text-decoration-line: underline;
  color: #7B8C48;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.07em;
}

/* line 379, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .quick-view-buttons .more-info input[type=text],
.products.show .product-quick-view .quick-view-buttons .more-info input[type=text],
.products.index .product-quick-view .quick-view-buttons .more-info input[type=text],
.favorites.index .product-quick-view .quick-view-buttons .more-info input[type=text],
.product_categories.index .product-quick-view .quick-view-buttons .more-info input[type=text],
.orders.edit .product-quick-view .quick-view-buttons .more-info input[type=text],
.orders.show .product-quick-view .quick-view-buttons .more-info input[type=text],
.taxons.show .product-quick-view .quick-view-buttons .more-info input[type=text],
.products.deals .product-quick-view .quick-view-buttons .more-info input[type=text] {
  border: none;
}

/* line 385, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .option-heading,
.products.show .product-quick-view .option-heading,
.products.index .product-quick-view .option-heading,
.favorites.index .product-quick-view .option-heading,
.product_categories.index .product-quick-view .option-heading,
.orders.edit .product-quick-view .option-heading,
.orders.show .product-quick-view .option-heading,
.taxons.show .product-quick-view .option-heading,
.products.deals .product-quick-view .option-heading {
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: #353535;
}

/* line 391, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .quantity-btn-group,
.products.show .product-quick-view .quantity-btn-group,
.products.index .product-quick-view .quantity-btn-group,
.favorites.index .product-quick-view .quantity-btn-group,
.product_categories.index .product-quick-view .quantity-btn-group,
.orders.edit .product-quick-view .quantity-btn-group,
.orders.show .product-quick-view .quantity-btn-group,
.taxons.show .product-quick-view .quantity-btn-group,
.products.deals .product-quick-view .quantity-btn-group {
  margin-bottom: 24px;
}

/* line 394, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .quantity-btn-group input::-webkit-outer-spin-button,
.home.index .product-quick-view .quantity-btn-group input::-webkit-inner-spin-button,
.products.show .product-quick-view .quantity-btn-group input::-webkit-outer-spin-button,
.products.show .product-quick-view .quantity-btn-group input::-webkit-inner-spin-button,
.products.index .product-quick-view .quantity-btn-group input::-webkit-outer-spin-button,
.products.index .product-quick-view .quantity-btn-group input::-webkit-inner-spin-button,
.favorites.index .product-quick-view .quantity-btn-group input::-webkit-outer-spin-button,
.favorites.index .product-quick-view .quantity-btn-group input::-webkit-inner-spin-button,
.product_categories.index .product-quick-view .quantity-btn-group input::-webkit-outer-spin-button,
.product_categories.index .product-quick-view .quantity-btn-group input::-webkit-inner-spin-button,
.orders.edit .product-quick-view .quantity-btn-group input::-webkit-outer-spin-button,
.orders.edit .product-quick-view .quantity-btn-group input::-webkit-inner-spin-button,
.orders.show .product-quick-view .quantity-btn-group input::-webkit-outer-spin-button,
.orders.show .product-quick-view .quantity-btn-group input::-webkit-inner-spin-button,
.taxons.show .product-quick-view .quantity-btn-group input::-webkit-outer-spin-button,
.taxons.show .product-quick-view .quantity-btn-group input::-webkit-inner-spin-button,
.products.deals .product-quick-view .quantity-btn-group input::-webkit-outer-spin-button,
.products.deals .product-quick-view .quantity-btn-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 400, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .quantity-btn-group input[type=number],
.products.show .product-quick-view .quantity-btn-group input[type=number],
.products.index .product-quick-view .quantity-btn-group input[type=number],
.favorites.index .product-quick-view .quantity-btn-group input[type=number],
.product_categories.index .product-quick-view .quantity-btn-group input[type=number],
.orders.edit .product-quick-view .quantity-btn-group input[type=number],
.orders.show .product-quick-view .quantity-btn-group input[type=number],
.taxons.show .product-quick-view .quantity-btn-group input[type=number],
.products.deals .product-quick-view .quantity-btn-group input[type=number] {
  border-color: #ffffff;
  -moz-appearance: textfield;
  box-shadow: 0px 0px 1px 0px #0000000a, 0px 2px 6px 0px #0000000a, 0px 10px 20px 0px #0000000a;
}

/* line 406, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .quantity-btn-group .button,
.products.show .product-quick-view .quantity-btn-group .button,
.products.index .product-quick-view .quantity-btn-group .button,
.favorites.index .product-quick-view .quantity-btn-group .button,
.product_categories.index .product-quick-view .quantity-btn-group .button,
.orders.edit .product-quick-view .quantity-btn-group .button,
.orders.show .product-quick-view .quantity-btn-group .button,
.taxons.show .product-quick-view .quantity-btn-group .button,
.products.deals .product-quick-view .quantity-btn-group .button {
  box-shadow: 0px 0px 1px 0px #0000000a, 0px 2px 6px 0px #0000000a, 0px 10px 20px 0px #0000000a;
}

/* line 412, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .disable-quantity-btn-group input[type=number],
.products.show .product-quick-view .disable-quantity-btn-group input[type=number],
.products.index .product-quick-view .disable-quantity-btn-group input[type=number],
.favorites.index .product-quick-view .disable-quantity-btn-group input[type=number],
.product_categories.index .product-quick-view .disable-quantity-btn-group input[type=number],
.orders.edit .product-quick-view .disable-quantity-btn-group input[type=number],
.orders.show .product-quick-view .disable-quantity-btn-group input[type=number],
.taxons.show .product-quick-view .disable-quantity-btn-group input[type=number],
.products.deals .product-quick-view .disable-quantity-btn-group input[type=number] {
  background: #F5F5F5;
  border-color: #F5F5F5;
  color: #C0C0C0;
  pointer-events: none;
}

/* line 419, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .disable-quantity-btn-group .button,
.products.show .product-quick-view .disable-quantity-btn-group .button,
.products.index .product-quick-view .disable-quantity-btn-group .button,
.favorites.index .product-quick-view .disable-quantity-btn-group .button,
.product_categories.index .product-quick-view .disable-quantity-btn-group .button,
.orders.edit .product-quick-view .disable-quantity-btn-group .button,
.orders.show .product-quick-view .disable-quantity-btn-group .button,
.taxons.show .product-quick-view .disable-quantity-btn-group .button,
.products.deals .product-quick-view .disable-quantity-btn-group .button {
  pointer-events: none;
  background: #F5F5F5;
}

/* line 424, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .disable-quantity-btn-group .add-btn:after,
.products.show .product-quick-view .disable-quantity-btn-group .add-btn:after,
.products.index .product-quick-view .disable-quantity-btn-group .add-btn:after,
.favorites.index .product-quick-view .disable-quantity-btn-group .add-btn:after,
.product_categories.index .product-quick-view .disable-quantity-btn-group .add-btn:after,
.orders.edit .product-quick-view .disable-quantity-btn-group .add-btn:after,
.orders.show .product-quick-view .disable-quantity-btn-group .add-btn:after,
.taxons.show .product-quick-view .disable-quantity-btn-group .add-btn:after,
.products.deals .product-quick-view .disable-quantity-btn-group .add-btn:after {
  color: #C0C0C0;
}

/* line 428, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .disable-quantity-btn-group .sub-btn:after,
.products.show .product-quick-view .disable-quantity-btn-group .sub-btn:after,
.products.index .product-quick-view .disable-quantity-btn-group .sub-btn:after,
.favorites.index .product-quick-view .disable-quantity-btn-group .sub-btn:after,
.product_categories.index .product-quick-view .disable-quantity-btn-group .sub-btn:after,
.orders.edit .product-quick-view .disable-quantity-btn-group .sub-btn:after,
.orders.show .product-quick-view .disable-quantity-btn-group .sub-btn:after,
.taxons.show .product-quick-view .disable-quantity-btn-group .sub-btn:after,
.products.deals .product-quick-view .disable-quantity-btn-group .sub-btn:after {
  color: #C0C0C0;
}

/* line 433, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .add-to-cart,
.products.show .product-quick-view .add-to-cart,
.products.index .product-quick-view .add-to-cart,
.favorites.index .product-quick-view .add-to-cart,
.product_categories.index .product-quick-view .add-to-cart,
.orders.edit .product-quick-view .add-to-cart,
.orders.show .product-quick-view .add-to-cart,
.taxons.show .product-quick-view .add-to-cart,
.products.deals .product-quick-view .add-to-cart {
  width: 100%;
  margin-bottom: 15px;
}

/* line 438, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .out-of-stock-btn,
.products.show .product-quick-view .out-of-stock-btn,
.products.index .product-quick-view .out-of-stock-btn,
.favorites.index .product-quick-view .out-of-stock-btn,
.product_categories.index .product-quick-view .out-of-stock-btn,
.orders.edit .product-quick-view .out-of-stock-btn,
.orders.show .product-quick-view .out-of-stock-btn,
.taxons.show .product-quick-view .out-of-stock-btn,
.products.deals .product-quick-view .out-of-stock-btn {
  letter-spacing: 0.5px;
  box-shadow: none;
  border-radius: 20px;
  position: relative;
  color: #FFFFFF;
  border: none;
  outline: none;
}

/* line 448, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.home.index .product-quick-view .out-of-stock-btn:after,
.products.show .product-quick-view .out-of-stock-btn:after,
.products.index .product-quick-view .out-of-stock-btn:after,
.favorites.index .product-quick-view .out-of-stock-btn:after,
.product_categories.index .product-quick-view .out-of-stock-btn:after,
.orders.edit .product-quick-view .out-of-stock-btn:after,
.orders.show .product-quick-view .out-of-stock-btn:after,
.taxons.show .product-quick-view .out-of-stock-btn:after,
.products.deals .product-quick-view .out-of-stock-btn:after {
  content: "OUT OF STOCK";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #353535;
  padding: 12px 23px;
  border-radius: 20px;
}

/* line 462, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.radio-item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 9px;
  line-height: 22px;
}

/* line 469, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.radio-item input[type='radio'] {
  visibility: hidden;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  padding: 0;
}

/* line 477, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.radio-item label {
  color: #353535;
  margin: 0px;
  line-height: 22px;
}

/* line 483, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.radio-item input[type=radio]:before {
  position: relative;
  display: inline-block;
  visibility: visible;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  content: "";
  background: #EEEEEE;
  border: 1.5px solid #353535;
}

/* line 495, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.radio-item input[type=radio]:checked:after {
  position: relative;
  top: -26px;
  left: 1px;
  display: inline-block;
  visibility: visible;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  background: #4AC448;
  content: "";
}

/* line 509, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.color-selected {
  border: 1px solid #F1B71C;
  box-shadow: 0px 0px 0px 1px #f6de9c;
}

/* line 514, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.color-un_selected {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 1px #e0e0e0;
}

/* line 519, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.quantity-group {
  margin-left: 19px;
}

/* line 523, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.quantity {
  border-radius: 0px;
  width: 38px;
  height: 32px;
  background: #FFFFFF;
  margin-right: 2px;
  padding-top: 6px;
  color: #323232;
}

/* line 533, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.button {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  margin-right: 2px;
  padding-top: 6px;
  color: #323232;
}

/* line 542, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.sub-btn {
  border-radius: 8px 0px 0px 8px;
  border: none;
}

/* line 545, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.sub-btn:after {
  font-family: 'FontAwesome';
  content: "\2212";
  font-size: 22px;
  cursor: pointer;
  position: relative;
  top: -2px;
  font-weight: normal;
  color: #323232;
}

/* line 556, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.sub-btn:hover {
  background: #E8E8E8;
}

/* line 558, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.sub-btn:hover:after {
  color: #353535;
}

/* line 563, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.sub-btn:active:focus {
  background: #F1B71C;
}

/* line 565, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.sub-btn:active:focus:after {
  color: #FAFAFA;
}

/* line 571, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.sub-btn.disable_btn:hover {
  cursor: default;
  background: #FFFFFF;
}

/* line 576, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.sub-btn.disable_btn:after {
  color: #D0D0D0;
}

/* line 582, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-btn {
  border-radius: 0px 8px 8px 0px;
  border: none;
  margin-right: 16px;
}

/* line 586, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-btn:after {
  font-family: 'FontAwesome';
  content: "\2b";
  font-size: 22px;
  cursor: pointer;
  position: relative;
  top: -3px;
  font-weight: normal;
  color: #323232;
}

/* line 597, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-btn:active:focus {
  background: #F1B71C;
}

/* line 599, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-btn:active:focus:after {
  color: #FAFAFA;
}

/* line 604, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-btn:hover {
  background: #E8E8E8;
}

/* line 606, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-btn:hover:after {
  color: #353535;
}

/* line 612, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-btn.disable_btn:hover {
  cursor: default;
  background: #FFFFFF;
}

/* line 617, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-btn.disable_btn:after {
  color: #D0D0D0;
}

/* line 623, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-to-cart {
  padding: 11px;
  margin: 0 0 15px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  width: 233px;
}

/* line 630, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-to-cart.success {
  background: #51C571;
  box-shadow: 0px 0px 0px 2px #B4F8C7;
}

/* line 635, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-to-cart.disable-btn {
  background: #F0F0F0;
  color: #A8A8A8;
  box-shadow: none;
}

/* line 641, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.add-to-cart:hover {
  background: linear-gradient(145.87deg, #F9CE5D -11.86%, #F9914A 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
}

/* line 647, app/assets/stylesheets/spree/frontend/product_quick_view.css.scss */
.quick-view-modal-open .modal-backdrop {
  background: #171717;
  opacity: 0.75;
}
/* line 9, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.products.index {
  background: #FAFAFA;
}

/* line 11, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.products.index .product-search-page {
  max-width: 1240px;
  padding: 0;
  text-align: left;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.products.index .product-search-page .breadcrumb-group {
  margin-bottom: 33px;
}

/* line 21, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.products.index .product-search-page .search-for {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: var(--palette-neutral-600);
}

/* line 31, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.products.index .product-search-page .search-product-keyword {
  margin-bottom: 8px !important;
}

/* line 34, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.products.index .product-search-page .search-product-keyword .no-result-section {
  margin-bottom: 35px;
}

/* line 37, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.products.index .product-search-page .search-product-keyword .no-result-section .no-result-found {
  margin-bottom: 16px;
}

/* line 41, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.products.index .product-search-page .search-product-keyword .no-result-section .no-result-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-neutral-600);
}

/* line 52, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.products.index .product-search-page .our-pick {
  padding: 32px 0 8px 0;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: var(--palette-shades-100);
}

@media (max-width: 767px) {
  /* line 67, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
  .products.index .container-fluid .data-container .breadcrumb-group {
    justify-content: space-between;
    margin-bottom: 33px;
  }
  /* line 72, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
  .products.index .container-fluid .data-container .breadcrumb-group .back-btn .back-lbl {
    display: inherit !important;
  }
  /* line 77, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
  .products.index .container-fluid .data-container .breadcrumb-group .search-for {
    margin-bottom: 4px;
  }
  /* line 84, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
  .products.index .container-fluid .data-container .sub-taxons-and-sort-group .search-product-keyword .category-count {
    margin-left: 16px;
  }
  /* line 88, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
  .products.index .container-fluid .data-container .sub-taxons-and-sort-group .search-product-keyword .no-result-section {
    margin-bottom: 24px;
  }
  /* line 92, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
  .products.index .container-fluid .data-container .sub-taxons-and-sort-group .search-product-keyword .no-result-section .no-result-found .no-result-heading {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  /* line 100, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
  .products.index .container-fluid .data-container .sub-taxons-and-sort-group .search-product-keyword .no-result-section .no-result-text {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 108, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
  .products.index .container-fluid .data-container .our-pick {
    padding: 16px 0 8px 0;
    font-family: 'Lexend-medium';
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 120, app/assets/stylesheets/spree/frontend/produt_search.css.scss */
.taxons.show .product-search-results-top {
  display: none;
}
/* line 2, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 7, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page #hero-div {
  width: 100%;
  margin-bottom: 0px;
}

/* line 12, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .filter-mob-area {
  display: none;
}

/* line 15, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .filter-mob-area .filter-button-mob-container {
  display: none;
}

/* line 20, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* line 27, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .gift-page-sidebar {
  font-family: 'Poppins-medium';
  max-width: 218px;
  min-width: 170px;
  width: 100%;
  padding: 75px 16px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: var(--palette-primary-700);
  position: sticky;
  top: 0;
  align-self: flex-start;
  max-height: 100vh;
  overflow-y: auto;
}

/* line 44, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .gift-page-sidebar .gift-filter-type {
  background-color: var(--palette-primary-50);
  padding: 8px;
  border-radius: 6px;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* line 51, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .gift-page-sidebar .gift-filter-type .gift-filter-type-copy {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.015em;
}

/* line 59, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .gift-page-sidebar .font-12 {
  font-size: 12px;
}

/* line 63, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .gift-page-sidebar .gift-filter-values {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 68, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .gift-page-sidebar .gift-filter-values .gift-filter-value {
  padding: 4px 8px;
  border: 1px solid var(--palette-primary-300);
  border-radius: 100px;
  cursor: pointer;
  color: var(--palette-primary-700);
  min-width: 80px;
  text-align: center;
}

/* line 77, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .gift-page-sidebar .gift-filter-values .gift-filter-value:hover, .products.gift_page .container-fluid .gift-page .gift-page-content-section .gift-page-sidebar .gift-filter-values .gift-filter-value.active {
  background: var(--palette-primary-500);
  color: #fff;
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .sperator {
  border: 1px solid #DCDCDC;
}

/* line 90, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container {
  max-width: 1656px;
  margin: 0px;
  overflow-x: auto;
  width: 100%;
}

/* line 96, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section {
  max-width: 1071px;
  padding: 0 16px;
  width: 100%;
  margin: auto;
  position: relative;
}

/* line 103, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .carousel-button {
  position: absolute;
  transform: translateY(-50%);
  background-color: white;
  color: white;
  border: 2px solid var(--palette-primary-500);
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  display: none;
  z-index: 10;
  top: 41%;
}

/* line 116, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .carousel-button.left {
  left: 0;
  border-left: transparent;
  border-radius: 0 8px 8px 0;
}

/* line 122, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .carousel-button.right {
  border-right: transparent;
  border-radius: 8px 0px 0px 8px;
  right: 0;
}

/* line 128, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 16px 0px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  overflow-x: auto;
  text-align: center;
}

/* line 138, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider::-webkit-scrollbar {
  display: none;
}

/* line 142, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider::-webkit-scrollbar-track {
  display: none;
}

/* line 146, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider::-webkit-scrollbar-thumb {
  display: none;
}

/* line 150, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider .category-circle {
  margin-bottom: 5px;
}

/* line 153, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider .category-circle .circle {
  background: #ffb414;
  width: 72px;
  height: 72px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 8px;
  cursor: pointer;
  overflow: hidden;
}

/* line 163, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider .category-circle .circle .image {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 3px;
}

/* line 172, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider .category-circle .name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--palette-neutral-700);
  display: block;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  cursor: pointer;
}

/* line 184, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider .category-circle .name:hover {
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section {
  padding: 39px 16px 32px;
}

/* line 195, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .farm-img {
  height: auto;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}

/* line 203, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card {
  max-width: 380px;
  width: 100%;
  margin: 0;
  margin-bottom: 12px;
}

/* line 210, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .image-container {
  max-width: 380px;
  max-height: 380px;
  height: 380px;
  margin-bottom: 12px;
  aspect-ratio: 1 / 1;
}

/* line 217, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .image-container img {
  max-width: unset;
  -o-object-fit: none;
     object-fit: none;
}

/* line 223, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section {
  row-gap: 0;
}

/* line 226, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* line 233, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .price .product-on-sale .sale-discount-section {
  justify-content: space-between;
}

/* line 236, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .price .product-on-sale .sale-discount-section .orignal-price {
  font-weight: 500;
}

/* line 239, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .price .product-on-sale .sale-discount-section .orignal-price .without-bundle {
  font-size: 8px;
  line-height: normal;
}

/* line 244, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .price .product-on-sale .sale-discount-section .orignal-price .original-price-value {
  font-size: 12px;
  line-height: normal;
}

/* line 251, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .out-of-stock-text .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 268, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .name {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.24px;
  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 286, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .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 302, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .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 309, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .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 317, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .add-to-cart-button .btns-group .gift-qty {
  width: 55px;
  margin: 0 auto;
  display: inline-block;
}

/* line 322, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .add-to-cart-button .btns-group .gift-qty a {
  margin-right: 6px;
  text-decoration: none;
}

/* line 326, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .add-to-cart-button .btns-group .gift-qty a img {
  width: 24px !important;
}

/* line 332, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .add-to-cart-button .btns-group .disable-btn {
  color: #E4E4E7;
}

/* line 336, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .add-to-cart-button .btns-group .add-to-cart:hover {
  background: var(--palette-primary-600);
}

/* line 340, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .add-to-cart-button .btns-group :disabled {
  background: var(--palette-neutral-300);
  border-color: var(--palette-neutral-300);
}

/* line 343, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .add-to-cart-button .btns-group :disabled:hover {
  background: var(--palette-neutral-300) !important;
}

/* line 349, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container {
  transition: all 0.25s ease-in;
  margin-bottom: 36px;
}

/* line 352, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-page-category-head {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 0 15px;
}

/* line 359, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-page-category-head .category-name {
  display: flex;
  align-items: center;
  font-family: 'Poppins-semi-bold';
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
  text-align: left;
}

/* line 370, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-page-category-head .see-all {
  border: 1px solid;
  border-color: transparent;
  border-radius: 6px;
  cursor: pointer;
}

/* line 376, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-page-category-head .see-all .see-all-link {
  display: inline-block;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  color: #000000;
  padding: 8px 16px;
}

/* line 389, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-page-category-head .see-all:hover {
  border-color: #D4D4D8;
  background: white;
}

/* line 396, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 400, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper .carousel-button {
  position: absolute;
  transform: translateY(-50%);
  background-color: white;
  color: white;
  border: 4px solid var(--palette-primary-500);
  border-right: transparent;
  border-radius: 8px 0px 0px 8px;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  display: none;
  z-index: 10;
}

/* line 414, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper .carousel-button.left {
  left: 0;
  top: 26%;
  transform: rotate(180deg) scale(1, 1);
}

/* line 420, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper .carousel-button.right {
  right: 0;
  top: 35%;
}

/* line 425, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper .gift-standard-cards-wrapper:hover .carousel-button {
  display: block;
}

/* line 429, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper .carousel-button:disabled {
  display: none;
  cursor: not-allowed;
}

/* line 433, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper .gift-standard-cards {
  scroll-behavior: smooth;
  display: flex;
  justify-content: start;
  overflow-x: auto;
  -moz-column-gap: 19px;
       column-gap: 19px;
}

/* line 439, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper .gift-standard-cards::-webkit-scrollbar {
  display: none;
}

/* line 443, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper .gift-standard-cards::-webkit-scrollbar-track {
  display: none;
}

/* line 447, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-standard-cards-wrapper .gift-standard-cards::-webkit-scrollbar-thumb {
  display: none;
}

/* line 454, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .see-more {
  max-width: 604px;
  width: 100%;
  margin: 0 auto 48px;
  border: 1px solid #A1A1AA;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

/* line 463, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .see-more .see-more-button {
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  color: #000000;
  margin: 0 auto;
}

/* line 476, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .see-more .load-spinner {
  margin: 8px 0;
}

/* line 480, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .see-more .see-more-button:hover {
  background-color: var(--palette-primary-500);
}

/* line 489, app/assets/stylesheets/spree/gift_page.css.scss */
.products.gift_page .footer_v2 {
  margin-top: 0px;
}

@media (max-width: 1095px) {
  /* line 522, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .price .product-on-sale .sale-discount-section {
    flex-direction: column;
    row-gap: 0;
  }
}

@media (max-width: 991px) {
  /* line 536, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .sperator {
    display: none;
  }
  /* line 540, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 {
    background-color: #000 !important;
  }
  /* line 543, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .container-fluid .small-bottom-bar-v2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  /* line 551, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 {
    background-color: #404042;
    border: 2px solid #404042;
  }
  /* line 555, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2:focus-within {
    border: 2px solid #ffb514;
  }
  /* line 559, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 572, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 580, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 591, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .ag-logo-link {
    display: block;
    padding: 0 16px;
  }
  /* line 596, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 608, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box #search-modal-nav {
    border: 2px solid #ffb514;
  }
  /* line 612, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 {
    background: white;
    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 628, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2::-moz-placeholder {
    color: #808080;
  }
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2::placeholder {
    color: #808080;
  }
  /* line 632, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 635, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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, .products.gift_page .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 638, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 645, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 655, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 659, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 673, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .search-list-box .search-list-heading, .products.gift_page .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 682, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 689, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 699, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 703, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 711, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 723, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 728, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 735, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 739, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 745, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 758, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 768, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 772, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 779, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 785, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 790, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 800, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 804, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 809, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 817, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 825, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 833, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 843, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 850, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 861, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 863, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 869, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 872, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 879, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 884, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 889, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 898, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 913, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 919, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 939, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 944, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 949, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 954, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 973, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 977, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 981, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 986, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 993, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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: #1e1e1e;
    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 1015, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-form_v2 .m-search-close {
    display: none;
  }
  /* line 1019, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1025, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1032, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1038, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1042, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1052, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1056, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1063, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1074, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1082, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1091, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1102, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .no-result-found {
    order: 1;
  }
  /* line 1107, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search .search-form_v2 .search-list-box .search-feature-block {
    display: none;
  }
  /* line 1112, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1122, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1132, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1140, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1144, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1160, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #taxonomiespartial {
    display: none;
  }
  /* line 1163, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #taxonomiespartial.display-show,
.products.gift_page #taxonomiespartial .display-show {
    display: block;
  }
  /* line 1169, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 {
    padding-bottom: 165px;
  }
  /* line 1172, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #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 1185, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left {
    background-color: #f9f9f9;
    max-width: 299px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  /* line 1193, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxonomy-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0px;
    border-bottom: 1px solid var(--palette-neutral-100);
    margin-bottom: 22px;
  }
  /* line 1201, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxonomy-header .header-back {
    display: flex;
    align-items: center;
    gap: 0;
  }
  /* line 1206, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxonomy-header .header-back .back {
    width: 56px;
    display: block;
  }
  /* line 1212, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #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;
    color: var(--palette-neutral-900);
  }
  /* line 1222, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxo-lists {
    padding: 0 16px 16px 24px;
    overflow-y: auto;
  }
  /* line 1226, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxo-lists .category-section {
    justify-content: space-between;
  }
  /* line 1230, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxo-lists .category-name {
    white-space: nowrap;
  }
  /* line 1234, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxo-lists .open_sub_set {
    justify-content: flex-end;
    width: -webkit-fill-available;
  }
  /* line 1239, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxo-lists .taxo-list-items {
    margin-bottom: 28px;
  }
  /* line 1242, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxo-lists .taxo-list-items:hover {
    color: #FFB514;
    font-weight: bold;
  }
  /* line 1247, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #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 1258, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #header_v2 .overlay .overlay-left .taxo-lists .taxo-list-items a:hover {
    text-decoration: none;
  }
  /* line 1268, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .search-category-badge {
    display: none;
  }
  /* line 1272, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .search-btn-v2 {
    display: none;
  }
  /* line 1276, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1287, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .search-list-box .search-list-block {
    order: 2;
    width: 100%;
  }
  /* line 1291, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .search-list-box .search-list-block .search-list-heading.popular-searches-heading {
    display: none !important;
  }
  /* line 1295, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .search-list-box .search-list-block .nav-header-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  /* line 1300, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1312, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1320, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .search-list-box .search-list-block .facet-filter {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
  }
  /* line 1327, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1337, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1347, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1355, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1365, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .search-list-box .search-list-block .search-list .search-list-item-group {
    width: 100%;
    display: flex;
  }
  /* line 1370, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1379, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1390, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .search-list-box .no-result-found {
    order: 1;
    margin-top: 20px;
  }
  /* line 1395, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .search-list-box .search-feature-block {
    display: none;
  }
  /* line 1400, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .navbar_v2 {
    display: none;
  }
  /* line 1404, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .modal-header-top {
    display: block;
    border: 0;
  }
  /* line 1409, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box, .products.gift_page .coupon-code-mob-box {
    width: 100%;
    left: 0px;
    top: 60px;
    background: #27272A;
    text-align: center;
  }
  /* line 1416, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .black-friday-countdown, .products.gift_page .black-friday-mob-box .coupon-code-text, .products.gift_page .coupon-code-mob-box .black-friday-countdown, .products.gift_page .coupon-code-mob-box .coupon-code-text {
    padding: 17px;
  }
  /* line 1419, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .black-friday-countdown .display-justify, .products.gift_page .black-friday-mob-box .coupon-code-text .display-justify, .products.gift_page .coupon-code-mob-box .black-friday-countdown .display-justify, .products.gift_page .coupon-code-mob-box .coupon-code-text .display-justify {
    display: inherit;
    justify-content: center;
    margin-bottom: 10px;
  }
  /* line 1424, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .black-friday-countdown .display-justify img, .products.gift_page .black-friday-mob-box .coupon-code-text .display-justify img, .products.gift_page .coupon-code-mob-box .black-friday-countdown .display-justify img, .products.gift_page .coupon-code-mob-box .coupon-code-text .display-justify img {
    margin: 0 2px 3px 0;
  }
  /* line 1428, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .black-friday-countdown .for-mbl, .products.gift_page .black-friday-mob-box .coupon-code-text .for-mbl, .products.gift_page .coupon-code-mob-box .black-friday-countdown .for-mbl, .products.gift_page .coupon-code-mob-box .coupon-code-text .for-mbl {
    margin-bottom: 0;
  }
  /* line 1433, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .black-friday, .products.gift_page .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 1441, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .black-friday a, .products.gift_page .coupon-code-mob-box .black-friday a {
    color: #FFB514;
    text-decoration: none;
  }
  /* line 1446, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .deals-here-for, .products.gift_page .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 1458, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .deals-here-for.text, .products.gift_page .coupon-code-mob-box .deals-here-for.text {
    margin-right: 0;
  }
  /* line 1462, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .countdown-box, .products.gift_page .coupon-code-mob-box .countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48px;
    height: 32px;
    background: #F4F4F5;
    border-radius: 4px;
  }
  /* line 1472, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .time-space, .products.gift_page .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 1482, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .shop-now, .products.gift_page .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 1498, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .shop-now svg, .products.gift_page .coupon-code-mob-box .shop-now svg {
    margin-left: 9px;
  }
  /* line 1502, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .time, .products.gift_page .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 1511, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .black-friday-mob-box .days, .products.gift_page .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 1522, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .store-heading {
    color: #353535;
    font-size: 15px;
  }
  /* line 1527, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1543, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .have-cash {
    color: #FFFFFF;
    background: #51C571;
  }
  /* line 1548, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .no-cash {
    color: #1E1E1E;
    background: #DADADA;
    border: 2px solid #E5E5E5;
  }
  /* line 1554, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .modal-body-content {
    overflow: auto;
    height: 0;
    padding: 0;
  }
  /* line 1560, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1568, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .modal-footer-bottom .social-icons {
    border-radius: 0;
    position: relative;
  }
  /* line 1572, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .modal-footer-bottom .social-icons .nav {
    flex-wrap: inherit;
  }
  /* line 1578, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .unsigned-btns {
    padding: 16px;
    text-align: -webkit-center;
  }
  /* line 1581, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .unsigned-btns a:hover {
    text-decoration: none;
  }
  /* line 1583, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .unsigned-btns a:hover:last-child {
    color: inherit;
  }
  /* line 1589, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .confirm-btn {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 16px;
    margin-top: 10px;
  }
  /* line 1596, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1607, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .sign-up-btn,
.products.gift_page .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 1626, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .login-up-btn,
.products.gift_page .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 1643, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-navbar-confirm-logout {
    display: none;
    margin-top: -20px;
    text-align: center;
  }
  /* line 1648, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1661, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-navbar-confirm-logout .signup-btn:hover {
    text-decoration: none;
  }
  /* line 1666, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-navbar-confirm-logout .cancel-btn,
.products.gift_page .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 1679, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .mbl-nav-padding {
    display: flex;
    width: 100%;
    padding-top: 16px;
    align-items: center;
    justify-content: space-between;
  }
  /* line 1686, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .mbl-nav-padding .login-btn-for-mobile {
    display: flex;
  }
  /* line 1689, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .mbl-nav-padding .login-btn-for-mobile .cart-section {
    margin-right: 29px;
    margin-left: 26px;
  }
  /* line 1697, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .hamburger_v2 {
    float: left;
    padding-left: 16px;
    cursor: pointer;
    align-self: center;
  }
  /* line 1704, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #scroll-hamburger-v2 {
    display: none;
    padding-top: 4px;
  }
  /* line 1709, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 {
    height: 165px;
    background-color: #f9f9f9;
    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 1720, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2.minified {
    align-items: center;
    height: 110px;
  }
  /* line 1725, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-top-bar-v2 {
    margin-bottom: 10px;
  }
  /* line 1729, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-nav-logo {
    width: 111px;
    text-align: center;
    margin-left: 32px;
  }
  /* line 1734, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-nav-logo img {
    width: 100%;
  }
  /* line 1739, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .santa-hat-logo-section {
    width: 136px;
  }
  /* line 1743, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .coupon-bar {
    height: 40px;
    background-color: #E4E4E4;
    position: relative;
    margin-bottom: 16px;
    display: none;
  }
  /* line 1750, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .coupon-bar .coupon-area {
    display: inline-block;
    height: 40px;
    position: relative;
    background-color: #1E1E1E;
    width: 70%;
    margin-right: 45px;
  }
  /* line 1758, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1769, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .coupon-bar .coupon-area .coupon-text {
    z-index: 1;
  }
  /* line 1774, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .coupon-bar .small-nav-right {
    width: 5%;
    position: absolute;
    right: 2%;
    text-align: center;
    padding-top: 8px;
  }
  /* line 1782, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .coupon-bar .favorite-icon {
    width: 5%;
    position: absolute;
    right: 10%;
    text-align: center;
    padding-top: 8px;
  }
  /* line 1791, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .coupon-bar .coupon-area img {
    height: 24px;
    width: 24px;
    margin: auto 0 auto 14px;
  }
  /* line 1797, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1809, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .coupon-bar .coupon-area .coupon-text .coupon-code {
    color: #FFB514;
  }
  /* line 1816, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 {
    display: inline-block;
    width: 100%;
  }
  /* line 1820, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2.auto-width {
    width: calc(100% - 100px);
  }
  /* line 1824, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .navbar_search {
    width: 98%;
    margin: 0 auto;
  }
  /* line 1829, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2 {
    background: #fff;
    border-radius: 100px;
    max-height: 48px;
    display: flex;
    align-items: center;
    margin: 0px 14px;
    position: relative;
    border: 2px solid #dadada;
  }
  /* line 1839, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2.search-form-v2 {
    margin: 0 0 0 16px;
  }
  /* line 1844, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2:focus {
    border: 2px solid #ffb514;
  }
  /* line 1848, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2::-moz-placeholder {
    color: #808080;
  }
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2::placeholder {
    color: #808080;
  }
  /* line 1852, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1867, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1874, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-category-badge .category-strong {
    font-weight: 700;
    margin-left: 2px;
  }
  /* line 1880, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1896, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-input:hover {
    background-color: transparent;
  }
  /* line 1901, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1907, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-btn:hover {
    background-color: #EFEFEF;
  }
  /* line 1911, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-bar-icon {
    margin: 16px 0 16px 12px;
  }
  /* line 1913, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1922, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1929, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-search-bar-v2 .search-form_v2 .search-bar-icon .search-field-icon {
    display: none;
  }
  /* line 1936, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .small-cart-box {
    max-width: 80px;
    left: auto;
    right: 0;
    top: 55px;
    position: absolute;
    display: none;
  }
  /* line 1945, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1958, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .cart-section .cart-btn {
    padding: 0;
    width: 48;
    height: 40;
  }
  /* line 1962, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .cart-section .cart-btn:hover {
    content: url(/assets/cart_hover-db9ac63870c3fa237db30269dc0b129cf082d17a94523d063912bb6ce6b10e27.svg);
  }
  /* line 1965, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-v2 .cart-section .cart-btn img {
    width: 100%;
  }
  /* line 1972, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .remove-shadow {
    box-shadow: none;
  }
  /* line 1976, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 1986, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-header .nav-logo a img {
    width: 130px;
    margin-left: 0px;
  }
  /* line 1992, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-header .nav-logo .small-nav-logo-modal {
    width: 100%;
    max-width: 111px;
    height: 33px;
  }
  /* line 1996, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-header .nav-logo .small-nav-logo-modal img {
    width: 111px;
  }
  /* line 2000, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-header .nav-logo .small-nav-logo-modal .santa-hat-logo {
    width: 136px;
  }
  /* line 2006, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-header .close-btn, .products.gift_page .small-nav-header .home-icon {
    cursor: pointer;
  }
  /* line 2010, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-header .close-btn {
    position: relative;
    right: auto;
    top: auto;
  }
  /* line 2014, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-header .close-btn::after {
    content: none;
  }
  /* line 2020, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .btn-usr {
    background-color: transparent;
    border: none;
    cursor: pointer;
    box-shadow: none;
    margin-right: 33px;
  }
  /* line 2027, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .btn-usr img {
    height: 24px;
    width: 24px;
  }
  /* line 2033, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal {
    right: auto;
    background: #000000aa;
    z-index: 11111;
  }
  /* line 2038, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal #small-modal-content {
    border-radius: 0;
  }
  /* line 2042, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal .modal-dialog {
    width: 299px;
    height: 100%;
  }
  /* line 2047, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0px 16px 16px 0px;
    border: none;
    background: var(--palette-neutral-50);
  }
  /* line 2056, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .modal.left .modal-dialog {
    position: fixed;
    transform: translate3d(0%, 0, 0);
  }
  /* line 2064, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .modal.left.fade .modal-dialog {
    left: -350px;
    transition: opacity 1s linear, left 0.5s ease-out;
  }
  /* line 2072, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .modal.left.fade.show .modal-dialog {
    left: 0;
  }
  /* line 2076, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 2083, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 2093, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 2103, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 2121, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .store-credit-block .have-cash {
    color: #FFFFFF;
    background: var(--palette-success-600);
    border: 0;
  }
  /* line 2127, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .store-credit-block .no-cash {
    color: #353535;
    background: #DADADA;
  }
  /* line 2133, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 {
    max-width: 267px;
    height: auto;
    width: 100%;
    margin: 0 auto 22px auto;
  }
  /* line 2139, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .unsigned-btns {
    padding: 0 6px;
    margin-bottom: 30px;
  }
  /* line 2143, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #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 2152, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .unsigned-btns .joinus-login-block {
    gap: 9px;
  }
  /* line 2157, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .menu-heading {
    padding: 16px 82px 0px 17px;
  }
  /* line 2161, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .poppins-bold-text-18 {
    font-weight: 400;
  }
  /* line 2165, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .modal-body {
    padding: 0 16px;
  }
  /* line 2168, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .modal-body .list-item {
    margin-bottom: 28px;
  }
  /* line 2170, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #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 2178, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .modal-body .list-item a:hover {
    text-decoration: none;
  }
  /* line 2182, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .modal-body .list-item a .account-icons {
    margin-right: 10px;
  }
  /* line 2186, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .modal-body .list-item a .about-us-icons {
    margin-right: 7px;
    margin-left: -2px;
  }
  /* line 2192, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .modal-body .list-item .small-navbar-logout-btn {
    color: #CC2E09;
  }
  /* line 2196, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-nav-list-top-v2 .modal-body .list-item .logout-btn {
    color: #CC2E09;
  }
  /* line 2203, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page _::-webkit-full-page-media, .products.gift_page _:future, .products.gift_page :root .scrollable {
    max-height: calc(100vh - 400px) !important;
  }
  /* line 2208, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom ::-webkit-scrollbar {
    padding-top: 6px;
    width: 12px;
    background: #F9F9F9;
  }
  /* line 2214, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom ::-webkit-scrollbar-thumb {
    background: #F1B71C;
    border-right: 9px #F9F9F9 solid;
    background-clip: padding-box;
  }
  /* line 2220, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom ::-webkit-scrollbar-track {
    border-radius: 100px;
  }
  /* line 2224, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom .modal-body {
    padding: 4px 16px;
    border-bottom: 1px solid var(--palette-neutral-100);
    margin-top: 20px;
  }
  /* line 2229, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom .modal-body .scrollable {
    margin-top: 12px;
    max-height: calc(100vh - 475px);
    overflow-y: scroll;
  }
  /* line 2235, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom .modal-body .category-title-list-block {
    padding: 0 8px;
  }
  /* line 2237, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 2246, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items .category-section {
    justify-content: space-between;
  }
  /* line 2250, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items .category-name {
    white-space: nowrap;
  }
  /* line 2254, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 2259, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items:hover {
    color: #FFB514;
    font-weight: bold;
  }
  /* line 2264, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items a {
    color: inherit;
  }
  /* line 2266, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom .modal-body .category-title-list-block .category-list-items a:hover {
    text-decoration: none;
  }
  /* line 2272, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .small-nav-list-bottom .modal-body .category-title-list-block .category-item-heading {
    font-family: 'Poppins-semi-bold';
    font-weight: 600;
  }
  /* line 2280, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-modal-dialouge {
    overflow: hidden;
  }
  /* line 2282, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-modal-dialouge ::-webkit-scrollbar {
    padding-top: 6px;
    width: 12px;
    background: #F9F9F9;
  }
  /* line 2288, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-modal-dialouge ::-webkit-scrollbar-thumb {
    background: #F1B71C;
    border-right: 9px #F9F9F9 solid;
    background-clip: padding-box;
  }
  /* line 2294, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-modal-dialouge ::-webkit-scrollbar-track {
    border-radius: 100px;
  }
  /* line 2298, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-modal-dialouge h4 {
    font-weight: bold;
    border-bottom: 2px solid #e7e7e7;
  }
  /* line 2303, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #small-modal-dialouge .dropdown-divider {
    margin: 0 0 21px 0;
  }
  /* line 2308, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal {
    background: rgba(23, 23, 23, 0.9);
    z-index: 1111111;
  }
  /* line 2312, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal .nav-small-search-bar {
    display: inline-block;
    width: 99.5%;
    padding-left: 15px;
    padding-right: 16px;
  }
  /* line 2318, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #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 2328, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #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 2344, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal .nav-small-search-bar .search-form_v2 .search-input::-moz-placeholder {
    color: #808080;
  }
  .products.gift_page #responsiveModal .nav-small-search-bar .search-form_v2 .search-input::placeholder {
    color: #808080;
  }
  /* line 2349, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #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 2359, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal .dropdown-divider {
    border-top: 2px solid #DADADA;
  }
  /* line 2363, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal .rm-dropdown-gap {
    margin-bottom: 0px;
  }
  /* line 2367, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal .home-btn-unassigned {
    background: none !important;
    border: 1px solid #1E1E1E;
  }
  /* line 2372, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal .home-btn-v2, .products.gift_page #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 2388, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page #responsiveModal .home-btn-v2 .home-text, .products.gift_page #responsiveModal .home-btn-unassigned .home-text {
    padding: 2px 0 0px 10px;
  }
  /* line 2394, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .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 2404, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .social-icons a {
    padding: 0px 16px;
  }
  /* line 2408, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .social-icons .nav-link {
    color: black;
    font-size: 20px;
  }
  /* line 2411, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .social-icons .nav-link:hover {
    color: #F1B71C;
  }
  /* line 2419, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal {
    background: #000000aa;
    z-index: 11111;
  }
  /* line 2423, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-dialog {
    width: 100%;
  }
  /* line 2427, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-height: 100%;
    border: none;
    background: var(--palette-neutral-50);
    border-radius: 8px 8px 0px 0px;
  }
  /* line 2437, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-header-top {
    margin-top: 18px;
    font-family: 'Poppins-bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.015em;
    text-align: center;
  }
  /* line 2447, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content {
    height: 100%;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  /* line 2452, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content {
    margin-top: 18px;
    font-family: 'Poppins-medium';
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: var(--palette-primary-700);
  }
  /* line 2460, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-type {
    background-color: var(--palette-primary-50);
    padding: 8px 16px;
    border-radius: 6px;
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 2467, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-type .gift-filter-type-copy {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.015em;
  }
  /* line 2475, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .font-12 {
    font-size: 12px;
  }
  /* line 2479, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  /* line 2486, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-values {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    flex-wrap: wrap;
    padding: 0 16px;
  }
  /* line 2493, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-values input[type=radio] {
    display: none;
  }
  /* line 2497, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-values label {
    min-width: 80px;
    text-align: center;
    margin-bottom: 0;
    padding: 8px 16px;
    border: 1px solid var(--palette-primary-300);
    border-radius: 100px;
    cursor: pointer;
  }
  /* line 2506, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-values label:hover {
    background: var(--palette-primary-500);
    color: #fff;
    text-decoration: none;
  }
  /* line 2513, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-values input[type=radio]:checked + label {
    background: var(--palette-primary-500);
    color: #fff;
    text-decoration: none;
  }
  /* line 2519, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-values .gift-filter-value {
    padding: 8px 16px;
    border: 1px solid var(--palette-primary-300);
    border-radius: 100px;
    cursor: pointer;
    color: var(--palette-primary-700);
    min-width: 80px;
    text-align: center;
  }
  /* line 2528, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-values .gift-filter-value:hover, .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .gift-filter-values .gift-filter-value.active {
    background: var(--palette-primary-500);
    color: #fff;
    text-decoration: none;
  }
  /* line 2536, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page #filterModal .modal-content .modal-body-content .modal-body-filter-content .filter-apply-button-text {
    color: #FAFAFA;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.015em;
    text-align: center;
    padding: 10px 8px;
    background-color: #FFB514;
    border: none;
    border-radius: 4px;
    margin: 16px;
    width: calc(100% - 32px);
  }
  /* line 2554, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .modal.bottom .modal-dialog {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
  }
  /* line 2564, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .modal.bottom.fade .modal-dialog {
    transition: transform 0.1s linear;
  }
  /* line 2571, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .modal.bottom.fade.show .modal-dialog {
    transform: translateX(-50%) translateY(0);
  }
  /* line 2577, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .filter-mob-area {
    position: sticky;
    top: 71px;
    z-index: 1;
    height: 72px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 16px;
    box-shadow: 0px 10px 15px -3px rgba(16, 24, 40, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
  }
  /* line 2590, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .filter-mob-area .filter-button-mob-container {
    font-family: 'Poppins-medium';
    display: flex;
    justify-content: flex-end;
    padding: 0 16px;
  }
  /* line 2596, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .filter-mob-area .filter-button-mob-container .filter-button-mob {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    max-width: 88px;
    width: 100%;
    background-color: #FFF8E8;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid var(--palette-primary-300);
  }
  /* line 2608, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .filter-mob-area .filter-button-mob-container .filter-button-mob .filter-copy-mob {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.015em;
    color: #9E6900;
  }
  /* line 2620, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .gift-page-sidebar {
    display: none;
  }
  /* line 2625, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section {
    padding: 0 16px;
  }
  /* line 2629, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .categories-section .categories-slider .category-circle .circle {
    width: 78px;
    height: 78px;
  }
  /* line 2636, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section {
    grid-template-columns: 1fr 1fr;
    padding: 0px 16px 24px;
  }
  /* line 2640, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card {
    max-width: 292px;
  }
  /* line 2642, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .image-container {
    max-width: 292px;
    max-height: 292px;
    height: 292px;
  }
  /* line 2648, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .price .product-on-sale .sale-discount-section {
    flex-direction: row;
  }
  /* line 2653, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card:hover .image-container img {
    transform: none;
  }
}

@media (max-width: 767px) {
  /* line 2668, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section {
    border-radius: 0;
  }
  /* line 2672, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .see-more {
    width: unset;
    margin: 0 27px 28px 27px;
  }
  /* line 2676, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .see-more .see-more-button {
    font-size: 16px;
  }
  /* line 2683, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container {
    margin-bottom: 24px;
  }
  /* line 2685, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-page-category-head {
    padding: 0;
  }
  /* line 2687, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .gift-page-container .gift-page-category-head .category-name {
    font-size: 20px;
  }
  /* line 2700, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .add-to-cart-button .btns-group .add-to-cart {
    width: 100%;
    padding: 4px 16px;
    font-size: 12px;
  }
  /* line 2706, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .add-to-cart-button .btns-group .change-qty-btn {
    padding: 4px 0;
  }
  /* line 2710, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .add-to-cart-button .btns-group .qty-btn {
    padding: 8px 10px;
  }
  /* line 2714, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .add-to-cart-button .btns-group .gift-qty {
    width: 40px;
  }
  /* line 2718, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .add-to-cart-button .btns-group .gift-qty a img {
    width: 20px !important;
  }
}

@media (max-width: 500px) {
  /* line 2738, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .price .product-on-sale .sale-discount-section {
    flex-direction: column;
  }
}

@media (max-width: 375px) {
  /* line 2753, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section {
    grid-template-columns: 1fr;
  }
  /* line 2757, app/assets/stylesheets/spree/gift_page.css.scss */
  .products.gift_page .container-fluid .gift-page .gift-page-content-section .data-container .product-categories-section .standard-product-card .title-price-section .price-cart-section .price .product-on-sale .sale-discount-section {
    flex-direction: row;
  }
}

/* line 2769, app/assets/stylesheets/spree/gift_page.css.scss */
.gift-standard-cards {
  scroll-behavior: smooth;
  display: flex;
  justify-content: start;
  overflow-x: auto;
  -moz-column-gap: 19px;
       column-gap: 19px;
}

/* line 2775, app/assets/stylesheets/spree/gift_page.css.scss */
.gift-standard-cards::-webkit-scrollbar {
  display: none;
}

/* line 2779, app/assets/stylesheets/spree/gift_page.css.scss */
.gift-standard-cards::-webkit-scrollbar-track {
  display: none;
}

/* line 2783, app/assets/stylesheets/spree/gift_page.css.scss */
.gift-standard-cards::-webkit-scrollbar-thumb {
  display: none;
}
/* line 1, app/assets/stylesheets/spree/header.css.scss */
.navBar {
  background-color: #000000;
  height: 80px;
  width: 100%;
  color: #ffffff;
}

/* line 7, app/assets/stylesheets/spree/header.css.scss */
.navBar .logo {
  padding: 22px 0px;
  margin-left: 4%;
  margin-right: 0px;
  max-height: 80px;
  width: 10.5%;
}

/* line 13, app/assets/stylesheets/spree/header.css.scss */
.navBar .logo img {
  height: 32px;
  width: 150px;
}

/* line 19, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list {
  list-style: none;
  width: 38%;
  margin-left: 17px;
  line-height: 16px;
  align-self: center;
  padding: 25px 0px;
}

/* line 28, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list .product-option {
  padding-right: 12px;
  padding-left: 10px;
  position: relative;
}

/* line 34, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list .home-option {
  padding-right: 6px;
  padding-left: 16px;
}

/* line 39, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list li .home-option-link:hover {
  color: #F1B71C;
}

/* line 44, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list li .deals-option-link:hover {
  text-decoration: none;
  border-bottom: 8px solid #D52C2C;
  padding-bottom: 20px;
}

/* line 50, app/assets/stylesheets/spree/header.css.scss */
.navBar .active {
  text-decoration: none;
  border-bottom: 8px solid #D52C2C;
  padding-bottom: 20px;
}

/* line 56, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list .deals-option a {
  padding-right: 29px;
  padding-left: 29px;
}

/* line 61, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list .product-option:hover .mega-menu-dropdown {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  will-change: transform;
}

/* line 69, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list .product-option:hover,
.navBar .nav-list .deals-option:hover {
  margin-top: -1px;
}

/* line 74, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list li .nav-list-item {
  padding-right: 16px;
  padding-left: 17px;
  color: #ffffff;
  vertical-align: middle;
}

/* line 81, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list li .product-btn:hover {
  text-decoration: none;
  border-bottom: 8px solid #F1B71C;
  padding-bottom: 20px;
}

/* line 87, app/assets/stylesheets/spree/header.css.scss */
.navBar .nav-list li[aria-expanded="true"] .nav-list-item {
  text-decoration: none;
  border-bottom: 8px solid #F1B71C;
  padding-bottom: 20px;
}

/* line 93, app/assets/stylesheets/spree/header.css.scss */
.navBar .navbar-right {
  width: 44%;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
}

/* line 99, app/assets/stylesheets/spree/header.css.scss */
.navBar .navbar-right .right-btn-group {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 240px;
}

/* line 108, app/assets/stylesheets/spree/header.css.scss */
.navBar .search-box {
  border-radius: 50px;
  border: none;
  width: 66%;
}

/* line 114, app/assets/stylesheets/spree/header.css.scss */
.navBar .search-box input {
  border-radius: 50px;
  border: none;
  width: 100%;
  height: 40px;
  padding: 1rem;
}

/* line 122, app/assets/stylesheets/spree/header.css.scss */
.navBar .btn-usr {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-shadow: none;
  padding-right: 10px;
}

/* line 129, app/assets/stylesheets/spree/header.css.scss */
.navBar .btn-usr:hover {
  background-color: transparent;
}

/* line 132, app/assets/stylesheets/spree/header.css.scss */
.navBar .btn-usr .btn-user-icon {
  padding-right: 6px;
}

/* line 138, app/assets/stylesheets/spree/header.css.scss */
.navBar .btn-usr[aria-expanded="false"]::after {
  content: url(/assets/arrow_down_slim_white-2549fee1985fdc66a9bfaf6b31312b9dd54758955500763e2d18d4c4347a9a59.svg);
  position: absolute;
  z-index: 999;
}

/* line 146, app/assets/stylesheets/spree/header.css.scss */
.navBar .btn-usr[aria-expanded="true"]::after {
  content: url(/assets/arrow_up_slim_white-ea3a2c5d8ea2b41e143c3929558747371abd265e19cdd10487e0cce81ca50b8c.svg);
  position: absolute;
  z-index: 999;
}

/* line 153, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown {
  width: 544px;
  padding: 41px;
  top: 46px !important;
  left: 9px !important;
  overflow: hidden;
  border-radius: 0.25rem .25rem 16px 16px;
}

/* line 161, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown h6 {
  font-weight: bold;
}

/* line 165, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown a {
  color: #515151;
}

/* line 169, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown a:hover {
  text-decoration: none;
}

/* line 173, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown .bg-mega-menu-dropdown {
  position: relative;
  min-height: 136px;
}

/* line 176, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown .bg-mega-menu-dropdown .product-menu-outer {
  padding-left: 0px;
  padding-right: 50px;
  margin-bottom: 40px;
}

/* line 181, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown .bg-mega-menu-dropdown .product-menu-outer .product-menu-inner {
  padding-left: 12px;
}

/* line 183, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown .bg-mega-menu-dropdown .product-menu-outer .product-menu-inner .drop-down-bold-heading {
  margin-bottom: 9px;
  font-size: 18px;
}

/* line 189, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown .bg-mega-menu-dropdown .product-menu-outer:last-child, .navBar .mega-menu-dropdown .bg-mega-menu-dropdown .product-menu-outer:nth-last-child(2) {
  margin-bottom: 0px;
}

/* line 195, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown .bg-mega-menu-dropdown .product-dropdown-submenu {
  cursor: pointer;
}

/* line 199, app/assets/stylesheets/spree/header.css.scss */
.navBar .mega-menu-dropdown .bg-mega-menu-dropdown .bg-nav-product-dropdown {
  position: absolute;
  bottom: -65px;
  right: -44px;
  z-index: -1;
}

/* line 208, app/assets/stylesheets/spree/header.css.scss */
.navBar .custom-menu {
  width: 283px;
  padding: 16px 26px;
  height: 57px;
  top: 46px !important;
  left: 9px !important;
  overflow: hidden;
  border-radius: 0.25rem .25rem 16px 16px;
}

/* line 217, app/assets/stylesheets/spree/header.css.scss */
.navBar .custom-menu a {
  color: #1E1E1E;
}

/* line 221, app/assets/stylesheets/spree/header.css.scss */
.navBar .custom-menu a:hover {
  text-decoration: none;
}

/* line 225, app/assets/stylesheets/spree/header.css.scss */
.navBar .custom-menu .bg-mega-menu-dropdown {
  position: relative;
  min-height: 57px;
}

/* line 228, app/assets/stylesheets/spree/header.css.scss */
.navBar .custom-menu .bg-mega-menu-dropdown .product-menu-outer {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 40px;
}

/* line 233, app/assets/stylesheets/spree/header.css.scss */
.navBar .custom-menu .bg-mega-menu-dropdown .product-menu-outer .product-menu-inner {
  padding-left: 0px;
}

/* line 237, app/assets/stylesheets/spree/header.css.scss */
.navBar .custom-menu .bg-mega-menu-dropdown .product-menu-outer:last-child, .navBar .custom-menu .bg-mega-menu-dropdown .product-menu-outer:nth-last-child(2) {
  margin-bottom: 0px;
}

/* line 243, app/assets/stylesheets/spree/header.css.scss */
.navBar .custom-menu .bg-mega-menu-dropdown .product-dropdown-submenu {
  cursor: pointer;
  font-size: 18px;
}

/* line 248, app/assets/stylesheets/spree/header.css.scss */
.navBar .custom-menu .bg-mega-menu-dropdown .bg-nav-product-dropdown {
  position: absolute;
  bottom: -65px;
  right: -44px;
  z-index: -1;
}

/* line 257, app/assets/stylesheets/spree/header.css.scss */
.navBar .boder-left-yellow {
  border-left: 1px solid #f1b71c;
}

/* line 261, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu.show {
  top: 20px !important;
  padding: 0px;
  left: 12px !important;
}

/* line 266, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: visible;
  width: 263px;
}

/* line 272, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .unsigned-btns {
  height: 70px;
  display: flex;
  padding: 15px;
}

/* line 277, app/assets/stylesheets/spree/header.css.scss */
.navBar #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 292, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .unsigned-btns .login-up-btn {
  margin-left: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  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;
  cursor: pointer;
  color: #FFFFFF;
}

/* line 307, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .arrow_box {
  position: relative;
  background: #ffffff;
}

/* line 311, app/assets/stylesheets/spree/header.css.scss */
.navBar #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 325, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .fa-check-circle:before {
  color: #51C571;
}

/* line 329, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form,
.navBar #unsigned-menu .login-form {
  display: none;
  width: 263px;
  padding: 24px 8px 16px 8px;
}

/* line 335, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form #new_spree_user,
.navBar #unsigned-menu .login-form #new_spree_user {
  width: 100%;
  text-align: center;
}

/* line 340, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .nav-login-heading,
.navBar #unsigned-menu .login-form .nav-login-heading {
  text-align: center;
}

/* line 343, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .dropdown-divider,
.navBar #unsigned-menu .login-form .dropdown-divider {
  border: 2px solid rgba(0, 0, 0, 0.12);
}

/* line 347, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .display-field,
.navBar #unsigned-menu .login-form .display-field {
  border: 1px solid #A6A6A6;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 16px;
}

/* line 358, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .fa,
.navBar #unsigned-menu .login-form .fa {
  float: right;
  margin-top: -31px;
  margin-right: 8px;
}

/* line 364, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .error-message,
.navBar #unsigned-menu .login-form .error-message {
  font-family: 'Poppins';
  font-size: 10px;
  color: #E32754;
  margin-left: auto;
  display: block;
  text-align: right;
  width: 100%;
}

/* line 374, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .green-link,
.navBar #unsigned-menu .login-form .green-link {
  font-weight: 600;
  line-height: 16px;
  text-decoration: underline;
  color: #7B8C48;
  padding: 0 17px;
}

/* line 382, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .remember-me-group,
.navBar #unsigned-menu .login-form .remember-me-group {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* line 386, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .remember-me-group .check-box,
.navBar #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 397, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .nav-login-btn,
.navBar #unsigned-menu .login-form .nav-login-btn {
  font-weight: 500;
  width: 80%;
  font-family: 'Poppins-bold';
  border: none;
  line-height: 24px;
  padding: 8px 23px;
  border-radius: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

/* line 398, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .nav-login-btn.poppins-text-12,
.navBar #unsigned-menu .login-form .nav-login-btn.poppins-text-12 {
  line-height: 24px;
}

/* line 410, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .nav-login-btn.btn-gradient-orange,
.navBar #unsigned-menu .login-form .nav-login-btn.btn-gradient-orange {
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  color: #FFFFFF;
}

/* line 416, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .signup-form .nav-login-btn.disable-btn,
.navBar #unsigned-menu .login-form .nav-login-btn.disable-btn {
  color: #A8A8A8;
  background: #F0F0F0;
  box-shadow: none;
}

/* line 424, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .forgot-pass {
  margin-bottom: 8px;
}

/* line 428, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .forgot-pass:hover {
  cursor: pointer;
}

/* line 432, app/assets/stylesheets/spree/header.css.scss */
.navBar #unsigned-menu .dropdown-item {
  background-color: white;
}

/* line 438, app/assets/stylesheets/spree/header.css.scss */
.navBar #dropdownMenuButton .dropdown-container, .navBar #userDropdownMenuButton .dropdown-container, .navBar #taxonomyDropdownMenuButton .dropdown-container {
  display: none;
}

/* line 443, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown {
  top: 23px !important;
  left: 21px !important;
  width: 263px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: visible;
}

/* line 451, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown .menu-heading {
  text-align: center;
  padding: 0;
  margin: 8px auto 16px;
}

/* line 457, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown .credit-label {
  max-width: 216px;
  background: #51C571;
  border-radius: 100px;
  margin: 2px auto 16px auto;
  padding: 6px 7px;
  color: #FFFFFF;
}

/* line 466, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown .dropdown-item.active,
.navBar .user-dropdown .dropdown-item:active {
  color: black;
  background-color: white;
}

/* line 472, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown .dropdown-item:hover {
  cursor: pointer;
  background: none;
}

/* line 478, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown #confirm-logout .signup-btn:hover {
  background-color: #E32754;
}

/* line 483, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown .dropdown-profile-icons {
  margin-right: 12px;
  margin-bottom: 2px;
}

/* line 488, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown .dropdown-icons {
  margin-right: 10px;
}

/* line 492, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown .arrow_box {
  position: relative;
  background: #ffffff;
}

/* line 496, app/assets/stylesheets/spree/header.css.scss */
.navBar .user-dropdown .arrow_box:after {
  top: -38px;
  right: 29px;
  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 511, app/assets/stylesheets/spree/header.css.scss */
.navBar .confirm-logout {
  display: none;
}

/* line 514, app/assets/stylesheets/spree/header.css.scss */
.navBar .confirm-logout .signup-btn {
  display: block;
  margin: 0 auto;
  align-items: center;
  padding: 8px 23px;
  background: #E32754;
  border-radius: 100px;
  font-weight: 600;
  color: white;
}

/* line 525, app/assets/stylesheets/spree/header.css.scss */
.navBar .confirm-logout .login-btn {
  text-align: center;
  margin-top: 5px;
}

/* line 531, app/assets/stylesheets/spree/header.css.scss */
.navBar .btn-dollar {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-shadow: none;
  display: inline-table;
}

/* line 538, app/assets/stylesheets/spree/header.css.scss */
.navBar .btn-dollar:hover {
  background-color: transparent;
}

/* line 543, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown {
  top: 17px !important;
  left: 30px !important;
  width: 274px;
  max-height: 248px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: visible;
  text-align: center;
}

/* line 553, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .menu-heading {
  text-align: center;
}

/* line 557, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .btn-cash {
  width: 220px;
  height: 41px;
  border-radius: 100px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 4px 12px;
  margin: 4px auto 18px auto;
}

/* line 572, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .have-cash {
  color: #FFFFFF;
  background: #51C571;
  border: 2px solid #A0DFB2;
}

/* line 578, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .no-cash {
  color: #353535;
  background: #DADADA;
  border: 2px solid #E5E5E5;
}

/* line 584, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .poppins-text-16 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 10px;
}

/* line 592, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .promo-details {
  line-height: 16px;
  white-space: initial;
  padding: 0;
}

/* line 598, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .poppins-text-bold {
  font-family: 'Poppins-bold';
  color: #353535;
}

/* line 603, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .cross-icon {
  padding: 8px 0;
}

/* line 607, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .dropdown-item.active,
.navBar .dollar-dropdown .dropdown-item:active {
  color: black;
  background-color: white;
}

/* line 613, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .dropdown-item:hover {
  cursor: pointer;
  background: none;
}

/* line 618, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .dropdown-icons {
  margin-right: 10px;
}

/* line 622, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .arrow_box {
  position: relative;
  background: #ffffff;
}

/* line 626, app/assets/stylesheets/spree/header.css.scss */
.navBar .dollar-dropdown .arrow_box:after {
  top: -38px;
  right: 29px;
  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 642, app/assets/stylesheets/spree/header.css.scss */
.nav-div {
  display: none;
  position: fixed;
  top: 80px;
  background: #FFFFFF;
  z-index: 1000;
  padding: 15px 15px;
}

/* line 651, app/assets/stylesheets/spree/header.css.scss */
.navBar .usr-icon {
  padding-left: 3.8%;
  padding-right: 1.9%;
  padding-top: 10px;
}

/* line 657, app/assets/stylesheets/spree/header.css.scss */
.like-btn {
  position: relative;
}

/* line 660, app/assets/stylesheets/spree/header.css.scss */
.like-btn .sec.like-notification-badge {
  display: none;
  position: absolute;
  top: 15px;
  right: 19px;
  width: 7px;
  height: 7px;
  left: auto;
  z-index: 2;
  padding: 5px 5px;
  font-size: 8px;
  color: #51C571;
  background-color: #51C571;
  border-radius: 10em;
}

/* line 677, app/assets/stylesheets/spree/header.css.scss */
.cart-btn {
  position: relative;
}

/* line 680, app/assets/stylesheets/spree/header.css.scss */
.cart-btn .sec.counter {
  display: none;
  position: absolute;
  top: -2px;
  right: -4px;
  width: 7px;
  height: 7px;
  left: auto;
  z-index: 2;
  padding: 5px 5px;
  font-size: 8px;
  color: #51C571;
  background-color: #51C571;
  border-radius: 10em;
  box-shadow: 0px 0px 0px 1px #000000;
}

/* line 699, app/assets/stylesheets/spree/header.css.scss */
.btn-link {
  box-shadow: none;
  border: none;
}

/* line 702, app/assets/stylesheets/spree/header.css.scss */
.btn-link:hover {
  background-color: transparent;
}

/* line 707, app/assets/stylesheets/spree/header.css.scss */
.navbar-signup-btn {
  background: #FFFFFF;
  border: 1px solid #606060;
  box-sizing: border-box;
  border-radius: 100px;
  letter-spacing: 0.5px;
  color: #171717;
}

/* line 716, app/assets/stylesheets/spree/header.css.scss */
.nav-search-box {
  display: inline-block;
  width: 100%;
  max-width: 480px;
}

/* line 721, app/assets/stylesheets/spree/header.css.scss */
.nav-search-box .search-form {
  background: #FFFFFF;
  border-radius: 100px;
  max-height: 40px;
  display: flex;
  align-items: center;
  max-width: 480px;
}

/* line 728, app/assets/stylesheets/spree/header.css.scss */
.nav-search-box .search-form .search-input {
  border: none;
  border-radius: 100px 0 0 100px;
  padding: 8px 0px 8px 16px;
  outline: none;
  width: 100%;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  height: 40px;
}

/* line 741, app/assets/stylesheets/spree/header.css.scss */
.nav-search-box .search-form .search-input::-moz-placeholder {
  color: #808080;
}
.nav-search-box .search-form .search-input::placeholder {
  color: #808080;
}

/* line 745, app/assets/stylesheets/spree/header.css.scss */
.nav-search-box .search-form .search-btn {
  border-radius: 0px 100px 100px 0px;
  padding: 9px 16.5px 10.5px 10px;
  outline: none;
  height: 40px;
}

/* line 754, app/assets/stylesheets/spree/header.css.scss */
.small-nav {
  display: none;
}

/* line 758, app/assets/stylesheets/spree/header.css.scss */
.accordion {
  position: relative;
  padding-right: 9px;
  overflow: scroll;
}

/* line 762, app/assets/stylesheets/spree/header.css.scss */
.accordion .question {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* line 767, app/assets/stylesheets/spree/header.css.scss */
.accordion .question[aria-expanded="false"] {
  padding-top: 12px;
  padding-bottom: 10px;
}

/* line 770, app/assets/stylesheets/spree/header.css.scss */
.accordion .question[aria-expanded="false"]::after {
  content: url(/assets/arrow_down_slim_black-49bbacf1aba16683fbeb5c4f29eb0b8ab56a8a51a69668cecbb500ef7e95a304.svg);
  position: absolute;
  right: 15px;
  z-index: 999;
}

/* line 778, app/assets/stylesheets/spree/header.css.scss */
.accordion .question[aria-expanded="true"] {
  padding-top: 12px;
  padding-bottom: 10px;
}

/* line 781, app/assets/stylesheets/spree/header.css.scss */
.accordion .question[aria-expanded="true"]::after {
  content: url(/assets/arrow_down_slim_black-49bbacf1aba16683fbeb5c4f29eb0b8ab56a8a51a69668cecbb500ef7e95a304.svg);
  position: absolute;
  right: 15px;
  z-index: 999;
  transform: rotate(180deg);
}

/* line 790, app/assets/stylesheets/spree/header.css.scss */
.accordion .answer {
  letter-spacing: 0.03em;
  color: #353535;
  line-height: 23px;
  padding-bottom: 6px;
}

/* line 795, app/assets/stylesheets/spree/header.css.scss */
.accordion .answer p {
  margin: 0;
  padding-top: 0;
  padding-bottom: 6px;
}

/* line 799, app/assets/stylesheets/spree/header.css.scss */
.accordion .answer p a, .accordion .answer p a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* line 806, app/assets/stylesheets/spree/header.css.scss */
.accordion .accordion-content:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1160px) {
  /* line 814, app/assets/stylesheets/spree/header.css.scss */
  .navBar .navbar-right {
    width: 49%;
  }
  /* line 818, app/assets/stylesheets/spree/header.css.scss */
  .navBar .logo {
    width: 11%;
    padding: 23px 0px;
    margin-left: 3%;
  }
  /* line 824, app/assets/stylesheets/spree/header.css.scss */
  .navBar .logo img {
    width: 140px;
  }
  /* line 828, app/assets/stylesheets/spree/header.css.scss */
  .navBar .nav-list {
    width: 35%;
  }
  /* line 830, app/assets/stylesheets/spree/header.css.scss */
  .navBar .nav-list .product-option {
    padding-right: 0px;
    padding-left: 9px;
  }
  /* line 834, app/assets/stylesheets/spree/header.css.scss */
  .navBar .nav-list li .nav-list-item {
    padding-right: 6px;
  }
}

@media screen and (max-width: 1000px) {
  /* line 843, app/assets/stylesheets/spree/header.css.scss */
  .navBar .logo {
    width: 15%;
    margin-left: 3%;
  }
  /* line 848, app/assets/stylesheets/spree/header.css.scss */
  .navBar .mega-menu-dropdown {
    left: 2px !important;
  }
  /* line 853, app/assets/stylesheets/spree/header.css.scss */
  .navBar .nav-list li .nav-list-item {
    padding: 0px 8px;
  }
  /* line 856, app/assets/stylesheets/spree/header.css.scss */
  .navBar .nav-list .home-option {
    padding: 0px;
  }
  /* line 860, app/assets/stylesheets/spree/header.css.scss */
  .navBar .nav-list .product-option {
    padding: 0px;
  }
  /* line 865, app/assets/stylesheets/spree/header.css.scss */
  .navBar .navbar-right {
    width: 37%;
  }
}

@media screen and (max-width: 997px) {
  /* line 872, app/assets/stylesheets/spree/header.css.scss */
  .navBar .nav-list {
    width: 40%;
  }
}

@media screen and (max-width: 864px) {
  /* line 879, app/assets/stylesheets/spree/header.css.scss */
  .navBar .logo {
    width: 17%;
    margin-left: 2%;
  }
  /* line 884, app/assets/stylesheets/spree/header.css.scss */
  .navBar .nav-list {
    width: 41%;
  }
  /* line 888, app/assets/stylesheets/spree/header.css.scss */
  .navBar .btn-usr[aria-expanded="false"]::after {
    right: 14px;
  }
  /* line 892, app/assets/stylesheets/spree/header.css.scss */
  .navBar .like-icon {
    padding-right: 19px;
  }
  /* line 896, app/assets/stylesheets/spree/header.css.scss */
  .navBar .cart-btn {
    padding-right: 11px;
  }
}

@media screen and (max-width: 767px) {
  /* line 903, app/assets/stylesheets/spree/header.css.scss */
  #header {
    padding-bottom: 112px;
  }
  /* line 907, app/assets/stylesheets/spree/header.css.scss */
  .navBar {
    display: none;
  }
  /* line 911, app/assets/stylesheets/spree/header.css.scss */
  .unsigned-btns {
    padding: 16px 16px 24px 15px;
    text-align: -webkit-center;
  }
  /* line 914, app/assets/stylesheets/spree/header.css.scss */
  .unsigned-btns a:hover {
    text-decoration: none;
  }
  /* line 916, app/assets/stylesheets/spree/header.css.scss */
  .unsigned-btns a:hover:last-child {
    color: inherit;
  }
  /* line 922, app/assets/stylesheets/spree/header.css.scss */
  .confirm-btn {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 16px;
  }
  /* line 928, app/assets/stylesheets/spree/header.css.scss */
  .unsigned-user-heading {
    line-height: 32px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'Poppins-bold';
  }
  /* line 939, app/assets/stylesheets/spree/header.css.scss */
  .sign-up-btn,
.sign-up-btn:hover {
    cursor: pointer;
    width: 74%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #606060;
    box-sizing: border-box;
    border-radius: 100px;
    font-weight: 600;
  }
  /* line 955, app/assets/stylesheets/spree/header.css.scss */
  .login-up-btn,
.login-up-btn:hover {
    cursor: pointer;
    margin-bottom: 8px;
    width: 74%;
    font-weight: 700;
    margin-left: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 77px;
    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;
  }
  /* line 973, app/assets/stylesheets/spree/header.css.scss */
  .small-navbar-confirm-logout {
    display: none;
    margin-top: -20px;
    text-align: center;
  }
  /* line 978, app/assets/stylesheets/spree/header.css.scss */
  .small-navbar-confirm-logout .signup-btn {
    display: block;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    background: #E32754;
    border-radius: 100px;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
    width: 74%;
  }
  /* line 989, app/assets/stylesheets/spree/header.css.scss */
  .small-navbar-confirm-logout .signup-btn:hover {
    text-decoration: none;
  }
  /* line 994, app/assets/stylesheets/spree/header.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;
  }
  /* line 1005, app/assets/stylesheets/spree/header.css.scss */
  .hamburger {
    width: 12%;
    float: left;
    padding-left: 19px;
    cursor: pointer;
    align-self: center;
  }
  /* line 1012, app/assets/stylesheets/spree/header.css.scss */
  .hamburger img {
    width: 22px;
    height: 15px;
  }
  /* line 1018, app/assets/stylesheets/spree/header.css.scss */
  #scroll-hamburger {
    width: 12%;
    display: none;
    padding-top: 9px;
  }
  /* line 1024, app/assets/stylesheets/spree/header.css.scss */
  .small-nav {
    height: 112px;
    background-color: #000000;
    display: block;
    width: 100%;
    position: fixed;
    z-index: 11111;
  }
  /* line 1032, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-top-bar {
    padding-top: 14px;
    margin-bottom: 12px;
  }
  /* line 1037, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-nav-logo {
    width: 77%;
    float: left;
    text-align: center;
  }
  /* line 1041, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-nav-logo img {
    width: 137px;
    height: 28px;
  }
  /* line 1047, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-nav-right {
    width: 11%;
    float: right;
    text-align: center;
    padding-right: 5px;
  }
  /* line 1054, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-search-bar {
    display: inline-block;
    width: 92.5%;
    padding-left: 19px;
    padding-right: 18px;
  }
  /* line 1060, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-search-bar .search-form {
    background: #FFFFFF;
    border-radius: 100px;
    max-height: 40px;
    display: flex;
    align-items: center;
    max-width: 688px;
    width: 100%;
  }
  /* line 1068, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-search-bar .search-form .search-input {
    border: none;
    border-radius: 100px 0 0 100px;
    padding: 7px 0px 8px 16px;
    outline: none;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
  }
  /* line 1080, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-search-bar .search-form .search-input::-moz-placeholder {
    color: #808080;
  }
  .small-nav .small-search-bar .search-form .search-input::placeholder {
    color: #808080;
  }
  /* line 1084, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-search-bar .search-form .search-btn {
    border-radius: 0px 100px 100px 0px;
    padding: 9px 16.5px 10.5px 10px;
    outline: none;
  }
  /* line 1092, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-cart-box {
    width: 7.5%;
    padding-right: 33px;
    text-align: right;
    padding-top: 9px;
    position: relative;
  }
  /* line 1099, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-cart-box img {
    width: 25px;
    height: 25px;
  }
  /* line 1104, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-cart-box .mobile.counter {
    display: none;
    position: absolute;
    top: 7px;
    right: 13px;
    width: 7px;
    height: 7px;
    left: auto;
    z-index: 2;
    padding: 5px 5px;
    font-size: 8px;
    color: #51C571;
    background-color: #51C571;
    border-radius: 10em;
  }
  /* line 1122, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-header {
    padding-bottom: 16px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    border: none;
  }
  /* line 1126, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-header .nav-logo {
    padding: 13px;
  }
  /* line 1129, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-header .nav-logo a img {
    width: 130px;
    margin-left: -50px;
  }
  /* line 1133, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-header .nav-logo a .home {
    width: 20px;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
  }
  /* line 1143, app/assets/stylesheets/spree/header.css.scss */
  .btn-usr {
    background-color: transparent;
    border: none;
    cursor: pointer;
    box-shadow: none;
    padding-right: 33px;
  }
  /* line 1150, app/assets/stylesheets/spree/header.css.scss */
  .btn-usr img {
    height: 20px;
    width: 20px;
  }
  /* line 1156, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal {
    right: auto;
    background: #000000aa;
    z-index: 11111;
  }
  /* line 1161, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal .modal-dialog {
    width: 73%;
    height: 100%;
  }
  /* line 1167, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0px 16px 16px 0px;
    border: none;
    background: #FAFAFA;
  }
  /* line 1176, app/assets/stylesheets/spree/header.css.scss */
  .modal.left .modal-dialog {
    position: fixed;
    transform: translate3d(0%, 0, 0);
  }
  /* line 1184, app/assets/stylesheets/spree/header.css.scss */
  .modal.left.fade .modal-dialog {
    left: -350px;
    transition: opacity 1s linear, left 0.5s ease-out;
  }
  /* line 1192, app/assets/stylesheets/spree/header.css.scss */
  .modal.left.fade.show .modal-dialog {
    left: 0;
  }
  /* line 1196, app/assets/stylesheets/spree/header.css.scss */
  #small-nav-list-top {
    border-top: 2px solid rgba(0, 0, 0, 0.12);
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  }
  /* line 1199, app/assets/stylesheets/spree/header.css.scss */
  #small-nav-list-top .poppins-bold-text-18 {
    font-weight: 400;
  }
  /* line 1202, app/assets/stylesheets/spree/header.css.scss */
  #small-nav-list-top .modal-body {
    padding: 29px 16px 7px 21px;
  }
  /* line 1204, app/assets/stylesheets/spree/header.css.scss */
  #small-nav-list-top .modal-body .list-item {
    padding-bottom: 21px;
  }
  /* line 1206, app/assets/stylesheets/spree/header.css.scss */
  #small-nav-list-top .modal-body .list-item img {
    padding-right: 14px;
  }
  /* line 1209, app/assets/stylesheets/spree/header.css.scss */
  #small-nav-list-top .modal-body .list-item a {
    cursor: pointer;
    color: #353535;
    line-height: 10px;
  }
  /* line 1213, app/assets/stylesheets/spree/header.css.scss */
  #small-nav-list-top .modal-body .list-item a:hover {
    text-decoration: none;
  }
  /* line 1217, app/assets/stylesheets/spree/header.css.scss */
  #small-nav-list-top .modal-body .list-item .small-navbar-logout-btn {
    color: #fa0060;
  }
  /* line 1221, app/assets/stylesheets/spree/header.css.scss */
  #small-nav-list-top .modal-body .list-item .logout-btn {
    color: #fa0060;
  }
  /* line 1228, app/assets/stylesheets/spree/header.css.scss */
  _::-webkit-full-page-media, _:future, :root .scrollable {
    max-height: calc(100vh - 575px) !important;
  }
  /* line 1233, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom ::-webkit-scrollbar {
    padding-top: 6px;
    width: 12px;
    background: #FFFFFF;
  }
  /* line 1239, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom ::-webkit-scrollbar-thumb {
    background: #F1B71C;
    border-right: 9px white solid;
    background-clip: padding-box;
  }
  /* line 1245, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom ::-webkit-scrollbar-track {
    border-radius: 100px;
  }
  /* line 1249, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom .modal-body {
    padding: 16px 0px 16px 21px;
  }
  /* line 1251, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom .modal-body .product-heading {
    margin-right: 21px;
    padding-bottom: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: left;
    font-family: 'Poppins-bold';
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border: none;
  }
  /* line 1261, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom .modal-body .product-heading a, .small-nav-list-bottom .modal-body .product-heading a:hover {
    text-decoration: none;
    color: inherit;
  }
  /* line 1267, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom .modal-body .scrollable {
    max-height: calc(100vh - 450px);
    overflow-y: scroll;
  }
  /* line 1272, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom .modal-body .on-sale-label {
    letter-spacing: 0.02em;
    color: #D52C2C;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0px;
    font-family: 'Poppins-bold';
    margin-right: 9px;
  }
  /* line 1279, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom .modal-body .on-sale-label a, .small-nav-list-bottom .modal-body .on-sale-label a:hover {
    color: inherit;
    text-decoration: none;
  }
  /* line 1285, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom .modal-body .custom-hose-label {
    letter-spacing: 0.02em;
    color: #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0px;
    font-family: 'Poppins-bold';
    margin-right: 9px;
  }
  /* line 1292, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-list-bottom .modal-body .custom-hose-label a, .small-nav-list-bottom .modal-body .custom-hose-label a:hover {
    color: inherit;
    text-decoration: none;
  }
  /* line 1300, app/assets/stylesheets/spree/header.css.scss */
  #small-modal-dialouge h4 {
    font-weight: bold;
    border-bottom: 2px solid #e7e7e7;
  }
  /* line 1305, app/assets/stylesheets/spree/header.css.scss */
  .close-btn {
    cursor: pointer;
    position: absolute;
    right: 21px;
    top: 24px;
  }
  /* line 1310, app/assets/stylesheets/spree/header.css.scss */
  .close-btn:after {
    content: url(/assets/close-c43c4cb73ce26899d0947d5c41a2d2f767b8741a8eefd46bb8fa6023756d5429.svg);
  }
  /* line 1315, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal {
    background: rgba(23, 23, 23, 0.9);
  }
  /* line 1317, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal .nav-small-search-bar {
    display: inline-block;
    width: 99.5%;
    padding-left: 15px;
    padding-right: 16px;
  }
  /* line 1322, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal .nav-small-search-bar .search-form {
    background: #E7E7E7;
    border-radius: 100px;
    max-height: 40px;
    display: flex;
    align-items: center;
    max-width: 688px;
    width: 100%;
  }
  /* line 1331, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal .nav-small-search-bar .search-form input[type="search"] {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  /* line 1340, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal .nav-small-search-bar .search-form .search-input {
    background: #E7E7E7;
    border: none;
    border-radius: 100px 0 0 100px;
    padding: 8px 0px 8px 16px;
    outline: none;
    width: 100%;
    color: #000000;
  }
  /* line 1348, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal .nav-small-search-bar .search-form .search-input::-moz-placeholder {
    color: #444444;
  }
  #responsiveModal .nav-small-search-bar .search-form .search-input::placeholder {
    color: #444444;
  }
  /* line 1352, app/assets/stylesheets/spree/header.css.scss */
  #responsiveModal .nav-small-search-bar .search-form .search-btn {
    border-radius: 0px 100px 100px 0px;
    padding: 9px 16.5px 10.5px 10px;
    outline: none;
  }
  /* line 1360, app/assets/stylesheets/spree/header.css.scss */
  .social-icons {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1111;
    background: #FAFAFA;
    padding: 24px 20px 26px 20px;
    border-radius: 0px 0px 16px 0px;
    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);
  }
  /* line 1369, app/assets/stylesheets/spree/header.css.scss */
  .social-icons a {
    padding: 0px 18px;
  }
  /* line 1372, app/assets/stylesheets/spree/header.css.scss */
  .social-icons .nav-link {
    color: black;
    font-size: 20px;
  }
  /* line 1375, app/assets/stylesheets/spree/header.css.scss */
  .social-icons .nav-link:hover {
    color: #F1B71C;
  }
}

@media screen and (max-width: 680px) {
  /* line 1384, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-search-bar {
    width: 90%;
  }
  /* line 1388, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-cart-box {
    width: 10%;
  }
}

@media screen and (max-width: 370px) {
  /* line 1395, app/assets/stylesheets/spree/header.css.scss */
  .social-icons {
    padding: 12px 10px 12px 10px;
  }
  /* line 1399, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-search-bar {
    width: 88%;
    padding-right: 8px;
    padding-left: 8px;
  }
  /* line 1405, app/assets/stylesheets/spree/header.css.scss */
  .small-nav .small-cart-box {
    width: 10%;
    padding-right: 32px;
  }
  /* line 1414, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-header .nav-logo a img {
    width: 102px;
    margin-left: -40px;
  }
  /* line 1418, app/assets/stylesheets/spree/header.css.scss */
  .small-nav-header .nav-logo a .home {
    margin-top: 3px;
  }
}

/* line 1426, app/assets/stylesheets/spree/header.css.scss */
.profiler-results {
  display: none;
}
/* 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;
  }
}
@charset "UTF-8";
/* 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 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn {
  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 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .taxonomies .pre-order-container .ag-btn {
  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 .brand-menu-dropdown .bg-mega-menu-dropdown .mega-list-wrap .ag-btn {
  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 {
  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 .brand-menu-dropdown .bg-mega-menu-dropdown .category-list-wrap .taxonomies .mega-list-taxons .taxon-image-container .ag-btn {
    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/hero_slider.css.scss */
.slider {
  max-width: 2880px;
  margin: 0 auto 10px;
}

/* line 5, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .carousel-caption {
  font-family: Poppins;
  top: 50%;
  transform: translateY(-50%);
}

/* line 12, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .carousel-item .caption-text {
  color: white;
  font-size: 110px;
  font-weight: 400;
  font-family: 'DraughtSansSerif-Textured-Regular', sans-serif;
  line-height: 80px;
  margin-bottom: 45px;
}

/* line 21, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .carousel-item img {
  max-height: auto;
  margin: 0 auto;
  display: block;
}

/* line 28, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .carousel-indicators {
  bottom: 5px;
}

/* line 32, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .carousel-indicators li {
  border-radius: 50%;
  width: 8px;
  background: none;
  height: 8px;
  border: 1px solid #fff;
  margin-bottom: 10px;
}

/* line 41, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .carousel-indicators .active {
  background: #fff;
}

/* line 45, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .shop-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;
  text-transform: uppercase;
  padding: 8px 23px;
  min-width: 143px;
  height: 40px;
  font-family: Poppins;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  display: inline-block;
}

/* line 63, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .shop-btn:hover {
  text-decoration: none;
  color: #fff;
}

/* line 68, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .carousel-control-prev,
.slider .carousel-control-next {
  z-index: 100;
  width: 40px;
  top: 0;
  margin: auto;
  bottom: 0px;
  height: 81px;
  background: rgba(0, 0, 0, 0.75);
}

/* line 79, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .carousel-control-prev {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 84, app/assets/stylesheets/spree/hero_slider.css.scss */
.slider .carousel-control-next {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

@media (max-width: 991px) {
  /* line 91, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider {
    height: auto;
  }
  /* line 94, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider .carousel-item h1.caption-text {
    font-size: 55px;
    line-height: 42px;
    margin: 0 0 17px;
  }
  /* line 100, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider .carousel-item img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767px) {
  /* line 110, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider .carousel-item img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 114, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider .carousel-item .carousel-caption {
    left: 4%;
    right: 4%;
  }
  /* line 120, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider .carousel-control-prev,
.slider .carousel-control-next {
    width: 24px;
    height: 56px;
  }
  /* line 126, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider .carousel-indicators {
    margin-bottom: 0px;
  }
  /* line 130, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider .shop-btn {
    padding: 5.5px 16.5px;
    min-width: 119px;
    height: 32px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 575px) {
  /* line 141, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider .carousel-item .carousel-caption {
    transform: translateY(-73%);
  }
}

@media (max-width: 380px) {
  /* line 149, app/assets/stylesheets/spree/hero_slider.css.scss */
  .slider .carousel-item h1.caption-text {
    font-size: 45px;
    line-height: 36px;
  }
}
/* 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 9, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.home-page-slider .owl-nav .owl-prev,
.home-page-slider .owl-nav .owl-next {
  position: absolute;
}

/* line 14, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.home-page-slider .owl-nav .owl-prev {
  left: 0px;
  height: 32px;
  width: 32px;
  background-color: white !important;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.04), 0px 2px 2px rgba(0, 0, 0, 0.04);
}

/* line 23, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.home-page-slider .owl-nav .owl-prev:before {
  content: url(/assets/arrow_left-05ab8427bf91031c222b8b438c0c6ba40861b204eb959fd153ef6ee9918a2f35.svg);
}

/* line 27, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.home-page-slider .owl-nav .owl-prev:hover {
  background-color: RGB(249 249 249) !important;
}

/* line 32, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.home-page-slider .owl-nav .owl-next {
  right: 0px;
  height: 32px;
  width: 32px;
  background-color: white !important;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.04), 0px 2px 2px rgba(0, 0, 0, 0.04);
}

/* line 41, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.home-page-slider .owl-nav .owl-next:before {
  padding: 4px 0 0 0px;
  content: url(/assets/right-arrow-9e50ede1531950e95fd8db18ce081c665a398bccaddbf734b4eecb381ae6b5ea.svg);
}

/* line 46, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.home-page-slider .owl-nav .owl-next:hover {
  background-color: RGB(249 249 249) !important;
}

/* line 53, app/assets/stylesheets/spree/homepage_sliders.css.scss */
#shop_by_brand_carousel .owl-nav .owl-prev {
  left: 30px;
}

/* line 57, app/assets/stylesheets/spree/homepage_sliders.css.scss */
#shop_by_brand_carousel .owl-nav .owl-next {
  right: 30px;
}

/* line 63, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder #featured-categories {
  overflow: hidden;
  position: relative;
  padding: 24px 15px 0;
  display: block;
  text-align: -webkit-center;
}

/* line 71, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder #featured-categories img {
  width: 156px;
  border-radius: 90px;
}

/* line 76, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder .img-holder {
  border-radius: 32px;
  overflow: hidden;
  width: 207px;
  height: 119px;
  margin: 0 auto;
  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 85, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder #featured-categories .item {
  margin: 0 10px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 17px;
}

/* line 96, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder #featured-categories .item p {
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #171717;
}

/* line 109, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder #featured-categories .item .active-border {
  display: block;
  border-radius: 32px;
  overflow: hidden;
  width: 207px;
  height: 119px;
}

/* line 116, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder #featured-categories .item .active-border img {
  border: 4px solid #51C571;
}

/* line 119, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder #featured-categories .item .active-border img:hover {
  border-color: #51C571 !important;
}

/* line 126, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder #featured-categories .item img {
  display: block;
  margin: 0 0 20px;
  border-radius: 32px;
  overflow: hidden;
  width: 207px;
  height: 119px;
  border: 4px solid transparent;
}

/* line 136, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder .customNavigation {
  text-align: center;
}

/* line 140, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-categories-holder .customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 151, app/assets/stylesheets/spree/homepage_sliders.css.scss */
#shop_by_brand_carousel .img-holder .brand-image {
  height: 96px;
  width: unset;
  margin: 0 auto;
}

/* line 159, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-nav .owl-prev,
.featured-carousel .owl-nav .owl-next {
  position: absolute;
  top: -12px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.04), 0px 2px 2px rgba(0, 0, 0, 0.04);
  border-radius: 100%;
}

/* line 170, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-nav .owl-prev {
  left: 10px;
}

/* line 174, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-nav .owl-next {
  right: 10px;
}

/* line 178, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .padded {
  line-height: 450px;
}

/* line 182, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel #nav {
  position: relative;
}

/* line 186, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel #nav > div {
  font-size: 28px;
  position: absolute;
  top: -250px;
  z-index: 2;
  cursor: pointer;
  padding: 0 5px;
  visibility: hidden;
}

/* line 196, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .wrapper:hover #nav > div {
  visibility: visible;
}

/* line 200, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-prev {
  left: 0;
}

/* line 204, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-next {
  right: 0;
}

/* line 208, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-theme .owl-dots .owl-dot:first-child span,
.featured-carousel .owl-theme .owl-dots .owl-dot.active:first-child span,
.featured-carousel .owl-theme .owl-dots .owl-dot:first-child {
  border-radius: 5px 0 0 5px;
}

/* line 214, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-theme .owl-dots .owl-dot:last-child span,
.featured-carousel .owl-theme .owl-dots .owl-dot.active:last-child span,
.featured-carousel .owl-theme .owl-dots .owl-dot:last-child {
  border-radius: 0 5px 5px 0;
}

/* line 220, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-theme .owl-dots .owl-dot.active:first-child span {
  width: 100%;
  display: inline-block;
}

/* line 225, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-theme .owl-dots .owl-dot {
  border-radius: 0;
  width: 87px;
  height: 8px;
  margin-left: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, 0.08);
  border: green;
  vertical-align: top;
}

/* line 237, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  background: #F1B71C;
  width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 8px;
  vertical-align: top;
}

/* line 247, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-theme .owl-dots .owl-dot.active span {
  background: #F1B71C;
  width: 0px;
  vertical-align: top;
}

/* line 253, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel button {
  background: #0084ff;
  border: none;
  border-radius: 100px;
  padding: 8px 14px;
  font-size: 15px;
  color: #fff;
}

/* line 262, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-dots {
  margin: 0 auto;
  text-align: center;
  width: 56%;
}

/* line 268, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-nav {
  text-align: center;
  position: relative;
  width: 58%;
  margin: 0 auto;
}

/* line 274, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-stage-outer {
  margin-bottom: 40px;
}

/* line 278, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-nav .owl-prev:before {
  display: block;
  padding: 4px 4px 0 0;
}

/* line 283, app/assets/stylesheets/spree/homepage_sliders.css.scss */
.featured-carousel .owl-nav .owl-next:before {
  display: block;
  padding: 4px 0 0 0px;
}

@media (max-width: 1400px) {
  /* line 290, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-categories-holder {
    margin-right: -15px;
  }
  /* line 292, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-categories-holder #featured-categories {
    padding: 12px 0 30px;
  }
  /* line 298, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-carousel .owl-theme .owl-dots .owl-dot {
    width: 80px;
  }
}

@media (max-width: 1440px) {
  /* line 305, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-carousel {
    margin-right: -15px;
    margin-left: -6px;
  }
}

@media (max-width: 1075px) {
  /* line 313, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-carousel .owl-theme .owl-dots {
    width: 50%;
  }
}

@media (max-width: 900px) {
  /* line 321, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-carousel .owl-theme .owl-dots {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 330, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-categories-holder #featured-categories .item .img-holder {
    width: 140px;
    height: 80px;
    border-radius: 16px;
  }
  /* line 335, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-categories-holder #featured-categories .item .img-holder img {
    margin: 0;
    width: 140px;
    height: 80px;
    border-radius: 16px;
  }
  /* line 342, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-categories-holder #featured-categories .item .img-holder img:hover {
    border-radius: 16px;
  }
  /* line 346, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-categories-holder #featured-categories .item .img-holder .active-border {
    border-radius: 16px;
    width: 140px;
    height: 80px;
  }
  /* line 352, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-categories-holder #featured-categories .item p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  /* line 361, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-carousel .owl-theme, .featured-carousel .owl-nav {
    display: none;
  }
  /* line 365, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-carousel .owl-theme .owl-dots {
    width: 100%;
  }
  /* line 369, app/assets/stylesheets/spree/homepage_sliders.css.scss */
  .featured-carousel .owl-stage-outer {
    margin-bottom: 20px;
  }
}
/* 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 2, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section {
  max-width: 382px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  background: var(--palette-shades-0);
  border-radius: 16px;
  border: 1px solid var(--palette-neutral-200);
  margin-top: 48px;
}

/* line 13, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section .content .header {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-shades-100);
  margin-bottom: 18px;
}

/* line 24, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section .content .body .header {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-800);
  margin-bottom: 16px;
}

/* line 34, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section .content .body #new-password-credentials {
  margin-bottom: 24px;
}

/* line 40, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section .content .body #new-password-credentials .form-group .ag-input-neutral .ag-input-group-box:focus-within, .user_passwords.edit .new-password-section .content .body #new-password-credentials .form-group .ag-input-neutral .ag-input-group-box:hover {
  box-shadow: none;
  border-color: var(--palette-neutral-300);
}

/* line 46, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section .content .body #new-password-credentials .form-group .ag-input-neutral .error-message {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-destructive-500);
  margin-top: 8px;
}

/* line 60, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section .content .body .update-password #update-password-btn {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-shades-0);
  width: 100%;
  border: none;
  border-radius: 6px;
  margin: 0 auto;
  background-color: var(--palette-primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  cursor: pointer;
  box-shadow: none;
}

/* line 79, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section .content .body .update-password #update-password-btn:hover {
  background: var(--palette-primary-600);
}

/* line 83, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section .content .body .update-password #update-password-btn:after {
  content: url(/assets/update-icon-3564ef79501eea9e6c8f15b5fb6f836fa770394defcdf514f77b928ef84ce0f6.png);
  width: 20px;
  height: 20px;
}

/* line 89, app/assets/stylesheets/spree/new_password.scss */
.user_passwords.edit .new-password-section .content .body .update-password #update-password-btn:disabled {
  background-color: var(--palette-primary-300);
  cursor: default;
}
/* line 2, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .data-container {
  text-align: left;
}

/* line 6, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .modal-dialog {
  max-width: 900px;
}

/* line 9, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .modal-dialog .modal-header {
  padding: 24px;
  display: inline-block;
}

/* line 14, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .modal-dialog .modal-body {
  padding: 24px;
}

/* line 17, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .modal-dialog .modal-body .custom-hose-configurations {
  margin-top: 20px;
  width: 100%;
}

/* line 21, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .modal-dialog .modal-body .custom-hose-configurations .custom-hose-configuration-header {
  padding-top: 20px;
  margin-top: 0;
}

/* line 27, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .modal-dialog .modal-body .buttons_section {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

/* line 32, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .modal-dialog .modal-body .buttons_section .custom-modal-btn {
  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 44, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .modal-dialog .modal-body .buttons_section .custom-modal-btn a {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .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;
}

/* line 64, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .checkout-login-modal .modal-dialog {
  max-width: 382px;
}

/* line 67, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .checkout-login-modal .modal-dialog .modal-header {
  padding: 0;
  display: flex;
}

/* line 71, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .checkout-login-modal .modal-dialog .modal-header .close {
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .checkout-login-modal .modal-dialog .google-login-section div {
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .checkout-login-modal .modal-dialog .google-login-section .google-login:hover {
  background: var(--palette-neutral-200);
}

/* line 88, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .checkout-login-modal .modal-dialog .modal-body {
  padding: 0;
}

/* line 93, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .rm-promo-code {
  position: relative;
}

/* line 95, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .rm-promo-code .rmv-per-item-promo {
  position: absolute;
  margin-left: -30px;
}

/* line 101, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .keep-shopping-btn {
  position: absolute;
  margin-left: 33px;
  margin-top: 48px;
  border: 2px solid #353535;
  border-radius: 100px;
  padding: 11px 23px;
  font-family: 'Poppins-bold';
  letter-spacing: 0.07em;
}

/* line 110, app/assets/stylesheets/spree/order_page.css.scss */
.orders.edit .keep-shopping-btn:before {
  content: url(/assets/arrow_left_long_black-90e07d0ce5f07dbf3f56da4e9b5bc79f2210133c872997afff791a82b2b0337a.svg);
  padding-right: 8px;
  vertical-align: middle;
}

/* line 118, app/assets/stylesheets/spree/order_page.css.scss */
.discount {
  margin-bottom: 24px;
}

/* line 121, app/assets/stylesheets/spree/order_page.css.scss */
.discount .input-group {
  position: relative;
  max-width: 260px;
}

/* line 126, app/assets/stylesheets/spree/order_page.css.scss */
.discount .success {
  color: #61EB0C !important;
}

/* line 130, app/assets/stylesheets/spree/order_page.css.scss */
.discount .input-coupon-code {
  max-width: 100%;
  background: #F5F5F5;
  border-radius: 8px;
  border: 1px solid #A6A6A6;
  line-height: 16px;
  font-weight: 600;
  padding: 9px 9px 9px 13px;
  font-family: 'Poppins';
  font-style: normal;
  font-size: 16px;
  color: #000000;
}

/* line 143, app/assets/stylesheets/spree/order_page.css.scss */
.discount .input-coupon-code::-moz-placeholder {
  padding-top: 4px;
}
.discount .input-coupon-code::placeholder {
  padding-top: 4px;
}

/* line 148, app/assets/stylesheets/spree/order_page.css.scss */
.discount .coupon_message {
  font-family: 'Poppins';
  font-size: 10px;
  display: block;
  width: 100%;
  text-align: initial;
}

/* line 154, app/assets/stylesheets/spree/order_page.css.scss */
.discount .coupon_message.error {
  color: #E32754;
  margin-bottom: -18px;
}

/* line 159, app/assets/stylesheets/spree/order_page.css.scss */
.discount .coupon_message.success {
  color: #7CC039;
  margin-bottom: -18px;
}

/* line 165, app/assets/stylesheets/spree/order_page.css.scss */
.discount .input-coupon-code:focus::-moz-placeholder {
  opacity: 0.5;
}
.discount .input-coupon-code:focus::placeholder {
  opacity: 0.5;
}

/* line 169, app/assets/stylesheets/spree/order_page.css.scss */
.discount .input-coupon-code:focus {
  color: #000000;
  border-color: #A6A6A6;
}

/* line 174, app/assets/stylesheets/spree/order_page.css.scss */
.discount #submit-coupon_code {
  cursor: pointer;
}

/* line 178, app/assets/stylesheets/spree/order_page.css.scss */
.discount .coupon-submit {
  align-self: center;
}

/* line 182, app/assets/stylesheets/spree/order_page.css.scss */
.discount .discount-price {
  color: #000000;
  line-height: 28px;
  font-family: 'Poppins-bold';
  font-size: 16px;
}

/* line 188, app/assets/stylesheets/spree/order_page.css.scss */
.discount .discount-price.price {
  color: #7B8C48;
}

/* line 195, app/assets/stylesheets/spree/order_page.css.scss */
.cart .main-heading {
  margin: 0px 0px 69px 0px;
  font-weight: 400;
}

/* line 201, app/assets/stylesheets/spree/order_page.css.scss */
.cart .btn-home a, .cart .btn-home a:hover {
  border-radius: 100px;
  margin-bottom: 70px;
  text-decoration: none;
}

/* line 208, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-image {
  margin-top: 57px;
  width: 100px;
  height: 102px;
}

/* line 214, app/assets/stylesheets/spree/order_page.css.scss */
.cart .product-quick-view {
  text-align: left;
}

/* line 218, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary {
  padding-left: 19px;
  padding-right: 0px;
}

/* line 222, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary .order-summary {
  background: #F5F5F5;
  border-radius: 24px 24px 0px 0px;
  padding: 48px 26px 24px 27px;
}

/* line 227, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary .order-summary .heading {
  line-height: 16px;
  margin-bottom: 43px;
}

/* line 232, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary .order-summary .grey-line {
  margin-bottom: 43px;
}

/* line 236, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary .order-summary .line {
  margin-bottom: 43px;
}

/* line 240, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary .order-summary .content {
  padding: 0px 32px;
}

/* line 243, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary .order-summary .content .subtotal {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}

/* line 248, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary .order-summary .content .subtotal .subtotal-price {
  font-family: 'Poppins-bold';
}

/* line 253, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary .order-summary .content .extra-charges {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

/* line 259, app/assets/stylesheets/spree/order_page.css.scss */
.cart .cart-summary .order-summary .content .extra-charges .charges {
  font-family: 'Poppins-bold';
}

/* line 267, app/assets/stylesheets/spree/order_page.css.scss */
.cart .grey-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.160003);
  margin-bottom: 37px;
}

/* line 272, app/assets/stylesheets/spree/order_page.css.scss */
.cart .total {
  padding: 22px 58px 21px 27px;
  background: #ECECEC;
  margin-bottom: 24px;
}

/* line 277, app/assets/stylesheets/spree/order_page.css.scss */
.cart .total .total-text {
  align-self: center;
  line-height: 16px;
}

/* line 282, app/assets/stylesheets/spree/order_page.css.scss */
.cart .total .total-price {
  line-height: 28px;
  font-family: 'Poppins-bold';
}

/* line 288, app/assets/stylesheets/spree/order_page.css.scss */
.cart .btn-check-out {
  padding: 8px 90px;
  color: #FFFFFF;
  margin: 0px auto 24px;
  border: none;
  letter-spacing: 0.5px;
  font-weight: 600;
  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;
}

/* line 300, app/assets/stylesheets/spree/order_page.css.scss */
.cart .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 23px;
  font-weight: 600;
}

/* line 309, app/assets/stylesheets/spree/order_page.css.scss */
.cart .btn-empty-cart {
  color: #EC5231;
  font-weight: 600;
  margin-bottom: 50px;
  background: none;
  border: none;
  padding: 0px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

/* line 320, app/assets/stylesheets/spree/order_page.css.scss */
.cart .section-heading {
  line-height: 57px;
  font-weight: 400;
  margin-bottom: 16px;
}

/* line 326, app/assets/stylesheets/spree/order_page.css.scss */
.cart #update-cart {
  display: contents;
}

/* line 330, app/assets/stylesheets/spree/order_page.css.scss */
.cart .line {
  margin-top: 30px;
  margin-bottom: 64px;
}

/* line 335, app/assets/stylesheets/spree/order_page.css.scss */
.cart .product-card {
  text-align: center;
}

/* line 338, app/assets/stylesheets/spree/order_page.css.scss */
.cart .product-card .image-conatiner {
  height: 322px;
  width: 322px;
}

/* line 343, app/assets/stylesheets/spree/order_page.css.scss */
.cart .product-card .rating {
  justify-content: center;
}

/* line 349, app/assets/stylesheets/spree/order_page.css.scss */
.cart .product-items-list .product-list-item {
  grid-template-columns: 20px 207px 1fr;
}

/* line 353, app/assets/stylesheets/spree/order_page.css.scss */
.cart .product-items-list .productlist-image {
  margin-left: 18px;
}

/* line 357, app/assets/stylesheets/spree/order_page.css.scss */
.cart .product-items-list .cart-item-delete {
  margin-top: 93px;
  position: relative;
  cursor: pointer;
}

/* line 363, app/assets/stylesheets/spree/order_page.css.scss */
.cart .product-items-list .disabled-state {
  pointer-events: none;
}

/* line 365, app/assets/stylesheets/spree/order_page.css.scss */
.cart .product-items-list .disabled-state img {
  filter: grayscale(100%);
}

/* line 372, app/assets/stylesheets/spree/order_page.css.scss */
.cart #addition-carousel {
  text-align: -webkit-center;
}

/* line 378, app/assets/stylesheets/spree/order_page.css.scss */
.orders.show .container-fluid {
  padding: 0 16px;
}

/* line 382, app/assets/stylesheets/spree/order_page.css.scss */
.orders.show .product-quick-view .product-big-desc {
  text-align: left;
}

/* line 386, app/assets/stylesheets/spree/order_page.css.scss */
.orders.show #addition-carousel {
  text-align: -webkit-center;
}

/* line 392, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .navbar {
  margin-bottom: 87px;
}

/* line 396, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .popular-add-on {
  margin-top: 64px;
}

/* line 400, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .view-your-orders {
  padding: 8px 23px;
  font-weight: 600;
  color: #FFFFFF;
  background: #B9B9B9;
  letter-spacing: 0.5px;
  border-radius: 100px;
  cursor: pointer;
  margin-bottom: 15px;
}

/* line 411, app/assets/stylesheets/spree/order_page.css.scss */
.order-show #view-orders {
  display: inline-block;
}

/* line 415, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received {
  padding: 0;
  max-width: 1014px;
  margin: 0 auto 40px auto;
}

/* line 420, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content {
  padding: 48px 96px 81px;
  background: #F5F5F5;
  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: 24px;
  position: relative;
  min-height: 572px;
  z-index: 1;
}

/* line 429, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .logo-mark {
  width: 46px;
  height: 75px;
  margin: 0px auto;
}

/* line 435, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .main-heading {
  margin-bottom: 57px;
}

/* line 439, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-number-title {
  color: #F2B705;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 24px;
  line-height: 16px;
}

/* line 447, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-number {
  text-align: left;
  margin-bottom: 24px;
}

/* line 452, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-decsription {
  margin-bottom: 52px;
}

/* line 456, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .view-order-summary {
  color: #7B8C48;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}

/* line 462, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .view-order-summary:after {
  content: url(/assets/arrow_down_olive-8966eac88ed16212aaf184bec269a3b01a175fe6989816f8b89689029e1b4b96.svg);
  padding-left: 12px;
  vertical-align: text-top;
}

/* line 468, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .view-order-summary[aria-expanded="true"]:after {
  content: url(/assets/arrow_up_olive-587a42c6fa5cb409ad6ebd0048d2bb0390acc0535ea64f3e427dc07392626772.svg);
  padding-left: 12px;
  vertical-align: text-top;
}

/* line 475, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary {
  margin-bottom: 23px;
}

/* line 478, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary .order-summary-title {
  color: #F2B705;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
}

/* line 486, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary-detail {
  padding: 0;
}

/* line 489, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary-detail .grey-line {
  margin-bottom: 43px;
}

/* line 493, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content {
  padding-right: 64px;
}

/* line 496, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .subtotal {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}

/* line 501, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .subtotal .subtotal-price {
  font-family: 'Poppins-bold';
  font-weight: bold;
}

/* line 507, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .extra-charges {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}

/* line 513, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .total {
  margin-bottom: 26px;
}

/* line 516, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .total .total-text {
  font-size: 24px;
  line-height: 16px;
}

/* line 521, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .total .total-price {
  font-family: 'Poppins-bold';
  font-weight: bold;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  color: #7B8C48;
}

/* line 534, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .product-items-list .product-list-item .content {
  padding: 49px 52px 31px 40px;
}

/* line 539, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .product-items-list .product-list-item .productlist-image img {
  width: 159px;
  height: 160px;
}

/* line 546, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .product-items-list .product-list-item .item-name-price .item-name {
  line-height: 36px;
}

/* line 552, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .orderpage_content .grey-line {
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.160003);
}

/* line 558, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .order-received .bg-logo-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 472px;
  z-index: -1;
}

/* line 567, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .section-heading {
  line-height: 57px;
  font-weight: 400;
  margin-bottom: 16px;
  font-weight: normal;
}

/* line 574, app/assets/stylesheets/spree/order_page.css.scss */
.order-show .line {
  margin-bottom: 64px;
}

/* line 579, app/assets/stylesheets/spree/order_page.css.scss */
.first-card-section {
  margin-bottom: 44px;
}

/* line 583, app/assets/stylesheets/spree/order_page.css.scss */
.last-card-section {
  margin-bottom: 79px;
}

/* line 587, app/assets/stylesheets/spree/order_page.css.scss */
.btn-home {
  margin: 0px auto 33px;
}

/* line 590, app/assets/stylesheets/spree/order_page.css.scss */
.btn-home a, .btn-home a:hover {
  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;
  color: #FFFFFF;
  cursor: pointer;
}

/* line 600, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list {
  margin-bottom: 60px;
  padding: 0px 40px;
}

/* line 604, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item {
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: 207px 1fr;
}

/* line 610, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .productlist-image img {
  width: 207px;
  height: 207px;
  max-width: 207px;
  border-radius: 16px;
  background: #F9F9F9;
}

/* line 619, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content {
  padding: 25px 0px 0px 40px;
}

/* line 622, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .item-name-price {
  line-height: 46px;
  margin-bottom: 8px;
}

/* line 626, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .item-name-price a, .product-items-list .product-list-item .content .item-name-price a:hover {
  color: #000000;
  text-decoration: none;
}

/* line 630, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .item-name-price .item-name {
  padding: 0px;
}

/* line 634, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .item-name-price .item-price {
  font-family: 'Poppins-bold';
  font-weight: bold;
}

/* line 640, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .item-description {
  line-height: 28px;
  font-size: 24px;
  margin-bottom: 26px;
}

/* line 646, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .update-count {
  margin-bottom: 16px;
}

/* line 649, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .update-count .button {
  width: 32px;
  height: 32px;
  background: #F5F5F5;
  margin-right: 2px;
  padding-top: 6px;
}

/* line 657, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .update-count .btn-sub {
  border: none;
  color: black;
  border-radius: 15px 0px 0px 15px;
}

/* line 662, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .update-count .btn-sub:after {
  font-family: 'FontAwesome';
  content: "\2212";
  font-size: 22px;
  cursor: pointer;
  position: relative;
  top: -2px;
  font-weight: normal;
}

/* line 673, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .update-count .disable {
  pointer-events: none;
}

/* line 677, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .update-count .btn-add {
  border: none;
  color: black;
  border-radius: 0px 15px 15px 0px;
}

/* line 682, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .update-count .btn-add:after {
  font-family: 'FontAwesome';
  content: "\2b";
  font-size: 22px;
  cursor: pointer;
  position: relative;
  top: -3px;
  font-weight: normal;
}

/* line 693, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .update-count .disable-state {
  pointer-events: none;
  color: #D0D0D0;
}

/* line 698, app/assets/stylesheets/spree/order_page.css.scss */
.product-items-list .product-list-item .content .update-count .product-quantity {
  width: 42px;
  text-align: center;
  border: none;
}

@media (max-width: 1150px) {
  /* line 711, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item {
    grid-template-columns: 20px 150px 1fr;
  }
  /* line 715, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .content {
    padding-left: 25px;
  }
  /* line 720, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .productlist-image img {
    width: 150px;
    height: 180px;
    max-width: 150px;
  }
}

@media (max-width: 990px) {
  /* line 732, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .checkout-empty-btn {
    margin: 25px auto 0px;
  }
  /* line 738, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item {
    margin-bottom: 22px;
    grid-template-columns: 190px 1fr;
  }
  /* line 743, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .content {
    padding-left: 40px;
  }
  /* line 749, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .productlist-image img {
    width: 190px;
    height: 190px;
    max-width: 190px;
  }
}

@media (max-width: 767px) {
  /* line 761, app/assets/stylesheets/spree/order_page.css.scss */
  .orders.edit .keep-shopping-btn {
    width: 94%;
    margin-left: 0px;
    text-align: center;
    margin-top: 16px;
  }
  /* line 768, app/assets/stylesheets/spree/order_page.css.scss */
  .orders.edit .cart .cart-image {
    margin-top: 86px;
  }
  /* line 775, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .bg-logo-right {
    height: 374px;
  }
  /* line 779, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content {
    padding: 32px 24px 46px 24px;
    min-height: 502px;
  }
  /* line 783, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .logo-mark {
    height: 44px;
    width: 26px;
    margin-bottom: 6px;
  }
  /* line 789, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .main-heading {
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 28px;
  }
  /* line 795, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-number-title {
    font-size: 38px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  /* line 801, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-number {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  /* line 807, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-decsription {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 34px;
  }
  /* line 813, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-summary {
    display: none !important;
  }
  /* line 818, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-summary-detail .grey-line {
    margin-bottom: 43px;
  }
  /* line 822, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content {
    padding: 0;
  }
  /* line 825, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .subtotal {
    font-size: 16px;
    align-items: center;
  }
  /* line 829, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .subtotal .subtotal-price {
    font-size: 24px;
  }
  /* line 834, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .extra-charges p:first-child {
    font-size: 16px;
    line-height: 28px;
  }
  /* line 839, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .total {
    margin-bottom: 41px;
  }
  /* line 842, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .order-summary-detail .order-summary-detail-content .total .total-text {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 851, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .product-items-list .product-list-item {
    margin-bottom: 0;
    grid-template-columns: 114px 1fr;
    padding-bottom: 22px;
  }
  /* line 855, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .product-items-list .product-list-item .grey-line {
    margin-bottom: 24px;
  }
  /* line 859, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .product-items-list .product-list-item .content {
    padding: 15px 0 0 28px;
  }
  /* line 862, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .product-items-list .product-list-item .content .item-name-price {
    font-family: 'Poppins-bold';
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  /* line 869, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .product-items-list .product-list-item .content .item-description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  /* line 875, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .product-items-list .product-list-item .content .mob-item-price {
    font-size: 20px;
    line-height: 16px;
    padding: 0 !important;
  }
  /* line 883, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .product-items-list .product-list-item .productlist-image img {
    width: 114px;
    height: 114px;
  }
  /* line 891, app/assets/stylesheets/spree/order_page.css.scss */
  .order-show .order-received .orderpage_content .view-order-summary {
    text-align: center;
  }
}

@media (max-width: 681px) {
  /* line 900, app/assets/stylesheets/spree/order_page.css.scss */
  .cart {
    margin: 0px 1px 0px 1px;
  }
  /* line 903, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .checkout-empty-btn {
    margin: 25px auto 0px;
  }
  /* line 907, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .main-heading {
    margin: 0px 0px 39px 0px;
    font-size: 72px;
    line-height: 60px;
  }
  /* line 913, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .grey-line {
    margin-bottom: 24px;
  }
  /* line 917, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-summary {
    padding-left: 0px;
  }
  /* line 920, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-summary .order-summary {
    padding: 48px 16px 0px 17px;
  }
  /* line 923, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-summary .order-summary .heading {
    font-size: 24px;
    margin-bottom: 31px;
  }
  /* line 928, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-summary .order-summary .line {
    margin-bottom: 31px;
  }
  /* line 932, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-summary .order-summary .content {
    padding: 0px 13px 11px 13px;
  }
  /* line 935, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-summary .order-summary .content .subtotal {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 16px;
  }
  /* line 940, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-summary .order-summary .content .subtotal .subtotal-price {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 946, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-summary .order-summary .content .extra-charges {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 16px;
  }
  /* line 951, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-summary .order-summary .content .extra-charges .no-charges, .cart .cart-summary .order-summary .content .extra-charges .charges {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 961, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .total {
    padding: 22px 25px 21px;
    margin-bottom: 27px;
  }
  /* line 964, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .total .total-text {
    font-size: 24px;
  }
  /* line 969, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list {
    padding: 0px 1px;
    margin-bottom: 0px;
  }
  /* line 972, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .productlist-image {
    margin-left: 0px;
  }
  /* line 976, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item {
    margin-bottom: 22px;
    grid-template-columns: 114px 1fr;
  }
  /* line 979, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item .content {
    padding: 1px 0px 0px 25px;
  }
  /* line 982, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item .content .update-count {
    margin-bottom: 0px;
  }
  /* line 986, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item .content .mob-item-price {
    line-height: 16px;
    align-self: center;
  }
  /* line 991, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item .content .item-description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 23px;
    padding-left: 3px;
  }
  /* line 1000, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item .productlist-image img {
    width: 114px;
    height: 114px;
    max-width: 114px;
  }
  /* line 1007, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item .item-name-price {
    margin-bottom: 6px;
    padding-left: 3px;
  }
  /* line 1010, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item .item-name-price .item-name {
    padding-top: 8px;
    font-size: 20px;
    line-height: 36px;
  }
  /* line 1019, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .btn-empty-cart {
    margin-bottom: 36px;
  }
  /* line 1023, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .mob-cart-item-delete {
    height: 22px;
  }
  /* line 1027, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .remv-margin {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 1032, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .section-heading {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 8px;
  }
  /* line 1038, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .btn-home {
    margin-bottom: 36px;
  }
  /* line 1042, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .first-card-section {
    margin-bottom: 40px;
  }
  /* line 1046, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .last-card-section {
    margin-bottom: 36px;
  }
  /* line 1050, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .line {
    margin-bottom: 24px;
  }
  /* line 1054, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-card {
    width: 181px;
  }
  /* line 1058, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-card .price .current-price {
    font-size: 20px;
    line-height: 30px;
  }
  /* line 1062, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-card .price .orignal-price {
    font-size: 14px;
    line-height: 21px;
  }
  /* line 1068, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-card .image-container {
    width: 181px;
    height: 181px;
    margin-bottom: 12px;
    overflow: hidden;
  }
  /* line 1074, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-card .image-container img {
    width: 181px;
    height: 181px;
  }
  /* line 1080, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-card .rating {
    margin-bottom: 6px;
  }
  /* line 1083, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-card .rating .number {
    line-height: 20px;
  }
  /* line 1088, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-card .name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}

@media (max-width: 575px) {
  /* line 1099, app/assets/stylesheets/spree/order_page.css.scss */
  .discount #submit-coupon_code {
    right: 25px;
  }
  /* line 1103, app/assets/stylesheets/spree/order_page.css.scss */
  .discount .input-coupon-code {
    padding-left: 8px;
  }
  /* line 1107, app/assets/stylesheets/spree/order_page.css.scss */
  .discount .discount-price {
    font-family: 'Poppins';
  }
  /* line 1109, app/assets/stylesheets/spree/order_page.css.scss */
  .discount .discount-price.price {
    color: #7CC039;
  }
  /* line 1116, app/assets/stylesheets/spree/order_page.css.scss */
  .modal-body .custom-hose-configuration-table {
    font-size: 10px;
    line-height: 16px;
  }
  /* line 1120, app/assets/stylesheets/spree/order_page.css.scss */
  .modal-body .custom-hose-configuration-table td, .modal-body .custom-hose-configuration-table th {
    padding: 5px !important;
  }
  /* line 1125, app/assets/stylesheets/spree/order_page.css.scss */
  .modal-body .buttons_section {
    flex-direction: column;
  }
  /* line 1128, app/assets/stylesheets/spree/order_page.css.scss */
  .modal-body .buttons_section .custom-page-btn {
    margin-top: 10px;
  }
}

@media (max-width: 350px) {
  /* line 1137, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .cart-image {
    width: 83px;
    height: 83px;
  }
  /* line 1142, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .checkout-empty-btn {
    margin: 25px auto 0px;
  }
  /* line 1147, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item {
    margin-bottom: 22px;
    grid-template-columns: 83px 1fr;
  }
  /* line 1151, app/assets/stylesheets/spree/order_page.css.scss */
  .cart .product-items-list .product-list-item .productlist-image img {
    width: 83px;
    height: 100px;
    max-width: 100px;
  }
}
/* line 6, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show {
  background: #FFFFFF;
}

/* line 9, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 12, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .container-fluid .data-container {
  padding: 0 26px 50px;
}

/* line 17, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .faq-link {
  color: #FFB514;
}

/* line 21, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .checkout-navbar .cart-btn {
  display: none;
}

/* line 25, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary {
  text-align: center;
  margin-bottom: 60px;
}

/* line 28, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .checked-image {
  width: 57px;
  height: 57px;
}

/* line 33, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .top-heading {
  margin-bottom: 40px;
}

/* line 37, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .grey-line {
  border: 1px solid #DADADA;
  margin-bottom: 24px;
}

/* line 42, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .total-text, .orders.show .order-summary .total-price {
  font-family: 'Poppins-bold';
}

/* line 46, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 51, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .message-heading {
  background: #1E1E1E;
  border-radius: 16px 16px 0px 0px;
  padding: 24px;
  color: #FFFFFF;
  text-align: left;
}

/* line 59, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-message-group {
  width: 61.52%;
}

/* line 63, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .success-message-group {
  margin-bottom: 24px;
}

/* line 65, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .success-message-group .success-message-content {
  border: 2px solid #DADADA;
  border-top: 0px;
  box-sizing: border-box;
  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: 0px 0px 16px 16px;
  padding: 31px 32px 16px 32px;
}

/* line 73, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .success-message-group .success-message-content .order-states {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-evenly;
}

/* line 78, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .success-message-group .success-message-content .order-states .icon {
  height: 60px;
  margin-bottom: 15px;
}

/* line 83, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .success-message-group .success-message-content .order-states .bold {
  font-family: 'Poppins-bold';
}

/* line 88, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .success-message-group .success-message-content .success-message {
  text-align: left;
  letter-spacing: 0.01em;
  color: #353535;
  margin-bottom: 16px;
}

/* line 97, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .home-btn {
  padding: 8px 26px;
  color: #FFFFFF;
  font-family: 'Poppins-bold';
  background: linear-gradient(286.58deg, #CC2E09 50.13%, #EF7F0F 103.46%);
  border-radius: 100px;
}

/* line 103, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .home-btn:hover {
  background: linear-gradient(286.58deg, #EF7F0F 50.13%, #CC2E09 103.46%);
}

/* line 107, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .home-btn:active {
  box-shadow: inset 0px 0px 16px 1px #d23d0b;
}

/* line 112, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-section {
  text-align: left;
  padding: 24px 32px 24px 24px;
  border: 2px solid #DADADA;
  box-sizing: border-box;
  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: 16px;
}

/* line 120, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-section .faq-heading {
  margin-bottom: 8px;
}

/* line 124, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-section .faq-content {
  margin-bottom: 24px;
}

/* line 128, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-section .btns-group {
  display: flex;
  justify-content: flex-end;
}

/* line 131, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-section .btns-group a {
  margin-left: 24px;
  font-size: 9.89px;
  line-height: 15px;
  border: 1px solid #1E1E1E;
  box-sizing: border-box;
  border-radius: 100px;
}

/* line 138, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-section .btns-group a:hover {
  background: #1E1E1E;
  color: #FFFFFF;
}

/* line 144, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-section .btns-group .order-btn {
  padding: 13px 38px;
}

/* line 148, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-section .btns-group .contact-btn {
  padding: 13px 40px;
}

/* line 152, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .faq-section .btns-group .faq-btn {
  padding: 13px 57px;
}

/* line 158, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .order-summary-group {
  text-align: left;
  width: 36.45%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 16px;
}

/* line 165, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .order-summary-group .message-heading {
  padding-left: 32px;
}

/* line 169, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .order-summary-group .summary-body {
  background: #F5F5F5;
  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: 0px 0px 24px 24px;
  padding: 24px 0px 32px 32px;
}

/* line 175, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .order-summary-group .summary-body .grey-line {
  margin-bottom: 32px;
  margin-right: 32px;
}

/* line 180, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .order-summary-group .summary-body .order-summary-detail-content {
  padding-right: 32px;
}

/* line 185, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .order-summary-group .order-number-heading {
  font-family: 'Poppins-bold';
  margin-bottom: 5px;
}

/* line 190, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .order-summary-group .order-number {
  letter-spacing: 0.24em;
  margin-bottom: 24px;
}

/* line 195, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .order-summary .order-summary-body .order-summary-group .line-items {
  margin-right: 8px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  /* line 206, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .success-message-group .success-message-content {
    padding: 31px 12px 16px 12px;
  }
  /* line 210, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-section {
    padding: 24px 12px 24px 14px;
  }
  /* line 214, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-section .btns-group a {
    margin-left: 7px;
  }
  /* line 218, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-section .btns-group .order-btn {
    padding: 13px 18px;
  }
  /* line 222, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-section .btns-group .contact-btn {
    padding: 13px 20px;
  }
  /* line 226, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-section .btns-group .faq-btn {
    padding: 13px 37px;
  }
  /* line 232, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .order-summary-group .summary-body {
    padding: 24px 0px 32px 10px;
  }
}

@media (max-width: 992px) {
  /* line 241, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .top-heading {
    margin-bottom: 24px;
    font-size: 41.89px;
    line-height: 52px;
  }
  /* line 248, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-message-group, .orders.show .order-summary .order-summary-body .order-summary-group {
    width: 100%;
    margin-bottom: 16px;
  }
  /* line 252, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .order-summary-group {
    order: 1;
    position: relative;
    top: inherit;
  }
  /* line 258, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-message-group {
    order: 2;
  }
  /* line 263, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .expand-btn, .orders.show .order-summary .view-less-btn {
    text-align: center;
    font-family: 'Poppins-bold';
    font-size: 9.89px;
    line-height: 14px;
    color: #595959;
    letter-spacing: 1px;
  }
  /* line 271, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .expand-btn:focus, .orders.show .order-summary .view-less-btn:focus {
    box-shadow: none;
  }
  /* line 276, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .expand-btn {
    display: none;
  }
  /* line 280, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .return-btn {
    border: none;
    max-width: unset;
    margin: 16px auto;
    padding: 10px;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    font-family: 'Poppins-bold';
    background: linear-gradient(286.58deg, #CC2E09 50.13%, #EF7F0F 103.46%);
    border-radius: 100px;
    font-family: Poppins-bold !important;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
  }
  /* line 298, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .return-btn:hover {
    background: linear-gradient(286.58deg, #EF7F0F 50.13%, #CC2E09 103.46%);
  }
  /* line 302, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .return-btn:active {
    box-shadow: inset 0px 0px 16px 1px #d23d0b;
  }
  /* line 307, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .home-mob {
    padding: 8px 52px !important;
  }
}

@media (max-width: 414px) {
  /* line 317, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-section .btns-group {
    flex-direction: column;
  }
  /* line 320, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-section .btns-group a {
    margin-left: 0;
  }
  /* line 324, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-section .btns-group p {
    padding: 8px 0;
  }
  /* line 328, app/assets/stylesheets/spree/order_show_page.scss */
  .orders.show .order-summary .order-summary-body .faq-section .order-btn, .orders.show .order-summary .order-summary-body .faq-section .contact-btn, .orders.show .order-summary .order-summary-body .faq-section .faq-btn {
    display: block;
    text-align: center;
  }
}

/* line 339, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .line-items, .checkout.edit .line-items, .checkout.update .line-items {
  margin-top: 12px;
  margin-bottom: 0px;
  max-height: 464px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 347, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .line-items .line-item, .checkout.edit .line-items .line-item, .checkout.update .line-items .line-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* line 352, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .line-items .line-item .item-image, .checkout.edit .line-items .line-item .item-image, .checkout.update .line-items .line-item .item-image {
  height: 100px;
  width: 100px;
  border-radius: 8px;
  margin-right: 16px;
  box-shadow: 0px 0px 1px 0px #0000000A, 0px 2px 6px 0px #0000000A, 0px 10px 20px 0px #0000000A;
}

/* line 359, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .line-items .line-item .item-image img, .checkout.edit .line-items .line-item .item-image img, .checkout.update .line-items .line-item .item-image img {
  border-radius: 8px;
  height: 100px;
  width: 100px;
}

/* line 366, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .line-items .line-item .item-description, .checkout.edit .line-items .line-item .item-description, .checkout.update .line-items .line-item .item-description {
  flex-direction: column;
}

/* line 369, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .line-items .line-item .item-description .item-name, .checkout.edit .line-items .line-item .item-description .item-name, .checkout.update .line-items .line-item .item-description .item-name {
  padding: 0px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 196px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 381, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .line-items .line-item .item-description .item-variant, .checkout.edit .line-items .line-item .item-description .item-variant, .checkout.update .line-items .line-item .item-description .item-variant {
  font-family: Poppins;
  font-weight: 400px;
  font-size: 9.89px;
  line-height: 13.85px;
  letter-spacing: 0.25px;
  margin: 1px;
  color: black;
  padding: 0;
}

/* line 393, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .line-items .line-item .price, .checkout.edit .line-items .line-item .price, .checkout.update .line-items .line-item .price {
  text-align: end;
}

/* line 397, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show .line-items .line-item .original-price, .checkout.edit .line-items .line-item .original-price, .checkout.update .line-items .line-item .original-price {
  color: #595959;
  text-decoration: line-through;
}

/* line 404, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show ::-webkit-scrollbar, .checkout.edit ::-webkit-scrollbar, .checkout.update ::-webkit-scrollbar {
  width: 2px;
}

/* line 408, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show ::-webkit-scrollbar-track, .checkout.edit ::-webkit-scrollbar-track, .checkout.update ::-webkit-scrollbar-track {
  background: #DADADA;
}

/* line 412, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show ::-webkit-scrollbar-thumb, .checkout.edit ::-webkit-scrollbar-thumb, .checkout.update ::-webkit-scrollbar-thumb {
  background: #FFB514;
}

/* line 416, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show ::-webkit-scrollbar-thumb:hover, .checkout.edit ::-webkit-scrollbar-thumb:hover, .checkout.update ::-webkit-scrollbar-thumb:hover {
  background: #FFB514;
}

/* line 420, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show ::-webkit-scrollbar, .checkout.edit ::-webkit-scrollbar, .checkout.update ::-webkit-scrollbar {
  padding-top: 6px;
  width: 6px;
  background: #F5F5F5;
}

/* line 426, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show ::-webkit-scrollbar-thumb, .checkout.edit ::-webkit-scrollbar-thumb, .checkout.update ::-webkit-scrollbar-thumb {
  background: #F1B71C;
  background-clip: padding-box;
  border-radius: 100px;
}

/* line 432, app/assets/stylesheets/spree/order_show_page.scss */
.orders.show ::-webkit-scrollbar-track, .checkout.edit ::-webkit-scrollbar-track, .checkout.update ::-webkit-scrollbar-track {
  border-radius: 100px;
}
/* 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/product_categories.css.scss */
.product_categories.index {
  background-color: #FAFAFA;
}

/* line 5, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .data-container {
  text-align: unset;
}

/* line 8, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .data-container .product-categories-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

/* line 16, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-container {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

/* line 24, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .top-heading {
  font-family: 'Draught';
  font-size: 128px;
  line-height: 97px;
  text-align: center;
  letter-spacing: 3px;
  color: #171717;
  margin: 0 0 0 0;
  font-weight: 400;
}

/* line 35, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .link {
  margin-top: 40px;
}

/* line 38, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .link .home-link {
  text-decoration: underline;
  line-height: 22px;
  font-weight: 400;
  padding-right: 3px;
}

/* line 45, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .link .products-link {
  font-family: 'Poppins-bold';
  color: #f1b71c;
  line-height: 22px;
  padding-left: 3px;
}

/* line 53, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index #all-products {
  padding-bottom: 40px;
}

/* line 57, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index #hero-div {
  margin-bottom: 40px;
}

/* line 60, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index #hero-div .left-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 40px;
  height: 80px;
  background-color: #F3F3F3;
  border-radius: 0 4px 4px 0;
}

/* line 70, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index #hero-div .right-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 40px;
  height: 80px;
  background-color: #F3F3F3;
  border-radius: 4px 0 0 4px;
}

/* line 80, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index #hero-div .carousel-control-prev-icon {
  background-image: url(/assets/categories/slider_arrow-cdd0696d7cfc47a5563da92439a1c0a4f395126fb9e61d6b7542126facd0a650.svg);
}

/* line 84, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index #hero-div .carousel-control-next-icon {
  background-image: url(/assets/categories/right-4addba9153f48894148a140b632d6f93b7c773ab1f22c66fbab87cf7de5932b3.svg);
}

/* line 89, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .top-brands-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 7px;
  padding: 0 0 0 8px;
}

/* line 95, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .top-brands-grid .brand-image.w-100 {
  max-width: 122px;
  text-align: center;
  margin: 0 auto;
}

/* line 102, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .container {
  padding: 0px;
  width: unset;
  max-width: 1440px;
}

/* line 106, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .container #cards {
  padding: 0;
  margin-bottom: 56px;
  justify-content: center;
}

/* line 110, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .container #cards .col {
  flex-grow: unset;
  padding: 6px;
}

/* line 117, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .full-page-line, .product_categories.index .line {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 121, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .line {
  max-width: 1014px;
}

/* line 125, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .sm-line {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 129, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .view-all-link {
  margin-bottom: 20px;
}

/* line 133, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .section-heading {
  margin-top: 34px;
  margin-bottom: 4px;
}

/* line 139, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  transition: all 0.25s ease;
}

/* line 150, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .carousel-indicators-numbers li.active, .product_categories.index .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #337ab7;
}

/* line 160, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-row .category-page-card {
  margin-bottom: 16px;
}

/* line 162, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-row .category-page-card.col {
  flex-grow: unset;
}

/* line 166, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-row .category-page-card .img-holder {
  width: 233px;
  height: 233px;
  overflow: hidden;
  margin-bottom: 9px;
  border-radius: 8px;
}

/* line 172, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-row .category-page-card .img-holder:hover {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.07), 0px 2px 6px 0px rgba(0, 0, 0, 0.07), 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
}

/* line 176, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-row .category-page-card .img-holder img {
  width: 233px;
  height: 233px;
}

/* line 182, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-row .category-page-card .sub-title {
  font-family: 'Poppins';
  text-align: center;
  color: #353535;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.25px;
  font-weight: 400;
  margin-bottom: 24px;
}

/* line 195, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-heading {
  cursor: default;
  font-family: 'Poppins-bold';
  font-size: 24px;
  line-height: 31px;
  text-align: left;
  color: black;
  font-weight: 700;
  margin-bottom: 21px;
  letter-spacing: 0.75px;
}

/* line 207, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-contents {
  text-align: left;
  color: #353535;
}

/* line 211, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-contents .heading {
  font-family: 'Poppins-bold';
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 24px;
  letter-spacing: 0.4px;
}

/* line 218, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-contents .heading a:hover {
  opacity: 0.7;
}

/* line 223, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-contents .sub-head {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
}

/* line 228, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-contents .sub-head a:hover {
  opacity: 0.7;
}

/* line 234, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .on-sale-text {
  font-family: 'Poppins-bold';
  line-height: 24px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e62a56;
}

/* line 241, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .on-sale-text a:hover {
  opacity: 0.7;
}

/* line 246, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .quantity-btn-group {
  margin-bottom: 24px;
  margin-top: 4px;
}

/* line 249, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .quantity-btn-group input::-webkit-outer-spin-button,
.product_categories.index .quantity-btn-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 255, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .quantity-btn-group input[type=number] {
  -moz-appearance: textfield;
  box-shadow: 0px 0px 1px 0px #0000000a, 0px 2px 6px 0px #0000000a, 0px 10px 20px 0px #0000000a;
}

/* line 260, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .quantity-btn-group .button {
  box-shadow: 0px 0px 1px 0px #0000000a, 0px 2px 6px 0px #0000000a, 0px 10px 20px 0px #0000000a;
}

/* line 265, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .add-to-cart {
  width: 100%;
  margin-bottom: 32px;
}

/* line 270, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .product-image-lg-group {
  margin-bottom: 23px;
}

/* line 273, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .product-image-lg-group #product-image-lg, .product_categories.index .product-image-lg-group #product-image-lg-modal {
  width: 601px;
  height: 601px;
  background: rgba(196, 196, 196, 0.32);
  box-shadow: 0px 10px 20px RGB(0 0 0/4%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
  border-radius: 16px;
}

/* line 282, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .side-contents {
  padding-right: 38px;
}

/* line 286, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-dropdown {
  position: relative;
  padding-right: 9px;
}

/* line 290, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-dropdown .question {
  cursor: pointer;
}

/* line 294, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-dropdown .question[aria-expanded="false"] {
  padding-top: 8px;
}

/* line 296, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-dropdown .question[aria-expanded="false"]::after {
  content: url(/assets/arrow_down_slim_black-49bbacf1aba16683fbeb5c4f29eb0b8ab56a8a51a69668cecbb500ef7e95a304.svg);
  color: #353535;
  float: right;
}

/* line 303, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-dropdown .question[aria-expanded="true"] {
  padding-top: 8px;
}

/* line 305, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-dropdown .question[aria-expanded="true"]::after {
  content: url(/assets/arrow_down_slim_black-49bbacf1aba16683fbeb5c4f29eb0b8ab56a8a51a69668cecbb500ef7e95a304.svg);
  color: #353535;
  float: right;
  transform: rotate(180deg);
}

/* line 314, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-dropdown .answer {
  letter-spacing: 0.03em;
  color: #353535;
  line-height: 23px;
  margin-left: 24px;
  padding-bottom: 6px;
}

/* line 320, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-dropdown .answer p {
  margin: 0;
  padding-top: 0;
  padding-bottom: 6px;
}

/* line 324, app/assets/stylesheets/spree/product_categories.css.scss */
.product_categories.index .category-dropdown .answer p a, .product_categories.index .category-dropdown .answer p a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 955px) {
  /* line 336, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .side-contents {
    padding-left: 15px;
  }
  /* line 341, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .container #cards .col {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  /* line 351, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .data-container .product-categories-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /* line 357, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .category-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  /* line 362, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .top-heading {
    font-size: 64px;
    line-height: 54px;
  }
  /* line 367, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .link {
    margin-top: 22px;
    margin-bottom: 12px;
    line-height: 16px;
    font-size: 10px;
  }
  /* line 373, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .link .home-link {
    text-decoration: none;
  }
  /* line 377, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .link .products-link {
    text-decoration: underline;
  }
  /* line 381, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .link .slash {
    margin-top: 3px;
  }
  /* line 386, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #all-products {
    padding-bottom: 33px;
  }
  /* line 390, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #hero-div {
    margin: 0 -16px 32px -16px;
    height: 241px;
  }
  /* line 395, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #hero-div .slider .carousel-indicators li {
    margin-bottom: 0px;
  }
  /* line 400, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #hero-div .slider .carousel-item img {
    height: 241px;
  }
  /* line 406, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #hero-div .left-arrow {
    max-width: 32px;
  }
  /* line 410, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #hero-div .right-arrow {
    max-width: 32px;
  }
  /* line 415, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .category-heading {
    text-align: center;
  }
  /* line 419, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .line {
    margin: 0px auto 28px;
  }
  /* line 423, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #category-card {
    padding: 0;
  }
  /* line 425, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #category-card .col {
    padding: 8px;
  }
  /* line 430, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .category-row {
    justify-content: center;
  }
  /* line 433, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .category-row .category-page-card .img-holder {
    width: 183px;
    height: 185px;
  }
  /* line 436, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .category-row .category-page-card .img-holder img {
    width: 183px;
    height: 185px;
  }
  /* line 444, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .section-heading {
    font-family: 'Poppins-bold';
    font-size: 24px;
    margin-top: 40px;
    letter-spacing: 0.5px;
  }
  /* line 451, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .view-all-link {
    margin-bottom: 24px;
  }
  /* line 455, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .line {
    margin: 0 -16px 28px -16px;
  }
}

@media (max-width: 325px) {
  /* line 463, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #hero-div .slider .carousel-item .sub-head {
    padding-right: 40px;
  }
}

@media (max-width: 425px) {
  /* line 471, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .top-heading {
    font-size: 60px;
  }
  /* line 477, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .container #cards .col {
    padding: 5px;
  }
  /* line 485, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #hero-div .slider .carousel-item .sub-head {
    padding-right: 59px;
  }
  /* line 491, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #category-card {
    padding: 0;
  }
  /* line 493, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index #category-card .col {
    padding: 4px;
  }
  /* line 500, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .category-row .category-page-card .img-holder {
    width: 176px;
    height: 176px;
  }
  /* line 503, app/assets/stylesheets/spree/product_categories.css.scss */
  .product_categories.index .category-row .category-page-card .img-holder img {
    width: 176px;
    height: 176px;
  }
}
/* line 2, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid {
  padding: 0;
}

/* line 5, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .main-cta {
  font-family: 'Poppins-bold';
  font-size: 60px;
  line-height: 60px;
  padding: 52px 0;
  background-size: cover;
  text-align: center;
  color: white;
  background-image: 'https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-desktop.jpeg';
  background-image: -webkit-image-set("https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-desktop.webp" type("image/webp"), "https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-desktop.jpeg" type("image/jpeg"));
  background-image: image-set("https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-desktop.webp" type("image/webp"), "https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-desktop.jpeg" type("image/jpeg"));
}

/* line 19, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .main-cta .all-categories {
  font-family: 'Poppins-semi-bold';
  font-size: 24px;
  line-height: 34px;
}

/* line 26, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page {
  padding: 0 16px;
  margin: 32px 0 64px;
}

/* line 30, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width {
  max-width: 1440px;
  margin: 0 auto;
}

/* line 34, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .categories-slider {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 32px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  overflow-x: auto;
  text-align: center;
}

/* line 43, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .categories-slider::-webkit-scrollbar {
  width: auto;
  height: 4px;
}

/* line 48, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .categories-slider::-webkit-scrollbar-track {
  background: #F9F9F9;
  margin: 0 4px;
}

/* line 53, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .categories-slider::-webkit-scrollbar-thumb {
  background: var(--palette-primary-500);
  border-radius: 8px;
}

/* line 58, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .categories-slider .category-circle {
  margin-bottom: 5px;
}

/* line 61, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .categories-slider .category-circle .circle {
  background: #ffb414;
  width: 72px;
  height: 72px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 8px;
  cursor: pointer;
  overflow: hidden;
}

/* line 71, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .categories-slider .category-circle .circle .image {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 3px;
}

/* line 80, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .categories-slider .category-circle .name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: var(--palette-neutral-700);
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 85px;
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .categories-slider .category-circle .name:hover {
  text-decoration: none;
}

/* line 101, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

/* line 105, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar {
  max-width: 218px;
  min-width: 170px;
  padding-top: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background-color: var(--palette-primary-50);
  align-self: stretch;
  box-shadow: 1px 0px 4px 0px #00000014;
  border-radius: 0px 4px 4px 0px;
}

/* line 118, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .list-element-heading {
  display: flex;
  padding: 8px;
  margin: 0px 6px 0px 5px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--primary-500-main, #FFB514);
}

/* line 127, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .list-element-heading .text {
  color: #FFF;
  font-family: 'Poppins-semi-bold';
  font-size: 16px;
  font-style: normal;
}

/* line 135, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .list-elements-container {
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  row-gap: 8px;
}

/* line 141, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .list-elements-container .list-element-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 14px;
}

/* line 147, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .list-elements-container .list-element-item .list-element {
  color: var(--Primary-700, #9E6900);
  font-family: 'Poppins-medium';
  font-size: 14px;
  font-style: normal;
}

/* line 153, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .list-elements-container .list-element-item .list-element:hover {
  text-decoration: underline;
}

/* line 160, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown {
  position: relative;
  display: inline-block;
}

/* line 164, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #FAFAFA;
  min-width: 188px;
  box-shadow: 0px 0px 4px 0px #00000040;
  border-radius: 4px;
  padding: 8px 0 8px 6px;
  z-index: 1;
  left: 200px;
  top: -7px;
}

/* line 176, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown .dropdown-content .list-element-container {
  padding-right: 6px;
}

/* line 179, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown .dropdown-content .list-element-container .list-element-item {
  border-radius: 4px;
  padding-right: 6px !important;
  cursor: pointer;
}

/* line 184, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown .dropdown-content .list-element-container .list-element-item .list-element {
  width: -webkit-fill-available;
  padding: 4px 0 4px 4px;
}

/* line 188, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown .dropdown-content .list-element-container .list-element-item .list-element:hover {
  text-decoration: none;
}

/* line 193, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown .dropdown-content .list-element-container .list-element-item .dropdown-content {
  left: 182px;
}

/* line 197, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown .dropdown-content .list-element-container .list-element-item:hover {
  background: var(--primary-500-main, #FFB514);
}

/* line 200, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown .dropdown-content .list-element-container .list-element-item:hover > .list-element {
  color: #FAFAFA !important;
}

/* line 208, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown:hover > .dropdown-content, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-sidebar .dropdown:hover > .list-element-item > .dropdown-content {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

/* line 216, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-container {
  display: flex;
  flex-direction: column;
  max-width: 1222px;
  row-gap: 24px;
  margin-bottom: 40px;
  width: 100%;
}

/* line 226, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category {
  display: flex;
  flex-direction: column;
}

/* line 230, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .category-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 26px;
}

/* line 236, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .category-head .category-name {
  display: flex;
  align-items: center;
  font-family: 'Poppins-semi-bold';
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--palette-primary-500);
}

/* line 246, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .category-head .see-all {
  border: 1px solid;
  border-color: transparent;
  border-radius: 6px;
  cursor: pointer;
}

/* line 252, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .category-head .see-all .see-all-link {
  display: inline-block;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  color: #000000;
  padding: 8px 16px;
}

/* line 265, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .category-head .see-all:hover {
  border-color: #D4D4D8;
  background: white;
}

/* line 273, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section {
  max-height: 240px;
  height: calc((100vw - 368px) * 0.2173);
}

/* line 277, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section .nav-back, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section .nav-forward {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 72px;
  width: calc((100vw - 368px) * 0.0652);
  aspect-ratio: 1 / 1;
  border: 1px solid #E4E4E7;
  border-radius: 100%;
  background: white;
}

/* line 288, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section .nav-back svg, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section .nav-forward svg {
  width: 44.44%;
}

/* line 292, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section .nav-back:not(.disabled):hover, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section .nav-forward:not(.disabled):hover {
  border-color: #FFB514;
}

/* line 295, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section .nav-back:not(.disabled):hover svg path, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section .nav-forward:not(.disabled):hover svg path {
  stroke: #FFB514;
}

/* line 302, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .left {
  margin: 0 7px 0 0;
}

/* line 306, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .right {
  margin: 0 0 0 7px;
}

/* line 310, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards {
  gap: 24px;
}

/* line 313, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card {
  flex: 0 1 Min(240px, calc((100vw - 368px) * 0.2173));
}

/* line 316, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .standard-product-card {
  margin-bottom: 0;
  max-width: 240px;
}

/* line 320, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .standard-product-card .image-container {
  max-height: 240px;
  height: calc((100vw - 368px) * 0.2173);
  max-width: calc((100vw - 368px) * 0.2173);
}

/* line 326, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .standard-product-card .title-price-section {
  align-items: center;
}

/* line 329, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .standard-product-card .title-price-section .name {
  font-weight: 600;
}

/* line 335, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .product-card-placeholder {
  max-width: 240px;
}

/* line 338, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .product-card-placeholder .image {
  max-height: 240px;
  height: calc((100vw - 368px) * 0.2173);
  max-width: calc((100vw - 368px) * 0.2173);
}

/* line 344, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .product-card-placeholder .price {
  display: none;
}

/* line 348, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .product-card-placeholder .name {
  max-width: calc((100vw - 368px) * 0.2173);
  text-align: center;
}

/* line 356, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .more-products {
  height: 21px;
  display: none;
}

/* line 366, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .category-head .category-name, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .category-head .category-name {
  color: #3F3F46;
  margin-left: Min(79px, calc((100vw - 142px) * 0.0541));
}

/* line 372, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .card-pages-group .nav-section, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .card-pages-group .nav-section {
  max-height: 237.2px;
  height: calc((100vw - 142px) * 0.1783);
}

/* line 376, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .card-pages-group .nav-section .nav-back, .product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .card-pages-group .nav-section .nav-forward, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .card-pages-group .nav-section .nav-back, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .card-pages-group .nav-section .nav-forward {
  width: calc((100vw - 142px) * 0.0541);
}

/* line 381, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .card-pages-group .cards .slider-card, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .card-pages-group .cards .slider-card {
  flex: 0 1 Min(237.2px, calc((100vw - 142px) * 0.1783));
}

/* line 384, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .card-pages-group .cards .slider-card .standard-product-card, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .card-pages-group .cards .slider-card .standard-product-card {
  max-width: 237.2px;
}

/* line 387, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .card-pages-group .cards .slider-card .standard-product-card .image-container, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .card-pages-group .cards .slider-card .standard-product-card .image-container {
  max-height: 237.2px;
  height: calc((100vw - 142px) * 0.1783);
  max-width: calc((100vw - 142px) * 0.1783);
}

/* line 394, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .card-pages-group .cards .slider-card .product-card-placeholder, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .card-pages-group .cards .slider-card .product-card-placeholder {
  max-width: 237.2px;
}

/* line 397, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .card-pages-group .cards .slider-card .product-card-placeholder .image, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .card-pages-group .cards .slider-card .product-card-placeholder .image {
  max-height: 237.2px;
  height: calc((100vw - 142px) * 0.1783);
  max-width: calc((100vw - 142px) * 0.1783);
}

/* line 402, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .best-deals-products .category .card-pages-group .cards .slider-card .product-card-placeholder .name, .product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .category .card-pages-group .cards .slider-card .product-card-placeholder .name {
  max-width: calc((100vw - 142px) * 0.1783);
}

/* line 411, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .title-price-section {
  align-items: flex-start !important;
}

/* line 415, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .name {
  text-align: left !important;
  font-weight: 400 !important;
}

/* line 420, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .all-products-page .new-arrivals-products .product-card-placeholder .price {
  display: block !important;
}

/* line 426, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .bottom-cta {
  background: linear-gradient(98.41deg, #FF5F6D 0%, #FFC371 100%);
  padding: 6px 0;
  text-align: center;
  margin-bottom: 82px;
}

/* line 432, app/assets/stylesheets/spree/product_categories_v2.css.scss */
.product_categories.index_v2 .container-fluid .bottom-cta picture img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

@media (max-width: 991px) {
  /* line 442, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .categories-sidebar {
    display: none;
  }
  /* line 447, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .category-head .category-name {
    margin-left: Min(79px, calc((100vw - 118px) * 0.0531));
  }
  /* line 452, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .nav-section {
    height: calc((100vw - 118px) * 0.2234);
  }
  /* line 455, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .nav-section .nav-back, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .nav-section .nav-forward {
    width: calc((100vw - 118px) * 0.0531);
  }
  /* line 460, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .cards .slider-card {
    flex: 0 1 Min(240px, calc((100vw - 118px) * 0.2234));
  }
  /* line 463, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .cards .slider-card .standard-product-card .image-container {
    height: calc((100vw - 118px) * 0.2234);
    max-width: calc((100vw - 118px) * 0.2234);
  }
  /* line 469, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .cards .slider-card .product-card-placeholder .image {
    height: calc((100vw - 118px) * 0.2234);
    max-width: calc((100vw - 118px) * 0.2234);
  }
  /* line 473, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .cards .slider-card .product-card-placeholder .name {
    max-width: calc((100vw - 118px) * 0.2234);
  }
}

@media (max-width: 767px) {
  /* line 485, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 #header_v2 {
    padding-bottom: 124px;
  }
  /* line 490, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .main-cta {
    font-size: 24px;
    line-height: 36px;
    background-image: 'https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-mobile.jpg';
    background-image: -webkit-image-set("https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-mobile.webp" type("image/webp"), "https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-desktop.jpg" type("image/jpg"));
    background-image: image-set("https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-mobile.webp" type("image/webp"), "https://assets.agzaga.com/all_products_page_cta/all-products-main-cta-desktop.jpg" type("image/jpg"));
  }
  /* line 499, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .main-cta .all-categories {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 508, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .categories-container, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .categories-container {
    width: 100%;
  }
  /* line 513, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category {
    display: flex;
    flex-direction: column;
  }
  /* line 518, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .category-head .category-name, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .category-head .category-name, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .category-head .category-name, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .category-head .category-name {
    font-size: 16px;
    margin-left: 0;
  }
  /* line 523, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .category-head .see-all .see-all-link, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .category-head .see-all .see-all-link, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .category-head .see-all .see-all-link, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .category-head .see-all .see-all-link {
    font-size: 14px;
  }
  /* line 528, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group {
    overflow-x: auto;
  }
  /* line 531, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .nav-section, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .nav-section, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .nav-section, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .nav-section {
    display: none;
  }
  /* line 535, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .cards, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .cards, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .cards {
    display: flex;
    padding: 0 9px;
    width: -moz-min-content;
    width: min-content;
    margin: 0;
  }
  /* line 542, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .cards .slider-card .standard-product-card, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .standard-product-card, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .cards .slider-card .standard-product-card, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .cards .slider-card .standard-product-card {
    min-width: 210px;
  }
  /* line 545, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .cards .slider-card .standard-product-card .image-container, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .standard-product-card .image-container, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .cards .slider-card .standard-product-card .image-container, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .cards .slider-card .standard-product-card .image-container {
    display: flex;
    height: unset;
    max-width: unset;
    min-height: 230px;
  }
  /* line 553, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .cards .slider-card .product-card-placeholder, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .product-card-placeholder, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .cards .slider-card .product-card-placeholder, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .cards .slider-card .product-card-placeholder {
    max-width: 210px;
  }
  /* line 556, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .cards .slider-card .product-card-placeholder .image, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .cards .slider-card .product-card-placeholder .image, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .cards .slider-card .product-card-placeholder .image, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .cards .slider-card .product-card-placeholder .image {
    max-width: unset;
    width: 210px;
    height: 230px;
  }
  /* line 565, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .more-products, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .more-products, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .more-products, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .more-products {
    display: flex;
    align-items: center;
    height: 230px;
    margin-left: 24px;
  }
  /* line 572, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .more-products .disabled svg circle, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .more-products .disabled svg circle, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .more-products .disabled svg circle, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .more-products .disabled svg circle {
    stroke: var(--palette-neutral-300) !important;
  }
  /* line 576, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .more-products .disabled .next-arrow path, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .more-products .disabled .next-arrow path, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .more-products .disabled .next-arrow path, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .more-products .disabled .next-arrow path {
    stroke: var(--palette-neutral-300) !important;
  }
  /* line 581, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .more-products .load-more, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .more-products .load-more, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .more-products .load-more, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .more-products .load-more {
    position: relative;
  }
  /* line 585, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .more-products .load-more:hover svg circle, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .more-products .load-more:hover svg circle, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .more-products .load-more:hover svg circle, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .more-products .load-more:hover svg circle {
    stroke: var(--palette-primary-500);
  }
  /* line 589, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .more-products .load-more:hover .next-arrow path, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .more-products .load-more:hover .next-arrow path, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .more-products .load-more:hover .next-arrow path, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .more-products .load-more:hover .next-arrow path {
    stroke: var(--palette-primary-500);
  }
  /* line 594, app/assets/stylesheets/spree/product_categories_v2.css.scss */
  .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .all-products-content-section .category .card-pages-group .more-products .load-more .next-arrow, .product_categories.index_v2 .container-fluid .all-products-page .container-max-width .category .card-pages-group .more-products .load-more .next-arrow, .product_categories.index_v2 .container-fluid .all-products-page .all-products .all-products-content-section .category .card-pages-group .more-products .load-more .next-arrow, .product_categories.index_v2 .container-fluid .all-products-page .all-products .category .card-pages-group .more-products .load-more .next-arrow {
    position: absolute;
    left: 30px;
    top: 20px;
  }
}
/* line 2, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .option-label, .products.index .option-label, .orders.edit .option-label, .orders.show .option-label, .home.index .option-label, .product_categories.index .option-label, .favorites.index .option-label, .taxons.show .option-label, .products.deals .option-label {
  margin-bottom: 7px;
  padding-top: 9px;
  display: block;
}

/* line 8, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2, .products.index .select2, .orders.edit .select2, .orders.show .select2, .home.index .select2, .product_categories.index .select2, .favorites.index .select2, .taxons.show .select2, .products.deals .select2 {
  margin-bottom: 12px;
}

/* line 13, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2:focus, .products.show .select2-selection:focus, .products.index .select2:focus, .products.index .select2-selection:focus, .orders.edit .select2:focus, .orders.edit .select2-selection:focus, .orders.show .select2:focus, .orders.show .select2-selection:focus, .home.index .select2:focus, .home.index .select2-selection:focus, .product_categories.index .select2:focus, .product_categories.index .select2-selection:focus, .favorites.index .select2:focus, .favorites.index .select2-selection:focus, .taxons.show .select2:focus, .taxons.show .select2-selection:focus, .products.deals .select2:focus, .products.deals .select2-selection:focus {
  outline: none;
}

/* line 18, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-container--default.select2-container--disabled .select2-selection--single, .products.index .select2-container--default.select2-container--disabled .select2-selection--single, .orders.edit .select2-container--default.select2-container--disabled .select2-selection--single, .orders.show .select2-container--default.select2-container--disabled .select2-selection--single, .home.index .select2-container--default.select2-container--disabled .select2-selection--single, .product_categories.index .select2-container--default.select2-container--disabled .select2-selection--single, .favorites.index .select2-container--default.select2-container--disabled .select2-selection--single, .taxons.show .select2-container--default.select2-container--disabled .select2-selection--single, .products.deals .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #F5F5F5;
  cursor: default;
}

/* line 21, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .products.index .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .orders.edit .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .orders.show .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .home.index .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .product_categories.index .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .favorites.index .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .taxons.show .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .products.deals .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #C0C0C0;
}

/* line 25, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b, .products.index .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b, .orders.edit .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b, .orders.show .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b, .home.index .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b, .product_categories.index .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b, .favorites.index .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b, .taxons.show .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b, .products.deals .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
  content: url(/assets/dropdown_arrow_down_grey-d07b21e6d12167a85d32834a80c3371ce6d316720ea4cca0da2304878fca5f7c.svg);
}

/* line 34, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-container--default .select2-selection--single .select2-selection__arrow b, .products.index .select2-container--default .select2-selection--single .select2-selection__arrow b, .orders.edit .select2-container--default .select2-selection--single .select2-selection__arrow b, .orders.show .select2-container--default .select2-selection--single .select2-selection__arrow b, .home.index .select2-container--default .select2-selection--single .select2-selection__arrow b, .product_categories.index .select2-container--default .select2-selection--single .select2-selection__arrow b, .favorites.index .select2-container--default .select2-selection--single .select2-selection__arrow b, .taxons.show .select2-container--default .select2-selection--single .select2-selection__arrow b, .products.deals .select2-container--default .select2-selection--single .select2-selection__arrow b {
  content: url(/assets/dropdown_arrow_down-c18dfddb6bb737df9d95519c7b912da0f0e43b5b3fd4fb2a66405d4cab4531b3.svg);
  width: 10.45px;
  height: 7.39px;
  background-size: 100%;
  border: none;
}

/* line 46, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-container--open .select2-dropdown--above, .products.index .select2-container--open .select2-dropdown--above, .orders.edit .select2-container--open .select2-dropdown--above, .orders.show .select2-container--open .select2-dropdown--above, .home.index .select2-container--open .select2-dropdown--above, .product_categories.index .select2-container--open .select2-dropdown--above, .favorites.index .select2-container--open .select2-dropdown--above, .taxons.show .select2-container--open .select2-dropdown--above, .products.deals .select2-container--open .select2-dropdown--above {
  box-shadow: none;
  border-radius: 8px 8px 0px 0px;
}

/* line 51, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-container--open .select2-selection--single, .products.index .select2-container--open .select2-selection--single, .orders.edit .select2-container--open .select2-selection--single, .orders.show .select2-container--open .select2-selection--single, .home.index .select2-container--open .select2-selection--single, .product_categories.index .select2-container--open .select2-selection--single, .favorites.index .select2-container--open .select2-selection--single, .taxons.show .select2-container--open .select2-selection--single, .products.deals .select2-container--open .select2-selection--single {
  border-bottom-right-radius: 8px !important;
}

/* line 58, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-container--open .select2-selection--single .select2-selection__arrow b, .products.index .select2-container--open .select2-selection--single .select2-selection__arrow b, .orders.edit .select2-container--open .select2-selection--single .select2-selection__arrow b, .orders.show .select2-container--open .select2-selection--single .select2-selection__arrow b, .home.index .select2-container--open .select2-selection--single .select2-selection__arrow b, .product_categories.index .select2-container--open .select2-selection--single .select2-selection__arrow b, .favorites.index .select2-container--open .select2-selection--single .select2-selection__arrow b, .taxons.show .select2-container--open .select2-selection--single .select2-selection__arrow b, .products.deals .select2-container--open .select2-selection--single .select2-selection__arrow b {
  content: url(/assets/dropdown_arrow_up-ab1638dd46fcf05e89140ef7169052de8db0fe3efdebf69a2b503a5b40eaf2d4.svg) !important;
  width: 10.45px;
  height: 7.39px;
  background-size: 100%;
  border: none;
}

/* line 69, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-selection, .products.index .select2-selection, .orders.edit .select2-selection, .orders.show .select2-selection, .home.index .select2-selection, .product_categories.index .select2-selection, .favorites.index .select2-selection, .taxons.show .select2-selection, .products.deals .select2-selection {
  padding: 4px 5px;
  height: 32px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  line-height: 24px;
  box-shadow: 0px 0px 1px 0px #0000000a, 0px 2px 6px 0px #0000000a, 0px 10px 20px 0px #0000000a;
  font-family: 'Poppins';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  border: none;
  position: relative;
  z-index: 0;
  color: #B0B0B0;
  margin-bottom: 0;
}

/* line 85, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-selection .select2-selection__rendered, .products.index .select2-selection .select2-selection__rendered, .orders.edit .select2-selection .select2-selection__rendered, .orders.show .select2-selection .select2-selection__rendered, .home.index .select2-selection .select2-selection__rendered, .product_categories.index .select2-selection .select2-selection__rendered, .favorites.index .select2-selection .select2-selection__rendered, .taxons.show .select2-selection .select2-selection__rendered, .products.deals .select2-selection .select2-selection__rendered {
  line-height: 24px;
}

/* line 89, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-selection .select2-selection__arrow, .products.index .select2-selection .select2-selection__arrow, .orders.edit .select2-selection .select2-selection__arrow, .orders.show .select2-selection .select2-selection__arrow, .home.index .select2-selection .select2-selection__arrow, .product_categories.index .select2-selection .select2-selection__arrow, .favorites.index .select2-selection .select2-selection__arrow, .taxons.show .select2-selection .select2-selection__arrow, .products.deals .select2-selection .select2-selection__arrow {
  width: 32px;
  height: 32px;
}

/* line 95, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-dropdown, .products.index .select2-dropdown, .orders.edit .select2-dropdown, .orders.show .select2-dropdown, .home.index .select2-dropdown, .product_categories.index .select2-dropdown, .favorites.index .select2-dropdown, .taxons.show .select2-dropdown, .products.deals .select2-dropdown {
  padding: 6px 0;
  width: 364px !important;
  max-height: 150px;
  overflow-y: scroll;
  border: none;
  background: #fff;
  border-radius: 0 0px 8px 8px;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0.03em;
  box-shadow: 0px 0px 1px 0px #0000000a, 0px 2px 6px 0px #0000000a, 0px 10px 20px 0px #0000000a;
}

/* line 109, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-dropdown::-webkit-scrollbar, .products.index .select2-dropdown::-webkit-scrollbar, .orders.edit .select2-dropdown::-webkit-scrollbar, .orders.show .select2-dropdown::-webkit-scrollbar, .home.index .select2-dropdown::-webkit-scrollbar, .product_categories.index .select2-dropdown::-webkit-scrollbar, .favorites.index .select2-dropdown::-webkit-scrollbar, .taxons.show .select2-dropdown::-webkit-scrollbar, .products.deals .select2-dropdown::-webkit-scrollbar {
  width: 2px;
}

/* line 113, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-dropdown::-webkit-scrollbar-thumb, .products.index .select2-dropdown::-webkit-scrollbar-thumb, .orders.edit .select2-dropdown::-webkit-scrollbar-thumb, .orders.show .select2-dropdown::-webkit-scrollbar-thumb, .home.index .select2-dropdown::-webkit-scrollbar-thumb, .product_categories.index .select2-dropdown::-webkit-scrollbar-thumb, .favorites.index .select2-dropdown::-webkit-scrollbar-thumb, .taxons.show .select2-dropdown::-webkit-scrollbar-thumb, .products.deals .select2-dropdown::-webkit-scrollbar-thumb {
  background: #F1B71C;
  border-radius: 100px;
}

/* line 118, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-dropdown .select2-results__option--selectable, .products.index .select2-dropdown .select2-results__option--selectable, .orders.edit .select2-dropdown .select2-results__option--selectable, .orders.show .select2-dropdown .select2-results__option--selectable, .home.index .select2-dropdown .select2-results__option--selectable, .product_categories.index .select2-dropdown .select2-results__option--selectable, .favorites.index .select2-dropdown .select2-results__option--selectable, .taxons.show .select2-dropdown .select2-results__option--selectable, .products.deals .select2-dropdown .select2-results__option--selectable {
  background: none;
  color: #353535;
  padding: 4px 14px;
}

/* line 122, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-dropdown .select2-results__option--selectable.active, .products.show .select2-dropdown .select2-results__option--selectable:hover, .products.index .select2-dropdown .select2-results__option--selectable.active, .products.index .select2-dropdown .select2-results__option--selectable:hover, .orders.edit .select2-dropdown .select2-results__option--selectable.active, .orders.edit .select2-dropdown .select2-results__option--selectable:hover, .orders.show .select2-dropdown .select2-results__option--selectable.active, .orders.show .select2-dropdown .select2-results__option--selectable:hover, .home.index .select2-dropdown .select2-results__option--selectable.active, .home.index .select2-dropdown .select2-results__option--selectable:hover, .product_categories.index .select2-dropdown .select2-results__option--selectable.active, .product_categories.index .select2-dropdown .select2-results__option--selectable:hover, .favorites.index .select2-dropdown .select2-results__option--selectable.active, .favorites.index .select2-dropdown .select2-results__option--selectable:hover, .taxons.show .select2-dropdown .select2-results__option--selectable.active, .taxons.show .select2-dropdown .select2-results__option--selectable:hover, .products.deals .select2-dropdown .select2-results__option--selectable.active, .products.deals .select2-dropdown .select2-results__option--selectable:hover {
  background: none;
  color: #F1B71C;
}

/* line 128, app/assets/stylesheets/spree/product_dropdown.css.scss */
.products.show .select2-dropdown .select2-results__option--disabled, .products.index .select2-dropdown .select2-results__option--disabled, .orders.edit .select2-dropdown .select2-results__option--disabled, .orders.show .select2-dropdown .select2-results__option--disabled, .home.index .select2-dropdown .select2-results__option--disabled, .product_categories.index .select2-dropdown .select2-results__option--disabled, .favorites.index .select2-dropdown .select2-results__option--disabled, .taxons.show .select2-dropdown .select2-results__option--disabled, .products.deals .select2-dropdown .select2-results__option--disabled {
  text-decoration-line: line-through;
  color: #D4D4D4;
  padding: 4px 14px;
}
/* line 11, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .images-slider-group,
.products.index .images-slider-group,
.favorites.index .images-slider-group,
.product_categories.index .images-slider-group,
.orders.edit .images-slider-group,
.orders.show .images-slider-group,
.products.show .images-slider-group,
.taxons.show .images-slider-group {
  position: relative;
  margin-bottom: 15px;
}

/* line 16, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .lSSlideWrapper,
.products.index .lSSlideWrapper,
.favorites.index .lSSlideWrapper,
.product_categories.index .lSSlideWrapper,
.orders.edit .lSSlideWrapper,
.orders.show .lSSlideWrapper,
.products.show .lSSlideWrapper,
.taxons.show .lSSlideWrapper {
  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: 16px;
  margin: 0px 7px 23px 7px;
}

/* line 22, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .lightSlider.lSSlide,
.home.index .lsGrab,
.home.index .lsGrabbing,
.products.index .lightSlider.lSSlide,
.products.index .lsGrab,
.products.index .lsGrabbing,
.favorites.index .lightSlider.lSSlide,
.favorites.index .lsGrab,
.favorites.index .lsGrabbing,
.product_categories.index .lightSlider.lSSlide,
.product_categories.index .lsGrab,
.product_categories.index .lsGrabbing,
.orders.edit .lightSlider.lSSlide,
.orders.edit .lsGrab,
.orders.edit .lsGrabbing,
.orders.show .lightSlider.lSSlide,
.orders.show .lsGrab,
.orders.show .lsGrabbing,
.products.show .lightSlider.lSSlide,
.products.show .lsGrab,
.products.show .lsGrabbing,
.taxons.show .lightSlider.lSSlide,
.taxons.show .lsGrab,
.taxons.show .lsGrabbing {
  height: unset !important;
  max-height: 601px;
}

/* line 28, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .lightSlider.lSSlide li.pro-img,
.home.index .lsGrab li.pro-img,
.home.index .lsGrabbing li.pro-img,
.products.index .lightSlider.lSSlide li.pro-img,
.products.index .lsGrab li.pro-img,
.products.index .lsGrabbing li.pro-img,
.favorites.index .lightSlider.lSSlide li.pro-img,
.favorites.index .lsGrab li.pro-img,
.favorites.index .lsGrabbing li.pro-img,
.product_categories.index .lightSlider.lSSlide li.pro-img,
.product_categories.index .lsGrab li.pro-img,
.product_categories.index .lsGrabbing li.pro-img,
.orders.edit .lightSlider.lSSlide li.pro-img,
.orders.edit .lsGrab li.pro-img,
.orders.edit .lsGrabbing li.pro-img,
.orders.show .lightSlider.lSSlide li.pro-img,
.orders.show .lsGrab li.pro-img,
.orders.show .lsGrabbing li.pro-img,
.products.show .lightSlider.lSSlide li.pro-img,
.products.show .lsGrab li.pro-img,
.products.show .lsGrabbing li.pro-img,
.taxons.show .lightSlider.lSSlide li.pro-img,
.taxons.show .lsGrab li.pro-img,
.taxons.show .lsGrabbing li.pro-img {
  width: 601px;
  background: rgba(196, 196, 196, 0.32);
  border-radius: 16px;
}

/* line 32, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .lightSlider.lSSlide li.pro-img img,
.home.index .lsGrab li.pro-img img,
.home.index .lsGrabbing li.pro-img img,
.products.index .lightSlider.lSSlide li.pro-img img,
.products.index .lsGrab li.pro-img img,
.products.index .lsGrabbing li.pro-img img,
.favorites.index .lightSlider.lSSlide li.pro-img img,
.favorites.index .lsGrab li.pro-img img,
.favorites.index .lsGrabbing li.pro-img img,
.product_categories.index .lightSlider.lSSlide li.pro-img img,
.product_categories.index .lsGrab li.pro-img img,
.product_categories.index .lsGrabbing li.pro-img img,
.orders.edit .lightSlider.lSSlide li.pro-img img,
.orders.edit .lsGrab li.pro-img img,
.orders.edit .lsGrabbing li.pro-img img,
.orders.show .lightSlider.lSSlide li.pro-img img,
.orders.show .lsGrab li.pro-img img,
.orders.show .lsGrabbing li.pro-img img,
.products.show .lightSlider.lSSlide li.pro-img img,
.products.show .lsGrab li.pro-img img,
.products.show .lsGrabbing li.pro-img img,
.taxons.show .lightSlider.lSSlide li.pro-img img,
.taxons.show .lsGrab li.pro-img img,
.taxons.show .lsGrabbing li.pro-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* line 41, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .lSPager.lSGallery li,
.products.index .lSPager.lSGallery li,
.favorites.index .lSPager.lSGallery li,
.product_categories.index .lSPager.lSGallery li,
.orders.edit .lSPager.lSGallery li,
.orders.show .lSPager.lSGallery li,
.products.show .lSPager.lSGallery li,
.taxons.show .lSPager.lSGallery li {
  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;
  margin-bottom: 23px;
  background: #fff;
  border: 1px solid transparent;
}

/* line 49, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .lSPager.lSGallery li a img, .home.index .lSPager.lSGallery li a video,
.products.index .lSPager.lSGallery li a img,
.products.index .lSPager.lSGallery li a video,
.favorites.index .lSPager.lSGallery li a img,
.favorites.index .lSPager.lSGallery li a video,
.product_categories.index .lSPager.lSGallery li a img,
.product_categories.index .lSPager.lSGallery li a video,
.orders.edit .lSPager.lSGallery li a img,
.orders.edit .lSPager.lSGallery li a video,
.orders.show .lSPager.lSGallery li a img,
.orders.show .lSPager.lSGallery li a video,
.products.show .lSPager.lSGallery li a img,
.products.show .lSPager.lSGallery li a video,
.taxons.show .lSPager.lSGallery li a img,
.taxons.show .lSPager.lSGallery li a video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: rgba(196, 196, 196, 0.32);
  margin: 0 auto;
}

/* line 57, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .lSPager.lSGallery li video,
.products.index .lSPager.lSGallery li video,
.favorites.index .lSPager.lSGallery li video,
.product_categories.index .lSPager.lSGallery li video,
.orders.edit .lSPager.lSGallery li video,
.orders.show .lSPager.lSGallery li video,
.products.show .lSPager.lSGallery li video,
.taxons.show .lSPager.lSGallery li video {
  vertical-align: middle;
}

/* line 61, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .lSPager.lSGallery li.active,
.products.index .lSPager.lSGallery li.active,
.favorites.index .lSPager.lSGallery li.active,
.product_categories.index .lSPager.lSGallery li.active,
.orders.edit .lSPager.lSGallery li.active,
.orders.show .lSPager.lSGallery li.active,
.products.show .lSPager.lSGallery li.active,
.taxons.show .lSPager.lSGallery li.active {
  border: 1px solid #F2B705;
  border-radius: 9px;
}

/* line 70, app/assets/stylesheets/spree/product_images_slider.css.scss */
.home.index .slider-nav-group .slider-nav-btn,
.products.index .slider-nav-group .slider-nav-btn,
.favorites.index .slider-nav-group .slider-nav-btn,
.product_categories.index .slider-nav-group .slider-nav-btn,
.orders.edit .slider-nav-group .slider-nav-btn,
.orders.show .slider-nav-group .slider-nav-btn,
.products.show .slider-nav-group .slider-nav-btn,
.taxons.show .slider-nav-group .slider-nav-btn {
  position: absolute;
  width: 24px;
  height: 81px;
  background: #353535A4;
  bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*&.nav-prev {
        left: 0;
        border-radius: 0 8px 8px 0;
        &:after {
          content: image-url('arrow_slider_left.svg');
          display: block;
        }
      }

      &.nav-next {
        right: 0;
        border-radius: 8px 0 0 8px;
        &:after {
          content: image-url('arrow_slider_right.svg');
          display: block;
        }
      }*/
}

@media screen and (max-width: 991px) {
  /* line 102, app/assets/stylesheets/spree/product_images_slider.css.scss */
  .home.index .lSSlideWrapper,
.products.index .lSSlideWrapper,
.favorites.index .lSSlideWrapper,
.product_categories.index .lSSlideWrapper,
.orders.edit .lSSlideWrapper,
.orders.show .lSSlideWrapper,
.products.show .lSSlideWrapper,
.taxons.show .lSSlideWrapper {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 1025px) {
  /* line 109, app/assets/stylesheets/spree/product_images_slider.css.scss */
  .home.index .slider-nav-group .slider-nav-btn,
.products.index .slider-nav-group .slider-nav-btn,
.favorites.index .slider-nav-group .slider-nav-btn,
.product_categories.index .slider-nav-group .slider-nav-btn,
.orders.edit .slider-nav-group .slider-nav-btn,
.orders.show .slider-nav-group .slider-nav-btn,
.products.show .slider-nav-group .slider-nav-btn,
.taxons.show .slider-nav-group .slider-nav-btn {
    bottom: 35px;
  }
}

@media (max-width: 768px) {
  /* line 117, app/assets/stylesheets/spree/product_images_slider.css.scss */
  .home.index .slider-nav-group .slider-nav-btn,
.products.index .slider-nav-group .slider-nav-btn,
.favorites.index .slider-nav-group .slider-nav-btn,
.product_categories.index .slider-nav-group .slider-nav-btn,
.orders.edit .slider-nav-group .slider-nav-btn,
.orders.show .slider-nav-group .slider-nav-btn,
.products.show .slider-nav-group .slider-nav-btn,
.taxons.show .slider-nav-group .slider-nav-btn {
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  /* line 125, app/assets/stylesheets/spree/product_images_slider.css.scss */
  .home.index .slider-nav-group .slider-nav-btn,
.products.index .slider-nav-group .slider-nav-btn,
.favorites.index .slider-nav-group .slider-nav-btn,
.product_categories.index .slider-nav-group .slider-nav-btn,
.orders.edit .slider-nav-group .slider-nav-btn,
.orders.show .slider-nav-group .slider-nav-btn,
.products.show .slider-nav-group .slider-nav-btn,
.taxons.show .slider-nav-group .slider-nav-btn {
    width: 18px;
    height: 64px;
    bottom: 32px;
  }
}

@media (max-width: 600px) {
  /* line 135, app/assets/stylesheets/spree/product_images_slider.css.scss */
  .home.index .slider-nav-group .slider-nav-btn,
.products.index .slider-nav-group .slider-nav-btn,
.favorites.index .slider-nav-group .slider-nav-btn,
.product_categories.index .slider-nav-group .slider-nav-btn,
.orders.edit .slider-nav-group .slider-nav-btn,
.orders.show .slider-nav-group .slider-nav-btn,
.products.show .slider-nav-group .slider-nav-btn,
.taxons.show .slider-nav-group .slider-nav-btn {
    bottom: 34px;
    height: 58px;
  }
}

@media (max-width: 400px) {
  /* line 144, app/assets/stylesheets/spree/product_images_slider.css.scss */
  .home.index .slider-nav-group .slider-nav-btn,
.products.index .slider-nav-group .slider-nav-btn,
.favorites.index .slider-nav-group .slider-nav-btn,
.product_categories.index .slider-nav-group .slider-nav-btn,
.orders.edit .slider-nav-group .slider-nav-btn,
.orders.show .slider-nav-group .slider-nav-btn,
.products.show .slider-nav-group .slider-nav-btn,
.taxons.show .slider-nav-group .slider-nav-btn {
    bottom: 43px;
  }
}

@media (max-width: 320px) {
  /* line 152, app/assets/stylesheets/spree/product_images_slider.css.scss */
  .home.index .slider-nav-group .slider-nav-btn,
.products.index .slider-nav-group .slider-nav-btn,
.favorites.index .slider-nav-group .slider-nav-btn,
.product_categories.index .slider-nav-group .slider-nav-btn,
.orders.edit .slider-nav-group .slider-nav-btn,
.orders.show .slider-nav-group .slider-nav-btn,
.products.show .slider-nav-group .slider-nav-btn,
.taxons.show .slider-nav-group .slider-nav-btn {
    bottom: 37px;
  }
}

/* line 159, app/assets/stylesheets/spree/product_images_slider.css.scss */
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* line 168, app/assets/stylesheets/spree/product_images_slider.css.scss */
.product-view-modal-content .images-slider-group {
  position: relative;
  margin-bottom: 0;
}

/* line 173, app/assets/stylesheets/spree/product_images_slider.css.scss */
.product-view-modal-content .lslide img {
  width: 100%;
}

/* line 178, app/assets/stylesheets/spree/product_images_slider.css.scss */
.product-view-modal-content .slider-nav-group.quick-view-slider-nav-group .slider-nav-btn {
  width: 16px;
  height: 62px;
  bottom: 30px;
}
/* line 8, app/assets/stylesheets/spree/products.css.scss */
.products.show .container-fluid #content {
  margin-top: 24px;
}

/* line 14, app/assets/stylesheets/spree/products.css.scss */
.products.show, .products.deals {
  background: #FAFAFA;
}

/* line 17, app/assets/stylesheets/spree/products.css.scss */
.products.show #header, .products.deals #header {
  margin-bottom: 64px;
}

/* line 21, app/assets/stylesheets/spree/products.css.scss */
.products.show #top-rated-this-season.data-container, .products.deals #top-rated-this-season.data-container {
  max-width: 1268px;
  padding-top: 0;
}

/* line 26, app/assets/stylesheets/spree/products.css.scss */
.products.show .breadcrumbs, .products.deals .breadcrumbs {
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

/* line 31, app/assets/stylesheets/spree/products.css.scss */
.products.show .breadcrumbs-btn, .products.deals .breadcrumbs-btn {
  line-height: 16px;
  letter-spacing: 0.04em;
  margin-right: 8px;
  border: 1px solid;
  margin-bottom: 8px;
}

/* line 37, app/assets/stylesheets/spree/products.css.scss */
.products.show .breadcrumbs-btn:hover, .products.deals .breadcrumbs-btn:hover {
  color: #F1B71C;
  font-weight: 700;
  background: none;
  border: 1px solid #F1B71C;
}

/* line 45, app/assets/stylesheets/spree/products.css.scss */
.products.show .taxon-info, .products.deals .taxon-info {
  margin-bottom: 16px;
  margin-left: 32px;
}

/* line 49, app/assets/stylesheets/spree/products.css.scss */
.products.show .taxon-info .taxon-link, .products.deals .taxon-info .taxon-link {
  letter-spacing: 0.07em;
  text-decoration: underline;
  color: #353535;
}

/* line 55, app/assets/stylesheets/spree/products.css.scss */
.products.show .taxon-info .name, .products.deals .taxon-info .name {
  letter-spacing: 0.07em;
  color: #F1B71C;
}

/* line 63, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details, .products.deals .product-details-group .product-details {
  display: grid;
  grid-template-columns: 0px 601px auto;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

/* line 68, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details img, .products.deals .product-details-group .product-details img {
  width: 100%;
}

/* line 72, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-sku, .products.deals .product-details-group .product-details .product-sku {
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0.04em;
  color: #353535;
}

/* line 80, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info, .products.deals .product-details-group .product-details .product-info {
  padding-top: 27px;
}

/* line 83, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .brand-group, .products.deals .product-details-group .product-details .product-info .brand-group {
  margin-bottom: 12px;
}

/* line 86, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .brand-group .product-brand, .products.deals .product-details-group .product-details .product-info .brand-group .product-brand {
  letter-spacing: 0.07em;
  color: #7B8C48;
}

/* line 91, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .brand-group .bulk-avialable-tag, .products.deals .product-details-group .product-details .product-info .brand-group .bulk-avialable-tag {
  background: var(--palette-primary-500);
  border-radius: 24px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  color: var(--palette-shades-0);
  text-align: center;
}

/* line 103, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .brand-group .bulk-avialable-tag:before, .products.deals .product-details-group .product-details .product-info .brand-group .bulk-avialable-tag:before {
  content: url(/assets/bulk-icon-a2661c800160b2c03616d3efc0e318aabc8080a7b8e6b92685f7ce17890c4a16.png);
  margin-right: 8px;
}

/* line 109, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .brand-group .sale-tag, .products.deals .product-details-group .product-details .product-info .brand-group .sale-tag {
  justify-content: flex-end;
  margin-bottom: 8px;
}

/* line 113, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .brand-group .sale-tag .percent, .products.deals .product-details-group .product-details .product-info .brand-group .sale-tag .percent {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #E22B2B;
}

/* line 119, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .brand-group .sale-tag .tag, .products.deals .product-details-group .product-details .product-info .brand-group .sale-tag .tag {
  background: #D52C2C;
  padding: 3px 13px;
  margin-left: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 4px;
}

/* line 131, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-name, .products.deals .product-details-group .product-details .product-info .product-name {
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 6px;
}

/* line 137, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .price-rating-group, .products.deals .product-details-group .product-details .product-info .price-rating-group {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* line 143, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .price-rating-group .product-price-group span.price.selling, .products.deals .product-details-group .product-details .product-info .price-rating-group .product-price-group span.price.selling {
  font-size: 32px;
}

/* line 147, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .price-rating-group .product-price-group .selling-price, .products.deals .product-details-group .product-details .product-info .price-rating-group .product-price-group .selling-price {
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* line 153, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .price-rating-group .product-price-group .original-price, .products.deals .product-details-group .product-details .product-info .price-rating-group .product-price-group .original-price {
  line-height: 22px;
  letter-spacing: 0.03em;
  text-decoration: line-through;
  color: #595959;
}

/* line 162, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating, .products.deals .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 167, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating .rating-wheat, .products.deals .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating .rating-wheat {
  display: block;
  margin-right: 6px;
}

/* line 171, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating .rating-wheat:before, .products.deals .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating .rating-wheat:before {
  content: url(/assets/agazon_logo_mark_gray_short-10acfbe7f4e6e7af32a9f545cd556ffa01568377e79d825f188b3d3fbd39e01a.svg);
  display: block;
  height: 18px;
  width: 10px;
  margin: 0;
}

/* line 178, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating .rating-wheat.filled:before, .products.deals .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating .rating-wheat.filled:before {
  content: url(/assets/agazon_logo_mark_warm_short-052e47520cc1caf0734539c60489d74ae5b6d6247f9812b41ddab316cfe54f75.svg);
}

/* line 184, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating .number, .products.deals .product-details-group .product-details .product-info .price-rating-group .product-rating-group .rating .number {
  letter-spacing: 0.04em;
  color: #353535;
  padding-top: 8px;
}

/* line 193, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .line, .products.deals .product-details-group .product-details .product-info .line {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

/* line 198, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .options-container, .products.deals .product-details-group .product-details .product-info .options-container {
  width: 15%;
}

/* line 201, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .options-container .group-heading, .products.deals .product-details-group .product-details .product-info .options-container .group-heading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-bottom: 1px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 7px;
}

/* line 212, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container, .products.deals .product-details-group .product-details .product-info .product-icons-container {
  display: flex;
  width: 85%;
  justify-content: flex-end;
  margin-right: 8px;
  position: relative;
}

/* line 219, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .share-icon, .products.deals .product-details-group .product-details .product-info .product-icons-container .share-icon {
  content: url(/assets/share-icon-8a6b65abfe72106034707510941841ae1cdb12bf9c48f4962e9bc82263e8e321.svg);
  padding: 10px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* line 229, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .icon-list-container, .products.deals .product-details-group .product-details .product-info .product-icons-container .icon-list-container {
  position: absolute;
  right: 40px;
}

/* line 233, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup, .products.deals .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup {
  padding: 10px 22px;
  display: flex;
  background: #FFFFFF;
  border-radius: 8px;
  margin-right: 16px;
  box-shadow: 0px 0px 0px 0px RGB(0 0 0/4%), 0px 4px 6px -1px RGB(0 0 0/20%), 0px 10px 20px 0px RGB(0 0 0/4%);
  position: relative;
}

/* line 242, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup.hide-popup, .products.deals .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup.hide-popup {
  display: none;
}

/* line 246, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup::after, .products.deals .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 12px;
  width: 0;
  height: 0;
  clear: both;
  border-top: 8px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 8px solid transparent;
}

/* line 259, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup a, .products.deals .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup a {
  cursor: pointer;
  margin-right: 16px;
}

/* line 264, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup .mail-btn, .products.deals .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup .mail-btn {
  content: url(/assets/mail-share-icon-cf70b9a50a8a94108599f71b9e6ca72a18566f9f75d271c6f4f75f6694a3c083.svg);
}

/* line 268, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup .clipboard-button, .products.deals .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup .clipboard-button {
  content: url(/assets/clipboard-icon-6d2b5fb1c4f957156620a64cbf7742edf799914a6719ddf89502a16abca04a6b.svg);
}

/* line 272, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup .twitter-btn, .products.deals .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup .twitter-btn {
  content: url(/assets/twitter-icon-93ac22b9be069db68606f9c78c85ae31d8b2eb2c384584a20474dde098e629f7.svg);
}

/* line 276, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup .facebook-btn, .products.deals .product-details-group .product-details .product-info .product-icons-container .icon-list-container .share-icons-popup .facebook-btn {
  content: url(/assets/facebook-icon-72e455fb5a7827017cf630b5180b9700014c4f9ac8b65abd9e1f17236a372b53.svg);
  margin-right: 0;
}

/* line 284, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .description-group, .products.deals .product-details-group .product-details .product-info .description-group {
  margin-bottom: 24px;
}

/* line 287, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .description-group ul li ul, .products.deals .product-details-group .product-details .product-info .description-group ul li ul {
  padding-inline-start: 40px;
}

/* line 291, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .description-group .description, .products.deals .product-details-group .product-details .product-info .description-group .description {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #353535;
}

/* line 297, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .description-group .description p, .products.deals .product-details-group .product-details .product-info .description-group .description p {
  padding: 5px 0px;
  margin-bottom: 0px;
}

/* line 305, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .properties-group .properties, .products.deals .product-details-group .product-details .product-info .properties-group .properties {
  padding-left: 12px;
}

/* line 307, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .properties-group .properties .poppins-text-16, .products.deals .product-details-group .product-details .product-info .properties-group .properties .poppins-text-16 {
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #353535;
}

/* line 313, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .properties-group .properties .key-spec-inner, .products.deals .product-details-group .product-details .product-info .properties-group .properties .key-spec-inner {
  max-width: 90%;
  flex-wrap: wrap;
}

/* line 323, app/assets/stylesheets/spree/products.css.scss */
.products.show .option-heading, .products.deals .option-heading {
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: #353535;
}

/* line 329, app/assets/stylesheets/spree/products.css.scss */
.products.show .quantity-btn-group, .products.deals .quantity-btn-group {
  margin-bottom: 24px;
}

/* line 332, app/assets/stylesheets/spree/products.css.scss */
.products.show .quantity-btn-group input::-webkit-outer-spin-button,
.products.show .quantity-btn-group input::-webkit-inner-spin-button, .products.deals .quantity-btn-group input::-webkit-outer-spin-button,
.products.deals .quantity-btn-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 338, app/assets/stylesheets/spree/products.css.scss */
.products.show .quantity-btn-group input[type=number], .products.deals .quantity-btn-group input[type=number] {
  -moz-appearance: textfield;
  border: none;
  border-color: #ffffff;
  box-shadow: 0px 0px 1px 0px #0000000a, 0px 2px 6px 0px #0000000a, 0px 10px 20px 0px #0000000a;
}

/* line 345, app/assets/stylesheets/spree/products.css.scss */
.products.show .quantity-btn-group .button, .products.deals .quantity-btn-group .button {
  box-shadow: 0px 0px 1px 0px #0000000a, 0px 2px 6px 0px #0000000a, 0px 10px 20px 0px #0000000a;
}

/* line 351, app/assets/stylesheets/spree/products.css.scss */
.products.show .disable-quantity-btn-group input[type=number], .products.deals .disable-quantity-btn-group input[type=number] {
  background: #F5F5F5;
  border-color: #F5F5F5;
  color: #C0C0C0;
  pointer-events: none;
}

/* line 358, app/assets/stylesheets/spree/products.css.scss */
.products.show .disable-quantity-btn-group .button, .products.deals .disable-quantity-btn-group .button {
  pointer-events: none;
  background: #F5F5F5;
}

/* line 363, app/assets/stylesheets/spree/products.css.scss */
.products.show .disable-quantity-btn-group .add-btn:after, .products.deals .disable-quantity-btn-group .add-btn:after {
  color: #C0C0C0;
}

/* line 367, app/assets/stylesheets/spree/products.css.scss */
.products.show .disable-quantity-btn-group .sub-btn:after, .products.deals .disable-quantity-btn-group .sub-btn:after {
  color: #C0C0C0;
}

/* line 372, app/assets/stylesheets/spree/products.css.scss */
.products.show .need-more-quantity-group, .products.deals .need-more-quantity-group {
  display: none;
}

/* line 375, app/assets/stylesheets/spree/products.css.scss */
.products.show .need-more-quantity-group .need-more-quantity-box, .products.deals .need-more-quantity-group .need-more-quantity-box {
  position: relative;
  background: #E32754;
  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);
  border-radius: 8px;
  padding: 16px;
  max-width: 319px;
  color: #FAFAFA;
  margin-top: 34px;
}

/* line 385, app/assets/stylesheets/spree/products.css.scss */
.products.show .need-more-quantity-group .need-more-quantity-box:after, .products.deals .need-more-quantity-group .need-more-quantity-box:after {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(227, 39, 84, 0);
  border-bottom-color: #E32754;
  border-width: 16px;
}

/* line 400, app/assets/stylesheets/spree/products.css.scss */
.products.show .need-more-quantity-group .box-heading, .products.deals .need-more-quantity-group .box-heading {
  height: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FAFAFA;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 409, app/assets/stylesheets/spree/products.css.scss */
.products.show .need-more-quantity-group .box-heading .phone-icon, .products.deals .need-more-quantity-group .box-heading .phone-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* line 416, app/assets/stylesheets/spree/products.css.scss */
.products.show .need-more-quantity-group .box-text, .products.deals .need-more-quantity-group .box-text {
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #FAFAFA;
}

/* line 421, app/assets/stylesheets/spree/products.css.scss */
.products.show .need-more-quantity-group .box-text .phone-link, .products.deals .need-more-quantity-group .box-text .phone-link {
  line-height: 22px;
  cursor: pointer;
  color: #FAFAFA;
  text-decoration: underline;
}

/* line 426, app/assets/stylesheets/spree/products.css.scss */
.products.show .need-more-quantity-group .box-text .phone-link:hover, .products.deals .need-more-quantity-group .box-text .phone-link:hover {
  color: #FAFAFA;
}

/* line 431, app/assets/stylesheets/spree/products.css.scss */
.products.show .need-more-quantity-group .box-text .call-btn, .products.deals .need-more-quantity-group .box-text .call-btn {
  display: none;
}

/* line 437, app/assets/stylesheets/spree/products.css.scss */
.products.show .add-pallet-to-cart, .products.deals .add-pallet-to-cart {
  background-color: #FFFFFF;
  padding: 0;
  border: none;
}

/* line 443, app/assets/stylesheets/spree/products.css.scss */
.products.show .disable-add-pallet-to-cart, .products.deals .disable-add-pallet-to-cart {
  background-color: #FFFFFF;
  padding: 0;
  border: none;
  pointer-events: none;
}

/* line 449, app/assets/stylesheets/spree/products.css.scss */
.products.show .disable-add-pallet-to-cart #half-pallet, .products.show .disable-add-pallet-to-cart #full-pallet, .products.deals .disable-add-pallet-to-cart #half-pallet, .products.deals .disable-add-pallet-to-cart #full-pallet {
  background: #F5F5F5;
  border-color: #F5F5F5;
  color: #C0C0C0;
}

/* line 456, app/assets/stylesheets/spree/products.css.scss */
.products.show .add-to-cart, .products.deals .add-to-cart {
  width: 100%;
  margin-bottom: 24px;
}

/* line 461, app/assets/stylesheets/spree/products.css.scss */
.products.show .buy-in-bulk-text, .products.deals .buy-in-bulk-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-300);
  margin-bottom: 16px;
}

/* line 472, app/assets/stylesheets/spree/products.css.scss */
.products.show .buy-in-bulk-text:before, .products.deals .buy-in-bulk-text:before {
  content: url(/assets/buy-bulk-415bcfc95b23ffa2291f39cdff1fb9a1e9b6ed234f15a7762d13632b4e78f79d.png);
  margin-right: 10px;
}

/* line 478, app/assets/stylesheets/spree/products.css.scss */
.products.show .pallet-section, .products.deals .pallet-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 16px;
  margin-bottom: 32px;
}

/* line 485, app/assets/stylesheets/spree/products.css.scss */
.products.show .pallet-section .add-pallet-to-cart-button, .products.deals .pallet-section .add-pallet-to-cart-button {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 8px;
  color: var(--palette-neutral-700);
  border: 1px solid var(--palette-primary-500);
  border-radius: 8px;
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

/* line 505, app/assets/stylesheets/spree/products.css.scss */
.products.show .pallet-section .price-per-unit, .products.deals .pallet-section .price-per-unit {
  display: flex;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  color: #71717A;
}

/* line 517, app/assets/stylesheets/spree/products.css.scss */
.products.show .pallet-section .price-per-unit:before, .products.show .pallet-section .price-per-unit:after, .products.deals .pallet-section .price-per-unit:before, .products.deals .pallet-section .price-per-unit:after {
  content: "";
  flex: 1 1;
  color: red;
  border-bottom: 1px solid #E4E4E7;
}

/* line 524, app/assets/stylesheets/spree/products.css.scss */
.products.show .pallet-section .price-per-unit:before, .products.deals .pallet-section .price-per-unit:before {
  margin: auto 8px auto auto;
}

/* line 528, app/assets/stylesheets/spree/products.css.scss */
.products.show .pallet-section .price-per-unit:after, .products.deals .pallet-section .price-per-unit:after {
  margin: auto auto auto 8px;
}

/* line 534, app/assets/stylesheets/spree/products.css.scss */
.products.show .out-of-stock-btn, .products.deals .out-of-stock-btn {
  letter-spacing: 0.4px;
  box-shadow: none;
  border-radius: 100px;
  position: relative;
  color: #FFFFFF;
  border: none;
  outline: none;
}

/* line 545, app/assets/stylesheets/spree/products.css.scss */
.products.show .restock-text-change:after, .products.deals .restock-text-change:after {
  content: "Get Restock Notification" !important;
  padding: 12px calc(min(0.6vw, 1350px)) !important;
}

/* line 550, app/assets/stylesheets/spree/products.css.scss */
.products.show .out-of-stock-btn:after, .products.deals .out-of-stock-btn:after {
  content: "OUT OF STOCK";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #353535;
  padding: 12px 23px;
  border-radius: 6px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 395px) {
  /* line 566, app/assets/stylesheets/spree/products.css.scss */
  .products.show .out-of-stock-btn:after, .products.deals .out-of-stock-btn:after {
    padding: 10px 3px;
  }
}

@media (max-width: 354px) {
  /* line 571, app/assets/stylesheets/spree/products.css.scss */
  .products.show .out-of-stock-btn:after, .products.deals .out-of-stock-btn:after {
    line-height: 15px;
  }
}

/* line 576, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container, .products.deals .video-section-container {
  background: #F4F4F5;
  padding: 40px 15px 56px 15px;
  margin: 0 -15px 47px -15px;
}

/* line 581, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-review-heading, .products.deals .video-section-container .video-review-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #171717;
  width: 100%;
  margin-bottom: 24px;
}

/* line 594, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-container, .products.deals .video-section-container .video-container {
  max-width: 1096px;
  width: 100%;
  margin: 0 auto 24px auto;
}

/* line 599, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-container iframe, .products.deals .video-section-container .video-container iframe {
  width: 100%;
  height: 619px;
  border-radius: 16px;
  border: none;
}

/* line 606, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-container .video-name, .products.deals .video-section-container .video-container .video-name {
  width: 100%;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 24px;
  text-align: left;
}

/* line 619, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-container .button-container-mobile, .products.deals .video-section-container .video-container .button-container-mobile {
  display: none;
}

/* line 624, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer, .products.deals .video-section-container .video-section-footer {
  display: flex;
  justify-content: space-between;
  max-width: 1096px;
  width: 100%;
  margin: 0 auto 0 auto;
}

/* line 631, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer .video-footer-left, .products.deals .video-section-container .video-section-footer .video-footer-left {
  display: flex;
  flex-direction: column;
  width: 47.35%;
}

/* line 636, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer .video-footer-left .description-heading, .products.deals .video-section-container .video-section-footer .video-footer-left .description-heading {
  text-align: left;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #353535;
  width: 100%;
  margin-bottom: 8px;
}

/* line 648, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer .video-footer-left .description-content, .products.deals .video-section-container .video-section-footer .video-footer-left .description-content {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #353535;
  max-width: 519px;
  width: 100%;
  text-align: left;
}

/* line 662, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer .video-footer-right, .products.deals .video-section-container .video-section-footer .video-footer-right {
  width: 40%;
}

/* line 665, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer .video-footer-right .button-heading, .products.deals .video-section-container .video-section-footer .video-footer-right .button-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #353535;
  margin-bottom: 8px;
  text-align: left;
}

/* line 676, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer .video-footer-right .button-container, .products.deals .video-section-container .video-section-footer .video-footer-right .button-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 680, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer .video-footer-right .button-container .twitter-btn, .products.deals .video-section-container .video-section-footer .video-footer-right .button-container .twitter-btn {
  content: url(/assets/twitter-btn-5331d784ddcaf9dfe464ccb245114505b53ae90cc96b1d1fca3e11a0069eaf59.svg);
  margin-right: 17px;
  margin-bottom: 10px;
}

/* line 686, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer .video-footer-right .button-container .youtube-btn, .products.deals .video-section-container .video-section-footer .video-footer-right .button-container .youtube-btn {
  content: url(/assets/youtube-btn-3f8bc692c72f17805557b2fad265aac0e6426cb7e8874c0c2de124349b95674c.svg);
  margin-right: 17px;
  margin-bottom: 10px;
}

/* line 692, app/assets/stylesheets/spree/products.css.scss */
.products.show .video-section-container .video-section-footer .video-footer-right .button-container .instagram-btn, .products.deals .video-section-container .video-section-footer .video-footer-right .button-container .instagram-btn {
  content: url(/assets/instagram-btn-9a03d1423c618f88448d2b49807a4486d29f7bd75dcb49837f5a36a1faa52d93.svg);
  margin-bottom: 10px;
}

/* line 701, app/assets/stylesheets/spree/products.css.scss */
.products.show .line, .products.deals .line {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 47px;
  max-width: 100%;
}

/* line 707, app/assets/stylesheets/spree/products.css.scss */
.products.show .rating-review-qa-group, .products.deals .rating-review-qa-group {
  position: relative;
  padding: 0 40px;
}

/* line 712, app/assets/stylesheets/spree/products.css.scss */
.products.show .bg-image, .products.deals .bg-image {
  position: absolute;
  z-index: 0;
  right: 0;
}

/* line 718, app/assets/stylesheets/spree/products.css.scss */
.products.show .review-heading, .products.deals .review-heading {
  margin-bottom: 20px;
}

/* line 722, app/assets/stylesheets/spree/products.css.scss */
.products.show .review-stars-count, .products.deals .review-stars-count {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #FAFAFA;
  padding: 25px 18px;
  background: #F1B71C;
  border-radius: 100px;
  margin-bottom: 12px;
}

/* line 736, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-rating-main-group,
.products.show .review-qa-btn-group, .products.deals .product-rating-main-group,
.products.deals .review-qa-btn-group {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

/* line 743, app/assets/stylesheets/spree/products.css.scss */
.products.show .nav.nav-tabs, .products.deals .nav.nav-tabs {
  position: relative;
  z-index: 1;
  border: none;
}

/* line 747, app/assets/stylesheets/spree/products.css.scss */
.products.show .nav.nav-tabs .nav-item, .products.deals .nav.nav-tabs .nav-item {
  max-width: 346px;
  width: 100%;
}

/* line 752, app/assets/stylesheets/spree/products.css.scss */
.products.show .nav.nav-tabs .nav-link, .products.deals .nav.nav-tabs .nav-link {
  text-align: center;
  padding: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #000000;
  background: #EDEDED;
  text-decoration: none;
  border: none;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
}

/* line 765, app/assets/stylesheets/spree/products.css.scss */
.products.show .nav.nav-tabs .nav-link.active, .products.deals .nav.nav-tabs .nav-link.active {
  color: #F1B71C;
  text-decoration: underline;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 0px;
}

/* line 770, app/assets/stylesheets/spree/products.css.scss */
.products.show .nav.nav-tabs .nav-link.active.detail-tab, .products.deals .nav.nav-tabs .nav-link.active.detail-tab {
  border-radius: 8px 8px 0px 8px;
}

/* line 777, app/assets/stylesheets/spree/products.css.scss */
.products.show .tab-content, .products.deals .tab-content {
  background: #FFFFFF;
  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);
  text-align: left;
  min-height: 489px;
  margin-bottom: 65px;
  padding: 89px 45px 49px;
  position: relative;
  z-index: 1;
}

/* line 787, app/assets/stylesheets/spree/products.css.scss */
.products.show .tab-content .no-review-text, .products.deals .tab-content .no-review-text {
  font-size: 128px;
  line-height: 95px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #171717;
  margin-bottom: 47px;
}

/* line 796, app/assets/stylesheets/spree/products.css.scss */
.products.show .tab-content .line, .products.deals .tab-content .line {
  margin-bottom: 48px;
}

/* line 801, app/assets/stylesheets/spree/products.css.scss */
.products.show .review-count-and-sort-section, .products.deals .review-count-and-sort-section {
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 57px;
}

/* line 804, app/assets/stylesheets/spree/products.css.scss */
.products.show .review-count-and-sort-section .reviews-count, .products.deals .review-count-and-sort-section .reviews-count {
  margin-bottom: 16px;
}

/* line 808, app/assets/stylesheets/spree/products.css.scss */
.products.show .review-count-and-sort-section .sort-by, .products.deals .review-count-and-sort-section .sort-by {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  display: block;
  margin-bottom: 18px;
}

/* line 819, app/assets/stylesheets/spree/products.css.scss */
.products.show .review-count-and-sort-section .dropdown-menu, .products.deals .review-count-and-sort-section .dropdown-menu {
  text-align: left;
  padding: 10px;
  font-family: Poppins;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 18px;
  color: #171717;
}

/* line 830, app/assets/stylesheets/spree/products.css.scss */
.products.show .review-count-and-sort-section .dropdown-item:hover, .products.deals .review-count-and-sort-section .dropdown-item:hover {
  cursor: pointer;
  color: #F1B71C;
}

/* line 837, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog, .products.deals #ask_questionModal .modal-dialog {
  max-width: 864px;
}

/* line 839, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .validation-error, .products.deals #ask_questionModal .modal-dialog .validation-error {
  border: 1px solid #E32754;
}

/* line 843, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .submitted-question-content, .products.deals #ask_questionModal .modal-dialog .submitted-question-content {
  text-align: center;
  padding: 100px 0px;
  display: none;
}

/* line 849, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content, .products.deals #ask_questionModal .modal-dialog .modal-content {
  background: #FAFAFA;
  border-radius: 16px;
}

/* line 853, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-header, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-header {
  justify-content: center;
  padding: 26px 0px 30px 0px;
  border-bottom: 1px solid #C2C2C2;
}

/* line 859, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-header .modal-title .main-heading, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-header .modal-title .main-heading {
  font-family: Draught;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 16px;
}

/* line 871, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-header .modal-title .sub-heading, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-header .modal-title .sub-heading {
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  line-height: 22px;
}

/* line 879, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-header .close-modal, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-header .close-modal {
  letter-spacing: 0.07em;
  text-decoration-line: underline;
  color: #E32754;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 890, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body {
  text-align: -webkit-center;
  padding: 26px 0px 48px 0px;
}

/* line 893, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question {
  text-align: left;
  width: 79%;
}

/* line 897, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_name_field, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_name_field {
  margin-bottom: 8px;
}

/* line 899, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_name_field label:after, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_name_field label:after {
  content: url(/assets/star_red_small-10aebca93bda1a213f2a49312b1898f02395c5cc00052d7854926a2ff02d9b62.svg);
  vertical-align: super;
  padding-left: 2px;
}

/* line 906, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_title_field, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_title_field {
  margin-bottom: 26px;
}

/* line 908, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_title_field label:after, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_title_field label:after {
  content: url(/assets/star_red_small-10aebca93bda1a213f2a49312b1898f02395c5cc00052d7854926a2ff02d9b62.svg);
  vertical-align: super;
  padding-left: 2px;
}

/* line 914, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .form-control:focus, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .form-control:focus {
  box-shadow: none;
}

/* line 918, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .form-control.is-valid, .products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question.was-validated .form-control:valid, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .form-control.is-valid, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question.was-validated .form-control:valid {
  background-image: none;
}

/* line 923, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .form-control.is-invalid, .products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question.was-validated .form-control:invalid, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .form-control.is-invalid, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question.was-validated .form-control:invalid {
  border: 1px solid #E32754;
  background-image: none;
}

/* line 929, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-required-error, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-required-error {
  display: none;
  letter-spacing: 0.04em;
  color: #E32754;
  text-align: right;
  margin-bottom: -16px;
}

/* line 937, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .questioner-name-error, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .questioner-name-error {
  letter-spacing: 0.04em;
  color: #E32754;
  text-align: right;
  margin-bottom: -16px;
  display: none;
}

/* line 945, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn {
  padding: 11px 126px;
  border: none;
  width: 44%;
  height: 100%;
  line-height: 18px;
  letter-spacing: 0.07em;
  border-radius: 100px;
  font-family: 'Poppins-bold';
}

/* line 955, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn.btn-gradient-orange, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn.btn-gradient-orange {
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  color: #FFFFFF;
}

/* line 959, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn.btn-gradient-orange:hover, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn.btn-gradient-orange:hover {
  background: linear-gradient(145.87deg, #F9CE5D -11.86%, #F9914A 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
}

/* line 965, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn.disable_btn, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn.disable_btn {
  background: #F0F0F0;
  color: #A8A8A8;
}

/* line 971, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question label, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question label {
  letter-spacing: 0.04em;
  color: #000000;
  padding-left: 8px;
}

/* line 977, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .input-field, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .input-field {
  width: 100%;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: normal;
  letter-spacing: 0.03em;
  padding: 8px 13px;
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 22px;
  color: #000000;
}

/* line 990, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .input-field:active, .products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .input-field:focus, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .input-field:active, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .input-field:focus {
  border: 1px solid #F1B71C;
}

/* line 995, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .input-field.error-questioner, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .input-field.error-questioner {
  border: 1px solid #E32754;
}

/* line 1000, app/assets/stylesheets/spree/products.css.scss */
.products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .product-question-content, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .product-question-content {
  height: 208px;
}

/* line 1010, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog, .products.deals #leave_reviewModal .modal-dialog {
  max-width: 864px;
}

/* line 1012, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .validation-error, .products.deals #leave_reviewModal .modal-dialog .validation-error {
  border: 1px solid #E32754;
}

/* line 1016, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .review-added-content, .products.deals #leave_reviewModal .modal-dialog .review-added-content {
  text-align: center;
  padding: 100px 0px;
  display: none;
}

/* line 1022, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content, .products.deals #leave_reviewModal .modal-dialog .modal-content {
  background: #FAFAFA;
  border-radius: 16px;
}

/* line 1026, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-header, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-header {
  justify-content: center;
  padding: 26px 0px 30px 0px;
  border-bottom: 1px solid #C2C2C2;
}

/* line 1032, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-header .modal-title .main-heading, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-header .modal-title .main-heading {
  font-family: Draught;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 16px;
}

/* line 1044, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-header .modal-title .sub-heading, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-header .modal-title .sub-heading {
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  line-height: 22px;
}

/* line 1052, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-header .close-modal, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-header .close-modal {
  letter-spacing: 0.07em;
  text-decoration-line: underline;
  color: #E32754;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 1063, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body {
  text-align: -webkit-center;
  padding: 26px 0px 48px 0px;
}

/* line 1066, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review {
  text-align: left;
  width: 79%;
}

/* line 1070, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating {
  display: flex;
  justify-content: center;
}

/* line 1074, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field {
  padding-right: 16px;
}

/* line 1076, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .rating-heading, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .rating-heading {
  padding-left: 0px;
  margin-bottom: 9px;
}

/* line 1079, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .rating-heading:after, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .rating-heading:after {
  content: url(/assets/star_red_small-10aebca93bda1a213f2a49312b1898f02395c5cc00052d7854926a2ff02d9b62.svg);
  vertical-align: super;
  padding-left: 2px;
}

/* line 1086, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .rating_star, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .rating_star {
  display: none !important;
}

/* line 1090, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .label_star, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .label_star {
  padding-left: 0px;
  padding-right: 8px;
  content: url(/assets/agazon_logo_mark_gray-8f2638b402b2112ab80fd6e6f7fe61491660e203d084ecf2352c127ef1a97118.svg);
}

/* line 1096, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .selected-label_star, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field .selected-label_star {
  padding-left: 0px;
  padding-right: 8px;
  content: url(/assets/agazon_logo_mark_warm-ce331b75dd6d8994002a697cfee9cea41675d47542bedc9994073e1b5e0edf86.svg);
}

/* line 1103, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field {
  padding-right: 24px;
  margin-bottom: 8px;
}

/* line 1106, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field label:after, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field label:after {
  content: url(/assets/star_red_small-10aebca93bda1a213f2a49312b1898f02395c5cc00052d7854926a2ff02d9b62.svg);
  vertical-align: super;
  padding-left: 2px;
}

/* line 1111, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field .input-field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field .input-field {
  width: 348px;
  height: 40px;
}

/* line 1118, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_title_field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_title_field {
  margin-bottom: 8px;
}

/* line 1120, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_title_field label:after, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_title_field label:after {
  content: url(/assets/star_red_small-10aebca93bda1a213f2a49312b1898f02395c5cc00052d7854926a2ff02d9b62.svg);
  vertical-align: super;
  padding-left: 2px;
}

/* line 1127, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_review_field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_review_field {
  margin-bottom: 26px;
}

/* line 1129, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_review_field label:after, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_review_field label:after {
  content: url(/assets/star_red_small-10aebca93bda1a213f2a49312b1898f02395c5cc00052d7854926a2ff02d9b62.svg);
  vertical-align: super;
  padding-left: 2px;
}

/* line 1136, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns {
  display: flex;
  justify-content: space-between;
}

/* line 1140, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label {
  padding: 11px 28px 11px 32px;
  box-sizing: border-box;
  border-radius: 24px;
  letter-spacing: 0.07em;
  font-family: 'Poppins-bold';
  margin-right: 8px;
}

/* line 1148, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.default-upload, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.default-upload {
  border: 1px solid #353535;
}

/* line 1150, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.default-upload:before, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.default-upload:before {
  content: url(/assets/upload_image_black-0368f4f269cf25fcfad6b7f3dffd290aac2576fa49bcae478973dba579b1e539.svg);
  margin-right: 8px;
}

/* line 1155, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.default-upload:hover, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.default-upload:hover {
  color: #FAFAFA;
  background: #171717;
}

/* line 1158, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.default-upload:hover:before, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.default-upload:hover:before {
  content: url(/assets/upload_image_white-daa80c2e5468f041121656de0f982fc33869a443ac0149ba043cf1f0946a4df5.svg);
}

/* line 1164, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.active-upload, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.active-upload {
  color: #FAFAFA;
  background: #171717;
}

/* line 1167, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.active-upload:before, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.active-upload:before {
  margin-right: 8px;
  content: url(/assets/upload_image_white-daa80c2e5468f041121656de0f982fc33869a443ac0149ba043cf1f0946a4df5.svg);
}

/* line 1173, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.failed-upload, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.failed-upload {
  border: none;
  background: #E32754;
  color: #FAFAFA;
}

/* line 1177, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.failed-upload:before, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label.failed-upload:before {
  content: url(/assets/exclamation_circle_white-449004385255dc5fb8bf1fb5ebca3135dc906fc2af72b34b9d0a3606a8c2cefa.svg);
}

/* line 1184, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn {
  padding: 11px 126px;
  margin: 0px;
  border: none;
  width: 44%;
  height: 100%;
  line-height: 18px;
  letter-spacing: 0.07em;
  border-radius: 100px;
  font-family: 'Poppins-bold';
}

/* line 1195, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn.btn-gradient-orange, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn.btn-gradient-orange {
  background: linear-gradient(145.87deg, #F1B71C -11.86%, #EB6E19 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
  color: #FFFFFF;
}

/* line 1199, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn.btn-gradient-orange:hover, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn.btn-gradient-orange:hover {
  background: linear-gradient(145.87deg, #F9CE5D -11.86%, #F9914A 95.89%);
  box-shadow: 0px 2px 6px rgba(240, 170, 28, 0.447412);
}

/* line 1205, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn.disable_btn, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn.disable_btn {
  background: #F0F0F0;
  color: #A8A8A8;
}

/* line 1212, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .form-control:focus, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .form-control:focus {
  box-shadow: none;
}

/* line 1216, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .form-control.is-valid, .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review.was-validated .form-control:valid, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .form-control.is-valid, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review.was-validated .form-control:valid {
  background-image: none;
}

/* line 1221, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .form-control.is-invalid, .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review.was-validated .form-control:invalid, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .form-control.is-invalid, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review.was-validated .form-control:invalid {
  border: 1px solid #E32754;
  background-image: none;
}

/* line 1227, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .rating-required-error, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .rating-required-error {
  display: none;
  padding-top: 6px;
  letter-spacing: 0.04em;
  color: #E32754;
  text-align: left;
  margin-top: -4px;
  margin-bottom: -16px;
}

/* line 1237, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-name-error, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-name-error {
  display: none;
  padding-top: 6px;
  width: 84%;
  letter-spacing: 0.04em;
  color: #E32754;
  text-align: right;
  margin-top: -3px;
  margin-bottom: -19px;
}

/* line 1248, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-review-error, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-review-error {
  display: none;
  padding-top: 6px;
  letter-spacing: 0.04em;
  color: #E32754;
  text-align: right;
  margin-top: -3px;
  margin-bottom: -19px;
}

/* line 1258, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-title-error, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-title-error {
  display: none;
  padding-top: 6px;
  letter-spacing: 0.04em;
  color: #E32754;
  text-align: right;
  margin-top: -3px;
  margin-bottom: -19px;
}

/* line 1269, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .image-upload-message, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .image-upload-message {
  letter-spacing: 0.04em;
  color: #E32754;
  text-align: left;
}

/* line 1274, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .image-upload-message.image-upload-error, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .image-upload-message.image-upload-error {
  display: none;
}

/* line 1278, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .image-upload-message.image-selected, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .image-upload-message.image-selected {
  display: none;
}

/* line 1283, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review label, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review label {
  padding-left: 8px;
  letter-spacing: 0.04em;
  color: #000000;
  margin: 0px;
}

/* line 1290, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .input-field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .input-field {
  width: 100%;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: normal;
  letter-spacing: 0.03em;
  padding: 8px 13px;
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 22px;
  color: #000000;
}

/* line 1302, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .input-field:active, .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .input-field:focus, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .input-field:active, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .input-field:focus {
  border: 1px solid #F1B71C;
}

/* line 1308, app/assets/stylesheets/spree/products.css.scss */
.products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .product-review-content, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .product-review-content {
  height: 208px;
}

/* line 1319, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review, .products.show .product-reviews-group .question,
.products.show .product-questions-group .review,
.products.show .product-questions-group .question, .products.deals .product-reviews-group .review, .products.deals .product-reviews-group .question,
.products.deals .product-questions-group .review,
.products.deals .product-questions-group .question {
  display: grid;
  grid-template-columns: 342px auto;
  margin-bottom: 48px;
}

/* line 1324, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .name-date, .products.show .product-reviews-group .question .name-date,
.products.show .product-questions-group .review .name-date,
.products.show .product-questions-group .question .name-date, .products.deals .product-reviews-group .review .name-date, .products.deals .product-reviews-group .question .name-date,
.products.deals .product-questions-group .review .name-date,
.products.deals .product-questions-group .question .name-date {
  display: block;
  text-align: center;
  padding: 0 15px;
}

/* line 1328, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .name-date .name, .products.show .product-reviews-group .question .name-date .name,
.products.show .product-questions-group .review .name-date .name,
.products.show .product-questions-group .question .name-date .name, .products.deals .product-reviews-group .review .name-date .name, .products.deals .product-reviews-group .question .name-date .name,
.products.deals .product-questions-group .review .name-date .name,
.products.deals .product-questions-group .question .name-date .name {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 8px;
}

/* line 1335, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .name-date .date, .products.show .product-reviews-group .question .name-date .date,
.products.show .product-questions-group .review .name-date .date,
.products.show .product-questions-group .question .name-date .date, .products.deals .product-reviews-group .review .name-date .date, .products.deals .product-reviews-group .question .name-date .date,
.products.deals .product-questions-group .review .name-date .date,
.products.deals .product-questions-group .question .name-date .date {
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 12px;
}

/* line 1344, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .review-rating, .products.show .product-reviews-group .review .question-content .review-rating, .products.show .product-reviews-group .question .review-content .review-rating, .products.show .product-reviews-group .question .question-content .review-rating,
.products.show .product-questions-group .review .review-content .review-rating,
.products.show .product-questions-group .review .question-content .review-rating,
.products.show .product-questions-group .question .review-content .review-rating,
.products.show .product-questions-group .question .question-content .review-rating, .products.deals .product-reviews-group .review .review-content .review-rating, .products.deals .product-reviews-group .review .question-content .review-rating, .products.deals .product-reviews-group .question .review-content .review-rating, .products.deals .product-reviews-group .question .question-content .review-rating,
.products.deals .product-questions-group .review .review-content .review-rating,
.products.deals .product-questions-group .review .question-content .review-rating,
.products.deals .product-questions-group .question .review-content .review-rating,
.products.deals .product-questions-group .question .question-content .review-rating {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}

/* line 1349, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .title, .products.show .product-reviews-group .review .question-content .title, .products.show .product-reviews-group .question .review-content .title, .products.show .product-reviews-group .question .question-content .title,
.products.show .product-questions-group .review .review-content .title,
.products.show .product-questions-group .review .question-content .title,
.products.show .product-questions-group .question .review-content .title,
.products.show .product-questions-group .question .question-content .title, .products.deals .product-reviews-group .review .review-content .title, .products.deals .product-reviews-group .review .question-content .title, .products.deals .product-reviews-group .question .review-content .title, .products.deals .product-reviews-group .question .question-content .title,
.products.deals .product-questions-group .review .review-content .title,
.products.deals .product-questions-group .review .question-content .title,
.products.deals .product-questions-group .question .review-content .title,
.products.deals .product-questions-group .question .question-content .title {
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 12px;
}

/* line 1355, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .detail, .products.show .product-reviews-group .review .question-content .detail, .products.show .product-reviews-group .question .review-content .detail, .products.show .product-reviews-group .question .question-content .detail,
.products.show .product-questions-group .review .review-content .detail,
.products.show .product-questions-group .review .question-content .detail,
.products.show .product-questions-group .question .review-content .detail,
.products.show .product-questions-group .question .question-content .detail, .products.deals .product-reviews-group .review .review-content .detail, .products.deals .product-reviews-group .review .question-content .detail, .products.deals .product-reviews-group .question .review-content .detail, .products.deals .product-reviews-group .question .question-content .detail,
.products.deals .product-questions-group .review .review-content .detail,
.products.deals .product-questions-group .review .question-content .detail,
.products.deals .product-questions-group .question .review-content .detail,
.products.deals .product-questions-group .question .question-content .detail {
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

/* line 1359, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .detail p, .products.show .product-reviews-group .review .question-content .detail p, .products.show .product-reviews-group .question .review-content .detail p, .products.show .product-reviews-group .question .question-content .detail p,
.products.show .product-questions-group .review .review-content .detail p,
.products.show .product-questions-group .review .question-content .detail p,
.products.show .product-questions-group .question .review-content .detail p,
.products.show .product-questions-group .question .question-content .detail p, .products.deals .product-reviews-group .review .review-content .detail p, .products.deals .product-reviews-group .review .question-content .detail p, .products.deals .product-reviews-group .question .review-content .detail p, .products.deals .product-reviews-group .question .question-content .detail p,
.products.deals .product-questions-group .review .review-content .detail p,
.products.deals .product-questions-group .review .question-content .detail p,
.products.deals .product-questions-group .question .review-content .detail p,
.products.deals .product-questions-group .question .question-content .detail p {
  padding: 0 0 10px 0;
  margin-bottom: 12px;
}

/* line 1364, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .detail .read-more,
.products.show .product-reviews-group .review .review-content .detail .read-less, .products.show .product-reviews-group .review .question-content .detail .read-more,
.products.show .product-reviews-group .review .question-content .detail .read-less, .products.show .product-reviews-group .question .review-content .detail .read-more,
.products.show .product-reviews-group .question .review-content .detail .read-less, .products.show .product-reviews-group .question .question-content .detail .read-more,
.products.show .product-reviews-group .question .question-content .detail .read-less,
.products.show .product-questions-group .review .review-content .detail .read-more,
.products.show .product-questions-group .review .review-content .detail .read-less,
.products.show .product-questions-group .review .question-content .detail .read-more,
.products.show .product-questions-group .review .question-content .detail .read-less,
.products.show .product-questions-group .question .review-content .detail .read-more,
.products.show .product-questions-group .question .review-content .detail .read-less,
.products.show .product-questions-group .question .question-content .detail .read-more,
.products.show .product-questions-group .question .question-content .detail .read-less, .products.deals .product-reviews-group .review .review-content .detail .read-more,
.products.deals .product-reviews-group .review .review-content .detail .read-less, .products.deals .product-reviews-group .review .question-content .detail .read-more,
.products.deals .product-reviews-group .review .question-content .detail .read-less, .products.deals .product-reviews-group .question .review-content .detail .read-more,
.products.deals .product-reviews-group .question .review-content .detail .read-less, .products.deals .product-reviews-group .question .question-content .detail .read-more,
.products.deals .product-reviews-group .question .question-content .detail .read-less,
.products.deals .product-questions-group .review .review-content .detail .read-more,
.products.deals .product-questions-group .review .review-content .detail .read-less,
.products.deals .product-questions-group .review .question-content .detail .read-more,
.products.deals .product-questions-group .review .question-content .detail .read-less,
.products.deals .product-questions-group .question .review-content .detail .read-more,
.products.deals .product-questions-group .question .review-content .detail .read-less,
.products.deals .product-questions-group .question .question-content .detail .read-more,
.products.deals .product-questions-group .question .question-content .detail .read-less {
  display: none;
}

/* line 1370, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .review-images, .products.show .product-reviews-group .review .question-content .review-images, .products.show .product-reviews-group .question .review-content .review-images, .products.show .product-reviews-group .question .question-content .review-images,
.products.show .product-questions-group .review .review-content .review-images,
.products.show .product-questions-group .review .question-content .review-images,
.products.show .product-questions-group .question .review-content .review-images,
.products.show .product-questions-group .question .question-content .review-images, .products.deals .product-reviews-group .review .review-content .review-images, .products.deals .product-reviews-group .review .question-content .review-images, .products.deals .product-reviews-group .question .review-content .review-images, .products.deals .product-reviews-group .question .question-content .review-images,
.products.deals .product-questions-group .review .review-content .review-images,
.products.deals .product-questions-group .review .question-content .review-images,
.products.deals .product-questions-group .question .review-content .review-images,
.products.deals .product-questions-group .question .question-content .review-images {
  display: flex;
}

/* line 1372, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .review-images .card-image-container, .products.show .product-reviews-group .review .question-content .review-images .card-image-container, .products.show .product-reviews-group .question .review-content .review-images .card-image-container, .products.show .product-reviews-group .question .question-content .review-images .card-image-container,
.products.show .product-questions-group .review .review-content .review-images .card-image-container,
.products.show .product-questions-group .review .question-content .review-images .card-image-container,
.products.show .product-questions-group .question .review-content .review-images .card-image-container,
.products.show .product-questions-group .question .question-content .review-images .card-image-container, .products.deals .product-reviews-group .review .review-content .review-images .card-image-container, .products.deals .product-reviews-group .review .question-content .review-images .card-image-container, .products.deals .product-reviews-group .question .review-content .review-images .card-image-container, .products.deals .product-reviews-group .question .question-content .review-images .card-image-container,
.products.deals .product-questions-group .review .review-content .review-images .card-image-container,
.products.deals .product-questions-group .review .question-content .review-images .card-image-container,
.products.deals .product-questions-group .question .review-content .review-images .card-image-container,
.products.deals .product-questions-group .question .question-content .review-images .card-image-container {
  margin-right: 12px;
  width: 174px;
  position: relative;
}

/* line 1376, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .review-images .card-image-container .review-image, .products.show .product-reviews-group .review .question-content .review-images .card-image-container .review-image, .products.show .product-reviews-group .question .review-content .review-images .card-image-container .review-image, .products.show .product-reviews-group .question .question-content .review-images .card-image-container .review-image,
.products.show .product-questions-group .review .review-content .review-images .card-image-container .review-image,
.products.show .product-questions-group .review .question-content .review-images .card-image-container .review-image,
.products.show .product-questions-group .question .review-content .review-images .card-image-container .review-image,
.products.show .product-questions-group .question .question-content .review-images .card-image-container .review-image, .products.deals .product-reviews-group .review .review-content .review-images .card-image-container .review-image, .products.deals .product-reviews-group .review .question-content .review-images .card-image-container .review-image, .products.deals .product-reviews-group .question .review-content .review-images .card-image-container .review-image, .products.deals .product-reviews-group .question .question-content .review-images .card-image-container .review-image,
.products.deals .product-questions-group .review .review-content .review-images .card-image-container .review-image,
.products.deals .product-questions-group .review .question-content .review-images .card-image-container .review-image,
.products.deals .product-questions-group .question .review-content .review-images .card-image-container .review-image,
.products.deals .product-questions-group .question .question-content .review-images .card-image-container .review-image {
  width: 174px;
  height: 174px;
  background: #C4C4C4;
  border-radius: 8px;
  padding: 0;
  margin: 0 16px 12px 0;
}

/* line 1385, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .review-images .card-image-container .view-large, .products.show .product-reviews-group .review .question-content .review-images .card-image-container .view-large, .products.show .product-reviews-group .question .review-content .review-images .card-image-container .view-large, .products.show .product-reviews-group .question .question-content .review-images .card-image-container .view-large,
.products.show .product-questions-group .review .review-content .review-images .card-image-container .view-large,
.products.show .product-questions-group .review .question-content .review-images .card-image-container .view-large,
.products.show .product-questions-group .question .review-content .review-images .card-image-container .view-large,
.products.show .product-questions-group .question .question-content .review-images .card-image-container .view-large, .products.deals .product-reviews-group .review .review-content .review-images .card-image-container .view-large, .products.deals .product-reviews-group .review .question-content .review-images .card-image-container .view-large, .products.deals .product-reviews-group .question .review-content .review-images .card-image-container .view-large, .products.deals .product-reviews-group .question .question-content .review-images .card-image-container .view-large,
.products.deals .product-questions-group .review .review-content .review-images .card-image-container .view-large,
.products.deals .product-questions-group .review .question-content .review-images .card-image-container .view-large,
.products.deals .product-questions-group .question .review-content .review-images .card-image-container .view-large,
.products.deals .product-questions-group .question .question-content .review-images .card-image-container .view-large {
  display: none;
  position: absolute;
  right: 8px;
  bottom: 20px;
  color: #FFFFFF;
  background: #00000045;
  padding: 4px 6px;
  border-radius: 6px;
}

/* line 1394, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .review-images .card-image-container .view-large img, .products.show .product-reviews-group .review .question-content .review-images .card-image-container .view-large img, .products.show .product-reviews-group .question .review-content .review-images .card-image-container .view-large img, .products.show .product-reviews-group .question .question-content .review-images .card-image-container .view-large img,
.products.show .product-questions-group .review .review-content .review-images .card-image-container .view-large img,
.products.show .product-questions-group .review .question-content .review-images .card-image-container .view-large img,
.products.show .product-questions-group .question .review-content .review-images .card-image-container .view-large img,
.products.show .product-questions-group .question .question-content .review-images .card-image-container .view-large img, .products.deals .product-reviews-group .review .review-content .review-images .card-image-container .view-large img, .products.deals .product-reviews-group .review .question-content .review-images .card-image-container .view-large img, .products.deals .product-reviews-group .question .review-content .review-images .card-image-container .view-large img, .products.deals .product-reviews-group .question .question-content .review-images .card-image-container .view-large img,
.products.deals .product-questions-group .review .review-content .review-images .card-image-container .view-large img,
.products.deals .product-questions-group .review .question-content .review-images .card-image-container .view-large img,
.products.deals .product-questions-group .question .review-content .review-images .card-image-container .view-large img,
.products.deals .product-questions-group .question .question-content .review-images .card-image-container .view-large img {
  padding-left: 5px;
}

/* line 1397, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .review .review-content .review-images .card-image-container .view-large .poppins-text-10, .products.show .product-reviews-group .review .question-content .review-images .card-image-container .view-large .poppins-text-10, .products.show .product-reviews-group .question .review-content .review-images .card-image-container .view-large .poppins-text-10, .products.show .product-reviews-group .question .question-content .review-images .card-image-container .view-large .poppins-text-10,
.products.show .product-questions-group .review .review-content .review-images .card-image-container .view-large .poppins-text-10,
.products.show .product-questions-group .review .question-content .review-images .card-image-container .view-large .poppins-text-10,
.products.show .product-questions-group .question .review-content .review-images .card-image-container .view-large .poppins-text-10,
.products.show .product-questions-group .question .question-content .review-images .card-image-container .view-large .poppins-text-10, .products.deals .product-reviews-group .review .review-content .review-images .card-image-container .view-large .poppins-text-10, .products.deals .product-reviews-group .review .question-content .review-images .card-image-container .view-large .poppins-text-10, .products.deals .product-reviews-group .question .review-content .review-images .card-image-container .view-large .poppins-text-10, .products.deals .product-reviews-group .question .question-content .review-images .card-image-container .view-large .poppins-text-10,
.products.deals .product-questions-group .review .review-content .review-images .card-image-container .view-large .poppins-text-10,
.products.deals .product-questions-group .review .question-content .review-images .card-image-container .view-large .poppins-text-10,
.products.deals .product-questions-group .question .review-content .review-images .card-image-container .view-large .poppins-text-10,
.products.deals .product-questions-group .question .question-content .review-images .card-image-container .view-large .poppins-text-10 {
  font-weight: 600;
}

/* line 1406, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .read-more, .products.show .product-reviews-group .read-less,
.products.show .product-questions-group .read-more,
.products.show .product-questions-group .read-less, .products.deals .product-reviews-group .read-more, .products.deals .product-reviews-group .read-less,
.products.deals .product-questions-group .read-more,
.products.deals .product-questions-group .read-less {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  color: #7B8C48;
  cursor: pointer;
  outline: none;
  display: block;
  margin-bottom: 18px;
  text-decoration: underline;
}

/* line 1419, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .read-more:hover, .products.show .product-reviews-group .read-less:hover,
.products.show .product-questions-group .read-more:hover,
.products.show .product-questions-group .read-less:hover, .products.deals .product-reviews-group .read-more:hover, .products.deals .product-reviews-group .read-less:hover,
.products.deals .product-questions-group .read-more:hover,
.products.deals .product-questions-group .read-less:hover {
  color: #7B8C48;
  text-decoration: none;
}

/* line 1426, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .read-more:after,
.products.show .product-questions-group .read-more:after, .products.deals .product-reviews-group .read-more:after,
.products.deals .product-questions-group .read-more:after {
  content: url(/assets/arrow_down_olive-8966eac88ed16212aaf184bec269a3b01a175fe6989816f8b89689029e1b4b96.svg);
  margin-left: 6px;
  width: 5px;
}

/* line 1434, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-reviews-group .read-less:after,
.products.show .product-questions-group .read-less:after, .products.deals .product-reviews-group .read-less:after,
.products.deals .product-questions-group .read-less:after {
  content: url(/assets/arrow_up_olive-587a42c6fa5cb409ad6ebd0048d2bb0390acc0535ea64f3e427dc07392626772.svg);
  transform: rotate(180deg);
  margin-left: 6px;
  width: 5px;
}

@media (max-width: 1110px) {
  /* line 1445, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-details-group .product-details, .products.deals .product-details-group .product-details {
    grid-template-columns: 0px 500px auto;
  }
}

@media (max-width: 930px) {
  /* line 1452, app/assets/stylesheets/spree/products.css.scss */
  .products.show .properties-group .properties .key-spec-inner, .products.deals .properties-group .properties .key-spec-inner {
    max-width: 85% !important;
  }
  /* line 1456, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-details-group .product-details, .products.deals .product-details-group .product-details {
    grid-template-columns: 0px 430px auto;
  }
}

@media (max-width: 767px) {
  /* line 1462, app/assets/stylesheets/spree/products.css.scss */
  .products.show #header, .products.deals #header {
    margin-bottom: 16px;
  }
  /* line 1466, app/assets/stylesheets/spree/products.css.scss */
  .products.show .taxon-info, .products.deals .taxon-info {
    margin-left: 0px;
    margin-bottom: 16px;
  }
  /* line 1469, app/assets/stylesheets/spree/products.css.scss */
  .products.show .taxon-info .taxon-link, .products.show .taxon-info .name, .products.deals .taxon-info .taxon-link, .products.deals .taxon-info .name {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }
  /* line 1476, app/assets/stylesheets/spree/products.css.scss */
  .products.show .breadcrumbs-btn, .products.deals .breadcrumbs-btn {
    font-weight: 400;
    font-family: 'Poppins';
  }
  /* line 1482, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .need-more-quantity-box, .products.deals .need-more-quantity-group .need-more-quantity-box {
    max-width: 382px;
  }
  /* line 1486, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .box-heading, .products.deals .need-more-quantity-group .box-heading {
    font-size: 24px;
    line-height: 31px;
    justify-content: center;
    margin-bottom: 2px;
  }
  /* line 1492, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .box-heading .phone-icon, .products.deals .need-more-quantity-group .box-heading .phone-icon {
    display: none;
  }
  /* line 1497, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .box-text, .products.deals .need-more-quantity-group .box-text {
    text-align: center;
  }
  /* line 1500, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .box-text .mob-new-line, .products.deals .need-more-quantity-group .box-text .mob-new-line {
    display: block;
    margin-bottom: 16px;
  }
  /* line 1505, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .box-text .phone-link, .products.deals .need-more-quantity-group .box-text .phone-link {
    text-decoration: none;
  }
  /* line 1507, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .box-text .phone-link:hover, .products.deals .need-more-quantity-group .box-text .phone-link:hover {
    text-decoration: none;
  }
  /* line 1512, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .box-text .call-btn, .products.deals .need-more-quantity-group .box-text .call-btn {
    margin: 0 auto 8px auto;
    padding: 10px 25px 10px 25px;
    width: 100%;
    max-width: 342px;
    background: #FAFAFA;
    border: 1px solid #FAFAFA;
    box-sizing: border-box;
    border-radius: 8px;
    letter-spacing: 0.07em;
    color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1527, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .box-text .call-btn .phone-icon, .products.deals .need-more-quantity-group .box-text .call-btn .phone-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  /* line 1533, app/assets/stylesheets/spree/products.css.scss */
  .products.show .need-more-quantity-group .box-text .call-btn:hover, .products.deals .need-more-quantity-group .box-text .call-btn:hover {
    text-decoration: none;
  }
  /* line 1540, app/assets/stylesheets/spree/products.css.scss */
  .products.show .add-to-cart, .products.deals .add-to-cart {
    margin-bottom: 24px;
    padding: 10px 0;
  }
  /* line 1545, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-details-group, .products.deals .product-details-group {
    margin: 0 auto 47px auto;
    padding: 0;
  }
  /* line 1548, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-details-group .product-details, .products.deals .product-details-group .product-details {
    display: block;
  }
  /* line 1551, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-details-group .product-details .line, .products.deals .product-details-group .product-details .line {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
  }
  /* line 1556, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-details-group .product-details .product-info, .products.deals .product-details-group .product-details .product-info {
    padding-top: 0px;
  }
  /* line 1559, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-details-group .product-details .product-info .price-rating-group, .products.deals .product-details-group .product-details .product-info .price-rating-group {
    margin-bottom: 16px;
  }
  /* line 1562, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-details-group .product-details .product-info .description-group, .products.deals .product-details-group .product-details .product-info .description-group {
    margin-bottom: 24px;
  }
  /* line 1569, app/assets/stylesheets/spree/products.css.scss */
  .products.show .review-qa-btn-group, .products.deals .review-qa-btn-group {
    margin-bottom: 22px;
  }
  /* line 1575, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-reviews-group .review, .products.show .product-reviews-group .question,
.products.show .product-questions-group .review,
.products.show .product-questions-group .question, .products.deals .product-reviews-group .review, .products.deals .product-reviews-group .question,
.products.deals .product-questions-group .review,
.products.deals .product-questions-group .question {
    display: block;
    margin-bottom: 20px;
  }
  /* line 1579, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-reviews-group .review .name-date, .products.show .product-reviews-group .question .name-date,
.products.show .product-questions-group .review .name-date,
.products.show .product-questions-group .question .name-date, .products.deals .product-reviews-group .review .name-date, .products.deals .product-reviews-group .question .name-date,
.products.deals .product-questions-group .review .name-date,
.products.deals .product-questions-group .question .name-date {
    padding: 0;
  }
  /* line 1581, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-reviews-group .review .name-date .mob-name-date, .products.show .product-reviews-group .question .name-date .mob-name-date,
.products.show .product-questions-group .review .name-date .mob-name-date,
.products.show .product-questions-group .question .name-date .mob-name-date, .products.deals .product-reviews-group .review .name-date .mob-name-date, .products.deals .product-reviews-group .question .name-date .mob-name-date,
.products.deals .product-questions-group .review .name-date .mob-name-date,
.products.deals .product-questions-group .question .name-date .mob-name-date {
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: 0.04em;
  }
  /* line 1590, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-reviews-group .review .review-content .review-images .card-image-container, .products.show .product-reviews-group .review .question-content .review-images .card-image-container, .products.show .product-reviews-group .question .review-content .review-images .card-image-container, .products.show .product-reviews-group .question .question-content .review-images .card-image-container,
.products.show .product-questions-group .review .review-content .review-images .card-image-container,
.products.show .product-questions-group .review .question-content .review-images .card-image-container,
.products.show .product-questions-group .question .review-content .review-images .card-image-container,
.products.show .product-questions-group .question .question-content .review-images .card-image-container, .products.deals .product-reviews-group .review .review-content .review-images .card-image-container, .products.deals .product-reviews-group .review .question-content .review-images .card-image-container, .products.deals .product-reviews-group .question .review-content .review-images .card-image-container, .products.deals .product-reviews-group .question .question-content .review-images .card-image-container,
.products.deals .product-questions-group .review .review-content .review-images .card-image-container,
.products.deals .product-questions-group .review .question-content .review-images .card-image-container,
.products.deals .product-questions-group .question .review-content .review-images .card-image-container,
.products.deals .product-questions-group .question .question-content .review-images .card-image-container {
    width: 110px;
  }
  /* line 1592, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-reviews-group .review .review-content .review-images .card-image-container .review-image, .products.show .product-reviews-group .review .question-content .review-images .card-image-container .review-image, .products.show .product-reviews-group .question .review-content .review-images .card-image-container .review-image, .products.show .product-reviews-group .question .question-content .review-images .card-image-container .review-image,
.products.show .product-questions-group .review .review-content .review-images .card-image-container .review-image,
.products.show .product-questions-group .review .question-content .review-images .card-image-container .review-image,
.products.show .product-questions-group .question .review-content .review-images .card-image-container .review-image,
.products.show .product-questions-group .question .question-content .review-images .card-image-container .review-image, .products.deals .product-reviews-group .review .review-content .review-images .card-image-container .review-image, .products.deals .product-reviews-group .review .question-content .review-images .card-image-container .review-image, .products.deals .product-reviews-group .question .review-content .review-images .card-image-container .review-image, .products.deals .product-reviews-group .question .question-content .review-images .card-image-container .review-image,
.products.deals .product-questions-group .review .review-content .review-images .card-image-container .review-image,
.products.deals .product-questions-group .review .question-content .review-images .card-image-container .review-image,
.products.deals .product-questions-group .question .review-content .review-images .card-image-container .review-image,
.products.deals .product-questions-group .question .question-content .review-images .card-image-container .review-image {
    width: 110px;
    height: 110px;
    margin: 0 10px 12px 0;
  }
  /* line 1601, app/assets/stylesheets/spree/products.css.scss */
  .products.show .product-reviews-group .review .line, .products.show .product-reviews-group .question .line,
.products.show .product-questions-group .review .line,
.products.show .product-questions-group .question .line, .products.deals .product-reviews-group .review .line, .products.deals .product-reviews-group .question .line,
.products.deals .product-questions-group .review .line,
.products.deals .product-questions-group .question .line {
    margin-bottom: 24px;
  }
  /* line 1608, app/assets/stylesheets/spree/products.css.scss */
  .products.show .nav.nav-tabs .nav-item, .products.deals .nav.nav-tabs .nav-item {
    max-width: 50%;
  }
  /* line 1613, app/assets/stylesheets/spree/products.css.scss */
  .products.show .tab-content, .products.deals .tab-content {
    min-height: unset;
    margin-bottom: 48px;
    padding: 32px 16px 35px 16px;
  }
  /* line 1618, app/assets/stylesheets/spree/products.css.scss */
  .products.show .tab-content .no-review-text, .products.deals .tab-content .no-review-text {
    font-family: 'Poppins-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
  }
  /* line 1629, app/assets/stylesheets/spree/products.css.scss */
  .products.show .tab-content .no-text-icon, .products.deals .tab-content .no-text-icon {
    display: block;
    margin: 0 auto;
    width: 33px;
  }
  /* line 1635, app/assets/stylesheets/spree/products.css.scss */
  .products.show .tab-content .no-text-content, .products.deals .tab-content .no-text-content {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.04em;
  }
  /* line 1645, app/assets/stylesheets/spree/products.css.scss */
  .products.show .tab-content .line, .products.deals .tab-content .line {
    margin-bottom: 24px;
  }
  /* line 1650, app/assets/stylesheets/spree/products.css.scss */
  .products.show .rating-review-qa-group, .products.deals .rating-review-qa-group {
    padding: 0 16px;
  }
  /* line 1654, app/assets/stylesheets/spree/products.css.scss */
  .products.show .review-count-and-sort-section, .products.deals .review-count-and-sort-section {
    margin-bottom: 24px;
  }
  /* line 1657, app/assets/stylesheets/spree/products.css.scss */
  .products.show .review-count-and-sort-section .reviews-count, .products.deals .review-count-and-sort-section .reviews-count {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  /* line 1664, app/assets/stylesheets/spree/products.css.scss */
  .products.show .search-tag, .products.deals .search-tag {
    pointer-events: none;
    display: none;
  }
  /* line 1670, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog, .products.deals #ask_questionModal .modal-dialog {
    margin: 0px 16px;
  }
  /* line 1673, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-header, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-header {
    padding: 24px 0px 16px 0px;
  }
  /* line 1676, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-header .modal-title .main-heading, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-header .modal-title .main-heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
  }
  /* line 1687, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-header .modal-title .sub-heading, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-header .modal-title .sub-heading {
    padding: 0px 40px;
  }
  /* line 1693, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-body, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body {
    padding: 16px 0px 24px 0px;
  }
  /* line 1695, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question {
    width: 90%;
  }
  /* line 1698, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_name_field, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_name_field {
    margin-bottom: 16px;
  }
  /* line 1702, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_title_field, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .review_title_field {
    margin-bottom: 24px;
  }
  /* line 1706, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .question-submit-btn {
    padding: 11px 56px;
    width: 48.5%;
    margin-bottom: 16px;
  }
  /* line 1712, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .close-modal-mbl, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .close-modal-mbl {
    letter-spacing: 0.07em;
    text-decoration-line: underline;
    color: #E32754;
    cursor: pointer;
  }
  /* line 1719, app/assets/stylesheets/spree/products.css.scss */
  .products.show #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .product-question-content, .products.deals #ask_questionModal .modal-dialog .modal-content .modal-body .new_product_question .product-question-content {
    height: 150px;
  }
  /* line 1729, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog, .products.deals #leave_reviewModal .modal-dialog {
    margin: 0px 16px;
  }
  /* line 1732, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-header, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-header {
    padding: 24px 0px 16px 0px;
  }
  /* line 1735, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-header .modal-title .main-heading, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-header .modal-title .main-heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
  }
  /* line 1746, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-header .modal-title .sub-heading, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-header .modal-title .sub-heading {
    padding: 0px 40px;
  }
  /* line 1752, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body {
    padding: 16px 0px 24px 0px;
  }
  /* line 1754, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review {
    width: 90%;
  }
  /* line 1757, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating {
    display: block;
  }
  /* line 1760, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .rating_review_field {
    margin-bottom: 0px;
    text-align: center;
  }
  /* line 1765, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field {
    padding-right: 0px;
    margin-bottom: 16px;
  }
  /* line 1768, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field .input-field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review_name_field .input-field {
    width: 100%;
  }
  /* line 1772, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review-name-error, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-rating .review-name-error {
    width: 100%;
  }
  /* line 1777, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_title_field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_title_field {
    margin-bottom: 16px;
  }
  /* line 1781, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_review_field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review_review_field {
    margin-bottom: 24px;
  }
  /* line 1785, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns {
    margin-bottom: 16px;
  }
  /* line 1788, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field label {
    padding: 11px 21px 11px 24px;
  }
  /* line 1793, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn {
    padding: 11px 56px;
    width: 48.5%;
  }
  /* line 1799, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .close-modal-mbl, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .close-modal-mbl {
    letter-spacing: 0.07em;
    text-decoration-line: underline;
    color: #E32754;
    cursor: pointer;
  }
  /* line 1806, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .product-review-content, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .product-review-content {
    height: 150px;
  }
  /* line 1810, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .rating-required-error, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .rating-required-error {
    text-align: center;
    margin-top: -6px;
    margin-right: -34px;
  }
  /* line 1821, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container, .products.deals .video-section-container {
    padding: 32px 16px 48px 16px;
  }
  /* line 1824, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container .video-review-heading, .products.deals .video-section-container .video-review-heading {
    font-size: 36px;
    line-height: 44px;
  }
  /* line 1830, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container .video-container .video-name, .products.deals .video-section-container .video-container .video-name {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 16px;
  }
  /* line 1837, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container .video-container iframe, .products.deals .video-section-container .video-container iframe {
    height: 215.75px;
  }
  /* line 1841, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container .video-container .button-container-mobile, .products.deals .video-section-container .video-container .button-container-mobile {
    display: flex;
    margin-bottom: 24px;
    justify-content: center;
  }
  /* line 1846, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container .video-container .button-container-mobile .twitter-btn, .products.deals .video-section-container .video-container .button-container-mobile .twitter-btn {
    content: url(/assets/twitter-btn-5331d784ddcaf9dfe464ccb245114505b53ae90cc96b1d1fca3e11a0069eaf59.svg);
    margin-right: 8px;
    margin-left: 8px;
  }
  /* line 1852, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container .video-container .button-container-mobile .youtube-btn, .products.deals .video-section-container .video-container .button-container-mobile .youtube-btn {
    content: url(/assets/youtube-btn-3f8bc692c72f17805557b2fad265aac0e6426cb7e8874c0c2de124349b95674c.svg);
    margin-right: 8px;
    margin-left: 8px;
  }
  /* line 1858, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container .video-container .button-container-mobile .instagram-btn, .products.deals .video-section-container .video-container .button-container-mobile .instagram-btn {
    content: url(/assets/instagram-btn-9a03d1423c618f88448d2b49807a4486d29f7bd75dcb49837f5a36a1faa52d93.svg);
  }
  /* line 1865, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container .video-section-footer .video-footer-left, .products.deals .video-section-container .video-section-footer .video-footer-left {
    width: 100%;
  }
  /* line 1869, app/assets/stylesheets/spree/products.css.scss */
  .products.show .video-section-container .video-section-footer .video-footer-right, .products.deals .video-section-container .video-section-footer .video-footer-right {
    display: none;
  }
}

@media (max-width: 413px) {
  /* line 1878, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns {
    display: block;
    text-align: center;
  }
  /* line 1881, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review_images_field {
    margin-bottom: 16px;
  }
  /* line 1885, app/assets/stylesheets/spree/products.css.scss */
  .products.show #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn, .products.deals #leave_reviewModal .modal-dialog .modal-content .modal-body .new_review .review-image-submit-btns .review-submit-btn {
    width: 172px;
  }
}

/* line 1894, app/assets/stylesheets/spree/products.css.scss */
.products.deals #header, .products.show #header {
  margin-bottom: 48px;
}

/* line 1898, app/assets/stylesheets/spree/products.css.scss */
.products.deals .scrollToTop, .products.show .scrollToTop {
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 15px;
}

/* line 1903, app/assets/stylesheets/spree/products.css.scss */
.products.deals .scrollToTop:hover, .products.show .scrollToTop:hover {
  content: url(/assets/back-to-top-hover-1978fe23e6967b50ed1dddca9b42041a0f58d73dd7cc516439ff98af89064a2a.svg);
}

/* line 1908, app/assets/stylesheets/spree/products.css.scss */
.products.deals .loading, .products.show .loading {
  display: none;
  height: 80px;
}

/* line 1911, app/assets/stylesheets/spree/products.css.scss */
.products.deals .loading img, .products.show .loading img {
  height: 100px;
}

/* line 1916, app/assets/stylesheets/spree/products.css.scss */
.products.deals .section-heading, .products.show .section-heading {
  font-size: 64px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 40px;
}

/* line 1924, app/assets/stylesheets/spree/products.css.scss */
.products.deals .featured-carousel .owl-stage-outer, .products.show .featured-carousel .owl-stage-outer {
  margin-bottom: 35px;
}

/* line 1928, app/assets/stylesheets/spree/products.css.scss */
.products.deals .featured-categories-holder #featured-categories, .products.show .featured-categories-holder #featured-categories {
  padding: 0px;
}

/* line 1930, app/assets/stylesheets/spree/products.css.scss */
.products.deals .featured-categories-holder #featured-categories .item img, .products.show .featured-categories-holder #featured-categories .item img {
  border: 2px solid transparent;
}

/* line 1932, app/assets/stylesheets/spree/products.css.scss */
.products.deals .featured-categories-holder #featured-categories .item img:hover, .products.show .featured-categories-holder #featured-categories .item img:hover {
  border: 2px solid #F1B71C;
}

/* line 1937, app/assets/stylesheets/spree/products.css.scss */
.products.deals .featured-categories-holder #featured-categories .active_img img, .products.show .featured-categories-holder #featured-categories .active_img img {
  border: 2px solid #F1B71C;
}

/* line 1940, app/assets/stylesheets/spree/products.css.scss */
.products.deals .featured-categories-holder #featured-categories .active_img a, .products.show .featured-categories-holder #featured-categories .active_img a {
  font-family: 'Poppins-bold';
}

/* line 1946, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing, .products.show .product-listing {
  justify-content: center;
}

/* line 1948, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product, .products.show .product-listing .search-product {
  margin-bottom: 40px;
  flex-grow: unset;
}

/* line 1951, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card, .products.show .product-listing .search-product .product-card {
  width: 322px;
  margin: 0px;
}

/* line 1954, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .image-container, .products.show .product-listing .search-product .product-card .image-container {
  width: 322px;
  height: 322px;
  margin-top: 0px;
}

/* line 1958, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .image-container:hover, .products.show .product-listing .search-product .product-card .image-container:hover {
  padding: 8px 0px 0px 5px;
}

/* line 1960, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .image-container:hover img, .products.show .product-listing .search-product .product-card .image-container:hover img {
  width: 318px;
  height: 318px;
}

/* line 1966, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .image-container img, .products.show .product-listing .search-product .product-card .image-container img {
  width: 322px;
  height: 322px;
}

/* line 1971, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .image-container .search-tag, .products.show .product-listing .search-product .product-card .image-container .search-tag {
  padding: 5px 10px 6px 13px;
  bottom: 16px;
}

/* line 1974, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .image-container .search-tag:hover, .products.show .product-listing .search-product .product-card .image-container .search-tag:hover {
  padding: 5px 3px 6px 5px;
}

/* line 1978, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .image-container .search-tag .search-icon, .products.show .product-listing .search-product .product-card .image-container .search-tag .search-icon {
  height: 13px;
}

/* line 1984, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .rating, .products.show .product-listing .search-product .product-card .rating {
  margin-bottom: 8px;
}

/* line 1986, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .rating .rating-wheat, .products.show .product-listing .search-product .product-card .rating .rating-wheat {
  margin-right: 3px;
}

/* line 1988, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .rating .rating-wheat:before, .products.show .product-listing .search-product .product-card .rating .rating-wheat:before {
  margin-right: 8px;
}

/* line 1990, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .rating .rating-wheat:before .review-box .rating .rating-wheat:before, .products.show .product-listing .search-product .product-card .rating .rating-wheat:before .review-box .rating .rating-wheat:before {
  width: 12px;
  height: 19px;
}

/* line 1997, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .rating .number, .products.show .product-listing .search-product .product-card .rating .number {
  font-weight: normal;
  margin-left: -3px;
}

/* line 2003, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .name, .products.show .product-listing .search-product .product-card .name {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

/* line 2009, app/assets/stylesheets/spree/products.css.scss */
.products.deals .product-listing .search-product .product-card .price .current-price, .products.show .product-listing .search-product .product-card .price .current-price {
  line-height: 32px;
  font-family: 'Poppins-bold';
}

@media (max-width: 767px) {
  /* line 2018, app/assets/stylesheets/spree/products.css.scss */
  .products.deals #header, .products.show #header {
    margin-bottom: 25px !important;
  }
  /* line 2022, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .loading, .products.show .loading {
    height: 30px;
  }
  /* line 2024, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .loading img, .products.show .loading img {
    height: 80px;
  }
  /* line 2029, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .featured-categories-holder #featured-categories .item p, .products.show .featured-categories-holder #featured-categories .item p {
    margin-top: 6px;
    font-size: 10px;
    line-height: 16px;
  }
  /* line 2036, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .featured-carousel .owl-stage-outer, .products.show .featured-carousel .owl-stage-outer {
    margin-bottom: 28px;
  }
  /* line 2040, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .featured-carousel .owl-theme .owl-dots, .products.show .featured-carousel .owl-theme .owl-dots {
    display: none;
  }
  /* line 2045, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .section-heading, .products.show .section-heading {
    font-size: 48px;
    line-height: 16px;
    margin-bottom: 32px;
  }
  /* line 2052, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .col, .products.show .product-listing .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 2057, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product, .products.show .product-listing .search-product {
    margin-bottom: 16px;
  }
  /* line 2059, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card, .products.show .product-listing .search-product .product-card {
    width: 183px;
    margin: 0px;
  }
  /* line 2062, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .image-container, .products.show .product-listing .search-product .product-card .image-container {
    width: 183px;
    height: 183px;
    margin-bottom: 10px;
  }
  /* line 2066, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .image-container:hover, .products.show .product-listing .search-product .product-card .image-container:hover {
    padding: 0px;
  }
  /* line 2068, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .image-container:hover img, .products.show .product-listing .search-product .product-card .image-container:hover img {
    width: 183px;
    height: 183px;
  }
  /* line 2074, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .image-container .sale-tag:before, .products.show .product-listing .search-product .product-card .image-container .sale-tag:before {
    padding: 2px 8px 2px 10px;
    letter-spacing: 0.04em;
    font-size: 10px;
    font-family: 'Poppins-bold';
    min-width: 61px;
  }
  /* line 2082, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .image-container img, .products.show .product-listing .search-product .product-card .image-container img {
    width: 183px;
    height: 183px;
  }
  /* line 2087, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .image-container .search-tag, .products.show .product-listing .search-product .product-card .image-container .search-tag {
    display: none;
  }
  /* line 2092, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .rating, .products.show .product-listing .search-product .product-card .rating {
    margin-bottom: 3px;
  }
  /* line 2094, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .rating .rating-wheat, .products.show .product-listing .search-product .product-card .rating .rating-wheat {
    margin-right: 0px;
  }
  /* line 2096, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .rating .rating-wheat:before, .products.show .product-listing .search-product .product-card .rating .rating-wheat:before {
    margin-right: 8px;
  }
  /* line 2098, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .rating .rating-wheat:before .review-box .rating .rating-wheat:before, .products.show .product-listing .search-product .product-card .rating .rating-wheat:before .review-box .rating .rating-wheat:before {
    width: 12px;
    height: 19px;
  }
  /* line 2105, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .rating .number, .products.show .product-listing .search-product .product-card .rating .number {
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    margin-left: 2px;
  }
  /* line 2113, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .name, .products.show .product-listing .search-product .product-card .name {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 2px;
    min-height: 10px;
  }
  /* line 2121, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .price .current-price, .products.show .product-listing .search-product .product-card .price .current-price {
    line-height: 32px;
    font-size: 24px;
    font-family: 'Poppins-bold';
    margin-bottom: 2px;
  }
  /* line 2128, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .price .original-price, .products.show .product-listing .search-product .product-card .price .original-price {
    margin-bottom: 2px;
  }
  /* line 2132, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .product-listing .search-product .product-card .price .discount-percentage, .products.show .product-listing .search-product .product-card .price .discount-percentage {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
}

@media (max-width: 493px) {
  /* line 2144, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .loading, .products.show .loading {
    height: 64px;
  }
  /* line 2146, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .loading img, .products.show .loading img {
    height: 78px;
  }
  /* line 2151, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .video-section-container .video-container .button-container-mobile, .products.show .video-section-container .video-container .button-container-mobile {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  /* line 2155, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .video-section-container .video-container .button-container-mobile .twitter-btn, .products.show .video-section-container .video-container .button-container-mobile .twitter-btn {
    content: url(/assets/twitter-btn-mobile-fd3cd06a72e6117cbb68a3a792d4a9d7e00c4e2cfacc8c1a9a0c4f5f6d7d8749.svg);
    margin-bottom: 16px;
  }
  /* line 2160, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .video-section-container .video-container .button-container-mobile .youtube-btn, .products.show .video-section-container .video-container .button-container-mobile .youtube-btn {
    content: url(/assets/youtube-btn-mobile-467b71781d7d1182a09cafa22b5fa44401226e0176b7271791e2632b4bd79e04.svg);
    margin-bottom: 16px;
  }
  /* line 2165, app/assets/stylesheets/spree/products.css.scss */
  .products.deals .video-section-container .video-container .button-container-mobile .instagram-btn, .products.show .video-section-container .video-container .button-container-mobile .instagram-btn {
    content: url(/assets/instagram-btn-mobile-c3aa781cdff937213bc6f5af531229c24da8cbd7f56e1aa37b32a2c4bd6eecfe.svg);
    margin-bottom: 16px;
  }
}

/* line 2177, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .favorites .favorites-control,
.products.show .option-tabs .tab-content .options-tab-content .favorites .favorites-control, .products.index .product-details-group .product-details .product-info .favorites .favorites-control,
.products.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control, .home.index .product-details-group .product-details .product-info .favorites .favorites-control,
.home.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control, .product_categories.index .product-details-group .product-details .product-info .favorites .favorites-control,
.product_categories.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control, .orders.show .product-details-group .product-details .product-info .favorites .favorites-control,
.orders.show .option-tabs .tab-content .options-tab-content .favorites .favorites-control, .favorites.index .product-details-group .product-details .product-info .favorites .favorites-control,
.favorites.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control, .taxons.show .product-details-group .product-details .product-info .favorites .favorites-control,
.taxons.show .option-tabs .tab-content .options-tab-content .favorites .favorites-control, .products.deals .product-details-group .product-details .product-info .favorites .favorites-control,
.products.deals .option-tabs .tab-content .options-tab-content .favorites .favorites-control {
  display: block;
  padding: 10px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}

/* line 2185, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .favorites .favorites-control[data-method="post"],
.products.show .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="post"], .products.index .product-details-group .product-details .product-info .favorites .favorites-control[data-method="post"],
.products.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="post"], .home.index .product-details-group .product-details .product-info .favorites .favorites-control[data-method="post"],
.home.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="post"], .product_categories.index .product-details-group .product-details .product-info .favorites .favorites-control[data-method="post"],
.product_categories.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="post"], .orders.show .product-details-group .product-details .product-info .favorites .favorites-control[data-method="post"],
.orders.show .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="post"], .favorites.index .product-details-group .product-details .product-info .favorites .favorites-control[data-method="post"],
.favorites.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="post"], .taxons.show .product-details-group .product-details .product-info .favorites .favorites-control[data-method="post"],
.taxons.show .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="post"], .products.deals .product-details-group .product-details .product-info .favorites .favorites-control[data-method="post"],
.products.deals .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="post"] {
  content: url(/assets/favorite-icon-5d01a90cd56f8cccf39d52489081a071361f69d050601ae0f3ac1458589f2df9.svg);
}

/* line 2189, app/assets/stylesheets/spree/products.css.scss */
.products.show .product-details-group .product-details .product-info .favorites .favorites-control[data-method="delete"],
.products.show .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="delete"], .products.index .product-details-group .product-details .product-info .favorites .favorites-control[data-method="delete"],
.products.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="delete"], .home.index .product-details-group .product-details .product-info .favorites .favorites-control[data-method="delete"],
.home.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="delete"], .product_categories.index .product-details-group .product-details .product-info .favorites .favorites-control[data-method="delete"],
.product_categories.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="delete"], .orders.show .product-details-group .product-details .product-info .favorites .favorites-control[data-method="delete"],
.orders.show .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="delete"], .favorites.index .product-details-group .product-details .product-info .favorites .favorites-control[data-method="delete"],
.favorites.index .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="delete"], .taxons.show .product-details-group .product-details .product-info .favorites .favorites-control[data-method="delete"],
.taxons.show .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="delete"], .products.deals .product-details-group .product-details .product-info .favorites .favorites-control[data-method="delete"],
.products.deals .option-tabs .tab-content .options-tab-content .favorites .favorites-control[data-method="delete"] {
  content: url(/assets/favorite-icon-gold-4a3a5b461c00a554ca87729c7093f28b2952ad4225e31aadd98fba28e6304028.svg);
}

@media (min-width: 576px) {
  /* line 2199, app/assets/stylesheets/spree/products.css.scss */
  .modal-dialog {
    max-width: 601px;
  }
}

/* line 2205, app/assets/stylesheets/spree/products.css.scss */
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2210, app/assets/stylesheets/spree/products.css.scss */
.rating .rating-wheat {
  display: block;
  margin-right: 8px;
}

/* line 2214, app/assets/stylesheets/spree/products.css.scss */
.rating .rating-wheat:before {
  content: url(/assets/agazon_logo_mark_gray-8f2638b402b2112ab80fd6e6f7fe61491660e203d084ecf2352c127ef1a97118.svg);
  display: block;
  height: 24px;
  width: 14px;
  margin: 0;
}

/* line 2221, app/assets/stylesheets/spree/products.css.scss */
.rating .rating-wheat.filled:before {
  content: url(/assets/agazon_logo_mark_warm-ce331b75dd6d8994002a697cfee9cea41675d47542bedc9994073e1b5e0edf86.svg);
}

/* line 2228, app/assets/stylesheets/spree/products.css.scss */
.secondry-btn {
  font-weight: 600;
  border: 1px solid #606060;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.5px;
  color: #353535;
  padding: 7px 23px 7px 26px;
  margin: 0 16px;
  display: flex;
  width: 50%;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 10px;
}

/* line 2246, app/assets/stylesheets/spree/products.css.scss */
.secondry-btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}

/* line 2252, app/assets/stylesheets/spree/products.css.scss */
.secondry-btn:hover {
  border: 1px solid #F1B71C;
}

/* line 2256, app/assets/stylesheets/spree/products.css.scss */
.secondry-btn:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  /* line 2228, app/assets/stylesheets/spree/products.css.scss */
  .secondry-btn {
    font-size: 14px;
    line-height: 21px;
    padding: 9px 14px 9px 14px;
    margin: 0 8px 10px;
  }
  /* line 2266, app/assets/stylesheets/spree/products.css.scss */
  .secondry-btn .icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  /* line 2275, app/assets/stylesheets/spree/products.css.scss */
  .product-card .image-container .search-tag {
    display: none;
  }
}
/* line 4, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .container-fluid, .products.question_form .container-fluid, .products.show .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 9, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .body, .products.question_form .body, .products.show .body {
  background-color: var(--palette-shades-0);
  max-width: 1280px;
  margin: 0 auto;
}

/* line 15, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .txt-heading, .products.question_form .txt-heading, .products.show .txt-heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  border-bottom: 0;
  color: var(--palette-neutral-900);
  text-align: center;
  margin-bottom: 20px;
}

/* line 28, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-image-container, .products.question_form .product-image-container, .products.show .product-image-container {
  background: #F4F4F5;
  border-radius: 6px;
  margin: 0px 16px;
  display: flex;
  align-items: center;
  padding: 20px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/* line 37, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-image-container .product-image-section, .products.question_form .product-image-container .product-image-section, .products.show .product-image-container .product-image-section {
  width: 80px;
  height: 80px;
  border: 1px solid var(--palette-neutral-200);
  border-radius: 4px;
}

/* line 43, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-image-container .product-image-section .image, .products.question_form .product-image-container .product-image-section .image, .products.show .product-image-container .product-image-section .image {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

/* line 51, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-image-container .image-text, .products.question_form .product-image-container .image-text, .products.show .product-image-container .image-text {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #27272A;
}

/* line 61, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form, .products.question_form .review-form, .products.show .review-form {
  padding: 0px 16px;
  text-align: left;
}

/* line 65, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form .review-rating, .products.question_form .review-form .review-rating, .products.show .review-form .review-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
}

/* line 72, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form .review-rating .rating_review_field, .products.question_form .review-form .review-rating .rating_review_field, .products.show .review-form .review-rating .rating_review_field {
  width: 100%;
}

/* line 75, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form .review-rating .rating_review_field .score, .products.question_form .review-form .review-rating .rating_review_field .score, .products.show .review-form .review-rating .rating_review_field .score {
  display: flex;
  padding-top: 24px;
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

/* line 86, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form .review-rating .rating_review_field .stars, .products.question_form .review-form .review-rating .rating_review_field .stars, .products.show .review-form .review-rating .rating_review_field .stars {
  margin: 0  auto;
  width: 100%;
  text-align: center;
}

/* line 91, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form .review-rating .rating_review_field .stars .rating_star, .products.question_form .review-form .review-rating .rating_review_field .stars .rating_star, .products.show .review-form .review-rating .rating_review_field .stars .rating_star {
  display: none;
}

/* line 95, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form .review-rating .rating_review_field .stars .label_star, .products.question_form .review-form .review-rating .rating_review_field .stars .label_star, .products.show .review-form .review-rating .rating_review_field .stars .label_star {
  padding-left: 0px;
  padding-right: 8px;
  content: url(/assets/Star-background-c9a571d11012a5642a5544252cd531591741f1ee4d53d604a31d42e9c12c08c4.png);
}

/* line 101, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form .review-rating .rating_review_field .stars .half-selected-label_star, .products.question_form .review-form .review-rating .rating_review_field .stars .half-selected-label_star, .products.show .review-form .review-rating .rating_review_field .stars .half-selected-label_star {
  padding-left: 0px;
  padding-right: 8px;
  content: url(/images/Rating.png);
}

/* line 107, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form .review-rating .rating_review_field .stars .full-selected-label_star, .products.question_form .review-form .review-rating .rating_review_field .stars .full-selected-label_star, .products.show .review-form .review-rating .rating_review_field .stars .full-selected-label_star {
  padding-left: 0px;
  padding-right: 8px;
  content: url(/images/Star.png);
}

/* line 113, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-form .review-rating .rating_review_field .stars .rating-required-error, .products.question_form .review-form .review-rating .rating_review_field .stars .rating-required-error, .products.show .review-form .review-rating .rating_review_field .stars .rating-required-error {
  display: none;
  padding-top: 6px;
  letter-spacing: 0.04em;
  color: red;
  text-align: left;
  margin-top: -4px;
  margin-bottom: -16px;
}

/* line 127, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form fieldset, .products.question_form fieldset, .products.show fieldset {
  min-width: inherit;
  padding: 0;
}

/* line 132, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rate, .products.question_form .rate, .products.show .rate {
  display: inline-block;
  border: 0;
}

/* line 136, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .label, .products.question_form .label, .products.show .label {
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rate > input, .products.question_form .rate > input, .products.show .rate > input {
  display: none;
}

/* line 144, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rate > label, .products.question_form .rate > label, .products.show .rate > label {
  float: right;
}

/* line 150, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rate label:before, .products.question_form .rate label:before, .products.show .rate label:before {
  display: inline-block;
  font-size: 32px;
  padding: 0 5px 0 0;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 ";
  line-height: 32px;
  color: var(--palette-neutral-200);
}

/* line 164, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rate input:checked ~ label::before, .products.question_form .rate input:checked ~ label::before, .products.show .rate input:checked ~ label::before {
  color: var(--palette-primary-500);
}

/* line 170, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rate .half:before, .products.question_form .rate .half:before, .products.show .rate .half:before {
  content: "\f089 ";
  position: absolute;
  padding-right: 0;
}

/* line 176, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rating, .products.question_form .rating, .products.show .rating {
  --dir: right;
  --fill: #FFB514;
  --fillbg: rgba(100, 100, 100, 0.15);
  --star: url('Rating.svg');
  --stars: 5;
  --starsize: 3rem;
  --symbol: var(--star);
  --value: 1;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  touch-action: manipulation;
  -webkit-appearance: none;
  margin: 0 auto;
}

/* line 195, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form [dir="rtl"] .rating, .products.question_form [dir="rtl"] .rating, .products.show [dir="rtl"] .rating {
  --dir: left;
}

/* line 199, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rating::-moz-range-track, .products.question_form .rating::-moz-range-track, .products.show .rating::-moz-range-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) url(/assets/Rating-8c84fd4839045e7214e9d3489039b9d19c1e78719d92a0ef4c039dc8229a62c9.svg);
}

/* line 205, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rating::-webkit-slider-runnable-track, .products.question_form .rating::-webkit-slider-runnable-track, .products.show .rating::-webkit-slider-runnable-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) url(/assets/Rating-8c84fd4839045e7214e9d3489039b9d19c1e78719d92a0ef4c039dc8229a62c9.svg);
  -webkit-mask: repeat left center/var(--starsize) url(/assets/Rating-8c84fd4839045e7214e9d3489039b9d19c1e78719d92a0ef4c039dc8229a62c9.svg);
}

/* line 212, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rating::-moz-range-thumb, .products.question_form .rating::-moz-range-thumb, .products.show .rating::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
}

/* line 218, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rating::-webkit-slider-thumb, .products.question_form .rating::-webkit-slider-thumb, .products.show .rating::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
  -webkit-appearance: none;
}

/* line 225, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rating, .products.reviews_form .rating-label, .products.question_form .rating, .products.question_form .rating-label, .products.show .rating, .products.show .rating-label {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

/* line 230, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rating-label, .products.question_form .rating-label, .products.show .rating-label {
  margin-block-end: 1rem;
}

/* line 234, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review_images_field, .products.question_form .review_images_field, .products.show .review_images_field {
  margin-bottom: 32px;
}

/* line 238, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review_title_field, .products.question_form .review_title_field, .products.show .review_title_field {
  margin-bottom: 32px;
}

/* line 240, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review_title_field .form-text-down, .products.question_form .review_title_field .form-text-down, .products.show .review_title_field .form-text-down {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-700);
  margin-bottom: 4px;
}

/* line 251, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review_title_field .review-title-error, .products.question_form .review_title_field .review-title-error, .products.show .review_title_field .review-title-error {
  display: none;
  padding-top: 6px;
  letter-spacing: 0.04em;
  color: red;
  text-align: right;
}

/* line 260, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .form-text, .products.question_form .form-text, .products.show .form-text {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-700);
  margin-bottom: 20px;
}

/* line 271, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .example-text, .products.question_form .example-text, .products.show .example-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
  margin-bottom: 10px;
}

/* line 282, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .placeholder-text, .products.question_form .placeholder-text, .products.show .placeholder-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
}

/* line 292, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review_review_field .review-field, .products.question_form .review_review_field .review-field, .products.show .review_review_field .review-field {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-700);
  margin-top: 20px;
  margin-bottom: 4px;
}

/* line 304, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review_review_field .example-field-text, .products.question_form .review_review_field .example-field-text, .products.show .review_review_field .example-field-text {
  margin-bottom: 10px;
}

/* line 308, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review_review_field .review-review-error, .products.question_form .review_review_field .review-review-error, .products.show .review_review_field .review-review-error {
  display: none;
  padding-top: 6px;
  letter-spacing: 0.04em;
  color: red;
  text-align: right;
}

/* line 317, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .upload-btn, .products.question_form .upload-btn, .products.show .upload-btn {
  padding: 12px 24px;
}

/* line 321, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .image-upload, .products.question_form .image-upload, .products.show .image-upload {
  background: #FFFFFF;
  border: 1px solid #71717A;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 332, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .form-text, .products.question_form .form-text, .products.show .form-text {
  margin-top: 32px;
}

/* line 336, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .email-text, .products.question_form .email-text, .products.show .email-text {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-700);
  margin-bottom: 4px;
}

/* line 347, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .form-control, .products.question_form .form-control, .products.show .form-control {
  background: #FFFFFF;
  border: 1px solid #71717A;
  border-radius: 6px;
  padding: 10px 12px !important;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 358, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-review-content, .products.question_form .product-review-content, .products.show .product-review-content {
  height: 127px;
}

/* line 362, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-submit-btn, .products.question_form .review-submit-btn, .products.show .review-submit-btn {
  max-width: 50%;
  margin: 0 auto;
  width: 100%;
  background: #27272A !important;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border: 0;
  box-shadow: none;
}

/* line 377, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .disable_btn, .products.question_form .disable_btn, .products.show .disable_btn {
  background: #a2a2ad !important;
}

/* line 381, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .btn-text, .products.question_form .btn-text, .products.show .btn-text {
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

/* line 392, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .rating-required-error, .products.question_form .rating-required-error, .products.show .rating-required-error {
  display: none;
  padding-top: 6px;
  letter-spacing: 0.04em;
  color: red;
  text-align: left;
  margin-top: -4px;
  margin-bottom: -16px;
}

/* line 402, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .review-email-error, .products.question_form .review-email-error, .products.show .review-email-error {
  display: none;
  padding-top: 6px;
  letter-spacing: 0.04em;
  color: red;
  text-align: right;
  margin-top: -3px;
  margin-bottom: -19px;
}

/* line 412, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .image-upload-message, .products.question_form .image-upload-message, .products.show .image-upload-message {
  letter-spacing: 0.04em;
  color: red;
  text-align: left;
}

/* line 417, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .image-upload-message.image-upload-error, .products.question_form .image-upload-message.image-upload-error, .products.show .image-upload-message.image-upload-error {
  display: none;
}

/* line 421, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .image-upload-message.image-selected, .products.question_form .image-upload-message.image-selected, .products.show .image-upload-message.image-selected {
  display: none;
}

/* line 426, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .privacy-text, .products.question_form .privacy-text, .products.show .privacy-text {
  margin-top: 18px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--palette-neutral-500);
}

/* line 438, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .privacy-policy .clear-link, .products.question_form .privacy-policy .clear-link, .products.show .privacy-policy .clear-link {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  text-decoration-line: underline;
  color: #353535;
  margin-bottom: 56px;
}

/* line 450, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .back, .products.question_form .back, .products.show .back {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
}

/* line 459, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .back-link, .products.question_form .back-link, .products.show .back-link {
  text-decoration: none;
  text-align: left;
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  padding: 21px;
}

/* line 467, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container, .products.question_form .product-page-container, .products.show .product-page-container {
  padding: 20px;
}

/* line 469, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container .success-icon, .products.question_form .product-page-container .success-icon, .products.show .product-page-container .success-icon {
  margin: 32px 0 8px;
}

/* line 473, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container .heading, .products.question_form .product-page-container .heading, .products.show .product-page-container .heading {
  margin-bottom: 20px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--palette-neutral-900);
}

/* line 484, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container .product-image-container, .products.question_form .product-page-container .product-image-container, .products.show .product-page-container .product-image-container {
  margin: 0 0 14px 0;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  max-width: 100%;
  background: var(--palette-neutral-100);
  border-radius: 6px;
  align-items: center;
}

/* line 493, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container .product-image-container .product-image-section, .products.question_form .product-page-container .product-image-container .product-image-section, .products.show .product-page-container .product-image-container .product-image-section {
  max-width: 80px;
  border: 1px solid var(--palette-neutral-200);
  border-radius: 4px;
}

/* line 498, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container .product-image-container .product-image-section .image, .products.question_form .product-page-container .product-image-container .product-image-section .image, .products.show .product-page-container .product-image-container .product-image-section .image {
  width: 100%;
  border-radius: 4px;
}

/* line 504, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container .product-image-container .image-text, .products.question_form .product-page-container .product-image-container .image-text, .products.show .product-page-container .product-image-container .image-text {
  font-family: 'Poppins-semi-bold';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-800);
}

/* line 514, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container .text-section, .products.question_form .product-page-container .text-section, .products.show .product-page-container .text-section {
  margin-bottom: 48px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: start;
  color: var(--palette-neutral-700);
}

/* line 526, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container .keep-shoping-btn, .products.question_form .product-page-container .keep-shoping-btn, .products.show .product-page-container .keep-shoping-btn {
  width: 100%;
  max-width: 89.75%;
  margin: 0 auto;
  padding: 9px 22px;
}

/* line 532, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .product-page-container .keep-shoping-btn a, .products.question_form .product-page-container .keep-shoping-btn a, .products.show .product-page-container .keep-shoping-btn a {
  text-decoration: none;
  font-family: 'Poppins-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--palette-shade-0);
}

/* line 543, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .validation-error, .products.question_form .validation-error, .products.show .validation-error {
  border: 1px solid #E32754;
}

/* line 547, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .questioner-name-error, .products.question_form .questioner-name-error, .products.show .questioner-name-error {
  letter-spacing: 0.04em;
  color: red;
  text-align: right;
  margin-bottom: -16px;
  display: none;
}

/* line 554, app/assets/stylesheets/spree/reviews_form.css.scss */
.products.reviews_form .question-required-error, .products.question_form .question-required-error, .products.show .question-required-error {
  display: none;
  letter-spacing: 0.04em;
  color: red;
  text-align: right;
  margin-bottom: -16px;
}

@media screen and (max-width: 767px) {
  /* line 563, app/assets/stylesheets/spree/reviews_form.css.scss */
  .products.reviews_form .review-submit-btn, .products.question_form .review-submit-btn, .products.show .review-submit-btn {
    max-width: 100%;
  }
}
/* line 2, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show #header_v2, .taxons.taxon_show_page #header_v2, .products.index #header_v2, .products.gift_sub_categories #header_v2 {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show #header_v2 .store-credit-section, .taxons.taxon_show_page #header_v2 .store-credit-section, .products.index #header_v2 .store-credit-section, .products.gift_sub_categories #header_v2 .store-credit-section {
  z-index: 11;
}

/* line 10, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .container-fluid, .taxons.taxon_show_page .container-fluid, .products.index .container-fluid, .products.gift_sub_categories .container-fluid {
  padding: 0;
}

/* line 14, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .container-max-width, .taxons.taxon_show_page .container-max-width, .products.index .container-max-width, .products.gift_sub_categories .container-max-width {
  max-width: 1250px !important;
  margin: 0 auto;
  gap: 30px !important;
}

/* line 19, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .container-max-width .standard-product-card, .taxons.taxon_show_page .container-max-width .standard-product-card, .products.index .container-max-width .standard-product-card, .products.gift_sub_categories .container-max-width .standard-product-card {
  max-width: 230px;
}

/* line 22, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .container-max-width .standard-product-card .image-container, .taxons.taxon_show_page .container-max-width .standard-product-card .image-container, .products.index .container-max-width .standard-product-card .image-container, .products.gift_sub_categories .container-max-width .standard-product-card .image-container {
  max-width: 230px;
  width: 100%;
  max-height: 230px;
  aspect-ratio: 1 / 1;
}

/* line 31, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .farm-toys, .taxons.taxon_show_page .farm-toys, .products.index .farm-toys, .products.gift_sub_categories .farm-toys {
  max-width: 1420px !important;
}

/* line 35, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container, .taxons.taxon_show_page .data-container, .products.index .data-container, .products.gift_sub_categories .data-container {
  max-width: 1240px;
  padding: 0;
  text-align: left;
  margin-top: 40px;
}

/* line 41, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page, .taxons.taxon_show_page .data-container .farm-toys-page, .products.index .data-container .farm-toys-page, .products.gift_sub_categories .data-container .farm-toys-page {
  margin-bottom: 75px;
}

/* line 44, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section, .taxons.show .data-container .farm-toys-page .card-pages-group, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group, .products.index .data-container .farm-toys-page .icon-section, .products.index .data-container .farm-toys-page .card-pages-group, .products.gift_sub_categories .data-container .farm-toys-page .icon-section, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group {
  display: flex;
  max-width: 1000px;
  position: relative;
  padding: 0;
  overflow-x: auto;
  width: 100%;
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .carousel-button, .taxons.show .data-container .farm-toys-page .card-pages-group .carousel-button, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .carousel-button, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .carousel-button, .products.index .data-container .farm-toys-page .icon-section .carousel-button, .products.index .data-container .farm-toys-page .card-pages-group .carousel-button, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .carousel-button, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .carousel-button {
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--palette-neutral-50);
  color: var(--palette-neutral-50);
  border: 2px solid var(--palette-primary-500);
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  display: none;
  z-index: 10;
  top: 22%;
}

/* line 66, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .carousel-button.left, .taxons.show .data-container .farm-toys-page .card-pages-group .carousel-button.left, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .carousel-button.left, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .carousel-button.left, .products.index .data-container .farm-toys-page .icon-section .carousel-button.left, .products.index .data-container .farm-toys-page .card-pages-group .carousel-button.left, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .carousel-button.left, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .carousel-button.left {
  left: 0;
  border-left: transparent;
  border-radius: 0 8px 8px 0;
}

/* line 72, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .carousel-button.right, .taxons.show .data-container .farm-toys-page .card-pages-group .carousel-button.right, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .carousel-button.right, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .carousel-button.right, .products.index .data-container .farm-toys-page .icon-section .carousel-button.right, .products.index .data-container .farm-toys-page .card-pages-group .carousel-button.right, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .carousel-button.right, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .carousel-button.right {
  border-right: transparent;
  border-radius: 8px 0px 0px 8px;
  right: 0;
}

/* line 78, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section.card-pages-group, .taxons.show .data-container .farm-toys-page .card-pages-group.card-pages-group, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section.card-pages-group, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group.card-pages-group, .products.index .data-container .farm-toys-page .icon-section.card-pages-group, .products.index .data-container .farm-toys-page .card-pages-group.card-pages-group, .products.gift_sub_categories .data-container .farm-toys-page .icon-section.card-pages-group, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group.card-pages-group {
  max-width: 1280px;
}

/* line 81, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button, .taxons.show .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button, .products.index .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button, .products.index .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button, .products.gift_sub_categories .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button {
  width: 55px;
  height: 107px;
  top: 36%;
}

/* line 87, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button.right, .taxons.show .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button.right, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button.right, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button.right, .products.index .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button.right, .products.index .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button.right, .products.gift_sub_categories .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button.right, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button.right {
  right: 15px;
  padding: 10px 10px 10px 17px;
  border: 4px solid var(--palette-primary-500);
  border-right: 0;
}

/* line 94, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button.left, .taxons.show .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button.left, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button.left, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button.left, .products.index .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button.left, .products.index .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button.left, .products.gift_sub_categories .data-container .farm-toys-page .icon-section.card-pages-group .carousel-button.left, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group.card-pages-group .carousel-button.left {
  left: 15px;
  padding: 10px 10px 10px 14px;
  border: 4px solid var(--palette-primary-500);
  border-left: 0;
}

/* line 103, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .categories-slider, .taxons.show .data-container .farm-toys-page .card-pages-group .categories-slider, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .categories-slider, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .categories-slider, .products.index .data-container .farm-toys-page .icon-section .categories-slider, .products.index .data-container .farm-toys-page .card-pages-group .categories-slider, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .categories-slider, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .categories-slider {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1000px;
  width: fit-content;
  margin: 0 auto 32px auto;
  -moz-column-gap: 25px;
       column-gap: 25px;
  overflow-x: auto;
  text-align: center;
}

/* line 113, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar, .taxons.show .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar, .products.index .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar, .products.index .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar {
  display: none;
}

/* line 117, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar-track, .taxons.show .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar-track, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar-track, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar-track, .products.index .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar-track, .products.index .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar-track, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar-track, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar-track {
  display: none;
}

/* line 121, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar-thumb, .taxons.show .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar-thumb, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar-thumb, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar-thumb, .products.index .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar-thumb, .products.index .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar-thumb, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .categories-slider::-webkit-scrollbar-thumb, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .categories-slider::-webkit-scrollbar-thumb {
  display: none;
}

/* line 125, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .categories-slider .category-circle, .taxons.show .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .categories-slider .category-circle, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle, .products.index .data-container .farm-toys-page .icon-section .categories-slider .category-circle, .products.index .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .categories-slider .category-circle, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle {
  margin-bottom: 5px;
}

/* line 128, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .categories-slider .category-circle .circle, .taxons.show .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .circle, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .categories-slider .category-circle .circle, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .circle, .products.index .data-container .farm-toys-page .icon-section .categories-slider .category-circle .circle, .products.index .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .circle, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .categories-slider .category-circle .circle, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .circle {
  background: var(--palette-primary-500);
  width: 72px;
  height: 72px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 8px;
  cursor: pointer;
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .categories-slider .category-circle .circle .image, .taxons.show .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .circle .image, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .categories-slider .category-circle .circle .image, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .circle .image, .products.index .data-container .farm-toys-page .icon-section .categories-slider .category-circle .circle .image, .products.index .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .circle .image, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .categories-slider .category-circle .circle .image, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .circle .image {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 3px;
}

/* line 147, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .categories-slider .category-circle .name, .taxons.show .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .name, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .categories-slider .category-circle .name, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .name, .products.index .data-container .farm-toys-page .icon-section .categories-slider .category-circle .name, .products.index .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .name, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .categories-slider .category-circle .name, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .name {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--palette-neutral-700);
  display: block;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-width: 85px;
  cursor: pointer;
}

/* line 161, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .icon-section .categories-slider .category-circle .name:hover, .taxons.show .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .name:hover, .taxons.taxon_show_page .data-container .farm-toys-page .icon-section .categories-slider .category-circle .name:hover, .taxons.taxon_show_page .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .name:hover, .products.index .data-container .farm-toys-page .icon-section .categories-slider .category-circle .name:hover, .products.index .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .name:hover, .products.gift_sub_categories .data-container .farm-toys-page .icon-section .categories-slider .category-circle .name:hover, .products.gift_sub_categories .data-container .farm-toys-page .card-pages-group .categories-slider .category-circle .name:hover {
  text-decoration: none;
}

/* line 169, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container, .products.index .data-container .farm-toys-page .sub-taxons-container, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 40px;
}

/* line 175, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon {
  display: flex;
  flex-direction: column;
}

/* line 179, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 26px;
}

/* line 185, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .sub-taxon-name, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .sub-taxon-name, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .sub-taxon-name, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .sub-taxon-name {
  display: flex;
  align-items: center;
  font-family: 'Poppins-semi-bold', sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}

/* line 195, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all {
  border: 1px solid;
  border-color: transparent;
  border-radius: 6px;
  cursor: pointer;
}

/* line 201, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all .see-all-link, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all .see-all-link, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all .see-all-link, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all .see-all-link {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  color: #000000;
  padding: 8px 16px;
}

/* line 214, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all:hover, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all:hover, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all:hover, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head .see-all:hover {
  border-color: #D4D4D8;
  background: white;
}

/* line 222, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section {
  max-height: 230px;
  height: calc((100vw - 154px) * 0.1778);
}

/* line 226, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back, .taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 72px;
  width: calc((100vw - 154px) * 0.0554);
  aspect-ratio: 1 / 1;
  border: 1px solid #E4E4E7;
  border-radius: 100%;
  background: white;
}

/* line 237, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back svg, .taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward svg, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back svg, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward svg, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back svg, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward svg, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back svg, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward svg {
  width: 44.44%;
}

/* line 241, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back:not(.disabled):hover, .taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward:not(.disabled):hover, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back:not(.disabled):hover, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward:not(.disabled):hover, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back:not(.disabled):hover, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward:not(.disabled):hover, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back:not(.disabled):hover, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward:not(.disabled):hover {
  border-color: #FFB514;
}

/* line 244, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back:not(.disabled):hover svg path, .taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward:not(.disabled):hover svg path, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back:not(.disabled):hover svg path, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward:not(.disabled):hover svg path, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back:not(.disabled):hover svg path, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward:not(.disabled):hover svg path, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-back:not(.disabled):hover svg path, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section .nav-forward:not(.disabled):hover svg path {
  stroke: #FFB514;
}

/* line 251, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .left, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .left, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .left, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .left {
  margin: 0 13px 0 0;
}

/* line 255, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .right, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .right, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .right, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .right {
  margin: 0 0 0 13px;
}

/* line 259, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards {
  gap: 24px;
}

/* line 262, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card {
  flex: 0 1 Min(230px, calc((100vw - 154px) * 0.1778));
}

/* line 265, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .standard-product-card, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .standard-product-card, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .standard-product-card, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .standard-product-card {
  margin-bottom: 0;
  max-width: 230px;
}

/* line 269, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .standard-product-card .image-container, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .standard-product-card .image-container, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .standard-product-card .image-container, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .standard-product-card .image-container {
  max-height: 230px;
  height: calc((100vw - 154px) * 0.1778);
  max-width: calc((100vw - 154px) * 0.1778);
}

/* line 276, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder {
  max-width: 230px;
}

/* line 279, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .image, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .image, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .image, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .image {
  max-height: 230px;
  height: calc((100vw - 154px) * 0.1778);
  max-width: calc((100vw - 154px) * 0.1778);
}

/* line 285, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .price, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .price, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .price, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .price {
  height: 21px;
}

/* line 289, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .name, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .name, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .name, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .slider-card .product-card-placeholder .name {
  max-width: calc((100vw - 154px) * 0.1778);
}

/* line 296, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products, .taxons.taxon_show_page .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products, .products.index .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products, .products.gift_sub_categories .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products {
  display: none;
}

/* line 303, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .see-more, .taxons.taxon_show_page .data-container .farm-toys-page .see-more, .products.index .data-container .farm-toys-page .see-more, .products.gift_sub_categories .data-container .farm-toys-page .see-more {
  max-width: 604px;
  width: 100%;
  margin: 40px auto 51px;
  border: 1px solid #A1A1AA;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

/* line 312, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .see-more .see-more-button, .taxons.taxon_show_page .data-container .farm-toys-page .see-more .see-more-button, .products.index .data-container .farm-toys-page .see-more .see-more-button, .products.gift_sub_categories .data-container .farm-toys-page .see-more .see-more-button {
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  color: #000000;
  margin: 0 auto;
}

@media (hover: hover) {
  /* line 325, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .data-container .farm-toys-page .see-more .see-more-button:hover, .taxons.taxon_show_page .data-container .farm-toys-page .see-more .see-more-button:hover, .products.index .data-container .farm-toys-page .see-more .see-more-button:hover, .products.gift_sub_categories .data-container .farm-toys-page .see-more .see-more-button:hover {
    background-color: var(--palette-primary-500);
  }
}

/* line 331, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .see-more .load-spinner, .taxons.taxon_show_page .data-container .farm-toys-page .see-more .load-spinner, .products.index .data-container .farm-toys-page .see-more .load-spinner, .products.gift_sub_categories .data-container .farm-toys-page .see-more .load-spinner {
  margin: 8px 0;
}

/* line 336, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog, .taxons.taxon_show_page .data-container .farm-toys-page .blog, .products.index .data-container .farm-toys-page .blog, .products.gift_sub_categories .data-container .farm-toys-page .blog {
  padding: 44px 0 88px;
}

/* line 339, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper, .products.index .data-container .farm-toys-page .blog .content-wrapper, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 20px;
}

/* line 344, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .mwb-section-heading, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .mwb-section-heading, .products.index .data-container .farm-toys-page .blog .content-wrapper .mwb-section-heading, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .mwb-section-heading {
  font-family: 'Lexend-medium', sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 90px;
  margin-bottom: 25px;
}

/* line 353, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .mwb-text-banner__img img, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .mwb-text-banner__img img, .products.index .data-container .farm-toys-page .blog .content-wrapper .mwb-text-banner__img img, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .mwb-text-banner__img img {
  width: 100%;
}

/* line 358, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post {
  padding: 59px 0;
}

/* line 361, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
}

/* line 368, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

/* line 373, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-img img, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-img img, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-img img, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-img img {
  border-radius: 50%;
}

/* line 377, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-profile, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-profile, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-profile, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-profile {
  color: grey;
  font-size: 16px;
  margin-left: 15px;
}

/* line 382, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-profile a, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-profile a, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-profile a, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__meta .blog-post__author-wrap .blog-post__author-profile a {
  color: grey;
}

/* line 389, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body {
  color: grey;
  line-height: 1.6;
}

/* line 393, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body p, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body p, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body p, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body p {
  font-size: 18px;
  margin: 0 0 1.4rem;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

/* line 403, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body h2, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body h2, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body h2, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__body h2 {
  color: #040404;
  font-family: 'Lexend-medium', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  margin: 0 0 20px;
  font-size: 24px;
}

/* line 414, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags {
  color: #000;
  font-family: Lato,sans-serif, sans-serif;
}

/* line 418, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags svg, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags svg, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags svg, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

/* line 424, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags .blog-post__tag-link, .taxons.taxon_show_page .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags .blog-post__tag-link, .products.index .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags .blog-post__tag-link, .products.gift_sub_categories .data-container .farm-toys-page .blog .content-wrapper .blog-post .blog-post__tags .blog-post__tag-link {
  color: #000;
  font-size: .8rem;
  text-decoration: none;
}

/* line 433, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .blog-recent-posts, .taxons.taxon_show_page .data-container .farm-toys-page .blog .blog-recent-posts, .products.index .data-container .farm-toys-page .blog .blog-recent-posts, .products.gift_sub_categories .data-container .farm-toys-page .blog .blog-recent-posts {
  padding: 2rem 0;
}

/* line 436, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .blog-recent-posts h4, .taxons.taxon_show_page .data-container .farm-toys-page .blog .blog-recent-posts h4, .products.index .data-container .farm-toys-page .blog .blog-recent-posts h4, .products.gift_sub_categories .data-container .farm-toys-page .blog .blog-recent-posts h4 {
  margin-bottom: 5px;
  text-align: center;
  color: #040404;
  font-family: 'Lexend-medium', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

/* line 446, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list, .taxons.taxon_show_page .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list, .products.index .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list, .products.gift_sub_categories .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}

/* line 451, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post, .taxons.taxon_show_page .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post, .products.index .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post, .products.gift_sub_categories .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post {
  flex: 0 0 33.33333%;
  color: grey;
  padding: 1rem;
}

/* line 456, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post .blog-recent-posts__image, .taxons.taxon_show_page .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post .blog-recent-posts__image, .products.index .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post .blog-recent-posts__image, .products.gift_sub_categories .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post .blog-recent-posts__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  padding-bottom: 63%;
}

/* line 468, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog ul, .taxons.taxon_show_page .data-container .farm-toys-page .blog ul, .products.index .data-container .farm-toys-page .blog ul, .products.gift_sub_categories .data-container .farm-toys-page .blog ul {
  padding-left: 12px;
}

/* line 471, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog ul li, .taxons.taxon_show_page .data-container .farm-toys-page .blog ul li, .products.index .data-container .farm-toys-page .blog ul li, .products.gift_sub_categories .data-container .farm-toys-page .blog ul li {
  margin: 0 0 10px;
  list-style-position: outside;
}

/* line 475, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog ul li span, .taxons.taxon_show_page .data-container .farm-toys-page .blog ul li span, .products.index .data-container .farm-toys-page .blog ul li span, .products.gift_sub_categories .data-container .farm-toys-page .blog ul li span {
  font-size: 18px;
}

/* line 480, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .data-container .farm-toys-page .blog ul li::marker, .taxons.taxon_show_page .data-container .farm-toys-page .blog ul li::marker, .products.index .data-container .farm-toys-page .blog ul li::marker, .products.gift_sub_categories .data-container .farm-toys-page .blog ul li::marker {
  color: #f2b234;
}

/* line 490, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group #breadcrumbs li span, .taxons.taxon_show_page .breadcrumb-group #breadcrumbs li span, .products.index .breadcrumb-group #breadcrumbs li span, .products.gift_sub_categories .breadcrumb-group #breadcrumbs li span {
  text-transform: capitalize;
  font-weight: 400;
}

/* line 498, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .product-search-page .product-listing, .taxons.taxon_show_page .product-search-page .product-listing, .products.index .product-search-page .product-listing, .products.gift_sub_categories .product-search-page .product-listing {
  margin-bottom: 56px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 0 12px;
}

/* line 506, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .product-search-page .product-listing .search-product, .taxons.taxon_show_page .product-search-page .product-listing .search-product, .products.index .product-search-page .product-listing .search-product, .products.gift_sub_categories .product-search-page .product-listing .search-product {
  margin: 0 0 16px 0;
}

/* line 511, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .product-search-page .no-product-found, .taxons.taxon_show_page .product-search-page .no-product-found, .products.index .product-search-page .no-product-found, .products.gift_sub_categories .product-search-page .no-product-found {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

/* line 515, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .product-search-page .no-product-found a, .taxons.taxon_show_page .product-search-page .no-product-found a, .products.index .product-search-page .no-product-found a, .products.gift_sub_categories .product-search-page .no-product-found a {
  color: var(--palette-primary-500);
}

/* line 520, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .product-search-page .loading, .taxons.taxon_show_page .product-search-page .loading, .products.index .product-search-page .loading, .products.gift_sub_categories .product-search-page .loading {
  display: none;
  height: 80px;
  text-align: center;
}

/* line 525, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .product-search-page .loading img, .taxons.taxon_show_page .product-search-page .loading img, .products.index .product-search-page .loading img, .products.gift_sub_categories .product-search-page .loading img {
  height: 100px;
}

/* line 531, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-ad-block, .taxons.taxon_show_page .products-ad-block, .products.index .products-ad-block, .products.gift_sub_categories .products-ad-block {
  max-width: 608px;
  width: 100%;
  max-height: 370px;
  height: 100%;
  border-radius: 8px;
  margin: 16px 0 16px 0;
}

/* line 539, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-ad-block .ads-annotation, .taxons.taxon_show_page .products-ad-block .ads-annotation, .products.index .products-ad-block .ads-annotation, .products.gift_sub_categories .products-ad-block .ads-annotation {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-400);
}

/* line 547, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-ad-block .ads-annotation p, .taxons.taxon_show_page .products-ad-block .ads-annotation p, .products.index .products-ad-block .ads-annotation p, .products.gift_sub_categories .products-ad-block .ads-annotation p {
  padding: 0;
}

/* line 551, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-ad-block .ads-annotation a, .taxons.taxon_show_page .products-ad-block .ads-annotation a, .products.index .products-ad-block .ads-annotation a, .products.gift_sub_categories .products-ad-block .ads-annotation a {
  color: var(--palette-neutral-400);
  text-decoration: underline;
}

/* line 557, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-ad-block .small-ads, .taxons.taxon_show_page .products-ad-block .small-ads, .products.index .products-ad-block .small-ads, .products.gift_sub_categories .products-ad-block .small-ads {
  width: 100%;
  max-height: 370px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/* line 565, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-ad-block .small-video-ads, .taxons.taxon_show_page .products-ad-block .small-video-ads, .products.index .products-ad-block .small-video-ads, .products.gift_sub_categories .products-ad-block .small-video-ads {
  border-radius: 8px;
  width: 100%;
  height: 344px;
  border: none;
}

/* line 572, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .small-ads-section, .taxons.taxon_show_page .small-ads-section, .products.index .small-ads-section, .products.gift_sub_categories .small-ads-section {
  margin: 0 auto;
  max-width: 1266px;
  width: 100%;
  padding: 0 16px;
}

/* line 579, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .small-ads, .taxons.taxon_show_page .small-ads, .products.index .small-ads, .products.gift_sub_categories .small-ads {
  max-height: 170px;
  border-radius: 8px;
  scale: 101%;
  filter: drop-shadow(0px 5px 4px #d7d7d7);
}

/* line 586, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .large-ads-section, .taxons.taxon_show_page .large-ads-section, .products.index .large-ads-section, .products.gift_sub_categories .large-ads-section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* line 591, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .large-ads-section::after, .taxons.taxon_show_page .large-ads-section::after, .products.index .large-ads-section::after, .products.gift_sub_categories .large-ads-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* line 602, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .large-ads-section .large-ads, .taxons.taxon_show_page .large-ads-section .large-ads, .products.index .large-ads-section .large-ads, .products.gift_sub_categories .large-ads-section .large-ads {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 607, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .large-ads-section .header-container, .taxons.taxon_show_page .large-ads-section .header-container, .products.index .large-ads-section .header-container, .products.gift_sub_categories .large-ads-section .header-container {
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  z-index: 10;
  width: 90%;
}

/* line 616, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .large-ads-section .large-ads-header, .taxons.taxon_show_page .large-ads-section .large-ads-header, .products.index .large-ads-section .large-ads-header, .products.gift_sub_categories .large-ads-section .large-ads-header {
  font-size: 50px;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}

/* line 627, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .large-ads-section .large-ads-subheader, .taxons.taxon_show_page .large-ads-section .large-ads-subheader, .products.index .large-ads-section .large-ads-subheader, .products.gift_sub_categories .large-ads-section .large-ads-subheader {
  font-size: 30px;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 40px;
}

/* line 638, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group, .taxons.taxon_show_page .breadcrumb-group, .products.index .breadcrumb-group, .products.gift_sub_categories .breadcrumb-group {
  display: flex;
  align-items: center;
  margin-bottom: 41px;
  flex-wrap: wrap;
  row-gap: 16px;
}

/* line 645, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group .back-btn, .taxons.taxon_show_page .breadcrumb-group .back-btn, .products.index .breadcrumb-group .back-btn, .products.gift_sub_categories .breadcrumb-group .back-btn {
  margin-right: 28px;
  font-family: 'Poppins-medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-700);
}

/* line 653, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group .back-btn .back-arrow, .taxons.taxon_show_page .breadcrumb-group .back-btn .back-arrow, .products.index .breadcrumb-group .back-btn .back-arrow, .products.gift_sub_categories .breadcrumb-group .back-btn .back-arrow {
  padding: 6px 6px 6px 6px;
  box-sizing: border-box;
}

/* line 658, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group .back-btn .taxon-breadcrumb-desktop, .taxons.taxon_show_page .breadcrumb-group .back-btn .taxon-breadcrumb-desktop, .products.index .breadcrumb-group .back-btn .taxon-breadcrumb-desktop, .products.gift_sub_categories .breadcrumb-group .back-btn .taxon-breadcrumb-desktop {
  display: inherit;
}

/* line 662, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group .back-btn .back-lbl, .taxons.taxon_show_page .breadcrumb-group .back-btn .back-lbl, .products.index .breadcrumb-group .back-btn .back-lbl, .products.gift_sub_categories .breadcrumb-group .back-btn .back-lbl {
  color: var(--palette-neutral-700);
  text-decoration: none;
}

/* line 667, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group .back-btn .back-lbl-mbl, .taxons.taxon_show_page .breadcrumb-group .back-btn .back-lbl-mbl, .products.index .breadcrumb-group .back-btn .back-lbl-mbl, .products.gift_sub_categories .breadcrumb-group .back-btn .back-lbl-mbl {
  display: none;
}

/* line 672, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group .back-btn a:hover, .taxons.taxon_show_page .breadcrumb-group .back-btn a:hover, .products.index .breadcrumb-group .back-btn a:hover, .products.gift_sub_categories .breadcrumb-group .back-btn a:hover {
  text-decoration: none;
}

/* line 674, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group .back-btn a:hover .back-lbl, .taxons.taxon_show_page .breadcrumb-group .back-btn a:hover .back-lbl, .products.index .breadcrumb-group .back-btn a:hover .back-lbl, .products.gift_sub_categories .breadcrumb-group .back-btn a:hover .back-lbl {
  color: var(--palette-neutral-900);
}

/* line 681, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group #breadcrumbs, .taxons.taxon_show_page .breadcrumb-group #breadcrumbs, .products.index .breadcrumb-group #breadcrumbs, .products.gift_sub_categories .breadcrumb-group #breadcrumbs {
  border: none;
  padding: 0;
  margin: 0;
}

/* line 686, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group #breadcrumbs ol, .taxons.taxon_show_page .breadcrumb-group #breadcrumbs ol, .products.index .breadcrumb-group #breadcrumbs ol, .products.gift_sub_categories .breadcrumb-group #breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  list-style-type: none;
  margin: 0;
}

/* line 695, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group #breadcrumbs ol li a, .taxons.taxon_show_page .breadcrumb-group #breadcrumbs ol li a, .products.index .breadcrumb-group #breadcrumbs ol li a, .products.gift_sub_categories .breadcrumb-group #breadcrumbs ol li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: var(--palette-neutral-600);
  text-underline-offset: 2px;
}

/* line 705, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group #breadcrumbs ol li:last-child a, .taxons.taxon_show_page .breadcrumb-group #breadcrumbs ol li:last-child a, .products.index .breadcrumb-group #breadcrumbs ol li:last-child a, .products.gift_sub_categories .breadcrumb-group #breadcrumbs ol li:last-child a {
  text-decoration: none;
  color: var(--palette-neutral-300);
  pointer-events: none;
}

/* line 711, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .breadcrumb-group #breadcrumbs ol li .separator, .taxons.taxon_show_page .breadcrumb-group #breadcrumbs ol li .separator, .products.index .breadcrumb-group #breadcrumbs ol li .separator, .products.gift_sub_categories .breadcrumb-group #breadcrumbs ol li .separator {
  font-family: 'Poppins-medium', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-300);
  padding: 0 6.5px;
  text-decoration: none;
}

/* line 724, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .taxon-name, .taxons.taxon_show_page .taxon-name, .products.index .taxon-name, .products.gift_sub_categories .taxon-name {
  font-family: 'Lexend-medium', sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000000;
}

/* line 733, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .taxon-name .category-count, .taxons.taxon_show_page .taxon-name .category-count, .products.index .taxon-name .category-count, .products.gift_sub_categories .taxon-name .category-count {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--palette-neutral-400);
  margin-left: 8px;
}

/* line 744, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder #openModalButton, .taxons.taxon_show_page .part-finder #openModalButton, .products.index .part-finder #openModalButton, .products.gift_sub_categories .part-finder #openModalButton {
  max-width: 180px;
  margin-bottom: 32px;
  border: 1px solid #A1A1AA;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  color: #000000;
}

/* line 760, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder #openModalButton:hover, .taxons.taxon_show_page .part-finder #openModalButton:hover, .products.index .part-finder #openModalButton:hover, .products.gift_sub_categories .part-finder #openModalButton:hover {
  background: var(--palette-primary-500);
}

/* line 765, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder .search-container, .taxons.taxon_show_page .part-finder .search-container, .products.index .part-finder .search-container, .products.gift_sub_categories .part-finder .search-container {
  position: relative;
  width: 100%;
  margin: 10px 0;
}

/* line 771, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder .search-input, .taxons.taxon_show_page .part-finder .search-input, .products.index .part-finder .search-input, .products.gift_sub_categories .part-finder .search-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* line 779, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder .dropdown-content, .taxons.taxon_show_page .part-finder .dropdown-content, .products.index .part-finder .dropdown-content, .products.gift_sub_categories .part-finder .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
}

/* line 793, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder .dropdown-content a, .taxons.taxon_show_page .part-finder .dropdown-content a, .products.index .part-finder .dropdown-content a, .products.gift_sub_categories .part-finder .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* line 800, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder .dropdown-content a:hover, .taxons.taxon_show_page .part-finder .dropdown-content a:hover, .products.index .part-finder .dropdown-content a:hover, .products.gift_sub_categories .part-finder .dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* line 805, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder .modal .modal-dialog-centered, .taxons.taxon_show_page .part-finder .modal .modal-dialog-centered, .products.index .part-finder .modal .modal-dialog-centered, .products.gift_sub_categories .part-finder .modal .modal-dialog-centered {
  margin: 0 auto;
}

/* line 807, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder .modal .modal-dialog-centered .modal-content, .taxons.taxon_show_page .part-finder .modal .modal-dialog-centered .modal-content, .products.index .part-finder .modal .modal-dialog-centered .modal-content, .products.gift_sub_categories .part-finder .modal .modal-dialog-centered .modal-content {
  background: #FFFFFF;
  border-radius: 24px 24px;
  border: none;
}

/* line 812, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder .modal .modal-dialog-centered .modal-content .modal-header, .taxons.taxon_show_page .part-finder .modal .modal-dialog-centered .modal-content .modal-header, .products.index .part-finder .modal .modal-dialog-centered .modal-content .modal-header, .products.gift_sub_categories .part-finder .modal .modal-dialog-centered .modal-content .modal-header {
  border: none;
  padding: 1rem 1rem 0 1rem;
}

/* line 815, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder .modal .modal-dialog-centered .modal-content .modal-header .part-finder-heading, .taxons.taxon_show_page .part-finder .modal .modal-dialog-centered .modal-content .modal-header .part-finder-heading, .products.index .part-finder .modal .modal-dialog-centered .modal-content .modal-header .part-finder-heading, .products.gift_sub_categories .part-finder .modal .modal-dialog-centered .modal-content .modal-header .part-finder-heading {
  font-family: 'Lexend-medium', sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000000;
}

/* line 828, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder #searchButton, .taxons.taxon_show_page .part-finder #searchButton, .products.index .part-finder #searchButton, .products.gift_sub_categories .part-finder #searchButton {
  max-width: 180px;
  margin: 11px 0;
  border: 1px solid #A1A1AA;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  color: #000000;
}

/* line 845, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .part-finder #searchButton:hover, .taxons.taxon_show_page .part-finder #searchButton:hover, .products.index .part-finder #searchButton:hover, .products.gift_sub_categories .part-finder #searchButton:hover {
  background: var(--palette-primary-500);
}

/* line 851, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .sub-taxons-and-sort-group, .taxons.taxon_show_page .sub-taxons-and-sort-group, .products.index .sub-taxons-and-sort-group, .products.gift_sub_categories .sub-taxons-and-sort-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  position: relative;
}

/* line 858, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .sub-taxons-and-sort-group .sub-taxons, .taxons.taxon_show_page .sub-taxons-and-sort-group .sub-taxons, .products.index .sub-taxons-and-sort-group .sub-taxons, .products.gift_sub_categories .sub-taxons-and-sort-group .sub-taxons {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 863, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .sub-taxons-and-sort-group .sub-taxons .link, .taxons.taxon_show_page .sub-taxons-and-sort-group .sub-taxons .link, .products.index .sub-taxons-and-sort-group .sub-taxons .link, .products.gift_sub_categories .sub-taxons-and-sort-group .sub-taxons .link {
  font-family: 'Poppins-medium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--palette-neutral-600);
  padding: 0 16px 0;
  margin-bottom: 16px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

/* line 875, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .sub-taxons-and-sort-group .sub-taxons .link.active, .taxons.show .sub-taxons-and-sort-group .sub-taxons .link:hover, .taxons.taxon_show_page .sub-taxons-and-sort-group .sub-taxons .link.active, .taxons.taxon_show_page .sub-taxons-and-sort-group .sub-taxons .link:hover, .products.index .sub-taxons-and-sort-group .sub-taxons .link.active, .products.index .sub-taxons-and-sort-group .sub-taxons .link:hover, .products.gift_sub_categories .sub-taxons-and-sort-group .sub-taxons .link.active, .products.gift_sub_categories .sub-taxons-and-sort-group .sub-taxons .link:hover {
  color: var(--palette-neutral-900);
  border-bottom: 2px solid var(--palette-neutral-800);
  margin-bottom: 0px;
  padding-bottom: 16px;
  text-decoration: none;
}

/* line 883, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .sub-taxons-and-sort-group .sub-taxons .link.active, .taxons.taxon_show_page .sub-taxons-and-sort-group .sub-taxons .link.active, .products.index .sub-taxons-and-sort-group .sub-taxons .link.active, .products.gift_sub_categories .sub-taxons-and-sort-group .sub-taxons .link.active {
  pointer-events: none;
}

/* line 889, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .sub-taxons-and-sort-group .navigation-border-bottom, .taxons.taxon_show_page .sub-taxons-and-sort-group .navigation-border-bottom, .products.index .sub-taxons-and-sort-group .navigation-border-bottom, .products.gift_sub_categories .sub-taxons-and-sort-group .navigation-border-bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--palette-neutral-200);
  z-index: -11111;
}

/* line 899, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .dropdown, .taxons.taxon_show_page .dropdown, .products.index .dropdown, .products.gift_sub_categories .dropdown {
  padding: 0;
}

/* line 903, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort-mobile, .taxons.taxon_show_page .products-sort-mobile, .products.index .products-sort-mobile, .products.gift_sub_categories .products-sort-mobile {
  display: none;
}

/* line 907, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort, .taxons.taxon_show_page .products-sort, .products.index .products-sort, .products.gift_sub_categories .products-sort {
  position: relative;
}

/* line 910, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort .sort_by-btn, .taxons.taxon_show_page .products-sort .sort_by-btn, .products.index .products-sort .sort_by-btn, .products.gift_sub_categories .products-sort .sort_by-btn {
  cursor: pointer;
  font-family: 'Poppins-medium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 19px;
  color: var(--palette-neutral-600);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 123px;
  border: 1px solid transparent;
  margin-bottom: 5px;
}

/* line 927, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort .sort_by-btn svg path, .taxons.taxon_show_page .products-sort .sort_by-btn svg path, .products.index .products-sort .sort_by-btn svg path, .products.gift_sub_categories .products-sort .sort_by-btn svg path {
  color: var(--palette-neutral-600);
}

/* line 931, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort .sort_by-btn:hover, .taxons.show .products-sort .sort_by-btn[aria-expanded="true"], .taxons.taxon_show_page .products-sort .sort_by-btn:hover, .taxons.taxon_show_page .products-sort .sort_by-btn[aria-expanded="true"], .products.index .products-sort .sort_by-btn:hover, .products.index .products-sort .sort_by-btn[aria-expanded="true"], .products.gift_sub_categories .products-sort .sort_by-btn:hover, .products.gift_sub_categories .products-sort .sort_by-btn[aria-expanded="true"] {
  color: var(--palette-neutral-700);
  background: #FFFFFF;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px;
}

/* line 938, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort .sort_by-btn:hover svg path, .taxons.show .products-sort .sort_by-btn[aria-expanded="true"] svg path, .taxons.taxon_show_page .products-sort .sort_by-btn:hover svg path, .taxons.taxon_show_page .products-sort .sort_by-btn[aria-expanded="true"] svg path, .products.index .products-sort .sort_by-btn:hover svg path, .products.index .products-sort .sort_by-btn[aria-expanded="true"] svg path, .products.gift_sub_categories .products-sort .sort_by-btn:hover svg path, .products.gift_sub_categories .products-sort .sort_by-btn[aria-expanded="true"] svg path {
  color: var(--palette-neutral-700);
}

/* line 943, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort .sort_by-btn[aria-expanded="true"], .taxons.taxon_show_page .products-sort .sort_by-btn[aria-expanded="true"], .products.index .products-sort .sort_by-btn[aria-expanded="true"], .products.gift_sub_categories .products-sort .sort_by-btn[aria-expanded="true"] {
  border-radius: 6px 6px 0px 0px;
}

/* line 948, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort .sort_by-options, .taxons.taxon_show_page .products-sort .sort_by-options, .products.index .products-sort .sort_by-options, .products.gift_sub_categories .products-sort .sort_by-options {
  box-sizing: border-box;
  padding: 16px 20px;
  background: #FFFFFF;
  border: 1px solid var(--palette-neutral-300);
  border-radius: 6px 0px 6px 6px;
  top: 37px;
  right: 0;
  left: auto;
}

/* line 958, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort .sort_by-options .dropdown-item, .taxons.taxon_show_page .products-sort .sort_by-options .dropdown-item, .products.index .products-sort .sort_by-options .dropdown-item, .products.gift_sub_categories .products-sort .sort_by-options .dropdown-item {
  cursor: pointer;
  min-width: 210px;
  min-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-600);
  margin-bottom: 8px;
}

/* line 970, app/assets/stylesheets/spree/taxons.css.scss */
.taxons.show .products-sort .sort_by-options .dropdown-item:hover, .taxons.taxon_show_page .products-sort .sort_by-options .dropdown-item:hover, .products.index .products-sort .sort_by-options .dropdown-item:hover, .products.gift_sub_categories .products-sort .sort_by-options .dropdown-item:hover {
  color: var(--palette-neutral-900);
  background: transparent;
}

@media (max-width: 1266px) {
  /* line 980, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .product-search-page .product-listing, .taxons.taxon_show_page .product-search-page .product-listing, .products.index .product-search-page .product-listing, .products.gift_sub_categories .product-search-page .product-listing {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* line 987, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show #header_v2, .taxons.taxon_show_page #header_v2, .products.index #header_v2, .products.gift_sub_categories #header_v2 {
    padding-bottom: 165px;
  }
  /* line 993, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .small-ads-section .small-ads, .taxons.taxon_show_page .container-fluid .small-ads-section .small-ads, .products.index .container-fluid .small-ads-section .small-ads, .products.gift_sub_categories .container-fluid .small-ads-section .small-ads {
    height: 70px;
  }
  /* line 999, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .large-ads-section .header-container, .taxons.taxon_show_page .container-fluid .large-ads-section .header-container, .products.index .container-fluid .large-ads-section .header-container, .products.gift_sub_categories .container-fluid .large-ads-section .header-container {
    bottom: 10%;
  }
  /* line 1002, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .large-ads-section .header-container .large-ads-header, .taxons.taxon_show_page .container-fluid .large-ads-section .header-container .large-ads-header, .products.index .container-fluid .large-ads-section .header-container .large-ads-header, .products.gift_sub_categories .container-fluid .large-ads-section .header-container .large-ads-header {
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  /* line 1008, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .large-ads-section .header-container .large-ads-subheader, .taxons.taxon_show_page .container-fluid .large-ads-section .header-container .large-ads-subheader, .products.index .container-fluid .large-ads-section .header-container .large-ads-subheader, .products.gift_sub_categories .container-fluid .large-ads-section .header-container .large-ads-subheader {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 1015, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .large-ads-section .large-ads, .taxons.taxon_show_page .container-fluid .large-ads-section .large-ads, .products.index .container-fluid .large-ads-section .large-ads, .products.gift_sub_categories .container-fluid .large-ads-section .large-ads {
    height: 150px;
  }
  /* line 1019, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container, .taxons.taxon_show_page .container-fluid .data-container, .products.index .container-fluid .data-container, .products.gift_sub_categories .container-fluid .data-container {
    margin-top: 25px;
    padding: 0 12px;
  }
  /* line 1023, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .breadcrumb-group, .taxons.taxon_show_page .container-fluid .data-container .breadcrumb-group, .products.index .container-fluid .data-container .breadcrumb-group, .products.gift_sub_categories .container-fluid .data-container .breadcrumb-group {
    justify-content: space-between;
    margin-bottom: 33px;
  }
  /* line 1027, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .breadcrumb-group .back-btn, .taxons.taxon_show_page .container-fluid .data-container .breadcrumb-group .back-btn, .products.index .container-fluid .data-container .breadcrumb-group .back-btn, .products.gift_sub_categories .container-fluid .data-container .breadcrumb-group .back-btn {
    margin-right: 16px;
  }
  /* line 1030, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .breadcrumb-group .back-btn .back-arrow, .taxons.taxon_show_page .container-fluid .data-container .breadcrumb-group .back-btn .back-arrow, .products.index .container-fluid .data-container .breadcrumb-group .back-btn .back-arrow, .products.gift_sub_categories .container-fluid .data-container .breadcrumb-group .back-btn .back-arrow {
    padding: 6px 6px 6px 0px;
  }
  /* line 1034, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .breadcrumb-group .back-btn .back-lbl, .taxons.taxon_show_page .container-fluid .data-container .breadcrumb-group .back-btn .back-lbl, .products.index .container-fluid .data-container .breadcrumb-group .back-btn .back-lbl, .products.gift_sub_categories .container-fluid .data-container .breadcrumb-group .back-btn .back-lbl {
    display: none;
  }
  /* line 1038, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .breadcrumb-group .back-btn .back-lbl-mbl, .taxons.taxon_show_page .container-fluid .data-container .breadcrumb-group .back-btn .back-lbl-mbl, .products.index .container-fluid .data-container .breadcrumb-group .back-btn .back-lbl-mbl, .products.gift_sub_categories .container-fluid .data-container .breadcrumb-group .back-btn .back-lbl-mbl {
    display: inherit;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
  }
  /* line 1046, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .breadcrumb-group .taxon-breadcrumb-desktop, .taxons.taxon_show_page .container-fluid .data-container .breadcrumb-group .taxon-breadcrumb-desktop, .products.index .container-fluid .data-container .breadcrumb-group .taxon-breadcrumb-desktop, .products.gift_sub_categories .container-fluid .data-container .breadcrumb-group .taxon-breadcrumb-desktop {
    display: none;
  }
  /* line 1050, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .breadcrumb-group .products-sort-mobile, .taxons.taxon_show_page .container-fluid .data-container .breadcrumb-group .products-sort-mobile, .products.index .container-fluid .data-container .breadcrumb-group .products-sort-mobile, .products.gift_sub_categories .container-fluid .data-container .breadcrumb-group .products-sort-mobile {
    display: block;
  }
  /* line 1053, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .breadcrumb-group .products-sort-mobile .sort_by-btn, .taxons.taxon_show_page .container-fluid .data-container .breadcrumb-group .products-sort-mobile .sort_by-btn, .products.index .container-fluid .data-container .breadcrumb-group .products-sort-mobile .sort_by-btn, .products.gift_sub_categories .container-fluid .data-container .breadcrumb-group .products-sort-mobile .sort_by-btn {
    justify-content: flex-end;
    padding: 8px;
    background: none;
    border: none;
    min-width: auto;
    font-size: 14px;
  }
  /* line 1064, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .taxon-name, .taxons.taxon_show_page .container-fluid .data-container .taxon-name, .products.index .container-fluid .data-container .taxon-name, .products.gift_sub_categories .container-fluid .data-container .taxon-name {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1069, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page, .products.index .container-fluid .data-container .farm-toys-page, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page {
    margin-bottom: 40px;
  }
  /* line 1072, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container {
    row-gap: 9px;
    margin-bottom: 28px;
  }
  /* line 1077, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .categories-slider, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .categories-slider, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .categories-slider, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .categories-slider {
    margin-bottom: 52px;
    padding: 0 8px;
  }
  /* line 1082, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-head {
    margin-bottom: 10px;
  }
  /* line 1086, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-name, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-name, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-name, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .sub-taxon-name {
    font-size: 16px;
    padding: 0 27px;
    margin-bottom: 0px;
  }
  /* line 1092, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .see-all .see-all-link, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .see-all .see-all-link, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .see-all .see-all-link, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .see-all .see-all-link {
    font-size: 14px;
  }
  /* line 1096, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group {
    overflow-x: auto;
  }
  /* line 1099, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .nav-section {
    display: none;
  }
  /* line 1103, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards {
    display: flex;
    padding: 0;
    width: -moz-min-content;
    width: min-content;
    margin: 0;
  }
  /* line 1109, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .standard-product-card, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .standard-product-card, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .standard-product-card, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .standard-product-card {
    min-width: 210px;
  }
  /* line 1112, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .standard-product-card .image-container, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .standard-product-card .image-container, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .standard-product-card .image-container, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .standard-product-card .image-container {
    display: flex;
    height: unset;
    max-width: unset;
    min-height: 230px;
  }
  /* line 1120, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .product-card-placeholder, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .product-card-placeholder, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .product-card-placeholder, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .product-card-placeholder {
    max-width: 210px;
  }
  /* line 1123, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .product-card-placeholder .image, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .product-card-placeholder .image, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .product-card-placeholder .image, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .cards .product-card-placeholder .image {
    max-width: unset;
    width: 210px;
    height: 230px;
  }
  /* line 1131, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products {
    display: flex;
    align-items: center;
    max-height: 239px;
    margin-left: 24px;
  }
  /* line 1138, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .disabled svg circle, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .disabled svg circle, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .disabled svg circle, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .disabled svg circle {
    stroke: var(--palette-neutral-300) !important;
  }
  /* line 1142, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .disabled .next-arrow path, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .disabled .next-arrow path, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .disabled .next-arrow path, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .disabled .next-arrow path {
    stroke: var(--palette-neutral-300) !important;
  }
  /* line 1147, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more {
    position: relative;
  }
  /* line 1151, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more:hover svg circle, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more:hover svg circle, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more:hover svg circle, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more:hover svg circle {
    stroke: var(--palette-primary-500);
  }
  /* line 1155, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more:hover .next-arrow path, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more:hover .next-arrow path, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more:hover .next-arrow path, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more:hover .next-arrow path {
    stroke: var(--palette-primary-500);
  }
  /* line 1160, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more .next-arrow, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more .next-arrow, .products.index .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more .next-arrow, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .sub-taxons-container .sub-taxon .card-pages-group .more-products .load-more .next-arrow {
    position: absolute;
    left: 30px;
    top: 20px;
  }
  /* line 1171, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .see-more, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .see-more, .products.index .container-fluid .data-container .farm-toys-page .see-more, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .see-more {
    width: unset;
    margin: 28px 27px;
  }
  /* line 1175, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .see-more .see-more-button, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .see-more .see-more-button, .products.index .container-fluid .data-container .farm-toys-page .see-more .see-more-button, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .see-more .see-more-button {
    font-size: 16px;
  }
  /* line 1180, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .blog, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .blog, .products.index .container-fluid .data-container .farm-toys-page .blog, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .blog {
    padding: 18px 0 27px;
  }
  /* line 1184, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .blog .content-wrapper .mwb-section-heading, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .blog .content-wrapper .mwb-section-heading, .products.index .container-fluid .data-container .farm-toys-page .blog .content-wrapper .mwb-section-heading, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .blog .content-wrapper .mwb-section-heading {
    font-size: 28px;
    line-height: 30px;
  }
  /* line 1192, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post, .taxons.taxon_show_page .container-fluid .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post, .products.index .container-fluid .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post, .products.gift_sub_categories .container-fluid .data-container .farm-toys-page .blog .blog-recent-posts .blog-recent-posts__list .blog-recent-posts__post {
    flex: 0 0 100%;
  }
  /* line 1200, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .product-listing, .taxons.taxon_show_page .container-fluid .data-container .product-listing, .products.index .container-fluid .data-container .product-listing, .products.gift_sub_categories .container-fluid .data-container .product-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding: 0 24px;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  /* line 1207, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .product-listing:before, .taxons.taxon_show_page .container-fluid .data-container .product-listing:before, .products.index .container-fluid .data-container .product-listing:before, .products.gift_sub_categories .container-fluid .data-container .product-listing:before {
    display: none;
  }
  /* line 1211, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .product-listing .products-ad-block, .taxons.taxon_show_page .container-fluid .data-container .product-listing .products-ad-block, .products.index .container-fluid .data-container .product-listing .products-ad-block, .products.gift_sub_categories .container-fluid .data-container .product-listing .products-ad-block {
    grid-column: 1/3;
    margin: 0 auto 16px auto;
    max-width: calc(100% - 10px);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  /* line 1220, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .product-listing .products-ad-block .small-video-ads, .taxons.taxon_show_page .container-fluid .data-container .product-listing .products-ad-block .small-video-ads, .products.index .container-fluid .data-container .product-listing .products-ad-block .small-video-ads, .products.gift_sub_categories .container-fluid .data-container .product-listing .products-ad-block .small-video-ads {
    order: 2;
    height: 216px;
  }
  /* line 1225, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .product-listing .products-ad-block .ads-annotation, .taxons.taxon_show_page .container-fluid .data-container .product-listing .products-ad-block .ads-annotation, .products.index .container-fluid .data-container .product-listing .products-ad-block .ads-annotation, .products.gift_sub_categories .container-fluid .data-container .product-listing .products-ad-block .ads-annotation {
    order: 1;
  }
  /* line 1228, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .product-listing .products-ad-block .ads-annotation p, .taxons.taxon_show_page .container-fluid .data-container .product-listing .products-ad-block .ads-annotation p, .products.index .container-fluid .data-container .product-listing .products-ad-block .ads-annotation p, .products.gift_sub_categories .container-fluid .data-container .product-listing .products-ad-block .ads-annotation p {
    margin-bottom: 8px;
  }
  /* line 1235, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .sub-taxons-and-sort-group, .taxons.taxon_show_page .container-fluid .data-container .sub-taxons-and-sort-group, .products.index .container-fluid .data-container .sub-taxons-and-sort-group, .products.gift_sub_categories .container-fluid .data-container .sub-taxons-and-sort-group {
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: 16px;
    padding: 0 16px;
  }
  /* line 1242, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link, .taxons.taxon_show_page .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link, .products.index .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link, .products.gift_sub_categories .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link {
    font-size: 12px;
  }
  /* line 1245, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link.active, .taxons.show .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link.hover, .taxons.taxon_show_page .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link.active, .taxons.taxon_show_page .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link.hover, .products.index .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link.active, .products.index .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link.hover, .products.gift_sub_categories .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link.active, .products.gift_sub_categories .container-fluid .data-container .sub-taxons-and-sort-group .sub-taxons .link.hover {
    margin-bottom: 0;
  }
  /* line 1251, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .sub-taxons-and-sort-group .products-sort, .taxons.taxon_show_page .container-fluid .data-container .sub-taxons-and-sort-group .products-sort, .products.index .container-fluid .data-container .sub-taxons-and-sort-group .products-sort, .products.gift_sub_categories .container-fluid .data-container .sub-taxons-and-sort-group .products-sort {
    display: none;
  }
  /* line 1255, app/assets/stylesheets/spree/taxons.css.scss */
  .taxons.show .container-fluid .data-container .sub-taxons-and-sort-group .navigation-border-bottom, .taxons.taxon_show_page .container-fluid .data-container .sub-taxons-and-sort-group .navigation-border-bottom, .products.index .container-fluid .data-container .sub-taxons-and-sort-group .navigation-border-bottom, .products.gift_sub_categories .container-fluid .data-container .sub-taxons-and-sort-group .navigation-border-bottom {
    margin: 0 -16px;
  }
}

/* line 1266, app/assets/stylesheets/spree/taxons.css.scss */
.sort-modal #sortingModal .modal-dialog {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 100%;
  margin: 0;
}

/* line 1273, app/assets/stylesheets/spree/taxons.css.scss */
.sort-modal #sortingModal .modal-dialog .modal-content {
  max-width: 231px;
  width: 100%;
  border-radius: 0;
  border: none;
}

/* line 1279, app/assets/stylesheets/spree/taxons.css.scss */
.sort-modal #sortingModal .modal-dialog .modal-content .modal-body {
  height: 100vh;
  padding: 24px 16px;
}

/* line 1283, app/assets/stylesheets/spree/taxons.css.scss */
.sort-modal #sortingModal .modal-dialog .modal-content .modal-body .sort_by-btn {
  font-family: 'Lexend-medium', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 16px;
}

/* line 1293, app/assets/stylesheets/spree/taxons.css.scss */
.sort-modal #sortingModal .modal-dialog .modal-content .modal-body .dropdown-item {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--palette-neutral-600);
  margin-bottom: 16px;
  padding: 0;
  text-align: left;
}

/* line 1304, app/assets/stylesheets/spree/taxons.css.scss */
.sort-modal #sortingModal .modal-dialog .modal-content .modal-body .dropdown-item:active {
  background-color: var(--palette-neutral-100);
}
/* line 1, app/assets/stylesheets/spree/thanks_page.css.scss */
.thanks-page {
  width: 100%;
}

/* line 4, app/assets/stylesheets/spree/thanks_page.css.scss */
.thanks-page .main-cta {
  margin-top: 40px;
  border-radius: 20px;
  font-family: 'Lexend-extra-bold';
  font-size: 64px;
  line-height: 60px;
  padding: 80px 0;
  background-size: cover;
  text-align: center;
  color: var(--palette-shades-0);
  background-image: 'https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_desktop_cta.jpg';
  background-image: -webkit-image-set("https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_desktop_cta.webp" type("image/webp"), "https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_desktop_cta.jpg" type("image/jpg"));
  background-image: image-set("https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_desktop_cta.webp" type("image/webp"), "https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_desktop_cta.jpg" type("image/jpg"));
}

/* line 20, app/assets/stylesheets/spree/thanks_page.css.scss */
.thanks-page .main-cta .thank {
  color: var(--palette-primary-400);
}

/* line 25, app/assets/stylesheets/spree/thanks_page.css.scss */
.thanks-page .content-section {
  font-family: 'Lexend-regular';
  text-align: center;
  margin-top: 85px;
  margin-bottom: 95px;
  font-size: 32px;
  line-height: normal;
  color: var(--palette-shades-100);
}

/* line 34, app/assets/stylesheets/spree/thanks_page.css.scss */
.thanks-page .content-section .more-to-say {
  margin-top: 20px;
}

/* line 38, app/assets/stylesheets/spree/thanks_page.css.scss */
.thanks-page .content-section .bold {
  font-weight: bold;
}

/* line 42, app/assets/stylesheets/spree/thanks_page.css.scss */
.thanks-page .content-section .butn {
  color: var(--palette-shades-100);
  padding: 22px 19px;
  font-size: 24px;
  font-family: 'Poppins-Medium';
  border-radius: 10px;
}

/* line 50, app/assets/stylesheets/spree/thanks_page.css.scss */
.thanks-page .content-section .detailed-review {
  margin-top: 40px;
}

@media (max-width: 991px) {
  /* line 56, app/assets/stylesheets/spree/thanks_page.css.scss */
  .thanks-page .main-cta {
    margin-top: 0;
    font-size: 34px;
    padding: 40px 0;
    line-height: 20px;
  }
  /* line 62, app/assets/stylesheets/spree/thanks_page.css.scss */
  .thanks-page .main-cta svg {
    width: 14px;
    height: 23px;
  }
  /* line 68, app/assets/stylesheets/spree/thanks_page.css.scss */
  .thanks-page .content-section {
    margin-top: 25px;
    margin-bottom: 85px;
    font-size: 16px;
  }
  /* line 73, app/assets/stylesheets/spree/thanks_page.css.scss */
  .thanks-page .content-section .butn {
    margin-top: 18px;
    padding: 11px 10px;
    font-size: 11px;
    line-height: unset;
  }
}

@media (max-width: 767px) {
  /* line 84, app/assets/stylesheets/spree/thanks_page.css.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 89, app/assets/stylesheets/spree/thanks_page.css.scss */
  .container-fluid .thanks-page .main-cta {
    font-size: 16px;
    padding: 46px 0 !important;
    border-radius: 0;
    padding: 0;
    line-height: 20px;
    background-image: 'https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_mobile_cta.jpg';
    background-image: -webkit-image-set("https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_mobile_cta.webp" type("image/webp"), "https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_mobile_cta.jpg" type("image/jpg"));
    background-image: image-set("https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_mobile_cta.webp" type("image/webp"), "https://assets.agzaga.com/reviews_thanks_page_cta/thanks_page_mobile_cta.jpg" type("image/jpg"));
  }
  /* line 101, app/assets/stylesheets/spree/thanks_page.css.scss */
  .container-fluid .thanks-page .main-cta svg {
    width: 6px;
    height: 8px;
  }
  /* line 107, app/assets/stylesheets/spree/thanks_page.css.scss */
  .container-fluid .thanks-page .content-section {
    font-size: 13px;
  }
  /* line 110, app/assets/stylesheets/spree/thanks_page.css.scss */
  .container-fluid .thanks-page .content-section .thank-you {
    margin: 0 auto;
    max-width: 359px;
  }
}
/* line 5, app/assets/stylesheets/spree/users.css.scss */
.users.show {
  background: #F4F4F4;
}

/* line 8, app/assets/stylesheets/spree/users.css.scss */
.users.show #header {
  margin-bottom: 48px;
}

/* line 12, app/assets/stylesheets/spree/users.css.scss */
.users.show .setting-icon {
  width: 77px;
  margin-top: 20px;
}

/* line 17, app/assets/stylesheets/spree/users.css.scss */
.users.show .draught-textured-h1 {
  line-height: 110px;
  margin-bottom: 30px;
  font-family: 'Poppins';
}

/* line 23, app/assets/stylesheets/spree/users.css.scss */
.users.show .main-heading {
  font-size: 60px;
  text-transform: uppercase;
}

/* line 28, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-summary {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px RGB(0 0 0/4%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
  border-radius: 24px;
  padding: 48px 0 40px 0;
  margin: 0 25px 70px;
}

/* line 35, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-summary .email-group {
  display: flex;
  justify-content: flex-end;
}

/* line 40, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-summary .info-group {
  text-align: left;
  max-width: 538px;
  width: 100%;
}

/* line 45, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-summary .info-group .display-field {
  border: 1px solid #A6A6A6;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 16px;
}

/* line 55, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-summary .info-group .display-field .password-input {
  border: none;
}

/* line 59, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-summary .info-group .display-field .green-link {
  font-size: 16px;
  line-height: 10px;
  text-decoration-line: underline;
  color: #7B8C48;
}

/* line 69, app/assets/stylesheets/spree/users.css.scss */
.users.show .line {
  max-width: unset;
  margin-bottom: 50px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

/* line 75, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-button {
  display: flex;
  justify-content: flex-start;
  margin-left: 25px;
  text-decoration: underline;
}

/* line 82, app/assets/stylesheets/spree/users.css.scss */
.users.show .btn-tax-toggle {
  background: inherit;
  color: #000;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  padding: 5px 10px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: Poppins;
  margin-bottom: 50px;
}

/* line 96, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section {
  padding-top: 35px;
  margin-bottom: 40px !important;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px RGB(0 0 0/4%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
  border-radius: 24px;
  margin: 0 25px;
}

/* line 104, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-form-heading {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}

/* line 114, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form {
  max-width: 800px;
  margin: 0 auto;
}

/* line 118, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .fields-wrapper {
  margin-bottom: 30px;
}

/* line 122, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .form-row {
  margin-bottom: 1rem;
}

/* line 125, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .form-row .form-field {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

/* line 130, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .form-row .form-field label {
  margin: 0;
  align-self: center;
}

/* line 137, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* line 144, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .form-control {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  font-size: 14px;
  max-width: 197px;
  width: 100%;
}

/* line 148, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .form-control::-moz-placeholder {
  font-size: 12px;
}
.users.show .tax-exempt-section .tax-exempt-form .form-control::placeholder {
  font-size: 12px;
}

/* line 154, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .form-control:focus {
  border-color: #FFB514;
  box-shadow: 0 0 0 2px rgba(255, 181, 20, 0.2);
}

/* line 160, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form #tax_exemption_certificate_expiration_date {
  font-size: 12px;
  padding: 0 15px;
}

/* line 166, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form select.form-control, .users.show .tax-exempt-section .tax-exempt-form select.form-control option {
  font-size: 12px;
}

/* line 170, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .form-control-file {
  padding: 0.5rem 0;
}

/* line 174, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .btn-primary {
  background: #FFB514;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
}

/* line 183, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .btn-primary:hover {
  background: #faab00;
}

/* line 188, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-exempt-section .tax-exempt-form .text-muted {
  color: #6B7280;
  font-size: 14px;
  margin-top: 0.25rem;
}

/* line 196, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-divider-wrapper {
  display: flex;
  justify-content: center;
}

/* line 200, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-divider-wrapper .upload-divider {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}

/* line 205, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-divider-wrapper .upload-divider .divider-line {
  border: 1px solid #D4D4D8;
  width: 200px;
}

/* line 210, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-divider-wrapper .upload-divider .divider-text {
  padding: 0 16px;
  color: #27272A;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 224, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .delete-certificate-btn, .users.show .upload-container .view-certificate-btn {
  background: none;
  border: none;
  color: #FFB514;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

/* line 233, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box {
  border: 2px solid #E4E4E7;
  border-radius: 8px;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: 30px;
}

/* line 242, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box:hover {
  background-color: rgba(255, 181, 20, 0.05);
}

/* line 247, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box.uploading .upload-icon-wrapper,
.users.show .upload-container .upload-box.uploading .upload-text,
.users.show .upload-container .upload-box.uploading .upload-format {
  display: none;
}

/* line 254, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .progress-wrapper {
  display: flex;
  justify-content: center;
}

/* line 259, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .document-icon-background {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 6.4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 19.2px;
  background: var(--Primary-50, #FFF8E8);
}

/* line 271, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-progress {
  max-width: 437px;
  margin-top: 15px;
  width: 100%;
  display: none;
}

/* line 277, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-progress .progress {
  max-width: 450px;
  width: 100%;
  height: 4px;
  background: #E4E4E7;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}

/* line 286, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-progress .progress .progress-bar {
  height: 100%;
  background: #FFB514;
  transition: width 0.3s ease;
}

/* line 293, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-progress .file-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6B7280;
}

/* line 299, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-progress .file-info .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

/* line 308, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-icon-wrapper {
  margin-bottom: 12px;
  cursor: pointer;
}

/* line 313, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-icon {
  height: 124px;
  width: 124px;
}

/* line 318, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-text {
  color: #111827;
  font-size: 16px;
  margin-bottom: 8px;
  cursor: pointer;
}

/* line 324, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-text .upload-file {
  color: #FFB514;
}

/* line 329, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .upload-format {
  color: #6B7280;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
}

/* line 336, app/assets/stylesheets/spree/users.css.scss */
.users.show .upload-container .upload-box .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 348, app/assets/stylesheets/spree/users.css.scss */
.users.show .submit-btn {
  background: #FFB514;
  color: #000;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  padding: 5px 20px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: Poppins;
  font-style: normal;
  margin-bottom: 35px;
}

/* line 362, app/assets/stylesheets/spree/users.css.scss */
.users.show .submit-btn:hover {
  background-color: #faab00;
}

/* line 367, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section {
  box-shadow: 0px 10px 20px RGB(0 0 0/4%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
  padding: 30px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0 25px 10px;
  border-radius: 24px;
}

/* line 375, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .records-header {
  display: flex;
  justify-content: space-between;
  color: var(--Neutral-800, #27272A);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

/* line 384, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificates-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 390, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item {
  display: flex;
  justify-content: space-between;
}

/* line 394, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .info-row {
  border-radius: 8px;
  border: 1px solid var(--Neutral-200, #E4E4E7);
  display: flex;
  width: 388px;
  padding: 16px 10px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

/* line 404, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .info-row .certificate-icon {
  border-radius: 19.2px;
  background: var(--Primary-50, #FFF8E8);
  padding: 6.4px;
}

/* line 409, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .info-row .certificate-icon svg {
  width: 16px;
  height: 16px;
}

/* line 415, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .info-row .file-name-wrapper {
  max-width: 320px;
  width: 100%;
  justify-content: left;
  display: flex;
}

/* line 421, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .info-row .file-name-wrapper .file-name {
  max-width: 260px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 429, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .info-row .delete-icon {
  border-radius: 24px;
  background: var(--Destructive-50, #FEF2F2);
  padding: 5px;
}

/* line 434, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .info-row .delete-icon svg {
  width: 20px;
  height: 20px;
}

/* line 441, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .certificate-document {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
}

/* line 447, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .certificate-document .document-icon {
  display: flex;
  align-items: center;
}

/* line 450, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .certificate-document .document-icon svg {
  width: 32px;
  height: 32px;
}

/* line 456, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .certificate-document .document-name {
  text-transform: capitalize;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

/* line 462, app/assets/stylesheets/spree/users.css.scss */
.users.show .tax-certificates-section .certificate-item .certificate-document .document-name.status-rejected {
  color: #EF4444;
}

/* line 470, app/assets/stylesheets/spree/users.css.scss */
.users.show .file-name-wrapper {
  cursor: pointer;
}

/* line 473, app/assets/stylesheets/spree/users.css.scss */
.users.show .file-name-wrapper:hover .file-name {
  color: #FFB514;
}

/* line 480, app/assets/stylesheets/spree/users.css.scss */
.users.show #certificateModal .modal-dialog {
  padding: 0;
  max-width: 800px !important;
  width: 100%;
}

/* line 486, app/assets/stylesheets/spree/users.css.scss */
.users.show #certificateModal .modal-content {
  border-radius: 12px;
  background: none;
  border: none;
}

/* line 491, app/assets/stylesheets/spree/users.css.scss */
.users.show #certificateModal .modal-content iframe {
  width: 100%;
  height: 500px;
  border: none;
}

@media (max-width: 768px) {
  /* line 500, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-certificates-section {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  /* line 505, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-certificates-section .records-header {
    font-size: 12px;
  }
  /* line 509, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-certificates-section .certificate-item {
    flex-direction: row;
  }
  /* line 512, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-certificates-section .certificate-item .info-row {
    border: none;
    padding: 10px 10px 10px 0;
    gap: 2px;
    max-width: 120px;
    width: 100%;
  }
  /* line 520, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-certificates-section .certificate-item .info-row .file-name-wrapper .file-name {
    max-width: 100px;
  }
  /* line 527, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-certificates-section .certificate-document {
    gap: 0 !important;
    padding: 0 !important;
  }
  /* line 532, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-certificates-section .certificate-document .document-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* line 541, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group {
  margin: 0 25px 32px;
}

/* line 544, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group .filters-form {
  display: grid;
  grid-template-columns: 2fr auto;
  -moz-column-gap: 27px;
       column-gap: 27px;
  align-items: center;
}

/* line 550, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group .filters-form .search-group {
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  width: 100%;
}

/* line 556, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group .filters-form .search-group .search-input-field {
  font-size: 16px;
  font-family: 'Poppins';
  border: none;
  outline: none;
  padding: 8px;
  width: 100%;
  border-radius: 100px;
}

/* line 566, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group .filters-form .search-group .filters-submit-btn {
  background: none;
  border: none;
  padding: 0;
}

/* line 570, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group .filters-form .search-group .filters-submit-btn .search-btn {
  padding: 9px 5px 10px 15px;
}

/* line 576, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group .filters-form .date-range-group {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 0;
  position: relative;
}

/* line 582, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group .filters-form .date-range-group .calendar-icon {
  position: absolute;
  top: 10px;
  left: 17px;
}

/* line 588, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group .filters-form .date-range-group .flatpickr {
  background: transparent;
  width: 274px;
  z-index: 2;
  position: relative;
  padding: 8px 14px 10px 48px;
  color: #171717;
  border: none;
  height: 40px;
  font-family: 'Poppins';
  font-size: 16px;
}

/* line 600, app/assets/stylesheets/spree/users.css.scss */
.users.show .filters-group .filters-form .date-range-group .flatpickr::-moz-placeholder {
  color: #171717;
}
.users.show .filters-group .filters-form .date-range-group .flatpickr::placeholder {
  color: #171717;
}

/* line 608, app/assets/stylesheets/spree/users.css.scss */
.users.show .flatpickr-day.selected, .users.show .flatpickr-day.startRange, .users.show .flatpickr-day.endRange {
  background: #F2B705;
  border-color: #F2B705;
  color: #000000;
}

/* line 614, app/assets/stylesheets/spree/users.css.scss */
.users.show .flatpickr-day.inRange {
  box-shadow: -5px 0 0 #F2B705, 5px 0 0 #F2B705;
}

/* line 618, app/assets/stylesheets/spree/users.css.scss */
.users.show .flatpickr-day.inRange {
  background: #F2B705;
  border-color: #F2B705;
}

/* line 623, app/assets/stylesheets/spree/users.css.scss */
.users.show .orders-heading {
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
}

/* line 629, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders {
  margin: 0 25px;
}

/* line 631, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details {
  background: #FFFFFF;
  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: 24px;
  padding: 57px 161px 61px 70px;
  margin-bottom: 40px;
}

/* line 638, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .order-date {
  margin-bottom: 2px;
}

/* line 642, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .summary-short-group {
  cursor: pointer;
}

/* line 645, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .summary-short-group .order-toggle-icon {
  width: 20px;
  padding: 37px 65px 21px 0;
}

/* line 648, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .summary-short-group .order-toggle-icon:after {
  content: url(/assets/plus-4beb517df24600cdf4934d44741789eba473304ea6c43d8862aed2945f5155f0.svg);
}

/* line 653, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .summary-short-group[aria-expanded="true"] {
  margin-bottom: 82px;
}

/* line 656, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .summary-short-group[aria-expanded="true"] .order-toggle-icon {
  padding: 37px 65px 21px 0;
}

/* line 658, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .summary-short-group[aria-expanded="true"] .order-toggle-icon:after {
  content: url(/assets/minus-bf583b4c32afa29135c81be179a65dbf2880795537f49d27c08306b2567b596d.svg);
}

/* line 665, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .order-number-heading,
.users.show .account-my-orders .order-details .order-summary-heading {
  color: #F2B705;
  text-transform: uppercase;
}

/* line 671, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .order-total {
  font-family: 'Poppins-bold';
  color: #7B8C48;
}

/* line 676, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .track-link {
  text-align: right;
  text-decoration: underline;
  color: #171717;
  padding-right: 10px;
  cursor: pointer;
}

/* line 684, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .order-summary-head {
  margin-bottom: 12px;
}

/* line 688, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .summary-details-group {
  padding-left: 65px;
}

/* line 693, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .products .product {
  margin: 32px 0 36px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.160003);
}

/* line 696, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .products .product .product-info {
  display: grid;
  grid-template-columns: 160px 1fr;
  width: 100%;
  align-items: center;
}

/* line 701, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .products .product .product-info .product-name {
  margin-bottom: 8px;
}

/* line 705, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .products .product .product-info .product-total {
  align-self: baseline;
}

/* line 709, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .products .product .product-info .image {
  border-radius: 16px;
  background: #F9F9F9;
}

/* line 712, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .products .product .product-info .image img {
  width: 160px;
  height: 160px;
}

/* line 718, app/assets/stylesheets/spree/users.css.scss */
.users.show .account-my-orders .order-details .products .product .product-info .product-content {
  padding-left: 40px;
}

/* line 727, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser {
  background-color: rgba(23, 23, 23, 0.64);
  z-index: 11111;
}

/* line 732, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content {
  max-width: 1014px;
  height: 440px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px RGB(0 0 0/4%), 0px 2px 6px RGB(0 0 0/4%), 0px 0px 1px RGB(0 0 0/4%);
  border-radius: 24px;
  padding: 23px 29px 30px 42px;
  margin: 120px auto;
}

/* line 741, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .modal-header {
  font-family: 'Poppins-bold';
  border-bottom: none;
  padding: 0 0 17px 0;
}

/* line 747, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .form-group {
  margin-bottom: 0.5rem;
}

/* line 752, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .fa-eye:before {
  content: url(/assets/eye-dc8e3967c3ff93622bb8d563ec19f103ae1ab36cec57db0d6caf5560f4555e55.svg);
}

/* line 758, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .fa-eye-slash:before {
  content: url(/assets/eye-slash-4f2a3843d0ff56caa42e9eaa1b0d9b8eeac26ad2f84cbbb6c6608bd4f205ae50.svg);
}

/* line 763, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .modal-body {
  text-align: left;
  padding: 0 13px 0 0;
}

/* line 767, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .modal-body .field-heading {
  padding-left: 13px;
  color: #353535;
}

/* line 772, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .modal-body .display-field {
  border: 1px solid #A6A6A6;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 13px;
}

/* line 783, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .modal-body #email-icon {
  display: none;
}

/* line 788, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .visible-icon.fa-eye-slash {
  margin-top: -28px;
}

/* line 792, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .visible-icon {
  float: right;
  margin-right: 9px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: 22px;
  color: #7B8C48;
}

/* line 803, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .icon-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 808, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .close {
  color: #E32754;
  opacity: unset;
  font-size: 22px;
  padding-right: 10px;
}

/* line 813, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .close:hover {
  background-color: transparent;
}

/* line 818, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .modal-footer {
  font-family: 'Poppins-bold';
  flex-direction: column;
  border-top: none;
  padding-top: 5px;
}

/* line 824, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .modal-footer .update-btn {
  font-family: 'Poppins-bold';
  background-color: #F0F0F0;
  border: none;
  max-width: 279px;
  color: #A8A8A8;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-top: 6px;
  letter-spacing: 0.5px;
  padding: 11px;
}

/* line 837, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .modal-footer .btn-gradient-orange {
  color: #FFFFFF;
  font-weight: 700;
  font-family: 'Poppins-bold';
  border: none;
  line-height: 18px;
  padding: 11px;
  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-bottom: 8px;
  letter-spacing: 0.5px;
  max-width: 424px;
}

/* line 852, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .modal-footer .cancel-link {
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #E32754;
}

/* line 860, app/assets/stylesheets/spree/users.css.scss */
.users.show #editUser .modal-content .error-message {
  font-family: 'Poppins';
  font-size: 10px;
  color: #E32754;
  margin-left: auto;
  display: block;
  text-align: right;
  width: 100%;
}

@media (max-width: 991px) {
  /* line 872, app/assets/stylesheets/spree/users.css.scss */
  .users.show #editUser .modal-footer #update-password-btn.btn-gradient-orange {
    max-width: 279px;
  }
  /* line 877, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-icon {
    height: 100px !important;
    width: 100px !important;
  }
  /* line 882, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-form {
    padding: 20px;
  }
}

@media (max-width: 400px) {
  /* line 888, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-section {
    padding: 35px 10px !important;
  }
  /* line 892, app/assets/stylesheets/spree/users.css.scss */
  .users.show .form-field {
    padding: 0 !important;
  }
}

@media (max-width: 365px) {
  /* line 898, app/assets/stylesheets/spree/users.css.scss */
  .users.show #editUser .modal-content {
    height: 480px;
  }
  /* line 900, app/assets/stylesheets/spree/users.css.scss */
  .users.show #editUser .modal-content .modal-header {
    padding-left: 30px;
  }
  /* line 905, app/assets/stylesheets/spree/users.css.scss */
  .users.show #editUser .modal-content .modal-footer .update-btn {
    max-width: 130px;
  }
}

@media (max-width: 1040px) {
  /* line 913, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details {
    padding: 57px 71px 61px 43px;
  }
  /* line 917, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group .filters-form {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/spree/users.css.scss */
  .users.show {
    background: #FAFAFA;
  }
  /* line 924, app/assets/stylesheets/spree/users.css.scss */
  .users.show #certificateViewer {
    max-width: 320px !important;
    margin: 0 auto;
    display: block;
  }
  /* line 931, app/assets/stylesheets/spree/users.css.scss */
  .users.show .users.show .content {
    padding: 16px;
  }
  /* line 937, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-form .row-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* line 943, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-form .row-wrapper .fields-wrapper {
    max-width: 350px;
    width: 100%;
  }
  /* line 951, app/assets/stylesheets/spree/users.css.scss */
  .users.show .success-icon .success-check {
    width: 80px;
    height: 80px;
  }
  /* line 956, app/assets/stylesheets/spree/users.css.scss */
  .users.show .success-icon .uploaded-file-info {
    display: flex;
  }
  /* line 961, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-form-heading {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 968, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-section {
    padding: 35px 35px;
    margin-bottom: 30px;
  }
  /* line 974, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-container .upload-box {
    margin-bottom: 20px;
  }
  /* line 978, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-container .upload-box .progress-wrapper .upload-progress {
    max-width: 180px;
    width: 100%;
  }
  /* line 982, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-container .upload-box .progress-wrapper .upload-progress .file-info .file-name {
    font-size: 12px;
    max-width: 60%;
  }
  /* line 987, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-container .upload-box .progress-wrapper .upload-progress .file-info .file-size {
    font-size: 10px;
  }
  /* line 994, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-container .upload-box .document-icon-background {
    padding: 4px;
  }
  /* line 1000, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-icon {
    height: 32px !important;
    width: 32px !important;
  }
  /* line 1006, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-divider-wrapper .upload-divider {
    margin: 0 31px 31px;
  }
  /* line 1009, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-divider-wrapper .upload-divider .divider-line {
    border: 1px solid #D4D4D8;
    width: 91px;
  }
  /* line 1014, app/assets/stylesheets/spree/users.css.scss */
  .users.show .upload-divider-wrapper .upload-divider .divider-text {
    font-size: 16px;
  }
  /* line 1021, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-section .tax-exempt-form {
    padding: 0;
  }
  /* line 1024, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-section .tax-exempt-form .btn-primary {
    margin-bottom: 10px;
  }
  /* line 1028, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-section .tax-exempt-form label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 1034, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-section .tax-exempt-form .form-row {
    margin: 0;
  }
  /* line 1037, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-section .tax-exempt-form .form-row .form-field {
    margin-bottom: 16px;
    padding: 0 10px;
  }
  /* line 1042, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-exempt-section .tax-exempt-form .form-row .form-control {
    max-width: 161px;
    width: 100%;
    height: 30px;
  }
  /* line 1051, app/assets/stylesheets/spree/users.css.scss */
  .users.show .tax-button {
    margin-left: 5px;
  }
  /* line 1055, app/assets/stylesheets/spree/users.css.scss */
  .users.show .btn-tax-toggle {
    font-size: 12px;
    margin: 1rem;
  }
  /* line 1060, app/assets/stylesheets/spree/users.css.scss */
  .users.show #editUser .modal-content {
    max-width: 382px;
    border-radius: 12px;
    margin: 200px 16px 0 10px;
    padding: 24px 16px 30px 16px;
    margin: 80px auto;
  }
  /* line 1067, app/assets/stylesheets/spree/users.css.scss */
  .users.show #editUser .modal-content .modal-header {
    padding-left: 37px;
  }
  /* line 1071, app/assets/stylesheets/spree/users.css.scss */
  .users.show #editUser .modal-content .close {
    padding: 3px 13px;
  }
  /* line 1076, app/assets/stylesheets/spree/users.css.scss */
  .users.show #editUser .modal-content .modal-footer .update-btn {
    max-width: 160px;
  }
  /* line 1083, app/assets/stylesheets/spree/users.css.scss */
  .users.show .navbar {
    margin-bottom: 24px;
  }
  /* line 1087, app/assets/stylesheets/spree/users.css.scss */
  .users.show .setting-icon {
    width: 48px;
    margin: 0px auto 16px;
  }
  /* line 1092, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-summary .email-group {
    justify-content: center;
    margin-bottom: 40px;
  }
  /* line 1097, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-summary .password-group {
    display: flex;
    justify-content: center;
  }
  /* line 1102, app/assets/stylesheets/spree/users.css.scss */
  .users.show .line {
    margin-bottom: 32px;
  }
  /* line 1106, app/assets/stylesheets/spree/users.css.scss */
  .users.show .orders-heading {
    font-size: 53px;
    line-height: 42px;
    margin-bottom: 8px;
  }
  /* line 1112, app/assets/stylesheets/spree/users.css.scss */
  .users.show .main-heading {
    font-size: 53px;
    line-height: 42px;
    margin-bottom: 16px;
    font-family: Draught;
  }
  /* line 1119, app/assets/stylesheets/spree/users.css.scss */
  .users.show .view-receipt {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-decoration-line: underline;
    color: #7B8C48;
    font-family: Poppins-bold;
  }
  /* line 1128, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-summary {
    margin: 0 1px 55px;
    padding: 14px 0 20px 0;
  }
  /* line 1131, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-summary .info-group {
    max-width: 656px;
    margin-bottom: 16px;
  }
  /* line 1134, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-summary .info-group label {
    padding-left: 9px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 22px;
  }
  /* line 1141, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-summary .info-group .display-field {
    padding: 0 8px;
    font-size: 16px;
    line-height: 22px;
  }
  /* line 1149, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group {
    margin: 0 1px 24px;
  }
  /* line 1151, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group .filters-form {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  /* line 1153, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group .filters-form .date-range-group {
    width: 40px;
    height: 40px;
  }
  /* line 1156, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group .filters-form .date-range-group .flatpickr {
    width: 40px;
    padding: 0;
    color: transparent;
  }
  /* line 1161, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group .filters-form .date-range-group .flatpickr::-moz-placeholder {
    color: transparent;
  }
  .users.show .filters-group .filters-form .date-range-group .flatpickr::placeholder {
    color: transparent;
  }
  /* line 1166, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group .filters-form .date-range-group .calendar-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 11px;
  }
  /* line 1173, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group .filters-form .date-range-group .flatpickr {
    width: 40px;
  }
  /* line 1179, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group .filters-form .search-group .search-input-field {
    padding: 8px 11px 10px 14px;
    line-height: 23px;
  }
  /* line 1184, app/assets/stylesheets/spree/users.css.scss */
  .users.show .filters-group .filters-form .search-group .filters-submit-btn .search-btn {
    padding: 9px 17px 10px 0px;
  }
  /* line 1191, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders {
    margin: 0px 1px;
  }
  /* line 1193, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details {
    padding: 16px 0px 0px 0px;
  }
  /* line 1195, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .order-number-heading {
    font-size: 24px;
    line-height: 36px;
    font-family: Poppins-bold;
    letter-spacing: 0.02em;
    text-transform: capitalize;
  }
  /* line 1203, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .order-total {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #353535;
  }
  /* line 1210, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .order-number {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #353535;
  }
  /* line 1217, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .order-date {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0px;
    color: #353535;
  }
  /* line 1224, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .order-summary-heading {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-family: Poppins-bold;
    text-transform: capitalize;
  }
  /* line 1233, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .track-link {
    color: #7B8C48;
    padding-right: 5px;
    letter-spacing: 0.07em;
    font-family: Poppins-bold;
  }
  /* line 1240, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .summary-short-group {
    padding-right: 23px;
    padding-left: 21px;
    padding-bottom: 16px;
  }
  /* line 1244, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .summary-short-group .order-toggle-icon {
    padding: 25px 42px 21px 0;
  }
  /* line 1246, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .summary-short-group .order-toggle-icon:after {
    content: url(/assets/plus_mbl-152442785ad0e29213e2afc9fe6f005246d6003bc5ce035cb3abb4e1d8e8f34a.svg);
  }
  /* line 1251, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .summary-short-group[aria-expanded="true"] {
    margin-bottom: 8px;
  }
  /* line 1253, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .summary-short-group[aria-expanded="true"] .order-toggle-icon {
    padding: 19px 42px 21px 0;
  }
  /* line 1255, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .summary-short-group[aria-expanded="true"] .order-toggle-icon:after {
    content: url(/assets/minus_mbl-a413fb57601649dbd44b69c50beecf5bfd41998d3e364bd1f6d89bfaf6ca9a9e.svg);
  }
  /* line 1262, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .summary-details-group {
    padding: 17px 23px 0px 21px;
    background: #FAFAFA;
    border-radius: 0px 0px 16px 16px;
  }
  /* line 1268, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .products .product {
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  /* line 1272, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .products .product:first-child {
    border-top: 0px;
    padding-top: 4px;
  }
  /* line 1277, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .products .product .product-info {
    grid-template-columns: 90px 1fr;
    align-items: flex-start;
  }
  /* line 1280, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .products .product .product-info .product-name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #353535;
    margin-bottom: 1px;
  }
  /* line 1288, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .products .product .product-info .product-total {
    align-self: center;
  }
  /* line 1292, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .products .product .product-info .image {
    width: 90px;
    height: 90px;
    border-radius: 8px;
  }
  /* line 1296, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .products .product .product-info .image img {
    width: 90px;
    height: 90px;
  }
  /* line 1302, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .products .product .product-info .product-content {
    padding-top: 22px;
    padding-left: 16px;
  }
  /* line 1305, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .products .product .product-info .product-content .option-values {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #353535;
  }
  /* line 1317, app/assets/stylesheets/spree/users.css.scss */
  .users.show .account-my-orders .order-details .product-total {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #353535;
  }
}

/* line 1328, app/assets/stylesheets/spree/users.css.scss */
.certificate-document [data-tooltip] {
  position: relative;
  cursor: default;
}

/* line 1333, app/assets/stylesheets/spree/users.css.scss */
.certificate-document [data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-100%) translateY(-8px);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

/* line 1351, app/assets/stylesheets/spree/users.css.scss */
.certificate-document [data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  /* line 1357, app/assets/stylesheets/spree/users.css.scss */
  .certificate-document [data-tooltip]::after {
    padding: 4px;
    white-space: nowrap;
    font-size: 10px;
    width: 210px;
    transform: translateX(-90%) translateY(-8px);
    white-space: normal;
  }
}
/* 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 2, app/assets/stylesheets/tax_exemptions.scss */
.tax_exemptions .container {
  width: 100% !important;
  max-width: 1177px !important;
  margin: 0 auto !important;
}

/* line 9, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions {
  padding: 34px;
}

/* line 12, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

/* line 16, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .heading {
  color: #000;
  font-family: Lexend;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.56px;
  margin-bottom: 40px;
}

/* line 27, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .steps {
  display: flex;
  justify-content: center;
  gap: 27px;
  margin-bottom: 60px;
  overflow: auto;
}

/* line 34, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .steps .step-card {
  border-radius: 8px;
  padding-top: 33px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 269px;
  width: 100%;
}

/* line 41, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
}

/* line 47, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-icon .test-icon {
  width: 136px;
  height: 136px;
  background: #D9D9D9;
  border-radius: 50%;
}

/* line 55, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-content {
  padding: 8px 12px;
  background: #FFB514;
  border-radius: 0 0 8px 8px;
}

/* line 60, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-content .step-number {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

/* line 69, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-content .step-description {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* line 80, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .btn-tax-apply {
  display: none;
}

/* line 85, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .instructions-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* line 90, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .instructions-wrapper .instructions-heading {
  font-family: Lexend;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.56px;
}

/* line 98, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .instructions-wrapper .apply-button {
  text-align: center;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #FFB514;
}

/* line 107, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .instructions-wrapper .apply-button .btn-apply {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 118, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .instructions-section {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 826px;
  width: 100%;
  margin-bottom: 34px;
}

/* line 129, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .instructions-section .instruction-text {
  margin-bottom: 32px;
}

/* line 133, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .instructions-section .step {
  margin-bottom: 24px;
}

/* line 136, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .instructions-section .step ul {
  padding-left: 24px;
}

/* line 140, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .instructions-section .step .step-number {
  font-weight: 600;
}

/* line 146, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .helpful-section {
  margin: 40px 0;
}

/* line 149, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .helpful-section .helpful-question {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

/* line 159, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .helpful-section .helpful-buttons {
  display: flex;
  gap: 12px;
}

/* line 163, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .helpful-section .helpful-buttons .helpful-btn {
  padding: 5px 15px;
  border: 1px solid #000000;
  border-radius: 8px;
  background: #FFFFFF;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 176, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .helpful-section .helpful-buttons .helpful-btn:hover {
  background: #F4F4F5;
}

/* line 180, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .helpful-section .helpful-buttons .helpful-btn:active {
  background: #E4E4E7;
}

/* line 187, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-heading {
  color: #000;
  font-family: Lexend;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.56px;
  margin-bottom: 20px;
}

/* line 198, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto 50px 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 211, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support {
  max-width: 474px;
  width: 100%;
}

/* line 215, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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 226, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-sub-heading-wrapper {
  display: flex;
  justify-content: center;
}

/* line 231, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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 243, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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 262, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-badge a {
  color: inherit;
  text-decoration: none;
}

/* line 268, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-message::before {
  content: url(/assets/support_message-97796bdb6aab6cc88c2e435dc34bf5b299dc7fea28106719a5c3293bb918e056.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* line 276, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-email:before {
  content: url(/assets/support_email-ec63b658d36fd496b9f2c357ac642b3de4930a8ccb0085b30a0932371570e3f1.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* line 285, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-phone:before {
  content: url(/assets/support_phone-e13417065afbe0ad73127c55e2839679879db42a120df5db57d5105799e4a983.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* line 293, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-border {
  border-bottom: 2px solid var(--palette-neutral-500);
  max-width: 80px;
  width: 100%;
  margin: 64px 0;
}

/* line 300, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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 311, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .social-icon-block {
  display: flex;
}

/* line 313, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .social-icon-block .support-social-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  cursor: pointer;
}

/* line 318, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .social-icon-block .support-social-icon img {
  width: 100%;
}

/* line 326, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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: 22px;
  color: var(--palette-neutral-900);
}

/* line 335, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form #new-form-success-message {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* line 342, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form #new-form-success-message a {
  text-decoration: none;
  color: #FFFFFF;
}

/* line 348, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .hide-element {
  display: none;
}

/* line 352, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .show-thank-you-message {
  display: flex;
}

/* line 356, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .contact-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

/* line 362, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .contact-half-block {
  width: 100%;
  padding: 0 12px;
}

/* line 367, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .contact-full-block {
  width: 100%;
  padding: 0 12px;
}

/* line 371, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .contact-full-block .email-section {
  display: flex;
  align-items: center;
  border: 1px solid #D4D4D8;
  border-radius: 6px;
}

/* line 377, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .contact-full-block .email-section input[type="email"] {
  border: none;
  padding: 10px;
}

/* line 382, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .contact-full-block .email-section img {
  padding: 15px 15px 15px 0;
}

/* line 388, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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 400, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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 416, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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 437, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .btn-block {
  display: flex;
  justify-content: center;
}

/* line 441, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .btn-block .ag-btn-lg {
  padding: 10px 76px;
  margin-right: 28px;
  max-height: 48px;
}

/* line 447, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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 461, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .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 468, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .btn-block .sub-title a {
  color: var(--palette-neutral-400);
  text-decoration: underline;
}

/* line 477, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .contact-section .mobile-only-support-block {
  display: none;
}

/* line 482, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-heading-desktop {
  display: block;
}

/* line 486, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-heading-mobile {
  display: none;
}

/* line 490, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section {
  padding: 0 16px;
  width: 100%;
}

/* line 494, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section .faq-heading-desktop {
  font-family: Lexend;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.56px;
  margin-bottom: 49px;
}

/* line 504, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .search-control-div {
  width: 100%;
}

/* line 507, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .search-control-div .card {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--palette-neutral-200);
}

/* line 515, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .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 519, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .search-control-div .card .question {
  font-family: 'Poppins';
  font-style: normal;
  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;
  cursor: pointer;
}

/* line 532, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .search-control-div .card .question[aria-expanded="false"] {
  padding: 16px 0px;
}

/* line 535, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .search-control-div .card .question[aria-expanded="false"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  width: 20px;
  height: 20px;
}

/* line 542, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .search-control-div .card .question[aria-expanded="true"]:after {
  content: url(/assets/accordian-down-1e0a1eed962565fc690a33a31c3d369e3ccb051f87494b5abc7e767b029a7250.png);
  transform: rotate(-180deg);
  width: 20px;
  height: 20px;
}

/* line 549, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .search-control-div .card .question p {
  color: #18181B;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 0;
  margin: 0 16px 0 0;
}

/* line 561, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .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 572, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .search-control-div .card .answer ul {
  line-height: 12px;
  padding: 0 20px;
}

/* line 576, app/assets/stylesheets/tax_exemptions.scss */
.tax-exemptions .tax-exemption-page-wrapper .faq-section #faq-collapse-group .search-control-div .card .answer ul li {
  line-height: 24px;
}

@media (max-width: 991px) {
  /* line 587, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps {
    gap: 16px;
  }
  /* line 589, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps .step-card {
    padding-top: 20px;
    width: 358px;
  }
  /* line 594, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-icon .test-icon {
    width: 124px;
    height: 124px;
  }
  /* line 602, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  /* line 610, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .instructions-wrapper .apply-button {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 616, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .instructions-wrapper .instructions-heading {
    font-size: 20px;
    font-weight: 500;
  }
  /* line 623, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .support-inputs {
    display: none;
  }
  /* line 627, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .mobile-only-support-block {
    display: block;
  }
  /* line 631, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section {
    padding: 32px 16px 0 16px;
    flex-wrap: wrap;
    border-radius: 0;
    margin-bottom: 30px;
    width: auto;
  }
  /* line 639, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form {
    margin: 0;
  }
  /* line 643, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support {
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  /* line 648, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-heading {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  /* line 654, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-sub-heading {
    text-align: center;
    max-width: 100%;
    margin-bottom: 32px;
  }
  /* line 660, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-badge, .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-h4, .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .social-icon-block, .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-border {
    display: none;
  }
  /* line 665, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form {
    max-width: 100%;
    padding: 32px;
    margin-bottom: 32px;
  }
  /* line 670, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .contact-row {
    flex-wrap: wrap;
    margin: 0 -12px 24px -12px;
  }
  /* line 675, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .mobile-only-email-margin {
    margin-top: -24px;
  }
  /* line 679, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .contact-half-block {
    max-width: 100%;
    margin-bottom: 24px;
  }
  /* line 684, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .btn-block {
    flex-wrap: wrap;
  }
  /* line 687, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .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 698, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .btn-block input[type="submit"] {
    max-width: 100%;
    width: 100%;
  }
  /* line 703, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form .btn-block .sub-title {
    width: 100%;
    text-align: center;
  }
  /* line 710, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .mobile-only-support-block {
    display: block;
    width: 100%;
  }
  /* line 714, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .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 726, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .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 745, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .mobile-only-support-block .support-badge a {
    color: inherit;
    text-decoration: none;
  }
  /* line 751, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .mobile-only-support-block .support-message::before {
    content: url(/assets/support_message-97796bdb6aab6cc88c2e435dc34bf5b299dc7fea28106719a5c3293bb918e056.png);
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  /* line 758, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .mobile-only-support-block .support-email::before {
    content: url(/assets/support_email-ec63b658d36fd496b9f2c357ac642b3de4930a8ccb0085b30a0932371570e3f1.png);
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  /* line 765, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .mobile-only-support-block .support-phone::before {
    content: url(/assets/support_phone-e13417065afbe0ad73127c55e2839679879db42a120df5db57d5105799e4a983.png);
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  /* line 772, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .mobile-only-support-block .social-icon-block {
    display: flex;
    max-width: 220px;
    width: 100%;
    margin: 56px auto 16px auto;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  /* line 784, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section {
    padding: 16px;
    justify-content: center;
  }
  /* line 789, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support {
    margin: 0 12px 0 0;
    max-width: 376px;
  }
  /* line 793, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-heading {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.02em;
  }
  /* line 799, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-support .support-h4 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 805, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section .contact-form {
    padding: 32px 40px;
  }
}

@media (max-width: 768px) {
  /* line 815, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions {
    padding: 0;
  }
  /* line 818, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper {
    text-align: start !important;
  }
  /* line 821, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .apply-button {
    display: none;
  }
  /* line 825, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .btn-tax-apply-wrapper {
    display: flex;
    justify-content: center;
  }
  /* line 829, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .btn-tax-apply-wrapper .btn-tax-apply {
    max-width: 358px;
    width: 100%;
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--primary-500-main, #FFB514);
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px -1px rgba(16, 24, 40, 0.1);
    margin-bottom: 30px;
  }
  /* line 844, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .btn-tax-apply-wrapper .btn-tax-apply .btn-text {
    color: #000;
    font-size: 14px;
    text-decoration: none;
  }
  /* line 852, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps-wrapper {
    padding: 16px;
  }
  /* line 856, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps {
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
  }
  /* line 862, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps::-webkit-scrollbar {
    display: none;
  }
  /* line 866, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps .step-card {
    width: 256px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  /* line 871, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-icon {
    margin-bottom: 20px;
  }
  /* line 874, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-icon .test-icon {
    width: 112px;
    height: 112px;
  }
  /* line 880, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-content {
    padding: 10px 10px 25px 10px;
  }
  /* line 883, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-content .step-number {
    font-size: 14px;
    line-height: 28px;
  }
  /* line 888, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .steps .step-card .step-card-content .step-description {
    font-size: 14px;
    line-height: 18px;
  }
  /* line 896, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-heading {
    display: none;
  }
  /* line 900, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .contact-section {
    margin-bottom: 30px;
  }
  /* line 904, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .faq-heading-desktop {
    display: none;
  }
  /* line 908, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .faq-heading-mobile {
    display: block;
    color: #18181B;
    font-family: Lexend;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.56px;
    margin-bottom: 27px;
  }
  /* line 920, app/assets/stylesheets/tax_exemptions.scss */
  .tax-exemptions .tax-exemption-page-wrapper .line-break {
    border-bottom: 2px solid #FFB514;
    width: 150px;
    height: 4px;
    flex-shrink: 0;
    margin-bottom: 11px;
  }
}

/* line 931, app/assets/stylesheets/tax_exemptions.scss */
.mobile-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 570px;
  overflow-y: auto;
  padding: 5px;
}

/* line 946, app/assets/stylesheets/tax_exemptions.scss */
.mobile-tax-exempt-modal.show-modal {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 957, app/assets/stylesheets/tax_exemptions.scss */
body.modal-open {
  overflow: hidden;
}
/*
 * 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.
 *



 */
