*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}
input {
  background-color: transparent;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr[title] {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
}
fieldset,
legend,
ol,
ul {
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role='button'],
button {
  cursor: pointer;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x))
    translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
    scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  --tw-shadow: 0 0 transparent;
  --tw-blur: var(--tw-empty);
  --tw-brightness: var(--tw-empty);
  --tw-contrast: var(--tw-empty);
  --tw-grayscale: var(--tw-empty);
  --tw-hue-rotate: var(--tw-empty);
  --tw-invert: var(--tw-empty);
  --tw-saturate: var(--tw-empty);
  --tw-sepia: var(--tw-empty);
  --tw-drop-shadow: var(--tw-empty);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.prose {
  color: var(--color-body-text, #000);
  max-width: 65ch;
}
.prose :where([class~='lead']):not(:where([class~='not-prose'] *)) {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~='not-prose'] *)) {
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~='not-prose'] *)) {
  color: #111827;
  font-weight: 600;
}
.prose :where(ol[type='A']):not(:where([class~='not-prose'] *)) {
  --list-counter-style: upper-alpha;
}
.prose :where(ol[type='a']):not(:where([class~='not-prose'] *)) {
  --list-counter-style: lower-alpha;
}
.prose :where(ol[type='I']):not(:where([class~='not-prose'] *)) {
  --list-counter-style: upper-roman;
}
.prose :where(ol[type='i']):not(:where([class~='not-prose'] *)) {
  --list-counter-style: lower-roman;
}
.prose :where(ol[type='1']):not(:where([class~='not-prose'] *)) {
  --list-counter-style: decimal;
}
.prose :where(ol > li):not(:where([class~='not-prose'] *)) {
  position: relative;
  padding-left: 1.75em;
}
.prose :where(ol > li):not(:where([class~='not-prose'] *)):before {
  content: counter(list-item, var(--list-counter-style, decimal)) '.';
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}
.prose :where(ul > li):not(:where([class~='not-prose'] *)) {
  position: relative;
  padding-left: 1.75em;
}
.prose :where(ul > li):not(:where([class~='not-prose'] *)):before {
  content: '';
  position: absolute;
  background-color: #5b5b5b;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: 0.6875em;
  left: 0.25em;
}
.prose :where(hr):not(:where([class~='not-prose'] *)) {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~='not-prose'] *)) {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose
  :where(blockquote p:first-of-type):not(
    :where([class~='not-prose'] *)
  ):before {
  content: open-quote;
}
.prose
  :where(blockquote p:last-of-type):not(:where([class~='not-prose'] *)):after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~='not-prose'] *)) {
  color: #5b5b5b;
  font-weight: 400;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~='not-prose'] *)) {
  color: #5b5b5b;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~='not-prose'] *)) {
  color: #5b5b5b;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~='not-prose'] *)) {
  color: #5b5b5b;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 700;
}
.prose :where(figure figcaption):not(:where([class~='not-prose'] *)) {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~='not-prose'] *)) {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~='not-prose'] *)):after,
.prose :where(code):not(:where([class~='not-prose'] *)):before {
  content: '`';
}
.prose :where(a code):not(:where([class~='not-prose'] *)) {
  color: #111827;
}
.prose :where(pre):not(:where([class~='not-prose'] *)) {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding: 0.8571429em 1.1428571em;
}
.prose :where(pre code):not(:where([class~='not-prose'] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~='not-prose'] *)):after,
.prose :where(pre code):not(:where([class~='not-prose'] *)):before {
  content: none;
}
.prose :where(table):not(:where([class~='not-prose'] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~='not-prose'] *)) {
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}
.prose :where(thead th):not(:where([class~='not-prose'] *)) {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~='not-prose'] *)) {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}
.prose :where(tbody tr:last-child):not(:where([class~='not-prose'] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~='not-prose'] *)) {
  vertical-align: top;
  padding: 0.5714286em;
}
.prose {
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(figure):not(:where([class~='not-prose'] *)),
.prose :where(img):not(:where([class~='not-prose'] *)),
.prose :where(video):not(:where([class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(h2 code):not(:where([class~='not-prose'] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~='not-prose'] *)) {
  font-size: 0.9em;
}
.prose :where(ol):not(:where([class~='not-prose'] *)),
.prose :where(ul):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(li):not(:where([class~='not-prose'] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose > :where(ul > li p):not(:where([class~='not-prose'] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > :first-child):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > :last-child):not(:where([class~='not-prose'] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > :first-child):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
}
.prose > :where(ol > li > :last-child):not(:where([class~='not-prose'] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~='not-prose'] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(h2 + *):not(:where([class~='not-prose'] *)),
.prose :where(h3 + *):not(:where([class~='not-prose'] *)),
.prose :where(h4 + *):not(:where([class~='not-prose'] *)),
.prose :where(hr + *):not(:where([class~='not-prose'] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~='not-prose'] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~='not-prose'] *)) {
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~='not-prose'] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~='not-prose'] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~='not-prose'] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~='not-prose'] *)) {
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-0,
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.bottom-5 {
  bottom: 1.25rem;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-1\/2 {
  left: 50%;
}
.left-0 {
  left: 0;
}
.bottom-0 {
  bottom: 0;
}
.top-0\.5 {
  top: 0.125rem;
}
.bottom-16 {
  bottom: 4rem;
}
.top-5 {
  top: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.top-1\/2 {
  top: 50%;
}
.left-full {
  left: 100%;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.bottom-1\/2 {
  bottom: 50%;
}
.top-full {
  top: 100%;
}
.top-1\.5 {
  top: 0.375rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.top-1 {
  top: 0.25rem;
}
.left-1 {
  left: 0.25rem;
}
.right-1\/2 {
  right: 50%;
}
.top-\[1\.7rem\] {
  top: 1.7rem;
}
.left-\[1\.5rem\] {
  left: 1.5rem;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-\[86px\] {
  bottom: 86px;
}
.top-px {
  top: 1px;
}
.right-8 {
  right: 2rem;
}
.z-10 {
  z-index: 10;
}
.z-\[100\] {
  z-index: 100;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[80\] {
  z-index: 80;
}
.order-first {
  order: -9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-end-5 {
  grid-column-end: 5;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-end-3 {
  grid-row-end: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.-m-2 {
  margin: -0.5rem;
}
.m-2\.5 {
  margin: 0.625rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-0 {
  margin: 0;
}
.m-0\.5 {
  margin: 0.125rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mt-15 {
  margin-top: 3.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.mt-\[-4px\] {
  margin-top: -4px;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.ml-0 {
  margin-left: 0;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[74px\] {
  margin-bottom: 74px;
}
.mb-\[120px\] {
  margin-bottom: 120px;
}
.mb-\[142px\] {
  margin-bottom: 142px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mt-28 {
  margin-top: 7rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-\[12xpx\] {
  margin-top: 12xpx;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.mt-large {
  margin-top: 170px;
}
.mr-\[-1rem\] {
  margin-right: -1rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-3 {
  height: 0.75rem;
}
.h-16 {
  height: 4rem;
}
.h-full {
  height: 100%;
}
.h-\[14px\] {
  height: 14px;
}
.h-10 {
  height: 2.5rem;
}
.h-screen {
  height: 100vh;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[50px\] {
  height: 50px;
}
.h-4 {
  height: 1rem;
}
.h-2 {
  height: 0.5rem;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[24px\] {
  height: 24px;
}
.h-6 {
  height: 1.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-11 {
  height: 2.75rem;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[5px\] {
  height: 5px;
}
.h-0 {
  height: 0;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[75px\] {
  height: 75px;
}
.max-h-full {
  max-height: 100%;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-full {
  min-height: 100%;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-3\/12 {
  width: 25%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6\/12 {
  width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-16 {
  width: 4rem;
}
.w-full {
  width: 100%;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[110px\] {
  width: 110px;
}
.w-max {
  width: max-content;
}
.w-\[24px\] {
  width: 24px;
}
.w-10 {
  width: 2.5rem;
}
.w-1\/2 {
  width: 50%;
}
.w-11 {
  width: 2.75rem;
}
.w-56 {
  width: 14rem;
}
.w-auto {
  width: auto;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[20px\] {
  width: 20px;
}
.w-9 {
  width: 2.25rem;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[70px\] {
  width: 70px;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-1\/5 {
  width: 20%;
}
.w-32 {
  width: 8rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-40 {
  width: 10rem;
}
.w-screen {
  width: 100vw;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-2\/5 {
  width: 40%;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[18px\] {
  width: 18px;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-36 {
  width: 9rem;
}
.w-3\/4 {
  width: 75%;
}
.w-\[46px\] {
  width: 46px;
}
.w-0 {
  width: 0;
}
.w-12 {
  width: 3rem;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[42px\] {
  width: 42px;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-4 {
  width: 1rem;
}
.min-w-max {
  min-width: max-content;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-none {
  max-width: none;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.flex-none {
  flex: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-\[2\] {
  flex-grow: 2;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}
.-translate-y-1\/2,
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: var(--tw-transform);
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
}
.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}
.transform,
.translate-y-1\/3 {
  transform: var(--tw-transform);
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.cursor-\[grab\] {
  cursor: grab;
}
.select-none {
  user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.opacity-50 {
  opacity: 0.5;
}
.appearance-none {
  appearance: none;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-8 {
  gap: 2rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-17p {
  gap: 17%;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-\[50px\] {
  gap: 50px;
}
.self-end {
  align-self: flex-end;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.border-0 {
  border-width: 0;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0;
}
.border-color-border {
  border-color: var(--color-border);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-color-menubar-background {
  background-color: var(--color-menu-background);
}
.bg-color-topbar-background {
  background-color: var(--color-topbar-background);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-color-border {
  background-color: var(--color-border);
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-center {
  background-position: 50%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-top {
  object-position: top;
}
.p-10 {
  padding: 2.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-6 {
  padding: 1.5rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-0 {
  padding-left: 0;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-0 {
  padding-top: 0;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: calc(var(--font-base-size, 16) * 1px);
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-lg,
.text-xl {
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-\[18px\] {
  font-size: 18px;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-snug {
  line-height: 1.375;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[28px\] {
  line-height: 28px;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-color-subtext {
  color: var(--color-sub-text);
}
.text-color-secondary {
  color: var(--color-secondary);
}
.text-color-prod-desc {
  color: var(--product-desc-color);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-color-body-text {
  color: var(--color-body-text);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-color-sale-price {
  color: var(--product-sale-price-color);
}
.text-color-regular-price {
  color: var(--product-regular-price-color);
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-color-menubar {
  color: var(--color-menu-text);
}
.text-color-topbar {
  color: var(--color-topbar-text);
}
.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-color-info {
  color: var(--color-info);
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-theme {
  --tw-shadow: var(--theme-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
}
.blur,
.filter {
  filter: var(--tw-filter);
}
.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-1,
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.hover\:z-10:hover {
  z-index: 10;
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:text-color-secondary:hover {
  color: var(--color-secondary);
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-color-primary-darker:hover {
  color: var(--color-primary-darker);
}
.hover\:text-color-subtext:hover {
  color: var(--color-sub-text);
}
.hover\:underline:hover {
  text-decoration: underline;
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:right-5 {
  right: 1.25rem;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:text-color-primary-darker {
  color: var(--color-primary-darker);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.mb-\[128px\] {
  margin-bottom: 128px;
}
@media (min-width: 640px) {
  .sm\:pointer-events-none {
    pointer-events: none;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .sm\:col-start-1 {
    grid-column-start: 1;
  }
  .sm\:col-start-3 {
    grid-column-start: 3;
  }
  .sm\:col-end-3 {
    grid-column-end: 3;
  }
  .sm\:col-end-5 {
    grid-column-end: 5;
  }
  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:mt-15 {
    margin-top: 3.75rem;
  }
  .sm\:mt-12 {
    margin-top: 3rem;
  }
  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[84px\] {
    height: 84px;
  }
  .sm\:max-h-full {
    max-height: 100%;
  }
  .sm\:w-3\/12 {
    width: 25%;
  }
  .sm\:w-4\/12 {
    width: 33.333333%;
  }
  .sm\:w-5\/12 {
    width: 41.666667%;
  }
  .sm\:w-6\/12 {
    width: 50%;
  }
  .sm\:w-7\/12 {
    width: 58.333333%;
  }
  .sm\:w-8\/12 {
    width: 66.666667%;
  }
  .sm\:w-9\/12 {
    width: 75%;
  }
  .sm\:w-10\/12 {
    width: 83.333333%;
  }
  .sm\:w-11\/12 {
    width: 91.666667%;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-\[84px\] {
    width: 84px;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:p-10 {
    padding: 2.5rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .sm\:pr-28 {
    padding-right: 7rem;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:pl-24 {
    padding-left: 6rem;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:leading-normal {
    line-height: 1.5;
  }
  .sm\:opacity-30 {
    opacity: 0.3;
  }
  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
}
@media (min-width: 768px) {
  .md\:table {
    display: table;
  }
  .md\:bottom-24 {
    bottom: 6rem;
  }
  .md\:-right-14 {
    right: -3.5rem;
  }
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-\[46px\] {
    margin-top: 46px;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:-mt-20 {
    margin-top: -5rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mt-9 {
    margin-top: 2.25rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:min-h-0 {
    min-height: 0;
  }
  .md\:w-1\/12 {
    width: 8.333333%;
  }
  .md\:w-2\/12 {
    width: 16.666667%;
  }
  .md\:w-3\/12 {
    width: 25%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-6\/12 {
    width: 50%;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-11\/12 {
    width: 91.666667%;
  }
  .md\:w-\[450px\] {
    width: 450px;
  }
  .md\:w-\[520px\] {
    width: 520px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-20 {
    width: 5rem;
  }
  .md\:w-\[90px\] {
    width: 90px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-5\/6 {
    width: 83.333333%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:max-w-4xl {
    max-width: 56rem;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
  }
  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: var(--tw-transform);
  }
  .md\:auto-rows-0 {
    grid-auto-rows: 0;
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pr-3 {
    padding-right: 0.75rem;
  }
  .md\:pt-7 {
    padding-top: 1.75rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-base {
    font-size: calc(var(--font-base-size, 16) * 1px);
  }
  .md\:leading-snug {
    line-height: 1.375;
  }
  .md\:leading-\[42px\] {
    line-height: 42px;
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .md\:opacity-0 {
    opacity: 0;
  }
  .md\:opacity-40 {
    opacity: 0.4;
  }
  .md\:shadow-none {
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
      var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  }
  .md\:w-\[720px\] {
    width: 720px;
  }
}
.max-w-\[720px\] {
  max-width: 720px;
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
  .lg\:col-end-1 {
    grid-column-end: 1;
  }
  .lg\:col-end-4 {
    grid-column-end: 4;
  }
  .lg\:col-end-5 {
    grid-column-end: 5;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .lg\:row-start-3 {
    grid-row-start: 3;
  }
  .lg\:row-end-3 {
    grid-row-end: 3;
  }
  .lg\:row-end-4 {
    grid-row-end: 4;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-15 {
    margin-top: 3.75rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mb-15 {
    margin-bottom: 3.75rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-0 {
    width: 0;
  }
  .lg\:w-1 {
    width: 0.25rem;
  }
  .lg\:w-2 {
    width: 0.5rem;
  }
  .lg\:w-3 {
    width: 0.75rem;
  }
  .lg\:w-4 {
    width: 1rem;
  }
  .lg\:w-5 {
    width: 1.25rem;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-7 {
    width: 1.75rem;
  }
  .lg\:w-8 {
    width: 2rem;
  }
  .lg\:w-9 {
    width: 2.25rem;
  }
  .lg\:w-10 {
    width: 2.5rem;
  }
  .lg\:w-11 {
    width: 2.75rem;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-11\/12 {
    width: 91.666667%;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-1\/6 {
    width: 16.666667%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-\[720px\] {
    width: 720px;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:border-b {
    border-bottom-width: 1px;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-color-border {
    border-color: var(--color-border);
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:pb-15 {
    padding-bottom: 3.75rem;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pr-24 {
    padding-right: 6rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-\[42px\] {
    font-size: 42px;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:font-medium {
    font-weight: 500;
  }
  .lg\:leading-tight {
    line-height: 1.25;
  }
  .lg\:leading-normal {
    line-height: 1.5;
  }
  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
  }
}
@media (min-width: 1280px) {
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .xl\:col-end-6 {
    grid-column-end: 6;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .xl\:my-12 {
    margin-bottom: 3rem;
  }
  .xl\:mt-12,
  .xl\:my-12 {
    margin-top: 3rem;
  }
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:mt-15 {
    margin-top: 3.75rem;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-8\/12 {
    width: 66.666667%;
  }
  .xl\:w-6\/12 {
    width: 50%;
  }
  .xl\:w-4\/12 {
    width: 33.333333%;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:w-3\/4 {
    width: 75%;
  }
  .xl\:w-1\/6 {
    width: 16.666667%;
  }
  .xl\:w-5\/6 {
    width: 83.333333%;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-2\/3 {
    width: 66.666667%;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-10\/12 {
    width: 83.333333%;
  }
  .xl\:w-2\/12 {
    width: 16.666667%;
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pb-15 {
    padding-bottom: 3.75rem;
  }
  .xl\:pr-24 {
    padding-right: 6rem;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .xl\:pt-16 {
    padding-top: 4rem;
  }
  .xl\:pt-32 {
    padding-top: 8rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:leading-tight {
    line-height: 1.25;
  }
  .xl\:leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 1536px) {
  .\32xl\:mt-15 {
    margin-top: 3.75rem;
  }
  .\32xl\:mt-24 {
    margin-top: 6rem;
  }
  .\32xl\:mt-32 {
    margin-top: 8rem;
  }
  .\32xl\:w-4\/5 {
    width: 80%;
  }
  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }
  .\32xl\:w-1\/4 {
    width: 25%;
  }
  .\32xl\:w-\[128px\] {
    width: 128px;
  }
  .\32xl\:w-1\/2 {
    width: 50%;
  }
  .\32xl\:p-24 {
    padding: 6rem;
  }
  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .\32xl\:leading-tight {
    line-height: 1.25;
  }
  .\32xl\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1600px) {
  .\33xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='email'],
input[type='password'],
input[type='text'],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: var(--arrow-select-box);
  background-size: 10px;
  background-position-x: calc(100% - 15px);
  padding-right: 25px;
}
input:not(
    .quantity-input__element,
    .form-control,
    .scd-item__qty_input,
    .newsletter__input-st,
    [type='submit'],
    [type='checkbox']
  ),
textarea:not(
    .quantity-input__element,
    .form-control,
    .scd-item__qty_input,
    .newsletter__input-st,
    [type='submit']
  ) {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem 0.75rem;
  line-height: 1.5rem;
  border-color: var(--border-color-3);
}
input:focus:not(
    .quantity-input__element,
    .form-control,
    .scd-item__qty_input,
    .newsletter__input-st
  ),
textarea:focus:not(
    .quantity-input__element,
    .form-control,
    .scd-item__qty_input,
    .newsletter__input-st
  ) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
input:disabled,
textarea:disabled {
  pointer-events: none;
  border-color: var(--border-color-1);
  background: var(--bg-disabled);
  color: var(--color-disabled);
}
textarea[type='checkbox'] {
  height: 1.125rem;
  width: 1.125rem;
  background-color: transparent;
}
input[type='submit'],
textarea[type='submit'] {
  border-radius: 0.25rem;
  padding: 0.625rem 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  background-color: var(--color-primary);
  outline: none;
  box-shadow: none;
  white-space: nowrap;
}
input[type='submit']:hover,
textarea[type='submit']:hover {
  cursor: pointer;
  background: var(--color-btn-bg-hover);
  border-color: var(--color-btn-bg-hover);
  color: #fff;
}
.btn,
.sf__btn,
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  white-space: nowrap;
  padding: 0.625rem 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .btn,
  .sf__btn,
  .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn,
.sf__btn,
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  outline: none;
  transition: all 0.32s;
  border: 1px solid transparent;
  font-size: var(--font-btn-size, 1rem);
  font-weight: var(--font-btn-weight, 500);
  display: inline-block;
  letter-spacing: var(--btn-letter-spacing, 0);
  text-transform: var(--btn-text-transform, '');
  border-radius: var(--btn-border-radius, 0);
  line-height: var(--btn-line-height, 'normal');
}
.btn:focus,
.btn:hover,
.sf__btn:focus,
.sf__btn:hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
  border-color: var(--color-primary-darker);
}
.btn:not(.sf__btn-link):hover,
.sf__btn:not(.sf__btn-link):hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:not(
    .sf__btn-link
  ):hover {
}
.btn-disabled,
.btn.disabled,
.btn:disabled,
.btn[disabled],
.disabled.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn-disabled,
.sf__btn.disabled,
.sf__btn:disabled,
.sf__btn[disabled],
.shopify-payment-button__button.shopify-payment-button__button--unbranded:disabled,
[disabled].shopify-payment-button__button.shopify-payment-button__button--unbranded {
  pointer-events: none;
  border-color: var(--border-color-2) !important;
  color: var(--color-disabled) !important;
  opacity: 0.5;
}
.btn.sf__btn-small,
.sf__btn-small.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-small {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .btn.sf__btn-small,
  .sf__btn-small.shopify-payment-button__button.shopify-payment-button__button--unbranded,
  .sf__btn.sf__btn-small {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.btn.sf__btn-large,
.sf__btn-large.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-large {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .btn.sf__btn-large,
  .sf__btn-large.shopify-payment-button__button.shopify-payment-button__button--unbranded,
  .sf__btn.sf__btn-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.sf__btn.sf__btn-primary,
.shopify-payment-button__button.shopify-payment-button__button--unbranded,
a.sf__btn.sf__btn-primary,
button.sf__btn.sf__btn-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: var(--color-btn-bg, var(--color-primary));
  border-color: var(--color-btn-bg, var(--color-primary));
  color: var(--color-btn-text, #fff);
}
.sf__btn.sf__btn-primary:focus,
.sf__btn.sf__btn-primary:hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
a.sf__btn.sf__btn-primary:focus,
a.sf__btn.sf__btn-primary:hover,
button.sf__btn.sf__btn-primary:focus,
button.sf__btn.sf__btn-primary:hover {
  background: var(--color-btn-bg-hover);
  border-color: var(--color-btn-bg-hover);
  color: var(--color-btn-text-hover, #fff);
}
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-link,
a.sf__btn.sf__btn-link,
button.sf__btn.sf__btn-link {
  border-radius: 0;
  border-width: 0;
  padding: 0.25rem 0;
  border-bottom-color: currentColor;
  position: relative;
}
.sf__btn-link.sf__btn-light.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-link.sf__btn-light,
a.sf__btn.sf__btn-link.sf__btn-light,
button.sf__btn.sf__btn-link.sf__btn-light {
  color: #fff;
}
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus,
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
.sf__btn.sf__btn-link:focus,
.sf__btn.sf__btn-link:hover,
a.sf__btn.sf__btn-link:focus,
a.sf__btn.sf__btn-link:hover,
button.sf__btn.sf__btn-link:focus,
button.sf__btn.sf__btn-link:hover {
  background: none;
}
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus:before,
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:before,
.sf__btn.sf__btn-link:focus:before,
.sf__btn.sf__btn-link:hover:before,
a.sf__btn.sf__btn-link:focus:before,
a.sf__btn.sf__btn-link:hover:before,
button.sf__btn.sf__btn-link:focus:before,
button.sf__btn.sf__btn-link:hover:before {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus:after,
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:after,
.sf__btn.sf__btn-link:focus:after,
.sf__btn.sf__btn-link:hover:after,
a.sf__btn.sf__btn-link:focus:after,
a.sf__btn.sf__btn-link:hover:after,
button.sf__btn.sf__btn-link:focus:after,
button.sf__btn.sf__btn-link:hover:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded:after,
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded:before,
.sf__btn.sf__btn-link:after,
.sf__btn.sf__btn-link:before,
a.sf__btn.sf__btn-link:after,
a.sf__btn.sf__btn-link:before,
button.sf__btn.sf__btn-link:after,
button.sf__btn.sf__btn-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded:after,
.sf__btn.sf__btn-link:after,
a.sf__btn.sf__btn-link:after,
button.sf__btn.sf__btn-link:after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sf__btn-blank.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-blank,
a.sf__btn.sf__btn-blank,
button.sf__btn.sf__btn-blank {
  transition: background 0.5s ease, color 0.5s ease, border-color 0.6s ease;
  border-style: none;
  background-color: transparent;
  padding: 0;
}
.sf__btn-blank.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus,
.sf__btn-blank.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
.sf__btn.sf__btn-blank:focus,
.sf__btn.sf__btn-blank:hover,
a.sf__btn.sf__btn-blank:focus,
a.sf__btn.sf__btn-blank:hover,
button.sf__btn.sf__btn-blank:focus,
button.sf__btn.sf__btn-blank:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.sf__btn-secondary.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-secondary,
a.sf__btn.sf__btn-secondary,
button.sf__btn.sf__btn-secondary {
  border-width: 1px;
  background-color: transparent;
  text-align: center;
  border-color: var(--color-btn-bg, var(--color-primary-darker));
  border-width: var(--btn-border-width);
}
.sf__btn-secondary.sf__btn-small.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-secondary.sf__btn-small,
a.sf__btn.sf__btn-secondary.sf__btn-small,
button.sf__btn.sf__btn-secondary.sf__btn-small {
  padding-top: 7px;
  padding-bottom: 7px;
}
.sf__btn-secondary.sf__btn-large.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-secondary.sf__btn-large,
a.sf__btn.sf__btn-secondary.sf__btn-large,
button.sf__btn.sf__btn-secondary.sf__btn-large {
  padding-top: 11px;
  padding-bottom: 11px;
}
.sf__btn-secondary.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus,
.sf__btn-secondary.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
.sf__btn.sf__btn-secondary:focus,
.sf__btn.sf__btn-secondary:hover,
a.sf__btn.sf__btn-secondary:focus,
a.sf__btn.sf__btn-secondary:hover,
button.sf__btn.sf__btn-secondary:focus,
button.sf__btn.sf__btn-secondary:hover {
  background: var(--color-btn-bg, var(--color-primary-darker));
  border-color: var(--color-btn-bg, var(--color-primary-darker)) !important;
  color: var(--color-btn-text-hover, #fff) !important;
}
.sf__btn-secondary.sf__btn-light.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-secondary.sf__btn-light,
a.sf__btn.sf__btn-secondary.sf__btn-light,
button.sf__btn.sf__btn-secondary.sf__btn-light {
  border-color: #fff;
  color: #fff;
}
.sf__btn-plain.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-plain,
a.sf__btn.sf__btn-plain,
button.sf__btn.sf__btn-plain {
  border: none !important;
  background: none !important;
  padding: 0;
  box-shadow: none !important;
}
.sf__btn-plain.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
.sf__btn.sf__btn-plain:hover,
a.sf__btn.sf__btn-plain:hover,
button.sf__btn.sf__btn-plain:hover {
  text-decoration: underline !important;
  transform: translate3d(0, -2px, 0);
}
.sf__btn-white.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf__btn.sf__btn-white,
a.sf__btn.sf__btn-white,
button.sf__btn.sf__btn-white {
  background: #fff;
  color: #232323;
}
.sf__btn-white.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
.sf__btn.sf__btn-white:hover,
a.sf__btn.sf__btn-white:hover,
button.sf__btn.sf__btn-white:hover {
  background: var(--color-btn-bg, var(--color-primary-darker));
  color: var(--color-btn-text-hover, #fff);
  border-color: transparent;
}
.sf__btn-icon:hover {
  box-shadow: 0 0 0 0.2rem var(--color-btn-bg-hover);
}
.form-control {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: calc(var(--font-base-size, 16) * 1px);
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.15s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 5px;
  margin-bottom: 10px;
  border-color: var(--color-border);
  background-color: var(--color-field-background);
}
.form-control:focus {
  border-color: var(--color-primary);
}
.form-control.form__control-icon {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}
.form-control.form__control-icon:focus {
  --tw-border-opacity: 1;
  border-color: var(--color-primary);
}
.form-control--plain {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.form-control--error {
  background-color: #fff4f4;
  border-color: #fd5749;
}
.control-label {
  margin-bottom: 0.5rem;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group[data-aria-hidden='true'] {
  display: none;
}
.sf__page-title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 640px) {
  .sf__page-title {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .sf__page-title {
    margin-bottom: 6rem;
    font-size: 3rem;
    line-height: 1;
  }
}
.sf__text-link {
  color: var(--color-text-link);
}
.sf__text-link:hover {
  color: var(--color-text-link-hover);
}
.hover-underline a {
  display: inline-block;
  position: relative;
  line-height: 24px;
}
.hover-underline a:after {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
}
.hover-underline.active a,
.hover-underline:hover a {
  color: var(--primary-color);
}
.hover-underline.active a:after,
.hover-underline:hover a:after {
  width: 100%;
}
[style*='--aspect-ratio'] {
  position: relative;
  overflow: hidden;
}
[style*='--aspect-ratio']:before {
  display: block;
  width: 100%;
  content: '';
  height: 0;
  padding-top: calc(100% / (0 + var(--aspect-ratio, 16/9)));
}
[style*='--aspect-ratio'] > :first-child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sf-header {
  --sf-slide-trans-dur: 0.3s;
  --sf-slide-from-val: -65px;
  --sf-slide-to-val: 65px;
  --sf-header-bg: #fff;
}
.sf-header.slide-from-right {
  --sf-slide-from-val: 65px;
  --sf-slide-to-val: -65px;
}
.sf-header.slide-reveal {
  --sf-slide-from-val: 0;
  --sf-slide-to-val: 0;
}
.sf-header header {
  transition: all 0.45s ease-in-out;
}
.sf-header header .sf-logo .sf-logo-transparent {
  display: none;
}
.sf-header header.transparent-on-top[data-transparent='true'] {
  background-color: transparent;
  border-bottom: none !important;
  box-shadow: none;
}
.sf-header
  header.transparent-on-top[data-transparent='true']
  .sf-logo
  .sf-logo-transparent {
  display: block;
}
.sf-header
  header.transparent-on-top[data-transparent='true']
  .sf-logo
  .sf-logo-default {
  display: none;
}
.sf-header header.transparent-on-top[data-transparent='true'] .sf-menu-bar {
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
  color: var(--color-header-transparent-text);
}
.sf-header header.sf-header__desktop.logo-center__2l .sf-menu-item > a {
  padding-left: 2rem;
  padding-right: 2rem;
}
.sf-header header.sf-header__desktop.logo-center__2l .sf-menu-item > a:after {
  left: 2rem;
}
.sf-header
  header.sf-header__desktop.logo-center__2l
  .sf-menu-item:hover
  > a:after {
  width: calc(100% - 4rem);
  left: 2rem;
}
.sf-header
  header.sf-header__desktop.logo-center__2l
  .sf__header-main-menu
  .sf-logo,
.sf-header
  header.sf-header__desktop.logo-center__2l
  .sf__header-main-menu
  .sf-options-wrapper__desktop,
.sf__header-sticky
  .sf-header
  header.sf-header__desktop.logo-center__2l
  .sf__header-main-top {
  display: none;
}
.sf__header-sticky
  .sf-header
  header.sf-header__desktop.logo-center__2l
  .sf__header-main-menu {
  display: flex;
  justify-content: space-between;
}
.sf__header-sticky
  .sf-header
  header.sf-header__desktop.logo-center__2l
  .sf__header-main-menu
  .sf-logo,
.sf__header-sticky
  .sf-header
  header.sf-header__desktop.logo-center__2l
  .sf__header-main-menu
  .sf-options-wrapper__desktop {
  display: flex;
  padding-left: 0;
}
.sf-header header.sf-header__desktop.logo-left__2l .sf-nav {
  margin-left: -2rem;
  margin-right: -2rem;
}
.sf-header header.sf-header__desktop.logo-left__2l .sf-nav .sf-menu-item > a {
  padding: 1rem 2rem;
}
.sf-header
  header.sf-header__desktop.logo-left__2l
  .sf__header-main-top
  .sf-menu-bar,
.sf__header-sticky
  .sf-header
  header.sf-header__desktop.logo-left__2l
  .sf-menu-bar {
  display: none;
}
.sf__header-sticky
  .sf-header
  header.sf-header__desktop.logo-left__2l
  .sf__header-main-top
  .sf-menu-bar {
  display: flex;
  margin-left: 100px;
}
.sf-header header.sf-header__mobile {
  height: 90px;
}
.sf-header header.sf-header__mobile .sf-logo a {
  text-align: center;
  width: var(--logo-width-mobile, 100px);
  white-space: nowrap;
}
.sf-header .sf-menu-item > a {
  position: relative;
  line-height: 23px;
}
.sf-header .sf-menu-item > a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: currentColor;
  left: 1rem;
  bottom: calc(1.25rem - 5px);
  transition: width 0.2s ease-in-out;
}
.sf-header .sf-menu-item .sf-menu__desktop-sub-menu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition-property: transform, opacity, visibility;
}
.sf-header .sf-menu-item:hover > a:after {
  width: calc(100% - 2rem);
}
.sf-header .sf-menu-item:hover .sf-menu__dropdown {
  transform: translateZ(0) !important;
  pointer-events: auto !important;
  opacity: 1;
  visibility: visible;
}
.sf-header[data-header-design='logo-left__2l'] .sf-nav .sf-menu-item > a:after {
  background-color: var(--color-menu-text);
  bottom: calc(0.75rem - 5px);
  left: 2rem;
}
.sf-header[data-header-design='logo-left__2l']
  .sf-nav
  .sf-menu-item:hover
  > a:after {
  width: calc(100% - 4rem);
}
@media screen and (max-width: 767px) {
  .sf-header .sf-menu-wrapper-mobile .sf-menu__content {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none;
  }
  .sf-header .sf-menu-wrapper-mobile .sf-menu__content::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.sf-header .sf-language-switcher:hover,
.sf-header .social-media-links a:hover {
  color: var(--color-text-link-hover);
}
.header__wrapper {
  width: 100%;
  transition: transform 0.4s, background-color 0.2s;
  will-change: transform, background-color;
}
.stuck .header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
}
.scroll-down.stuck .header__wrapper {
  transform: translate3d(0, -100%, 0);
}
.scroll-up .header__wrapper {
  transform: none;
  background: var(--color-header-background, #fff);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.header__wrapper.transparent-on-top header {
  background-color: transparent;
  border-bottom: none !important;
  box-shadow: none;
}
.header__wrapper.transparent-on-top .sf-logo .sf-logo-transparent {
  display: block;
}
.header__wrapper.transparent-on-top .sf-logo .sf-logo-default {
  display: none;
}
.header__wrapper.transparent-on-top.search-box-open {
  background-color: var(--color-header-background);
  color: var(--color-header-text);
}
.header__wrapper.transparent-on-top.search-box-open .sf-logo .sf-logo-default {
  display: block;
}
.header__wrapper.transparent-on-top.search-box-open
  .sf-logo
  .sf-logo-transparent {
  display: none;
}
.header__wrapper.transparent-on-top .sf-menu-bar {
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
  color: var(--color-header-transparent-text);
}
.sf-mega-active .transparent-on-top .sf-logo .sf-logo-transparent {
  display: none;
}
.sf-mega-active .transparent-on-top .sf-logo .sf-logo-default {
  display: block;
}
.sf__header-sticky .header__wrapper {
  will-change: transform;
  position: fixed;
  top: 0;
  width: 100%;
  --tw-shadow: var(--theme-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.sf__header-sticky .header__wrapper ∂.sf-topbar {
  display: none;
}
.sf__header-sticky .header__wrapper .sf-header__mobile .sf-logo a {
  width: var(--logo-width-mobile, 100px);
}
.sf__header-sticky.animate .header__wrapper {
  transition: transform 0.15s ease-out;
}
.sf__header-sticky.sf__header-hidden .header__wrapper {
  transform: translate3d(0, -100%, 0);
}
.sf-topbar {
  white-space: nowrap;
  z-index: 99;
}
.announcement-bar__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  margin-right: 2.5rem;
  line-height: 20px;
  max-height: 40px;
}
@media screen and (max-width: 639px) {
  .announcement-bar__content {
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 5px 20px;
    max-height: none;
    margin-right: 0;
  }
  .announcement-bar__content .sf-topbar__close {
    padding: 5px;
  }
}
.sf-header {
  --sf-sub-item-color: rgba(0, 0, 0, 0.55);
  --sf-sub-item-hover: #000;
  --sf-sub-item-bg: rgba(61, 61, 80, 0.09);
}
.sf-header--bg-black {
  --sf-header-bg: #000;
  --sf-sub-item-color: hsla(0, 0%, 100%, 0.55);
  --sf-sub-item-hover: #fff;
  --sf-sub-item-bg: hsla(0, 0%, 100%, 0.12);
}
.sf-header--bg-black .sf-currency-switcher,
.sf-header--bg-black .sf-language-switcher,
.sf-header--bg-black .sf-menu-item > a,
.sf-header--bg-black .text-black,
.sf-header--bg-black header {
  color: #fff;
}
.sf-header--bg-white .sf-menu-item > a {
  color: #000;
}
.sf-header.sf-mega-active header {
  box-shadow: none;
}
.sf-header.sf-mega-active.sf-header--bg-white header {
  color: #000;
}
.sf-header.sf-mega-active.sf-header--bg-white .sf-logo-default {
  display: block !important;
}
.sf-header.sf-mega-active.sf-header--bg-white .sf-logo-light {
  opacity: 0;
  visibility: hidden;
}
.sf-header.sf-mega-active.sf-header--bg-white .sf-logo-transparent {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
.sf-header:hover .sf-menu__desktop-sub-menu {
  transition: none;
}
.sf__header-sticky .sf-header .header {
  transition: all 0.3s ease-in-out;
}
.sf-header__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--sf-header-bg, #fff);
  transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1),
    background 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.sf-mega-active .sf-header__bg {
  opacity: 1;
}
.sf-header__dropdown-bg {
  width: 100vw;
  height: calc(var(--sf-dropdown-height, 0px) * 1px);
  background: var(--sf-header-bg, #fff);
  transform-origin: top left;
  opacity: 0;
  top: 100%;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), background 0.15s,
    height 0.15s;
}
.sf-mega-active .sf-header__dropdown-bg {
  opacity: 1;
}
.sf-header__overlay {
  top: calc(var(--sf-topbar-height, 0px) + var(--sf-announcement-height, 0px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.sf-mega-active .sf-header__overlay {
  opacity: 1;
  visibility: visible;
}
.sf-topbar {
  align-items: center;
}
@media (min-width: 1024px) {
  .sf-topbar {
    display: flex;
  }
}
.sf-topbar {
  transition: background 0.05s;
  height: 40px;
  max-height: 40px;
}
.sf-topbar .sf-topbar__content a {
  text-decoration: underline;
}
.sf-topbar .sf-currency-switcher,
.sf-topbar .sf-language-switcher,
.sf-topbar .social-media-links a {
  padding: 0 0.5rem;
}
.sf-topbar .sf-currency-switcher form,
.sf-topbar .sf-language-switcher form,
.sf-topbar .social-media-links a form {
  padding: 0;
}
.sf-topbar .sf-currency-switcher select,
.sf-topbar .sf-language-switcher select,
.sf-topbar .social-media-links a select {
  background-image: var(--arrow-select-box-topbar);
}
.sf-menu-wrapper__desktop,
.sf-options-wrapper__desktop {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
}
.sf-sub-menu__link {
  display: block;
  overflow: hidden;
  white-space: normal;
  padding: 0.25rem 0.75rem;
  font-weight: 400;
  color: var(--sf-sub-item-color);
  transition: all 0.3s;
}
.sf-sub-menu__link:hover {
  color: var(--sf-sub-item-hover);
  background: var(--sf-sub-item-bg);
}
.sf-menu-submenu__title {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.sf-header--bg-black .sf-menu-submenu__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sf-logo {
  display: flex;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
}

.sf-header.stuck
  .header__wrapper:not(.transparent-on-top)
  header:not(.sf-header__mobile)
  .sf-logo
  a {
  width: 9em;
}
.sf-logo a {
  width: var(--logo-width-desktop, 150px);
}
.sf-logo .sf-image {
  transition: opacity 0.3s, visibiliy 0.3s;
}
.sf-logo-light {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  width: 100%;
}
.sf__header-sticky .sf-logo a {
  width: var(--logo-width-sticky);
}
.sf-user-tab-label {
  position: relative;
  margin-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  display: inline-block;
}
.sf-user-tab-label hr {
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  display: none;
  width: 100%;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.sf-menu-content {
  height: calc(var(--window-inner-height, 100vh));
}
.sf-menu-content.sf-sub-menu-open .mega-menu-customer {
  visibility: hidden;
}
.sf-menu-content.sf-sub-menu-open .sf-menu-links {
  height: calc(var(--window-inner-height, 100vh) - 3.25rem);
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .sf-header__mobile,
  .sf-menu-content,
  .sf-menu-content.sf-sub-menu-open .sf-menu-links {
    height: 100vh;
  }
}
.sf-menu__arrow {
  transition: transform 0.3s;
}
.sf-menu-item:hover .sf-menu__arrow {
  transform: rotateX(-180deg);
}
.sf-menu__dropdown {
  right: auto;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  transition: 0.3s ease-in-out !important;
  transform: translate3d(0, 20px, 0) !important;
  transform-origin: center !important;
}
.sf-menu-submenu__content.sf-menu-item--no-mega .sf-menu-submenu__content {
  padding: 0;
}
.sf-menu__desktop-sub-menu {
  min-width: 250px;
}
.sf-menu-item--active .sf-menu__desktop-sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transition: none !important;
  pointer-events: auto !important;
}
.sf-menu-submenu {
  pointer-events: none;
}
.sf-menu-submenu__content {
  --column-width: 200px;
  --items-width: calc(var(--total-columns) * var(--column-width, 200px));
}
@media (min-width: 1680px) {
  .sf-menu-submenu__content {
    --column-width: 250px;
  }
}
@media (min-width: 1920px) {
  .sf-menu-submenu__content {
    --column-width: 270px;
  }
}
.sf-menu-submenu--stretch-width .sf-menu-submenu__items {
  width: var(--items-width);
}
.sf-menu-submenu--stretch-width .sf-menu-submenu__addon {
  width: calc(100% - var(--items-width));
  flex: 1;
}
.sf-menu-item--active .sf-menu__inner {
  animation: menu_slide_in var(--sf-slide-trans-dur) both;
}
.sf-menu-item--no-mega {
  position: relative;
}
@keyframes menu_slide_reveal {
  0% {
    transform: rotateX(-15deg);
    opacity: 0;
  }
  to {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes menu_slide_in {
  0% {
    transform: translate3d(var(--sf-slide-from-val, 0), 0, 0);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes menu_slide_out {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  to {
    transform: translate3d(var(--sf-slide-to-val, 0), 0, 0);
    opacity: 0;
  }
}
.sf-search-form {
  height: 42px;
}
@media (min-width: 1280px) {
  .sf-search-form--full {
    min-width: 250px;
  }
  .sf-search-form > span {
    flex: 1;
  }
}
@media (max-width: 480px) {
  .sf-header__mobile > :last-child {
    padding-right: 0;
  }
}
.sf-customer-section__inner {
  overflow-y: auto;
  padding-bottom: 40px;
}
@media (max-width: 1440px) {
  .sf-menu-item a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.sf-menu-bar {
  position: relative;
  z-index: 1;
}
.sf-logo {
  font-size: 1rem;
}
.sf-sub-links .back svg {
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .home-banner__slideshow:hover
    .sf-slider__controls
    .sf-slider__controls-button {
    left: 1.5rem;
    opacity: 1;
  }
  .home-banner__slideshow:hover .sf-slider__controls .sf-slider__controls-next {
    right: 1.5rem;
  }
}
.home-banner__slideshow .swiper-wrapper {
  margin: 0;
}
.home-banner__slideshow .swiper-slide:not(.sf-slider--first) {
  display: none;
}
.home-banner__slideshow
  .swiper-container-initialized
  .swiper-slide:not(.sf-slider--first) {
  display: block;
}
.home-banner__slideshow .sf__slider {
  transition: height 0.25s ease;
}
@media (min-width: 768px) {
  .home-banner__slideshow .sf__slider--small .swiper-slide {
    height: 42vh;
  }
  .home-banner__slideshow .sf__slider--medium .swiper-slide {
    height: 62vh;
  }
  .home-banner__slideshow .sf__slider--large .swiper-slide {
    height: 100vh;
  }
  .home-banner__slideshow .sf__slider--fullscreen .swiper-slide {
    height: calc(
      100vh - var(--main-content-padding-top, var(--sf-header-height, 0px)) -
        var(--sf-topbar-height, 0px) - var(--sf-announcement-height, 0px)
    );
  }
  .home-banner__slideshow .sf__slider--adapt .swiper-slide {
    height: var(--slide-height, 100vh);
  }
}
.home-banner__slideshow .sf-slider__controls-button {
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.home-banner__slideshow
  .swiper-slide
  .sf__slide-content:not(.sf__slide-content--mobile) {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
}
.home-banner__slideshow .sf-slider__controls .sf-slider__controls-next {
  right: 0;
  left: auto !important;
}
@media screen and (max-width: 767px) {
  .home-banner__slideshow .sf-slider__controls {
    margin: 0;
  }
}
.home-banner__slideshow
  .sf__slide-block.slide__block-desktop
  a.sf__btn-secondary {
  color: var(--btn-color, #000);
  border-color: var(--btn-color, #000);
}
.home-banner__slideshow
  .sf__slide-block.slide__block-desktop
  a.sf__btn-secondary:hover {
  border-color: var(--btn-color) !important;
  background: var(--btn-color) !important;
  color: var(--btn-color-hover) !important;
  box-shadow: 0 0 0 0.2rem var(--btn-color) !important;
}
.home-banner__slideshow .sf__slide-block.slide__block-desktop a.sf__btn-link {
  color: var(--btn-color, #000);
}
.home-banner__slideshow
  .sf__slide-block.slide__block-desktop
  a.sf__btn-link:after,
.home-banner__slideshow
  .sf__slide-block.slide__block-desktop
  a.sf__btn-link:before {
  background-color: var(--btn-color, #000);
}
@media (min-width: 768px) {
  .home-banner__slideshow[class*='sf-slider__pagination'] .sf-slider__controls {
    margin: 0;
  }
  .home-banner__slideshow[class*='sf-slider__pagination'] .swiper-pagination {
    flex-flow: column;
    display: inline-flex;
    position: absolute;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin: 0;
  }
  .home-banner__slideshow[class*='sf-slider__pagination']
    .swiper-pagination-bullet {
    margin: 10px 0;
  }
  .home-banner__slideshow.sf-slider__pagination--right .swiper-pagination {
    left: auto;
    right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .home-banner__slideshow .sf__slide-image {
    will-change: height;
    transition: all 0.25s ease;
  }
  .home-banner__slideshow .sf__slide-image .sf__placeholder-svg {
    height: 200px;
  }
  .home-banner__slideshow .swiper-pagination {
    position: static !important;
    width: auto;
    margin: 0;
    bottom: 0;
  }
  .home-banner__slideshow .sf-slider__controls-button {
    position: relative;
    transform: none;
    color: #000;
    opacity: 1;
    border: none;
  }
  .home-banner__slideshow .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.sf__slide-block[class*='--middle-'] {
  align-items: center;
}
.sf__slide-block[class*='--top-'] {
  align-items: flex-start;
}
.sf__slide-block[class*='--bottom-'] {
  align-items: flex-end;
}
.sf__slide-block--bottom-center,
.sf__slide-block--middle-center,
.sf__slide-block--top-center {
  justify-content: center;
}
.sf__slide-block--bottom-left,
.sf__slide-block--middle-left,
.sf__slide-block--top-left {
  justify-content: flex-start;
}
.sf__slide-block--bottom-right,
.sf__slide-block--middle-right,
.sf__slide-block--top-right {
  justify-content: flex-end;
}
.sf__slideshow-overlay:before {
  content: '';
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay);
}
.sf__slide-bg,
.sf__slideshow-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.sf__slide-bg {
  transition: all 3s;
  transform: scale(1.01) translateZ(0);
  backface-visibility: hidden;
  transform-origin: center;
}
.swiper-slide-active .sf__slide-bg {
  transform: scale(1) translateZ(0);
  backface-visibility: hidden;
}
.sf__slide-bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-slide .sf__slide-content,
.swiper-slide .sf__slide-footer {
  opacity: 0;
}
.swiper-slide .sf__slide-content:not(.sf__slide-content--mobile),
.swiper-slide .sf__slide-footer:not(.sf__slide-content--mobile) {
  -webkit-animation-name: none;
  animation-name: none;
}
.swiper-slide.swiper-slide-active .sf__slide-content {
  opacity: 1;
}
.swiper-slide.swiper-slide-active
  .sf__slide-content:not(.sf__slide-content--mobile) {
  -webkit-animation-name: moPopUp;
  animation-name: moPopUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide.swiper-slide-active .sf__slide-footer {
  opacity: 1;
  -webkit-animation-name: moLeftToRight;
  animation-name: moLeftToRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .swiper-slide .sf__slide-footer {
    display: none;
  }
}
.sf-slider__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sf-slider--has-link .sf__slide-content {
  pointer-events: none;
  z-index: 2;
}
.sf-slider--has-link .sf__mobile-button,
.sf-slider--has-link .slide__block-link {
  pointer-events: auto;
}
.sf-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sf-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
}
.sf-hero__bg,
.sf-hero__bg img {
  width: 100%;
  height: 100%;
}
.sf-hero--has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay);
}
@media screen and (max-width: 767px) {
  .sf-hero--has-overlay.sf-hero__mobile-no-overlay:before {
    display: none;
  }
}
.sf-hero__inner {
  position: relative;
  z-index: 1;
}
.sf-hero__inner[class*='--middle-'] {
  align-items: center;
}
.sf-hero__inner[class*='--top-'] {
  align-items: flex-start;
}
.sf-hero__inner[class*='--bottom-'] {
  align-items: flex-end;
}
.sf-hero__inner--bottom-center,
.sf-hero__inner--middle-center,
.sf-hero__inner--top-center {
  justify-content: center;
}
.sf-hero__inner--bottom-left,
.sf-hero__inner--middle-left,
.sf-hero__inner--top-left {
  justify-content: flex-start;
}
.sf-hero__inner--bottom-right,
.sf-hero__inner--middle-right,
.sf-hero__inner--top-right {
  justify-content: flex-end;
}
.sf-hero--small .sf-hero__inner {
  height: 40vh;
}
.sf-hero--medium .sf-hero__inner {
  height: 62vh;
}
.sf-hero--large .sf-hero__inner {
  height: 75vh;
}
.sf-hero--fullscreen .sf-hero__inner {
  height: 100vh;
}
.sf-hero--adapt .sf-hero__inner {
  height: var(--slide-height, 100vh);
}
.sf-hero__inner
  .sf-hero__content
  .sf-hero__btn
  .sf__btn-link.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf-hero__inner
  .sf-hero__content
  .sf-hero__btn
  .sf__btn-secondary.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sf-hero__inner .sf-hero__content .sf-hero__btn .sf__btn.sf__btn-link,
.sf-hero__inner .sf-hero__content .sf-hero__btn .sf__btn.sf__btn-secondary {
  border-color: var(--content-color);
  color: var(--content-color);
}
.sf-hero__title {
  font-size: 48px;
  line-height: normal;
}
.sf-hero__subtitle,
.sf-hero__title {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.sf-hero__content p {
  margin-top: 0;
}
.sf-hero__btn {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sf-hero .sf-hero__inner {
    height: auto !important;
  }
  .sf-hero .sf-hero__inner .sf-hero__content br {
    display: none;
  }
  .sf-hero .sf-hero--fullscreen .sf-hero__inner,
  .sf-hero .sf-hero--large .sf-hero__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .sf-hero--has-link .sf-hero__inner {
    pointer-events: none;
  }
}
.sf-hero--has-link:not(.sf-hero__mobile-no-overlay) .sf-hero__inner {
  pointer-events: none;
}
.sf-hero--has-link .sf-hero__btn {
  pointer-events: auto;
}
.sf__banner-with-slider .sf__slide-content .sf__content-subheading {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .sf__banner-with-slider .sf__slide-content .sf__content-subheading {
    margin-bottom: 1.75rem;
  }
}
.sf__banner-with-slider .sf__slide-content .sf__content-heading {
  margin-bottom: 0.625rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  .sf__banner-with-slider .sf__slide-content .sf__content-heading {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1279px) {
  .sf__banner-with-slider .sf__slide-content .sf__content-heading {
    font-size: 36px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .sf__banner-with-slider .sf__slide-content .sf__content-heading {
    font-size: 30px;
    line-height: 43px;
  }
}
.grecaptcha-badge {
  display: none;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1536px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.container {
  max-width: calc(var(--container-width, 1280) * 1px);
}
.container-fluid {
  --offset-x: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--fluid-container-width, 1620px) + var(--offset-x) * 2);
  padding-left: var(--offset-x);
  padding-right: var(--offset-x);
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid {
    --offset-x: calc(var(--fluid-container-offset, 6rem) / 1.25);
  }
}
@media screen and (min-width: 1536px) {
  .container-fluid {
    --offset-x: var(--fluid-container-offset, 6rem);
  }
}
.container-narrow {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.section-my {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1535px) {
  .section-my {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .section-my {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-my {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.section-py {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1535px) {
  .section-py {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .section-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-py {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1535px) {
  .section__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .section__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section__header {
    margin-bottom: 30px;
  }
}
.section__header.text-center {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1535px) {
  .section__heading {
    font-size: 55px !important;
    line-height: 44px !important;
  }
}
@media screen and (max-width: 1279px) {
  .section__heading {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .section__heading {
    font-size: 27px !important;
    line-height: normal !important;
  }
  .section__heading br {
    display: none;
  }
  .section__subheading {
    font-size: 10px;
    margin-bottom: 0 !important;
  }
}
.bg-dark .section__heading {
  color: #fff;
}

.section__description {
  margin-top: 1rem;
  font-size: calc(var(--font-base-size, 16) * 1px);
  color: var(--color-sub-text);
}
.section__description a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.section__description a:hover {
  color: var(--color-primary);
}
.bg-dark,
.bg-dark .section__description,
.bg-dark :not(.text-black):not(.not-change) {
  color: #fff;
}
.bg-dark .text-color-secondary:not(.not-change),
.bg-dark .text-color-subtext:not(.not-change) {
  opacity: 0.6;
}
.bg-dark a:not(.text-black):not(.not-change):hover {
  color: hsla(0, 0%, 100%, 0.5);
}
.bg-dark .sf__btn-icon {
  color: #000 !important;
}
.bg-dark .sf__btn-icon .sf__tooltip-content,
.bg-dark .sf__btn-icon:hover {
  color: #fff !important;
}
.bg-dark .sf__btn-icon * {
  color: currentColor !important;
}
.text-size--large {
  font-size: 6rem;
  line-height: 1;
}
.text-size--medium {
  font-size: 4.5rem;
  line-height: 1;
}
.font-weight--light {
  font-weight: 300;
}
.font-weight--normal {
  font-weight: 400;
}
.font-weight--medium {
  font-weight: 500;
}
.font-weight--semibold {
  font-weight: 600;
}
.font-weight--bold {
  font-weight: 700;
}
.font-weight--extrabold {
  font-weight: 800;
}
.font-weight--black {
  font-weight: 900;
}
.letter-spacing-xs {
  letter-spacing: 0.7px;
}
.letter-spacing--normal {
  letter-spacing: 2px;
}
.letter-spacing--small {
  letter-spacing: 4px;
}
.letter-spacing--medium {
  letter-spacing: 8px;
}
.letter-spacing--large {
  letter-spacing: 12.5px;
}
.text--upper {
  text-transform: uppercase;
}
.text--lower {
  text-transform: lowercase;
}
.text--capitalize {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .rte br,
  .rte p br {
    display: none;
  }
}
.swiper-container {
  display: block;
}
@media (max-width: 767px) {
  .swiper .swiper-pagination {
    margin: 0;
    width: auto;
  }
}
.swiper--equal-height .swiper-slide {
  height: auto;
}
.swiper--equal-height .swiper-slide > * {
  height: 100%;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  padding: 0;
  pointer-events: auto;
}
.swiper-pagination--vertical {
  flex-flow: column;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: none;
  appearance: none;
  margin: 4px 8px;
  transition: 0.25s;
  background: none;
  position: relative;
  border: 2px solid transparent;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination--vertical .swiper-pagination-bullet {
  margin: 10px 0;
}
.swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.swiper-pagination-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-body-text);
  position: absolute;
  top: 1px;
  left: 1px;
  transition: 0.25s;
}
.swiper-pagination-bullet-active {
  border-color: var(--color-body-text);
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:after {
  background-color: transparent !important;
}
.sf-slider__controls {
  pointer-events: none;
}
.sf-slider__controls button {
  outline: none;
  box-shadow: none;
  padding: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  border-color: var(--color-border);
  z-index: 1;
  transition: all 0.3s ease;
  flex: 0 0 auto;
}
@media screen and (min-width: 1280px) {
  .sf-slider__controls button:hover {
    background: var(--color-btn-bg, var(--color-primary-darker));
    color: var(--color-btn-text, #fff);
    border-color: var(--color-btn-bg-hover);
    box-shadow: 0 0 0 0.2rem var(--color-btn-bg-hover);
  }
}
.sf-slider__controls button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.sf-slider__controls--absolute button {
  position: absolute;
  top: var(--offset-top, 50%);
  transform: translateY(-50%);
  left: -80px;
}
@media (min-width: 768px) {
  .sf-slider__controls--absolute button {
    margin-top: calc(var(--nav-offset, 0px) * -1);
  }
}
.sf-slider__controls--absolute button.sf-slider__controls-next {
  left: auto !important;
  right: -80px;
}
.sf-slider__controls--full button {
  left: 30px;
  background: #fff;
}
.sf-slider__controls--full button.sf-slider__controls-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .sf-slider__controls {
    max-width: 100vw;
  }
}
.sf-grid {
  margin: 0 calc(var(--column-gap) / -2)
    calc(var(--row-gap, var(--column-gap)) / -1) !important;
}
@media screen and (max-width: 1279px) {
  .sf-grid {
    margin: 0 calc(var(--column-gap) / 2 / -2)
      calc(var(--row-gap, var(--column-gap)) / 2 / -1) !important;
  }
}
@media screen and (max-width: 767px) {
  .sf-grid {
    margin: 0 calc(var(--column-gap-mobile, var(--column-gap)) / -2)
      calc(var(--row-gap-mobile, var(--column-gap)) / -1) !important;
  }
}
.sf-column {
  padding: 0 calc(var(--column-gap) / 2) var(--row-gap, var(--column-gap));
}
@media screen and (max-width: 1279px) {
  .sf-column {
    padding: 0 calc(var(--column-gap) / 2 / 2)
      calc(var(--row-gap, var(--column-gap)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sf-column {
    padding: 0 calc(var(--column-gap-mobile, var(--column-gap)) / 2)
      calc(var(--row-gap-mobile, var(--column-gap)));
  }
}
.sf-modal {
  z-index: 99;
}
.sf-modal__close {
  right: 15px;
  top: 15px;
}
@media (max-width: 767px) {
  .sf-modal__close {
    right: 5px;
    top: 5px;
  }
}
.overflow-y-auto {
  overflow-y: auto;
}
.sf-modal__content {
  overflow-y: auto;
  overflow-x: hidden;
}
.sf-modal__content-inner {
  overflow-x: auto;
}
.sf-sharing {
  padding: 24px;
  width: 380px;
}
.sf-sharing .form-control {
  margin: 0;
}
.sf-sharing label {
  margin-bottom: 14px;
  display: block;
}
.sf-sharing .sf-sharing__socials {
  margin-top: 20px;
}
.sf-sharing .sf-sharing__socials a:hover {
  opacity: 0.7;
}
.sf-sharing .sf-modal__close {
  top: 2px;
  right: 2px;
}
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  margin-bottom: 0.85em;
  margin-top: 1em;
}
.prose p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.app-block {
  padding: 1rem 0;
}
.sf__tooltip-content,
article:empty,
dl:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty,
section:empty,
ul:empty {
  display: none;
}
.truncate-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: var(--product-title-line-clamp, unset);
  -webkit-box-orient: vertical;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded-disabled,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.disabled,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:disabled {
  pointer-events: none;
  border-color: var(--border-color-2);
  color: var(--color-disabled);
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not(
    [disabled]
  ) {
  background: var(--color-btn-bg-hover, #000) !important;
  color: var(--color-btn-text-hover, #fff);
}
.additional-checkout-buttons ul[data-shopify-buttoncontainer] {
  margin-top: 10px !important;
}
.additional-checkout-buttons ul[data-shopify-buttoncontainer] li {
  flex-grow: 1 !important;
}
.ssw-faveiticon {
  position: relative !important;
  display: flex;
  align-items: center;
}
.ssw-faveiticon:hover i {
  color: var(--color-primary);
}
.ssw-socialconnect {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ssw-social-login-widget .ssw-socialconnect > div > a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 44px !important;
}
.ssw-social-login-widget .ssw-socialconnect > div > a i[class*='ssw-icon'] {
  transform: none !important;
}
.ssw-stars > i {
  font-size: 16px !important;
}
.agree-terms {
  width: 100%;
  margin-top: 20px;
}
.agree-terms label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.agree-terms span {
  margin-left: 12px;
}
.agree-terms p {
  margin: 0;
}
.agree-terms a {
  text-decoration: underline;
}
body {
  transition: opacity 0.15s ease-in-out;
  opacity: var(--sf-page-opacity, 0) !important;
}
.sf-currency-switcher,
.sf-language-switcher {
  display: none;
}
/*# sourceMappingURL=theme.css.map */

/* CUSTOMIZATIONS */
/* Main pages */
.section__subheading {
  letter-spacing: 1.4px;
}
.scd__header {
  border-bottom: 1px solid #ccc;
  padding: 74px 0 40px;
}
.scd__header h3 {
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
.scd__body {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .scd__body {
    padding-top: 0;
  }
}
.scd__content .mx-6 {
  margin-left: 30px;
  margin-right: 30px;
}
.scd__content .px-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.scd__summary {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}
.scd-item__info {
  text-transform: uppercase;
}
.scd__footer {
  background-color: transparent;
  padding-bottom: 30px;
}
.scd__subtotal :not(.scd__subtotal-price) {
  font-family: 'SF-Heading-font';
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.scd__subtotal-price {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.drawer-quantity-container {
  height: 60px;
}
.scd-item__quantity {
  border: 1px solid #5b5b5b;
  height: 60px;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: space-around;
  border-radius: 0;
}
.scd-item__image > a > img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.scd-item__info {
  min-height: 150px;
}
.scd__summary .summary-info {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .scd__header h3 {
    font-size: 27px;
  }
  .scd__header {
    padding-top: 68px;
  }
  .scd-item__quantity {
    width: 170px;
    height: 50px;
  }
  .scd__subtotal :not(.scd__subtotal-price) {
    font-size: 20px;
  }
  .scd__subtotal-price {
    font-size: 16px;
  }
  .scd__summary {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .scd__summary .summary-info {
    margin-top: 12px;
  }
  .scd__content .mx-6 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .scd__content .px-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .scd__footer {
    padding-bottom: 20px;
  }
  .drawer-quantity-container {
    height: 50px;
  }
  .scd-item__info {
    min-height: 120px;
  }
  .scd-item__image > a > img {
    aspect-ratio: 3 / 4;
  }
}

.sf__pcard-name {
  font-family: 'SF-Body-font';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
}
.section__header {
  position: relative;
}
.shop-all-btn {
  gap: 31px;
  align-items: center;
  right: 0;
  bottom: 7px;
}
.shop-all-btn span {
  letter-spacing: 0.1em;
}
.shop-all-btn:hover span {
  text-decoration: underline;
}
#contact_form #textareaMessage {
  resize: none;
}
.sf-menu-logo-bar {
  transition: padding 0.15s;
  padding-top: 18px;
}
.sf-header.stuck .header__wrapper:not(.transparent-on-top) .sf-menu-logo-bar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.transparent-on-top .sf-menu-logo-bar,
.sf-header:not(.stuck) .sf-menu-logo-bar {
  align-items: flex-start;
  padding-top: 50px;
}
.sf__custom-select:has(.collection-filters__sort) .select-items {
  padding: 22px 35px 27px;
}
.sf__custom-select:has(.collection-filters__sort) .select-items > div {
  padding: 8px 0;
}
.form-control.mb-\[74px\] {
  margin-bottom: 74px;
}
.form_submit.sf__btn.sf__btn-primary {
  padding: 20px;
  background-color: #5b5b5b;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form_submit.sf__btn.sf__btn-primary:hover {
  background-color: #5b5b5bbf;
}
/* Account pages*/
.customer-name {
  margin-top: 90px;
  color: #5b5b5b;
  font-family: 'SF-Heading-font';
  font-size: 55px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 120px;
}
.template-account .detail-item {
  margin: 39px 0 74px;
  padding-bottom: 9px;
  max-width: 460px;
  width: 100%;
}
.template-account .detail-item .label,
.template-addresses .label {
  width: 110px;
  text-transform: uppercase;
}
.outer-container {
  min-width: 88vw;
  margin-top: 200px;
  padding-left: 84px;
  padding-right: 84px;
}
.template-account .sf__btn.flex,
.template-addresses .sf__btn.flex {
  display: flex;
  max-width: 460px;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.template-addresses .sf-customer__address-info > div.flex {
  max-width: 720px;
}
.template-addresses .address-form .form-control {
  border: none;
  padding: 0;
  margin: 0;
}
.template-addresses .address-form .form-control::placeholder {
  opacity: 0;
}
.template-addresses .address-form label {
  margin-bottom: 0;
  width: 110px;
  margin-right: 5px;
  height: fit-content;
}
.template-addresses .address-form .form-group {
  display: flex;
  border-bottom: 1px solid #5b5b5b;
  align-items: baseline;
  padding-bottom: 9px;
  gap: 5px;
  margin-bottom: 74px;
}

.prod__option--dropdown .sf__select-bordered,
.quantity-input-container {
  border: 1px solid #5b5b5b;
  height: 60px;
  display: flex;
  align-items: center;
}
.prod__option--dropdown .sf__select-bordered {
  padding: 0 24px;
}
.prod__option--dropdown
  .sf__select-bordered
  .sf-product-variant-option-dropdown {
  padding-right: 20px;
}
.quantity-input-container {
  padding: 0px 4px;
}
.order-history th {
  font-weight: 400;
}
@media (max-width: 767px) {
  .prod__option--dropdown .sf__select-bordered {
    padding: 0 16px;
  }
  .prod__option--dropdown .sf__select-bordered,
  .quantity-input-container {
    height: 50px;
  }
  .shop-all-btn {
    gap: 16px;
  }
}

/* Restyle swiper pagination */
.sf-slider__controls .swiper-pagination-bullets span.sf__dot,
.swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  border: none;
  border-bottom: 2px solid #fff;
  height: 10px;
  cursor: pointer;
  border-radius: 0;
}
.sf-slider__controls .swiper-pagination-bullets span.sf__dot-active,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #d9d9d9;
}
.sf-slider__controls .swiper-pagination-bullets span.sf__dot:before {
  display: none;
}
.sf-slider__controls .swiper-pagination-bullets span.sf__dot svg {
  display: none;
}

.sf-slider__controls .swiper-pagination-bullets.swiper-pagination {
  gap: 10px;
}
.swiper-pagination .swiper-pagination-bullet::after {
  display: none;
}
.spr-starrating > * {
  font-size: 12px;
}
.mobile-drawer-header {
  height: 90px;
  padding: 20px 14px;
}
.sf-sub-links {
  padding: 0 20px;
}
.sf-menu-links svg {
  width: 10px;
}
.sf-menu__content .py-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sf-menu__content .py-2\.5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sf-menu__content .py-2 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.sf-menu__content .selected {
  color: #5b5b5b80;
  pointer-events: none;
}
.sf-menu__content .sale {
  color: #d1c2a5;
}
.sf-menu__content .sale.selected {
  color: #e7d8bc;
}
.menu-content,
.mega-menu-customer {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.mega-menu-customer {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media (max-width: 1023px) {
  #shopify-section-footer .sf__footer-bottom .container-fluid {
    padding-top: 20px;
  }
  .sf-footer__center {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --font-btn-size: 10px;
    --font-base-size: 10;
  }
  #shopify-section-footer p {
    line-height: 16px;
    letter-spacing: 0.5px;
  }
  .mt-large {
    margin-top: 60px;
  }
}
#shopify-section-footer .sf-footer__accordion {
  gap: 30px;
}
#shopify-section-footer .sf-footer__accordion .sf__footer-block-title {
  font-size: 18px;
  padding-bottom: 20px;
}
#shopify-section-footer .sf-footer__accordion .sf__accordion-button::after {
  display: none;
}

/* FORMS */
.sf-customer__forms .message-label {
  color: #5b5b5b;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.sf-customer__forms #textareaMessage {
  letter-spacing: 0.7px;
}

.form-reset-password .input-label,
.sf-customer__forms-register .input-label,
.sf-customer__forms .input-label {
  width: 135px;
  margin-right: 20px;
  text-transform: uppercase;
}
.form-reset-password .input-label {
  width: 192px;
}
.form-reset-password .border-b.border-black > input,
.sf-customer__forms-register .border-b.border-black > input,
.sf-customer__forms .border-b.border-black > input {
  border: none;
  padding: 0;
  padding-bottom: 8px;
  margin: 0;
}
.sf-customer__forms,
.form-reset-password {
  margin-bottom: 380px;
  padding-bottom: 0;
}
.sf-customer__forms-register {
  margin-bottom: 237px;
}
.page-header__title.sf-customer__reset-password,
.page-header__title.sf-customer__login {
  margin-bottom: -40px;
}
#contact_form input,
.form-reset-password .form-control,
.sf-customer__forms .form-control,
.sf-customer__forms-register .form-control {
  text-transform: none;
}
.sf-customer__forms input::placeholder,
.sf-customer__forms-register .form-control::placeholder,
.sf-customer__forms .form-control::placeholder {
  visibility: hidden;
}
.form-reset-password .form-error,
.sf-customer__forms .form-error,
.sf-customer__forms-register .form-error,
#contact_form .form-error {
  margin-bottom: 142px;
}
.form-reset-password .form-error .error-text,
.sf-customer__forms .form-error .error-text,
.sf-customer__forms-register .form-error .error-text,
#contact_form .form-error .error-text {
  margin-left: auto;
  margin-right: auto;
}
.recover-password-submit {
  margin-top: 100px;
}
.template-addresses .sf-customer__address:not(:last-of-type) {
  margin-bottom: 94px;
}
.account-panel {
  gap: 14%;
}
.account-container {
  gap: 50px;
  min-height: 600px;
}
.address-link-actions-container {
  margin-top: 50px;
}
.new-address-container {
  margin-bottom: 30px;
}
.account-panel .form_submit.sf__btn.sf__btn-primary {
  margin-left: 0;
  width: 100%;
  max-width: 460px;
}
.sf__btn.hidden {
  display: none;
}
.template-addresses
  .update-form:not(:has(.sf-customer-form__edit-wrapper.hidden))
  h3 {
  display: block;
}
.sf-customer__address form input:not([type='checkbox']),
.sf-customer__address form select,
.sf-customer__address form .form-control {
  flex: 1;
}
.account-panel .set-as-default-container {
  margin-bottom: 74px;
  display: flex;
  gap: 20px;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .outer-container:has(.account-container) {
    padding-left: 20px;
    padding-right: 20px;
    width: 100vw;
  }
  .account-container {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .page-header__title.sf-customer__reset-password,
  .page-header__title.sf-customer__login {
    margin-bottom: 0;
  }
  #customer_login .input-label {
    width: 100px;
  }
  .sf-customer__forms #textareaMessage {
    height: 8rem;
  }
  .form-reset-password .mb-\[50px\],
  .sf-customer__forms .mb-\[50px\] {
    margin-bottom: 30px;
  }
  .sf-customer__forms .input-container-1 {
    gap: 50px;
    margin-bottom: 60px;
  }
  .sf-customer__forms .form_submit {
    padding: 20px;
  }
  .sf-customer__forms {
    margin-bottom: 90px;
  }
  .form_submit.sf__btn.sf__btn-primary {
    padding: 20px;
  }
  .sf-customer__forms-register.container-fluid,
  .sf-customer__forms.container-fluid,
  .form-reset-password.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
    width: 100vw;
  }
  .form-reset-password .mb-\[74px\],
  .sf-customer__forms .mb-\[74px\],
  .sf-customer__forms-register .mb-\[74px\],
  .account-panel .mb-\[74px\],
  .template-addresses .address-form .form-group,
  .account-panel .set-as-default-container {
    margin-bottom: 50px;
  }
  .sf-customer__forms-register .register-description {
    margin-bottom: 45px;
    padding: 0 5%;
  }
  .sf-customer__forms-register {
    margin-bottom: 90px;
  }
  .sf-customer__forms .mb-\[142px\] {
    margin-bottom: 77px;
  }
  .recover-password-submit {
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .form-reset-password .input-label {
    width: 170px;
  }
  .form-reset-password.container-fluid {
    margin-bottom: 90px;
  }
  .sf-customer__nav {
    gap: 20px;
    margin-bottom: 60px;
  }
  .customer-name {
    order: -1;
    text-align: center;
    font-size: 27px;
  }
  .outer-container,
  .outer-container:has(.account-container) {
    margin-top: 142px;
    padding: 0 40px;
    margin-bottom: 90px;
    width: 100vw;
  }
  .customer-name {
    margin-top: 0;
    margin-bottom: 36px;
  }
  .template-account .sf__btn.flex,
  .template-addresses .sf__btn.flex {
    height: 50px;
  }
  .template-account .text-\[24px\],
  .template-addresses .text-\[24px\] {
    font-size: 18px;
  }
  .template-account .detail-item {
    margin-top: 29px;
    margin-bottom: 50px;
  }
  .template-account .detail-item .label,
  .template-addresses .label {
    width: 80px;
  }
  .template-account .text-\[24px\].mb-8 {
    margin-bottom: 12px;
  }
  .template-account .mb-16 {
    margin-bottom: 28px;
  }
  .template-addresses .sf-customer__address .mb-\[40px\] {
    margin-bottom: 29px;
  }
  .template-addresses .sf-customer__address .mb-\[74px\] {
    margin-bottom: 50px;
  }
  .account-container {
    gap: 60px;
    min-height: auto;
  }
  .template-addresses .sf-customer__address {
    margin-bottom: 90px;
  }
  .template-addresses .address-form label {
    width: 75px;
    margin-right: 5px;
    height: fit-content;
  }
  .address-link-actions-container {
    margin-top: 30px;
  }
  .account-panel .set-as-default-container {
    gap: 17px;
  }
}
.default-address-container .set-as-default-container {
  display: none;
}
.account-panel:has(.default-address-container .sf-customer__address-info.hidden)
  .panel-right {
  visibility: hidden;
}
.other-addresses-container:not(:has(.sf-customer__address)) {
  display: none;
}
.spacing-container {
  width: 460px;
}

.account-panel:not(
    :has(.new-address-container .sf-customer-form__new-wrapper.hidden)
  )
  .other-addresses-container,
.account-panel:not(
    :has(.new-address-container .sf-customer-form__new-wrapper.hidden)
  )
  .default-address-container {
  display: none;
}
.account-panel:not(
    :has(.new-address-container .sf-customer-form__new-wrapper.hidden)
  )
  .spacing-container,
.account-panel:has(
    .other-addresses-container .sf-customer-form__edit-wrapper:not(.hidden)
  )
  .spacing-container,
.account-panel:has(
    .other-addresses-container .sf-customer-form__edit-wrapper:not(.hidden)
  )
  .update-form-title {
  display: block;
}
.account-panel:not(
    :has(.new-address-container .sf-customer-form__new-wrapper.hidden)
  )
  .panel-right
  .new-address-container,
.account-panel:has(
    .other-addresses-container .sf-customer-form__edit-wrapper:not(.hidden)
  )
  .panel-right
  .other-addresses-container {
  max-width: none;
  flex-grow: 1;
}

.account-panel:has(
    .other-addresses-container .sf-customer-form__edit-wrapper:not(.hidden)
  )
  .default-address-container,
.account-panel:has(
    .other-addresses-container .sf-customer-form__edit-wrapper:not(.hidden)
  )
  .new-address-container,
.account-panel:has(
    .other-addresses-container .sf-customer-form__edit-wrapper:not(.hidden)
  )
  .other-addresses-container
  h2:not(.update-form-title) {
  display: none;
}

.account-panel:has(
    .other-addresses-container .sf-customer-form__edit-wrapper:not(.hidden)
  )
  .sf-customer__address:has(.sf-customer-form__edit-wrapper.hidden) {
  display: none;
}
.order-container {
  gap: 215px;
  justify-content: space-between;
}
.order-table thead th:nth-child(1),
.order-table tbody td:nth-child(1) {
  width: 34%;
}
.order-table thead th:nth-child(2),
.order-table tbody td:nth-child(2) {
  width: 18%;
}
.order-table thead th:nth-child(3),
.order-table tbody td:nth-child(3) {
  width: 18%;
}
.order-table thead th:nth-child(4),
.order-table tbody td:nth-child(4) {
  width: 15%;
}
.order-table thead th:last-child,
.order-table tbody td:last-child {
  flex-grow: 1;
}

.order-history-table thead th:nth-child(1),
.order-history-table tbody td:nth-child(1) {
  width: 17%;
}
.order-history-table {
  min-width: 400px;
}
.order-history-table thead th:nth-child(2),
.order-history-table tbody td:nth-child(2) {
  width: 30%;
}
.order-history-table thead th:nth-child(3),
.order-history-table tbody td:nth-child(3) {
  width: 18%;
}
.order-history-table thead th:nth-child(4),
.order-history-table tbody td:nth-child(4) {
  width: 15%;
}
.order-history-table thead th:last-child,
.order-history-table tbody td:last-child {
  flex-grow: 1;
}
.order-container .order-left > div {
  max-width: 720px;
}
.order-container .order-right > div {
  max-width: 460px;
}
.order-container th {
  font-weight: 400;
}
.order-container tfoot tr {
  display: flex;
  justify-content: space-between;
}
.order-container tfoot tr:first-child {
  padding-top: 16px;
}
.order-container tfoot tr:not(:last-of-type) {
  margin-bottom: 30px;
}
.order-container tfoot tr:not(:last-of-type).tax {
  margin-bottom: 9px;
}
.order-container .total {
  padding-top: 63px;
  border-top: 1px solid #5b5b5b;
  font-size: 24px;
}
.order-container .total .label {
  font-family: 'Sf-Heading-font';
}
.order-container h3 {
  font-size: 24px;
  padding: 0;
  line-height: normal;
}
.order-container .status {
  padding-bottom: 9px;
  text-transform: uppercase;
  border-bottom: 1px solid #5b5b5b;
  gap: 60px;
  display: flex;
  margin-top: 40px;
  margin-bottom: 43px;
}
.order-container .address::first-line {
  font-size: 24px;
  font-family: 'Sf-Heading-font';
  line-height: 80px;
}
.outer-container:has(.order-container) {
  margin-bottom: 180px;
}

input[type='checkbox'] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  font: inherit;
  color: currentColor;
  width: 25px;
  height: 25px;
  border: 1px solid #5b5b5b;
  display: grid;
  place-content: center;
}

.order-history-mobile {
  gap: ;
}
.order-history-mobile .row {
  display: flex;
  justify-content: space-between;
}
.order-history-mobile .label {
  text-transform: uppercase;
}
.order-history-mobile .table:first-of-type {
  margin-top: 18px;
}
.order-history-mobile .table:not(:last-of-type) {
  margin-bottom: 50px;
}
.order-history-mobile .row {
  margin-bottom: 12px;
}
.order-history-mobile .row.id {
  padding-bottom: 8px;
  border-bottom: 1px solid #5b5b5b;
  margin-bottom: 20px;
}
.order-history-mobile .id > * {
  display: flex;
  gap: 16px;
  align-items: center;
}
.order-history-mobile .row > .label {
  width: 60%;
}
.order-history-mobile .row > div:not(.label) {
  flex-grow: 1;
}

.template-order .customer-name {
  text-align: left;
}
.order-container-mobile .line-item {
  margin-bottom: 50px;
}
.order-container-mobile .row {
  display: flex;
  margin-bottom: 12px;
}
.order-container-mobile .title {
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #5b5b5b;
  margin-bottom: 20px;
}
.order-container-mobile .row .label {
  width: 60%;
  text-transform: uppercase;
}
.order-container-mobile .row > div:not(.label) {
  flex-grow: 1;
}
.order-container-mobile .summary-rows {
  margin-bottom: 90px;
}
.order-container-mobile .summary-rows .row .label {
  text-transform: capitalize;
}
.order-container-mobile .summary-rows .row.tax {
  margin-bottom: 8px;
}
.order-container-mobile .summary-rows .row.total {
  padding-top: 20px;
  border-top: 1px solid #5b5b5b;
  font-size: 20px;
}
.order-container-mobile .summary-rows .row.total .label {
  font-family: 'Sf-Heading-font';
}
.order-container-mobile .address-rows h3 {
  font-size: 18px;
  margin-bottom: 29px;
}
.order-container-mobile .address-rows .label {
  width: 60%;
}
.order-container-mobile .address-rows .status {
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #5b5b5b;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.order-container-mobile .address-rows .address {
  margin-bottom: 50px;
  display: flex;
}
.order-container-mobile .address-rows .address .label {
  width: 60%;
  font-size: 18px;
  font-family: 'Sf-Heading-font';
}

input[type='checkbox']::before {
  content: '';
  width: 15px;
  height: 15px;
  transform: scale(0);
  box-shadow: inset 2rem 2rem #5b5b5b;
}

input[type='checkbox']:checked::before {
  transform: scale(1);
}

@media (max-width: 767px) {
  input[type='checkbox'] {
    width: 16px;
    height: 16px;
  }

  input[type='checkbox']::before {
    width: 10px;
    height: 10px;
  }
}

.chat-toggle,
.btn-scroll-top {
  border-radius: 0 !important;
}

.disclaimer {
  letter-spacing: 0.05em;
}

.cc-message,
.cc-link,
.cc-deny {
  color: #5b5b5b !important;
}
.cc-deny,
.cc-allow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cc-allow {
  background-color: #5b5b5b !important;
}
.cc-allow:hover {
  background-color: #5b5b5bbf !important;
}

.cc-window p,
.cc-window span {
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  :not(.sf-search-form)
    > button:not(.newsletter-button):not(.sf-modal__close):not(
      .quantity-input__button
    ):not(.scd__close),
  .sf-btn {
    padding: 19px !important;
    height: 60px;
    letter-spacing: 0.1em;
  }
}

